/* Bildschirmgrösse 850 px */
/* ------------------------ */
@media screen and (max-width:850px){
    .mitte, 
    .links,
    .rechts{width:90%;}

    /* nav{
        width:50%;
    } */

    nav, 
    .navheader,
    .mainmenu{
        font-size: var(--h3size);
    }

    nav ul{
        padding-left: 5px;
    }

    /* .rechts{
        top:10px;
    } */

    .mitte{
        top:150px;
    }

    /* .navrechts{
        display:none;
    } */
}