#mobileMenu{
	display:none;
}
#mobileMenuButton{
	display:none;
}

#nav, .nav{
	font-family: 'OpelNext';
	font-weight: normal;
	box-shadow: none;
	margin-left:0px;
	float:left;
	padding:5px 0 0px;
}
#nav .home {
	float: left;
    margin-right: 5px;
    padding: 5px 16px 0px 16px;
}
#nav .separator {
    color: #f7ff14;
    content: '/';
    display: inline-block;
    font-size: 1.375rem;
    padding: 0.25rem .5rem;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    font-family:none;
}
#nav .home:before, .nav .home:before  {
    font-family: "Icons-Common";
    content: "c";
    font-size: 18px;
    text-transform: lowercase;
}

#nav > a{
	display: none;
	box-shadow: none;
	color:#fff;
}

#nav li{
	position: relative;
	list-style:none;
}
#nav li a{
	box-shadow: none;
}

#nav li a:active{
	box-shadow: none;
	color:#000;
}

#nav li a:link, #nav li a:visited {
	box-shadow: none;
	color:#000;
}

#nav > ul > .active > a, #nav > ul > .active > a.sub{
	border-bottom:4px solid #F7FF14;
}

#nav span:after{
	width: 0;
	height: 0;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */

#nav > ul{
	float:left;
}
#nav > ul > li{
	width: auto;
	height: 100%;
	float: left;
    padding-bottom: 4px;
}

	
#nav > ul > li > a{
	height: 100%;
	text-align: center;
	padding:6px 0px 2px 0px;
	font-size:18px;
	text-decoration:none;
	float:left;
	color: #000;
	text-transform: uppercase;
	border-bottom:4px solid transparent;
}
#nav > ul > li > a.sub:after{
	font-family: "icons-common";
    content: "d";
    color: #000;
    vertical-align: top;
    text-transform: lowercase;
    font-size: 8px;
    padding: 6px 0px 4px 5px;
    position: relative;
    display: inline-block;
}
#nav > ul > li > a:hover{
	text-decoration:none;
	color:#7f7f7f;
}
#nav > ul > li > a.sub:hover:after{
    color: #7f7f7f;
}

/* second level */

#nav li ul{
	color: #000;
	background-color:#fff;
	border:1px solid #ccc;
	visibility:hidden;
	opacity:0;
	padding: 7px 0 7px 0;
	position: absolute;
	top: 100%;
	min-width: 200px;
	width:auto;
	z-index:40; 
	left:-21px;
}
#nav li:hover ul{
	visibility:visible;
	opacity: 1;
}

#nav li ul a:link, #nav li ul a:visited {
	font-size:18px;
	font-weight:normal;
	padding: 3px 20px 3px 20px;
    margin: 0 -20px;
	display: block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
}
#nav li ul li a:hover{
	color:#7f7f7f;
	text-decoration:none;
	width:auto;
	text-decoration:none;
	width:auto;
}
#nav li ul li {
	border-top: 1px solid #ccc;
    margin: 0 20px;
    padding: 1px 0;
}
#nav li ul li:first-child {
	border-top: none;
}
/* Ende Level 1 */

/* Second level */

#nav2 > ul{
	float:left;
	background-color:#000;
}
#nav2 > ul > li{
	width: auto;
	height: 100%;
	float: left;
	
}

#nav2 ul li:hover a{
	color: #fff;
	background-color:#2e2e2e;
	box-shadow: none;
}
#nav2 ul li:hover li a{
	background-color: #2e2e2e;
	color: #fff;
	box-shadow: none;
}
#nav2 ul li:hover li.active a{
	color: #fff;
	background-color:#2e2e2e;
}
#nav2 ul li:hover li.visited a{
	color: #fff;
	background-color:#2e2e2e;
}	
#nav2 > ul > li > a{
	height: 100%;
	text-align: center;
	padding:5px 20px 5px 20px;
	font-size:12px;
	text-decoration:none;
	background-color:#000;
	float:left;
	color: #fff;
	background: url(../images/menu_pfeil.png);
	background-repeat:no-repeat;
	background-position:right;
}
#nav2 > ul > li > a:hover{
	text-decoration:none;
	color:#fff;
}

/* second level */

