    .Kontakt-Container{
        display: flex;
        justify-content: space-between;
    }
    .Info-Box{
        width: 50%;
        font-weight: 800;
        font-size: large;
        color: #26658f;
    }
    .Kontaktformular-Conatiner{
        width: 40%;
    }
    .input{
        color: #26658f;
        border: 1px;
        border-style: solid;
        border-radius: 5px;
        padding: 5px;
        font-family: 'Nunito', sans-serif;
        font-size: medium;
        font-style: normal;
        font-weight: 600;
        font-display: swap;
    }
    .Breite{
        width: 275px;
    }
    input:hover{
        background-color: #acdeff;
    }
    select:hover{
        background-color: #acdeff;
    }
    textarea:hover{
        background-color: #acdeff;;
    }
    button:hover{
        background-color: #acdeff;
    }
    @media (max-width: 500px) {
        body{
            padding: 0;
        }
        .navbar-Container{
            height: 50px;
            justify-content: center;
        }
        .headline-navbar{
            margin-right: auto;
        }
        .headline{
            color: white;
            font-size: 100%;
        }
        .Kontakt-Überschrift{
            font-size: 125%
        }
        .Kontakt-Container{
            margin-top: 10px;
            display: block;
        }
        .Info-Box{
            width: 100%;
        }
        .Text{
            font-size: 70%;
        }
        .Kontaktformular-Conatiner{
            width: 100%;
        }
        .legal-content{
            margin-top: 10px;
            padding: 0px;
        }
        .legal-text{
            margin-left: 0px;
            margin-right: 0px;
            font-size: small;
        }
        button{
            appearance: none;
            cursor: none;
        }
    }