/* auf a: aktiv-Auszeichnung */
/* » style.css */

/* Desktop */
@media only screen and (min-width: 960px) {
	.hm a:after {
		content: "";
		display: block;
		margin: 0 auto;
		width: 0%;
		padding-top: 6px;
		border-bottom: 1px solid #0C2340;
		transition: .2s;
	}
	.hm a:hover:after, .hm a.active:after {
		width: 73%;
	}
}

.active { color:#0C2340 !important; } /* prop Burger-Navi */



/* Sprachwahl */
.sprachwahl { 
	display:inline-block !important; 
	font-size: 0.8em; 
	line-height: 1;
	/*border-bottom: 1px solid transparent;*/
}
/* Mobile Burger-Navi */
@media only screen and (max-width: 959px) {
	.sprachwahl {	
		font-size: 1.0em;
	}
}

/* Desktop */
@media only screen and (min-width: 960px) {
	.auszStyleLngOn a:after { 
		content: "";
		display: block;
		margin: 0 auto;
		width: 50%;
		padding-top: 6px;
		border-bottom: 1px solid #0C2340;
	}
	.auszStyleLngOff a { color:#0C2340 !important; }
}

/* prop Burger-Navi */
.auszStyleLngOn a { color:#0C2340 !important; }
.auszStyleLngOff a { color:#807e82 !important; }