/* Generelle Einstellungen *********************************************************/

/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('../fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('../fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

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

body {
	margin: 0px;
    font-size:1.05em;
    font-weight: 300;
    color:#3f3f3f; 
    font-family:'Lato', Helvetica, Arial, sans serif;
    line-height:1.6em;
	background-color : #fff;
}

#sitewrapper {
		
}

hr {
	border: 0;
	height: 1px;
	background: #ddd;
	margin:30px 0px;	
}
.sitewidth {
	width:1300px;
	margin:auto;
}

.extendedwidth {
	width:1600px;
	margin:auto;
}
.desktoponly {
	display:block;
}
.textblock {
}

.newsartikel {
	padding-bottom:1%;
	border-bottom:1px solid #ddd;
	margin-bottom:2%;	
}

.textcenter {
	text-align:center;	
}

form input[type="text"],input[type="password"]{
	width:50%;
	height:30px;
	font-size:1.1em;
	padding:5px;
	border: 1px solid #ddd;
}

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

.whole {
		
}

.half {
	width:50%;
	float:left;
	background-color:#fff;
	padding:30px;
}
.paddingbottom {
	margin-bottom:40px !important;
}
.third {
	width:33.333%;
	float:left;
	background-color:#fff;
	padding:30px;
}

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

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

/* Buttonleiste Startseite ******************/

#containerbuttons {
	background: #919da2;
	padding:1%;
}

.buttons {
	width:25%;
	text-align:center;
	float:left;	
}

.buttons img {
	/*width:100%;
	height:auto;*/
	width:170px;
	height:auto;
    transition:.5s ease;	
}

.buttons img:hover {
	opacity:0.5;
}


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

#containertopnavigation {
    background-color:#c00a26;
    height:50px;
    text-align:center;
}

#containermainnavigation {
    border-top:1px solid #cdcdcd;
	background:#c0002c;
}

#containerfooternavigation {
	/*background-color : #95ab23;*/
	background-color : #c0002c;
	height:45px;
}

#footernavigation {
	line-height:45px;	
}

#footernavigation a:last-child {
	border-right:0;
}

#footernavigation a:first-child {
	padding-left:0;
}

#footercontainer {
	background-color : #c0002c;
}

#socketcontainer {
	background-color : #888888;
}

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


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

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

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

#logo {
	padding:1% 0%;
	margin:auto;
	text-align:center;
}

.logospacer {
	margin-bottom:20px;	
}

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

#mainnavigation {
    color:#000;
    margin:auto;
}

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

#mainnavigation #subnavigation {
	display:none;	
}

#mainnavigation div {
	display:none;	
}

#subnavigation {
    color:#000;
    margin:auto;
    text-align:center;
}

#subnavigation ul {margin:0; list-style:none outside; padding:0; text-align:center; }
#subnavigation li {display:inline; margin:0px; padding:0px; }

.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: #c00a27;
    border: 1px solid #c00a27;
    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;
}

/* Pull-Down Menu */
#mainnavigation ul {margin:0; list-style:none outside; padding:0;  }
#mainnavigation li {display:inline; margin:0px; padding:0px; }


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

#mobilenavigation div {
	width:31.333%;
	display:inline-block;
	padding:0% 0.5%;
	border-left:1px dotted #c0002c;
	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:auto;
	padding: 0;
	position: relative;
	z-index:9999999;
	line-height:30px;
	font-size:0.9em;
	width:80%;
}

/* 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: #c0002c;
	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:#c0002c !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: ''; }

/* Pull-Down Menu */

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

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

#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 ************************************************************************/
.dachzeile {
	text-transform: uppercase;
}

#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:3%;	
}

.flex-caption {
	position:absolute;
	top:20%;
	color:#fff;
	font-size:1.4em;
	line-height:normal;
	width:50%;
	left:25%;
	padding:0% 25%;
    text-align:center;
    /*background:rgba(255,255,255,0.8);*/
}
.flex-caption a {
	color:#ffffff !important;
}
.slideheadline {
	display:inline-block;
	font-size:1.8em;
	padding-bottom:2%;	
}

#openerboxencontainer {
	margin:auto;
	background: #f3f3f3;
	padding:1%;	
}

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

.openerbox {
	position:relative;
    width:32.333%;
    float:left;
    margin-bottom:2%;
    margin-left:1.5%;
    padding:0%;
    overflow:hidden;
    text-align:center;
}

div#openerboxen div:first-child {
	margin-left:0;
}

.openerboximage {
	overflow:hidden;
}

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

.openerboxcontent {
	/*padding:30px 20px 20px 20px;*/
	padding:0px;	
}

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

.mobileonly {
	display:none;	
}

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

.nopadding {
	padding:0;	
}

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

.welcomeboxen {
    margin:auto;
	/*margin-bottom:20px;*/
}

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

.welcomebox h2 {
	/*border-bottom:1px solid #ccc;*/
	font-size:1.8em;
	width:100%
}

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

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


