main h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: 'Rock Salt';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%;
}

main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

main p {
    font-family: Lexend;
    font-weight: 200;
    text-align: justify;
}

main article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
}

h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-shrink: 0;
    color: #000;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
    /* margin: 19px; */
}

.snb {
    border-radius: 43px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/umwelt/files/img/earth.jpg), lightgray 50% / cover no-repeat;
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-family: Rock Salt;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    text-shadow: 0px 4px 4px #000;
    transition: all 0.3s;
}

.obst-gemuese {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%), url(/umwelt/files/img/ougdm/spinat_birne.jpeg), lightgray 50% / cover no-repeat;
    background-position: center;
    background-size: cover;
}

.snb div {
    border-radius: 43px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    justify-content: space-around;
    flex-shrink: 0;
    color: #FFF;
    font-family: Rock Salt;
    transition: all 0.3s;
    text-shadow: 0px 4px 4px #000;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    width: 100%;
}

.bild-a {
    text-decoration: none;

}

.snb div span {
    color: #FFF;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

p {
    margin-top: 0;
}

@media screen and (max-width: 700px) {
    .snb div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-size: 24px;
    }
}

h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    color: #255616;
    font-family: Lexend;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
    cursor: pointer;
    margin-top: 32px;
}

main ul {
    margin-top: -8px;
}

main ul li {
    color: #000;
    font-family: Lexend;
    line-height: 20px;
}