@media (max-width:991.98px) {
    .page-wohnraumdesigner .intro--hero {
        grid-template-rows: var(--header-height) auto auto;
    }

    .page-wohnraumdesigner > section.has--bg-white {
        padding-top: 0;
    }
}

@media (min-width:992px) {
    .page-wohnraumdesigner .intro--hero {
        grid-template-rows: 165px auto auto auto;
    }
}


.page-wohnraumdesigner .hg--breadcrumb {
    margin: var(--hoppe-h-1) 0;
}

.designer-image-box {
    position: relative;
    width: 650px;
    height: 450px;
    overflow: hidden;

    /*position: sticky;*/
    /*top: var(--header-height);*/

}

.sticky-designer {
    1width: 650px;
    overflow: hidden;
    position: sticky;
    top: var(--header-height);
}

.page-wohnraumdesigner .card-text {
    font-size: 0.75rem;
}

@media (max-width:1699.9px) {
    .designer-image-box {
        width: 100%;
        height: 474px;
    }
}

@media (max-width:1459.9px) {
    .designer-image-box {
        width: 100%;
        height: 384px;
    }
}

@media (max-width:1199.9px) {
    :root {
        --header-height: 160px;
    }

    .designer-image-box {
        width: 100%;
        height: 320px;
    }

    .page-wohnraumdesigner .card-text {
        font-size: 0.75rem;
    }
}

@media (max-width:991.9px) {
    :root {
        --header-height: 100px;
    }

    .designer-image-box {
        width: 720px;
        height: 500px;
    }
}

@media (max-width:767.9px) {
    :root {
        --header-height: 100px;
    }

    .designer-image-box {
        width: 540px;
        height: 370px;
    }
}

@media (max-width:575.9px) {
    :root {
        --header-height: 100px;
    }

    .designer-image-box {
        width: 100%;
        height: 278px;
    }
}

@media (max-width:437.9px) {
    :root {
        --header-height: 100px;
    }

    .designer-image-box {
        width: 100%;
        height: 200px;
    }
}

.designer-image-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.designer-image-layer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.designer-image-layer.layer-1 {
    z-index: 0;
    overflow: hidden;
}

.designer-image-layer.layer-1 img {
    max-width: 70%;
}

#webcam {
    left: 0;
}

.designer-image-layer.layer-2 {
    z-index: 1;
}

.designer-image-layer.layer-2 img {
    left: 55%;
    max-width: 70%;
    height: 100%;
    filter: drop-shadow(-3px 0px 7px rgba(0, 0, 0, .2));
}

.designer-image-layer.layer-3 {
    z-index: 2;
}

.designer-image-layer.layer-3 img {
    width: 50%;
    left: 50%;
    top: 10%;
    opacity: 0.9;
}

.designer-image-layer.layer-4 {
    z-index: 3;
}

.designer-image-layer.layer-4 img {
    width: 50%;
    left: 50%;
    top: 10%;
    filter: drop-shadow(-3px 5px 4px rgba(0, 0, 0, 0.1));
}

.designer-image-layer.layer-5 {
    z-index: 4;
}

.designer-image-layer.layer-5 img {
    width: 50%;
    left: 50%;
    top: 10%;
}

/* Slide Item Marker */
main.page-wohnraumdesigner .splide__slide.selected:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 100;
    right: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg id='Gruppe_6921' data-name='Gruppe 6921' transform='translate(-1545.427 -633)'%3E%3Ccircle id='Ellipse_531' data-name='Ellipse 531' cx='20' cy='20' r='20' transform='translate(1545.427 633)' fill='%23002e5b'/%3E%3Cpath id='Pfad_10472' data-name='Pfad 10472' d='M-4704.562-100.924l7.406,7.406,11.576-15.964' transform='translate(6260.499 754.501)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
}

.page-wohnraumdesigner .product-buttongroup {
    grid-template-columns: 1fr;
}

@media (min-width:1200px) {
    .page-wohnraumdesigner .product-buttongroup {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:1600px) {
    .page-wohnraumdesigner .product-buttongroup {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.wohnraumdesigner-sliderblock .content_SliderModul_11_4 .splide__pagination {
    display: none;
}

@media (max-width: 767.98px) {
    .wohnraumdesigner-sliderblock .content_SliderModul_11_4 {
        flex-wrap: wrap;
    }

    .wohnraumdesigner-sliderblock .content_SliderModul_11_4 .splide__pagination {
        display: inherit;
        width: 100%;
        gap: 1rem;
    }

    .wohnraumdesigner-sliderblock .content_SliderModul_11_4 .splide__pagination > li > button {
        margin-top: 0 !important;
        transform: scale(1) !important;
    }
}

.wohnraumdesigner-sliderblock .row {
    margin-bottom: 0 !important;
}

.sticky-designer {
    margin-bottom: 0 !important;
}

@media (min-width:768px) {
    .wohnraumdesigner-sliderblock .row {
        margin-bottom: var(--hoppe-h-2) !important;
    }

    .sticky-designer {
        margin-bottom: var(--hoppe-h-2);
    }
}

.share-icons {
	height: 32px;
}

.share-icons svg {
	height: 18px;
}

.button-invisible {
        display: none;
    }

ul.dropdown-menu.weitere-modelle-dropdown {
	width: 200%;
}

@media (min-width:768px) {
	ul.dropdown-menu.weitere-modelle-dropdown {
	width: 400%;
	}
}

@media (min-width:992px) {
	ul.dropdown-menu.weitere-modelle-dropdown {
	width: 400%;
	}
}

ul.dropdown-menu.weitere-modelle-dropdown.show {
	display: flex;
}

ul.dropdown-menu.weitere-modelle-dropdown.show li {
	
}

@media (max-width:767.99px) {
	.wohnraumdesigner-text {
		display: none;
	}

	main.page-wohnraumdesigner .splide__slide.selected:before {
		width: 20px;
		height: 20px;
	}

	.page-wohnraumdesigner .splide__slide {
		width: 29% !important;
	}

	.card-text {
		margin-bottom: var(--hoppe-h-2);
		line-height: 1.1em;
	}
	.splide__pagination {
		display: none !important;
	}
}