@charset "UTF-8";
/* HTML5 HACK -------------------------------------- */  
header, section, footer, aside, nav, article,#wrapper {  
	display: block;  
}
body{
	margin:0;
	padding:0;
}
img{
border:none	
}
/*SCHRIFT FAMILIE*/
	body,textarea,input{
		font-family:Arial, Helvetica, sans-serif;
	}
/*SCHRIFTGRÖSSE*/
	label[for=newsletter],input[type=submit],footer section#footerCopyNavi b,footer section#footerCopyNavi .footerNavi {
		font-size:11px;
	}
	body,textarea,input,footer address .email small,footer input[type=submit],footer section#footerCopyNavi,#contactFormSuccess a{
		font-size:12px;
	}
	section#content article.top p,footer section#footerLinks div a{
		font-size:13px;
	}
	footer section#blog .header,footer section#footerLinks div b,footer section#socialMedia b,footer section#subscribe b{
	  font-size:15px;
	}
	#contactFormSuccess h3,aside form h3,aside section h3,section#sliderReferenzen h3,footer section#blog article h4,footer address .email div{
		font-size:16px	
	}
	section#slider .button span span,section#content article.top h2{
		font-size:17px;
	}
	section#slider div#sliderRight p,section#content article h3,footer address .email a{
		font-size:18px;
	}
	footer address .tel{
		font-size:23px;
	}
	section#topTeaser div h3{
		font-size:24px;
	}
	section#content article.top h1{
		font-size:28px;
	}
	section#slider div#sliderRight h3 span{
		font-size:38px;
	}
	section#slider div#sliderRight h3{
		font-size:40px;
	}
/*SCHRIFTFARBE*/
	body,a{
		color:#404040 /*d-grau*/
	}
	footer section#blog article h4{
	  color:#d6d6d6;/*h-grau*/
	}
	section#slider div#sliderRight h3 span,section#slider div#sliderRight p,section#topTeaser,section#topTeaser a,section#content article .button,input[type=submit],footer,footer a,#contactFormSuccess a{
		color:#fff;/*weiss*/
	}
	section#slider div#sliderRight h3,section#topTeaser div h3 b{
		color:#ff9c00;/*orange*/
	}
	section#content article.top h1{
		color:#ff6c00;/*orange*/
	}
	section#slider .button span span,section#content article.top h2{
		color:#116786;/*petrol*/
	}
	#contactFormSuccess h3,section#content article h3,aside form h3,aside section h3,section#sliderReferenzen h3{
		color:#004063;/*d-petrol*/
	}
	footer address .tel b,footer address .email small{
		color:#00a8f6/*h-blau*/
	}
	footer input[type=submit] {
		color:#013f66;/*d-blauc*/
	}
/*TEXT-SCHATTEN*/
	section#slider div#sliderRight h3,section#slider div#sliderRight h3 span,section#slider div#sliderRight p{
		text-shadow: 2px 2px 2px #333;
	}
	section#slider .button span span{
		text-shadow: 1px 1px 2px #999;
	}
	section#topTeaser div h3{
		text-shadow: 1px 1px 2px #000;
	}
/*SCHRIFTSTÄRKE*/
	section#slider .button span span,section#topTeaser a,section#topTeaser div h3 b,input[type=submit],footer section#blog .header,footer section#blog article h4,footer section#blog article p a,footer address .email a,#contactFormSuccess a{
		font-weight:bold;
	}
	section#topTeaser div h3{
		font-weight:normal;
	}
/*TEXT DECO*/
	a{
		text-decoration:none;
	}
	footer section#blog article p a{
		text-decoration:underline
	}
/* HINTERGRUNDFARBE*/
	body{
		background-color:#adadac;/*grau*/
	}
	div.content,section#sliderReferenzen{
		background-color:#fff;
	}
	section#content article .button{
		background-color:#ff7d09;/*ORANGE*/
	}

