@charset "UTF-8";
body {
	font-family: 'Open Sans', sans-serif;
	font-size:88%;
	line-height:144%;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 0px;
	padding-left: 0px; 
}
.container {
	width: 480px; 
	margin: 0 auto; 
}
.containerstart {
	width: 480px;
}
.containerstart img {
	width: 480px;
}
.header {
	background-image:url(img/headerback.png);
	background-position:center; background-repeat:repeat-y;
	font-family: 'Play', sans-serif;
	height:140px;
	background-size: 130% 100%;
}
.header p {
	margin: 0 auto;
	width: auto;
	text-align:right;
}
.content {
	padding: 8px;
}
.logo {
	width:216px;
	height:202px;
	background-color:#FFF;
	border-radius:100%;
	box-shadow:1px 2px 5px rgba(63,161,255,0.3);
	float:left;
	margin-top:-60px;
	margin-left:-26px;
	margin-bottom:-22px;
}
.logo img {
	text-align:center;
	margin-top:80px;
	width:162px;
}
.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{
	width:100%;
	clear:left;
	background-color:#dca435;
	height:50px;
	text-align:center;
	box-shadow:inset 0px 2px 5px rgba(0,0,0,0.2);
	font-family: 'Play', sans-serif;
	color:#FFF;
	font-size:28px;
	line-height:44px;
	font-weight:400;
}
.navi1{
	display:none;
}
.navi2{
	display:none;
}
.headline {
	font-size:18px;
	line-height:30px;
	color:#dca435;
}
.subline {
	font-size:14px;
	line-height:23px;
	color:#dca435;
}
.spalte {
	width: 460px;
	float:left;
}
.spalte img {
	max-width: 230px;
}
.slider {
	max-width: 180px; width:180px;
	margin:0 auto;
	margin-left:60%;
}
.slider2 {
	max-width: 180px; width:180px;
}
.slider-wrapper {
	width: 100%;
	height: 310px;
	position: relative;
	float: right;
	margin-top:-5px;
}
.slider-wrapper2 {
	width: 100%;
	height: 320px;
	position: relative;
	float: right;
	margin-top:-5px;
}
.slider-wrapper3 {
	width: 100%;
	height: 190px;
	position: relative;
}
.slide {
	float: right;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: opacity 2s linear;
	left: 1px;
}
.slider-wrapper2 > .slide:first-child {
	opacity: 1;
}
.slider-wrapper > .slide:first-child {
	opacity: 1;
}
.media{
	float:left;
	width:106px;
	border-radius:6px;
}
.nobreak{
	display:inline-block;
}
.break{
	display:none;
}
.menu {
    position: fixed;
    display: inline-block;
	border-radius:4px;
	margin-left:38%;
	margin-top:0px;
	z-index:+110;
	margin-bottom:-40px;
}
.menu img {
    width:26px;
	margin-bottom:-8px; margin-right:3px; margin-top:-6px;
}
.menu-content {
    font-size: 15px;
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
    min-width: 190px;
    box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.3);
	border-radius:4px;
	border: 2px solid #dca435;

}
.menu-content a {
    color: #26559b;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}
.menu-content a:hover {
	background-color: #f9f9f9
}
.menu:hover .menu-content {
    display: block;
}
.menu:hover .dropbtn {
    background-color: #26559b;
}
.dropbtn {
    background-color: #dca435;
    color: white;
    padding: 9px;
    font-size: 9px;
    border: none;
    cursor: pointer;
	border-radius:4px;
	width:45px!important;
	height:45px!important;
	text-align:left;
	box-shadow:0px 0px 4px rgba(255,255,255,0.8)

}