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

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

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

/* HTML TAGS *********************************************************/

body {
	padding:0;
	margin: 0px;
    font-size:1.0em;
    color:#333333; 
    font-family:'Montserrat', sans-serif;
    font-weight:400;
    line-height:1.8em;
	background-color : #fff;
}

#sitewrapper {
		
}

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

.textblock {
	/*text-align:justify;*/
	margin-top:40px;
	margin-bottom:2%;
}

.infoblock {
	background:#f1f1f1;
	border:1px solid #ddd;
	padding:4%;	
}

.icon {
	padding:2%;
	text-align:center;
	font-size:4.0em;
	color:#e1b829;
}

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

.full {
	width:100%;
	padding:0% 2%;
}

.half {
	width:50%;
	float:left;
	padding:40px;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

.third {
	width:31.333%;
	float:left;
	padding:3% 3%;
	margin:1%;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
}

.quarter {
	width:23%;
	float:left;
	padding:30px 30px 50px 30px;
	margin:1%;
	box-shadow: 0 0.9125rem 1.4125rem #00000018;
	text-align: center;
	background:#ffffff;
	position:relative;
	border-radius:15px;
}

.viertel {
    width:25% !important
}

/* Fullwidthcontainer *********************************************************/
#headercontainer {
    -moz-box-shadow:1px 1px 4px #a0a0a0;
	-webkit-box-shadow:1px 1px 4px #a0a0a0;
	-khtml-box-shadow:1px 1px 4px #a0a0a0;
	box-shadow:1px 1px 4px #a0a0a0;
	/*position:fixed;
	z-index:999999;*/
	width:100%;
	padding:1% 0%;
	/*background: rgba(225, 184, 41, 0.8);*/
	background: rgba(180, 47, 80, 1.0);
}

#topnavigationcontainer {
	padding:0.5% 0%;
	height:40px;
	border-bottom:1px solid #f1f1f1;
}

.textblockcontainer {
	margin:2% 0%;
	padding:2% 0%;
	background:#dedede;
}

.cicontainergrey {
	margin:2% 0%;
	padding:2% 0%;
	background:#9c9c9c;
	color:#fff;
	text-align:center;
}

.cicontaineryellow h2 {
	color:#fff;
	font-size:3.0em;	
}

.cicontainerhellblau {
	margin:40px 0%;
	padding:40px 0%;
	background:#1074a9;
	color:#fff;
	text-align:center;
}

.cicontainerhellblau h2 {
	color:#fff !important;
	font-size:3.0em;	
}
.cicontainerhellblau a {
	color:#fff !important;
	text-decoration: underline !important;	
}

#socketcontainer {
	background:#e1b829;	
}

#footercontainer {
	background:#727c7d;	
}

#footernavigationcontainer {
	background:#f1f1f1;
	height:50px;
}

#footernavigation {
	padding:20px 0px;
	text-align:center;
	border-top:1px solid #ddd;
}

#socialcontainer {
	height:100px;
	border-top:1px solid #eee;
}


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

#topnavigation {
	margin:auto;
	text-align:right;	
}

#topnavigation ul {margin:0; list-style:none outside; padding:0; }
#topnavigation li {display:inline-block; margin:0px; padding:0% 1%; }


#header {
    margin:auto;
    padding:0%;
}

#logo {
	padding:1% 0% 0% 0%;
	margin:0%;
	float:right;
	width:393px;
}

#logo img {
	width:100%;
	height:auto;
}

.mobile {
	display:none;
	position:absolute;
	top:2%;
	left:2%;	
}

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

#mainnavigation {
	float:left;
	margin-top:40px;
}

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

#mainnavigation #subnavigation {
	display:none;	
}

#mainnavigation div {
	display:none;	
}

#subnavigation {
    color:#000;
    margin-bottom:40px;
    text-align:center;
}

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

/* Mainnavigantion static ******************************************************************/

/* Meganavigation */

mynav ul.megamenu, mynav ul.simplemenu {
    top: -9999px;
    background: #fafafa;
    border-top: 1px solid #cccccc;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    z-index:9;
}

.submenu a:hover, mynav a, mynav ul .megamenu ul li a:hover, nav a, nav a:hover {
    text-decoration:none
}

#phonebutton, .mobilenavigation, .off, .toggle, [id^=drop], [id^=dzrn], dd, nav ul ul {
    display:none
}

mynav {
    position: absolute;
    z-index: 99;
    display:contents;
	font-size: 14px;
}

