@charset "utf-8";

html, body {
  font-size: 16px;
}

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	font-size:16px;
	line-height:20px;
	letter-spacing:1px;
	color:#313131;
	}


/*
 * jQuery FlexSlider v2.6.2
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('fonts/flexslider-icon.eot');
  src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

body{
	background:#f9f9f9 url(img/layout/bg.jpg) top center repeat-x;
	}
.clear{
	clear:both;
	}
p{
	padding-bottom:20px;
	}
strong{
	font-weight:500;
	}
/*___________________________________________________________________ + header _________*/
#innerheader{
	width:960px;
	margin:0 auto;
	position:relative;
	}
#logo{
	float:left;
	padding:20px 0 10px 20px;
	}
/*___________________________________________________________________ - header _________*/
/*_____________________________________________________________________ + navi _________*/

.schriftgroessen {
	position:absolute;
	z-index:10;
	top:40px;
	right:250px;
	font-size:0.85em;
	padding:5px 0 5px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	list-style: none;
}

.schriftgroessen li {
	list-style: none;
	float: left;
	font-size:1em;
}

.schriftgroessen li a {
	padding: 0 2px;
	font-size:1em;
	text-decoration: none;
line-height: 5px;
}

.schriftgroessen li a.klein {
	font-size: 0.8em;
	margin-left: 5px;

}

.schriftgroessen li a.gross {
	font-size: 1.2em;
}
.telefon,
.email{
	position:absolute;
	z-index:1;
	top:22px;
	right:0;
	font-size:0.85em;
	padding:5px 0 5px 15px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
	}
.email{
	top:40px;
	}
.email span{
	text-transform:none;
	font-weight:400;
	font-size:1em;
	}
#navi ul{
	-webkit-font-smoothing:antialiased;
    list-style:none;
    width:100%;
	}
#navi li{
    float:left;
    position:relative;
    }
#navi li ul{
    float:left;
    left:0;
    opacity:0;
    position:absolute;
    top:30px;
    visibility:hidden;
    z-index:1;
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
    /*background:#fff;*/
    width:auto;
	}
#navi li:hover ul{
    opacity:1;
    top:30px;
    visibility:visible;
	}
#navi li ul li{
    float:none;
    background:#f4f9fd;
    }
#navi li ul li:last-child{
    padding-bottom:20px;
    }
#navi{
	list-style-type:none;
	float:right;
	margin-top:103px;
	}
#navi a{
	font-size:1em;
	padding:5px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:300;
	-webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -ms-transition:all .5s ease;
    -o-transition:all .5s ease;
    transition:all .5s ease;
	}
#navi a:hover{
	/*color:#0095db;
	border-top:1px solid #0095db;
	border-bottom:1px solid #0095db;*/
	}
#navi li ul a{
    padding:5px 15px;
    text-transform:none;
    display:inline-block;
    text-align:left;
	}
#navi li ul a:hover{
    border-top:0;
	border-bottom:0;
	color:#0094D8;
	}
#pflegeheim #link_pflegeheim,
#leben #link_leben,
#personal #link_personal,
#leistungen #link_leistungen,
#kontakt #link_kontakt{
	font-weight:500;
	}
