/* open-sans-300 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v36-latin-300.woff2') format('woff2');
}
/* open-sans-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2');
}
/* open-sans-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/open-sans-v36-latin-500.woff2') format('woff2');
}
/* open-sans-600 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v36-latin-600.woff2') format('woff2');
}
/* open-sans-700 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v36-latin-700.woff2') format('woff2');
}
/* open-sans-800 - latin */
@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/open-sans-v36-latin-800.woff2') format('woff2');
}
/* la-belle-aurore-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'La Belle Aurore';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/la-belle-aurore-v20-latin-regular.woff2') format('woff2');
}

/* === Common CSS === */
:root {
	scroll-behavior: initial;
	--syr-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
* ul:not(.noDefault),
* ol:not(.noDefault),
* li:not(.noDefault) {
	list-style: none;
}
a:hover,
a:focus,
a:active {
	text-decoration: none;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
img {
	display: block;
}
a {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	text-decoration: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

.main-wrpper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.ff2 {
	font-family: 'La Belle Aurore';
}

/* === Header === */
header {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	padding: 12px 0 0;
	z-index: 120;
	transition: 0.4s linear;
	-webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	float: none;
	height: auto;
	padding: 0;
}
.navbar-brand img {
	max-width: 100%;
	height: 45px;
}
.navbar {
	background: transparent;
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 20px 0 0;
	z-index: 120;
	display: block;
}
.navbar.sidenavbar {
	transition: none;
	-webkit-transition: none;
}
.navbar-light .navbar-nav {
	margin-left: auto;
}
.navbar-light .navbar-nav li {
	margin-right: 25px;
}
.navbar-light .navbar-nav li:last-child {
	margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	padding: 0;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
	color: #383038;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
	border-color: #949095;
	color: #383038;
}
.navbar .navbar-nav a.active,
.navbar .navbar-nav a.active:focus,
.navbar .navbar-nav a.active:hover {
	border-color: #949095;
	font-weight: bold;
	color: #383038;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	border-color: #949095;
	color: #383038;
}

.dynSyretaDiv {
	display: none!important;
}

.form-select,
.form-control {
	border: 1px solid #BBB5BC;
	padding: 10px 19px;
	border-radius: 0;
}

.feedbackAlert p {
	margin: 0;
}

header .row {
	align-items: flex-end;
}
header .left-links {
	display: flex;
	align-items: center;
}
header .left-links li {
	margin-right: 45px;
}
header .left-links li:last-child {
	margin: 0;
}
header .left-links li a {
	font-size: 18px;
	letter-spacing: -0.02em;
	text-align: left;
	color: #959095;
	border-bottom: 5px solid transparent;
}
header .left-links li a.active {
	font-weight: 800;
	margin: 0;
	color: #3A3038;
	border-color: #BBB5BC;
}
header .logo-img {
	max-width: 100%;
	margin: 0 auto;
}
header .social-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.openLogin {
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}
header .social-links li {
	margin-right: 30px;
}
header .social-links li:last-child {
	margin: 0;
}
header ul.social-links li a > img {
	transition: all 150ms ease;
}
header ul.social-links li a:hover > img {
	filter: brightness(0) saturate(100%) invert(59%) sepia(42%) saturate(428%) hue-rotate(35deg) brightness(96%) contrast(92%);
}
header .social-links li a {
	display: flex;
	align-items: center;
}
header .social-links li a img {
	max-width: 100%;
}
header .social-links li a span {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	color: #fff;
	border-radius: 16px;
	background: #8ea551;
	padding: 0 13px;
	margin-left: 8px;
}
header .social-links li a.wlicon-Container .wishlist-quantity {
	background-color: #959095;
}
header .social-links li .ddMenu {
	position: absolute;
	right: 0;
	top: calc(100% + 11px);
	background: #fff;
	padding: 43px 25px 27px;
	display: none;
	z-index: 200;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.16);
	width: 390px;
	max-width: 100%;
}
header .social-links li .ddMenu .tmplLogin {
	font-size: 16px;
}
header .social-links li .ddMenu .tmplLogin .headline {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 30px;
}
header .social-links li .ddMenu .tmplLogin.login .pwLostContent {
	display: none;
}
header .social-links li .ddMenu .tmplLogin.pwLost .loginContent {
	display: none;
}
header .social-links li .ddMenu .tmplLogin .links a {
	text-decoration: underline;
	color: inherit;
	font-weight: 300;
}

header .form-group {
	max-width: 400px;
	position: relative;
	margin-left: auto;
	padding: 20px 0;
}
header .form-group .form-control {
	border-radius: 30px;
	background: #ebebeb;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 40px;
	text-align: left;
	color: #000;
	box-shadow: none;
	outline: none;
	border: none;
}
header .form-group img.search-icon {
	position: absolute;
	left: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
header .dropdown-item.active,
.dropdown-item:active {
	background: none;
	color: var(--bs-dropdown-link-color);
}

/* === Toggler === */
.navbar-toggler {
	background-color: transparent;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	border: none;
	padding: 0;
	display: none;
}
.navbar-toggler:focus {
	box-shadow: none;
	outline: none;
}
.navbar-toggler .navbar-toggler-icon {
	background-image: unset;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-toggler-icon {
	width: 24px;
	height: 14px;
	background-image: none;
	position: relative;
	border-bottom: 2px solid #000;
	transition: all 300ms linear;
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 2px;
	background-color: #000;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
	transition: all 300ms linear;
}
.navbar-toggler-icon:after {
	top: 6px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

/* === Hero === */
.hero-slider {
	position: relative;
}
.hero-slider .slider-box {
	height: calc(100vh - 43px);
	width: 100%;
}
.hero-slider .slider-box video,
.hero-slider .slider-box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.tmplArtikelVerweis .slickMain .slick-dots,
.hero-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
}
.tmplArtikelVerweis .slickMain .slick-dots li,
.hero-slider .slick-dots li {
	line-height: 0;
	margin-right: 30px;
}
.tmplArtikelVerweis .slickMain .slick-dots li:last-child,
.hero-slider .slick-dots li:last-child {
	margin: 0;
}
.tmplArtikelVerweis .slickMain .slick-dots li button,
.hero-slider .slick-dots li button {
	margin-top: 10px;
	width: 13px;
	height: 13px;
	background: #bcb5bc;
	font-size: 0;
	border: none;
	box-shadow: none;
	outline: none;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.slick-dots li button::before {
	content: none!important;
}
.tmplArtikelVerweis .slickMain .slick-dots li.slick-active button,
.hero-slider .slick-dots li.slick-active button {
	background: #3A3038;
}

/* === Facets === */
.facets-wrp .sales-support-img {
	max-width: 100%;
	margin: 0 auto 15px;
}
.facets-wrp h2 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 27px;
}
.facets-wrp p {
	max-width: 1076px;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #3a3038;
	margin: 0 auto 35px;
}

/* === Modul2 === */
.modul2-wrp .titlebar h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: left;
	color: #5b4154;
	margin: 0;
}
.modul2-wrp .titlebar img {
	width: 98px;
	height: 98px;
	object-position: center;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 20px;
}
.modul2-wrp .slider-box {
	background: #FAFAFA;
}
.modul2-wrp .slider-box .box-img {
	padding-bottom: 30px;
	position: relative;
}
.tmplMKBST .artc-item img,
.modul2-wrp .slider-box .box-img img {
	max-width: 100%;
	display: table;
	margin: 0 auto;
}
.tmplMKBST .artc-item .rabatt,
.modul2-wrp .slider-box .box-img span {
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: table;
	background: #831246;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 2px 6px;
}
.modul2-wrp .slider-box .box-img .heart-icon {
	position: absolute;
	width: 33px;
	height: 33px;
	background: #fff;
	top: 12px;
	right: 12px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.oldPrice.lineThrough {
	text-decoration: line-through;
	color: #831246;
}
.oldPrice.lineThrough.thick {
	font-weight: 600;
}
.heart-icon {
	background: #fff;
	border-radius: 100%;

}
.modul2-wrp .slider-box .box-img .heart-icon img {
	max-width: 100%;
}
.modul2-wrp .slider-box .box-img > a {
	background-color: #FAFAFA;
}
.modul2-wrp .slider-box .description {
	padding: 0 0 1px 20px;
}
.modul2-wrp .slider-box .description .h3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	color: #383038;
	margin: 0 0 44px;
}
.modul2-wrp .slider-box .description .h3 span {
	font-weight: 300;
	display: block;
}
.modul2-wrp .slider-box .description h4 {
	font-weight: 300;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
	margin: 0;
}
.modul2-wrp .slider-box .description h5 {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
}
.modul2-wrp .slider-box .description h5 span {
	font-size: 14px;
	color: #831246;
	margin-left: 20px;
	text-decoration: line-through;
}
.tmplCrossSelling .slick-slide,
.modul2-wrp .slick-slide {
	margin: 0 10px;
}
.tmplCrossSelling .h2 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 45px;
}
.modul2-wrp .slick-list,
.modul5-wrp .slick-list {
	margin: 0 -10px;
}
.modul5-wrp .slick-slide {
	margin: 0 10px;
}

/* === Inspirations === */
.inspirations-wrp {
	padding: 60px 0 0;
}
.inspirations-wrp .container {
	max-width: 1654px;
}
.inspiration-box .newsText p {
	padding: 0 42px;
}
.inspirations-wrp .titlebar h2 {
	font-weight: normal;
	font-size: 82px;
	line-height: 86px;
	text-align: center;
	color: #5b4154;
	margin: 0;
}
.inspirations-wrp .inspirations-block {
	margin: -80px 0 0;
}
.inspirations-wrp .inspirations-block .inspiration-box.center-box {
	margin: 160px 0 -50px;
}
.inspirations-wrp .inspirations-block .inspiration-box {
	margin: 0 0 90px;
}
.inspirations-wrp .inspirations-block .inspiration-box .box-img {
	height: 100%;
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}
.inspirations-wrp .inspirations-block .inspiration-box .box-img img {
	width: 100%;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.modul5-wrp .news-slider .slider-box .img-container {
	overflow: hidden;
}
.modul5-wrp .news-slider img {
	transition: all 0.3s linear;
}
.modul5-wrp .news-slider img:hover,
.inspirations-wrp .inspirations-block .inspiration-box .box-img:hover img {
	transform: scale(1.1);
}
.inspirations-wrp .inspirations-block .inspiration-box h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #383038;
	margin: 0 0 12px;
}
.inspirations-wrp .inspirations-block .inspiration-box p {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 0;
}

.modul5-wrp {
	padding: 60px 0;
}
.modul5-wrp .titlebar {
	margin: 0 0 60px;
}
.modul5-wrp .titlebar h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 300;
	font-size: 56px;
	text-align: left;
	color: #5b4154;
}
.modul5-wrp .titlebar img {
	width: 98px;
	height: 98px;
	object-position: center;
	object-fit: cover;
	border-radius: 100%;
	margin-right: 20px;
}
.modul5-wrp .titlebar p {
	max-width: 1075px;
	margin: 0 auto;
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #3a3038;
}
.modul5-wrp .slider-box img {
	max-width: 100%;
}
.modul5-wrp .slider-box .description {
	padding: 30px 70px 0;
}
.modul5-wrp .slider-box .description h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	color: #383038;
	margin: 0 0 15px;
}
.modul5-wrp .slider-box .description p {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 0;
}
.tmplArtikelDetail .slick-next,
.modul2-wrp .slick-next,
.modul2-wrp .slick-prev,
.modul5-wrp .slick-prev,
.subSlider .slick-prev,
.subSlider .slick-next,
.modul5-wrp .slick-next {
	position: absolute;
	left: 5%;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	z-index: 9;
	font-size: 0;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.tmplArtikelDetail .slick-next,
.modul2-wrp .slick-next,
.modul5-wrp .slick-next {
	left: auto;
	right: 5%;
}
.tmplArtikelDetail .slick-next::before,
.modul2-wrp .slick-next::before,
.modul2-wrp .slick-prev::before,
.modul5-wrp .slick-prev:before,
.subSlider .slick-prev::before,
.subSlider .slick-next::before,
.modul5-wrp .slick-next:before {
	position: absolute;
	content: url('/images/arrowLeft.svg');
	height: 55px;
	width: 55px;
	filter: drop-shadow(-2px 2px 10px rgba(0, 0, 0, 0.2));
	border-radius: 100%;
	background-color: #fff;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tmplArtikelDetail .slick-next {
	left: unset!important;
	right: 0;
}
.tmplArtikelDetail .slick-next:before,
.modul2-wrp .slick-next:before,
.subSlider .slick-next::before,
.modul5-wrp .slick-next:before {
	left: auto;
	right: 0;
	content: url('/images/arrowRight.svg');
}

.subSlider .slick-next {
	left: unset;
	right: -40px;
}
.subSlider .slick-prev {
	left: -38px;
}

/* === Modul6 === */
.modul6-wrp {
	display: flex;
	align-items: center;
}
.modul6-wrp .video-box iframe {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.modul6-wrp .video-box img {
	max-height: 660px;
	object-fit: cover;
	width: 100%;
}
.modul6-wrp .video-box video {
	width: 100%;
}
.modul6-wrp .description {
	padding: 0 60px;
}
.modul6-wrp .description h2 {
	font-size: 64px;
	line-height: 80px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 60px;
}
.modul6-wrp .description h2:has(+ h3, + p, + a) {
	margin: 0 0 20px;
}
.modul6-wrp .description img {
	max-width: 30%;
	margin: 0 auto 35px;
}
.modul6-wrp .description h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #383038;
	margin: 0 0 12px;
}
.modul6-wrp .description p {
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 0 auto 40px;
}

/* === Modul7 === */
.modul7-wrp .modul7-block .modul-bix img {
	width: 142px;
	height: 142px;
	object-position: center;
	object-fit: none;
	margin: 0 auto 20px;
}
.modul7-wrp .modul7-block .modul-bix h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #383038;
	margin: 0;
}
.modul7-wrp .details-box {
	padding: 175px 75px;
}
.modul7-wrp .details-box .description {
	max-width: 506px;
	min-height: 365px;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	filter: drop-shadow(0 6px 6px rgba(0, 0, 0, 0.16));
	padding: 40px 24px;
}
.modul7-wrp .details-box .description.hide-bg {
	background: none;
}
.modul7-wrp .details-box .description h2 {
	font-size: 64px;
	line-height: 80px;
	text-align: center;
	color: #5b4154;
	margin: 10 0 15px;
}
.modul7-wrp .details-box .description p {
	font-weight: 300;
	font-size: 20px;
	text-align: center;
	color: #3a3038;
	margin: 0;
}
.modul7-wrp .details-box .description p span {
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	color: #3a3038;
	margin: 0;
	display: block;
}
.modul7-wrp .details-box .description ul {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 60px auto 0;
}
.modul7-wrp .details-box .description ul li {
	margin-right: 45px;
}
.modul7-wrp .details-box .description ul li:last-child {
	margin: 0;
}
.modul7-wrp .details-box .description ul li a img {
	max-width: 100%;
}
.modul7-wrp .details-box .description ul li a:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.modul7-wrp .outer-box > img {
	filter: brightness(0.7);
}

