/**
*
* Table of contents
*
* -BASE
* --.wrapper
* --section#content
* --aside
* 
* -LAYOUT
* --meta-menu
* --logo
* --main-menu
* --sidebar
* --content-top
* --main
* --content-bottom
* --copyright
* --footer-menu
* 
* -MODULES
* --meta-menu
* --main-menu
* --mod-upper
* 
* -STATES
* 
* -THEME
* 
* -JOOMLA-CORE
* 
* -CSS TEMPLATE DOKU
*
*/


html,body { height:100%; margin:0px; padding:0px;}
body { 
  background-color: #FFF;
}


/*=BASE
------------------------------------------------*/
#header {
	position: relative;
}


#main {
	
	margin: 100px 0 0 0;
	padding: 20px 20px 200px 0;
}


#banner {
	width: 100%;
}

.img-responsive {
  width: 100%;
}


#footer {
  background-color: #867C76;
  bottom: 0;
	color: #FFF;
	font-size: 0.7em;
  height: 55px;
	line-height: 55px;
  margin: 40px 0 0;
  position: absolute;
  width: 100%;
}


/*=LAYOUT
------------------------------------------------*/
.wrapper {
	margin: 0 auto;
	width: 1240px!important;
  position: relative;
  z-index: 20;	
}

.container {
  min-height: 100%;
  position: relative;
}

#logo {
	float: left;	
	margin-top: 35px;
}

#header.start {	 }
#header.house {	height: 690px; }

/* Besichtigungstermin vereinbaren */
#disturber-termin {
	background: url(../img/icon-arrow.png) left center no-repeat #FF8D1C;
	height: 92px;
	left: 0;
	position: fixed;
	top: 343px;
	width: 241px;
	z-index: 25;
	
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;	
}
#disturber-termin2 {
	background-color: #FF8D1C;
	left: 0;
	position: fixed;
	top: 343px;
	width: auto;
	color: white;
	padding: 20px;
	z-index: 25;
	
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;	
}
#disturber-termin a {
	color: #FFFFFF;
  display: block;
	line-height: 120%;
	padding: 22px 12px 22px 40px;
}
#disturber-termin:hover {
	background-color: #FFA54A;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;
}

#disturber-termin2 .bold2 {font-size: 36px; font-weight: bold; padding-bottom: 5px;}
#disturber-termin2 .text2 { font-size: 20px; padding-bottom: 5px;}
#disturber-termin2 .telefon {font-size: 20px; font-weight: bold;}

/* Blaetter */
#leafs-left,
#leafs-right {
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 189px;
	position: absolute;
	width: 138px;
}

#leafs-left {
	background-image: url(../img/bg-blaetter-links.jpg);
	margin-left: -240px;
  top: 300px;
}
#leafs-right {
	background-image: url(../img/bg-blaetter-rechts.jpg);
	margin-right: -240px;
	right: 0;
  top: -50px;
}


#termine {
  background-color: #96BA19;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  top: 345px;
  width: 200px;
  z-index: 99;
}
#termine h2 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
#termine .time { color: #FFF; font-size: 16px; margin-bottom: 10px; }
#termine .date { color: #FFF; font-size: 30px; }



#footer .wrapper {
	padding: 0 0 0 40px;
}

/*=MODULES
------------------------------------------------*/


/*MAIN NAV*/
#nav {
	float: left;
	margin-bottom: 45px;
	margin-top: 99px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline-block;
	font-size: 0.85em;
    line-height: 1em;
	margin-left: 30px;
	padding-top: 17px;
}

#nav a { color: #857B76; }
#nav a.active,
#nav a:hover,
#nav a:active,
#nav a:focus { color: #96BA19; }
#nav a div { font-size: 0.8em; }


/* FOOTER NAV */
#nav-footer {	
	display: inline-block; 
	margin-left: 40px;
}
#nav-footer ul {
	margin: 0;
	padding: 0;
}

#nav-footer li {
	display: inline-block;
}
#nav-footer li:first-child {
}

#nav-footer li:first-child:after,
#nav-footer li:not(:last-child):after {
  content: '|';
	padding: 0 8px 0 8px; 
}

#nav-footer a { color: #FFF; }
#nav-footer a.active,
#nav-footer a:hover,
#nav-footer a:active,
#nav-footer a:focus { color: #96BA19; }



/* DISTURBER */
.disturber-kfw {
	height: 175px;
	margin: 0 0 0 120px;
	position: relative;
	top: 90px;
	width: 258px;
	
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;	
}

.disturber-kfw img {
	position: absolute;
	top: 0;
}	

.disturber-kfw .hide {
  opacity: 0;
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;		
}

.disturber-kfw:hover .hide {
  opacity: 1;
	
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;	
}


/* SHOWCASE */
#showcase {
  background-color: #867C76; 
	/* height: 515px; */
	height: auto;
	width: 100%;
	position: absolute;
}

