/*
#mobileWrapper{ display:none; }
@media (max-width: 767px) {
	#pageWrapper{
		display:none !important;
	}
	#mobileWrapper{
		display: block;
		position: fixed;
		top: 0; left: 0; right: 0; bottom: 0;
		z-index: 999;
		background-color: #ada7a1;
	}
	#mobileWrapper #intro_stoerer{
		position:absolute; 
		top: 20vh; 
		left: 40vw;
		
	}
	#mobileWrapper #intro_stoerer img{
		width: 200px;
		height: 200px;
	}
}
*/

body {
	/* main text */
	font-family: 'Varela', sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 17px;
	letter-spacing: 0.4px;
	 -webkit-text-size-adjust: none;
	
	background-color: #584b3e; 
	margin: 0;
	padding: 0;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}

input, textarea{
	font-family: 'Varela', sans-serif;
	font-size: 12px;
}

img{
	border:0;
}

hr{
	border:0;
	border-bottom: solid 1px #FFF;
}

.hide{
	display: none;
}

/* remove flowplayer focus border */
#video *:focus { outline-style: none; }


/* links */
a{
	color: #ada7a1; /*brown*/
	text-decoration: none;
}
a:hover, a.active{
	color: #FFF;
}

#bgImg{
	height: 100%;
}

/* text style */

h1{
	font-weight: normal;
}

.coverText{
	font-size: 45px;
	font-family: 'Playfair Display', serif;
	line-height: 60px;
}



#pageWrapper{
	position: absolute;
	#min-width: 930px; /* min page width until scrollbars appear*/
	min-width: 1100px; /* min page width until scrollbars appear*/
	width: 100%;  
	height: 100%;  
	overflow: hidden;
}



/* header & footer */
#header{
	height: 50px;
	background-image: url(../images/navi_oben_verlauf.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	width: 100%;  
	z-index: 998;
}
#footer{
	height: 30px;
	background-image: url(../images/navi_unten_verlauf.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;  
	z-index: 997;
}

#lanNavi{
	top: 15px;
	position: absolute;
	right: 40px;
	z-index: 999;
}
#logo{
	position: absolute;
	top: 11px;
	left: 30px;
}
#noscript{
	position: absolute;
	top: 50px;
	left: 0px;
	height: 18px;
	width: 293px;
	background-color: #fff;
	color: #000;
	z-index:1000;
	padding: 2px 10px 2px 10px;
	text-align: center;
}



/***** CONTENT *****/

#content{
	position: absolute;
	top: 0px;
	bottom: 30px;
	width: 100%;
	overflow: auto;
}
#content h1{
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
#content p{
	margin-bottom: 15px;
}




/***** NAVIGATIONS *****/	
	
/* mainNavi */
#mainNavi{
	position: absolute;
	top: 0px;
	left: 312px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 530px;
	width: 700px;
}
#mainNavi li{
	display: block;
	float:left;
	border-left:solid 1px #ada7a1;
	height: 50px;
	width: 170px;
	
}
#mainNavi li a{
	display: block;
	height: 24px;
	width: 150px;
	padding: 10px;
	padding-top: 16px;
	white-space: nowrap;
}


/* subNavi */
#subNavi{
	position: absolute;
	top: 50px;
	left: 313px;
	right: -1px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding: 0px 0px 5px 0px;
	min-height: 18px;
	background-image: url(../images/navi_subnavi_verlauf.png);
	background-repeat: repeat;
	position: absolute;
	font-size: 13px;
}
#subNavi li{
	margin-right: 0px;
	display: block;
	float:left;
	padding: 2px 10px 0px 10px;
	white-space: nowrap;
}


/*pageNavi*/
#pageNavi{
	position: fixed;
	left: 40px;
	/*top:88px; with single line subnavi*/
	top:98px; /*with double line subnavi*/
}
#pageNavi img{
	border:solid 1px #fff;
	width: 35px;
	height: 35px;
}

/* metaNavi */
#metaNavi{
	position: relative;
	top: 6px;
	left: 312px;
	width: 510px;
	width: 700px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
}
#metaNavi li{
	margin-right: 58px;
	display: inline;
}


/* textBoxNavi (facts navi) */
#textBoxNavi{
	/*position: absolute;
	top: 8px;
	left: 60px;
	width: 510px;
	list-style: none;
	margin: 0;
	padding: 0;*/
	
	margin-top: 8px;
	margin-left: 25px;
	width: 510px;
	list-style: none;
	padding: 0;
	float:left;
	white-space: nowrap;
}
#textBoxNavi li{
	margin-right: 10px;
	display: inline;
}