.hausumgebung #sublink_hausumgebung,
.zimmerausstattung #sublink_zimmerausstattung,
.wohnbereiche #sublink_wohnbereiche,
.bistro #sublink_bistro,
.ernaehrung #sublink_ernaehrung,
.galerie #sublink_galerie,
.leitsaetze #sublink_leitsaetze,
.stiftung #sublink_stiftung,
.neuigkeiten #sublink_neuigkeiten,
/* --- */
.integrationsphase #sublink_integrationsphase,
.pflegebetreuung #sublink_pflegebetreuung,
.wohnbereichealtenpflege #sublink_wohnbereichealtenpflege,
.wohnbereichedemenzkranke #sublink_wohnbereichedemenzkranke,
.sozialebetreuung #sublink_sozialebetreuung,
.bewohner #sublink_bewohner,
.gemeinschaft #sublink_gemeinschaft,
.aktivitaeten #sublink_aktivitaeten,
.therapeutischeangebote #sublink_therapeutischeangebote,
.erhaehrung #sublink_ernaehrung,
/* --- */
.arbeitenbeiuns #sublink_arbeitenbeiuns,
.arbeitsbedingungen #sublink_arbeitsbedingungen,
.pflegephilosophie #sublink_pflegephilosophie,
.ausbildung #sublink_ausbildung,
.ehrenamtliche #sublink_ehrenamtliche,
.qualitaetspruefung #sublink_qualitaetspruefung,
.stellenangebote #sublink_stellenangebote,
.mitarbeiter #sublink_mitarbeiter,
.kooperationspartner-projekte #sublink_kooperationspartner_projekte,
/* --- */
.langzeitpflege #sublink_langzeitpflege,
.kurzzeitpflege #sublink_kurzzeitpflege,
.serviceleistungen #sublink_serviceleistungen,
.pflegevoraussetzungen #sublink_pflegevoraussetzungen,
.pflegekosten #sublink_pflegekosten,
.betreuungsvertrag #sublink_betreuungsvertrag,
.links #sublink_links,
.onlinepdf #sublink_onlinepdf{
	font-weight:500;
	}
/*_____________________________________________________________________ - navi _________*/
/*___________________________________________________________________ + banner _________*/
#innerbanner{
	width:960px;
	margin:0 auto;
	}
#innerbanner img{
	width:100%;
	height:auto;
	}
#balken{
	text-align:center;
	}
#balken p{
	color:#fff;
	font-size:1.6em;
	line-height:50px;
	padding-bottom:0;
	}
#balken img{
	-webkit-box-shadow: 0px 7px 13px 0px rgba(176,176,176,1);
	-moz-box-shadow: 0px 7px 13px 0px rgba(176,176,176,1);
	box-shadow: 0px 7px 13px 0px rgba(176,176,176,1);
	}
.blau #balken p{
	background:#0095db;
	}
.gruen #balken p{
	background:#d0ca2f;
	}
.gelb #balken p{
	background:#ffd61a;
	}
.rot #balken p{
	background:#e84e0f;
	}
.braun #balken p{
	background:#741409;
	}
#balken sup{
	color:#fff;
	font-size:1.9em;
	vertical-align:1px;
	}
#balken sub{
	color:#fff;
	font-size:1.9em;
	vertical-align:-10px;
	}
#squares{
	width:307px;
	margin:0 auto;
	}
.squares{
	float:left;
	margin:30px 10px;
	border:1px solid #f9f9f9;
	padding:7px;
	}
.squares span{
	display:inline-block;
	width:25px;
	height:25px;
	text-decoration:none;
	}
#square01 span{background:#0095db;}
	#square01:hover{border:1px solid #0095db;}
#square02 span{background:#d0ca2f;}
	#square02:hover{border:1px solid #d0ca2f;}
#square03 span{background:#ffd61a;}
	#square03:hover{border:1px solid #ffd61a;}
#square04 span{background:#e84e0e;}
	#square04:hover{border:1px solid #e84e0e;}
#square05 span{background:#741409;}
	#square05:hover{border:1px solid #741409;}
.blau #square01{border:1px solid #0095db;}
.gruen #square02{border:1px solid #c6c40e;}
.gelb #square03{border:1px solid #fec900;}
.rot #square04{border:1px solid #fec900;}
.braun #square05{border:1px solid #751315;}
.tooltip > .tooltipspan{
	width:100px; 
	padding:7px 0; 
	margin:-40px 0 0 -63px; 
	opacity:0; 
	visibility:hidden; 
	z-index:10; 
	position:absolute; 
	display:none;
	font-size:0.7em;
	}
.tooltip:hover .tooltipspan{ 
	color:#000;
	background:none!important;
	display:inline; 
	}
.tooltip:hover > .tooltipspan{ 
	opacity:1; 
	visibility:visible; 
	overflow:visible; 
	}
/*___________________________________________________________________ - banner _________*/
/*___________________________________________________________________ + video __________*/
#videoContainer{
	display:block;
	width:100%;
	float:left;
	clear:both;
	}
#player{
	}
.video-player-overlay{
	position:absolute;
	background:url(img/player/video-player-overlay-normal.png) no-repeat;
	background-size:100%;
	z-index:0;
	cursor:pointer;
	}
