
/* Design & Programmierung (c) 2015 Jonas Viertl - IG Kreatives Webdesign*/

/* CSS Reset (c) Meyerweb
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ul, ol{
	margin: 0;
	padding: 0;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

html, body{ 
	margin: 0; 
	padding: 0; 
	background: #FFF;	
	height: 100.01%;
	color: #333;
}

html{
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

body, p{
	font-family: 'Helvetica', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.7;
}

strong{
	font-weight: 400;
}

a{
	text-decoration: none;
	color: #006699;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
}

a:hover{
	color: #333;
}

.button-klein{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background: #333;
	padding: 8px 12px;
	-o-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	-webkit-border-radius: 1.5px;
	-ms-border-radius: 1.5px;
	border-radius: 1.5px;
	margin: 5px 0px;
	display: inline-block;
}

.button-klein:hover{
	background: #006699;
	color: #FFF;
}

h1, h2, h3, h4{
	font-weight: 200;
}

h1{
	font-size: 60px;
	font-weight: 100;
	color: #444;
	margin: 0px 0px 25px 0px;
}

.rotbg{
	background: #fa2c3e;
}

.rotbg p, .rotbg h1, .rotbg h2, .rotbg h3{
	color: #fff;
}

h2{
	font-size: 40px;
}

h3{
	font-size: 30px;
	margin: 30px 0px 20px 0px;
}

h4{
	font-size: 25px;
	margin: 25px 0px 12px 0px;
}

img{
	max-width: 100%;
	height: auto;
}

img.imgklein{
	width: 60%;
	height: auto;
	margin-left: 20%;
}

.container{
	margin: 0 auto;
    max-width: 1060px;
	position: relative;
}

header{
	width: 100%;
	height: 600px;
	background: url(../img/lemi3.jpg) no-repeat fixed;
	-o-background-size: 100%;
	-webkit-background-size: 100%;
	-ms-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

header .titel{
	position: absolute;
	top: 60px;
	left: 0px;
	background: rgba(0,0,0,.4);
	padding: 10px;
}	

header .titel h1, header .titel h2{
	color: #fff;
	margin: 0;
}

section h1{
	text-align: center;
	width: 100%;
	margin-top: 60px;
}

ul, ol{
	margin-left: 40px;
}


.galerie{
	width: 100%;
	text-align: center;
	padding: 30px;
	background: #eee;
	margin: 60px 0px;
}

.galerie img{
	max-width: 200px;
}

.box{

}

.haelfte{
	width: 48%;
	float: left;
}

.rechts{
	float: right;
}


.hgdeko{
	height: 450px;
	margin: 70px 0px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-ms-background-size: 100%;	
}

.hgdeko img{
	height: 450px;
	width: 100%;
}

.lemibild{
	
}

.center{
	text-align: center;
	width: 100%;
}

.sprachinfo{
	float: left; 
	width: 25%;
	padding: 30px;
}

.sprachinfo p{
	text-align: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-top: 20px;
}

.sprachinfo img{
	display: block;
	margin: 0 auto;
}

.contactdata{
	padding-left: 50px;"
}

.kontaktformular{
	margin: 10px 0px 30px 0px;
}	

.kontaktformular label {
    display: block;
    padding: 40px 5px 5px 2px;
    font-size: 1.1em;
    cursor: pointer;
}

label.error{
	font-weight: bold;
	font-size: 14px;
}
 	
.kontaktformular input,
.kontaktformular textarea,
.kontaktformular select {
    line-height: 1.5;
    font-size: 1.2em;
    padding: 5px 10px;
    color: #444;
    display: block;
    width: 100%;
    background: transparent;
	border: 1px solid #006699;
}

 
.kontaktformular textarea {
    min-height: 200px;
}
 
.kontaktformular input:focus,
.kontaktformular textarea:focus,
.kontaktformular label:active + input,
.kontaktformular label:active + textarea {
    outline: none;
    border: 1px solid #444;
}
 
.kontaktformular select:focus {
    outline: none;
}
 
::-webkit-input-placeholder {
    color: #ccc;
    font-style: italic;
}
 
:-moz-placeholder { 
    color: #ccc;
    font-style: italic;
}
 
::-moz-placeholder { 
    color: #ccc;
    font-style: italic;
}
 
:-ms-input-placeholder { 
    color: #ccc;
    font-style: italic;
}

.absenden{
	font-size: 18px;
	font-weight: 300;
	color: #FFF;
	background: #333;
	padding: 8px 12px;
	display: inline-block;
	width: 50%;
	margin-left: 50%;
}

ul.copy{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: 2px solid #111;
	padding-top: 10px;
}

ul.copy li{
	display: inline-block; margin-right: 10px; padding-right: 10px; border-right: 1px solid #111;
}

ul.copy li:last-child{
	border: none;
}


@media screen and (max-width: 1100px){

.container{ 
	padding: 0px 15px;
}

	}

@media screen and (max-width: 780px){

.haelfte{ 
	float: none;
	width: 100%;
}

.center{
	text-align: left;
}


img.imgklein{
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

img.lemibild{
	width: 70%;
	margin-left: 15%;
}

.contactdata{
	padding-left: 0;
}

	}




::selection {color: #FFF; background: #006699}
::-webkit-selection {color: #FFF; background: #006699}
::-moz-selection {color: #FFF; background: #006699}
::-khtml-selection {color: #FFF; background: #006699}
::-ms-selection {color: #FFF; background: #006699}
::-o-selection {color: #FFF; background: #006699}		
		
		