#textBoxNavi li a{
	color: #aea8a2;
}

#textBoxNavi li a:hover, #textBoxNavi li a.active{
	color: #584b3e;
}


#bauwertPage #textBoxNavi li a{
	color: #aaa59f;
}

#bauwertPage #textBoxNavi li a:hover, #bauwertPage #textBoxNavi li a.active{
	color: #777066;
}



/***** PAGES LAYOUT POSITIONS *****/

#titleLogo{
	position: absolute;
	top: -45px;
	left: -55px;
}


/* intro new */
#introLogo{
	position: absolute;
	top: 52px;
	left: 122px;
}

/* home */
#home{
	position: absolute;
	top: 90px;
	left: 313px;
	width: 660px;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 1.5px;
}

/* building 4 preview page (Galeriehaus9) */
#building4{
	position: absolute;
	top: 20%;
	left: 313px;
	width: 1000px;
	font-size: 30px;
	line-height: 40px;
}

/* news page */
#news, #newsPreview{
	position: absolute;
	top: 20%;
	left: 313px;
	right: 40px;
	bottom: 50px;
}

#news .coverText, #newsPreview .coverText{
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #ada7a1; /*brown*/
}

#news .leftCol{
	position: absolute;
	top: 0;
	width: 500px;

}
#news .rightCol{
	position: absolute;
	top: 0;
	left: 530px;
	right: 0px;
	bottom: 0px;

}
#news .rightCol img{
	max-width: 100%;
	max-height: 100%;
}


/* news page navi */
#newsNavi{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20%;
	left: 313px;
	margin-top: -45px;
	margin-left: -5px;
}
#newsNavi li{
	display: inline;
	margin-right: 5px;
}

#newsNavi li a{
	padding: 5px;
}



/* contact page */
#contact{
	position: absolute;
	top: 20%;
	left: 313px;
	width: 500px;
	font-size: 14px;
	line-height:20px;
}

#contact .textBlock{
	float:left;
	width:240px;
}
#contact .textBlock p{
	margin: 0;
	margin-bottom: 20px;
}
#contact .icon{
	float:left;
	width:50px;
	margin-top:46px;
}

/* imprint page */
.textPage{
	position: absolute;
	top: 15%;
	left: 313px;
	width: 660px;
}
.textPage h2{
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
.textPage h3{
	margin-top: 2em;
	font-size: 1.2em;
	font-weight: bold;
}
.textPage ul{
	padding: 0 0 0.5em 1em;
}



/* video */
#videoPanel{
	position: absolute;
	top: 15%;
	left: 50%;
	margin-left:-445px;
	/* shadow */			
	   -moz-box-shadow: 2px 2px 5px #000; 
	-webkit-box-shadow: 2px 2px 5px #000; 
	        box-shadow: 4px 4px 15px #32291c;  /*dark brown*/
}

/* areaMap */
#areaMap{
	position: absolute;
	top: 15%;
	left: 312px;
	width: 225px;
}

#areaMap #mapTable{
	position: absolute;
	top: -8px;
	left: -270px;
	width: 225px;
	color: #d7d3cf;
	border-collapse: collapse;
}
#areaMap #mapTable tr.active{
	color: #fff;
}
#areaMap #mapTable td{
	border-bottom:solid 2px #938d84;
	padding: 0;
	margin: 0;
	height: 29px;
}
#areaMap #mapTable td.col1{
	/* width: 52px; */
	width: 24px;
}




/***** TEXT BOXES *****/

/* small white text box on bottom left */
#imgDescriptionBoxWrapper{
	position: fixed;
	left: 40px;
	bottom: 52px;
	min-height: 40px;
	overflow: hidden; 
	background-image: url(../images/boxBg.png);
}
#imgDescriptionBoxWrapper.hidden{
	width: 0; 
}
#imgDescriptionBox{
	height: 100%;
	width: 400px;
	padding: 4px 10px 6px 10px;
	color: #584b3e;
	font-size: 12px;
	line-height: 14px;
}