#nav2 li ul{
	color: #fff;
	background-color:#2e2e2e;
	visibility:hidden;
	background-color: #2e2e2e;
	opacity:0;
	padding: 3px 0 10px 0;
	position: absolute;
	top: 100%;
	width: 133px;
	z-index:3; 
}
#nav2 li:hover ul{
	visibility:visible;
	opacity: 1;
	left: 0;
	right: 0; 
}
#nav2 li:not( :first-child ):hover ul{
	left: 0px;
}
#nav2 li ul a{
	font-size:12px;
	font-weight:normal;
	padding: 3px 10px;
	display: block;
	text-decoration:none;
	color:#fff;
	background-color:#2e2e2e;
}
#nav2 li ul li a:hover{
	color:#fff;
	background-color:#4f4f4f;
	text-decoration:none;
	width:auto;
	text-decoration:none;
	width:auto;
}
#nav2 li ul li.active a:hover{
	color:#fff;
}
#nav2 li ul:not( :hover ) li a{
	color:#fff;
	text-decoration:none;
	width:auto;
	background-color:#2e2e2e;
}
#nav2 li ul:not( :hover ) li.active a{
	color:#fff;
	text-decoration:none;
	width:auto;
	background-color:#2e2e2e;
}
#nav2 li ul li {
}
#nav2 li ul li:hover {
	background-color:#2e2e2e;
}

/* Second Level Navigation */
#scndLevel_navigation{
	display:none;
}
#scndLevel_navigation > #scndnav > ul{
	padding: 4px 5px 8px;
	border-top:1px solid #ccc;
	background:#f3f3f3;
	clear:left;
	display:block;
	width:100%;
	float:left;
}
#scndnav{
	width:100%;
}

#scndnav li{
	float:left;
	list-style:none;
}

#scndnav li a:link, #scndnav li a:visited{
	font-family: 'OpelNext';
	color: #000;
	display: block;
    font-size: 18px;
    line-height: 120%;
    padding: 6px 0px 0px;
    margin: 0 10px;
	text-decoration:none;
	border-bottom:4px solid transparent;
}
#scndnav li.active a:link, #scndnav li.active a:visited{
	border-bottom:4px solid #F7FF14;
}

#scndnav li a:hover, #scndnav .active a{
	color:#7f7f7f;
}


#subnav {
    position: fixed;   
    left: 0;           
    right: 0;          
    bottom: 0px;
    margin: auto;
    z-index: 10000;
	height:50px;
}


#subnav li{
	display: inline;
    list-style: outside none none;
	text-align:center;
	
}




#subnav a:link, .subnav a:visited {
    font-size: 12px;
    font-weight: bold;
    height: 68px;
    text-align: center;
    text-decoration: none;
    position: relative;
    padding: 0 8px;
}

.subnav_img {
	
}

#subnav img{
	height:auto; 
	width:auto;
	margin-top:-3px;
	max-width:32px;
	display:inline-block;
	margin-right:5px;
        
}

#subnav span{
	color: #fff;
    font-family: 'OpelNextBold';
    font-size: 12px;
    font-weight: normal;
	text-transform:uppercase;
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: 50px;
}



/* first level */

#subnav > ul{
	text-align: center;
    display: flex;
    justify-content: space-between;
	padding: 0 50px;
}
#subnav > ul > li{
    zoom: 1;
    height: 50px;
    width: auto;
}



#subnav ul li:hover a{
	color: #fff;
	box-shadow: none;
	
}
#subnav ul li:hover li a{
	color: #fff;
	box-shadow: none;
}
#subnav ul li:hover li.active a{
	color: #fff;
}
#subnav ul li:hover li.visited a{
	color: #fff;
}	
#subnav > ul > li > a{
	height: 100%;
	text-align: center;
	font-size:10px;
	text-decoration:none;
	color: #fff;
	display:block;
}
#subnav > ul > li > a:hover{
	text-decoration:none;
	color:#fff;
}


#subnav > ul > li.social-media{
	border-right:none;
	vertical-align: top;
    width: auto;
}


#subnav li.social-media > a {
    display: inline-block;
    width: auto;
	margin-left:20px;
}

#subnav .social-media img {
	margin-top: 17px;
}

/* Subnav Ende */
@media only screen and (min-width: 992px) {
	#mobileMenu{
		display:none !important;
	}
	#subnav {
		display:block !important;
	}
	
}