/* === Modul8 === */
.modul8-wrp .box-img img {
	width: 100%;
}
.modul8-wrp .titlebar {
	padding: 60px 0 0;
}
.modul8-wrp .titlebar h1 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #5b4154;
	margin: 0;
}
.modul8-wrp .titlebar p {
	max-width: 1080px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 0 auto 56px;
}
.modul8-wrp .titlebar img {
	margin: 0 auto;
}
.tmplBildUeberText .facets-wrp h2 {
	font-weight: 400;
}
.tmplBildUeberText {
	padding-top: 75px;
}

/* === Blog === */
.blog-wrp {
	padding: 60px 0;
}
.blog-wrp .blog-box img {
	width: 100%;
	margin: 0 0 45px;
}
.blog-wrp .blog-box .box-video {
	width: 100%;
	margin: 0 0 45px;
}
.blog-wrp .blog-box .box-video iframe,
.blog-wrp .blog-box .box-video video {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
}
.blog-wrp .blog-box h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: #383038;
	margin: 0 0 12px;
}
.blog-wrp .blog-box p {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
	margin: 0 0 25px;
}

.modul10-wrp {
	padding: 60px 0;
}
.modul10-wrp .titlebar {
	margin: 0 0 100px;
}
.modul10-wrp .titlebar h2 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 25px;
}
.modul10-wrp .titlebar p {
	max-width: 1080px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 0 auto 56px;
}
.modul10-wrp .modul-box {
	max-width: 800px;
	margin: 0 auto 100px;
}
.modul10-wrp .modul-box h3 {
	font-weight: 300;
	font-size: 30px;
	line-height: 36px;
	text-align: left;
	color: #383038;
	margin: 0 0 28px;
}
.modul10-wrp .modul-box .description {
	margin: 0 0 15px;
}
.modul10-wrp .modul-box .description:last-child {
	margin: 0;
}
.modul10-wrp .modul-box .description a {
	font-weight: 500;
	text-decoration: underline;
}

