/*  ************************************************************************************
*   Allgemeine Container und Dokumentklassen
*/

/* nothing-you-could-do-regular - latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nothing-you-could-do-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'),
       url('../fonts/nothing-you-could-do-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/nothing-you-could-do-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/nothing-you-could-do-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/nothing-you-could-do-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/nothing-you-could-do-v7-latin-regular.svg#NothingYouCouldDo') format('svg'); /* Legacy iOS */
}

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

body {
	margin: 0px;
    font-size:0.95em;
    color:#071b3f; /* dunkelblau */
    font-family:'Oxygen', Helvetica, Arial, sans serif;
    line-height:1.4em;
	background-color : #fafafa;
}

#opener {
	top:50%; left:50%;position:absolute; 
	text-align:center;
	width:950px;
	height:475px;
	margin-left:-475px;	
	margin-top:-238px;
	
	/*width:400px;
	height:300px;
	margin-left:-200px;	
	margin-top:-150px;*/
}

#mainnavigation ul {
	margin:auto;
	width:1250px;
}

#site {
    margin:auto;
}

#header {
	height:190px;
	background-color : #fff;
}

#logo {
	margin:auto;
    width:250px;
    height:80px;
    padding: 20px 0px 40px 0px;
}

#content {
    margin:auto;
    margin-top:50px;
    margin-bottom:40px;
    width:1210px;
    padding: 0px 20px;
    position:relative;
}

#zitat {
	font-family:'Nothing You Could Do', sans serif;
	font-size:3.0em;
	line-height:normal;
	padding:0% 4%;
}

#zitaturheber {
	padding:0% 4%;
	line-height:normal;
	margin-bottom:40px;
}

.container {
    position:absolute;
    top:-200px;
}

.textrot {
	padding:4%;
    background-image: url("../img/bgTextRot.png");
    color:#fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.textrot h1 {
	font-size:2.0em; color:#fff; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; line-height:normal;
}

.textbeige {
	padding:4%;
    background-image: url("../img/bgTextBeige.png");
    color:#071b3f;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.textbeige h1 {
	font-size:2.0em; color:#fff; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; line-height:normal;
}

.textgrau {
	padding:4%;
    background-image: url("../img/bgTextGrau.png");
    color:#fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


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

}

.textgrau h1 {
	font-size:2.0em; color:#fff; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; line-height:normal;
}

h1 { font-size:2.0em; color:#494949; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; line-height:normal; }
h2 { font-size:1.5em; color:#8B8C8E; padding-top:0px; padding-bottom:15px; margin:0px; font-weight:normal; line-height:normal; }
h3 { font-size:1.2em; color:#8B8C8E; padding-top:0px; padding-bottom:0px; margin:0px; font-weight:bold; }
h4 { font-size:1.0em; color:#9B9B9B; padding-top:0px; padding-bottom:10px; margin:0px; font-weight:bold; }

/*  ************************************************************************************
*   Navigation Start
*/
#mainnavigation {
    color:#000;
}

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

#mainnavigation #subnavigation {
	display:none;	
}

#mainnavigation div {
	display:none;	
}

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

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

#subnavigationcontainer {
	background-color: #071b3f;
	height:40px;
}

#subnavigation {
    float:right;
    text-align:right;
    color:#000;
}

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

/*  ************************************************************************************
*   Navigation  Ende
*/





/*  ************************************************************************************
*   Footer  Start
*/

#coronacontainer {
	position:relative;
    padding: 0px 20px;
	background-color:#8f203c;
}

#corona {
    margin:auto;
    color:#fff;
    line-height:40px;
    text-align:center;
}

#footercontainer {
	position:relative;
    padding: 0px 20px;
	background-color:#f2f0e9;
}

#footer {
    margin:auto;
    color:#071b3f;
    line-height:normal;
    text-align:center;
    padding:4%;
}

#footerlinks {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding:5px;	
}

.footerheadline {
    color:#071b3f;
    font-size:2.0em;
    margin-bottom:25px;
}

.footertelefon {
    color:#071b3f;
    font-size:1.5em;
    margin:25px 0px;
}

