.pinkTextProducts{
    color: var(--Color-Pink-to-DarkPurple);
}


.p4s1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    height: 80vh;
}
.p4s1c1{
    text-align: center;
    font-size: 2rem;
    width:clamp(80%, 95vw, 30em);;
    margin-bottom: 1.5em;
}
.p4s2{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-White);
    display: flex;
    justify-content: center;
    padding-top: 5em;
}
.p4s2Inner{
    width: var(--Width-Section);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 10;
}
.p4s2c1{
    height: 18em;
}
.p4s2c2{
    padding-top: 1em;
    color: var(--Color-Black);
}
.p4s2c2 h2{
    margin-top: 0;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}


.p4s2c3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
}
.BannerMonatlich {
    position: absolute;
    top: 5em;
    left: -1em;
    background-color: #28a745;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    padding-left: 2em;
    padding-right: 3em;
    transform: rotate(-45deg);
    transform-origin: top left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    white-space: nowrap;
}



.p4s2c3ElementOptions{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    font-size: 1.5rem;
    border-color: white;
}
.middle{
    padding-top: 1.5em;
}
.p4s2c3Element {
    display: flex;
    flex-direction: column;
    background-color: var(--Color-SMI-Pruple);
    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;
    position: relative;
    overflow: hidden;
}

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

}

.TitlePreis{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    align-items: center;
}
.p4s2c2Title{
    font-family: Raleway-Heavy, serif;
    font-size: 1.8rem;
}
.p4s3{
    width: 100%;
    min-width: 100%;
    background-color: var(--Color-SMI-Pruple);
    display: flex;
    justify-content: center;
    padding-top: 7em;
}
.p4s3Inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: var(--Width-Section);
    position: relative;
    z-index: 10;
}
.p4s3c1{
    height: 15em;
}
.p4s3c1Head h2{
    margin-top: 1em;
}
.p4s3c2{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.p4s3c2Element{
    background-color: var(--Color-White);
    color: var(--Color-Black);
    padding: 3em 1em 2em;
    border: var(--Color-SMI-Pink) solid 1px;
    border-radius: 5px;
    width: 25em;

}
.p4s3c2ElementKeywords{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
}
.p4s3c2ElementKeyword{
    border-color: var(--Color-Black);
    color: var(--Color-Black);
}
.p4s3c2ElementHead{
    text-align: center;
    font-family: Raleway-Heavy, serif;
    font-size: 2rem;
    margin-top: 1em;
}
.p4s3c2ElementPreis{
    text-align: center;
    margin-top: 0.4em;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}

.p4s4{
    padding-top: 8em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
}
.p4s4c1{
    height: 10em;
}
.p4s5c2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 1em;
    width: clamp(80%,100%,60em);
    flex-wrap: wrap;
}
.p4s5c2ElementOptions{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1em;
    font-size: 1.5rem;
}
.middle{
    padding-top: 1.5em;
}
.p4s5c2Element {
    display: flex;
    flex-direction: column;
    background-color: var(--Color-SMI-Pruple);
    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;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;

}

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

.p4s5c5{

}
.TitlePreis{
    display: flex;
    flex-direction: column;
    margin-top: 2em;
    align-items: center;
}
.p4s5c2Title{
    font-family: Raleway-Heavy, serif;
    font-size: 1.8rem;
}
.p4s5c2Bottom{
    flex-basis: 100%;
}
.p4s5c2ElementBottom{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
    font-size: 1.5rem;
}
@media only screen and (max-width: 700px) {
    .p4s1{
        margin-top: 0;
    }
    .p4s3c2Element{
        padding-left: unset;
        padding-right: unset;
        width: 95vw;
    }

    .p4s1c1{
        font-size: 1.2rem;
        font-variation-settings: "wght" 400;
        font-family: var(--Font-RVW), sans-serif;
    }

}
