body {
    padding: 80px;
    margin: 10px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #032443;
}

header {
    margin-top: 24px;
    margin-bottom: 24px;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Bild {
    width: 100%;
    height: 550px;
}

#Bild img {
    width: 100%;
    height: 100%;
    object-fit:cover;
}

#Bild4 {
    width: 100%;
    height: 200px;
    object-fit: cover;
}



#Bild 2 {
    width: 100%;
    height: 10 px;
    float: right;
}

#Bild 2 img {
    width: 100%;
    height: 100%;
    float: right;
    object-fit:cover;
    margin-bottom: 80px;
}

#Bild 3 img {
    width: 50%;
    float: left;
}

#MeineBücher {
    color: #032443;
}

.container {display: flex;}


@media screen and (min-width: 800px) {
    #teaser {
        height: 600px;
    }
}

nav {
    position: sticky;
    top: 0px;
    backdrop-filter: blur(200px);
    color: #032443;
    padding: 22px;
}

footer ul, nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 24 px;
    padding-bottom: 24 px;
    margin-top: 30px;
}

footer ul li a, nav ul li a {
    font-weight: 600;
    padding: 24px; 
    color:#032443
}

section {
    max-width: 1400 px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16 px;
    padding-right: 16 px;
}
