.p2s1{
    height: 80vh;
    padding-bottom: 10vh;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.p2s1c1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 12em;
    margin-top: 10vh;

}
.p2s1c1Bewertung{
    margin-top: 0.2em;
    text-align: center;
}

.p2s1c1Sterne{
    display: flex;
    flex-direction: row;
}
.p2s1c1Stern{
    height: 1em;
}
.p2s1c3{
    font-size: 2rem;
    width:clamp(80%, 95vw, 30em);;
    text-align: center;
}
.p2s2{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-White);
    color: var(--Color-Black);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.p2s2Inner{
    width: var(--Width-Section);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 10em;
    position: relative;
    z-index: 10;
}
.p2s2Rechts{
    height: 40em;
}
.p2s2Links{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.p2s2LinksHead h2{
    text-align: left; !important;
    margin-top: 0;!important;
}
.p2s2LinksElemente{
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.p2s2LinksElement{
    border: var(--Color-Black) solid 1px;
    font-size: 1.5rem;
    width: fit-content;
    padding: 0.5em 1.5em;
    border-radius: 3px;
}

.p2s3{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-SMI-Pruple);
    display: flex;
    justify-content: center;
    margin-top: 0;!important;
    padding-top: 7em;
}
.p2s3Inner{
    display: flex;
    width: var(--Width-Section);
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.p2s3c2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 2em;
}
.p2s3c2Element{
    border: var(--Color-White) solid 1px;
    font-size: 1.5rem;
    padding: 0.5em 1em;
    border-radius: 3px;
    background: var(--Color-SMI-Pruple);
}
.p2s3c5{
   width: 80%;
}

.p2s3c3{
    margin-top: 2em;

}
.p2s3c5{
    position: relative;
    max-width: 100%;
    cursor: pointer;
}

.custom-video {
    width: 100%;
    height: auto;
    display: block;
}

.custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.darkPurpleTextPinkWhitemode {
    var(--Color-Pink-to-DarkPurple) !important;
}

.custom-play-btn::before {
    content: '';
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #000;
}

.custom-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Verstecke den Button, wenn Video läuft */
.video-playing .custom-play-btn {
    display: none;
}

.p2s3c3 video{
    width: 100%;
    height: auto;
}


.p2s4{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
    position: relative;
    z-index: 10;
}

.p2s4c2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;

    flex-wrap: wrap;
}
.p2s4c2ElementOptions{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    font-size: 1.5rem;
}
.middle{
    padding-top: 1.5em;
}
.p2s4c2Element {
    display: flex;
    flex-direction: column;
    background-color: var(--Color-SMI-Dark-Purple);
    padding: 2em;
    justify-content: space-between;
    border: 1px solid var(--Color-SMI-Pink);
    border-radius: 10px;
    flex: 1 1 ;  /* flex-grow: 1, flex-shrink: 1, flex-basis: 200px */
    min-width: 200px;
    color: #FFFFFF;
}

.p2s4c2ElementOptionText{
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #1EFF00;
    border-radius: 20px;
    padding: 0.2em 0.5em;
    width: fit-content;
}

.p2s3c5{

}
.TitlePreis{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    align-items: center;
}
.p2s4c2Title{
    font-family: Raleway-Heavy, serif;
    font-size: 1.8rem;
}
.p2s4c3{
    padding-top: 5em;
}
.p2s4c4{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}
.p2s4c4Links{
    background-color: var(--Color-White);
    color: var(--Color-SMI-Pruple);
    font-family: Raleway-Heavy,serif;
    padding: 1.5em;
    width: 12em;
    height: 12em;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    border: var(--Color-Black) solid 1px;
    border-radius: 10px;
}
.p2s4c4Rechts{
    background-color: var(--Color-Black);
    color: var(--Color-SMI-Pink);
    font-family: Raleway-Heavy,serif;
    padding: 1.5em;
    width: 12em;
    height: 12em;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 2rem;
    border: var(--Color-White) solid 1px;
    border-radius: 10px;
}
.p2s5{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-SMI-Pruple);
    display: flex;
    justify-content: center;
    padding-top: 10em;
}
.p2s5Inner{
    width: var(--Width-Section);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.p2s5c1{
    text-align: center;
    font-family: Raleway-Heavy, serif;
    font-size: 5rem;
}
.p2s5c2{
    margin-top: 5em;
}
.p2s6{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10em;
}
.p2s6c2{
    width: 50%;
}
@media only screen and (max-width: 700px) {
    .p2s1{
       height: 60vh;
       margin-top: 0.5em;
    }
    .p2s1c1{
        padding-top: 0.5em;
        margin-top: 0em;
    }


    .p2s1c3{
        font-size: 1.2rem;
        font-variation-settings: "wght" 100;
        font-family: var(--Font-RR), sans-serif;
        padding-bottom: 2em;
    }

    .p2s2{
        position: relative;
        padding-bottom: 17em;
    }
    .p2s2Rechts{
        position: absolute;
        height: 30em;
        bottom: -100%;
    }
    .p2s3{
        padding-top: 16em;
    }
    .p2s4c4Links, .p2s4c4Rechts{
        padding: unset;
        font-size: 7.8vw;
    }

}