.modul10-wrp .modul-box .description a {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
}
.modul10-wrp .modul-box .description a:hover {
	color: #000;
	opacity: 0.6;
}
.modul10-wrp .modul-box .description p {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
}

.modul10-wrp .modul-box img {
	max-width: 100%;
}

.modul11-wrp {
	padding: 60px 0;
}
.modul11-wrp .container {
	max-width: 1100px;
}
.modul11-wrp h2 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	color: #5b4154;
	margin: 0 0 90px;
}
.modul11-wrp .description {
	margin: 0 0 80px;
}
.modul11-wrp h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #383038;
	margin: 0 0 25px;
}
.modul11-wrp h5 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	color: #383038;
	margin: 0 0 25px;
}
.modul11-wrp p {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	color: #383038;
	margin: 0 0 25px;
}

.modul12-wrp {
	padding: 60px 0;
}
.modul12-wrp .container {
	max-width: 1800px;
}
.modul12-wrp h2 {
	font-weight: 300;
	font-size: 56px;
	line-height: 68px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 45px;
}
.modul12-wrp .modul12-slider img {
	width: 100%;
}
.modul12-wrp .modul12-slider {
	padding: 0 70px;
}
.modul12-wrp .slick-slide {
	margin: 0 10px;
}
.modul12-wrp .slick-list {
	margin: 0 -10px;
}
.tmplArtikelDetail .slick-next,
.tmplArtikelDetail .slick-prev,
.modul12-wrp .slick-prev,
.modul12-wrp .slick-next {
	position: absolute;
	right: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	z-index: 9;
	font-size: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.tmplArtikelDetail .slick-next
.modul12-wrp .slick-next {
	left: auto;
	right: 0;
}

.modul12-wrp .slick-prev:before,
.modul12-wrp .slick-next:before {
	position: absolute;
	content: url('/images/arrowLeft.svg');
	height: 55px;
	width: 55px;
	border-radius: 100%;
	background-color: transparent;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 0;
	background: #fff;
	filter: drop-shadow(-2px 2px 10px rgba(0, 0, 0, 0.2));
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tmplArtikelDetail .slick-prev:before {
	position: absolute;
	content: "";
	background-image: url('/images/arrowLeft.svg')!important;
	background-size: 14px!important;
	background-position: center!important;
	background-position-x: 12px!important;
	background-repeat: no-repeat!important;
	height: 42px;
	width: 42px;
	border-radius: 100%;
	background-color: transparent;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	left: 0;
	background: #fff;
	filter: drop-shadow(-2px 2px 10px rgba(0, 0, 0, 0.2));
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tmplArtikelDetail .slick-next:before {
	left: auto;
	right: 0;
	content: "";
	background-image: url('/images/arrowRight.svg')!important;
	background-size: 14px!important;
	background-position: center!important;
	background-position-x: 16px!important;
	background-repeat: no-repeat!important;
	height: 42px;
	width: 42px;
}
.modul12-wrp .slick-next:before {
	left: auto;
	right: 0;
	content: url('/images/arrowRight.svg');
}
.modul12-wrp .description p {
	max-width: 1624px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;
	margin: 90px auto 0;
}

/* === Modul13-wrp === */
.modul13-wrp {
	padding: 60px 0;
	background: #F4F2EF;
}
.modul13-wrp .h2 {
	font-weight: normal;
	font-size: 82px;
	line-height: 86px;
	text-align: center;
	color: #5b4154;
	margin: 0 0 65px;
}
.modul13-wrp .modul-box img {
	height: 85px;
	margin: 0 auto 25px;
}
.modul13-wrp .modul-box .h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	color: #383038;
	margin: 0 0 16px;
	text-transform: uppercase;
}
.modul13-wrp .modul-box p {
	max-width: 300px;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: #383038;

}

/* === Onlineshop === */
.onlineshop-wrp {
	background: #473A49;
	padding: 60px 0;
}
.onlineshop-wrp .container {
	width: 1076px;
}
.onlineshop-wrp .titlebar {
	padding: 0 0 55px;
	margin: 0 0 60px;
	border-bottom: 1px solid #BBB5BC;
}
.onlineshop-wrp .titlebar .h2 {
	font-weight: normal;
	font-size: 82px;
	line-height: 86px;
	text-align: center;
	color: #fff;
	margin: 0 0 15px;
}
.onlineshop-wrp .titlebar p {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	margin: 0 0 45px;
}
.onlineshop-wrp .titlebar .btn-primary {
	background-color: #fff;
	color: #383038;
	margin: 0 auto;
}
.onlineshop-wrp .titlebar .btn-primary:not(.greyedout):hover {
	color: #fff;
}
.btn-primary:active:focus {
	color: #000!important;
	border-color: #000!important;
}

.onlineshop-wrp .payment-detail {
	margin: 0 0 50px;
	min-height: 180px;
}
.onlineshop-wrp .payment-detail .h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	margin: 0 0 15px;
}
.onlineshop-wrp .payment-detail img {
	max-width: 100%;
	margin: 0 0 15px;
}
.onlineshop-wrp .payment-detail p {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	margin: 0 0 15px;
}
.onlineshop-wrp .payment-detail p a {
	color: #fff;
	text-decoration: underline;
}
.onlineshop-wrp .payment-detail p strong {
	font-weight: bold;
	display: block;
}
.onlineshop-wrp .payment-detail p:last-child {
	margin: 0;
}
.onlineshop-footer {
	border-top: 1px solid #fff;
	padding: 50px 0 0;
	margin: 40px 0 0;
}
.onlineshop-footer .footer-link {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.onlineshop-footer .footer-link li {
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
}
.onlineshop-footer .footer-link li:before {
	position: absolute;
	content: "";
	height: 15px;
	width: 2px;
	background: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.onlineshop-footer .footer-link li:last-child {
	padding: 0;
	margin: 0;
}
.payment-detail .payLogo {
	max-height: 49px;
}
.onlineshop-footer .footer-link li:last-child:before {
	display: none;
}
.onlineshop-footer .footer-link li a {
	font-weight: 300;
	text-decoration: underline;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
}
.onlineshop-footer .social-icons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.onlineshop-footer .social-icons li {
	margin-right: 20px;
}
.onlineshop-footer .social-icons li img {
	max-width: 100%;
}
.onlineshop-footer .social-icons li a:hover img {
	opacity: 0.6;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.onlineshop-footer p {
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	color: #fff;
	margin: 0;
}

/* === */
.btn-primary {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	padding: 0.5em 1.9em;
	color: #fff;
	border-radius: 25px;
	background: #5b4154;
	display: table;
	border-color: #5b4154;
}
.btn-primary.danger {
	background-color: #691515;
	border-color:#691515;
}
.btn-primary:not(.greyedout):active,
.btn-primary:not(.greyedout):focus,
.btn-primary:not(.greyedout):hover {
	background-color: #8EA551!important;
	border-color: #8EA551;
	color: #fff;
}
.btn-primary.greyedout {
	background-color: #5b4154!important;
	color: #fff!important;
	opacity: 0.65!important;
}
.btn-primary.greyedout:active:focus {
	color: #fff;
	background-color: #5b4154;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
	opacity: var(--bs-btn-disabled-opacity);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
	color: inherit;
	background-color: inherit;
	border-color: inherit;
}
.bg-beige {
	background-color: #FAF7F3;
}
.spaceTop-klein {
	margin-top: 35px;
}
.spaceTop-mittel {
	margin-top: 50px;
}
.spaceTop-gross {
	margin-top: 75px;
}
.spaceBottom-klein {
	margin-bottom: 35px;
}
.spaceBottom-mittel {
	margin-bottom: 50px;
}
.spaceBottom-gross {
	margin-bottom: 75px;
}
.modul7-wrp .outer-box .bgImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bcItem {
	font-size: 14px;
	font-weight: 300;
}
.bcItem.active {
	font-weight: 400;
}
.tmplShops h3 {
	font-size: 30px!important;
	font-weight: 300;
}
.tmplShops .titlebar p {
	font-size: 20px;
}
.container-xxxl {
	max-width: 1624px;
	margin: 0 auto;
}

.cart-icon {
	background-color: #5B4154;
	display: block;
	padding: 6px;
	width: max-content;
	transition: 250ms background-color ease;
}
.cart-icon:not(.greyedOut):hover {
	background-color: #8EA551;
}
.productImg img {
	object-fit: cover;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	appearance: textfield;
}

.tmplArtikelDetail .priceHeading {
	font-size: 16px;
	font-weight: 600;
}
.tmplArtikelDetail .navImage {
	background-color: #FAFAFA;
}
.tmplArtikelDetail .priceEntry {
	border: 2px solid #BBB5BC;
	border-radius: 10px;
	padding: 3px;
	color: #000;
	transition: all 150ms ease;
}
.tmplArtikelDetail .priceEntry div {
	font-weight: 100;
}
.tmplArtikelDetail .priceEntry.selected {
	border: 2px solid #93A45C;
}
.tmplArtikelDetail .priceEntry.selected div {
	font-weight: 600;
}
.tmplArtikelDetail .priceShowcase {
	font-size: 14px;
	font-weight: 100;
}
.tmplArtikelDetail .deliveryTime .time {
	font-weight: 600;
}
.tmplArtikelDetail .deliveryTime a {
	color: #000;
	font-weight: 100;
	text-decoration: underline;
}
.tmplArtikelDetail .accordion-button:not(.collapsed) {
	background: none;
	border: none;
}
.accordion-button:not(.collapsed)::after {
	background-image: var(--syr-accordion-btn-active-icon);
}
.tmplArtikelDetail .accordion-button:focus {
	border: none;
	box-shadow: none;
}
.tmplArtikelDetail .accordion-button {
	color: #000;
	font-weight: 600;
}
.tmplArtikelDetail .accordion-item {
	border-bottom: 1px solid #BBB5BC!important;
}
.tmplArtikelDetail .mutationSelection {
	background-color: #FAFAFA;
	background-clip: content-box;
}
.tmplArtikelDetail .mutDisplay {
	font-weight: 600;
	font-size: 16px;
}
.tmplArtikelDetail .mutDisplay .selected {
	background-color: #fff;
	border-bottom: 1px solid #BAB5BC;
}
.tmplArtikelDetail .slickMain img {
	height: 500px;
}
.tmplArtikelDetail .slickMain .slickNav {
	height: 60px;
}
.tmplArtikelDetail .slickNav {
	margin-top: 90px;
	border-top: 1px solid #BBB5BC;
}
.tmplArtikelDetail .slickNav .slick-current {
	border: 1px solid #000;
}
.tmplArtikelDetail .slickMain img {
	object-fit: contain;
}
.tmplArtikelDetail .details .accordion-body {
	padding: 10px 0 0 0;
}

@keyframes headerSlideOut {
	0% {
		height: 0;
	}
}

header .sidenavbar {
	padding: 0;
	display: none;
	overflow: hidden;
}
header .sidenavbar .navTabHeading {
	z-index: 4;
	text-align: center;
	background-color: #fff;
	padding: 2.25em 0 0.5em 0;
	transition: all 250ms linear;
	box-shadow: inset 0 8px 9px -7px rgba(0, 0, 0, 0.4);
}
header .sidenavbar .tabContainer {
	border-bottom: 1px solid #EBEBEB;
}
header .sidenavbar .navTabHeading.active {
	background-color: #5B4154;
	z-index: 3;
	color: #fff;
	font-weight: 800;
}
header .sidenavbar .navTabHeading a {
	color: #000;
}
header .sidenavbar .navTabHeading.active a {
	color: #fff;
}
header .sidenavbar .accordion-button:not(.collapsed) {
	background-color: #F4F2EF;
	box-shadow: none;
	color: #383038;
	font-weight: 900;
}
header .sidenavbar .accordion-button {
	color: #383038;
}
header .sidenavbar .accordion-button::after {
	transition: 300ms cubic-bezier(0.79, -0.42, 0.54, 0.9);
}
header .sidenavbar a.accordion-button::after {
	content: none;
}
header .sidenavbar a.accordion-button {
	font-weight: 400;
}
header .sidenavbar .accordion-button:focus {
	box-shadow: none;
}
header .sidenavbar .accordion-collapse:not(.collapsed),
header .sidenavbar .accordion-collapse:not(.collapsed) .accordion-button {
	background-color: #F4F2EF;
}
header .sidenavbar .accordion-collapse .accordion-button {
	padding: var(--bs-accordion-btn-padding-y) 0 var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}
header .sidenavbar .accordion-item .catImg {
	width: 57px;
	height: 57px;
	object-fit: cover;
}
header .sidenavbar .accordion-item {
	background-color: #F4F2EF;
}
header .sidenavbar .accordion-item.level2 .accordion-header.active span,
header .sidenavbar .accordion-header.active .accordion-button {
	font-weight: 600;
	color: #4E3F51;
}
header .sidenavbar .accordion-header.active.level3 span,
header .sidenavbar .accordion-header.active span {
	font-weight: 800!important;
	color: #4E3F51;
}
header .sidenavbar .accordion-header span,
header .sidenavbar .accordion-header button,
header .sidenavbar .accordion-header a {
	font-size: 14px;
}
header .sidenavbar .katItems.active span {
	font-weight: 900;
	color: #4E3F51;
}
header .sidenavbar .accordion .accordion-item.level2:last-child {
	border-bottom: 1px solid #EBEBEB;
}
header .sidenavbar .accordion-item .accordion-item .accordion-button::after {
	margin-top: 0.25em;
}
header .sidenavbar .accordion-item .accordion-body .katItems a {
	color: #5B4154;
}
header .sidenavbar .accordion-item .accordion-body .katItems {
	margin-bottom: 13px;
}
header .sidenavbar .accordion-item .accordion-body .accordion-collapse {
	position: relative;
	bottom: 48px;
	left: 70px;
	z-index: 99;
	background: none;
}
header .sidenavbar .accordion-item.noKatPic .accordion-collapse {
	bottom: 25px!important;
	left: 10px!important;
}
header {
	position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: 11;
}
.artikelID .productImg .onHover,
.article-slider .productImg .onHover {
	transition: all 150ms ease-in;
	opacity: 0;
}
.artikelID .productImg:hover .preview,
.article-slider .productImg:hover .preview {
	opacity: 0;
	transition: all 150ms ease-in;
}
.article-slider .productImg:hover .preview {
	opacity: 0;
}
.artikelID .productImg:hover .onHover,
.article-slider .productImg:hover .onHover {
	opacity: 1;
}

.article-slider-productdetail {
	--crossselling-items:4;
}
.article-slider-productdetail .slick-slide {
	width: calc((100vw - 16px - 20px * var(--crossselling-items)) / (var(--crossselling-items) + 0.5));
	}
@media(max-width: 1199px) {
	.article-slider-productdetail {
		--crossselling-items: 3;
	}
}

@media(max-width: 991px) {
	.article-slider-productdetail {
		--crossselling-items: 2;
	}
}

@media(max-width: 550px) {
	.article-slider-productdetail {
		--crossselling-items: 1;
	}
	.modul5-wrp {
		padding: 20px 0;
	}
}

@media(max-width: 447px) {
	.article-slider-productdetail {
		--crossselling-items: 1;
	}
}

.heart-icon.active {
	background-color: #5B4154!important;
	transition: all 100ms ease;
}
.heart-icon.active img {
	filter: brightness(100);
	transition: all 100ms ease;
}
.tmplArtikelDetail .heart-icon {
	background-color: #F4F2EF;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 100ms ease;
}
header .katDd .dropdown-menu {
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: inset 0 3px 7px -2px #bdbcbc;
	padding-bottom: 45px;
	scrollbar-width: none;
	overflow: scroll;
	max-height: 550px;
}

header .katDd .dropdown-menu .dropdown-item {
	padding-left: 0;
}
header .katDd .dropdown-menu .katHeader {
	color: #707070;
	font-weight: 600;
}
header .katDd .dropdown-menu .dropdown-item {
	font-weight: 300;
}
header .katDd .dropdown-menu .dropdown-item.active {
	background: none;
	color: #000;
	font-weight: 500;
}
header .katDd .dropdown-menu .katImg img {
	height: 234px;
	width: 234px;
	object-fit: cover;
}
header .sidenavbar .lowerPart {
	background-color: #473A49;
}
header .sidenavbar .upperPart,
header .sidenavbar .lowerPart {
	padding: 0 31px;
}
header .sidenavbar h2 {
	font-size: 30px;
	color: #fff;
}
header .sidenavbar .navTabs,
header .sidenavbar .navBottomContainer {
	background-color: #fff;
}
header .sidenavbar .navBottomContainer a:not(.btn) {
	color: #000;
	text-decoration: underline;
}
header .sidenavbar .lowerPart a {
	color: #fff!important;
}
#content {
	padding-top: 165px;
}
body.isWk #content {
	padding-top: 203px;
}
#content::after {
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ffffff00;
	transition: all 300ms linear;
}
#content.setDimm::after {
	content: "";
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #00000080;
}
.main-wrpper .goTop {
	display: none;
}
.main-wrpper.scrolled .goTop {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 50px;
	padding: 15px;
	border: none;
	border-radius: 50%;
	right: 12%;
	width: 55px;
	height: 55px;
	background-color: #fff;
	z-index: 10;
	transition: bottom 150ms cubic-bezier(0.25, 0.35, 0.75, 0.65);
}
.goTop:hover {
	bottom: 60px!important;
}
.goTop::after {
	width: auto;
	height: auto;
	content: url('/images/twoArrows.svg');
}
.mkMenue a {
	font-size: 20px;
	font-weight: 300;
	color: #000;
}
.mkMenue .compName {
	font-size: 20px;
	font-weight: 600;
}
.mkMenue hr {
	border: 1px solid #EBEBEB;
	opacity: 1;
}
.mkMenue a.active {
	color: #8EA551;
	font-weight: 600;
}
header .mkMenue .menueItem {
	margin-top: 3em;
}
header .mkMenue > .menueItem:nth-of-type(2) {
	margin-top: 0;
}
.mkMenue img.active {
	filter: brightness(0) saturate(100%) invert(64%) sepia(32%) saturate(599%) hue-rotate(35deg) brightness(91%) contrast(83%);
}
.breadcrumb .breadcrumb-item a {
	color: #000;
}
.breadcrumb .breadcrumb-item.active {
	font-weight: 600;
}
.breadcrumb .breadcrumb-item a.noLink {
	pointer-events: none;
	cursor: default;
}
.mkHeader .compName {
	font-size: 30px;
	font-weight: 600;
	color: #3a3038;
}
.mkHeader .currentSite {
	font-size: 56px;
	font-weight: 300;
	color: #5B4154;
}
.mkHeader .userNmbr {
	font-size: 20px;
	font-weight: 300;
}
.form-label {
	font-weight: 600;
	font-size: 20px;
}
.tmplMKPW .password-container > img {
	right: 26px;
	bottom: 16px;
	transition: 150ms all linear;
}
.tmplMKPW .password-container > img.toggled {
	filter: brightness(0) saturate(100%) invert(60%) sepia(23%) saturate(773%) hue-rotate(35deg) brightness(98%) contrast(89%);
}
.top-in-shadow {
	box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4)
}
.heading-container {
	margin-top: 3.5rem;
}
.kat-selector a.nav-link::after {
	content: "";
	width: 0;
	height: 5px;
	background-color: #949095;
	transition: all 150ms linear;
	margin: 6px auto 0 auto;
	display: block;
}
.kat-selector a.nav-link.active::after,
.kat-selector a.nav-link:hover::after {
	width: 100%;
}

