/* Generelle Einstellungen *********************************************************/
/* lato-regular - latin */ 
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: url('/inc/fonts/lato-v24-latin-regular.eot'); /* IE9 Compat Modes */
	src: url('/inc/fonts/lato-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/inc/fonts/lato-v24-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/inc/fonts/lato-v24-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/inc/fonts/lato-v24-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		 url('/inc/fonts/lato-v24-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
  }
  /* lato-700 - latin */
  @font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: url('/inc/fonts/lato-v24-latin-700.eot'); /* IE9 Compat Modes */
	src: url('/inc/fonts/lato-v24-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('/inc/fonts/lato-v24-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
		 url('/inc/fonts/lato-v24-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
		 url('/inc/fonts/lato-v24-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
		 url('/inc/fonts/lato-v24-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
  }

*, ::after, ::before {
    box-sizing:border-box;
}

body {
	margin: 0px;
    font-size:1.0em;
    color:#373737; 
    font-family:'Lato', sans serif;
    line-height:1.6em;
	background-color : #fff;
}

#sitewrapper {
		
}

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

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

.containercigrau {
	background:#f2f2f2;
	padding:40px 0px;
}

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

.whole {
		
}

.full {
	padding:40px;
}

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

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

.third {
	width:31.666%;
	float:left;
	padding:40px;
	margin-right:2.5%;
    overflow:hidden;
    background:#f6f6f6;
    min-height:500px;
}

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

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

/* Fullwidthcontainer *********************************************************/

#mainnavigationcontainer {
    background-color:#51b4c4;
}

.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:#f6f6f6;
}

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

#slidercontainer {
	background-color:#f0f0f0;
}


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

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

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

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

#claim {
	font-family:"Lato";
	color:#56b4c3;
	text-align:right;
	font-size:1.8em;
	font-weight:200;
}

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

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


#mobilenavigation {
	position:absolute;
	top:20px;
	right:2%;
    float:right;
    width:130px;
    display:none;
	font-size:1.6em;
	color:#56b4c3;
	padding-top:20px;
	text-align:right;
}

#mobilenavigation div {
	width:31.333%;
	display:inline-block;
	padding:0% 0.5%;
	border-left:1px dotted #56b4c3;
	text-align:center;
	float:left;
}

#mobilenavigation div:first-child {
	border-left:none;
}

#mainnavigation {
    margin:auto;
}

#phonebutton {
	display:none;
}

a {
	color: #6d395c;
}

.toggle,
[id^=drop] {
	display: none;
}

/* Giving a background-color to the nav container. */
nav {
	margin:0;
	padding: 0;
	position: relative;
	z-index:9999999;
	line-height:30px;
	font-size:0.9em;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	}

/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	/*background-color: #fff;*/
	}

nav ul ul li {
	background-color: #fff;
	}

/* Styling the links */
nav a {
	display:block;
	padding:14px 15px;
	color:#ffffff !important;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration:none;
	line-height:53px;
    /*text-transform:uppercase;*/
}

nav ul li ul li:hover { /*background: #9a6b8b; color:#fff;*/ }

/* Background color change on Hover */
nav a:hover {
	background-color: #288a9a;
	text-decoration:none;
	color:#fff !important;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/* has to be the same number as the "line-height" of "nav a" */
	top: 81px;
	background:#f5f5f5;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

nav ul ul li a {
	color:#56b4c3 !important;
	line-height:30px;
}

nav ul li ul li {
	-webkit-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
-moz-box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
box-shadow: -1px 5px 5px 0px rgba(102,102,102,0.2);
}

/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
	color:#fff;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
	width:320px;
	float:none;
	display:list-item;
	position: relative;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-53px;
	/* has to be the same number as the "width" of "nav ul ul li" */
	left:320px;
}

/* Change ' +' in order to change the Dropdown symbol */
nav li > a:after { content:  ' +'; }
nav li > a:only-child:after { content: ''; }

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

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

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

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

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

/* 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: 30%;	
}

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

#bigcol {
	float:none;		
}

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

#flexcontainer {
	/*overflow:hidden;*/
	margin:auto;
	height:auto;
	position:relative;
}

.flexwrapper {
	display: flex;
	flex-wrap: wrap;
}

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

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


.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;
	border-top:1px dotted #ccc;
}

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

.openerbox {
	position:relative;
    width:28.333%;
    float:left;
    margin-bottom:2%;
    margin-right:1%;
    padding:2%;
    overflow:hidden;
    background:#f6f6f6;
    min-height:500px;
}

.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;	
}

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

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

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


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

.welcomebox {
    width:50%;
    margin-top:0px;
    padding:2% 0%;
    float:left;
}

.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;
}

.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: 50% 50%;
	background-repeat:no-repeat;
	height: 600px; 
	margin: 40px auto;
	padding:1%;
}

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

.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:#373737;
    padding:2% 0% 2% 0%;
    line-height:normal;
}

.cmdbanner {
	background: #f6f6f6;
	border:1px solid #ccc;
	padding:3%;
	padding-right:0%;
	padding-bottom:0%;
	cursor:pointer;
	margin-bottom:40px;
}

