#header{
	position: relative;
	height: 562px;
}

.header_background_left{
	width: 50%;
	height: 531px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/images/header_rep_left.png);
	z-index: -2;
}

.header_background_middle{
	display: block;
	background-image: url(/images/header4.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: auto;
	height: 562px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.header_background_right{
	width: 50%;
	max-width: 212px;
	height: 417px;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(/images/header_rep_right.png);
	z-index: -2;
}

@media screen and (max-width: 1500px){
	.header_background_right{
		width: 50%;
		max-width: 1px;
	}
}

#header>.header_inner>.logo_holder{
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	z-index: 2;
	height: 110px;
}

#header>.header_inner>.logo_holder>.logo{
	padding: 15px 0 15px 125px;
}

#header>.header_inner>.logo_holder>.logo>p.logo_text{
	color: #000;
	font-family: 'Great Vibes', cursive;
	font-size: 70px;
}

#header>.header_inner>.logo_holder>.logo>p.logo_info{
	color: #000;
	font-family: 'Ubuntu', cursive;
	font-size: 24px;
	position: relative;
	top: -21px;
	left: 123px;
	font-style: italic;
	width: 400px;
}

#header_mobile{
	min-height: 85px;
	background-image: url(/images/mobile_logo_header.jpg);
	padding: 20px 0;
	margin-bottom: 10px;
}

#header_mobile>.header_mobile_inner>.logo{
	display: block;
	margin: 0px auto;
	text-align: center;
}

#header_mobile>.header_mobile_inner>.logo>p.logo_text{
	color: #600;
	font-family: 'Great Vibes', cursive;
	font-size: 45px;
}

#header_mobile>.header_mobile_inner>.logo>p.logo_info{
	color: #000;
	font-family: 'Ubuntu', cursive;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

.navigation_holder{
	max-width: 800px;
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	text-align: left;
}

.navigation_holder>.navigation>ul>a>li{
	list-style: none;
	display: inline-block;
	padding: 0 5px;
	color: #000;
	font-size: 32px;
	font-weight: normal;
}

.navigation_holder>.navigation>ul>a:hover li{
	text-decoration: underline;
}

.navigation_holder>.navigation>ul>a>li.{
	list-style: none;
	display: inline-block;
	padding: 0 20px;
	color: maroon;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #000;
}

.header_mobile_inner .navigation ul{
	text-align: center;
}

.header_mobile_inner .navigation ul a{
	color: maroon;
	font-weight: bold;
}

.header_mobile_inner .navigation ul li{
	display: inline-block;
	margin: 25px 10px 0;
}

.sexyschwartzwald_logo{
	max-width: 1024px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.anzeige_schalten_holder{
	max-width: 950px;
	position: absolute;
	top: 15px;
	right: 10px;
	left: 0;
	margin: 10px auto;
	text-align: right;
}

.anzeige_schalten{
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0px 0px 2px #FF4500;
	color: #FF4500;
}

.anzeige_schalten_holder_mobile{
	text-align: center;
	margin: 20px auto 0;
}

.sexyschwartzwald_logo a{
	cursor: pointer;
}

.sexyschwartzwald_logo img {
	width: 190px;
	position: absolute;
	bottom: 80px;
	right: 0px;
}

.sexyschwartzwald_logo_mobile{
	text-align: center;
}

.sexyschwartzwald_logo_mobile a{
	cursor: pointer;
}

.sexyschwartzwald_logo_mobile img{
	max-width: 150px;
	margin: 25px 0 0;
}