body {
    margin: 0;
    padding: 0;
    font-family: Poppins;
}

header {
    background-image: url("/assets/img/header.webp");
    background-position: center;
    background-size: cover;
    color: #fff;
    font-family: Play;
}

header h1 {
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
}

header {
    padding: 2.9375em;
}

header .content {
    max-width: 84rem;
    margin: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;

}


header .content img {
    width: 3.75em;
}

h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 2.5rem;
    text-align: center;
}

section {
    max-width: 71.25rem;
    margin: 0 auto;
    padding: 0 3em;
    padding-bottom: 3em;
}

.date {
    font-size: 0.938rem;
    color: #424242;
    font-weight: 400;
    display: flex;
    justify-content: end;
    font-style: italic;
}

label {
    cursor: pointer;
}

h2 {
    color: #F28123;
    font-size: 2.625em;
    text-align: center;
}

h3 {
    color: #424242;
    font-weight: 500;
    font-size: 2rem;
}

h4 {
    font-size: 0.938rem;
    font-weight: 700;
    color: #424242;
}

.contentImg {
    border: solid 2px #051922;
}

.gap1 {
    margin-top: 3.5rem;
}

.gap2 {
    margin-top: 6.125rem;
}

p {
    color: #424242;
}

p.centered {
    text-align: center;
}


.zweispaltig {
    display: flex;
    align-items: center;
    gap: 2em
}

.zweispaltig p {
    margin-top: 0;
}

p+p {
    margin-top: 1em;
}

.zweispaltig img {
    height: 21.625em;
    object-fit: cover;
}

.zweispaltig>* {
    width: calc(50% - 1em);
    box-sizing: border-box;
}

.banner {
    aspect-ratio: 1140/346;
    object-fit: cover;
    width: 100%;
}

.primaryButton {
    display: flex;
    width: fit-content;
    align-items: center;
    text-decoration: none;
    gap: 1.625em;
    border: solid 1px #000;
    padding: 0.625em 2.188em;
    transition-duration: 200ms;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    justify-content: center;
}

.primaryButton:hover {
    border-color: #F28123;

}

.secondaryButton {
    display: flex;
    width: fit-content;
    align-items: center;
    text-decoration: underline;
    gap: 1.625em;
    border: none;
    padding: 0.625em 2.188em;
    transition-duration: 200ms;
    cursor: pointer;
    background-color: #fff;
    justify-content: center;
}

.writeCommentBox {
    overflow: hidden;
}

.smoothOpener {
    display: grid;
    transition-duration: 200ms;
}

.profilePic {
    aspect-ratio: 1;
    border-radius: 50%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
}

.commentBox .comment,
.writeCommentBox .comment {
    border: solid 1px #000;
    padding: 1.25em;
}

.commentBox .commentBoxContent,
.commentBox {
    display: flex;
    flex-direction: column;
    gap: 1.25em;
}

.commentBox .commentBoxContent>* {
    margin-left: 5em;
}

.commentBox .commentBoxContent>*:first-child {
    margin-left: 0;
}

.comment .nameContainer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.625em;
}

.writeCommentBox .comment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25em;
    padding: 0.625em;
}

.writeCommentBox .comment input,
.writeCommentBox .comment textarea {
    border: solid 1px #000;
    padding: 1em;
}

