

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


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


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

    .ueberschrift__name {
        margin: 0;
        width: 35%;
        text-align: center;
        text-decoration: none;
        font-size: 2.25vw;
        color: white;
        
    }

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

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

    

    .layer {
        position: absolute;
        height: 8px;
        width: 100%;
        color: white;
    }



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

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

    
    header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    
    
    .alles {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0.5vw;
        color: #0000FF;
        margin-top: 150px;
        font-family: "acumin-variable", sans-serif;
        font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
    }
    
    .kategorie {
        margin-bottom: 2vw;
        color: #0000FF;
    }
    
    

    .weiteres {
        font-family: "garamond-premier-pro", serif;
        font-weight: 100;
        font-style: italic;
        font-size: 32px;
        padding-left: 2.5vw;
        padding-bottom: 2.5vw;
    }
    
    

    .jahr span {
        display: block;
        margin-bottom: 10px;
        margin-left: -100px;
        font-size: 1.45vw; 
    }
    
    .projekt span {
        display: block;
        margin-bottom: 0.5vw;
        padding-right: 10px;
        font-size: 1.45vw; 
    }

    .projekt-link {
        text-decoration: none;
        color: blue;
        
    }

    .text_mobile {
        display: none;
    } 
    
    }
    
    
    
    
    @media screen and (max-width: 599px) {
        .body {
            margin: 0;
        }
    
        .ueberschrift {
            display: none;
        }
    
        .ueberschrift__name {
            display: none;
        }
    
        .ueberschrift_index {
            display: none;
        }
    
        .uebersichtsseite__bilder {
            display: none;
        }
    
        .alles {
            display: none;
        }
    
    
        .detailseite__bilder {
            display: none;
    
        }

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

    