/*  ************************************************************************************
*   Footer  Ende
*/

.fest {
	position:fixed;
	width:268px;
	background-color:#fff;
	top:10px;
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:1px 1px 6px #292929; /* CSS3 */
}

img { border:0px; }

.off { display:none; }

.clear { clear:both; }

.nopad {
	padding:0px;
}

.mitarbeiter {
	width:30%;
	float:left;
	padding:1.5%;	
}

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

.linetop {
	border-bottom: 1px dotted #999;	
	margin-bottom:20px;	
}

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

.phonenumber {
	color:#000;
	font-size:1.4em;	
}


fieldset {
	border:0;
	margin:0;	
}

#accordion a {
	color:#C20B37;
}

#adresse1 {
	width:50%;
	float:left;	
}

#adresse2 {
	width:50%;
	float:right;
	text-align:right;
}

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



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

a:link  { color:#d67318; text-decoration:none; }
a:visited { color:#d67318; text-decoration:none; }
a:hover { color:#d67318; text-decoration:underline; }
a:active { color:#d67318; 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.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 {
	display: inline;
	margin:0;
    font-size: 0.9em;
    line-height:44px;
    position:relative; 
    color:#273b5e;
    padding:0px 8px 0px 8px;
    /*border-right:1px dotted #ccc;*/
    text-transform:uppercase;
}

a.mainlevel:hover {
	text-decoration: none;
	color: #d67318;
}

a.mainlevelActive:link, a.mainlevelActive:visited {
	display: inline;
	margin:0;
    font-size: 0.9em;
    line-height:44px;
    position:relative; 
    color:#d67318;
    padding:0px 8px 0px 8px;
    /*border-right:1px dotted #ccc;*/
    text-transform:uppercase;
}

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


a.sublevel:link, a.sublevel:visited {
	display: inline;
    float:left;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#fff;
    padding:0px 8px 0px 8px;
    border-right:1px dotted #ccc;
    text-transform:lowercase;
}

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

a.sublevelActive:link, a.sublevelActive:visited {
	display: inline;
    float:left;
	margin:0;
    font-size: 1.0em;
    line-height:40px;
    position:relative; 
    color:#000;
    padding:0px 8px 0px 8px;
    border-right:1px dotted #ccc;
    background-color:#fff;
    text-transform:lowercase;
}

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

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

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

a.thirdlevelActive:link, a.thirdlevelActive:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:50px;
    color:#C20B37;
    font-size:1.0em;
    background-color:#e3e3e3;
    background-image: url("../img/thirdlevelActive.png");
    background-repeat:no-repeat;
}

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



a.fourthlevel:link, a.fourthlevel:visited {
	margin:0; 
    line-height:30px;
    display:block;
    padding-left:70px;
    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:70px;
    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;
}
@media screen and (max-width:1249px) {
	#mainnavigation ul {
		margin:auto;
		width:95%;
	}
	
	#content {
	    margin-top:2%;
	    margin-bottom:4%;
	    width:96%;
	    padding: 0px 2%;
	    position:relative;
	}
}
@media screen and (max-width:768px) {
	
	#header {
		height:auto;
	}
	
	#hamburger {
		display:block;
	}
	
	#mainnavigation {
    	height:auto;
    	margin:auto;
    	display:none;
        width:100%;
        text-align:center;
	}
	
	#mainnavigation ul {margin:0; float:none; list-style:none outside; padding:0; }
	#mainnavigation li {display:block; float:none; margin:0px; padding:0px; }
	
	a.mainlevel:link, a.mainlevel:visited {
		display: block;
	    float:none;
		margin:0;
	    font-size: 1.0em;
	    line-height:30px;
	    position:relative; 
	    color:#fff;
	    padding-left:10px;
	    padding-right:10px;
	    background-color:#ccc;
	    border-top:1px solid #fff;
	}
	
	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:#000;
	    padding-left:10px;
	    padding-right:10px;
	    background-color:#A93C4E;
	    border-top:1px solid #fff;
	}
}
@media screen and (max-width:480px) {
	
}