header .logoSmall,
header.nav-new .navbarbot,
header.nav-new .logoBig {
	display: none;
}
header.nav-new .logoSmall {
	display: block;
}
header.nav-new {
	position: fixed;
	-webkit-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	padding: 0;
}
header.nav-new .search-group > .form-group {
	padding: 10px 0;
}
header.nav-new .left-links button {
	display: block;
}

header:not(.nav-new) .searchGroup.scrolled,
header.nav-new .navbarbot .search-group {
	display: none;
}
header:not(.nav-new) .search-icon.scrolled {
	display: none!important;
}
.tmplHeader .newsEntry {
	background-color: #64A0BA;
	color: #fff;
	font-weight: 600;
}
.modal-body {
	padding: 65px 120px 120px 120px;
}
.modal-content h1 {
	font-weight: 300;
	color: #5B4154;
	font-size: 56px;
}
.modal-body .mandatoryField {
	font-weight: 300;
}

.modal-header {
	border-bottom: none;
	padding-right: 50px;
	padding-top: 15px;
}

.tmplHeader .newsEntry p {
	margin-bottom: 0;
	padding: 7px 50px;
}

.kat-selector:not(.active) {
	display: none;
}
.filter button {
	font-size: 16px;
	padding: 0.5em 2.25em;
	height: min-content;
}
select#sort {
	border: none;
	font-weight: 600;
	background-color: #fff;
	color: #000;
}