.newsitem {
	width:45.5%;
	float:left;
	padding:1.5%;
	min-height:780px;
	overflow:hidden;
	margin:0% 1% 1% 0%;
}

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

.newsitem .image {
	aspect-ratio: 4.5/3;
	overflow:hidden;
	background:#f2f2f2;	
}


.event {
	width:45.5%;
	float:left;
	padding:1.5%;
	min-height:750px;
	overflow:hidden;
	margin:0% 1% 1% 0%;
}

.event h2 {
	font-size:2.4em;	
}

.event .image {
	aspect-ratio: 4.5/3;
	overflow:hidden;
	background:#f2f2f2;	
}

.storelogopremium {
	width:50%;
	margin-bottom:3%;	
}

.storelogostandard {
	/*width:20%;*/
	width:350px;
	margin-bottom:3%;	
}

fieldset {
	border:0;	
}

.publikation {
	width:46%;
	float:left;
	padding:1.8%;
	height:400px;
	overflow:hidden;
	/*margin:0.8%;*/
	border:1px solid #dedede;
}

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

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

.openingtime {
	text-align:center;display:inline-block;padding:0.5%;background:#dedede;margin:1px;font-size:0.8em;	
}

.open {
	background:#40945b;
}

.closed {
	background:#bd131a;
}

.unknown {
	background:#cccccc;
}

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

/* Fragebogen *************************************/

