#mobheader {
    display:none;    
}

@media screen and (max-width: 850px) {
    #container {
        height: unset !important;
        padding-bottom: 35px;
        background: #fff2;
    }

    div#main {
        float: none !important;
        position: static !important;
        left: unset !important;
        padding: 10px !important;
        width: initial !important;
        width: calc(100% - 30px) !important;
    }

    #left nav {
        display: none;
    }
    
    #main #textflaeche {
        position: relative !important;
        margin-left: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: initial !important;
        padding-bottom: 0;
        margin-top: 15px;
    }
    
    div#textflaeche > .inside {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 25px;
    }

    #main #bildflaeche {
        position: relative !important;
        margin-top: 0 !important;
        top: 0 !important;
        min-width: unset !important;
        width: unset !important;
    }
    
    
    #gallery {
        min-width: unset;
    }

    ul#gallery_bilder li{
        width: calc(50% - 6px) !important;
    }

    #gallery a.cycle{
        width: unset;
        height: unset;
    }

    #gallery a.cycle img {
        width: 100%;
        height: unset !important;
    }
    
    #outer_frame #right {
        display: block !important;
    }
    
    #top img.vegas-background {
        width: calc(100% - 11px) !important;
        height: auto !important;
        top: 150px !important;
        inset: 150px auto auto 0 !important;
    }
    
    p#gal_forward, p#gal_back {
        bottom: unset;
        top: 230px;
    }
    
    div#gallery_navi {
        bottom: unset;
        top: 395px;
    }
    
    p.closer {
        bottom: unset;
    }
    
    #left nav {
        transition: all 0.8s ease;
        position: fixed;
        left: -101dvw;
        display: block;
        background: white;
        z-index: 9;
        top: 0;
        width: calc(100dvw - 11px);
        height: 100dvh;
    }
    
    #left nav.open {
        left: 0;
    }
    
    #footer {
        height: 30px;
    }
    
    div#bildflaeche nav.mod_changelanguage {
        display: none !important;
    }
    
    aside#left > .inside > a.mlogo {
        display: none;
    }
    
    #mobheader {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        transition: background .2s ease;
        padding-bottom: 10px;
    }
    
    div#mobheader.scrolled {
        background: white;
    }
    
    div#mobheader > .mlogo > img {
        padding-left: 15px;
        padding-top: 15px;
    }
    
    #mobheader nav.mod_changelanguage.block {
        position: relative;
        right: unset;
        top: 20px;
    }
    
    nav.mod_changelanguage.block ul.level_1 li a {
        padding: 7px;
        font-size: 14px;
    }
    
    nav.mod_changelanguage.block ul.level_1 li {
        margin-bottom: 10px;
    }
    
    button#open-menu {
        border: 0;
        background: 0;
        top: 10px;
        font-size: 38px;
        color: #a2968b;
        display: block;
        margin-top: 10px;
    }
    
    #left nav > ul {
        margin-top: 110px;
        height: calc(100dvh - 150px);
        overflow-y: auto;
    }
    
    #left ul.level_2 {
        margin-bottom: 25px;
    }
    
    #infotext-18 {
        word-break: break-all;
    }
}