/* Generelle Einstellungen *********************************************************/
@font-face {
  font-family: 'Merriweather Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Sans'), local('MerriweatherSans-Regular'),
       url('../fonts/merriweather-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/merriweather-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/merriweather-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/merriweather-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/merriweather-sans-v9-latin-regular.svg#MerriweatherSans') format('svg'); /* Legacy iOS */
}

body {
	margin: 0px;
    font-size:0.9em;
    color:#5f5f5f; 
    font-family:'Merriweather Sans', sans serif;
    line-height:1.6em;
	background-color : #fff;
}

#sitewrapper {
		
}

.sitewidth {
	width:1400px;
	margin:auto;
}

.extendedwidth {
	width:1600px;
	margin:auto;
}

.textblock {
	text-align:justify;
}

/*******************************************************************************
* Raster
*/

.whole {
		
}

.half {
	width:42%;
	float:left;
	background-color:#fff;
	padding:2%;
	margin-right:2%;
}

div.half:nth-child(2n) {
	margin-right:0%;
}

.third {
	width:27.333%;
	float:left;
	background-color:#fff;
	padding:2%;
	margin-right:2%;
}

div.third:nth-child(3n) {
	margin-right:0%;
}

.third h2 {
	font-size:1.4em;	
}

/* Fullwidthcontainer *********************************************************/
.containerfullwidthhalfgrey {
    background-image: url("../img/bg-fullsize-container-1.gif");
    background-repeat:repeat-x;
}

.containertopinformation {
    background-image: url("../img/bg-topinformation.gif");
    background-repeat:repeat-x;
    background-color:#d1d1d1;
    height:50px;
}

#footercontainer {
	/*background-color : #95ab23;*/
	background-color : #dedede;
}

#headercontainer {
	background-color: rgba(255,255,255,0.8);
}

#containerzitat {
	border:1px dotted #ccc;
	margin-bottom:1%;
}


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

#topinformation {
	text-align:right;
	line-height:50px;
	font-size:1.6em;	
}

#header {
    margin:auto;
    padding:20px 0px 5px 0px;
}

#logo {
	padding:0px;
	float:right;
}

.logospacer {
	margin-bottom:20px;	
}

/* Mainnavigation ******************************************************************/

#mainnavigation {
    color:#000;
    margin:auto;
    margin-top:20px;
}

#mainnavigation ul {margin:0; list-style:none outside; padding:0; margin-bottom:20px; }
#mainnavigation li {display:inline; margin:0px; padding:0px; }

#mainnavigation #subnavigation {
	display:none;	
}

#mainnavigation div {
	display:none;	
}


.gototop {
	position:fixed;
	bottom:4%;
	right:1%;
	z-index:9999;	
}

/* Hamburger ***********************************/

#hamburger {
	margin-top:10px;
	margin-bottom:10px;
	display:none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    background:#ffffff;
}
 
/*
The white stripes in the hamburger button
*/
#hamburger div {
    background-color: #2a4c2e;
    border: 1px solid #2a4c2e;
    border-radius: 2px 2px 2px 2px;
    height: 3px;
    margin-top: 3px;
    width: 50px;
}

#hamburgerclose {
	margin-top:10px;
	margin-bottom:10px;
	display:none;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    background:#ffffff;
}
 
/*
The white stripes in the hamburger button
*/
#hamburgerclose div {
    background-color: #cccccc;
    border: 1px solid #fff;
    border-radius: 2px 2px 2px 2px;
    height: 3px;
    margin-top: 3px;
    width: 50px;
}

/* Breadcrumb ************************************ */
#breadcrumbcontainer {	
	background: #f3f3f3;
}

#breadcrumbs {
    margin: auto;
    line-height:40px;
    color:#2a4c2e;
    text-align:right;
    padding-right:10px;
}

#breadcrumbs ol {margin:0; list-style:none outside; padding:0; }
#breadcrumbs li {display:inline; margin:0px; padding:0px; }

/* TV-Teaser ************************************************************************/

#tvteasercontainer {
	background-color:#9a6b8b;
	color:#fff;
}

#tvteaser {
	margin:auto;
	padding: 0.5% 0%;
}

/* Claimbox & Motivbox ****************************************************************/
.claimbox {
	/*background: #95aa31;*/
	background: #95aa31;
	padding:0%;
	width:50%;
	height:500px;
	float:left;	
	color:#fff;
}
.claimboxspacer {
	padding:10%;	
}
.claimboxheadline {
	font-size:2.6em;
	color:#fff;
	line-height:normal;	
}