#thumb-list {
	float: left;
	list-style: none;
}
#thumb-list img {
	opacity: 0.4;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.3s;			
}
#thumb-list img:hover,
#thumb-list img.active {
	opacity: 1;
	-webkit-transition: opacity ease 0.3s;
	-moz-transition: opacity ease 0.3s;
	-ms-transition: opacity ease 0.2s;
	-o-transition: opacity ease 0.3s;		
}




/*=JOURNEY*/
#journey {
  box-shadow: 0 0 10px 3px rgba(134,124,118,0.34);
  padding: 20px;
  width: 1150px;
}



/*COLORBOX*/
#colorbox { 
	background-color: #FFF;
	
	/* Firefox v3.5+ */
  box-shadow:0px 0px 21px 3px #66798A;
  -moz-box-shadow:0px 0px 21px 3px #66798A;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow:0px 0px 21px 3px #66798A;
	opacity: 0.98;
  overflow: visible;	
}
#cboxOverlay {
	background-color: inherit;
	opacity: 0!important;
}

#cboxLoadedContent {
	background-color: #FFF;
	margin-top: 35px;
	padding: 0;
}
#cboxTitle {
	display: none!important;
}

#cboxCurrent {
	background-color: #FFF;
	bottom: 0;
	padding: 0 8px 0 0;
	position: absolute;
	right: inherit;
	text-indent: inherit;
	top: inherit;
}

#cboxPrevious,
#cboxNext {
	background-image: inherit;
  background-color: #FFFFFF;
  display: block;
	height: 50px;
	margin-top: -25px;
	opacity: 0;
  position: absolute;
	text-indent: 0;
  top: 50%;
	width: 86px;
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;	
}
#cboxPrevious {
	left: 0;
}
#cboxNext {
  right: 0;
}

#cboxContent {
	background-color: #FFF;
	margin-top: 0;
	
}
#cboxContent:hover #cboxNext,
#cboxContent:hover #cboxPrevious { 
	
	opacity: 1; 
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;	
}

#cboxClose {
	background-color: #D6D1D1;
	position: absolute;
	right: 0;
	top: 0;	
}


/*=Kontaktformular*/
#contact {
  color: #857976;
  width: 800px;
}
#contact td { vertical-align: top; }
#contact td:first-child { padding-right: 25px; }
#contact .realperson-challenge {
  line-height: 15px;
  margin-top: 10px;
}
#contact tr:last-child { background-color: #FFF; vertical-align: right; }
#contact #name,
#contact #vorname,
#contact #strasse {}
  width: 300px; 
}
#contact #hausnummer { width: 50px; }
#contact #plz { width: 70px; }
#contact #ort { width: 280px; }
#contact #email,
#contact #telefon { width: 360px; }



/*=STATES
------------------------------------------------*/
.clear { clear: both; }
.is-hidden { display: none; }
.is-visible { display: block; }
.is-left { float: left; }
.is-right { float: right; }


/*=THEME
------------------------------------------------*/
.green { color: #96B919!important; }
.uppercase { text-transform: uppercase!important; }

.contentmiss {
  border: 1px solid #FF0000;
}

/*=OVERLAY*/


/*=ICONS*/

/*=BUTTONS*/
.btn-download-big {
	background-color: #96BA19;
	display: block;
	height: 127px;
	padding: 20px 10px 12px 14px;
	width: 135px;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;		
}
.btn-download-big.light-green {
	background-color: #A6CE1C;
}
	
.btn-download-big .box {
	background-image: url(../img/icon-download-big.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: #FFF;
	display: table-cell;
	
	height: 127px;
	font-size: 0.75em;
	text-align: center;
	vertical-align: bottom;
	white-space: pre-line;
	width: 130px;
}

.btn-download-big:hover,
.btn-download-big:active,
.btn-download-big:focus {
	background-color: #A6CE1C;
	-webkit-transition: background-color ease 0.5s;
	-moz-transition: background-color ease 0.5s;
	-ms-transition: background-color ease 0.5s;
	-o-transition: background-color ease 0.5s;		
}
.btn-download-big:hover.light-green,
.btn-download-big:active.light-green,
.btn-download-big:focus.light-green {
	background-color: #96BA19;
}




.btn-download {
	background-image: url(../img/icon-download-hover.png);
	background-position: center center;
	background-repeat: no-repeat;	
	display: block;
	height: 23px;
	width: 29px;
}
.btn-download span {
	background-image: url(../img/icon-download.png);
	background-position: center center;
	background-repeat: no-repeat;	
	display: block;
	height: inherit;
	opacity: 1;
	width: inherit;	
  -webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;		
}

.btn-download:hover span,
.btn-download:active span,
.btn-download:focus span {
	opacity: 0;
	-webkit-transition: opacity ease 0.5s;
	-moz-transition: opacity ease 0.5s;
	-ms-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;		
}



/*=MEDIAQUERIES*/
@media (max-width: 1755px) {
	/* Besichtigungstermin vereinbaren */
  #disturber-termin {
    display: none;
		
	}
}