mynav > ul {
    display: flex;
    width: 100%;
    margin:0 auto
}

mynav > ul > li > a, nav a {
    padding:14px 15px
}

mynav a {
    display: block;
    color:#ffffff !important;
	font-size:18px;
}

mynav ul li {
    color: #fff;
    list-style: none;
    transition:.5s
}

mynav ul > li.submenu > a:after {
    position: relative;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    border-bottom:5px solid transparent
}

mynav ul > li.submenu:hover > a:after {
    margin-top: 2px;
    border-top: 5px solid transparent;
    border-bottom:5px solid #fff
}

mynav > ul > li:hover {
    background: #bc4558;
    color:#fff !important;
	text-decoration:none !important;
}

mynav > ul > li:hover > a {
    color:#fff !important;
}

mynav ul.megamenu {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    left: 0;
    right: 0;
    padding: 40px 20px 0;
    text-align:left
}

mynav ul.simplemenu {
    position: absolute;
    width: 350px;
    padding: 40px 20px;
    text-align:left
}

mynav ul.simplemenu li {
    height:23px;
	line-height:1.2em;
	margin-top:10px;
}

mynav ul li:hover ul.megamenu, mynav ul li:hover ul.simplemenu {
    top:auto; 
	transition: .5s ease;
}

mynav ul.megamenu ul {
    width: 25%;
    margin-bottom: 40px;
    color: #000;
    box-shadow:none
}

mynav ul.megamenu h4 {
    margin-bottom:15px
}

mynav ul.megamenu ul li {
    display: block;
    line-height: 1.2em;
    margin-bottom:25px
}

mynav ul.megamenu ul li a {
    margin-top: 10px;
    transition: .5s;
}

mynav ul.megamenu ul li a:hover {
    /*color:#6b2f3d;*/
	text-decoration:underline;
}

.submenu-headline {
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 5px;
	margin-bottom:30px;
    display: block;
	color:#1074a9;
	font-weight:600;
    border-bottom:1px solid #ccc
}

.submenu-headline-berater {
    font-size: 1em;
    margin: 0;
    padding-bottom: 0;
    display:block
}

mynav ul .megamenu ul li {
    height: 23px;
    margin-bottom:0 !important
}

mynav ul .megamenu ul {
    width:33%
}

/* Meganavigation */



a {
	color: #367795;
}

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

/* Giving a background-color to the nav container. */
nav {
	width:100%;
	margin:auto;
	margin:0;
	padding: 0;
	position: relative;
	z-index:9999999;
	/*text-align:center; */
}

/* 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:relative" */
nav ul {
	padding:0;
	margin:auto;
	margin:0;
	list-style: none;
	position: relative;
	}
	
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	text-align:left; 
	/*float: left;*/
	}
	
nav ul li ul li {
	-webkit-box-shadow: -1px 5px 5px 0px rgba(179,179,179,1);
-moz-box-shadow: -1px 5px 5px 0px rgba(179,179,179,1);
box-shadow: -1px 5px 5px 0px rgba(179,179,179,1);	
}

/* Styling the links */
nav a {
	display:block;
	padding:0px 20px;	
	color:#585858 !important;
	font-size: 1.0em;
	text-decoration:none;
    /*text-transform:uppercase;*/
    line-height:56px;
}

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

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

/* Background color change on Hover */
nav a:hover { 
	background-color: #367795; 
	color:#fff !important;
    transition:.5s ease;
}

/* 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: 56px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit; 
	color:#fff;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:400px;
	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:-56px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:400px; 
}

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

#breadcrumbcontainer {
	margin-top:20px;
    height:30px;
}

/* Breadcrumb ************************************ */
#breadcrumbs {
    margin: auto;
    line-height:30px;
    color:#555;
    padding-left:2%;
    font-size:0.8em;
}

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



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

.slidercerts {
	text-align:center !important;
}

.slidercerts img {
	width:120px !important;
	height:120px !important;
	margin:10px;
	float:left;
}

.flexslider {
	margin-bottom: 2% !important;
	width: 100%;
	padding-top: 29.53%;
	position: relative !important;
	overflow: hidden;
}

.flex-captionbg {
	position:absolute;
	top:30%;
	width:1300px;
	margin-left:50%;
	left:-678px;
	font-size:2.0em;
	width:40%;
	color:#397794;
	line-height:normal;
	z-index:9999999999;
}

