@media screen and (max-width:767px) {
    #wrapper {
        width: auto;
        align-content: start;
    }

    .mydummy {
        width: 40px;
    }

    /*dummy schliessen */
    *[class*="grid"] {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.5rem;
        height: auto;    
    }

    .offset1 {
        margin-left: 10px;
    }

    .offset80 {
        margin-left: 10px !important;
    }
    
    /* #right {
        width: 0;
    } */

    header {
        height: 100px;
    }
    #main {
        margin-right: 0;
    }

    #left {
        width: 0;
        height: 0 !important;
        left: -1000px;
        top: -1000px;
        position: absolute;
        overflow: hidden;
        display: inline;
    }

    #main {
        margin-left: 0;
    }

    /* unsichtbar machen */
    #footer .fanpagelogo {
        width: 0;
        height: 0;
        left: -1000px;
        top: -1000px;
        position: absolute;
        overflow: hidden;
        display: inline;
    }

    #footer .inside .copyright h2 {
        padding: 0 !important;
        margin: 0 !important;
    }

    #footer .inside .resourcen h2 {
        padding: 0 !important;
        margin: 0 !important;

    }

    #footer .inside .resourcen {
        display: none;
        width: 0;
        height: 0;
        left: -1000px;
        top: -1000px;
        position: absolute;
        overflow: hidden;
        display: inline;
    }

    .santa {
        display: none;
        width: 0;
        height: 0;
        left: -1000px;
        top: -1000px;
        position: absolute;
        overflow: hidden;
        display: inline;
    }

    /* Navi verkleinern, damit die hinpasst, später vielleicht noch in ein Dropdown umwandeln */
    #mnav {
        font-size: 14px;
    }
}