.video-player-overlay.hover{
	background-image:url(img/player/video-player-overlay-hover.png);
	}
/*___________________________________________________________________ - video __________*/
/*__________________________________________________________ + einzeltextblock _________*/
.einzeltextblock{
	width:960px;
	margin:20px auto 40px auto;
	}
.einzeltextblock h1{
	text-align:center;
	font-size:1.6em;
	line-height:1.6em;
	padding-bottom:20px;
	}
.einzeltextblock p{
	text-align:justify;
	}
.heimentgeltgrafik{
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
	}
.mdkgrafik{
	width:100%;
	height:auto;
	margin:10px 0 20px 0;
	}
/*___ + nur startseite ___*/
.inlineh1{
	display:inline;
	font-weight:300!important;
	font-size:1em!important;
	line-height:20px!important;
	letter-spacing:1px!important;
	}
.einzeltextblock blockquote p{
	text-align:center;
	font-size:1.6em;
	line-height:30px;
	padding-bottom:20px;
	}
/*___ - nur startseite ___*/
/*__________________________________________________________ - einzeltextblock _________*/
/*_________________________________________________________ + textblockmitbild _________*/
.textblockmitbild{
	position:relative;
	width:960px;
	margin:20px auto 40px auto;
	}
.textblockmitbild h1{
	font-size:1.6em;
	line-height:1.6em;
	padding-bottom:20px;
	}
.textblockmitbild img{
	float:left;
	width:40%;
	height:auto;
	margin:0 5% 5% 0;
	}
.textblockmitbildabstand01{
	margin-bottom:200px!important;
	}
.textblockmitbildabstand02{
	margin-bottom:70px!important;
	}
.textblockmitbildabstand03{
	margin-bottom:150px!important;
	}
.textblockmitbildabstand04{
	margin-bottom:70px!important;
	}
.textblockmitbildabstand05{
	margin-bottom:140px!important;
	}
.textblockmitbildabstand06{
	margin-bottom:70px!important;
	}
/*_________________________________________________________ + textblockmitbild _________*/
/*________________________________________________________________ + textblock _________*/
.textblock{
	width:960px;
	margin:20px auto 40px auto;
	}
.textblock h1{
	font-size:1.6em;
	line-height:30px;
	padding-bottom:20px;
	}
/*________________________________________________________________ - textblock _________*/
/*___________________________________________________________________ + slider _________*/
#innerslider{
	max-width:960px;
	width:100%;
	margin:40px auto;
	position:relative;
	}
.cycle-slideshow li img{
	width:100%;
	height:auto;
	}
.cycle-slideshow li{
	display:none;
	}
.cycle-slideshow li:first-child{
	display:block;
	}
#pager{
	position:absolute;
	text-align:center;
	width:100%;
	z-index:9999;
	top:444px;
	display:block;
	overflow:hidden;
	}
#pager span{
	font-size:2.5em;
	width:16px;
	height:16px;
	display:inline-block;
	color:#000;
	}
#pager span.cycle-pager-active{
	color:#ff0000;
	}
#pager > * {
	cursor:pointer;
	}
#pager{display:none;}
/*#innerslider2{
	float:left;
	width:40%;
	height:auto;
	margin:0 5% 0 0;
	transition:width .5s;
	position:relative;
	}
#innerslider2.clicked{
    width:100%;
    height:auto;
	}*/
.innerslider2{
	float:left;
	width:40%;
	height:auto;
	margin:0 5% 0 0;
	transition:width .5s;
	position:relative;
	}
.innerslider2.clicked{
    width:100%;
    height:auto;
	}
#lupe{
	position:absolute;
	z-index:9999;
	top:10px;
	left:10px;
	width:30px;
	height:30px;
	}
#lupe:hover{
	cursor:pointer;
	}
/*___________________________________________________________________ - slider _________*/
/*_______________________________________________________________ + multiboxen _________*/
#multiboxen{
	background:url(img/layout/bg2.jpg) top center repeat-x;
	background-size:cover;
	}
#innermultiboxen{
	width:960px;
	margin:0 auto;
	}
.dreier{
	margin-top:20px;
	width:30%;
	height:400px;
	float:left;
	background:#fff;
	position:relative;
	}