.christmas {
	position:absolute;
	top:200px;
	width:1300px;
	margin-left:50%;
	left:-678px;
	font-size:1.8em;
	width:50%;
	color:#fff;
	line-height:normal;
	z-index:9999999999;
	background-color: rgb(127, 47, 59,0.6);
	padding:40px 20px;
}

/* Content ************************************************************************/
#content {
	padding:0% 0% 2% 0%;
	margin:auto;	
}

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

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

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

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

.sliderheadline {
	color:#fff;
	font-size:1.6em;	
}

.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;
}
/* Openerboxen ********************/
#openerboxencontainer {
	margin:auto;
	margin: 4% 0%;	
}
#openerboxen {
    margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.openerbox {
	position:relative;
    width:30%;
    float:left;
    margin-bottom:2%;
    margin-right:3%;
    padding:0%;
    overflow:hidden;
    background:#fff;
}
.openerboximage {
	overflow:hidden;
}
.openerboximage img {
	width:100%;
	height:auto;	
}
.openerboxcontent {
	padding:0px;	
}
.openerbox h2 {
	color:#5f5f5f;
	font-size:1.3em;
	font-weight:bold;
}
.openerboxbutton {
	float:right;	
}
div#openerboxen div:nth-child(3n) {
	margin-right:0;
}

.faqitem {
	margin:4% 0%;
}

dd { display:none; }

.closed { /*background:red;*/ }

.open { display:block; }

.accordion-title {
	background:none !important;
	font-family:inherit !important;
	color:inherit !important;
	font-size:inherit !important;
	border:0 !important;
	border-top:1px solid #6fa4c0 !important;
	padding:20px !important;
	margin:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	outline:none !important;
	line-height:normal !important;
	position:relative;
	cursor:pointer;
}

.accordion-title::after {
	content:'+';
	position:absolute;
	left:0px;
	top:20px;	
}

dd {
	padding:0;
	margin:0;	
}

.accordion-content {
	background:none !important;
	font-size:inherit !important;
	line-height:1.8em !important;
	border:0 !important;
	border-right:0 !important;
	-moz-border-radius:0px !important;
	-khtml-border-radius:0px !important;
	padding:0px 0px 0px 20px !important;
}

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

#welcomeboxencontainer {
	margin:auto;
	margin:2% 0%;	
}


#welcomeboxen {
    margin:auto;
}

.welcomebox {
    width:100%;
    margin-top:0px;
    padding:3% 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:450px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
}

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

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

.themenbox {
	width:31.33333333%;
	float:left;
	height:240px;
	padding: 0%;
	margin:0.9%;
	color:#fff;
	font-size:1.3em;
	text-align:center;
	border:1px solid #dedede;
}

.themenbox img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);	
}

.themenbox img:hover {
	-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);	
}

.themenbox p {
	padding:0;
	margin:0;	
}

.fachgebietbox {
	width:29.33333333%;
	background:#f1f1f1;
	float:left;
	padding:1.5%;
	margin:0.5%;
	color:#fff;
	text-align:center;
	border-radius: 10px;
}

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

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

.mitarbeiter {
	width:28.16666%;
	float:left;
	padding:1.5%;
	height:320px;
	overflow:hidden;
	margin:1%;
	border:1px solid #dedede;
	text-align:center;
}

.mitarbeiter img {
	/*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
}

.mitarbeiter img:hover {
	/*-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(0%);*/	
}

.mitarbeiter h3 {
	font-size:1.0em;	
}

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

#accordion h2 {
	outline:none;	
}

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

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

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


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

/* Parallax Container */
.parallaxme {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	height: 750px; 
	margin: auto;
	padding:1%;
	margin:0% 0% 2% 0%;
	position:relative;
}

.parallaxme2 {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	height: 750px; 
	margin: auto;
	padding:1%;
	margin:0% 0% 2% 0%;
	position:relative;
}

.parallaxmecaption {
	position:absolute;left:-650px;margin-left:50%;top:50%;width:35%;text-align:left;	
}


.parallaxmecaption h1 {
	background:#367795;padding:5px;color:#fff;font-weight:300;font-size:2.2em;display:inline;line-height:1.9em;	
}

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

#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 {
	padding:25px;
	text-align:center;
}

#social img {
	margin:0px 10px;
	width: 50px;
	height:auto;	
}

#logos {
	margin:auto;	
}

#logos img {
	margin:0px 20px 0px 0px;
	height:80px;
	width: auto;
}