.motivbox {
	padding:0%;
	width:50%;
	height:500px;
	overflow:hidden;
	float:right;	
}

/* Motivbalken ************************************************************************/
#motivcontainer {
	margin:auto;	
}

#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* OpenerAnimation */
#hintergrund {
  position: fixed;
 
  top: 0;
  left: 0;
}
 
/* die Breite des Hintergrundbilds wird auf 100% gesetzt  */
.hintergrund_breite {
  width: 100%;
}
 
/* die Hšhe des Hintergrundbilds wird auf 100% gesetzt  */
.hintergrund_hoehe {
  height: 100%;
}

/* Openerboxenbalken ************************************************************************/
#motiv {
	overflow:hidden;
	/*background-color:#cecece;
	padding:2%;*/
	text-align:center;	
}

/* Beraterteaser ************************************************************************/
#beraterteasercontainer {
	background-color:#d9d7d0;	
}

#beraterteaser {
    margin:auto;
	text-align:center;
	padding:30px 0px;
    margin-bottom:20px;	
}

#beraterteaser h2 {
	color:#9a6b8b;
	font-size:2.2em;
}

.berater {
	width:33%;
	float:left;
	text-align:center;	
}

.circular {
	width: 200px;
    height: 200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
  	overflow:hidden;
  	display:inline-block;
}

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

/* Zitat ************************************************************************/
.zitat {
	font-size:1.8em;
	line-height:normal;
	text-align:center;
	padding:2% 4%;	
}

.zitatautor {
	font-size:0.7em;
	color:#bbbbbb;	
}

/* Content ************************************************************************/
#content {
	padding:40px 0px 40px 0px;
	margin:auto;	
}

#leftcol {
	float:left;
	width: 25%;	
}

#rightcol {
	float:right;
	width: 70%;		
}

#bigcol {
	float:none;		
}

#slidercontainer {
	/*overflow:hidden;*/
	margin:auto;
}

#flexcontainer {
	/*overflow:hidden;*/
	margin:auto;
	height:auto;
	position:relative;
	border: 1px dotted #ccc;
}

#slider2 {
	height:340px;
	overflow:hidden;	
}

#slider2 img {
	/*width:550px;
	height:280px;
	overflow:hidden;*/	
}

.m_50 {
	margin-bottom: 50px;	
}

.flex-caption {
	position:absolute;
	bottom:0px;
	color:#000;
	padding:1%;
	font-size:1.0em;
	line-height:normal;
    width:98%;
    text-align:right;
    background:rgba(255,255,255,0.8);
}


.flex-caption2 {
	position:relative;
	color:#fff;
	padding:1% 0%;
	font-size:1.3em;
	line-height:normal;
}

.flex-caption-produkt {
	position:absolute;
	bottom:0px;
	color:#fff;
	padding:2% 2% 2% 2%;
	font-size:1.4em;
	line-height:normal;
    background-image: url("../img/bgSliderClaim.png");
    width:96%;
}

.flex-caption-produkt .slideheadline {
	font-size:1.4em;
	line-height:normal;
}

#openerboxencontainer {
	margin:auto;	
}

#openerboxen {
    margin:auto;
    padding:2%;
	margin-top:20px;
	margin-bottom:20px;
}

.openerbox {
	position:relative;
    width:24%;
    float:left;
    margin-bottom:2%;
    margin-left:1%;
    padding:0%;
    overflow:hidden;
    background:#fff;
}

.openerboximage {
	overflow:hidden;
}

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

.openerboxcontent {
	padding:30px 20px 20px 20px;	
}

.openerbox h2 {
	color:#5f5f5f;
	font-size:1.0em;
	font-weight:bold;
}

.openerboxbutton {
	float:right;	
}

.openerbuttons {
	/*margin:0; list-style:none outside; padding-left:0px; margin-top:20%;
	font-size:2.6em;line-height:normal;color:#95ab23;*/
	margin:0; list-style:none outside; padding-left:0px; margin-top:10%;
	font-size:2.2em;line-height:normal;color:#95ab23;
}

.openerbuttons li {
	/*margin:3% 0%;*/
	margin:1.5% 0%;	
}

