@media only screen and (max-width: 768px) {
    html {
        height: inherit;
    }
    
    body {
        overflow: auto;
    }
    
    #main {
        padding-top: 25vw;
    }
    
    .logo {
        width: 50vw;
        left: 4vw;
    }
    
    .wrapper {
        width: 95%;
        min-height: 95vw;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    
    .inhalt {
        width: 80%;
    }
    .iframe-wrapper {
        width: 100%;
    }
    .iframe-sizer {
        width: 80%;
    }
    
    .wrapper-about .inhalt {
    height: 30vh;
    }
    .wrapper-program .inhalt {
        height: 70vw;
    }
    .wrapper-awareness .inhalt {
        height: 60vw;
    }
    .wrapper-program-radio .inhalt {
        height: 60vw;
    }
    .wrapper-chat .inhalt {
        height: 70vw;
        min-height: 450px;
    }
    
    .about, .program {
        overflow: scroll;
    }
    
    #draw-container {
        width: 100%;
    }
    
    .ruebli-titel {
        font-size: 2.0vw;
    }
    
    .footer {
        position: static;
        font-size: 2.25vw;
        line-height: 1.4;
        margin-top: 4rem;
    }
}