.writeCommentBox .comment textarea {
    height: 8.625em;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.writeCommentBox .comment textarea[name="comment"] {
    grid-column: 1 / 3;
}

.writeCommentBox .comment .footer {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 1em;
}

.comment .commentIcon {
    cursor: pointer;
}

.bewertung,
.meinung_stars {
    display: flex;
    gap: 0.938em;
    align-items: center;
}

.meinung_stars input {
    display: none;
}

a {
    color: #F28123;
    text-decoration: none;
}

.meinung_stars input[name="stars"][value="1"]:checked~label.label_stars_1 svg {
    --svgColor: #FACF00;
}

.meinung_stars input[name="stars"][value="2"]:checked~label.label_stars_1 svg,
.meinung_stars input[name="stars"][value="2"]:checked~label.label_stars_2 svg {
    --svgColor: #FACF00;
}

.meinung_stars input[name="stars"][value="3"]:checked~label.label_stars_1 svg,
.meinung_stars input[name="stars"][value="3"]:checked~label.label_stars_2 svg,
.meinung_stars input[name="stars"][value="3"]:checked~label.label_stars_3 svg {
    --svgColor: #FACF00;
}

.meinung_stars input[name="stars"][value="4"]:checked~label.label_stars_1 svg,
.meinung_stars input[name="stars"][value="4"]:checked~label.label_stars_2 svg,
.meinung_stars input[name="stars"][value="4"]:checked~label.label_stars_3 svg,
.meinung_stars input[name="stars"][value="4"]:checked~label.label_stars_4 svg {
    --svgColor: #FACF00;
}

.meinung_stars input[name="stars"][value="5"]:checked~label.label_stars_1 svg,
.meinung_stars input[name="stars"][value="5"]:checked~label.label_stars_2 svg,
.meinung_stars input[name="stars"][value="5"]:checked~label.label_stars_3 svg,
.meinung_stars input[name="stars"][value="5"]:checked~label.label_stars_4 svg,
.meinung_stars input[name="stars"][value="5"]:checked~label.label_stars_5 svg {
    --svgColor: #FACF00;
}


.table {
    border: solid 1px #000;
    overflow: auto;
    scrollbar-color: red orange;
    scrollbar-width: thin;
}

/* Webkit-Scrollbar-Styling */
.table::-webkit-scrollbar {
    width: 12px;
    /* Breite der vertikalen Scrollbar */
    height: 12px;
    /* Höhe der horizontalen Scrollbar */
}

.table .row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    min-width: 100%;
    width: fit-content;
}

.table .row div {
    text-align: center;
    border-left: solid 1px #000;
    padding: 0.8125em 0.625em;
    box-sizing: border-box;
    max-width: 100%;
    min-height: 3.125em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 8.5em;
}

.table .row:nth-child(odd) {
    background-color: #0519221C;
}

.table .row div:nth-child(3) {
    background-color: #F2812330;
}

.table .row div:nth-child(4) {
    background-color: #F2812330;
}

.table .row div:first-child {
    font-weight: bolder;
    border-left: none;
}

.table .row.header>div {
    display: inline-flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    gap: 0.8125em;
    font-weight: 700;
}


footer {
    background: #051922;

}

footer .content {
    display: grid;
    grid-template-columns: 12.5em 1fr 12.5em;
    max-width: 71.25rem;
    margin: 0 auto;
    color: #fff;
    padding: 0 2em;
}

footer .content .links {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    padding: 2.5em;
}

footer .content .links a {
    font-weight: 700;
}

footer .content .quality {
    display: flex;
    grid-column: 3;
    align-items: center;
    padding: 1.25em 0;
    width: 100%;
    gap: 1.25em;
    box-sizing: border-box;
}

.clickImage {
    display: inline-block;
    width: 7em;
    height: 7em;
    object-fit: cover;
    margin-right: 1em;
    cursor: pointer;
    border: solid 2px #000;
    border-radius: 10px;
}

@media (max-width: 820px) {


    footer .content {
        grid-template-columns: 1fr;
    }

    footer .content .links {
        grid-column: 1;
    }

    footer .content .quality {
        grid-column: 1;
        justify-content: center;
    }
}

@media (max-width: 950px) {
    .zweispaltig {
        flex-direction: column;
    }

    .zweispaltig>* {
        width: 100%;
    }
}

@media (max-width: 800px) {
    header h1 {
        font-size: 1.7rem;
    }

    header img {
        width: 1.875em;
    }

    h1 {
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.25em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 0.938em;
    }

    p {
        font-size: 0.938em;
    }

    .commentBox .commentBoxContent>* {
        margin-left: 3em;
    }
}

@media (max-width: 700px) {

    .writeCommentBox .comment {
        grid-template-columns: 1fr;
    }

    .writeCommentBox .comment textarea[name="comment"] {
        grid-column: 1;
    }

    .writeCommentBox .comment .footer {
        grid-column: 1;
    }
}

@media (max-width: 600px) {
    header h1 {
        font-size: 1rem;
        color: #fff;
    }

    section {
        padding: 1em;
    }

    .primaryButton {
        padding: 0.5em 1.5em;
        gap: 0.5em;
    }

    .commentBox .commentBoxContent>* {
        margin-left: 1.5em;
    }

    .cookieMoreOptions {
        width: 89%;
    }
}

