.menu-link {display: none;}
@media all and (min-width: 1200px){
	#unavBg {position: absolute; left: 0px; z-index: 3; /*background: rgba(9,44,89,0.6);*/ background: rgba(235,240,245,0.6); height: 0px; width: 100vW; transition: all 0.3s ease; }
	.buttonSearch, .sprache {text-align: right!important;}
	
/*** ESSENTIAL STYLES ***/
.sf-menu {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
.sf-menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li {
	position: relative;
}
.sf-menu > li {
	float: left;
}
.sf-menu > li:first-child {
	border-left: none;
}
.sf-menu > li:last-child {
}
	.sf-menu li > ul {
			
	}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** SKIN ***/
.sf-menu {
	float: right;
	margin-bottom: 0em;
}
.sf-menu a {
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
    transition: ease all 0.3s ;
	text-transform: uppercase;
}
	.sf-menu a:hover, .sf-menu li a.active {
		color: #ffff !important;
	}
.sf-menu a:first-of-type {
	margin: 0 0 0 0 !important;
}

.sf-menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
	.sf-menu li a::before {
        content:"";
        position: absolute;
        width: calc(100% - 20px);
        background: none;
		opacity: 0;
        top: -12px;
		transition: ease all 0.3s;
    } 
.sf-menu li a:hover::before {
        content:"";
        position: absolute;
        height: 11px;
        width: calc(100% - 20px);
        background: url("../upload/img/layout/nav_active_arrowdown.svg") no-repeat center center;
	opacity: 1;
        top: -12px;
    } 
/* Stil für den Pfeil im Haupt-Listenpunkt */
.sf-menu > li > a::before {
    content: "";
	position: absolute;
	height: 11px; /* Höhe des Pfeils anpassen */
	width: calc(100% - 20px); /* Breite des Pfeils anpassen */
    display: inline-block;
	background: url("../upload/img/layout/nav_active_arrowdown.svg") no-repeat center center;
     /* Anpassen der Position des Pfeils */
	opacity: 0; /* Standardmäßig unsichtbar */
    top: -12px; /* Zentrieren des Pfeils vertikal */
    transition: all 0.3s ease; /* Übergangseffekt */
	transform: translateX(-30px);
}

/* Anzeigen des Pfeils beim Hover über den Haupt-Listenpunkt */
.sf-menu > li:hover > a::before,
.sf-menu > li.sfHover > a::before {
    opacity: 1;
	transform: translateX(00px);
}
.sf-menu li li a:hover::before {
        content:"";
        position: absolute;
        height: 0;
        width: 0;
        width: inherit;
        background: none;
	opacity: 1;
        top: 0;
    } 
/* Untermenü */
.sf-menu ul {
/*-webkit-box-shadow: 18px 25px 4px -20px rgba(0,0,0,0.75);
-moz-box-shadow: 18px 25px 4px -20px rgba(0,0,0,0.75);
box-shadow: 18px 25px 4px -20px rgba(0,0,0,0.5);
	
*/padding-top: 6px;}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu li ul::before {
}
/*.sf-menu ul:before {
	content: '';
	background: url(../upload/img/layout/unav-top.png) no-repeat;
	height: 14px;
	display: block;
	position: relative;
	top: 1px;
}*/
.sf-menu ul li:first-child {
}
.sf-menu ul li {
	width: 100%;
	line-height: 170%;
}
.sf-menu ul li:last-child {
}
.sf-menu li li a{
	background: none;
    border-bottom: none !important;
	}
.sf-menu li li a.active, .sf-menu li li.active li a.active {
	text-decoration: none;
	color: rgba(255,255,255,0.7) !important;
	background: #005881 !important;
	box-shadow: none;
    border-bottom: none !important;
}
    .sf-menu li li a.active::before {
        background: none !important;
        
    }
	.sf-menu li li a {
		color: rgba(255,255,255,0.6) !important;
	}
	.sf-menu li li a:hover, .sf-menu li li a.active {
		color: rgba(255,255,255,1) !important;
	}
.sf-menu li li a:hover {
	box-shadow: none;
    text-decoration: none;
    border-bottom: none !important;
}
/* Ende Untermenü */
.sf-menu li a.active  {
	color: #FFFFFF;
	text-decoration: none;
}
    .sf-menu li a.active::before {
        content:"";
        position: absolute;
        height: 11px;
        width: calc(100% - 20px);
        background: url("../upload/img/layout/nav_active_arrowdown.svg") no-repeat center center;
	opacity: 1;
        top: -12px;
    }   
	ul.sub-menu {
		/*background: rgba(0, 88, 129, 1);*/
		background: rgba(41,49,51, 1);
	}
.sf-menu ul.sub-menu li a.active {
	color: #343434;
	border-bottom: none;
	
	}
	
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
}