
.slider {
    margin: 1.667em /*7.556em*/;
}

.block {
    margin: 4.889em 1.667em 1.667em;
}

.slider .primaryButton, .slider .primaryButton span {
    white-space: nowrap;
}

.slider .forground {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider .forground .frostedGlassBox {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: #FFFFFF56;
    padding: 0 2.222em;
    padding-top: 1.889em;
    padding-bottom: 2.778em;
    border-radius: 8px;
}

.slider .forground .frostedGlassBox span{
    white-space: nowrap;
    font-size: 2.333em;
}

.bigCircle{
    background-color: var(--primaryColor);
    height: 6.667em;
    width: 6.667em;
    position: absolute;
    right: -2.5em;
    top: -3em;
    border-radius: 50%;
    -webkit-box-shadow: 0px 12px 40px 0px #FF760880; 
    box-shadow: 0px 12px 40px 0px #FF760880;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: lighter;
}

.bigCircle .smallerCricle {
    width: 3.5em;
    height: 3.5em;
    background-color: var(--primaryColor);
    position: absolute;
    left: -1.4em;
    top: -0.4em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bigCircle > span {
    font-size: 2.5em;
    transform: translateY(0.05em);
    font-weight: 500;
}

.bigCircle .smallerCricle > span {
    font-size: 1.422em;
    font-weight: 500;
    text-transform: uppercase;
}

.goToBtn {
    position: absolute;
    bottom: -1.75em;
    right: -2em;
}

@media (max-width: 500px) {
    .landscape, .tablet {
        display: none;
    }

    .mobile{
        display: block;
    }

    .slider .forground {
        font-size: 16px;
    }

    .slider .forground .frostedGlassBox {
        display: none;
    }

    .slider .forground {
        width: 100%;
        height: 100%;
    }

    .slider .background {
        margin-bottom: 2.778em;
    }

    .slider .goToBtn{
        bottom: 2em;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        font-size: 1.5em;
    }

    .bigCircle {
        right: 2.5em;
        top: 3em;
        font-size: 3vw;
    }
    .block {
        margin-left: 0;
        margin-right: 0;
        margin-top: 3.5em;
    } 
}

.typeSelection {
    display: flex;
    align-items: center;
    gap: 1.2em;
    flex-wrap: wrap;
    margin-bottom: 1.778em;
}

.typeSelection span {
    font-size: 1.222em;
}

.typeSelection .buttons{
    display: flex;
    gap: 1em;
}

@media (max-width: 800px){
    .typeSelection .buttons > div svg{
        display: none;
    }
    .typeSelection .buttons > div.active {
        border-color: var(--primaryColor);
    }
}
@media (max-width: 450px){
    .typeSelection .buttons > div{
        font-size: 0.875em;
    }
    
    .typeSelection .buttons{
        gap: 0.25em;
    }
}

.bigButtonIcon {
    width: 2em !important;
}

.miniSliderCards{
    display: flex;
    gap: 0.889em;
}

.miniSliderCards .card {
    border: solid 1px var(--softWhite);
    min-width: 9.778em;
    max-width: 9.778em;
    height: 13.778em;
    -webkit-box-shadow: 0px 3px 4px 0px #0000001A; 
    box-shadow: 0px 3px 4px 0px #0000001A;
    padding: 0.889em 1.111em 1em;
    position: relative;
    color: var(--black);
    text-decoration: none;
}

.miniSliderCards .card .header{
    display: block;
    text-align: center;
    font-size: 0.889em;
    font-weight: lighter;
}

.miniSliderCards .card .cover{
    width: 4.444em;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
    --svgColor: #000;
    --svgColor2: var(--primaryColor);
}

.miniSliderCards .card .extraattributesWrapper {
    margin-bottom: 0.944em;
}


.miniSliderCards .card .extraattribute{
    display: grid;
    grid-template-columns: 1.714em auto;
    align-items: center;
    font-size: 0.778em;
    font-weight: lighter;
}

.miniSliderCards .card .extraattribute .icon {
    width: 1.5em;
    padding: 0.107em;
    --svgColor: var(--primaryColor);
}

.miniSliderCards .card .link {
    font-size: 0.667em;
    text-align: center;
    text-decoration: underline;
    font-weight: lighter;
    position: absolute;
    bottom: 1.5em;
    width: 100%;
    left: 0;
}

.miniSliderCards .card .link a{
    color: var(--black);
}

.sideScroller_Lieblingsprodukte.inactive {
    display: none;
}

.miniSliderCards .card .extraattribute .colored {
    text-transform: uppercase;
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
}

.productCard {
    position: relative;
    border: solid 2px #F3F4F6;
    -webkit-box-shadow: 0px 3px 4px 0px #0000001A; 
    box-shadow: 0px 3px 4px 0px #0000001A;
    border-radius: 4px;
    color: #000;
    text-decoration: none;
}

.productCard .cover {
    width: 100%;
    height: 14.667em;
    background-position: center;
    background-size: cover;
    border-radius: 4px 4px 0px 0px; 
}


.productCard .cover >img{
    width: 100%;
      height: 100%;
    object-fit: cover;
}

.productCard .bigPicture {
    width: 400px;
    height: 400px;
    background-size: cover;
}

.productCard .infos .colors {
    display: flex;
    gap: 0.222em;
    align-items: center;
    margin: 0.833em 1.333em 1.556em;
    height: 1em;
}

.productCard .infos .colors .color{
    min-width: 0.944em;
    height: 0.944em;
    border-radius: 50%;
}

.productCard .infos .bottomLine {
    display: grid;
    grid-template-columns: auto min-content;
    font-size: 1.222em;
    padding: 0 1.091em 1.091em;
    gap: 1em;
    align-items: flex-end;
}
.productCard .infos .bottomLine .priceExample *, .productCard .infos .bottomLine > div:last-child {
    white-space: nowrap;
}

.productCard .infos .bottomLine .priceExample {
    display: flex;
    flex-direction: column;
    font-size: .6em;
}

.productCard .infos .bottomLine .priceExample .example {
    color: var(--black);
    font-size: .8em;
    font-weight: 500;
}

.productCard .infos .bottomLine .price{
    font-size: 2rem;
}
.productCard .infos .bottomLine .priceExample > span:last-child {
    font-size: 1.3em;
}

.productCard .leftTop {
    background: var(--black);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: var(--white);
    position: absolute;
    top: 0.889em;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 3.556em;
    height: 3.556em;
}

.product-container-plissee {
    display: flex;
    gap: 0.45em;
    justify-content: space-between;
}

.product-container-plissee .productCard:nth-child(1),
.product-container-plissee .productCard:nth-child(2) {
    min-width: max(29.778em, 36%);
    max-width: max(29.778em, 36%);
}
.product-container-plissee .productCard:nth-child(3) {
    min-width: max(19.556em, 23%);
    max-width: max(19.556em, 23%);
}


@media (max-width: 700px) {
    .product-container-plissee .productCard {
        min-width: min(80%, 17.778em) !important;
        max-width: min(80%, 17.778em) !important;
    }
    .productCard .bigPicture {
        width: 100%;
        height: 320px;
        background-size: cover;
    }
}

.product-container-rollo {
    display: grid;
    width: 100%;
    grid-template-columns: 49% 49%;
    justify-content: space-between;
}

.product-container-rollo .productCard.heightCard .cover {
    height: 37.778em;
}

.product-container-rollo .quadro {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0.611em));
    grid-template-rows: auto auto;
    justify-content: space-between;
    gap: 1.222em;
}
@media (max-width: 1400px) {
    .product-container-rollo .productCard.heightCard .cover {
        height: 14.667em;
    }
    .product-container-rollo .quadro {
        display: flex;
    }

    .product-container-rollo {
        display: flex;
        gap: 1.222em;
        width: unset;
    }
    
    .product-container-rollo .productCard {
        width: 29.778em;
    }
    
    .product-container-plissee {
        gap: 1.222em;
    }
}
@media (max-width: 700px) {
    .product-container-rollo .productCard {
        width: 80%;
    }
}