div#openerboxen div:nth-child(4n+1) {
	margin-left:0;
}

.mobileonly {
	display:none;	
}

.positioner {
	position:absolute;
	bottom:10px;	
}

#welcomeboxencontainer {
	margin:auto;
	margin-top:40px;
	border-top: 1px dotted #ccc;	
}


#welcomeboxen {
    margin:auto;
	margin-bottom:20px;
}

.welcomebox {
    width:100%;
    margin-top:0px;
    padding:2% 0%;
}

.newsteaserentry {
	padding:10px 0px 10px;
	border-top:1px solid #fff;
}

.newsteaserentry h2 {
	color:#fff;
	padding-bottom:0px;
}


.newsitem {
	width:28%;
	float:left;
	padding:1.5%;
	height:400px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
	text-align:justify;
}

.newsitem h2 {
	font-size:1.2em;	
}

.newsitem div {
	height:200px;
	overflow:hidden;	
}


fieldset {
	border:0;	
}


#awardcontainer {
	margin-top:40px;
	border-top: 1px dotted #ccc;	
}

#awards {
	margin:auto;
	padding: 1.5% 0% 1.5% 1.5%;
	text-align:center;
}

#awards img {
	margin-right:20px;
}


#subnavigation {
    width:100%;
    text-align:left;
    color:#000;
    margin-bottom:40px;
}

#subnavigation ul { margin:0; list-style:none outside; padding-left:0px; padding-top:0px; }
#subnavigation li { display:block; }

.infobox {
	width:36%;
	float:right;
	padding:2%;
	border:1px dotted #ddd;
	margin-left:1%;
	margin-bottom:1%;
	background:#f1f1f1;
}

.mitarbeiter {
	width:28%;
	float:left;
	padding:1.5%;
	height:300px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
}

.beispiel {
	width:31%;
	height:120px;
	margin:1%;
	float:left;
	overflow:hidden;
}

.beispiel img {
	width:100%;
	height:auto;
	background-color:white;	
}

div.produkt:nth-child(3n) {
	margin-right:0;
	float:right;
}


/*  ************************************************************************************
*   Youtube Videos  
*/

.elastic-video {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}

.elastic-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*  ************************************************************************************
*   Youtube Videos Ende  
*/

/* Parallax Container */
.parallaxme {
	background-size: cover;
	background-position: center top;
	background-repeat:no-repeat;
	height: 700px; 
	margin: auto;
	padding:0%;
}

.preis {
	color:#368756;
	font-size:1.4em;
}

.fest {
	position:fixed;
	top:0px;
	/*width:350px;*/	
}

.produktbox {
}

#tabnavigation {
	margin-top:3%;
	margin-bottom:3%;	
}

#tabcontent {
	margin:auto;
}

#tabs {
	margin:auto;
	background:#dedede;
}

.tab {
	float:left;
	background:#dedede;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
    font-size: 1.1em;
}

.tabhit {
	float:left;
	background:#fff;
	color:#134395;
	padding:1% 2%;
	border-right: 1px solid #fff;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
    font-size: 1.1em;
}

.tabhit a {
	color:#134395;
}

.box {
	/*Dreierreihen*/
	padding:1%;
}


#awardcontainer {
	margin-top:40px;
	border-top: 1px dotted #ccc;	
}

#awards {
	margin:auto;
	padding: 1.5% 0% 1.5% 1.5%;
}

#awards img {
	margin-right:20px;	
}


.footer {
    color:#666;
    padding:2% 0% 2% 0%;
    font-size:0.9em;
    line-height:normal;
}


