@charset "UTF-8";

/********* Seitenaufbau **********/

* {
    border: #e9e9e9 0px solid;
}

html, body {
    height: 100%;
}


.page_wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -36px;
    width: 860px;
}

.fullscreen_bg {
    position: absolute;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: -1;
}

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

.header_wrapper { height: 108px; }

.header {
    position: relative;
    background: url('../img/site/header.png') center 15px no-repeat;
    height: 108px;
    padding: 0 20px;
    z-index: 1000;
}

.fixed_header {
    display: none;
    position: fixed;
    background: url('../img/site/header.png') center -25px no-repeat;
    height: 50px;
    padding: 0 20px ;
    z-index: 1000;
    width: 820px;
    top: 0;
}

a#logo { 
    display: block;
    float: left;
    width: 192px;
    height: 108px;
    background: url('../img/site/logo.png') left top no-repeat;
}

.fixed_header a#logo {
    background-position: left -141px;
    height: 40px;
}

a#logo span { display: none; }

.topnav {
    position: relative;
    padding-top: 35px;
}

.fixed_header .topnav { padding-top: 0;}

.topnav li {
    display: block;
    float: left;
    margin-right: 5px;
}

.topnav a {
    font-family:"Folio", Arial,sans-serif;
    font-weight: bold;
    position: relative;
    display: block;
    font-size: 18px;
    text-shadow: 0 1px 2px #fff;
    color: #404040;
    line-height: 45px;
    height: 45px;
    padding-left: 20px;
    text-transform: uppercase;
    z-index: 151;
}

.fixed_header .topnav a, .fixed_header .topnav ins { 
    font-size: 14px; 
    line-height: 40px;
    height: 40px;
}

.topnav a ins { 
    display: block;
    text-decoration: none; 
    padding-right: 20px;
    line-height: 45px;
    height: 45px;
}

.topnav li.hover a { background: url('../img/site/topnav_a.png') no-repeat; }
.topnav li.hover a ins { background: url('../img/site/topnav_ins.png') right no-repeat; }

