@charset "utf-8";

/* NAVIGATION MOBILE */
/* --------------------------------------- */
#content nav.mobile h1 {
	font-size:22px;
	font-weight:normal;
	color:#666666;
	padding-bottom:40px;
	margin:10px 0px 0px 0px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
}
#content nav.mobile {
	display:none;
	z-index:+99;
	width:100%;
	position:fixed;
	height:100%;
	top:0;
	left:-110%;
	margin:0;
	padding:20px;
	overflow-x:hidden;
	overflow-y:auto;
	background:rgba(255,255,0,1);
	box-sizing:border-box;
	transition: left .7s ease;
}
#content nav.mobile ul {
	position:relative;
	display:block;
	opacity:1;
	width:100%;
	padding:0;
	margin:0;
	margin-bottom:40px;
	list-style:none;
}
#content nav.mobile ul li {
	padding:15px 0px 15px 0px;
	margin:0;
	transition: all .4s ease;
	width:100%;
	display:block;
	box-sizing:border-box;
}
#content nav.mobile ul li.shadow-line {
	border-bottom:1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
	box-shadow: 0px 3px 5px -2px rgba(0,0,0,0.1);
}
#content nav.mobile ul a {
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-style:normal;
	text-decoration:none;
	color:#333333;
	transition: all .4s ease;
	box-sizing:border-box;
}
#content nav.mobile > ul a.mobile-nav-top {
	font-weight:bold;
}
#content nav.mobile > ul a.mobile-nav-sub {
	font-size:12px;
}
#content nav.mobile > ul a.mobile-nav-top > li {
	padding-left:30px;
	background:url(../pics/icons/PVBKlist.png) left center no-repeat;
	background-size:16px 16px;
}

#content nav.mobile ul a:hover li, #content nav.mobile ul a li.menu-active {
	background:rgba(0,0,0,0.08);
}
#content nav.mobile > ul a.mobile-nav-top:hover > li, #content nav.mobile > ul a.mobile-nav-top > li.menu-active {
	background:url(../pics/icons/PVBKlist.png) left center no-repeat rgba(0,0,0,0.08);
	background-size:16px 16px;
}

#content nav.mobile a.close-button {
	font-size:36px;
	font-weight:normal;
	color:#666666;
	position: absolute;
    top:20px;
    right:20px;
	text-decoration:none;
}
/* --------------------------------------- */

/* Open Menü Balken */
header div.mobile-menu-balken {
	z-index:+88;
	width:100%;
	position:relative;
	display:none;
	height:auto;
	margin:0;
	margin-top:-4px;
	padding:15px;
	border-bottom:1px solid rgba(182,182,32,1);
	border-top:1px solid rgba(182,182,32,1);
	background:rgba(255,255,0,1);
	box-sizing:border-box;
}
header a.open-button {
	font-size:14px;
	color:#888888;
	text-decoration:none;
}
header  a.open-button > div.mobile-menu-balken img {
	margin:-5px 0px 0px 0px;
	float:left;
}