h1 { font-size:2.2em; line-height:normal; color:#95ab23; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; }
h2 { font-size:1.6em; line-height:normal; color:#95ab23; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; }
h3 { font-size:1.2em; line-height:normal; color:#333333; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:normal; }
h4 { font-size:1.0em; line-height:normal; color:#333333; padding-top:0px; padding-bottom:10px; margin:0px; font-weight:normal; }

.sidebarspacer {
	background-color:#134395;
	height:12px;
	margin-bottom:40px;
	margin-top:20px;
}

.company {
	font-size:1.3em;
	/*padding-bottom:20px;*/
	text-transform:uppercase;	
}

.inputform {
	width:60%;	
}

img { border:0px; }

.off { display:none; }

.clear { clear:both; }

.nopad {
	padding:0px;
}

.fullsize {
	width:100%;
	height:auto;	
}


.bildunterschrift {
	font-style:italic;	
}

.handwritten {
	font-family: 'Nothing you could do';
	color:#368756;
	font-size:2.6em;
}

.equal {
	font-family: 'Inika'; font-size:1.4em; color:#e89819; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal;
}

.line {
	border-bottom: 1px dotted #666;
	margin-top:20px;	
	margin-bottom:20px;	
}

#newsfilter {
	margin-left:1%;	
	margin-bottom:1%;	
}

.filter {
	display:inline-block;
	background:#95ab23;
	color:#fff;
	padding:1%; 
	margin:1px;	
}

table {
	 width: 100%;
	 empty-cells: hide;
	 vertical-align: middle !important;
	 line-height: 18px;
	 margin-bottom: 15px;
}

table td, table th {
 padding: 10px 10px;
}

table img {
 display: inline;
 vertical-align: middle;
}

tbody tr {
 background: #efefef;
}


tr:hover {
 background: #fff;
}

.buttonkasse {
	background: #efefef;
	padding:10px;
	font-size:1.3em;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-align:right;
}

.orderbutton {
	font-size:1.3em;
}

.checkoutstatus {
	float:left;
	width:23%;
	padding:1%;
	background:#dedede;
	margin-bottom:2%;
}

.checkoutstatusActive {
	float:left;
	width:23%;
	padding:1%;
	margin-bottom:2%;
	background:#3a8658;
	color:#fff;
}

a.headlinelink:link  { color:#95ab23; text-decoration:none; }
a.headlinelink:visited { color:#95ab23; text-decoration:none; }
a.headlinelink:hover { color:#95ab23; text-decoration:underline; }
a.headlinelink:active { color:#95ab23; text-decoration:none; }

a:link  { color:#95ab23; text-decoration:none; }
a:visited { color:#95ab23; text-decoration:none; }
a:hover { color:#95ab23; text-decoration:underline; }
a:active { color:#95ab23; text-decoration:none; }

#footer a:link  { color:#fff; text-decoration:none; }
#footer a:visited { color:#fff; text-decoration:none; }
#footer a:hover { color:#fff; text-decoration:underline; }
#footer a:active { color:#fff; text-decoration:none; }

a.white:link  { color:#fff; text-decoration:none; }
a.white:visited { color:#fff; text-decoration:none; }
a.white:hover { color:#fff; text-decoration:underline; }
a.white:active { color:#fff; text-decoration:none; }

a.bclink:link  { color:#2a4c2e; text-decoration:none; }
a.bclink:visited { color:#2a4c2e; text-decoration:none; }
a.bclink:hover { color:#2a4c2e; text-decoration:underline; }
a.bclink:active { color:#2a4c2e; text-decoration:none; }

.buttonbox {
	display: none;
	width:28.333%;
	color:#fff;
	background:#95ab23;
	height:80px;
	padding:2%;
	float:left;
	margin-right:1%;
	text-decoration:none;
}

.buttonbox:hover {
	background:#ddd;
	text-decoration:none !important;
}


/*
*   Hauptnavigation
*/

a.mainlevel:link, a.mainlevel:visited {
	float:left;
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#676767;
    padding:0px 15px 0px 15px;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #fff;
    background-color:#95ab23;
}

a.mainlevelActive:link, a.mainlevelActive:visited {
	float:left;
    background-color:#95ab23;
    /*background-color:#2a4c2e;*/
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#ffffff;
    padding:0px 15px 0px 15px;
}

a.mainlevelActive:hover {
	text-decoration: none;
	color: #fff;
    background-color:#ccc;
}


a.sublevel:link, a.sublevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:20px;
    color:#2a4c2e;
    font-size:1.2em;
    border-bottom: 1px dotted #ccc;
}

a.sublevel:hover {
	text-decoration: none;
	color: #95ab23;
    background-color:#efefef;
}

a.sublevelActive:link, a.sublevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:20px;
    background-color:#95ab23;
    color:#fff;
    font-size:1.2em;
    border-bottom: 1px dotted #ccc;
}

a.sublevelActive:hover {
	text-decoration: none;
	color: #f2922e;
    background-color:#efefef;
}


a.thirdlevel:link, a.thirdlevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:40px;
    color:#58585A;
    font-size:1.0em;
}

a.thirdlevel:hover {
	text-decoration: none;
	color: #C20B37;
}

a.thirdlevelActive:link, a.thirdlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:40px;
    color:#9a6b8b;
    font-size:1.0em;
    background-color:#e3e3e3;
}

a.thirdlevelActive:hover {
	text-decoration: none;
	color: #C20B37;
}



a.fourthlevel:link, a.fourthlevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:60px;
    color:#58585A;
    font-size:1.0em;
    background-color:#eee;
    border-bottom:1px solid #fff;
}

a.fourthlevel:hover {
	text-decoration: none;
	color: #C20B37;
}

a.fourthlevelActive:link, a.fourthlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:60px;
    color:#C20B37;
    font-size:1.0em;
    background-image: url("../img/thirdlevelActive.png");
    background-repeat:no-repeat;
    background-color:#f3f3f3;
    border-bottom:1px solid #fff;
}

a.fourthlevelActive:hover {
	text-decoration: none;
	color: #C20B37;
}

.red {
	background-color:#f1cfd3;	
}

.responsive {
	display:none;	
}

/* Cookie *****************************************************/
#cookiehinweis a {color:#000; text-decoration:none;}
#cookiehinweis a:hover {text-decoration:underline;}
#cookiehinweis div {padding:10px; padding-right:40px;}
#cookiehinweis { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #d6d6d6; 
   background: -moz-linear-gradient(top, #d6d6d6 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6d6d6 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6d6d6 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6d6d6', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiehinweisCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiehinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}


@media screen and (max-width:1599px) {
	.extendedwidth {
		width:100%;
		margin:auto;
	}
}

@media screen and (max-width:1399px) {
	
	.sitewidth {
		width:95%;
		margin:auto;
	}
	
	#mainnavigation {
		/*width:100%;*/
	}
	
	#header {
	    height:auto;
	}
}

@media screen and (max-width:1024px) {
	.openerbox {
		position:relative;
	    width:49%;
	    height:auto;
	    float:left;
	    margin-bottom:2%;
	    margin-left:1%;
	    padding:0%;
	}
	
	h1 { font-size:2.0em; }
	h2 { font-size:1.4em; }
	
	div#openerboxen div:nth-child(2n+1) {
		margin-left:0;
	}
	
	.mitarbeiter {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:300px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.newsitem {
		width:44.5%;
		float:left;
		padding:1.5%;
		height:400px;
		overflow:hidden;
		margin:1%;
		border:1px solid #dedede;
	}
	
	.newsitem h2 {
		font-size:1.2em;	
	}
	
	.newsitem div {
		height:200px;
		overflow:hidden;	
	}
	
	.infobox {
		width:46%;
		float:right;
		padding:2%;
		border:1px dotted #ddd;
		margin-left:1%;
		margin-bottom:1%;
	}
}

@media screen and (max-width:768px) {
	
.mobileonly {
	display:block;	
}
	.textblock {
		text-align:left;
	}
	.responsive {
		display:block;	
	}
	
	h1 { font-size:1.8em; }
	h2 { font-size:1.2em; }
	
	#slidercontainer {
		width:95%;	
	}
	
	#hamburger {
		display:block;
	}
	
    #hamburgerclose {
	}	
	
	#mainnavigation {
    	height:auto;
    	display:none;
        width:100%;
        text-align:left;
    	padding-top:1px;
	}
	
	#mainnavigation ul {margin:0; float:none; list-style:none outside; padding:0; }
	#mainnavigation li {display:block; float:none; margin:0px; padding:0px; }
	
	
	#subnavigation {
		display:none;
	}
	
	#mainnavigation #subnavigation {
		display:inline;
		width:100%;
		height:auto;
		float:none;
	}
	
	a.mainlevel:link, a.mainlevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#999;
	    padding-left:10px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#f2f2f2;
	}
	
	a.mainlevel:hover {
		text-decoration: none;
		color: #ababab;
	}
	
	a.mainlevelActive:link, a.mainlevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#fff;
	    padding-left:10px;
	    padding-right:10px;
	    border-top:1px solid #fff;
		background:#fff;
    	background-color:#95ab23;
	}
	
	a.mainlevelActive:hover {
		text-decoration: none;
		color: #ababab;
	}
	
	a.sublevel:link, a.sublevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#777;
	    padding-left:30px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#ddd;
	}
	
	a.sublevel:hover {
		text-decoration: none;
		color: #000;
	}
	
	a.sublevelActive:link, a.sublevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#fff;
	    padding-left:30px;
	    padding-right:10px;
	    border-top:1px solid #fff;
	}
	
	a.sublevelActive:hover {
		text-decoration: none;
		color: #000;
	}
	
	
	a.thirdlevel:link, a.thirdlevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#777;
	    padding-left:50px;
	    padding-right:10px;
	    border-top:1px solid #fff;
    	background-color:#eee;
	}
	
	a.thirdlevel:hover {
		text-decoration: none;
		color: #C20B37;
	}
	
	a.thirdlevelActive:link, a.thirdlevelActive:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#777;
	    padding-left:50px;
	    padding-right:10px;
	    border-top:1px solid #fff;
	}
	
	a.thirdlevelActive:hover {
		text-decoration: none;
		color: #C20B37;
	}
	
	#logo {
		width:50%;
		padding:10px 0px 0px 0px;
		float:right;
	}
	
	#topnavigation {
	    text-align:right;
	    width:40%;
	    float:right;
	    font-size:1.2em;
	    color:#9a6b8b;
	    line-height:30px;
	    display:none;
	}
	
	#logo img {
		width:100%;
		height:auto;
	}
	
	#openerboxen {
	    margin:auto;
	    padding:0%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.openerbox {
		position:relative;
	    width:100%;
	    height:auto;
	    float:none;
	    margin-bottom:2%;
	    margin-left:0%;
	    padding:0%;
	}
	
	.openerboximage {
		width:100%;
		height:auto;
		overflow:hidden;
	}
	
	.openerboximage img {
		width:100%;
		height:auto;	
	}
	
	#leftcol {
		float:left;
		width: 30%;
		display:none;	
	}
	
	#rightcol {
		float:none;
		width: 100%;		
	}
	
	.circular {
		width: 150px;
	    height: 150px;
	}
	
	
	.infobox {
		width:96%;
		float:none;
		padding:2%;
		border:1px dotted #ddd;
		margin-left:1%;
		margin-bottom:1%;	
	}
	
	.third {
		width:96%;
		float:none;
		background-color:#fff;
		padding:2%;
	}
	
	.parallaxme {
		height: 300px; 
	}
	
	.buttonbox {
		display: inline-block;
	}
	
	.claimbox {
		background: #95aa31;
		padding:0%;
		width:100%;
		height:auto;
		float:none;	
	}
	.claimboxspacer {
		padding:5%;	
	}
	
	.motivbox {
		padding:0%;
		width:100%;
		height:300px;
		overflow:visoble;
		float:none;	
	}
	
	.claimboxheadline {
		font-size:2.0em;
		color:#fff;
		line-height:normal;	
	}
}