.topnav a.active { color: #c50a2d; }

.topnav .subnav {
    display: none;
    position: absolute;
    top: 74px;
    z-index: 150;
}

.fixed_header .subnav { top: 35px; }

.topnav li.hover .subnav { display: block; }

.topnav .subnav_bottom {
    background: url('../img/site/subnav.png') center bottom no-repeat;
    width: 190px;
    height: 20px;
}

.topnav li ul {
    width: 150px;
    background: url('../img/site/subnav.png') center top no-repeat;
    padding: 20px 20px 0px 20px;
}

.topnav li ul li {
    float: none;
    margin: 0;
    padding: 0;
}

.topnav li ul li img {
    position: absolute;
    margin: -4px 0 0 0px;
}

.topnav li ul li a, .fixed_header .topnav li ul li a {
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    padding: 4px 0;
    line-height: 1.4;
    height: auto;
    width: auto;
    text-shadow: 0 1px 1px #bbb;
    background: none !important;
}

.topnav li ul li a:hover, .topnav li ul li a.active {
    color: #c50a2d;
}

.sm_icons {
    float: right;
    width: 108px;
}

.fixed_header .sm_icons {
    padding-top: 5px;
}

.sm_intro {
	float: right;
    font-size: 10px;
    color: #404040;
    line-height: 25px;
    margin: 45px 10px 0 0;
}

.fb_header {
    display: block;
    height: 25px;
    width: 26px;
    background: url('../img/elements/facebook.png') no-repeat;
    float: right;
    margin: 45px 10px 0 0;
}

.yt_header {
    display: block;
    height: 25px;
    width: 26px;
    background: url('../img/elements/youtube.png') no-repeat;
    float: right;
    margin: 45px 10px 0 0;
}



.fixed_header .sm_intro,
.fixed_header .yt_header,
.fixed_header .fb_header {
    margin-top: 7px;
}

.content {
    padding: 0 0 70px 0;
}

.body_startseite .content { padding-bottom: 40px;}

.push { height: 36px; }

.footer_slogan {
    position: absolute;
    width: 240px;
    height: 35px;
    background: url('../img/site/footer_slogan.png');
    margin: -45px 0 0 580px;
}

.body_startseite .footer_slogan { display: none; }

.footer {
    position: relative;
    margin: 0 auto;
    width: 820px;
    padding: 10px 20px 20px 20px;
    background: url('../img/site/footer.png') no-repeat;
    text-align: center;
    line-height: 1.5;
}

.footer ul.imprintetc {
    display: inline-block;
}

.footer ul.imprintetc li {
    display: inline-block;
    padding: 4px 6px;
}

.footer ul.imprintetc li a {
    font-family:"Folio", Arial,sans-serif;
    font-weight: bold;
    color: #404040;
    font-size: 11px;
    text-transform: uppercase;
}

.footer ul.imprintetc li a:hover { color: #c50a2d; }

.footer .sitemap_wrapper {
    float: left;
}

.footer ul.sitemap {
    float: left;
    margin-right: 50px;
    text-align: left;
}

.footer ul.sitemap a {
    color: #404040;
    display: block;
    padding: 6px 0;
    border-bottom: #dbdbdb 1px solid;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}



.footer ul.sitemap ul a {
    font-weight: normal;
    text-transform: none;
    padding: 3px 0;
}

.footer ul.sitemap a:hover {
    color: #c50a2d;
}

.footer ul.sitemap li.nav_teilen a {
    border: 0 !important;
}

.footer ul.sitemap li.nav_teilen .sm_icons {
    margin-top: -2px;
}

.agecheck {
	display: none;
    position: absolute;
    position: fixed;
    left:50%;
    top:50%;
    margin-left: -313px;
    margin-top: -300px;
    width: 626px;
    height: 500px;
    z-index: 2100;
    background: url('../img/content/agecheck.png') no-repeat;
}

.agecheck_false {
    margin-left: -296px;
    margin-top: -200px;
    width: 593px;
    height: 335px;
    background: url('../img/content/agecheck_false.png') no-repeat;
}

.agecheck a.agecheck_button {
    display: block;
    height: 55px;
    position: absolute;
}

.agecheck a.agecheck_button:hover,
.agecheck a.agecheck_button.active {
    background: url('../img/content/anker.png') 4px 3px no-repeat;
}

.agecheck_old_enough {
    margin: 280px 0 0 52px;
    width: 230px;
}

.agecheck_too_young {
    margin: 280px 0 0 292px;
    width: 298px;
}

.agecheck_false a,
.agecheck_false .agecheck_cookietext { display: none !important; }

.agecheck_cookietext {
	color: white;
	position: absolute;
	top: 365px;
	left: 80px;
	right: 80px;
	text-align: center;
}

.agecheck_cookietext label {
	padding: 0;
	margin: 0;
}

.agecheck_cookietext input {
	position: absolute;
	left: -30px;
	top: -4px;
	width: 24px;
	height: 24px;
	background: none;
	border: 3px transparent solid;
}

.agecheck_cookietext a {
	color: white;
	text-decoration: underline;
}


.agecheck_cookietext input:checked {
	background: url('../img/content/checkbox_red_check.png') center center no-repeat !important;
}

.agecheck_cookietext input.checker_animated {
    animation-name: blink ;
    animation-duration: 2s ;
    animation-timing-function: linear ;
    animation-iteration-count: infinite ;
    animation-direction: alternate ;
    transition: all 0.5 ease;
}

@keyframes blink { 
   0%   { border-color: rgba(255,255,255,0); }
   50%  { border-color: rgba(255,255,255,1); } 
   100% { border-color: rgba(255,255,255,0); }
}

.cookies {
	position: absolute;
	position: fixed;
	width: 100%;
	left: 0;
	color: white;
	bottom: 0;
	background: black;
	padding: 14px 0;
	z-index: 2100;
	text-align: center;
	font-size: 14px;
}

.cookies_inner {
	max-width: 980px;
	margin: 0 auto;	
}

.cookies a {
	color: white;
	text-decoration: underline;
}

/*********** Layer ***********/

.w_overlay {
    display: none;
    width: 100%;
    background-color: #000;
    min-height: 100%;
    position: absolute;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
}

.w_layer {
    display: none;
    position: absolute;
    position: fixed;
    left:50%;
    top:55%;
    margin-left: -400px;
    margin-top: -225px;
    width: 600px;
    z-index: 2100;
}

a.w_close_layer {
    display: none;
    position: fixed;
    top: 90px;
    left: 50%;
    margin-left: 375px;
    z-index: 2200;
}

body.fixed_header_body a.w_close_layer { top: 50px; }

@media (max-width:860px) { 
	.my_cookiebar {
		padding-right: 30px !important;
		padding-bottom: 100px !important;
	}
	
	.my_cookiebar_close {
		right: auto !important;
		top: auto !important;
		bottom: 40px !important;
		left: 50% !important;
		margin-left: -136px !important;
		transform: scale(1.6);
	}
}