.bannermotiv {
	float:right;	
}

.cmdbanner h3 {
	font-size: 1.5em;
	color: #51b4c4;
	margin-bottom:20px;
}

h1 { font-size:2.6em; line-height:normal; color:#51b4c4; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; }
h2 { font-size:1.6em; line-height:normal; color:#999999; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; }
h3 { font-size:1.2em; line-height:normal; color:#676767; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:normal; }
h4 { font-size:1.0em; line-height:normal; color:#676767; 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;	
}
.imgleft {
	width:50%;
	height:auto;
	float:left;
	margin-right:20px;
}

.imgright {
	width:50%;
	height:auto;
	float:right;
	margin-left:20px;
}

.bildunterschrift {
	font-style:italic;	
}

.handwritten {
	font-family: 'Kaushan Script';
	color:#51b4c4;
	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;
}

.oeffnungszeiten td, .oeffnungszeiten th {
	padding: 20px 20px !important;
	text-align: center !important;
	font-size:1.1em;
}

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

tbody tr {
 background: #d3d3d3;
}

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;
}

hr {
    height: 1px;
    background: #ccc;
    border: 0px;
}

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:#51b4c4; text-decoration:none; }
a:visited { color:#51b4c4; text-decoration:none; }
a:hover { color:#51b4c4; text-decoration:underline; }
a:active { color:#51b4c4; 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; }

/*
*   Hauptnavigation
*/

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

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

a.mainlevelActive:link, a.mainlevelActive:visited {
	float:left;
    background-color:#fff;
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:80px;
    position:relative; 
    color:#51b4c4;
    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:#51b4c4;
    font-size:1.2em;
    border-bottom: 1px dotted #ccc;
}

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

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

a.sublevelActive:hover {
	text-decoration: none;
	color: #51b4c4;
    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;	
}

@media screen and (max-width:1399px) {
	
	.sitewidth {
		width:90%;
		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) {
	.full {
		padding:20px 0px;
	}
	h1 { font-size:1.8em; }
	h2 { font-size:1.2em; }
	#claim {
		font-family:"Lato";
		color:#56b4c3;
		text-align:left;
		font-size:1.6em;
		font-weight:200;
	}
	#slidercontainer {
		width:95%;	
	}
	.footer {
		color:#373737;
		padding:40px 0px;
		line-height:normal;
	}
	.welcomebox {
	    width:100%;
	    margin-top:0px;
	    padding:2% 0%;
	    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:#51b4c4;
	}
	
	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;
	}

	#mainnavigation {
		float:none;
		margin-left:0%;	
	}

	#mainnavigation ul {
		width:100%;	
	}
	nav {
		margin: 0;
		font-size:14px;
		position:relative;
	}
	
	#phonebutton {
		display:block;
		position:absolute;
		right:2px;
		top:-5px;
		z-index:9999999999;
		padding:0;
		margin:0;
	}
	
	#phonebutton a {
		color:#fff;
		font-size:2.0em;
	}
	
	#mobilenavigation {
		display:block;
		padding-top:10px;
	}

	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		padding:14px;	
		color:#ffffff;
		font-size:1.2em;
		text-decoration:none;
		border:none;
	}

	.toggle:hover {
		background-color: #288a9a;
		color:#fff;
		transition: 0.5s ease;
	}

	.init {
		background-color: #003b60;
		color:#fff;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		transition: 0.5s ease;
	}

	/* Change menu item's width to 100% */
	nav ul li {
		display: block;
		width: 80%;
		border-top:1px silid #ccc;
		}

	nav ul ul .toggle,
	nav ul ul a {
		padding: 10px 40px;
	}

	nav ul ul ul a {
		padding: 10px 80px;
	}
	nav a {
		line-height:30px;
	}
	nav a:hover {
		background-color: #288a9a;
	}
	
 	nav ul ul ul a {
		background-color: #e1e1e1;
		border-bottom:1px solid #ccc;
	}
  
	
	nav ul ul a,
  nav ul ul ul a{
		/*padding:10px 20px;	*/
		color:#FFF; 
		text-decoration:none;
	}
  
  
	nav ul li ul li .toggle,
	nav ul ul a {
		background-color: #f1f1f1; 
		border-bottom:1px solid #ddd;
	}

	/* Hide Dropdowns by Default */
	nav ul ul {
		float: none;
		position:static;
		color: #ffffff;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	nav ul ul li:hover > ul,
	nav ul li:hover > ul {
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	nav ul ul li {
		display: block;
		width: 100%;
	}

	nav ul ul ul li {
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}
	
	#logo {
		width:40%;
		padding:10px 0px 0px 0px;
		float:none;
	}
	
	#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: auto; 
	}
}

@media screen and (max-width:480px) {
	#logo {
		width:50%;
		padding:5px 0px 0px 0px;
	}
	.half {
		width:100%;
		float:none;
		background-color:#fff;
		padding:0;
		margin-right:0%;
	}
	.imgleft {
		width:100%;
		height:auto;
		float:none;
		margin-right:0px;
	}
	
	.imgright {
		width:100%;
		height:auto;
		float:none;
		margin-left:0px;
	}
	.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;
	}
}
