
.p1s1{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    z-index: 1000;
    height: 90vh;
    min-height: fit-content;
    padding-bottom: 0;

}
.p1s1c1{
    display: flex;
    flex-direction: row;
    gap: 5em;
}
.p1s1c1Bewertung{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 13em;
}

.p1s1c1BewertungSterne{
    display: flex;
    flex-direction: row;
    gap: 0.2em;
}
.p1s1c1BewertungSterneStern{
    height: 1em;
}
.p1s1c1BewertungText{
    padding-top: 0.2em;
    text-align: center;
}



.p1s1c2{
    font-family: Raleway-Heavy, serif;
    text-align: center;
    font-size: 6rem;
    line-height: 95%;
}
.p1s1c3{
    margin-top: 0.5em;;
    margin-bottom: 2em;
    font-size: 2rem;
    width:clamp(80%, 95vw, 30em);;
    text-align: center;
}
.p1s1c4{

    will-change: transform, filter, scale;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}
.HeroButton{
    margin-top: 1em;
    font-size: 1.5rem;
    letter-spacing: 0.15em;
    color: white;
    margin-bottom: 2em;
}
.HeroButton::after{
    background: var(--Color-SMI-Pink); !important;
}
.HeroButton::before{
    scale: 1.1;
}
.HeroButton:hover::before{
    scale: 1.2;
}






