.slideshow {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slides {
    display: none;
    max-height: 350px;
    border-radius: 32px;
    cursor: pointer;
    transition: opacity 0.3s;
    max-width: calc(100vw - 16px);
}

.slides:hover {
    opacity: 0.8;
}

.slideshow button {
    border-radius: 32px;
    border: none;
    background-color: #e7f0d8;
    color: #255616;
    cursor: pointer;
    margin: 8px;
    width: 30px;
    height: 30px;
}

.slideshow button:hover {
    background-color: #255616;
    color: white;
}

.slBtn {
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.slideshow a[target="_blank"]::after {
    content: none;
}

main h1 {
    color: #000;
    font-family: Lexend;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: calc(100vw - 16px);
}

main p {
    font-family: Lexend;
    font-weight: 400;
    text-align: left;
    font-size: 1rem;
    line-height: 1.625;
    margin-left: 30%;
    margin-right: 30%;
}

main article ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(148, 187, 76, 0.22);
    padding: 16px 0;
    border-radius: 48px;
    list-style-type: none;
    width: 50%;
}

main article ul li a {
    text-decoration: none;
    font-family: Lexend;
    color: #255616;
}

main article ul li a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

main article {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

main aside h4 {
    color: #255616;
    font-family: Lexend;
    text-align: left;
}

main aside ul li a {
    color: #000;
    font-family: Lexend;
}

main aside ul li a:hover {
    text-decoration: none;
}

aside {
    flex-basis: unset;
    width: 40%;
}

@media screen and (max-width: 700px) {
    main article ul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    main article ul li a {
        display: block;
        padding: 16px;
    }

    main article p {
        margin: 8px;
    }
}

h2 {
    color: #000;
    font-family: Lexend;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    max-width: calc(100vw - 16px);
}

h2#ut {
    margin-top: -16px;
    margin-bottom: 32px;
}

.oben_einleitung {
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

main {
    flex-direction: column;
    justify-content: center;
    display: flex;
    align-items: center;
}

.produktliste {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 36px;
    width: 100%;
}

.produktkarte {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% / 3);
    max-width: 350px;
}

.produktkarte .p-img {
    height: 215px;
    width: 100%;
    text-align: center;
}

.produktkarte img {
    height: 100%;
    border-radius: 24px;
}

.produktkarte h3 {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.produktkarte p {
    color: #000;
    font-family: Lexend;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    margin-bottom: 24px;
}

.produktkarte .price {
    color: #000;
    text-align: center;
    font-family: Lexend;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    margin-bottom: 16px;
    margin-bottom: 24px;
}

.add {
    width: 100%;
    background-color: #94BB4C;
    color: white;
    color: #FFF;
    border-radius: 100px;
    border: none;
    text-align: center;
    font-family: Lexend;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px;
}

@media screen and (max-width: 1000px) {
    aside {
        width: 100%;
    }
}