@charset "UTF-8";

/* 
Farbdefinitionen:

Text:		#222
Titel:		#444
grün:		#7d910a
hellgrün:	#e5e9d0

*/

/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: #222;
	line-height: 1.6em;
	background: #fff;
}

h1 {
	font-family: 'Bitter', serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.3em;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	font-size: 18px;
	font-family: 'Bitter', serif;
	font-weight: 300;
	color: #444;
}

h3 {
	color: #00805b;
	font-size: 13px;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	color: #7d910a;
}

a:hover, a:active {
	text-decoration: none;
	color: #000;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}


td {
	vertical-align: top;
	text-align: left;
}

.bitter {
	font-family: 'Bitter', serif;
	font-weight: 300;
}

.sans {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.hidden {
	display: none;
}

strong {
	font-weight: 700;
}

 

/* Konstrukt
*******************************************************************************/

#outWrap {
	position: relative;
	clear: both;
	background: none;
}

.background {
	position: relative;
	width: 100%;
	background: #fff;
	height: auto;
}

.wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	background: #fff;
}

.noPad {
	padding: 0;
}

.desk {
	display: none;
}


#ie7 {
	position: relative;
	width: 100%;
	min-height: 40px;
	text-align: center;
	background: #7d910a;
	z-index: 1000;
	color: #fff;
	font-weight: 700;
}

#ie7 p {
	padding: 15px 30px;
}

#ie7 a {
	color: #fff;
}


/* Header
*******************************************************************************/

#distance {
	position: relative;
	width: 100%;
	height: 40px;
	display: none;
}

#logo {
	position: absolute;
	top: 13px;
	right: 15px;
	width: 195px;
	height: 27px;
}

#logo img {
	width: 100%;
	height: auto;
}

#header {
	height: 54px;
	border-bottom: #999 1px dotted;
	margin-bottom: 10px;
}


/* Hauptnavigation
*******************************************************************************/

#navigation {
	position: relative;
	display: none;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
	width: 13%;
	/*margin-right: 5%;*/
}

#navigation ul li#navHome {
	width: 9%;
}

#navigation ul li#navKompetenzen {
	width: 14%;
}

#navigation ul li#navArbeiten {
	width: 11%;
}

#navigation ul li#navUeber {
	width: 12%;
}

#navigation ul li#navBlog {
	width: 9%;
}

#navigation ul li#navKontakt {
	width: 13%;
}

#navigation ul li a {
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0 3px 0;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	color: #444;
}

#navigation ul li a:hover,
#navigation ul li a:active,
#navigation ul li a.aktiv {
	 
	border-bottom: #7d910a 1px solid;
}

#Mail {
	display:none;
	visibility:hidden;
	
	}
.subnav {
	display: none;
	position: absolute;
	top: 49px;
	width: 91%;
	background: url(/_images/bg_subnav.png) repeat;
	/*background: rgba(236,236,236,0.98);*/
	z-index: 100;
	margin: 0 0 0 -9%;
	padding-left: 9%;
	padding-bottom: 10px;
}

#navArbeiten .subnav {
	width: 77%;
	margin: 0 0 0 -23%;
	padding-left: 23%;
}

#navUeber .subnav {
	width: 66%;
	margin: 0 0 0 -34%;
	padding-left: 34%;
}

#navigation ul ul {
	float: left;
	width: 215px;
	padding: 8px 0 4px 0;
}

#navigation ul ul li {
	float: none;
	width: 215px;
}

#navigation ul ul a {
	display: block;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 0;
	font-size: 11px;
}

#navigation ul ul.secondlevel a {
	display: block;
	text-transform: none;
	font-family: 'Bitter', serif;
	font-weight: 300;
	padding: 0;
	font-size: 13px;
}

#navigation ul ul li a:hover,
#navigation ul ul li a:active,
#navigation ul ul li a.aktiv {
 
	border-bottom: none;
	color: #7d910a;
}

#navigation ul ul ul a {
	text-transform: none !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 300 !important;
	font-size: 11px !important;
}

#navigation ul ul ul li a:hover,
#navigation ul ul ul li a:active,
#navigation ul ul ul li a.aktiv {
	 
	border-bottom: none;
	color: #7d910a;
}




#mobile-header {
	position: relative;
	padding: 15px 0 0 0;
}