/* big white text box */
#infoBoxWrapper, #infoBoxWrapper2{
	position:absolute;
	/*top:88px; with single line subnavi*/
	top:98px; /*with double line subnavi*/
	bottom:55px;
	right:0px;
	width: 700px;
	height: 410px;
	overflow: hidden;
}
#buildingPage #infoBoxWrapper, #buildingPage #infoBoxWrapper2{
	width: 900px;
	height: 560px;
}
#infoBoxWrapper2{
	width: 37px !important;
}
#infoBox{
	position:absolute;
	top:0px; bottom:0px; right:0;	
	width: 37px;
	z-index: 80;
}
#infoBox #contentBoxOpenBtn img{
	margin-top: 1px;
	margin-left: 1px;
	position: absolute;
	z-index: 5;
}
#infoBoxBg{
	position:absolute;
	top:0px; left:0px; bottom:0px; right:0px;	
	background-image: url(../images/boxBg.png);
}

#bauwertPage #infoBoxBg{	
	background-image: url(../images/boxBg_bauwert.png);
}

#bauwertPage #infoBoxBg{	
	background-image: url(../images/boxBg_bauwert.png);
}

/* text inside the infoBox */
#textBox{
	position:absolute;
	top:0px; left:0px; bottom:0px; right:0px;	
	background-image: url(../images/boxBg.png);
	color: #584b3e;
	
	overflow: hidden;
	width: 700px;
}
#buildingPage #textBox{	
	width: 900px;
}
#bauwertPage #textBox{	
	background-image: url(../images/boxBg_bauwert.png);
	color: #FFF;
}
#textBox.hidden{
	left: 100%; 
}
#textBox h1, #textBox h2{
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 20px;
	margin:20px 0 20px 0;
}
#textBox h2{ /*Daten und Fakten*/
	color: #aea8a2;
}
#textBox #textWrapper{
	position: static;
	margin-top:58px;
	margin-top:38px;
	margin-left:60px;
	height: 320px;
	width: 600px;
	line-height: 18px;
	overflow: auto;
	clear: left;
}

#textBox #textWrapper .description{
	position: relative;
}

#buildingPage #textBox #textWrapper{	
	width: 800px;
	height: 500px;
}
#textBox .textBoxCol1Title{
	width:400px;
	line-height: 1.2em;
	margin-top: 11px;
	margin-bottom: 13px;
	*margin-bottom: 5px;
}
#textBox .textBoxCol1, #textBox .textBoxCol2{
	#position:absolute;
	width:350px;
	float:left;
}
#textBox .textBoxCol2{
	margin-left:60px;
	position: relative;
}
/*#textBox .textBoxCol2.hasWarning{
	margin-top: -43px;
	margin-top: -44px;
}
#textBox .textBoxCol2_warning{
	color: #e65430;
	display: block;
	min-height: 43px;
	width:350px;
	margin-bottom: 8px; 
	font-size: 12px;
	line-height: 16px;
}*/
#textBox .textBoxCol2_warning{
	color: #e65430;
	display: block;
	min-height: 43px;
	width:350px;
	font-size: 12px;
	line-height: 16px;
	position: absolute;
	top: 38px;
	left: 470px;
	top: -10px;
	left: 410px;
}
#textBox .textBoxCol2_warning b{
	font-size: 14px;
	line-height: 18px;
}
#textBox #textBoxPlanImg{

}

#textBox #contentBoxCloseBtn{
	float:left;
	margin-top: 1px;
	margin-left: 1px;
}





/* big text wehn entering a page */
#introLayer{
	position: fixed;
	top:35px; left:0px; bottom:0px; right:0px;	
	background-color: #9c958e;
	display:none;
	z-index: 400;
}
#introLayerText{
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	position: absolute;
	top:20%; 
	left: 313px;
	width: 800px;
	line-height: 70px;
}


/* callback form */
#callbackForm table{
	margin-bottom: 6px;
}

#callbackForm .inputTf{
	border:solid 1px #ada7a1; /*light brown*/
	width: 210px;
	height: 18px;
	margin-bottom: 7px;
}

#callbackForm .textArea{
	border:solid 1px #ada7a1; /*light brown*/
	width: 468px;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#callbackForm .leftCol{
	width: 260px;
}


#callbackForm .error{
	border:solid 1px #ff0000;
}

#callbackForm #formRespond{
	margin-left: 20px;
}

#callbackForm #formRespond.error{
	color: #ff0000;
	border: none;
}

.callBackTitle{
	font-weight: bold;
	font-size: 16px !important;
}

.button{
	border: none;
	background-color: #ada7a1; /*light brown*/
	color: #584b3e; /* brown */
	cursor: pointer;
}