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

#nav{
	font-family: 'OpelNext';
	font-weight: normal;
	box-shadow: none;
	margin-left:0px;
	float:left;
	background-color:#000;
}

#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:#fff;
	background-color:#43bbed;
}

#nav li a:visited{
	box-shadow: none;
	color:#fff;
}

#nav .active a, #nav .active a.sub{
	color: #fff;
	background-color:#2e2e2e;
}

#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;
	background-color:#000;
}
#nav > ul > li{
	width: auto;
	height: 100%;
	float: left;
	
}

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

#nav > ul > li > a:hover{
	text-decoration:none;
	color:#fff;
}

/* second level */

#nav li ul{
	color: #fff;
	background-color:#2e2e2e;
	visibility:hidden;
	background-color: #2e2e2e;
	opacity:0;
	padding: 7px 0 7px 0;
	position: absolute;
	top: 100%;
	width: 200px;
	min-width:100%;
	z-index:40; 
}
#nav li:hover ul{
	visibility:visible;
	opacity: 1;
	left: 0;
	right: 0; 
}
#nav li:not( :first-child ):hover ul{
	left: 0px;
}
#nav li ul a{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:normal;
	padding: 3px 20px 3px 20px;
    margin: 0 -20px;
	display: block;
	text-decoration:none;
	color:#fff;
	background-color:#2e2e2e;
}
#nav li ul li a:hover{
	color:#fff;
	background-color:#4f4f4f;
	text-decoration:none;
	width:auto;
	text-decoration:none;
	width:auto;
}
#nav li ul li.active a:hover{
	color:#fff;
}
#nav li ul:not( :hover ) li a{
	color:#fff;
	text-decoration:none;
	width:auto;
	background-color:#2e2e2e;
}
#nav li ul:not( :hover ) li.active a{
	color:#fff;
	text-decoration:none;
	width:auto;
	background-color:#2e2e2e;
}
#nav li ul li {
	border-top: 1px solid #474747;
    margin: 0 20px;
    padding: 1px 0;
}
#nav li ul li:first-child {
	border-top: none;
}
#nav li ul li:hover {
	background-color:#2e2e2e;
}
/* 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{
	padding: 16px 16px 0;
	
}
#scndnav{
	width:100%;
}

#scndnav li{
	float:left;
	list-style:none;
}
#scndnav li:hover, #scndnav .active{
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f0f0 0%, #c1c1c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#c1c1c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f0f0 0%,#c1c1c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f0f0 0%,#c1c1c1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f0f0 0%,#c1c1c1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f0f0 0%,#c1c1c1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#c1c1c1',GradientType=0 ); /* IE6-9 */
}

#scndnav li a{
	color: #fff;
	display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 9px 8px;
	text-decoration:none;
}
#scndnav li a:hover, #scndnav .active a{
	color:#000;
}


#subnav {
    position: fixed;   /* Take it out of the flow of the document */
    left: 0;           /* Left edge at left for now */
    right: 0;          /* Right edge at right for now, so full width */ 
    bottom: 0px;         /* Move it down from top of window */
    width: 1024px;/* Give it the desired width */ 
    margin: auto;      /* Center it */
    max-width: 100%;   /* Make it fit window if under 500px */ 
    z-index: 10000;
	height:75px;
}


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




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

.subnav_img {
	
}

#subnav img{
	height:auto; 
	width:auto;
	margin-top:8px;
	max-width:32px;
}
.subnav-first{
	border-left:1px solid #000;
}
#subnav span{
	color: #b4bbbf;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
    left: 0;
    position: absolute;
    text-align: center;
    top: 38px;
    width: 100%;
}



/* first level */

#subnav > ul{
	text-align:center;
}
#subnav > ul > li{
	border-right: 1px solid #000;
	display:inline;
	zoom:1;
    display: inline-block;
    height: 75px;
    width: 96px;
}



#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 : 770px) 
and (max-width : 1024px) {

}

@media only screen and (max-width: 770px) {
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{
	background:url(../images/Menue_offen.png) center right no-repeat;
	color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
	width:83px;
    height: 10px;
    margin-top:11px;
	margin-left:13px;
    padding: 11px 0;
    position: relative;
    z-index: 900;
}

#nav{
	display:none;
}

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


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


/* first level */

.nav a{
	font-size:13px;
	color:#fff !important;
	font-weight:bold !important;
	line-height:20px !important;
	text-decoration:none;
}

.nav .active a{
	color: #feb809;
	font-weight:bold;
}
.nav > ul{
	float:none;
}
.nav > ul > li > a{
	float:none;
	
}

.navigation .nav > ul{
	height: auto;
	display: none;
	position: absolute;
	left: -90px;
}
#mobileMenu .nav > ul{
	background:#2e2e2e;
	padding: 50px 0 70px;
	border-right:solid 5px #feb809;
}
.nav:target > ul{
	display: block;
	background: #fdea06;
}
.nav > ul > li{
	float: none;
	padding: 0;
	margin: 0;
	text-align:left;
}
.nav ul li:hover {
    background-color: transparent !important;
}

.nav ul li:hover li a {
    background-color:transparent;
    border-bottom: medium none;
    color: #feb809;
	text-decoration:none;
	
}

.nav ul li:hover a{
	color: #feb809;
	text-decoration:none;

}

.nav li ul li {
	padding:0px 0;
	border-bottom:solid 1px #919191;
	color: #000 !important;
	font-size:20px !important;
}

.nav li ul:not(:hover) li.active a {
	color: #feb809 !important;
	font-size:11px !important;
}
.nav li ul li a:hover{
    color: #feb809 !important;
	font-size:11px !important;
    text-decoration: none;
    width: auto;
}

.nav ul li a:hover{
	color: #feb809 !important;;
}

.nav > ul > li > a{
	height: auto;
	text-align: left;
	border-bottom:solid 1px #999;
}
vnav > ul > li:not( :last-child ) > a{

}


/* second level */

.nav li ul{
	position: static;
	border:none;
	font-size:11px !important;
	font-weight:bold;
	width:100%;
	margin-top:0px;
	padding: 0 0;
	opacity:1;
	visibility:visible;
	z-index:300;
	
}
.nav li ul a{
	font-weight:bold;
	line-height:20px !important;
	font-size:11px !important;
	padding: 5px 0px 5px 28px;
	display:block;
}



#subnav {
	height: auto;
    position: relative;
    width: auto;
}

#subnav > ul{
	margin-top:25px;
	text-align:left;
	margin-bottom:35px;
}


#subnav > ul > li {
    border-right: none;
    width: 50%;
	margin-bottom:16px;
}

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

.subnav-left a{
	margin-right:8px;
}

.subnav-right a{
	margin-left:8px;
}

#subnav > ul > li > a {
	background:#454646;
}


#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;
}

}


@media (max-width: 480px){


#subnav > ul{
	margin-top:10px;
	text-align:left;
}

}