/* HINTERGRUNDBILD*/
	header{
		background-image:url(images/bgHeader.png)
	}
	header a#logo{
		background-image:url(images/logo.png);
	}
	#home section#slider{
		background-image:url(images/bgSlider.jpg);
	}
	section#slider{
		background-image:url(images/bgSliderSmal.jpg);
	}
	section#slider .button{
		background-image:url(images/bgButtonLeft.png);
	}
	section#slider .button span span{
		background-image:url(images/bgButtonRight.png);
		background-position:right;
	}
	section#topTeaser{
		background-image:url(images/topTeaser.png);
	}
	section#topTeaser div h3#h3eins{
		background-image:url(images/bgH3eins.png);
	}
	section#topTeaser div h3#h3zwei{
		background-image:url(images/bgH3zwei.png);
	}
	section#topTeaser div h3#h3drei{
		background-image:url(images/bgH3drei.png);
	}
	div.content{
		background-image:url(images/bgContent.png);
	}
	section#content article .button{
		background-image:url(images/bgButtonArticle.png);
	}
	aside{
		background-image:url(images/bgAside.png);
	}
	aside form h3,#contactFormSuccess h3{
		background-image:url(images/bgContactH2.png);
	}
	input[type=submit],#contactFormSuccess a {
		background-image:url(images/bgSubmit.png);
	}
	input[type=text],input[type=email],textarea {
		background-image:url(images/bgInput.png);
	}
	section#sliderReferenzen{
		background-image:url(images/bgSliderPartner.png);
	}
	footer{
		background-image:url(images/bgFooter.jpg);
	}
	footer section#blog .header{
		background-image:url(images/rss.png);
	}
	footer address .tel{
		background-image:url(images/bgTel.png);
		background-position: 0 14px;
	}
	footer address .email{
		background-image:url(images/bgEmail.png);
		background-position: 0 0px;
	}
	footer section#subscribe b{
		background-image:url(images/subscribe.png);
	}
	footer input[type=submit] {
		background-image:url(images/bgSubmitGrey.png);
	}
		#contactFormSuccess h3,footer address .email,section#slider .button,section#slider .button span span,div.content,aside,aside form h3,section#sliderReferenzen,footer section#blog .header,footer address .tel,footer section#subscribe b,section#topTeaser div h3{
			background-repeat:no-repeat;
		}
		section#content article .button,input[type=submit],input[type=text],input[type=email],textarea ,#contactFormSuccess a{
			background-repeat: repeat-x;
		}
		div.content,section#sliderReferenzen{
			background-position: top center;
		}
/*SCHATTEN*/

	input[type=submit],aside iframe.googleMaps,#contactFormSuccess a{
		-webkit-box-shadow: 2px 2px 3px #999; /* webkit browser*/ 
		-moz-box-shadow: 2px 2px 3px #999; /* firefox */ 
		box-shadow: 2px 2px 3px #999;
	}
	footer input[type=email] {
		-webkit-box-shadow: inset  3px 3px 3px #999; /* webkit browser*/ 
		-moz-box-shadow: inset  3px 3px 3px #999; /* firefox */ 
		box-shadow: inset  3px 3px 3px #999;
	}
	footer input[type=submit] {
		box-shadow: 0px 0px 0px #999;
	}

/*POSITION*/
	header a#logo,nav,section#topTeaser,.logoFooter{
		position:absolute;
	}
	aside .googleMaps{
		position: relative;
	}

/*FLOAT*/
	section#slider div#sliderLeft,section#slider div#sliderRight,section#slider .button span span,section#topTeaser div,section#topTeaser a,div.content,section#content,section#content article,section#content article p,section#content article .image,section#content article .button,label[for=newsletter],input[type=checkbox],section#sliderReferenzen,section#sliderReferenzen h3,footer,footer section#blog,footer section#blog article .image,footer address,footer address .tel,footer address .email,footer address .email div,footer section#footerLinks,footer section#footerLinks div,footer section#socialMedia,footer section#socialMedia img,footer section#subscribe,footer section#subscribe b,footer form,footer input[type=email],footer input[type=submit],footer section#footerCopyNavi,footer section#footerCopyNavi .footerNavi,.clear{
		float:left;
	}
	#contactFormSuccess,section#content article h3,aside,aside form,input[type=submit],aside section,footer section#blog article p,footer address .email a,footer address .email small,#contactFormSuccess a{
		float:right;
	}
/* BORDER */
	
	#contactFormSuccess,header,div.content,section#content article .button,aside form,input[type=text],input[type=email],textarea,aside section,footer input[type=submit] {
		border-style:solid;
	}
	
	header,div.content{
		border-color:#fff;
	}
	section#content article .button{
		border-color:#ffe394/*h-gelb*/
	}
	aside form,aside section,#contactFormSuccess{
		border-color:#ababab;/*grau*/
	}
	input[type=text],input[type=email],textarea {
		border-color:#c5c5c5;/*grau*/
	}
	footer input[type=email],footer input[type=submit]{
		border-color:#393a3a; /*d-grau*/
	}
	footer input[type=submit],input[type=text],input[type=email],textarea {
		border-width:1px;
	}
	section#content article .button{
		border-width:2px;
	}
	header{
		border-width:6px 0 0 0;
	}
	div.content{
		border-width:1px 0 0 0;
	}
	aside section,aside form,#contactFormSuccess{
		border-width:0 0 1px 0;
	}
