    .Allgemein-Container{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Allgemein-Text{
        padding: 25px;
        text-align: center;        
    }
    .Angebot-Container{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .Angebot-Text{
        width: 40%;
        text-align: center;
    }
    .Kontakt-Container{
        margin-top: 50px;
        text-align: center;
    }
    .a-Kontakt{
        color: #26658f;
        text-decoration: none;
    }
    .a-legal-text{
        color: #26658f;
        text-decoration: none;
        margin-left: 16px;
        font-weight: 800;
        font-size: large;
    }
    .Mitte{
        margin-top: 25px;
        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));
        }
    li {
        list-style-type:none;
    }
    li:before {
        content: "\25BA" " ";
    }
    .Bild-Container{
        position: relative;
    }
    .Wassertropfen{
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }
    .hintergrund-oben{
        width: 100%;
        display: flex;
        position: absolute;
        top: 5%;
        justify-content: center;
        text-align: center;
    }
    .hintergrund-unten{
        width: 100%;
        display: flex;
        position: absolute;
        bottom: 0;
        justify-content: center;
    }

    @media (max-width: 500px) {
        body{
            padding: 0;
        }
        .navbar-Container{
            height: 50px;
            justify-content: center;
        }
        .headline-navbar{
            margin-right: auto;
        }
        .headline{
            font-size: 100%;
        }
        .Allgemein-Container{
            display: block;
        }
        .Allgemein-Text{
            padding: 0;
            font-size: 70%;
        }
        .Angebot-Text{
            width: 100%;
            font-size: 70%;
        }
        .Kontakt-Container{
            margin-top: 10px;
            font-size: 70%;
        }
        .Mitte{
            margin-top: 10px;
            font-size: 70%;
        }
        .Wassertropfen{
            height: 300px;
        }
        .hintergrund-oben{
            width: 90%;
            left: 4%;
        }
        .legal-content{
            margin-top: 10px;
            padding: 0px;
        }
        .legal-text{
            margin-left: 0px;
            margin-right: 0px;
            font-size: small;
            }
    }