.button1 {
    background-color: black;
    font-size: 25px;
    height: 55px;
    width: 210px;
    border-radius: 5px;
    margin-left: 2%;
    color: white;

}

.button2 {
    background-color: white;
    font-size: 25px;
    height: 55px;
    width: 210px;
    border-radius: 5px;
    margin-left: 2%;
    color: black;
}

.CookieÜberschrift {
    font-size: 40px;
}

.CookieText {
    font-size: 20px;
} 

body {
        background-image: linear-gradient(to bottom, #78B2C4, white);
        height: auto;
        margin: 0;
    }

.nav {
    padding: 1%;
    font-size: 20px;
    width: 100%;
    height: auto;
    top: 0;
    background: #90BAC7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
}

    li {
        list-style: none;
    }

    .nav .link {
        color: black;
    }

        .nav .link:visited {
            color: black;
        }

    .div1 {
        text-align: center;
    }

        .div1 .Überschrift {
            word-wrap: break-word;
            font-size: 45px;
            margin-left: 1%;
            margin-right: 1%;
            max-width: 100%;

        }

        .div1 .text {
            word-wrap: break-word;
            font-size: 40px;
            margin-left: 5%;
            margin-right: 5%;
            max-width: 100%;
        }

    .div2 {
        display: flex;
        flex-direction: column;
        padding: 3%;
        font-size: 30px;
        color: rgb(53, 53, 53);
        background: #90BAC7;
        height: auto;
        border-radius: 15px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 4%;
        justify-content: center;
        align-items: center;
        word-wrap: break-word;
        max-width: 100%;
    }

    .H {
        font-size: 30px;
        text-decoration: underline;
    }

    .link {
        color: rgb(54, 50, 139);
    }

        .link:visited {
            color: rgb(54, 50, 139);
        }

    .div3 {
        display: flex;
        flex-direction: column;
        padding: 3%;
        font-size: 30px;
        color: rgb(53, 53, 53);
        background: #90BAC7;
        height: auto;
        border-radius: 15px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 4%;
        justify-content: center;
        align-items: center;
        word-wrap: break-word;
        max-width: 100%;
    }

    .div4 {
        display: flex;
        font-size: 30px;
        word-wrap: break-word;
        max-width: 100%;
        justify-content: center;
        align-items: center;
    }

        .div4 p {
            word-wrap: break-word;
            text-align: center;
            padding: 3%;
            color: rgb(53, 53, 53);
            background: #90BAC7;
            height: auto;
            border-radius: 15px;
            margin-left: 1%;
            margin-right: 1%;
            margin-top: 4%;
            max-width: 100%;
        }

        .div4 .Kasten .a2 {
            font-weight: bold;
        }

    .text1 {
        word-wrap: break-word;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 4%;
        text-decoration: underline;
        font-size: 45px;
        text-align: center;
        max-width: 100%;
    }

    .link1 {
        color: rgb(54, 50, 139);
        padding-right:2%;
    }

        .link1:visited {
            color: rgb(54, 50, 139);
        }

    .link2 {
        color: rgb(54, 50, 139);
        padding-left: 2%;
    }

        .link2:visited {
            color: rgb(54, 50, 139);
        }

    footer {
        padding-top: 1%;
        padding-bottom: 1%;
        font-size:25px;
        text-align: center;
        background-color: grey;
        position: absolute;
        width: 100%;
        height: auto;
    }
