@media screen and (min-width: 600px) {
    

    .body {
        margin: 0;
    }

    .detailseite__bilder {
        display: flex;
        flex-wrap: wrap;
        flex: 0;
        margin: -0 -0.5vw 0 -0.5vw;
        width: 100%;
    }

    .detailseite__bild__1 {
        display: block;
        padding: 0 0.5vw 1vw 0.5vw;
    }

    .detailseite__bild__2 {
        display: block;
        padding: 0 0.5vw 1vw 0.5vw;
    }

    .detailseite__letztesbild {
        display: block;
        
    }

    .detailseite__bild--100 {
        width: 100%;
    }

    .uebersichtsseite__bild {
        width: 100%;
        display: block;
        padding: 0 0 1vw 0;
    }


    .alles {
        display: flex;
        padding: 45px 150px 45px 45px;
        font-family: "acumin-variable", sans-serif;
        font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;      
        font-size: 1.2vw;
        line-height: 1.25;
    }


    .rechts {
        flex: 1;
        margin-left: 34vw;
    }

    .jahr {
        color: blue;
    }

    .lehrer-name {
        margin: 0;
        color: blue;
    }

    .beschreib {
        margin-bottom: 20px;
        color: blue;
    }

    .text {
        color: blue;
    } 


    .marginalie-smartphone {
        display: none;
    }

    .detailseite__projekttext {
        padding-left: 20px;
        padding-right: 10vw;
        top: 100px;
    }

    .nebeneinander {
        font-family: "garamond-premier-pro", serif;
        font-weight: 100;
        font-style: italic;
        width: 100%;
        display: flex;
        position: fixed;
        top: 0;
        z-index: 100;
        justify-content: space-between;
        padding-top: 14px;
        padding-bottom: 14px;
        font-size: 2.25vw;
        text-decoration: none;
        
    }

    .ueberschrift {
        margin: 0;
        width: 40%;
        padding-left: 2.5vw;
        color: blue;
        cursor: pointer;
    }

    .ueberschrift__name {
        margin: 0;
        width: 35%;
        text-align: center;
        color: blue;
        
     }

    .ueberschrift_index {
        margin: 0;
        padding-right: 2.5vw;
        width: 40%;
        color: blue;
        text-align: right;
    }

    .ueberschrift-info-link {
        color: #0000FF;
        text-decoration: none;
        
    }
    

    .ueberschrift-link {
        color: #0000FF;
        text-decoration: none;
    }

    .ueberschrift__info {
        display: none;
    }


    .projektuebersicht-link {
        color: #0000FF;
        text-decoration: none;
    }

    .projektuebersicht-link-home {
        color: #0000FF;
        text-decoration: none;   
    }

    video {
        display: block;
        margin: 20px auto;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        width: 85%;
    }

  

    .text_mobile {
    display: none;
    }

}

@media screen and (max-width: 599px) {
    .body {
        margin: 0;
    }

    .nebeneinander {
        display: none;
    }

    

    .uebersichtsseite__bilder {
        display: none;
    }


    .alles{
        display: none;
    }

    .detailseite__bilder {
        display: none;

    }

    

    .text_mobile {
        position: absolute;
        margin: 0;
        font-family: "acumin-variable", sans-serif;
        font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
        color: blue;
        z-index: 99;
        font-size: 3.5vw;
        padding-top: 15vw;
        line-height: 4.5vw;
        margin-left: 5vw;
        margin-right: 5vw;

    }

}

    