.five { background:#c8fcc9;width:16.667%;text-align:center;}
.four { background:#e4fde4;width:16.667%;text-align:center;}
.three { background:#f5f5f5;width:16.667%;text-align:center;}
.two { background:#ffe4e4;width:16.667%;text-align:center;}
.one { background:#febbba;width:16.667%;text-align:center;}
.zero { background:#ffffff;width:16.667%;text-align:center;}

.fbdata { display:inline-block; width:48%;padding:1%;}
.fblegend { font-size:0.7em; }

.fragebogenbutton { display:inline-block;
	margin:20px;
	text-decoration:none;
	font-size:16px;
	border:1px solid #fff;
	border-radius:15px;
	color:#fff;
	background-color:#bc0e18;
	padding:5px 15px;
	font-weight:bold;
	box-shadow:3px 3px 4px #c90d06;
	text-shadow:1px 1px 2px #8b3939;}

.fragebogenbutton:hover {
	background-color:#cecece;
	text-shadow:1px 1px 2px #000000;
	box-shadow:1px 1px 2px #8b3939;
	cursor: pointer;
}
/*  ************************************************************************************
*   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: 500px; 
	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%;
}

#social {
	margin: 4% 0%	
}

#social img {
	margin-right:4%;	
}

#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:#ffffff;
    padding:2% 0% 2% 0%;
    font-size:0.9em;
    line-height:normal;
}

.footer .third {
	border-top:1px solid #ffffff;
	padding-top: 20px;
}

.footer .third img {
	margin-bottom:20px;
}
.footer .third h4 {
	color:#ffffff;
	font-weight:600;
}

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

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

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

.thirty {
	width:30%;
}

h1 { font-size:2.4em; line-height:normal; color:#bd131a; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
.styleh1 { font-size:2.4em; line-height:normal; color:#bd131a; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
.marginh1 { margin-top:4%; }
h2 { font-size:2.4em; line-height:normal; color:#bd131a; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }
h3 { font-size:1.4em; line-height:normal; color:#bd131a; padding-top:0px; padding-bottom:20px; 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; }

.kreis {
  width: 50%;
    height:0;
    padding-bottom: 50%;
    -moz-border-radius: 50%; 
    -webkit-border-radius: 50%; 
    border-radius: 50%;
    margin:auto;
}

.rot {
	background: #bf0e0e;	
}

.blau {
	background: #2d0bab;	
}

.gruen {
	background: #17920a;	
}

.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';
	font-size:2.6em;
	line-height:1.0em;
}

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


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

.highlightcolor {
	color:#c00a27;	
}

#feedback textarea{
	width:80% !important;
	height:120px !important;
	border-top: 1px solid #f6f6f6 !important;
	border-left: 1px solid #f6f6f6 !important;
	border-right: 1px solid #f6f6f6 !important;
	border-bottom: 1px solid #c00a27 !important;
	font-size:1.0em !important;
  	font-weight: 300 !important;
    outline:none !important;
    padding:1% !important;
	background:#f6f6f6 !important;
}
#feedback input[type="text"]{
	width:80% !important;
	height:40px !important;
	border:0 !important;
	border-bottom: 1px solid #c00a27 !important;
	margin-bottom:10px !important;
	font-size:1.0em !important;
  	font-weight: 300 !important;
    outline:none !important;
    padding:1% !important;
	background:#f6f6f6 !important;
}
.Adresse {
	display:none;
}
a.headlinelink:link  { color:#c00a27; text-decoration:none; }
a.headlinelink:visited { color:#c00a27; text-decoration:none; }
a.headlinelink:hover { color:#c00a27; text-decoration:underline; }
a.headlinelink:active { color:#c00a27; text-decoration:none; }

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

a.footerlink:link  { color:#fff; text-decoration:none; padding:0px 15px; border-right:1px solid #000; }
a.footerlink:visited { color:#fff; text-decoration:none; padding:0px 15px; border-right:1px solid #000; }
a.footerlink:hover { color:#fff; text-decoration:underline; padding:0px 15px; border-right:1px solid #000; }
a.footerlink:active { color:#fff; text-decoration:none; padding:0px 15px; border-right:1px solid #000; }

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 {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:60px;
    position:relative; 
    color:#ffffff;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
    transition: .5s ease;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #fff;
    background-color:#c00a26;
    opacity: 0.5;
}

a.mainlevelActive:link, a.mainlevelActive:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:60px;
    position:relative; 
    color:#333;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
    transition: .5s ease;
}

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


a.sublevel:link, a.sublevel:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:60px;
    position:relative; 
    color:#ffffff;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
    transition: .5s ease;
}

a.sublevel:hover {
	text-decoration: none;
	color: #fff;
    background-color:#c00a26;
    opacity: 0.5;
}

a.sublevelActive:link, a.sublevelActive:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:60px;
    position:relative; 
    color:#333;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
    transition: .5s ease;
    background:#f3f3f3;
}

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


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:1299px) {
	
	.sitewidth {
		width:95%;
		margin:auto;
	}
	
	#mainnavigation {
		/*width:100%;*/
	}
	
	#header {
	    height:auto;
	}
}

@media screen and (max-width:1149px) {
	.flex-caption {
		position:absolute;
		top:2%;
		color:#fff;
		font-size:1.2em;
		line-height:normal;
		width:70%;
		padding:0% 15%;
	    text-align:center;
	    /*background:rgba(255,255,255,0.8);*/
	}
}

@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;
	}
	
	.infobox {
		width:46%;
		float:right;
		padding:2%;
		border:1px dotted #ddd;
		margin-left:1%;
		margin-bottom:1%;
	}
	
	.flex-caption {
		position:absolute;
		top:2%;
		color:#fff;
		font-size:1.0em;
		line-height:normal;
		width:70%;
		left:0%;
		padding:0% 15%;
	    text-align:center;
	    /*background:rgba(255,255,255,0.8);*/
	}
}

@media screen and (max-width:768px) {
	
	.mobileonly {
		display:block;	
	}
	
	.buttons img {
		width:100%;
		height:auto;	
	}
	
	.imgleft {
		width:50%;
		height:auto;
		float:left;
		margin-right:20px;
	}
	
	.imgright {
		width:50%;
		height:auto;
		float:right;
		margin-left:20px;
	}
	
	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 15px;
		color:#fff;
		font-size:16px;
		font-weight:500;
		text-decoration:none;
		border:none;
	}

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

	.init {
		background-color: #be0930;
		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: 100%;
		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:hover {
		background-color: #be0930;
	}

 	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" */

	}
	nav a {
		line-height:normal;
	}
	.publikation {
		width:96%;
		float:left;
		padding:1.8%;
		height:auto;
		overflow:hidden;
		/*margin:0.8%;*/
		border:1px solid #dedede;
	}
	
	.textblock {
		text-align:left;
	}
	.responsive {
		display:block;	
	}
	
	h1 { font-size:1.8em; }
	h2 { font-size:1.8em; }
	
	#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:#c00a27;
	}
	
	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;
    	background-color:#c00a27;
	}
	
	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: 75%;
		margin: 0;
		padding: 10px 25px;
	}
	
	#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;	
	}
	
	.storelogopremium {
		width:50%;
		margin-bottom:3%;	
	}
	
	.storelogostandard {
		width:50%;
		margin-bottom:3%;	
	}
}

@media screen and (max-width:480px) {
	
	
	.fbrow { display:block;}
	.fbdata { display:inline-block; width:92%;padding:4%;}
	.fblegend { display:inline-block; width:92%;padding:4%;}
	
	.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:30px;
		height:auto;
		min-height:auto;
		border-bottom:3px solid #ccc;
	}
	.event {
		width:95%;
		padding:2.5%;
		margin:0%;
		margin-bottom:30px;
		height:auto;
		min-height:auto;
		border-bottom:3px solid #ccc;
	}
	#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;	
	}
	
	
	.half {
		width:100%;
		float:none;
		background-color:#fff;
		padding:0%;
		margin-right:0%;
	}
	
	.flex-caption {
		position:relative;
		bottom:0%;
		line-height:normal;
	    width:92%;
	    padding:4%;
	    text-align:left;
	    background:#bbb;
	}
	
	.circular {
		width: 100px;
	    height: 100px;
	}
	
	.imgleft {
		width:100%;
		float:none;
		margin-right:0px;
	}
	
	.imgright {
		width:100%;
		float:none;
		margin-left:0px;
	}
	
	.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;
	}
	.desktoponly {
		display:none;
	}
	.openerbuttons li {
		margin:1% 0%;	
	}
}
