@media only screen and (max-width: 767px) {


    .images {
        column-count: 1;
    }

    .description {
        width: 100%;
    }

    .info-container {
        grid-template-columns: 1fr;
    }

    .info-cr {
        display: none;
    }

    .sub-page {
        padding-right: 40px;
    }

    nav {
       max-width: 90vw;
       flex-wrap: wrap;
       gap: 6px;
    }

    .header-first-row {
        max-width: 80vw;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        line-height: .9;
        font-size: .7em;
    }

    .essay {
        width: auto;
        max-width: 100vw;
        grid-template-columns: 1fr;
        padding-right: 40px;
    }

    .essay-button {
        position: fixed;
        bottom: 40px;
        left: 17px;
    }

    .essay-text {
        margin-left: 0;
    }

    .disclaimer {
        width: 90vw;
        left: 3%;
        height: 80vh;
        z-index: 99999999;
    }

    .disclaimer.show .rotated-text {
        opacity: 1;
        top: 55%;
        width: 500px;
        }
    /* Your mobile-specific CSS rules go here */

    /* startseite */
    h1, .test{
        text-align: left;
        font-size: 1.7em;
        margin-left: 0 !important;
        margin: 0;
    }

    .navigation {
        /* width: 95vw; */
        line-height: 60px;
    }

    .navigation a {
        padding: 0;
        text-align: center !important;
    }

    .zuhoeren {
        padding-bottom: 200px;
    }

    .description {
        /* width: 33vw; */
        display: none;
    }

    .versammeln {
        padding-bottom: 50px;
    }

    .initiative h3 {
        font-size: 1.7em;
    }

    .initiative {
        grid-template-columns: 1fr;
        max-height: 20px;
    }

    .initiative:hover  {
        color: important;
        max-height: 500px;
        padding-bottom: 33px;
    
    }

    body > content {
        width: auto;
    }

    
h3 {
    font-size: 1.5em !important;
    hyphens: auto;
    padding-top: 10vh !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0px;
    /* opacity: 0; */
}

footer {
    display: none;
}

.circles {
    bottom: 20px !important;
    left: 35vw !important;
}



}