a#responsive-menu-button {
	display: block;
	width: 36px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/_images/responsiv_menu_button.png) no-repeat;
}


/* Content
*******************************************************************************/

#close {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 15px;
	height: 15px;
	background: url(/_images/pfeile_klappe.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	display: none;
}

.open {
	background-position: -20px 0 !important;
}

#main {
	overflow: visible;
}

.content {
	padding-bottom: 25px;
}

.content_wettbewerb {
		padding-bottom: 27px;

	}
	
 
.lead {
	font-weight: 700;
	color: #7d910a;
	display: inline;
}

.lead_wettbewerb {
	color:#000;
	display:inherit;
		font-weight: 700;
		font-size:18px;
		width:91%;
	}

.lead_wettbewerb2 {
	color:#000;
	display:inherit;
		font-size:18px;
		width:91%;
	
	}


.box {
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	border-top: #999 1px dotted;
	font-size: 13px;
}

.box ul {
	list-style: none;
}

.thumbnails ul {
	list-style: none;
	margin-bottom: 10px;
}

.box ul li,
.thumbnails ul li {
	background: url(/_images/aufzaehlung.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
}

.footerUL {
    list-style: none outside none;

}

.footerLink {
	background: url(/_images/aufzaehlung.png) no-repeat 0 2px;
	padding: 0 0 0 20px;
	}
	
.thumbnails h2 {
	margin-bottom: 10px;
}

.boxKontakt {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 10px;
	border: #999 1px dotted;
	background: #e5e9d0;
	font-size: 13px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.box h2, .boxKontakt h2 {
	padding-bottom: 3px;
	font-size: 16px;
}


/* Homme */

.home p {
	display: inline;
}

.subContent {
	 padding: 5% 0px 0 0;
	 margin-bottom: 30px;
	}		
 

.subContent img {
	width:100%;
	height:auto; 
	
	}

.boxHome {
	width: 100%;
	margin-top: 15px;
	padding-top: 10px;
	border-top: #999 1px dotted;
	cursor: pointer;
}

.slideBild img {
	width: 100%;
	height: auto;
	
	}


.boxHome img {
	width: 100%;
	height: auto;
	margin: 10px 0 0 0;
}

.boxHome h2 {
	padding-bottom: 3px;
	font-size: 15px;
}

.boxHome h2 a {
	color: #444;
	display: block;
	padding-left: 26px;
	background: url(/_images/pfeil_titel.png) no-repeat 0 1px;
}

.boxHome h2 a:hover,
.boxHome h2 a:active {
	color: #7d910a;
}

p.boxText1, p.boxText2, p.boxText3 {
	position: relative;
	display: block;
	height: auto !important;
}

p.boxBild {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
}


/* Referenzen Übersicht */

.referenzen h1 {
	font-size: 26px;
}

ul.thumbs {
	list-style: none;
	margin-left: -5%;
}

.thumbs li {
	position: relative;
	width: 45%;
	margin: 0 0 21px 5%;
	float: left;
	line-height: 1em;
}

ul.thumbs.team {
	margin-left: 0;
}

.team.thumbs li {
	width: 100%;
	margin: 0 0 21px 0;
	float: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.thumbs img {
	width: 100%;
	height: auto;
}

.thumbTxt {
	display: none !important;
	font-size: 12px;
	line-height: 1.5em;
}

.team .thumbTxt {
	position: absolute;
	bottom: 1px;
	left: 0;
	display: inherit !important;
	height: 0;
	overflow: hidden;
	/*background: rgba(0,0,0,0.75);*/
	background: url(/_images/bg_thumbsTxt.png) repeat;
	color: #fff;
	line-height: 1.3em;
}

.team .thumbTxtCont {
	padding: 0 10px;
}


.thumbTxt .bitter {
	font-size: 14px;
	padding-bottom: 5px;
}

.thumbTxt a:link, .thumbTxt a:visited {
	color: #fff;
}

.thumbTxt a:hover, .thumbTxt a:active {
	color: #7d910a;
}

#filter {
	float: right;
	margin-bottom: 10px;
}


/* Referenzen Detail */

.hauptbild, .uebersichtnavigation {
	position: relative;
}

.thumbnails, .projektnavigation {
	position: relative;
}

.hauptbild img,
.thumbnails img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 1em;
}

p.thumbBild {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

.uebersichtnavigation, .projektnavigation {
	margin-top: 5px;
}

a.back {
	display: block;
	padding-left: 20px;
	background: url(/_images/previous.png) no-repeat 0 0;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
	width: 90px;
	margin: 20px 0;
}

a.previous {
	display: block;
	width: 15%;
	height: 15px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/_images/previous.png) no-repeat 0 0;
	float: left;
}

a.next {
	display: block;
	width: 15%;
	height: 15px;
	text-indent: 9999px;
	overflow: hidden;
	background: url(/_images/next.png) no-repeat right 0;
	float: right;
}

p.navProjekte {
	display: block;
	float: left;
	width: 70%;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 15px;
}


/* Kontakt */

.formular, .sideContent {
	position: relative;
	margin-bottom: 25px;
}

.rechtliches_wettbewerb {
		line-height: 1.8em;
		width: 100%;
		margin:3% 0 0 0;
		padding-bottom: 27px;
		font-size: 11px;
		color:#999;

		}
	 
#mainContent {
	height:auto;
	
	}
