body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(203, 158, 23);
}

header {
    margin-top: 24px;
    margin-bottom: 24px;
    color: rgb(38, 177, 195);
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#teaser {
    width: 100%;
    height: 600px;
}

#teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 800px) {
    #teaser{
        height: 600px;
    }
}

nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(8px);
}


footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

footer ul li a, nav ul li a {
    font-weight: thin;
    text-decoration: none;
    color: rgb(38, 177, 195);
    padding: 16px;
}

section {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    padding-left: 16px;
    padding-right: 16px;
}

