@media only screen and (min-width: 320px) and (max-width: 767px) {
	nav ul#sprache_gte_768{
		display: none;
	}
	
	img#navi_button{
		display: block;
		position: absolute;
		box-sizing:border-box;
		
		top: 22px;
		right: 20px;
		
		width: 40px;
		height: auto;
		
		z-index:5;
	}
	nav li#sprache_lt_768 a{
		display: inline;
	}
	nav {
		display: none;
		position: absolute;
	
		top: 120px;
		
		width: 100%;
		min-height: 50px;
		
		padding-top: 9px;
		padding-bottom: 9px;
		
		border-bottom: 3px solid #fcd615;
		
		background-color: #000000;
		
		z-index: 5;
	}
	nav ul, nav ul li {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	nav a {
		display: block;
		box-sizing:border-box;
	
		width: 100%;

		padding-left: 20px;
		padding-right: 20px;
	
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		text-decoration: none;
		line-height: 2.3;
		text-align: left;
	}
	nav a.active, nav a:hover{
		color: #fcd615;
		text-decoration: none !important;
	}
}
/*** IMPRESSUM & DATENSCHUTZ HAT BEI LT 360 KEIN PLATZ ==> KLEINERE SCHRIFT ***/
@media only screen and (min-width: 320px) and (max-width: 359px) {
	nav a{
		font-size: 18px;
	}
}