.benefitsContainer > div {
    overflow: hidden;
}

.benefitsContainer .icon{
    margin-bottom: 3.444em;
    margin-left: auto;
    margin-right: auto;
}

.benefitsContainer {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    justify-content: space-around;
}

.benefitsContainer .title {
    font-size: 1.222em;
    margin-bottom: 0.818em;
    font-weight: 500;
}

@media (max-width: 1000px) {
    .benefitsContainer {
        grid-template-columns: 100%;
    }

    .benefitsContainer > div {
        display: flex;
        gap: 1.333em;
        align-items: center;
        justify-content: space-around;
        max-width: 500px;
        width: 100%;
        margin-bottom: 3em;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .benefitsContainer > div:nth-child(even) {
        flex-direction: row-reverse;
    }

    .benefitsContainer > div > div {
        width: 65%;
    }

    .benefitsContainer svg.icon{
        margin-bottom: 0;
        transform: translateX(0);
        margin-left: 0;
        width: 7.111em;
        flex-shrink: 0;
    }
}

@media (max-width: 500px) {
    .benefitsContainer > div {
        flex-direction: column !important;
        align-items: flex-start;
        margin-top: 2em;
    }

    .benefitsContainer > div > div {
        width: 100%;
    }
}

.cardsBlock{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 30%));
    /* justify-content: space-around; */
    gap: 1.222em;
}

@media (max-width: 1100px) {
    .cardsBlock {
        display: flex;
        justify-content: flex-start;
    }
    

    .cardsBlock .productCard {
        width: 100%;
        flex-shrink: 0;
        max-width: 22em;
        min-width: 20em;
    }
}

.zweispaltig {
    display: flex;
    gap: 3.778em;
    margin-bottom: 5.556em;
}
.zweispaltig > *:nth-child(1) {
    width: min(16.667em, 25%);
    flex-shrink: 0;
}

.zweispaltig > *:nth-child(1) img{
    width: 100%;
	height: auto;
}

.absatz {
    margin-bottom: 1.722em;
}

.headerText{
    margin-bottom: 3.556em;
}

.zweispaltig h3 {
    margin-bottom: 0.889em;
}

.zweispaltig h4 {
    margin-bottom: 0.444em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.zweispaltig p {
    margin-bottom: 0.611em;
}


@media (max-width: 1000px) {
    .zweispaltig {
        flex-direction: column-reverse;
        align-items: center;
    }
    .zweispaltig > *:nth-child(1) {
        width: 100%;
        max-width: 16.667em;
    }
}