.dreier02{
	margin:20px 5% 0 5%;
	}
.dreier01 img{
	padding:5%;
	width:90%;
	height:auto;
	}
.dreier h3{
	padding:30px 20px 10px 20px;
	font-size:1.6em;
	line-height:1.6em;
	}
.dreier p{
	padding:0 20px 10px 20px;
	}
.dreier a{
	display:block;
	padding:20px 20px 10px 20px;
	}
ol{
	padding:0 0 20px 20px;
	list-style-type:circle;
	}
ol li{
	padding:0 0 10px 10px;
	}
.bottom{
	display:inline-block;
	position:absolute;
	bottom:10px;
	}
/*_______________________________________________________________ - multiboxen _________*/
.white{
	height:30px;
	background:#fff;
	}
/*_______________________________________________________________ + contactform _________*/
#contact-form{
	position:relative;
	width:50%;
	margin:-24px 0 20px 0;
	float:right;
	}
#contactForm{
	margin:25px 0 0 -17px;
	width:80%;
	}
.error{
	position:absolute;
	top:-2px;
	left:-16px;
	font-size:1em;
	color:#0094D8;
	}
#name,
#email,
#betreff{
	width:100%;
	padding:7px 0 7px 10px;
	margin-bottom:20px;
	border:1px solid #c0c0c0;
	color:#3d3d3d;
	}
#betreff{
	width:103%;
	}
::-webkit-input-placeholder{
   color:#3d3d3d;
	}
:-moz-placeholder{
   color:#3d3d3d;  
	}
::-moz-placeholder{
   color:#3d3d3d;  
	}
:-ms-input-placeholder{  
   color:#3d3d3d;  
	}
@media screen and (-webkit-min-device-pixel-ratio:0){
    #name,
    #email,
    #betreff{
    	padding:5px 0 0 10px
    	}
	}
textarea{
	width:100%;
	height:80px;
	color:#3d3d3d;
	padding:5px 0 0 10px;
	margin-bottom:20px;
	border:1px solid #c0c0c0;
	}
#submit{
	color:#3d3d3d;
	padding:8px 0 5px 0;
	width:30%;
	border:1px solid #c0c0c0;
	background:#fff;
	}
#submit:hover{
	cursor:pointer;
	color:#0094D8;
	}
#contactForm label{
	padding-left:2px;
	}
/*______________________________________________________________ - contactform _________*/
/*________________________________________________________________ + bottombox _________*/
#bottombox{
	background:#f8f8f8;
	}
#innerbottombox{
	width:960px;
	margin:0 auto;
	}
.hr{
	width:80%;
	margin:30px auto 40px auto;
	height:1px;
	background:#c0c0c0;
	}
iframe{
	border:10px solid #fff!important;
	float:left;
	margin-bottom:40px;
	width:60%;
	}
address{
	font-style:normal;
	margin:8px 0 0 20px;
	float:left;
	line-height:30px;
	width:35%;
	}
address:first-line{
	font-size:1.6em;
	text-transform:uppercase;
	}
address span{
	display:inline-block;
	width:70px;
	}
address a{
	text-decoration:none;
	}
#openerouter p{
	text-align:center;
	margin-bottom:40px;
	padding-bottom:0;
	}
/*#openerouter p:before{
	content:"↓ ";
	}
#openerouter p:after{
	content:" ↓";
	}*/
#clickme:hover{
	cursor:pointer;
	}
/*________________________________________________________________ - bottombox _________*/
/*__________________________________________________________________ + galerie _________*/
.textblock ul{
	list-style-type:none;
	width:90%;
	margin:0 auto;
	}
.textblock ul li{
	width:12%;
	padding:1%;
	float:left;
	}
.thumbs{
	width:100%;
	height:auto;
	}
#imagelightbox-caption{
	display:none;
	}
#tabsul li{
	margin:0 3px!important;
	width:auto;
	}
#tabsul li:first-child{
	margin-left:0!important;
	}
#tabsul li:last-child{
	margin-right:0!important;
	}
.tablinks{
	width:auto;
	text-decoration:none;
	}
.ui-state-active{
	text-decoration:underline;	
	}