#map, #mainContent {
	position: relative;
	width: 100%;
	height: 400px;
 
}


.sideContent img {
	width: 100%;
}
 
 .logo-ref img {
    width: 275px !important;
    height: 60px;
}
 
/* Wettbewerb 
*******************************************************************************/
.wettbewerbText {
	    margin: 10px 0px 15px;

    position: relative;
    top: 10px;
}
	
	 
	
.formular_wettbewerb {
	position: relative;
	margin-bottom: 25px;
 	
	}
	
	/* bild wettbewerb */
#wettbewerbBild, #wettbewerbBild_code, #wettbewerbBild_code2 {
	position: relative;
	 
 
	float:right;
	 
}
#wettbewerbBild_code img{
	width:100%;
	height:auto;
	
	}

#wettbewerbBild img {
	width:100%;
	height:auto;
	
	
	}

#wettbewerbBild_code2 {
	
	margin:15px 0 0 0;
	}
	
.strong {
	font-weight: bold;	
	
	}
	
a.weiter {
	font-size: 16px;
	color: #06F;
	font-weight: bold;
	}		
	
.wettbewerbP {
	margin: 20px 0px 20px;
	
	}	
/* Footer
*******************************************************************************/

#footerWrap {
	position: relative;
	width: 100%;
	background: #fff;
	color: #444;
	font-size: 11px;
}

.footerFloat {
    position: relative;
    float: left;
    width: 37.28%;
    padding:0;
    -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dotted #999;
 	margin: 25px 0 0 0;
}

.footerFloat.first {
   	width: 25%;
	border-right: 1px dotted #999;
	margin: 10px 3.84% 0 0;
}

.footerFloat.middle {
	width: 37.28%;
 
	
}

.footerFloat.last {
    width: 37.28%;
    padding: 0;
	border: medium none;
	margin: 12px 0 0 0;
}

#footer-logos img {
 	display:none;
 }
 
 #footer-logos ul li {
	width: 100%;
	list-style-type:none;
	float:left; 
	padding: 0px 2.5879%
	 }


#googleLogo a {
	display: block;
	width: 117px;
	height: 44px;
	background: url('/_images/footer-logos/google.jpg');
	
}
 
#webedition a {
	display: block;
	width: 152px;
	height: 38px;
	background: url('/_images/footer-logos/webedition.jpg');

} 
 
#shopware a {
	display: block;
	width: 46px;
	height: 70px;
	background: url('/_images/footer-logos/shopware.jpg');

	
} 

#googleLogo a:hover {
	background: url('/_images/footer-logos/google-hover.jpg');
	
}
 
#webedition a:hover {
	background: url('/_images/footer-logos/webedition-hover.jpg');

} 
 
#shopware a:hover {
	background: url('/_images/footer-logos/shopware-hover.jpg');

} 


.footerFloat p {
	max-width: 305px;
}

.footerCenter {
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	color: #999;
}

.footerFloat form p {
	float: left;
	clear: none !important;
}

input.formNewsletter {
	width: 115px;
	border: #999 1px solid;
	color: #222;
	font-size: 11px;
	margin-right: 10px;
}

input.sendNewsletter {
	border: none;
	background: none;
	color: #222;
	cursor: pointer;
}

