.startseite-subpages{
    height: 80vh;
    background-color: #F5BD00;
    margin-top: 20vh;
    box-shadow: 0px 5px 8px #888888;

}
    .startseite-subpages-flex-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        gap: 1vh;
    }
    .bild-und-daten-startseite-subpage{
        background-image: url(Images/Bilder-Startseite-Subpages/Gruppe\ maskieren\ 7.webp);
        background-repeat: no-repeat;
        background-size: contain;
       
        height: 80%;
        width: 80%;
       
        background-position: center;
        overflow: visible;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
        .logo-startseite-subpages{
            height: 8vh;
            width: auto;
            margin-bottom: 1vh;
        }
    
        .heading-sub-page{
            margin-top: clamp(-5vw, -2vw, 0);
        }
        @media(max-width:630px){
            .startseite-subpages{
                margin-top: 15vh;
            }
        }