/**/

/**/



#wrapper{
	margin:0;
	width:1370px;
	margin: 0 auto
}
header{
	height:105px;
}
header a#logo{
	width:188px;
	height:22px;
	margin:0;
	padding:0;
	margin:57px 0 0 227px;
}
header a#logo span{
	display:none
}
nav{
	margin: 53px 0 0 450px;
	width:510px
}
#home section#slider{
	width:1370px;
	height:369px;
}
section#slider{
	width:1370px;
	height:229px;
}
section#slider div#sliderLeft{
	width:645px;
	text-align:right;
	height:229px;
}
#home section#slider div#sliderLeft{
	height:369px;
}
section#slider div#sliderRight{
	width:725px;
	height:229px;
}
#home section#slider div#sliderRight{
	height:369px
}
section#slider div#sliderRight h3{
	margin:0;
	padding:25px 0 0 0;
}
section#slider div#sliderRight h3 span{
	margin:0;
	padding: 0 0 20px 0;
	float:left;
	width:100%
}
section#slider div#sliderRight p{
	margin:0;
	padding:0;
	line-height:30px
}
section#slider .button{
	margin:25px 0 0 290px
}
section#slider .button{
	height:58px;
	padding: 0 0 0 60px;
	display:block;
}
section#slider .button span span{
	height:25px;
	padding: 18px 20px 15px 0px;
}
section#topTeaser{
	width:1158px;
	height:247px;
	margin: -26px 0 0 0;
	padding: 0 0 0 212px
}
section#topTeaser div{
	width:300px;
	margin: 14px 29px 0 0;
}
section#topTeaser div h3{
	height:52px;
	padding:13px 0 0 75px;
	margin:24px 0 0px 0;
}
section#topTeaser div p{
	padding:0 0 0 18px;
	line-height:23px;
	margin:0 0 0 0;
}
section#topTeaser a{
	padding:0 0 0 18px;
	margin:15px 0 0 0;
}
#home div.content{
	margin: 214px 0 0 0;
}
div.content{
	width:1135px;
	margin: 0 0 0 0;
	padding: 0 0 0 235px;
}
section#content{
	width:560px;
	padding: 23px 0 0 0
}
section#content ul{
	padding:0;
	margin:10px 0 0 0px;
}
section#content li{
	padding:0;
	margin:0 0 0 15px;
	line-height:23px
}
section#content article{
	width:260px;
	margin: 0 20px 34px 0
}
section#content article.top{
	width:550px;
	margin: 0 0 34px 0;
}
section#content article.top{
	width:550px;
	margin: 0 0 34px 0
}


section#content article.top h1{
	margin:0 0 7px 0;
	padding:0 0 0 0;
}
section#content article.top h2{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
section#content article p{
	width:260px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height:23px;
}
section#content article h3.noImage{
	width:260px;
}
section#content article.top p{
	width:365px;
	margin:13px 0 0 0;
	padding:0 0 0 0;
	line-height:23px;
}
section#content article.top{
	line-height:23px;
}

section#content article.top p.noImage{
	width:540px;
}



section#content article h3{
	width:209px;
	padding:0;
	margin:8px 0 0 0
}
section#content article .image{
	width:48px;
	height:46px;
	overflow:hidden;
	margin:0px 3px 0 0;
	padding:0 0 0 0;
}
section#content article.top .image{
	width:170px;
	height: auto;
	margin:26px 3px 0 0;
	padding:0 0 0 0;
	text-align:center;
}
section#content article .button{
	padding:0 20px 0 20px;
	height:27px;
	margin: 11px 0 0 0;
}
aside{
	width:334px;
	padding:0 7px 0 0;
	margin: 0 234px 0 0;
	min-height:488px;	
}
aside form,#contactFormSuccess{
	width:290px;
	padding: 8px 0 17px 12px;
}
aside form h3{
	padding: 0 0 11px 70px;
}
#contactFormSuccess h3{
	padding: 0 0 26px 70px;
}
label[for=newsletter]{
	margin: 11px 0 0 0 	
}
input[type=checkbox] {
	margin: 11px 13px 0 0 	
}
input[type=submit]{
	margin: 5px 2px 0 0 ; 	
	height:25px;
	border:none;
	padding: 0 13px;
		cursor: hand; cursor: pointer;
}
#contactFormSuccess a {
	margin: 5px 2px 0 0 ; 	
	height:20px;
	border:none;
	padding: 5px 13px 0 13px;
}