input.sendNewsletter:hover {
	color: #7d910a;
}

a.socialFB, a.socialGPlus, a.socialTwitter {
	display: inline-block;
	padding-left: 20px;
	margin-right: 5px;
	text-indent: -9999px;
	overflow: hidden;
	height: 20px;
}

a.socialFB {
	background: url(/_images/social_fb.gif) no-repeat 0 2px;
}

a.socialGPlus {
	background: url(/_images/social_gplus.gif) no-repeat 0 2px;
}

a.socialTwitter {
	background: url(/_images/social_twitter.gif) no-repeat 0 2px;
}

#footerWrap .mobile {
	margin-top: 15px;
	padding-top: 15px;
	/*border-top: #999 1px dotted;*/
}

#footerWrap .mobile p {
	border-bottom: #ddd 1px dotted;
	padding: 3px 0 3px 30px;
}

.mobile-telefon {
	background: url(/_images/mTelefon.gif) no-repeat 2px 6px;
}

.mobile-mail {
	background: url(/_images/mKontakt.gif) no-repeat 0 9px;
}

.mobile-adresse {
	background: url(/_images/mAdresse.gif) no-repeat 0 5px;
}

address {
	margin: 0;
	padding: 3px 0 3px 30px;
	border: none;
	font-style: normal;
	border-bottom: #ddd 1px dotted;
}

.noBorder {
	border: none !important;
}

.footerLogo {
	border: none !important;
	margin-top: 10px;
	width: 150px;
}

.footerLogo img {
	width: 100%;
	height: auto;
}

#footerWrap a:link,
#footerWrap a:visited {
	color: #222;
}

#footerWrap a:hover,
#footerWrap a:active {
	color: #7d910a;
}



/* Formulare
*******************************************************************************/

#formularMail {
	display: none;
}

