h1{
    color: #004708;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #004708;
}


header {
 margin: 24px ;
}
.mitte {
display: flex;
justify-content: center;
align-items: center;
}
#teaser {
    width: 100%;
    height: 300px;
}

#buch-kaffee2 {
    width: 100%;
    height: 300px;
}
#ny {
    width: 100%;
    height: 300px;
}

#lambo {
    width: 100%;
    height: 300px;
}
#sea {
    width: 100%;
    height: 300px;
}
#teaser img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#buch-kaffee2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#ny img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#lambo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#sea img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
@media screen and (min-width:800px) {
    #teaser {
        height: 600px;
    }
}
@media screen and (min-width:800px) {
    #buch-kaffee2,#lambo, #ny, #sea {
        height: 300px;
    }
}
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: 600;
    padding: 16px;
    color: #004708;
}
section {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}