body {
    background-color:rgb(255, 255, 255);
    padding: 0;
    margin: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.mitte {
    display:flex;
    justify-content: center;
    align-items: center;
}
header {
    padding-top: 20px;
}
#teaser {
    width: 100%;
    height: 300px;
    padding-top: 16px;
}
#teaser img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
@media screen and (min-width: 800px) {
    #teaser {
        height: 500px;
        padding-top: 16px;
    }
    #teaser img {
        height: 500px;
    }
}
nav {
    padding-top: 16px;
    padding-bottom: 16px;
    position: sticky;
    top: 0;
    backdrop-filter: blur(8px);

}
nav ul, ul, footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li a, footer ul li  a {
    color: black;
    text-decoration: none;
    padding: 16px;
}
nav ul li  a:hover, footer ul li  a:hover {
    text-decoration: underline;
}
.ul li {
    padding-left: 80px;
    padding-right: 80px;
}
#unserprodukt {
    padding-top: 30px;
}
section {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media screen and (min-width: 716px) {
    .section {
        max-width: 1000px;
        padding-top: 100px;
        display: flex;
        justify-content: space-between;
    }
    #holzland {
        display: flex;
        justify-content: space-between;
    }
}
.section p {
    width: 320px;
}
.section img {
    padding-right: 0px;
    width: 650px;
}
@media screen and (max-width: 870px) {
    .section img {
        padding-right: 0px;
        width: 400px;
    }
}
@media screen and (max-width: 416px) {
    .section img {
        padding-right: 0px;
        width: 300px;
    }
    #holzland a {
        display: flex;
        justify-content: center;
    }
}
img {
    width: 100%;
    height: 100%;
}
.bold {
    font-weight: bold;
}
#holzland img {
    width: 200px;
}
@media screen and (min-width: 646px) {
    #holzland {
        display: flex;
        justify-content: space-between;
    }
}