.p8s1{
    position: relative;
    z-index: 10;
}
.p8s1 h1{
    font-size: 5.5rem;
    font-variation-settings: "wght" 800;
    font-family: var(--Font-RVW), sans-serif;
}
.p8s1 h2{
    font-size: 2rem;
    font-variation-settings: "wght" 250;
    font-family: var(--Font-RVW), sans-serif;
}

.p8s2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2vw;
    position: relative;
    z-index: 10;
}
.p8s2c1{
    background-color: var(--Color-White-to-DarkPurple);
    border-radius: 10px;
    border: 2px solid var(--Color-DarkPurple-to-Pink);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 2em 3em 2em;
    width: clamp( 25em,25vw,70em);
}
.p8s2c1 * {
    position: relative;
    z-index: 10;
}
.p8s2c1d1{
    color: var(--Color-SMI-Pink);
    font-size: 1.4rem;
    text-align: center;
}
.p8s2c1d2{
    width: 100%;
    color: var(--Color-White);
}

.p8s2c1d2 h2:lang(de){
    margin-top: 0.5em;
    font-size: 3rem;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
}
.p8s2c1d3{
    padding-bottom: 1em;
    font-size: 2rem;
    text-align: center;
    color: var(--Color-White);

}
.p8s2c1d4{
    color: var(--Color-SMI-Pink);
    font-size: 1.4rem;
}
@media only screen and (max-width: 800px) {
    .p8s1{
        padding-top: 5vh;
        padding-bottom: 3em;
    }
    .p8s1 h1{
        font-size: 2.3rem;
        font-variation-settings: "wght" 800;
        font-family: var(--Font-RVW), sans-serif;
    }
    .p8s1 h2{
        font-size: 1.2rem;
        font-variation-settings: "wght" 100;
        font-family: var(--Font-RR), sans-serif;
    }
    .p8s2{
        align-items: center;
        flex-direction: column;
    }
    .p8s2c1{
        width: 80%;
        padding: 2em 2em 2em 2em;

    }

    .p8s2c1d2 h2:lang(de){
        margin-top: 0.3em;
        font-size: 2rem;
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .p8s2c1d3 {
        font-size: 1.2rem;
    }

    .p8s2c1d4 {
        font-size: 1.2rem;
    }
}