.article-text {
	display: block;
}
.article-text h3 {
	margin: 0!important;
}
.article-text span {
	color: #383038;
	font-weight: 300;
}

.breadCrumb-ad {
	background-color: #F4F2EF;
}
.quantitySelection * {
	font-size: 16px;
	font-weight: 600;
}
.quantitySelection {
	border: 1px solid #BBB5BC;
}
.quantitySelection .quantButton {
	padding: 10px 20px;
	background-color: #F7F7F7;
	color: #383038;
	font-size: 20px;
	transition: 150ms ease all;
}
.quantitySelection .quantButton:active {
	background-color: #dfdfdf;
}
.quantitySelection .quantButton.minus {
	border: none;
	border-right: 1px solid #BBB5BC;
}
.quantitySelection .quantButton.plus {
	border: none;
	border-left: 1px solid #BBB5BC;
}

.mutMaxNumber a {
	color: #000;
}
a.greyedOut {
	cursor: default;
	opacity: .5;
}
button.greyedout {
	cursor: default;
	opacity: .5;
}

.OuterFilter {
	display: none;
	right: 0;
	top: 0;
	background-color: #fff;
	z-index: 12;
	padding: 15px;
	width: 25%;
}

.filterCont #filterAcc .filterEntry .headline[aria-expanded="true"] .inner img.up {
	display: block;
	rotate: 180deg;
}