/*__________________________________________________________________ - galerie _________*/
/*___________________________________________________________________ + footer _________*/
#footer{
	background:#403f3f;
	}
#innerfooter{
	width:960px;
	margin:0 auto;
	}
#innerfooter ul{
	list-style-type:none;
	float:right;
	}
#innerfooter li{
	float:left;
	padding:0 15px;
	}
#innerfooter li:last-child{
	padding-right:0;
	}
#innerfooter a{
	color:#fff;
	text-decoration:none;
	padding:20px 0!important;
	display:inline-block;
	font-size:0.85em;
	}
#innerfooter a:hover{
	color:#ffd61e;
	}
/*___________________________________________________________________ - footer _________*/
#aud{
	display:block;
	width:100px;
	text-align:center;
	margin:10px auto 0 auto;
	font-family:helvetica,arial,sans-serif;
	font-size:0.6em;
	font-weight:lighter;
	padding:0 0 12px 0;
	color:#929292;
    text-decoration:none;
	}
#aud span{
	font-size:1em;
	padding:0 2px 0 1px;
	color:#929292; 
	}
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------ + mobile -- */
@media (max-width:768px){
	
	.beschriftung {
		display: none;
	}
	#innerheader{
		width:100%;
		}
	#logo{
		float:none;
		padding:10px 0 10px 0;
		width:100%;
		text-align:center;
		}
	#logo img{
		width:300px;
		height:auto;
		margin-top:20px;
		}
	#telefon,
	#email{
		position:relative;
		top:-20px;
		right:0;
		bottom:0;
		left:0;
		display:block;
		text-align:center;
		}
	#email{
		top:-30px;
		}
	#navi{
		float:none;
		margin:-30px 0 20px 0;
		background:#f4f9fd;
		}
	#navi ul{
		width:100%;
		}
	#navi li{
		position:inherit;
		float:none;
		text-align:center;
		}
	#navi li ul li{
		text-align:left;
		padding-left:30px;
		background:none;
		}
	#navi li ul{
		position:inherit;
		float:none;
		display:none;
		}
	#navi li:hover ul{
    	display:block;
		}
    #navi li ul li:last-child{
    	padding-bottom:0;
    	}
    #navi li a,
    #navi li ul li a{
		display:inline-block;
		padding:6px 0;
		font-size:1.2em;
		}
	#innerbanner{
		width:100%;
		}
	.blau #balken p,
	.gruen #balken p,
	.gelb #balken p,
	.rot #balken p,
	.braun #balken p{
		line-height:26px;
		padding:0 0 6px 0;
		}
	.einzeltextblock{
		width:90%;
		margin:0 auto;
		margin:10px auto;
		}
	.einzeltextblock h1{
		text-align:left;
		font-size:1.4em;
	line-height:1.6em;
		}
	.einzeltextblock p{
		text-align:left;
		}
	.textblockmitbild{
		width:90%;
		margin:0 auto;
		margin:20px auto 20px auto;
		}
	.textblockmitbild h1{
		font-size:1.4em;
	line-height:1.6em;
		}
	.textblockmitbild img{
		float:none;
		width:100%;
		height:auto;
		margin:0 00 0;
		}
	.textblockmitbildabstand01,
	.textblockmitbildabstand02,
	.textblockmitbildabstand03,
	.textblockmitbildabstand04,
	.textblockmitbildabstand05,
	.textblockmitbildabstand06{
		margin-bottom:0px!important;
		}
	.textblock{
		width:90%;
		margin:0 auto;
		margin:20px auto 20px auto;
		}
	.textblock h1{
		font-size:1.6em;;
	line-height:1.8em;
		}
	#innerslider{
		/*display:none;*/
		}
	#innermultiboxen{
		width:100%;
		}
	.dreier{
		margin-top:10px;
		width:100%;
		height:auto;
		float:none;
		}
	.dreier h3,
	.zweier02 h3{
		font-size:1.6em;
		line-height:20px;
		}
	.dreier01,
	.dreier02,
	.dreier03{
    	width:100%;
    	margin:0 auto;
		}
	.zweier01,
	.zweier02{
    	width:100%;
    	margin:0 auto;
    	float:none;
    	}
    .zweier02{
    	height:auto;
    	}
    .bottom{
		position:inherit;
		}
	#innerbottombox{
		width:100%;
		}
	iframe{
		width:80%;
		float:none;
		margin:0 auto 20px 10%;
		border:0!important;
		}
	#contact-form{
		position:inherit;
		width:100%;
		margin:0 0 20px 0;
		float:none;
		}
	#contactForm{
		margin:35px 0 0 2.5%;
		width:90%;
		}
	.error{
		top:-25px;
		left:2.5%;
		}
	#name,
	#email,
	#betreff{
		text-align:left;
		margin-bottom:40px;
		}
	#betreff{
		position:relative;
		top:-55px!important;
		}
	textarea{
		position:relative;
		top:-55px!important;
		}
	label{
		position:relative;
		top:-55px!important;
		}
	#submit{
		width:40%;
		position:relative;
		top:-55px!important;
		}
	address{
    	width:90%;
		margin:0 auto 20px auto;
		float:none;
		line-height:18px;
		}
	address:first-line{
		font-size:1.6em;
		line-height:20px;
		}
	#innerfooter{
		width:100%;
		}
	#innerfooter ul{
		float:none;
		}
}