.p1s2{
    padding-top: 6em;
    position: relative;
    z-index: 100;
}
.p1s2c2{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}
.p1s2c2Left{
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.p1s2c2LeftElement{
    height: 15em;
    width: clamp(27em,40vw,35em);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;

}

.p1s2c2RightElement{
    background: var(--Color-SMI-Dark-Purple);
    border-color: var(--Color-SMI-Pink);
    border: var(--Color-SMI-Pink) solid 1px;
    height: 32em;
    width: clamp(27em,40vw,35em);
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: white;
}
.p1s2c2RightElement:hover {

}

.p1s2c2LeftElementPicture{
    height: 10em;
}
.p1s2c2LeftElementPicture2{
    height: 5em;
    margin-bottom: 1em;
}
.p1s2c2RightElementPicture{
    height: 20em;
}
.p1s2c2LeftElementText{
    font-family: Raleway-Heavy, serif;
    font-size: 2rem;
}
.p1s2c2RightElementText{
    font-family: Raleway-Heavy, serif;
    font-size: 2rem;
    margin-top: 0.8em;
}
.p1s2c2Right,
.p1s2c2LeftElement{
    position: relative;
    z-index: 10; /* legt einen eigenen Stacking-Kontext an */
    border-radius: 10px;

}
.p1s2c2RightElement::before, .hoverElement::before{
    content: "";
    position: absolute;
    top: -10px;       /* Passe diese Werte an, um den Glow optimal auszurichten */
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: linear-gradient(45deg, var(--Color-SMI-Pink), var(--Color-SMI-Dark-Purple), var(--Color-SMI-Pink));
    background-size: 600%;
    filter: blur(8px);
    border-radius: 10px;
    animation: glowing 20s linear infinite;
    transition: opacity 0.2s ease-out, transform 0.3s ease-in-out;
    z-index: -1;
    opacity: 0;
}

.p1s2c2RightElement:hover::before ,.hoverElement:hover::before{
    opacity: 1;
}
.hoverElement{
    background: var(--Color-SMI-Dark-Purple);
    border-color: var(--Color-SMI-Pink);
    border: var(--Color-SMI-Pink) solid 1px;
    height: 15em;
    width: 100%;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p1s3{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.p1s3c2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.p1s3c2ElementPictureTop{
    height: 6em;
    margin-top: 3em;

}
.p1s3c2ElementPictureBottom{
    width: fit-content;

}
.p1s3c2ElementPictureBottom img{
    width: 100%;
}
.p1s3c2ElementTwo{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    border: var(--Color-SMI-Pink) solid 0.1em;
    width: 35em;
    min-height: 20em;
    background: var(--Color-Black);

}
.p1s3c2Element{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: var(--Color-SMI-Pink) solid 0.1em;
    width: 35em;
    background: var(--Color-Black);
}

.p1s3c2ElementButtonBut{
    color: var(--Color-White);
    background-color: var(--Color-Black);
}
.p1s3c2ElementMarketing{
    font-size: 1.6rem;
    text-align: center;
}
.p1s3c2ElementHead{
    font-family: Raleway-Heavy, serif;
    font-size: 3rem;
}
.p1s3c2ElementText{
    color: var(--Color-SMI-Pink);
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    font-size: 1.3rem;
}
.p1s4{
    width: 100%;
    min-width: 100%;
    background: var(--Color-White);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2em;
    color: var(--Color-Black);
    margin-bottom: 0;!important;

}
.whiteBg{
    background-color: var(--Color-White);
}
.p1s4Inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--Width-Section);
    margin-top: 5em;
    position: relative;
    z-index: 10;
}
.p1s4c1{
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    margin-bottom: 1em;
}
.p1s4c1Stern{
    height: 4em
}
.p1s4c2{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
}
.p1s4c3{
    margin-top: 1em;
    font-family: Raleway-Heavy, serif;
    text-align: center;
    font-size: 1.4rem;
}
.p1s4c4{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    margin-top: 5em;
    margin-bottom: 5em;
}
.p1s4c4Img1{
    height: 35em;
    max-height: 70vw;
}
.p1s4c4Img2{
    height: 30em;
}

.p1s4c5{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 5em;
    gap: 1em;
    width: 30em;
    max-width: 96vw;
    justify-content: center;
}
.p1s4c5Keyword{
    font-size: 1.3rem;
    color: var(--Color-SMI-Pruple);
    border: var(--Color-SMI-Pruple) solid 1px;
    padding: 0.5em 1em;
    border-radius: 20px;
}
.p1s5{
    width: 100%;
    min-width: 100%;
    background: var(--Color-SMI-Pruple);
    padding-top: 7em;
    padding-bottom: 5em;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}
.p1s5Inner{
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: var(--Width-Section);
}
.p1s5c1{
    font-size: 3.5rem;
    margin-bottom: 1em;
}
.p1s5Button{
    color: var(--Color-White);
}

.p1s5Button::after{
    background-color: var(--Color-SMI-Pruple) !important;
}
.p1s5Button::before{
    background: linear-gradient(
            45deg,
            var(--Color-White),#FFFFFF66,var(--Color-White)
    );
    background-size: 600%;
}
@media only screen and (max-width: 700px) {
    .p1s1 {
        height: 80vh;

    }
    .p1s1c1{
        padding-top: 1em;
    }

    .p1s1c4{
        padding-bottom: 1em;
    }


    .p1s1c2 h1{
        font-size: 3rem;
        font-variation-settings: "wght" 700;
        font-family: var(--Font-RVW), sans-serif;
    }

    .p1s1c3 {
        margin-top: 1em;
        margin-bottom: 1em;
        font-size: 1.2rem;
        font-variation-settings: "wght" 400;
        font-family: var(--Font-RVW), sans-serif;
    }

    .p1s2c2 {
        display: flex;
        flex-direction: column-reverse;
    }

    .p1s2c2LeftElement, .p1s2c2RightElement {
        width: 90vw;
    }

    .p1s2c2RightElementPicture {
        height: 60vw;
    }

    .p1s2c2RightElement {
        height: fit-content;
        padding: 2.5em 0;
    }

    .p1s3c2ElementPictureTop {
        height: 14vw;
    }

    .p1s4c5 {
        gap: 0.5em;
    }

    .p1s5c1 {
        text-align: center;
    }

    .p1s2c2Right {
        justify-items: center;
        width: 100%;
    }

    .p1s2c2RightElement {
        width: 100%;
    }

    .p1s2c2Left {
        width: 100%;
    }

    .p1s2c2LeftElement {
        width: 100%;
    }



}