.filterCont #filterAcc .filterEntry .headline .inner img.up,
.filterCont #filterAcc .filterEntry .headline[aria-expanded="true"] .inner img.down {
	display: none;
}
.filterCont #filterAcc .filterEntry .headline .inner img {
	display: block;
}
.filterCont #filterAcc .filterEntry {
	border-top: 1px solid #BBB5BC;
}
.filterCont #filterAcc .form-check-input[type=checkbox] {
	border: #949095 1px solid;
	border-radius: 0;
}
.createFilter {
	padding-bottom: 175px;
}
.tmpl-merkliste .h1 {
	font-size: 56px;
	font-weight: 300;
	color: #5B4154;
}
.tmplSuche .h2 {
	font-weight: 300;
	color: #5B4154;
}
.tmplSuche .h3 {
	color: #5B4154;
}
.tmpl-merkliste .text {
	font-size: 20px;
	font-weight: 300;
}
.tmpl-merkliste .text a {
	font-weight: 600;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.p-inherit {
	padding: inherit;
}

.tmplArtikelDetail .oldPrice span,
.tmplWarenkorb .oldPrice span {
	font-size: 14px;
	font-weight: 100;
	text-decoration: line-through;
	display: inline;
	color: #831246;
}

@-o-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		-o-transform: none;
		transform: none;
	}
}

