    .Wilkommen-Container{
        margin-top: 50px;
        position: relative;
    }
    .Wassertropfen{
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
    .hintergrund-links{
        color: white;
        width: 50%;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 0;
        justify-content: center;
    }
    .hintergrund-rechts{
        color: white;
        width: 40%;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        justify-content: center;
    }
    .Vorstellung-Container{
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .Vorstellung-Text{
        width: 50%;   
    }
    .Text-links{
        text-align: start;
    }
    .Text-mittig{
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .Text-rechts{
        text-align: end;
    }
    .Box-Conatiner{
        margin-top: 50px;
    }
    .Porträt-Container{
        width: 40%;
    }
    .Porträt{
        width: 100%;
        height: 550px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
    .Text-Porträt{
        text-align: center;
    }
    .hr2 {
        border: 0;
        height: 3px;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(38, 101, 143), rgba(0, 0, 0, 0));
        }

@media (max-width: 500px) {
    body{
        padding: 0;
    }
    .navbar-Container{
        height: 50px;
        justify-content: center;
    }
    .headline-navbar{
        margin-right: auto;
    }
    .Wilkommen-Container{
        margin-top: 10px;
    }
    .Wassertropfen{
        height: 200px;
    }
    .headline{
        color: white;
        font-size: 100%;
    }
    .headline-Wilkommen{
        color: white;
        font-size: 125%;
    }
    .hintergrund-links{
        width: 100%;
        display: flex;
        position: absolute;
        top: 0;
        justify-content: center;
    }
    .hintergrund-rechts{
        width: 100%;
        display: flex;
        position: absolute;
        bottom: 0;
        justify-content: center;
    }
    .Vorstellung-Container{
        margin-top: 10px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .Vorstellung-Text{
        width: 100%;   
    }
    .Text-links{
        font-size: 70%;
    }
    .Text-mittig{
        font-size: 70%;;
    }
    .Text-rechts{
        font-size: 70%;
    }
    .Box-Conatiner{
        margin-top: 10px;
    }
    .Porträt-Container{
        width: 100%;
    }
    .Porträt{
        height: 400px;
    }
    .Text-Porträt{
        font-size: 100%;
    }
    .legal-content{
        margin-top: 10px;
        padding: 0px;
    }
    .legal-text{
        margin-left: 0px;
        margin-right: 0px;
        font-size: small;
        }
    }