h2{
	font-size: 1.6em;
	line-height: 1.6em;
	padding-bottom: 20px;
	margin-top: 2.2em;
}

.contact-box{
	margin-top: 3.2em;
	margin-left: 10%;
	padding: 1em;
	background-color: #ffd61a;
}

.img-responsive{
	max-width: 100%;
	height: auto;
}


.slider-cont{
	background: url(/img/layout/slider-bg.jpg) center center no-repeat;
	background-size: cover;
}

.slider-cont .inner{
	width: 960px;
	margin: 20px auto 40px auto;
	
}

.flexslider{
	background-color: transparent;
	border: 0;
}
.slider-cont .flexslider .slides .cite-cont img{
	width: auto;;
	max-width: 100%;
	height: auto;
	margin: 2em auto;
}
 .cite-cont{
 	text-align: center;
 	padding: 2em;
 }
 .cite{
 	font-size: 2em;
 	line-height: 1em;
 	font-style: italic;
 	margin-bottom: 1em;
 }

.flex-direction-nav a:before{
	padding-top: 10px;
}
.flex-next,.flex-prev{
	font-size: 16px;
}
.flex-control-paging{
	display: none;
}

input[type=text],input[type=submit],input[type=file],select,textarea, label.file{
	width: 100%;
	padding: 7px 0px 7px 10px;
	margin-bottom: 20px;
	border: 1px solid #c0c0c0;
	color: #3d3d3d;
	background-color: #FFF;
	box-sizing: content-box;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
  height: 20px;
  background: #FFF url(/img/layout/select-bg.png) right 50% no-repeat;  
} 
select, option{width: 100%;}

input[type=submit]{
	width: auto;
	padding: 7px 10px;
}
input[type=file]{
	padding: 7px 0px 6px 10px;
	height: 20px;
}

#sidebanner{
	position: fixed;
	left: 0;
	top: 20%;
	padding: 8px;
	background-color: #ffd61a;
	z-index: 50;

}

#sidebanner a{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	
	
}

.textblock.grey{
	background-color: #F8F8F8;
}

.textarea-3rows{
	height: 132px;
}

.field-error{
	border-color: #C00 !important;
}

#file{
	display: none;
}
label.file{
	display: block;	
}
label.file, input[type=submit]{
	cursor: pointer;
}


/* ==== GRID SYSTEM ==== */


.row {
  position: relative;
  width: 100%;
}
.row::after {
	content: "";
	display: table;
	clear: both;
}

.col-8,
.col-6,
.col-4,
.col-3
{
	float: left;
}
.col-8{width: 66.6666666%}
.col-6{width: 50%}
.col-4{width: 33.3333333%}
.col-3{width: 25%}

.padding-right{padding-right: 1em;}
.padding-left{padding-left: 1em;}

@media (max-width:768px){
	.col-8,
	.col-6,
	.col-4,
    .col-3{
		width: 100%;
	}
	.padding-right,.padding-left{padding: 0;}
	.slider-cont .inner{width: 100%;}
}



.schriftgroessen {
  
	right:230px;
}