@charset "UTF-8";
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,0.8); padding: 12px; font-size: 12px; font-family: arial; z-index:200;}
#mbmcookie a.button {cursor: pointer; background: #ccc; padding: 5px 15px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#mbmcookie a.button:hover {background-color: #aaa;}
#mbmcookie p.cookiemessage {display: block; padding: 0; margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:88%;
	line-height:144%;
	background-color: #dbe7f4;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
	list-style-position: outside;
}
li { 
	list-style-position: outside;
	margin-left:12px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* Durch diese Gruppe von Selektoren wird bei Verwendung der Tastatur der gleiche Hover-Effekt wie beim Verwenden der Maus erzielt. */
	text-decoration: none;
}
.container {
	width: 1000px;
	margin: 0 auto; 
}
.containerstart {
	width: 1000px;
	margin: 0 auto; 
}
.containerstart img {
	width: 1000px;
}
.header {
	background-image:url(img/headerback.png);
	background-position:center; background-repeat:repeat-y;
	font-family: 'Play', sans-serif;
	height:170px;
	text-align:center;
	box-shadow:0px 2px 5px rgba(0,0,0,0.2);
}
.header p {
	margin: 0 auto;
	width:1000px;
	text-align:right;
	padding-right:8px!important;
}
.content {
	padding: 0px 0;
}
.logo {
	width:305px;
	height:255px;
	background-color:#FFF;
	border-radius:100%;
	box-shadow:1px 2px 5px rgba(63,161,255,0.3);
	float:left;
	margin-top:-70px;
	margin-left:-45px;
	margin-bottom:-22px;
}
.logo img {
	text-align:center;
	margin-top:90px;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}
.logo img:hover {
	transform:scale(1.04);
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}
.headlinebalken{
	clear:left;
	background-color:#dca435;
	height:60px;
	text-align:center;
	box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
	font-family: 'Play', sans-serif;
	color:#FFF;
	font-size:32px;
	line-height:53px;
	font-weight:400;
}
.navi1{
	font-size:13px;
	color:#666;
	padding-top:20px;
	padding-right:11px!important;
	letter-spacing:0.0em;

}
.navi1 a:link{
	color:#666;
	text-decoration:none!important;
}
.navi1 a:visited{
	color:#666;
	text-decoration:none!important;
}
.navi1 a:hover{
	color:#000;
	text-decoration:none!important;
	padding-top:12px;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
	text-shadow: 0px 0px 3px #FFCC99;
	letter-spacing:0.05em;
}
.navi2{
	font-size:16px;
	color:#006aa7;
	padding-top:32px;
	padding-right:11px!important;
	letter-spacing:0.0em;

}
.navi2 a:link, a:visited{
	color:#006aa7;
	text-decoration:none!important;
}
.navi2 a:hover{
	color:#00456d;
	text-decoration:none!important;
	padding-top:12px;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
	text-shadow: 0px 0px 3px #CCC;
	letter-spacing:0.05em;

}
.headline {
	font-size:20px;
	line-height:33px;
	text-shadow:0px 0px 4px #FFF;
	color:#dca435;
	font-weight:bold;
}
.subline {
	font-size:16px;
	line-height:25px;
	text-shadow:0px 0px 4px #FFF;
	color:#dca435;
	font-weight:normal;
}
.spalte {
	width:490px;
	padding-right:10px;
	float:left;
}
.slider {
	max-width: 265px;
	margin:0 auto;
	margin-left:50%;
	text-align:center!important;
}
.slider2 {
	width: 265px;
	float:right;
}
.slider3 {
	width: 100%;
}
.slider-wrapper {
	width: 100%;
	height: 400px;
	position: relative;
	float: right;
}
.slider-wrapper2 {
	width: 100%;
	height: 444px;
	position: relative;
	float: right;
}
.slider-wrapper3 {
	width: 100%;
	height: 375px;
	position: relative;
}
.slide {
	float: right;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 2s linear;
	left: 2px;
	top: -1px;
}
.slider-wrapper > .slide:first-child {
	opacity: 1;
}
.slider-wrapper2 > .slide:first-child {
	opacity: 1;
}
.slider-wrapper3 > .slide:first-child {
	opacity: 1;
}
.media{
	float:left;
	width:110px;
	border-radius:6px;
	border:1px solid #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	margin-right:6px; margin-bottom:6px;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}
.media:hover{
	transform:scale(1.05);
	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
	text-shadow: 0px 0px 3px #CCC;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.4)
}
.nobreak{
	display:none;
}
.break{
	display:inline-block;
}
.diver {
    width: 95%;
    height: auto;
    background-color:rgba(255,255,255,0.5);
	background: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.1) 100%);
	border: 1px solid #FFF;
    cursor: pointer;
    overflow:hidden;
	font-size:12px;
	padding:6px;
	border-radius:6px;
}
.video {
    padding:5px; 
	border-radius:6px; 
	background-color:rgba(255,255,255,0.5); 
	border: 1px solid #FFF; 
	max-width:185px;
	margin-top:8px;
	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
}
.video img {
    padding-right:4px; 
	margin-bottom:-8px;
	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
}
.video img:hover {
   	transform:scale(1.05);
	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
}
.video:hover {
    box-shadow:0px 0px 4px #FFF;
}
.video a:link, a:visited {
	color:#006aa7;
	font-weight:bold; font-size:12px;
   text-decoration:none!important;
   	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
}
.video a:hover {
   text-decoration:underline!important;
   color:#000;
   opacity:0.9;
   	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
}
.klein {
    font-size:80%;
}
input {
    width: 350px; 
}
textarea {
    width: 350px;
}
.menu {
    display:none;
}
.dropdown {
	float: left;
	overflow: hidden;
	z-index: +200!important;
	margin-right: 18px;
}
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
	z-index:+200!important;
}
.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: #DDD;
	box-shadow: 2px 6px 12px 0px rgba(0,0,0,0.3);
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #DDD;
    min-width: 160px;
    box-shadow: 2px 6px 12px 0px rgba(0,0,0,0.3);
    z-index: +200;
	border-radius:5px;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
	border-radius:5px;
}
.dropdown-content a:hover {
    background-color: #FFF;
	color:#DE6600!important;
	border-radius:5px;
}
.dropdown:hover .dropdown-content {
    display: block;
/* Klappen */
}	.klappname {display:inline-block;}
	.trenner {margin:0;}
	.toklapp {display:none;}
	[id^="kl_"] p {border:1px solid;padding:.5em;background:#eee;}
	[id^="klapp"] {text-decoration:none;color:#888;}
	[id^="klapp"] span:nth-of-type(2) {text-decoration:underline;font-size:.8em;line-height:.8em;
}
.mehr {
    width:15px; transform:rotate(180deg); opacity:0.6; margin-bottom:-3px; margin-right:4px; margin-left:2px; font-weight:bold;
}
.mehr img a:link {
   text-decoration:none!important;
}
.weniger {
    width:15px; opacity:0.6; margin-bottom:-3px; margin-right:4px; margin-left:1px
}