.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;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.nav {
    text-align: center;
    background: #90BAC7;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    word-wrap: break-word;
    max-width: 100%;
}

.navigationtext {
    padding: 2%;
    font-size: 40px;
    text-decoration: underline;
    word-wrap: break-word;
    max-width: 100%;
}

li {
    list-style: none;
}

.div1 {
    text-align: center;
}

    .div1 .Tag {
        margin-top: 2%;
        font-size: 32px;
        padding-left: 3%;
        padding-right: 3%;
        word-wrap: break-word;
        max-width: 100%;
    }

.div2 {
    text-align: center;
    font-size: 35px;
    word-wrap: break-word;
    max-width: 100%;
}

    .div2 p {
        padding: 20px;
        color: rgb(53, 53, 53);
        background: #90BAC7;
        height: 13%;
        border-radius: 15px;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 2%;
        word-wrap: break-word;
        max-width: 100%;
    }

        .div2 .Kasten .text {
            padding-top: 30px;
        }

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

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

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

footer {
    margin-top: 30px;
}

.footer-content {
    background-color: gray;
    padding: 20px;
    color: white;
    padding-left: 40px;
    text-align: center;
}

.footer-content {
    color: rgb(54, 50, 139);
}

    .footer-content:visited {
        color: rgb(54, 50, 139);
    }

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

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