@media (max-width: 500px) {


    .writeCommentBox .comment .footer {
        grid-template-columns: 1fr;
    }

    .datenschutz {
        font-size: 0.7em;
    }

    .bewertung {
        flex-direction: column;
    }
}






/*
#######################################################
#													  #
#					cookiebanner    				  #
#													  #
#######################################################
*/

#cookieBanner {
    max-width: 81.5em;
    width: 90%;
    box-sizing: border-box;
    min-height: 6.375em;
    background-color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px -6px 40px #0000008A;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    padding: 1em;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: .5em;
    z-index: 12;
    justify-content: space-around;
}

#cookieBanner.hide {
    display: none;
}

#cookieBanner .cookieBannerContentWrapper {
    flex-grow: 1;
}

#cookieBanner .primaryButton {
    white-space: nowrap;
    font-size: 1em;
}

#cookieBanner .bannerButtonWrapper {
    display: flex;
    gap: 2em;
    font-size: 1em;
}

#cookieBanner .bannerButtonWrapper .linkButton {
    font-size: 1em;
}

#cookieBanner .headLineBanner {
    font-size: 1.125em;
    display: block;
    font-weight: 600;
}

#cookieBanner .contentBanner {
    max-width: 45.125em;
    display: block;
}


#cookieSettings {
    max-width: 52.5em;
    width: 70%;
    height: 85vh;
    background-color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px -6px 40px -6px #0000008A;
    position: fixed;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    padding: 1em;
    padding-bottom: 4em;
    top: 50%;
    left: 50%;
    z-index: 11000;
}

#cookieSettings.hide {
    display: none;
}

#cookieSettings .headLineCookieSettings {
    font-size: 1.75em;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 800;
    margin-top: 0.5em;
}

#cookieSettings .headLineSettings {
    font-size: 1.222em;
    display: block;
    font-weight: 600;
    margin-bottom: 0.625em;
    margin-top: 1em;
    display: flex;
    justify-content: space-between;
    user-select: none;
}

#cookieSettings .contentBannerSettings {
    max-width: 45.125em;
    display: block;
    font-weight: lighter;
    margin-top: 1em;
    margin-bottom: 1.75em;
}

#cookieSettings .contentLine {
    width: 100%;
    border-color: transparent;
    background: #E8EBED;
}

#cookieSettings .contentBannerChoices {
    max-width: 43em;
    display: block;
    font-weight: lighter;
    margin-bottom: 1.25em;
}

#cookieSettings .contentChoices .ghostButton {
    float: right;
    margin-top: 2em;
    font-size: 1em;
}

#cookieSettings .settingsButton {
    display: flex;
    justify-content: flex-end;
    gap: 2em;

}

#cookieSettings .scrollContent {
    height: 100%;
    overflow: auto;
    padding: 0 4em;
}

#cookieSettings .scrollContent img {
    width: 3.438em;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#cookieSettings .footerContent {
    width: 100%;
    height: 3em;
    background-color: #E8EBED;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4.563em;
    position: fixed;
    bottom: 0;

}

#cookieSettings .footerContent a {
    color: var(--black);
}

.cookieBannerContentWrapperLeft {
    display: flex;
    gap: 1em;
}

@media (max-width: 850px) {
    #cookieBanner {
        width: 95%;
        bottom: 2em;
        border-radius: 8px;
        flex-direction: column;
        max-width: 90vw;
        padding: 1em 1em .5em 1em;
    }

    #cookieBanner .headLineBanner {
        margin-bottom: 0.667em;
        font-size: 1.2em;
    }

    #cookieBanner .contentBanner {
        font-size: 1em;
    }

    #cookieBanner .bannerButtonWrapper {
        width: 100%;
    }

    #cookieBanner .bannerButtonWrapper>* {
        width: 50%;
    }

    .cookieBannerContentWrapperLeft img {
        order: 2;
    }
}


@media (max-width: 700px) {
    #cookieSettings .scrollContent {
        padding: 0 1.5em;
    }
}

@media (max-width: 450px) {
    #cookieSettings .scrollContent {
        padding: 0 0.5em;
    }

    #cookieSettings .headLineCookieSettings {
        font-size: 1.125em;
    }

    #cookieSettings .headLineSettings {
        font-size: 1em;
    }

    #cookieSettings .contentChoices .ghostButton {
        width: 100%;
    }

    #cookieSettings .footerContent {
        gap: 2em;
    }
}