form p {
	margin-bottom: 0;
	clear: both;
	line-height: 1.5em;
	padding: 0 0 7px 0 !important;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

label {
	float: left;
	width: 30%;
}


.formular_wettbewerb label {
		width: 32%;

	
	}
	
label.check {
	float: none;
	width: 100%;
}

.textfeld label {
	float: none;
	clear: both;
	width: 100%;
	line-height: 1.8em;
}

.check label {
	width: auto;
	padding-left: 23%;
	width: 77%;
	padding-top: 5px;
}

label.formRadio {
	width: auto;
	margin-right: 20px;
}

input.formGross {
	width: 70%;
	border: #ededed 1px solid;
	color: #333;
	background: #ededed;
	font-size: 13px;
	padding: 2px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

 
.formular_wettbewerb .formGross {
	width: 58%;
border: 1px solid rgb(237, 237, 237);
color: rgb(51, 51, 51);
background: none repeat scroll 0% 0% rgb(237, 237, 237);
font-size: 13px;
padding: 2px 0px;
-moz-box-sizing: border-box;
	
	}


textarea.formGross {
	width: 60%;
	height: 63px;
	border: #ededed 1px solid;
	color: #333;
	background: #ededed;
	font-size: 13px;
	padding: 2px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


input.formKlein {
	width: 99%;
	border: none;
	color: #333;
	font-size: 13px;
}

textarea.formGross {
	width: 70%;
	height: 63px;
	border: #ededed 1px solid;
	color: #333;
	background: #ededed;
	font-size: 13px;
	padding: 2px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

select.formGross {
	width: 100%;
	border: #ddd 1px solid;
	color: #333;
	background: #ededed;
	font-size: 13px;
}

select.anredeOpt {
	width: 58%;
border: 1px solid rgb(221, 221, 221);
color: rgb(51, 51, 51);
background: none repeat scroll 0% 0% rgb(237, 237, 237);
font-size: 13px;
}

input:hover.formGross,
input:focus.formGross,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #7d910a;
}

input.invalid {
	background: #f6dce2;
}

p.einrueck {
	margin-left: 30%;
}

input.sendKontakt {
	color: #fff;
	background: #555;
	cursor: pointer;
	border: none;
	padding: 5px;
	margin-top: 20px;
}

input.sendWettbewerb {
	color: #028EDC;
	background: #fff;
	cursor: pointer;
	border: none;
	padding: 0px;
	font-size:12px;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #7d910a;
}

form p.zweispalten, form div.zweispalten {
	clear: none;
	width: 41%;
	padding: 0 5px 5px 0;
}

#einblenden1, #einblenden2 {
	display: none;
}
 

/* Mediaqueries ab iPad hochformat
*******************************************************************************/

@media only screen and (min-width: 750px){
	/* Konstrukt */
	body {
		background: url(/_images/bg.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#distance {
		display: inherit;
	}
	.desk {
		display: inherit;
	}
	#outWrap {
		min-height: 100%;
		height: auto !important;
		height: 100%;
		width: 100%;
		margin: 0 auto -145px auto; /* the bottom margin is the negative value of the footer's height */
		background: none;
	}
	h1 {
		font-size: 40px;
		clear: none;
	}
	
	/* Header */
	#header {
		border: none;
		margin-bottom: 0;
		padding-bottom: 45px;
	}
	
	/* Navigation */
	#navigation {
		display: inherit;
		padding-top: 25px;
	}
	.mobile {
		display: none;
	}	
	
	.subContent img, .slideBild {
		width: 100%;
		height: auto;
	  
	}
	
	/* Content */
	 .content {
		line-height: 1.8em;
		width: 62.719%;
		margin-left: 37.281%;
		padding-bottom: 55px;
		/*font-size: 15px;*/
	}
	
	.content.home {
		font-size: 15px;
	}
	
	 
	/* Content Wettbewerb*/
	 
	.rechtliches_wettbewerb {
		line-height: 1.8em;
		width: 100%;
		margin:3% 0 0 0;
		padding-bottom: 27px;
		font-size: 11px;
		color:#999;

		}
		
		
	/* formular wettbewerb */
	.formular_wettbewerb {
		line-height: 1.8em;
		width: 62.719%;
		margin-left: 37.281%;
		padding-bottom: 55px;
		font-size: 15px;
	}
	
	input.sendWettbewerb {
		font-size: 18px;
	}
	
		/* bild wettbewerb */
	#wettbewerbBild {
	    position: relative;
		margin: -2% 0px 0px;
		width: 35%;
		float: right;
		right: 7%;
	}
 	
	/* bild wettbewerb */
	#wettbewerbBild_code {
	    position: relative;
		margin: -2% 0px 0px;
		width: 35%;
		float: right;
		right: 20%;
	}
 	
	/* bild wettbewerb resultat */
	#wettbewerbBild_code2 {
	    position: relative;
		margin: -2% 0px 0px;
		width: 35%;
		float: right;
		right: 10%;
	}
	

	 
	#eingabeFelder {
		float: left;
		width: 60%;
	}
		
	#eingabeFeld_code {
		float: left;
		width: 60%;
	}
			
	#main {
		overflow: hidden;
	}
	.box {
		width: 25.43%;
		border-top: none;
		float: left;
		padding: 0 5.83% 0 0;
		margin: 11px 0 30px 5.83%;
	}
	.first {
		margin-left: 0;
		border-right: #999 1px dotted;
	}
	.mitte {
		border-right: #999 1px dotted;
	}
	.box.last {
		padding-right: 0;
	}
	.boxKontakt {
		float: left;
		padding: 10px 10px 10px 6.25%;
		margin: 0 0 30px 0;
		width: 31.26%;
	}
	
	/* Home */
	h1.home {
		width: 720px;
		font-size: 40px;
		margin-bottom: 0;
	}
	div.home {
		margin-top: -54px;
	}
	.home p {
		display: inherit;
	}
	.boxHome {
		width: 25.43%;
		border-right: #999 1px dotted;
		border-top: none;
		float: left;
		padding: 0 5.83% 0 0;
		margin: 0 5.83% 30px 0;
	}
	.boxHome.last {
		padding-right: 0;
		margin-right: 0;
		border: none;
	}
	
	/* Referenzen Übersicht */
	.referenzen .content {
		margin: 0 0 30px 0;
		padding-bottom: 0;
		width: 100%;
	}
	.referenzen h1 {
		margin-bottom: 25px;
	}
	ul.thumbs {
		margin-left: -2.1667%;
	}
	.thumbs li, .thumbs.team li {
		position: relative;
		float: left;
		width: 22.8%;
		margin: 0 0 18px 2.1667%;
		cursor: pointer;
		line-height: 1em !important;
	}
	.thumbTxt {
		position: absolute;
		bottom: 0;
		left: 0;
		display: inherit !important;
		height: 0;
		overflow: hidden;
		/*background: rgba(0,0,0,0.75);*/
		background: url(/_images/bg_thumbsTxt.png) repeat;
		color: #fff;
	}
	.thumbTxtCont {
		padding: 0 10px;
	}
	
	/* Referenzen Detailseite */
	.hauptbild, .uebersichtnavigation {
		float: left;
		width: 70.8333%;
		margin-right: 3.6666%;
	}
	.thumbnails, .projektnavigation {
		float: left;
		width: 25.5%;
	}
	.thumbnails {
		font-size: 13px;
		line-height: 1.5em;
	}
	.hauptbild img,
	.thumbnails img {
		padding: 0;
	}

	p.thumbBild {
		margin: 0 0 19px 0;
	}
	p.thumbBild.last {
		margin: 0 !important;
	}
	p.thumbText {
		line-height: 1.4em;
		font-size: 12px;
	}
	a.back {
		margin: 0;
	}
	.sideContent img {
		width:100%;
		height:auto;
		}
	/* Kontakt */
	.formular, .sideContent{
		float: left;
		width: 33.0833%;
		margin-right: 4.1666%;
	}
	
	.formular_wettbewerb {
	float: left;
width: 60.0833%;
margin-right: 4.1666%;	
		
		}
	#mainContent {
		height:auto;
		
		}
		
	#map, #mainContent {
		float: left;
		width: 62.75%;
		height: 400px;
		 
	}
	
	/* Footer */
	.cont {
		padding-bottom: 155px;
	}
	#push {
		height: 145px; /* .push must be the same height as footer */
	}
	#footerWrap {
		height: 145px;
		margin: -145px auto 0 auto;
	}
	a.socialFB, a.socialGPlus, a.socialTwitter {
		text-indent: 0;
	}
	address {
		margin: 0;
		padding: 0;
		border: none;
	}
	.footerFloat.first {
		border: none;
	}
		
}
@media only screen and (min-width: 750px){
	#distance {
		display: inherit;
	}
	 