input[type=text],input[type=email],textarea {
	width:268px;
	height:25px;
	margin:0 0 8px 0;
	padding:2px 0 0 19px;
}
textarea {
	height:55px;
}
aside section{
	width:290px;
	overflow:hidden;
	padding: 8px 0 2px 12px;
}
aside .googleMaps{
	margin: 11px 0 0px 23px;
}
aside iframe.googleMaps{
	margin: 11px 0 11px 23px;
	border:0
}
aside section h3{
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	text-align:center;
}
aside section#partner h3{
	text-align:left;
}
aside section#partner p{
	width:350px;
}
aside section#partner p img{
	margin: 0 20px 0 0
}
section#sliderReferenzen{
	width:900px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:94px;
}
section#sliderReferenzen h3{
	margin: 38px 0 0 0px;
	padding: 0 0 0 0;
}
footer{
	height:503px;
	width:1120px;
	padding: 23px 0 0 250px;
}
footer section#blog{
	width:520px;
	height:180px;
}
footer section#blog .header{
  padding: 0 0 0 31px;
}
footer section#blog article h4{
  margin:12px 0 15px 0;
  float:right;
	width:363px;
  padding:0;
}
footer section#blog article p{
	width:363px;
	overflow:hidden;
	height:100px;
	margin:0;
	padding:0;
	line-height:23px
}
footer section#blog article .image{
	width:140px;
	height:120px;
	overflow:hidden;
	margin:15px 0 0 0;
	background-color: white;
	padding:0px 0px 0 0px;
}

footer address{
	width:350px;
	overflow:hidden;
	margin:3px  0 0 0px;
	padding:0;
	font-style:normal;
}
footer address .tel{
	width:217px;
	margin:0 0 0 28px;
	padding:0 0 20px 85px;
}

footer address .email{
	width:217px;
	margin:0 0 0 28px;
	padding:10px 0 20px 85px;
}


footer address .email small{
	margin: 5px 0 0 0px;
	width:215px;
}
footer section#footerLinks{
	width:570px;
	height:200px;
}
footer section#footerLinks div{
	width:173px;
	margin: 27px 1px 0 0;
	height:171px;
	padding: 0 0 0 8px;
	line-height:22px
}
footer section#socialMedia{
	width:370px;
	margin: 27px 1px 0 0;
}
footer section#socialMedia img{
	margin: 15px 27px 0 0
}
footer section#subscribe{
	width:370px;
	margin: 27px 1px 0 0;
}
footer section#subscribe b{
  padding: 2px 0 15px 47px;
}
footer form {
	width:370px;
}
footer input[type=email] {
	width:192px;
	height:24px;
}
footer input[type=submit] {
	margin: 0 0 0 7px ; 	
	height:28px;
}
footer section#footerCopyNavi{
	width:370px;
	margin: 27px 1px 0 0;
}
footer section#footerCopyNavi .footerNavi{
	width:370px;
	margin: 13px 0 10px 0;
	word-spacing:11px
}
.logoFooter{
	margin: 434px 0 0 -174px
}
.clear{
	width:100%;
	font-size:1px;
	line-height:1px;
	height:1px;
}
.lightbox{
position:fixed;
width:620px;
padding: 10px 20px;
top:100px;
background-color:#fff;
border-style:solid;
border-width:2px;
border-color:000;
		-webkit-box-shadow: 3px 3px 3px #000; /* webkit browser*/ 
		-moz-box-shadow: 3px 3px 3px #000; /* firefox */ 
		box-shadow: 3px 3px 15px #000;
z-index:2000;
margin: 0 0 0 100px
}
.lightbox h1{
		font-size:28px;
		color:#ff6c00;/*orange*/
		margin: 0 0 0 0
}
.lightbox .image{
width:290px;
	float:left;
		margin: 10px 0 0 0
}
.lightbox p{
width:290px;
	float:right;
	margin:0 20px 0 0;
	padding:0 0 0 0;
	line-height:23px;
}
.lightbox a{
		cursor: hand; cursor: pointer;
		position:absolute;
		background-color:#000;
		text-align:center;
		margin: 0 0 0 615px;
		width:15px;
		height:15px;
		color:#fff;
		font-weight:bold
		
}


label.error
{
	position:absolute;
	margin: 5px 0 0 10px;
	color:#f00
	
}
header form{
	position:absolute;
	height:42px;
	width:270px;
	padding:0;
	margin:48px 0 0 943px;
}

header form input[type=text]{
	background-color:transparent;
	background-image: url(images/bgSearch.png);
	background-position: 0 3px;
	border-width:0px;
	width:138px;
	height:40px;
	margin:0 0 8px 0;
	padding:0px 0 0 35px;

}


