body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #965329;
}

header{
    margin-top: 24px;
    margin-bottom: 24px;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#startseite{
    font-weight: 200;
    text-decoration: none;
}

#teaser{
    width: 100%;
    height: 300px;
}

#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(10px);
}

a:link, a:visited {
    text-decoration: none;
    color: #965329;
}
   
footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24px;
    padding-bottom: 24px;
}

section {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

section ul li {
    padding-top: 16px;
}

summary {
    font-weight: 600;

}
footer ul li a, nav ul li a {
    font-weight: 600;
    padding: 16px;
}