#footer {
	padding:40px 0%;
	color:#ffffff;
}

#socket {
	padding:5px 0px;
	color:#fff;
}

.footerthird {
	width:29.333333%;
    padding:2%;
    float:left;
    text-align:center;
    color:#fff;
}

.footerhalf {
	width:46%;
    padding:2%;
    float:left;
    text-align:center;
    color:#fff;
}

.gototop {
	position:fixed;
	bottom:3%;
	right:1%;	
}

.gotocontact {
	position:fixed;
	top:40%;
	right:1%;
	z-index:9999;	
}

#mobilefooter {
	width:96%;
	background:#ddd;
	padding:2%;	
	text-align:center;
	position:fixed;
	bottom:0px;
	z-index:9999;
	display:none;
	-moz-box-shadow:1px 1px 4px #a0a0a0;
	-webkit-box-shadow:1px 1px 4px #a0a0a0;
	-khtml-box-shadow:1px 1px 4px #a0a0a0;
	box-shadow:1px 1px 4px #a0a0a0;
}

h1 { font-size:2.8em; line-height:normal; color:#B62D4E; padding-top:0px; padding-bottom:15px; margin:0px; font-weight: 300; }
h2 { font-size:2.0em; line-height:normal; color:#727c7d; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }

.quarter h2 { font-size:1.2em; line-height:normal; color:#727c7d !important; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:300; }

h3 { font-size:1.2em; line-height:normal; color:#444444; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:normal; }
h4 { font-size:1.0em; line-height:normal; color:#444444; 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%;	
}

#feedback form textarea{
	width:75%;
	height:120px;
	border: 1px solid #b23151;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Montserrat', sans serif;
    outline:none;
    padding:1%;
}
#feedback form input[type="text"]{
	width:75%;
	height:40px;
	border:0;
	border-bottom: 1px solid #b23151;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Montserrat', sans serif;
    outline:none;
    padding:1%;
}
#feedback form select{
	width:75%;
	/*padding:1%;*/
	height:40px;
	border: 1px solid #b23151;
	margin-bottom:3%;
	font-size:1.0em;
  	font-weight: 300;
    font-family:'Montserrat', sans serif;
}

.submitbutton {
	display: inline-block;
	padding: 5px 40px;
	border: 2px solid #E59500;
	background: #E59500;
	border-radius: 5px;
	color: #f1f1f1 !important;
	font-size: 1.1em;
	position: relative;
	margin: 2% auto;
	transition: .7s ease;
	cursor: pointer;
	}

img { border:0px; }

.off { display:none; }

.clear { clear:both; }

.nopad {
	padding:0px;
}

.hinweisbox {
	background:#D62839; 
	padding: 30px 100px; 
	border-radius: 20px; 
	color: #ffffff; 
	text-align: center;
}

.hinweisbox h2{
	color: #ffffff !important; 
}

.hinweisbox a{
	color: #ffffff !important; 
	text-decoration: underline !important;
}

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


.bildunterschrift {
	font-style:italic;	
}

.handwritten {
	font-family:'Homemade Apple';
	font-size:2.2em;
	line-height:1.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: 20px;
}

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:#6fa4c0; text-decoration:none; }
a.headlinelink:visited { color:#6fa4c0; text-decoration:none; }
a.headlinelink:hover { color:#6fa4c0; text-decoration:underline; }
a.headlinelink:active { color:#6fa4c0; text-decoration:none; }

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

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

#footer a:link  { color:#ffffff; text-decoration:none; }
#footer a:visited { color:#ffffff; text-decoration:none; }
#footer a:hover { color:#ffffff; text-decoration:underline; }
#footer a:active { color:#ffffff; 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.button:link, a.button:visited {
	display: inline-block;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    color:#fff;
    background-color:#E59500;
    padding:0px 15px 0px 15px;
    border: 3px solid #E59500;
    border-radius: 15px;
}

a.button:hover {
	text-decoration: none;
	color: #666;
    background-color:#dedede;
}

.quarter a.button:link, .quarter a.button:visited {
	display: inline-block;
	margin:0 auto;
    font-size: 1.0em;
    line-height:40px;
    color:#fff;
    background-color:#E59500;
    padding:0px 15px 0px 15px;
    border: 3px solid #E59500;
    border-radius: 15px;
	position:absolute;
	left:20%;
	bottom:20px;
	width:60%;
}

/*
*   Hauptnavigation
*/

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

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

a.mainlevelActive:link, a.mainlevelActive:visited {
	float:left;
    background-color:#235ba8;
	display: inline;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#fff;
    padding:0px 15px 0px 15px;
    text-transform:uppercase;
}

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


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

a.sublevel:hover {
	text-decoration: none;
	color: #235ba8;
    background-color:#fafafa;
}

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

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


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

a.thirdlevel:hover {
	text-decoration: none;
	color: #ad0000;
    background-color:#f3f3f3;
}

a.thirdlevelActive:link, a.thirdlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:40px;
    color:#ad0000;
    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;	
}

.myCheckbox {
	display:none;	
}


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

@media screen and (max-width:1399px) {
	
	.sitewidth {
		width:95%;
		margin:auto;
	}

	.textblock {
		margin-top:40px;
	}
	
	.flex-captionbg {
		position:absolute;
		top:20%;
		margin-left:0;
		left:-0px;
		font-size:2.0em;
		width:50%;
		padding-left:2.5%;
		color:#397794;
		line-height:normal;
	}

	.christmas {
		position:absolute;
		top:200px;
		margin-left:50%;
		left:-678px;
		font-size:2.0em;
		width:60%;
		color:#fff;
		line-height:normal;
		z-index:9999999999;
		background-color: rgb(127, 47, 59,0.6);
		padding:40px 20px;
	}

	#mainnavigation {	
	}
	
	#header {
	    height:auto;
	}
	
	.parallaxme {
		height: 550px; 
	}
	
	.parallaxmecaption {
		position:absolute;left:2%;margin-left:0%;top:50%;width:50%;text-align:left;
	}
	
	.parallaxmecaption h1 {
		padding:5px;color:#fff;font-weight:300;font-size:2.0em;display:inline;line-height:2.0em;	
	}
}