@media screen and (max-width:480px) {
	#logo {
		width:100%;
		padding:5px 0px 0px 0px;
	}
	.buttonbox {
		width:96%;
		height:auto;
		padding:2%;
		float:none;
		margin-right:0%;
		margin-bottom:1%;
	}
	.mitarbeiter {
		width:95%;
		float:left;
		padding:2.5%;
		height:auto;
		overflow:hidden;
		margin:0%;
		margin-bottom:2%;
		border:1px solid #dedede;
	}
	
	.mitarbeiter h3 {
		font-size:0.9em;
	}
	
	.newsitem {
		width:95%;
		padding:2.5%;
		margin:0%;
		margin-bottom:2%;
		height:auto;
		
	}
	#languages {
		width:100px;
		padding:3px;
		float:none;
		background-color:none;
		border-bottom-right-radius: 0px;
	    border-bottom-left-radius: 0px;
	    -webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;	
	}
	
	.flex-caption {
		position:relative;
		bottom:0%;
		line-height:normal;
	    width:96%;
	}
	
	.circular {
		width: 100px;
	    height: 100px;
	}
	
	
	.parallaxme {
		height: 200px; 
	}
	.motivbox {
		height:200px;
	}
	.claimboxheadline {
		font-size:1.8em;
		color:#fff;
		line-height:normal;	
	}
	
	.openerbuttons {
		margin:0; list-style:none outside; padding-left:0px; margin-top:20%;
		font-size:1.9em;line-height:normal;color:#95ab23;
	}
	
	.openerbuttons li {
		margin:1% 0%;	
	}
}
