@charset "UTF-8";
/* CSS Document */

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

html body {

  background:#fff;
  font-size:100%;
  line-height:160%;
  color:#444;
  text-align:left;
  
  font-family: Roboto,Arial,sans-serif;
  font-weight:100;
  letter-spacing:1px;
}

body.mceContentBody {
  background-color: #FFFFFF !important; /*hier die gewünschte Hintergrundfarbe angeben*/
  background-image: none;
  position:relative;
}

body.mceContentBody


/* Links */

body a {
  outline:none;
}
body a:link {
  color:#858073;
  text-decoration: underline;
}
body a:visited {
  color:#858073;
  text-decoration: underline;
}
body a:hover, body a:active, body a:focus {
  color:#333;
  text-decoration: underline;
}

body a.link {
  background:url('../images/pfeil.png') left center no-repeat;
  background-size: 15px 26px;
  padding-left:30px;
  text-decoration:none;
  font-weight:100;
  color: #186172;
}

body a.pdf {
  background: url('../images/pdficon.jpg') left no-repeat;
  padding-left: 25px;
}

/* Typographie */

h1, h2, h3, h4, h5, h6 {
	
	font-family: Roboto,Arial,sans-serif;
  	font-weight:200;
  	letter-spacing:1px;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size:2em;
}

h2 {
	color:#fff;
}


	

/* Struktur */

#balken {
	background:#C5C8B7;
	height:5px;
}

#balken-small {
	background:#C5C8B7;
	height:5px;
}

#container {
	height:auto;
	margin:5% auto 0 auto;
	max-width:1200px;
}

#left {
	height:auto;
	margin:0 1% 0 0;
	width:24%;
}

#logo {
	height:94px;
}

#nav1 {
	height:394px;
	padding-top:50px;
}


#right {
	padding-right:25px;
}

#nav2 {
	background:#E6DCA0; /* vorher #C5C8B7 */
	box-shadow: 2px 2px 2px #ddd;
	height:auto;
	margin:0 0 47px 0;
}

#content {
	box-shadow: 2px 2px 2px #ddd;
	height:auto;
	margin-bottom:47px;
}


#bottom {
	height:auto;
	margin:47px 0 30px 0;
}

#footer {
	height:50px;
}

#footer-content {
	border-top:thin solid #C5C8B7;
	margin: 0 1.8% 0 2.8%;
}
	

#contact {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	background: rgba(197,200,183,0.8);
	text-align: center;
	z-index:2;
}

#contact a {
	color:#333;
	font-weight:400;
	text-decoration:none;
}


/* header */

#header {
	background:#fff;
	border-bottom:1px solid #C5C8B7;
	height:80px;
}

#header img {
	margin-top:10px;
}

#menu-button-left {
	float:left;
}

#logo-klein {
	float:left;
}

#logo-klein img {
	max-height:70px;
	text-align:center;
}


#menu-button-right {
	float:left;
	text-align:right;
	vertical-align:central;
}

/* nav 1 */

#nav1 li {
	list-style-type:none;
}

#nav1 li a {
	color:#858073;
	font-size:1.6875em;
	letter-spacing:1px;
	line-height:2em;
	text-decoration:none;
	text-transform:lowercase;
}

#nav1 li.current a, #nav1 li a:hover {
	color:#333333;
}

#nav1 li.item-101 a {
	line-height:3.6em;
}

#nav1 li.item-108 a {
	line-height:1.6em;
}

/* nav2 */


/* nav2 wird auf 0 gesetzt und Breite auf 100%, damit die einzelnen Elemente regelmässig angeordnet werden können */
#nav2 ul, #nav2 ul ul {
	margin:0;
	padding:0;
	width:100%;
}


/* Navigationpunkte werden nebeneinander gelegt und der nav2-Bereich in drei gleich grosse Bereiche eingeteilt */
#nav2 ul li {
	float:left;
	letter-spacing:2px;
	list-style-type:none;
	position:relative;
	text-align:center;
	width:33%;
}

/* Subnavigationspunkte werden nicht mehr gefloatet und unterander gelegt */
#nav2 ul ul li {
	clear:both;
}

/* Subnavigation verstecken */
#nav2 ul ul {
	position:absolute;
	left:-32768px;
	top:-32768px;
	width:0;
	height:0;
}


/* Subnavigation einblenden */
#nav2 ul li:hover ul {
	background: rgba(0,0,0,0.6);
	left:auto;
	top:auto;
	width:100%;
	height:auto;
	z-index:3;
}

/* nav2 und Subnavigation gestalten */

#nav2 ul li {
	border-right:1px solid #fff;
}

#nav2 ul li:last-child {
	border: none;
}

#nav2 li a {
	color:#fff;
	font-size:1.6875em;
	line-height:2em;
	text-decoration:none;
	text-transform:lowercase;
}

#nav2 ul ul li {
	border:none;
	width:100%;
}

#nav2 ul ul li:hover {
	background:rgba(197,200,183,0.6);
}

/* Menu-Right Gestaltung */

.uk-offcanvas-bar {
	background:#C5C8B7;
	padding-top:85px;
}

.uk-offcanvas-bar li {
	list-style:none;
}