@keyframes slideInFromLeft {
	from {
		opacity: 0;
		transform: translate(-100%, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes slideBackLeft {
	from {
		opacity: 1;
		display: block;
	}
	to {
		opacity: 0;
		display: none;
		transform: translate(-100%, 0);
	}
}

header .sidenavbar.openSlide {
	height: auto;
	min-height: 35vh;
	max-height: 75vh;
	display: block;
	width: 33%;
	background-color: #fff;
	scrollbar-gutter: stable;
	animation: slideInFromLeft 250ms;
	overflow-y: auto;
}
header .sidenavbar.closeSlide {
	width: 33%;
	height: 75vh;
	background-color: #fff;
	scrollbar-gutter: stable;
	animation: slideBackLeft 250ms;
	overflow-y: auto;
}

.tmplFormular h1 {
	font-size: 82px;
	line-height: 80px;
	font-weight: 300;
	color: #5b4154;
}
.tmplFormular {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 24px;
}
.tmplFormular h2 {
	font-family: "Open Sans";
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}
.tmplFormular a {
	color: #000;
	text-decoration: underline;
}
.tmplFormular a:hover {
	text-decoration: none;
}
.tmplFormular .form-control:focus,
.tmplFormular .form-check-input:focus {
	box-shadow: none;
}
.tmplFormular .form-control[type=file] {
	display: none;
}
.tmplFormular .form-check-input[type=checkbox],
.tmplFormular .form-check-input[type=radio] {
	border-radius: 0.5em;
	border-color: #BBB5BC;
}
.tmplFormular .form-check-input:checked {
	background-color: #8EA551;
}

.tmplWarenkorb.mobileBackLink a {
	color: #3A3038;
	font-weight: 600;
}
.tmplWarenkorb.stepBorder {
	box-shadow: 0 -10px 22px #aaa;
}
.tmplWarenkorb .steps .entry .text {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #3A3038;
}
.tmplWarenkorb .steps .entry .text.active {
	color: #8EA551;
}
.tmplWarenkorb .steps .entry .text.inactive {
	color: #BCB5BC;
}
.tmplWarenkorb .headline {
	font-size: 56px;
	line-height: 1.214;
	font-weight: 300;
	color: #5B4154;
	margin-bottom: 85px;
}
.tmplWarenkorb .wkSum {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #3A3038;
}
.tmplWarenkorb .showDeliverOption {
	height: auto!important;
}
.tmplWarenkorb .wkSum .discountVoraus {
	color: #831246;
}
.tmplWarenkorb .wkSum .voucher {
	color: #831246;
}
.tmplWarenkorb .wkSum .lineBottom {
	border-bottom: 1px solid #EBEBEB;
}
.tmplWarenkorb .wkSum strong {
	font-weight: 600;
}
.tmplWarenkorb .wkRightInfo {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	margin-top: 48px;
}
.tmplWarenkorb .wkRightInfo .strong,
.tmplWarenkorb .wkRightInfo strong {
	font-weight: 600;
}
.tmplWarenkorb .wkRightInfo .heading {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	margin-bottom: 18px;
}
.tmplWarenkorb .wkRightInfo .accordion {
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin-top: 20px;
	margin-bottom: 24px;
}
.tmplWarenkorb .wkRightInfo .accordion-button:focus,
.tmplWarenkorb .wkRightInfo .accordion-button:not(.collapsed) {
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	color: inherit;
}
.tmplWarenkorb .list .entry .saleFlag {
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	color: #fff;
	display: table;
	background: #831246;
	position: absolute;
	left: 0;
	top: 10px;
	padding: 2px 6px;
}
.tmplWarenkorb .list .entry + .entry {
	margin-top: 103px;
	padding-top: 25px;
	border-top: 1px solid #EBEBEB;
	margin-bottom: 50px;
}
.tmplWarenkorb .list .entry .aName {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #383038;
	margin-bottom: 13px;
	display: block;
}
.tmplWarenkorb .list .entry .aData {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #383038;
	margin-bottom: 13px;
}
.tmplWarenkorb .list .entry .picePrice {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #383038;
}
.tmplWarenkorb .list .entry .heart-icon {
	background-color: #F4F2EF;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 100ms ease;
}
.tmplWarenkorb .list .entry .aPrice {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #383038;
}
.tmplWarenkorb .list .entry .aPrice.aktion {
	color: #831246;
}
.tmplWarenkorb .list .entry .aVE {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #383038;
}
.tmplWkList .btn-primary {
	display: unset;
}
.tmplWkList .sonderrabatt {
	font-size: 16px;
	color: #691515;
}
.tmplWarenkorb .tmplWkAdresse {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #383038;
}
.tmplWarenkorb .tmplWkAdresse .strong,
.tmplWarenkorb .tmplWkAdresse strong {
	font-weight: 600;
}
.tmplWarenkorb .tmplWkAdresse .headline {
	margin-bottom: 29px;
}
.tmplWarenkorb .tmplWkAdresse .form-check-label a {
	color: #3a3038;
	text-decoration: underline;
}
.tmplWarenkorb .group + .group {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #EBEBEB;
}
.tmplWarenkorb .group .textInset {
	padding-left: 30px;
	margin-top: 10px;
	font-weight: 100;
}
.tmplWarenkorb .tmplWkBezahlen .zahlungsart .group {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #3A3038;
}
.tmplWarenkorb .tmplWkBezahlen .wkb-text {
	font-weight: 300;
	font-size: 16px;
}
.form-check-input.is-valid ~ .form-check-label {
	color: unset;
}
.form-check-input.is-valid:checked {
	background-color: #8ea551;
	border-color: #8ea551;
}
:is(input, select).is-valid,
input.is-invalid {
	border: 1px solid #BBB5BC!important;
}
.tmplWarenkorb .tmplWkBezahlen .wkb-text ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.tmplWarenkorb .tmplWkBezahlen .zahlungsart .group .aktion {
	font-weight: 300;
	color: #831246;
}
.tmplWarenkorb .tmplWkBezahlen .zahlungsart .group + .group {
	margin-top: 19px;
	padding-top: 19px;
	border-top: 1px solid #EBEBEB;
}
.tmplWarenkorb .tmplWkReview {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	color: #383038;
}
.tmplWarenkorb .tmplWkReview .strong,
.tmplWarenkorb .tmplWkReview strong {
	font-weight: 600;
}
.tmplWarenkorb .tmplWkReview .summary .group + .group {
	margin-top: 17px;
	padding-top: 17px;
	border-top: 1px solid #EBEBEB;
}
.tmplWarenkorb .tmplWkReview .list .entry .aName {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #383038;
	margin-bottom: 13px;
	display: block;
}

.form-check-input:checked {
	background-color: #8ea551;
	border-color: #8ea551;
}
.form-check-input:focus {
	border-color: #5A6F15;
	outline: 0;
	box-shadow: none;
}
.tmplMKBST .article-text h3 {
	font-size: 16px;
	color: #000;
}
.tmplMKBST .oldPrice {
	font-size: 16px;
	font-weight: 300;
}
.tmplMKBST .article-text {
	margin-bottom: 0;
}
.tmplMKBST .accordion-button {
	width: auto;
	padding: 0 10px;
	color: #000;
	transition: var(--bs-accordion-transition);
}
.tmplMKBST .accordion-button::after {
	margin-left: 15px;
}
.tmplMKBST .accordion-button:not(.collapsed) {
	background: none;
	box-shadow: none;
}
.tmplMKBST .btn.btn-primary {
	font-size: 14px;
}
.tmplMKBST .orderPrice .priceFull {
	font-weight: 600;
}
.tmplMKBST .artPrice span {
	color: #3A3038;
	font-size: 20px;
	font-weight: 600;
}
.tmplMKBST .artPrice.aktion span {
	color: #831246;
}
.tmplMKBST .orderDetails {
	display: none;
}
.tmplMKBST .printPage {
	text-decoration: underline;
	cursor: pointer;
	color: #383038;
}
.tmplMKBST .orderDate .date {
	font-weight: 600;
}
.tmplMKBST .status {
	font-size: 14px;
	font-weight: 600;
	color: #5A6F15;
}
.tmplMKBST .overview {
	height: 37px;
}
.tmplMKBST .overview.dropdownToggle {
	font-weight: 600;
}
.tmplMKBST .accordion-item:not(.isOpen) .rabatt {
	display: none;
}
.tmplMKBST .adressHeading {
	font-weight: 600;
}
.mkEintrag img {
	height: 50px;
}
.mkEintrag h2 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	color: #3a3038;
}
.mkEintrag .mkEntryText {
	color: #000;
	font-size: 16px;
	font-weight: 100;
}
.tmplMKDaten .mkData-entry {
	font-size: 20px;
	font-weight: 200;
}
.tmplMKDaten .mkData-entry.heading {
	font-weight: 600;
}
.tmplMKNewsletter label {
	font-size: 20px;
	font-weight: 300;
	color: #000;
}
.tmplMKNewsletter .nlResubThx {
	font-size: 35px;
}
.tmplMKNewsletter .resubBtn {
	color: #fff!important;
}
.tmplMKNewsletter .form-check-input[type=checkbox] {
	height: 25px;
	width: 25px;
	border-width: 2px;
}
.tmplMKNewsletter .nlContainer a:not(.btn) {
	color: #3A3038;
	text-decoration: underline;
}
.tmplMKNewsletter .nlContainer h2.h4 {
	color: #5B4154;
}
.tmplMKNewsletter .nlBenefits li {
	list-style-image: url('/images/checkmark.svg');
	margin-left: 31px;
	font-size: 20px;
}
.tmplMKNewsletter .nlBenefits p,
.tmplMKNewsletter .decisionNL:has(.stayNL, .leaveNL) {
	font-size: 20px;
}
.tmplMKNewsletter .nlPaperPlane {
	rotate: 14deg;
}
.tmplMKNewsletter .small {
	color: #383038;
	font-weight: 300;
	font-size: 20px;
}
.tmplArtikelDetail ul.dataList {
	list-style: disc inside;
}
.tmplArtikelDetail .dataHeading {
	font-weight: 600;
}
.breadcrumb-container {
	margin-top: 5px;
}
.breadcrumb-container ol.breadcrumb {
	margin-bottom: calc(var(--bs-breadcrumb-margin-bottom) - 6px);
}
.fof .tmplBildUeberText img {
	width: unset!important;
	height: unset!important;
}
.artikelID .description {
	height: 155px;
}
.artikelID .description small {
	color: #383038;
	font-weight: 100;
	display: block;
}
.artikelID .priceInfo {
	color: #8EA551;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}
img.setMultiply {
	mix-blend-mode: multiply;
}

.showThx h1 {
	font-size: 82px;
	color: #5b4154;
}
.showThx .emailText {
	font-size: 20px;
	font-weight: 300;
}
.showThx .emailText strong {
	font-weight: 600;
}
.showThx .nlRegText {
	margin-top: 150px;
}
.showThx .nlRegText .position-relative {
	width: 569px;
}
.showThx .nlRegText .nlInfo {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
.showThx .nlRegText img {
	rotate: -5deg;
}
.showThx .insideText {
	bottom: 11px;
	left: 75px;
	font-size: 56px;
	font-weight: 200;
}
.meineGaertnerei {
	top: 20rem;
	left: 6px;
}
.meineGaertnerei.high {
	top: 17rem;
}
.tmplMKBST .meineGaertnerei.high {
	top: calc(50% - 1.2vw)
}
.tmplCrossSelling .meineGaertnerei.high {
	top: 15vw;
}
.subCategories a {
	color: #000;
}
.subCategories img {
	width: 157px;
	height: 157px;
	object-fit: cover;
}
.subCategories a {
	padding-bottom: 0.7em;
	display: block;
	margin-bottom: 1em;
}
@media (max-width: 767px) {
	#content .subCategories > .row.justify-content-center {
		justify-content: left!important;
	}
}
.mutAfter.active::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #BBB5BC;
	position: absolute;
	bottom: 0;
	left: 0;
}
.stoererEntry img {
	object-fit: cover;
	width: 382px;
	height: 567px;
}

.textSize-klein p {
	font-size: 14px;
	line-height: 20px;
}
.tmplHeader .subCategories {
	padding-bottom: calc(56px * 1.5);
}
.tmplText p a {
	font-weight: 300;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
	color: #3a3038;
	text-decoration: underline;
}
.voucherDelete a {
	color: #000;
	font-weight: 100;
	text-decoration: underline;
}

.hero-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.15s ease;
	-webkit-transition: opacity 0.15s ease;
}
.hero-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.tmplLieferadressen .mkData-item .btn-primary {
	font-size: 12px;
}
.tmplLieferadressen .mkData-item .trashcan {
	border-radius: 50%;
	padding: 8px;
	width: 36px;
	height: 36px;
	background-color: #EBEBEB;
	cursor: pointer;
	transition: background-color 150ms linear;
}
.tmplLieferadressen .mkData-item .trashcan img {
	width: 20px;
}
.tmplLieferadressen .mkData-item .trashcan:hover {
	background-color: #c9c9c9;
}
.tmplLieferadressen .mkData-item .trashcan:active {
	background-color: #a0a0a0;
}