@media screen and (max-width:1600px) {
	.christmas {
		position:absolute;
		top:150px;
		margin-left:50%;
		left:-678px;
		font-size:1.6em;
		width:70%;
		color:#fff;
		line-height:normal;
		z-index:9999999999;
		background-color: rgb(127, 47, 59,0.6);
		padding:40px 20px;
	}
}

@media screen and (max-width:1450px) {
	.christmas {
		margin-left:0%;
		left:5%;
	}
}

@media screen and (max-width:1315px) {
	
	.flex-captionbg {
		font-size:1.6em;
		width:70%;
		top:50px;
	}
}

@media screen and (max-width:1190px) {
	#logo {
		width:250px;
	}

	mynav > ul > li > a, nav a {
		padding:14px 10px
	}
}

@media screen and (max-width:1150px) {
	.christmas {
		margin-left:0%;
		left:5%;
		width:85%;
	}
}

@media screen and (max-width:1024px) {
	.openerbox {
		position:relative;
	    width:49%;
	    height:auto;
	    float:left;
	    margin-bottom:2%;
	    margin-left:1%;
	    padding:0%;
	}
	.parallaxmecaption {
		position:absolute;left:2%;margin-left:0%;top:30%;width:50%;text-align:left;
	}
	
	.parallaxmecaption h1 {
		font-size:1.6em;display:inline;line-height:1.8em;	
	}
	.parallaxme {
		height: 450px; 
	}
	
	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;
	}
	
	.welcomebox h2 {
		font-size:2.0em; 
	}
	
	.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) {*/
	.slidercerts {
		display:block;
	}
	.connector, .menu, .toggle ul, .toggle + a, [id^=drop]:not(:checked) ~ ul, [id^=dzrn]:not(:checked) ~ ul, nav ul li:hover > ul, nav ul ul li:hover > ul {
        display:none
    }

    .toggle, [id^=drop]:checked ~ ul, [id^=dzrn]:checked ~ ul, nav ul li, nav ul ul li {
        display:block
    }

    .toggle {
        padding: 10px 15px;
        color: #a52334;
        text-decoration: none;
        border:none
    }

    .toggle:hover {
        color:#fff
    }
	h1 { font-size:2.0em; }
	h2 { font-size:1.4em;font-weight:bold; }
	
	#slidercontainer {
		width:100%;	
	}
	
	.handwritten {
		font-size:1.8em;
	}
	
	.welcomebox h2 {
		font-size:1.8em; 
	}
	
	.parallaxme {
		height: 300px;
		background-position:left top; 
	}
	
	#logo {
		width:300px;
		padding:10px 0px 0px 0px;
		float:right;
		text-align:right;
	}
	
	#logo img {
		width:70%;
		height:auto;
	}
	
	.mobile {
		display:block;
		position:absolute;
		color:#ffffff;
		top:20px;
		left:4%;
		z-index:999999;
		font-size:2.0em;
	}
	
	#mainnavigation {
		width:100%;
		margin-top:0px;
	}
	
	#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:0%;
		margin-bottom:2%;	
	}
	
	.third {
		width:96%;
		float:none;
		padding:2%;
	}
	
	.parallaxme {
		
	}
	
	.themenbox {
		width:48%;
	}
	
	.footerthird {
		width:96%;
	    padding:2%;
	    float:left;
	    text-align:center;
	    color:#fff;
	}
	
	.half {
		width:100%;
		float:none;
	}
	
	#profil img {
		width:100%;
		margin:0%;
	}

	.beraterprofil img {
		margin-bottom:0%;
	}
	
	nav {
		margin: 0;
		font-size:14px;
	}

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

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

	.toggle:hover {
		background-color: #367795;
		color:#fff;
	}

	.init {
		/*background-color: #235ba8;
		color:#fff;*/
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		padding-left:0px;
	}



	.christmas {
		position:relative;
		margin-left:0%;
		left:0%;
		top:0px;
		font-size:1.1em;
		width:100%;
		padding:5%;
		background-color: rgb(127, 47, 59,1.0);
	}
	.sliderheadline {
		font-size:1.4em;	
	}
	mynav ul li:hover ul.megamenu {
        position:relative;
        top: 100%;
    }
    
    mynav ul li:hover ul.simplemenu {
        position:relative;
        top: 100%;
    }
    
      mynav ul .megamenu ul{
          width:100%;
          padding-left:0;
      }
      mynav ul.simplemenu{
        width:100%;
      }
	  mynav ul .megamenu ul{
        width:100%;
      }
	  .viertel {
		width:100% !important;
	}
	.quarter {
		width:48%;
		float:left;
		padding:30px 30px 50px 30px;
		margin:1%;
		box-shadow: 0 0.9125rem 1.4125rem #00000018;
		text-align: center;
		background:#ffffff;
		position:relative;
		border-radius:15px;
	}
	#breadcrumbcontainer {
		height:auto;
		margin-bottom:30px;
	}

	/* Breadcrumb ************************************ */
	#breadcrumbs {
		line-height:normal;
	}
}