@media only screen and (max-width: 991px) {
html{
	font-size: 75%; /* 12 */
}

#top_navigation {
	display:none;
}
#mobileMenu .langnav {
	display:none;
}

#top_subnav {
	display:none;
}

.langnav {
	position: relative;
	float:left;
	padding-left:5px;
	color:#000;
	width:120px;
	height:18px;
	display: block;
	font-size:13px;
	line-height:18px;
	display: inline; 
}

.langnav a:link {
	color:#fff;
}


.langnav .current:link{
	text-decoration:none;
}

.langnav li {
	display: inline;
	padding-right:10px;
}

#mobileMenu{
	display:block;
}

#mobileMenuButton{
	display:inline-block;
	cursor:pointer;
}

#mobileMenuButton:before{
	color: black;
    content: "p";
    display: block;
    font-family: "Icons-Common";
    font-size: 22px;
    height: 60px;
    position: relative;
    text-align: center;
    width: 50px;
	line-height:60px;
}

#nav{
	display:none;
}

.nav{
	text-align:right;
	display:block;
	padding:0;
}


.nav:not( :target ) > a:first-of-type,
vnav:target > a:last-of-type{
	display: block;
	width:100%;
	padding: 5px 10px;
	
}


/* first level */

.nav a:link, .nav a:visited{
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:21px;
	text-decoration:none;
	text-transform:uppercase;
	padding:13px 5px 13px 45px;
	display:block;
}

.nav .active > a:link, .nav .active > a:visited {
	color:#000;
	background:#fff;
}

.nav .active.sub > a:link, .nav .active.sub > a:visited {
	color:#fff;
	background:none;
}

.nav a:hover, .nav .active.sub > a:hover{
    color:#000;
	background:#fff;
}

.nav a.home:link, .nav a.home:visited {
    padding: 13px 5px 13px 25px;
}



.nav > ul{
	float:none;
}
.nav > ul > li > a{
	float:none;
	
}

#mobileMenu .nav > ul{
	background:#323232;
	padding: 20px 0 70px;
}

.nav > ul > li{
	float: none;
	padding: 0;
	margin: 0;
	text-align:left;
	border-bottom: 1px solid #3c3c3c;
}
.nav > ul > li.separator{
	display:none;
}
.nav ul li:hover {
    background-color: transparent !important;
}



/* second level */

.nav li ul{
	width:100%;
	opacity:1;
	visibility:visible;
	z-index:300;
	
}
.nav ul li ul li{
	border-top: 1px solid #3c3c3c;
}
.nav ul li ul li a:link, .nav ul li ul li a:visited {
    padding: 13px 5px 13px 65px;
}


#subnav {
	height: auto;
    position: absolute;
    left: -40px;
    width: auto;
    right: auto;
    top: 100%;
	display:none;
}

#subnav > ul{
	padding: 0;
    text-align: left;
    margin-bottom: 35px;
    justify-content: none;
    display: block;
    width: auto;
    background: #323232;
}


#subnav > ul > li {
    border-right: none;
    width: auto;
	margin-bottom:0;
}

.subnav-first {
    border-left: none;
}

#subnav a:link, .subnav a:visited {
    font-size: 21px;
	line-height: 32px;
    font-weight: normal;
	font-family: 'OpelNextBold';
    height: auto;
	text-transform:uppercase;
    text-align: left;
    text-decoration: none;
    position: relative;
    padding: 15px 33px;
	display:flex;
}
#subnav span{
	color: #fff;
    font-family: 'OpelNextBold';
    font-size: 21px;
	line-height:32px;
    font-weight: normal;
	text-transform:uppercase;
    position: relative;
    text-align: center;
    display: inline-block;
}
#subnav a:hover{
    background:#F7FF14;
}

#subnav > ul > li.social-media{
	display:block;
	text-align:left;
}


#subnav li.social-media > a {
	background:transparent;
	margin-left:0px;
	margin-right:20px;
}

#subnav .social-media img {
	margin-top: 17px;
}


#scndLevel_navigation {
    display:none;
}

}
@media  (max-width: 768px) {
#mobileMenuButton:before {
    height: 48px;
    line-height: 48px;
}

}


@media (max-width: 480px){



}