.uk-offcanvas-bar li a {
	color:#fff;
	font-size:1.6875em;
	letter-spacing:1px;
	line-height:2em;
	text-decoration:none;
	text-transform:lowercase;
}

.uk-offcanvas-bar li.current a {
	color:#333333;
}

.uk-offcanvas-bar li.item-101 a {
	line-height:3.6em;
}

.uk-offcanvas-bar-flip ul {
	padding-left:0;
	margin-left:0;
}

.uk-offcanvas-bar-flip ul li {
	border-top:1px solid #fff;
	padding-left:30px;
}

.uk-offcanvas-bar-flip ul li ul li {
	border:none;
}


/* Content Gestaltung */

.maincontent {
	position:relative;
}

.contentbox {
	background:rgba(68,68,68,0.6);
	height:auto;
	position:absolute;
	bottom:0;
	padding:20px 0 !important;
	margin:0 !important;
	z-index:2;
	
	opacity: 1;
		/* Firefox */
		-moz-transition-property: opacity;
		-moz-transition-duration: 2s;
		-moz-transition-delay: 1s;
		/* WebKit */
		-webkit-transition-property: opacity;
		-webkit-transition-duration: 2s;
		-webkit-transition-delay: 1s;
		/* Opera */
		-o-transition-property: opacity;
		-o-transition-duration: 2s;
		-o-transition-delay: 1s;
		/* Standard */
		transition-property: opacity;
		transition-duration: 2s;
		transition-delay: 1s;		
}

.contentbox:hover {
	opacity: 0;
}


.contenttitle h2 {
	color:#fff;
	font-weight:100;
	letter-spacing:2px;
	text-transform:lowercase;
}

.contenttext p {
	color:#fff;
	font-size:120%;
}

div.contenttext.uk-width-large-7-10 {
	padding-right:25px;
}



.ausblenden p {
	color:#fff;
	margin-right:-30px;
	
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	writing-mode: lr-tb;
}

#ausblenden {
	position:relative;
}

#ausblenden img {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	padding:5px 0;
	margin:auto 60px;
}


.contentbox-team {
	height:100px;
}



/* Bottom Gestaltung */
#bottom .uk-width-large-1-4 {
	position:relative;
}

div.bottom-background {
	background:rgba(230,212,155,0.9); /* vorher rgba(197,200,183,0.8)*/
	height:auto;
	position:absolute;
	right:0;
	top:10px;
	width:90%;
}

.bottom-background h2 {
	color: #fff;
	font-size: 1.4em;
	font-weight:100;
	line-height: 1.4em;
	letter-spacing:2px;
	margin-bottom:0;
	padding-left:10%;
	text-transform:lowercase;
	text-align:left;
}

.bottom-background  h2 a {
	color:#fff;
	text-decoration:none;
}

#bottom img {
	box-shadow: 2px 2px 2px #ddd;
}

/* Kontakt Gestaltung */
	
#kontakt {
	padding-left:35px;
}

#kontakt h3 {
	text-transform:lowercase;
	border-bottom:1px solid #C5C8B7;
	width:120%;
}

#kontakt p {
	color:#858073;
}

#kontakt a {
	
}

/* Footer Gestaltung */

#footer ul {
	float:right;
	margin-top:10px;
}

#footer li {
	border-right:1px solid #858073;
	float:left;
	list-style-type:none;
	padding:0 10px;
}

#footer li:last-child {
	border-right:none;
}

#footer li a {
	color:#858073;
	text-decoration:none;
}

#footer li a:hover {
	color:#333;
}

/*Chronoforms */

form p {
	font-size:120%;
}

.ccms_form_element {
	 margin:0;
	 padding: 0 0 0 5px;
}

.ccms_form_element label {
	font-weight:100;
}

input {
	width:95%;
	max-width:300px;
}

textarea {
	width: 95%;
	max-width:300px;
	font-weight:100;
}

input[type="submit"] {
	background: #C5C8B7;
	box-shadow: 2px 2px 2px #ddd;
	color:#fff;
}

/* Gestaltung Team */

p.team {
	line-height:34px;
}

/* Gestaltung Öffnungszeiten */

.oeffnungszeiten {
	height:auto;
	padding: 0 0 0 12%;
}

.chrono_captcha_input {
	max-width: 170px;
}

@media screen and (min-width: 1024px) {

.oeffnungszeiten {
	height:468px;
}

}

.oeffnungszeiten p {
	color:#444;
	font-size:1.5em;
	line-height:3.95em;
}






/* Gestaltung Impressum */

.impressum h2 {
	color:#444;
}


@media screen and (max-width: 760px) {
	
	#container {
		margin: 20px auto 0 auto;
	}
	
	#content {
		border: 1px solid #d3d3d3;
	}
		
	
  .contentbox {
	background:#fff;  
    position:relative;
  }
  
  .contenttitle h2, .contenttext p, .contenttext h2 {
	  color:#444;
  }
  
  .contentbox:hover {
	  opacity:1;
	}
	
	
	div.bottom-background {
		background: rgba(200,213,132,0.8);

	}
	
	.oeffnungszeiten {
		height:auto;
		padding:0 10%;
	}
	
	.oeffnungszeiten p {
		line-height:1.4em;
		font-size:150%;
	}
	
	.uk-grid .uk-width-1-1 .new-line {
		margin-top:10%;
	}



