/*************************************************************************************************************
 *** HIER IST NUR DAS "GERÜST" DER NAVIGATION. DER REST (FONT-SIZE, PL+PR ETC.) IST IM /_css/navi_alle.css ***
 *************************************************************************************************************/

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	img#navi_button,
	nav ul li#sprache_lt_768{
		display: none;
	}
	/*********************************
	 *** SEITEN-NAVI LINKS FLOATEN ***
	 *********************************/
	nav ul#seiten{
		float: left;
	}
	/************************************
	 *** SPRACHEN-NAVI RECHTS FLOATEN ***
	 ************************************/
	nav ul#sprache_gte_768{
		padding-right: 40px;
		float: right;
	}

	nav {
        display: block;
        position: absolute;
        box-sizing: border-box;
        
		top: 204px;
        width: 100%;
		
        text-align: left;
		padding-left: 40px;
        
		background-color: #ffffff;

		z-index: 1;
	}    
    nav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    nav ul li {
        display:inline-block;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
    nav ul li a {
		display: inline-block;
        box-sizing:border-box;

		line-height: 50px;
    }
	nav a.active, nav a:hover{
		color: #fcd615;
		text-decoration: none;
	}
}