.footerFloat.first {
		border-right: 1px dotted #999;
		width: 31.28%;
		margin: 10px 2.84% 0 0;
		padding: 0px 5.83% 0px 0px;
}

.footerFloat.last {
    width: 25.43%;
}

.footerFloat.middle {
	width: 34.58%;
	margin: 10px 5.84% 0 0;
  
}


 .desk {
    display: inherit;
}
 
#footer-logos a {
 	display:inherit;
	margin:10px 0 0 0;
}


	
#footer-logos {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	}	
	
#footer-logos a.last {
	margin:0;
 	
	
	}

}

@media only screen and (min-width: 850px){
	h1 {
		font-size: 55px;
	}
	div.home {
		margin-top: -58px;
	}
	h1.home {
		width: 720px;
		font-size: 50px;
	}
}




@media only screen and (min-width: 1000px){
	#distance {
		display: none;
	}
	#header {
		padding-bottom: 60px;
	}
	#navigation ul ul {
		width: 260px;
	}
	#navigation ul ul li {
		width: 260px;
	}
	#navigation ul ul a {
		font-size: 12px !important;
	}
	#navigation ul ul ul a {
		font-size: 12px !important;
	}
}

@media only screen and (min-width: 1110px){
	#distance {
		display: inherit;
	}
	h1 {
		font-size: 62px;
	}
	div.home {
		margin-top: -69px;
	}
	h1.home {
		width: 800px;
		font-size: 62px;
	}
	#header {
		padding-bottom: 75px;
	}
}

@media only screen and (min-width: 1180px){
	#footerWrap {
		font-size: 12px;
	}
	 
}

@media only screen and (min-width: 1200px){  
 
 #footer-logos ul li {
	 width: auto;
	 margin:0 6.5% 0 0;
	 padding: 0;
	 }

}


@media only screen and (min-width: 1300px){
	#close {
		display: block;
	}
}



/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #C00;
	font-size: 11px;
	font-weight: 700;
}

div.admin {
	background: #dadada;
	color: #000;
	font-weight: 200;
	width: 95%;
	padding: 10px;
	margin: 0 0 20px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 3px 3px 3px #666;
	-moz-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

.admin td {
	vertical-align: text-bottom;
	text-align: left;
}