@media screen and (max-width:620px) {
	.flex-captionbg {
		position:relative;
		top:0%;
		width:100%;
		margin-left:0;
		left:-0px;
		font-size:1.2em;
		margin-bottom:2%;
		padding:4%;
		background:#397794;
		color:#fff;
		line-height:normal;
	}.christmas {
		position:relative;
		margin-left:0%;
		left:0%;
		top:0px;
		font-size:1.1em;
		width:100%;
		padding:5%;
		background-color: rgb(127, 47, 59,1.0);
	}
	.sliderheadline {
		font-size:1.4em;	
	}
}

@media screen and (max-width:480px) {
	body {
		padding-bottom:130px;
	}
	.hinweisbox {
		padding: 30px;
		margin:40px 0px;
	}
	.parallaxmecaption {
		position:absolute;left:2%;margin-left:0%;top:auto;bottom:10%;width:100%;text-align:left;
	}
	
	.parallaxmecaption h1 {
		background:#367795;padding:5px;color:#fff;font-weight:300;font-size:1.2em;display:inline;line-height:1.9em;	
	}
	
	.handwritten {
		font-size:1.48em;
	}
	
	.cicontainerpetrol h2 {
		font-size:2.0em;	
	}
	
	.mitarbeiter {
		width:95%;
		float:left;
		padding:2.5%;
		height:auto;
		overflow:hidden;
		margin:0%;
		margin-bottom:2%;
		border:1px solid #dedede;
	}
	
	.welcomebox h2 {
		font-size:1.6em; 
	}
	
	.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%;
	}
	
	.themenbox {
		width:100%;
		float:none;
	}
	
	#mobilefooter {
		display:block;
	}
	
	.quarter {
		width:100%;
		float:left;
		padding:30px 30px 50px 30px;
		box-shadow: 0 0.9125rem 1.4125rem #00000018;
		text-align: center;
		background:#ffffff;
		position:relative;
		border-radius:15px;
	}

	#empty {
		display:none;
	}
}
