

/* start kurze ausgabe */
section.m31_products[data-short-output="true"] {
	overflow-x: hidden;
}

.m31_products_subtitle_title_container {
	text-align: center;
	margin-bottom: 54px;
}

.m31_products_subtitle {
	font-weight: 500;
	color: #7993e2;
	font-size: 1.176rem;
	margin-bottom: 10px;
}

.m31_product_slider_arrows {
	padding: 0;
	position: relative;
}

.m31_product_slider_arrow {
	min-width: 47px;
	width: 47px;
	min-height: 47px;
	height: 47px;
	
	position: absolute;
	left: 0; top: 50%;
	transform: translateY(-50%);
	
	display: flex !important;
	justify-content: center;
	align-items: center;
	
	border-radius: 50%;
	background-color: #3846a3;
	border: 1px solid #3846a3;
	
	pointer-events: auto;
	cursor: pointer;
	z-index: 1;
	
	transition: background-color .4s;
}

.m31_product_slider_arrow:hover {
	background-color: #fdfdfb;
}

.m31_product_slider_arrow.slider_next_arrow {
	right: 0;
	left: auto;
}

.m31_product_slider_arrow[aria-disabled="true"] {
	display: none !important;
}

.m31_product_slider_arrow svg {
	min-width: 21px;
	width: 21px;
	fill: #fdfdfb;
	
	transition: fill .4s;
}

.m31_product_slider_arrow.slider_prev_arrow svg {
	transform: rotate(-180deg);
}

.m31_product_slider_arrow:hover svg {
	fill: #3846a3;
}


[data-ausrichtung="zentriert_ausfuellung_links"] .m31_products_main {
	-webkit-mask-image: linear-gradient(to left, 
		rgba(0, 0, 0, 1) 0, 
		rgba(0, 0, 0, 1) calc(100% - 150px), 
		rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to left, 
		rgba(0, 0, 0, 1) 0, 
		rgba(0, 0, 0, 1) calc(100% - 150px), 
		rgba(0, 0, 0, 0) 100%);
}

[data-ausrichtung="zentriert_ausfuellung_rechts"] .m31_products_main {
	-webkit-mask-image: linear-gradient(to right, 
		rgba(0, 0, 0, 1) 0, 
		rgba(0, 0, 0, 1) calc(100% - 150px), 
		rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to right, 
		rgba(0, 0, 0, 1) 0, 
		rgba(0, 0, 0, 1) calc(100% - 150px), 
		rgba(0, 0, 0, 0) 100%);
}

section.m31_products .m31_products_short_output_row {
	margin-bottom: 0;
}

.m31_products_short_output_row .slick-track {
	display: flex;
}

.m31_products_short_output_row .slick-list {
	margin: 0 -13.5px;
	border-radius: 15px;
}

.m31_products_short_output_row .m31_product_item {
	display: flex !important;
	flex-direction: column;
	height: auto !important;
	align-items: stretch;
	margin: 0 13.5px;
	
	transition: opacity .4s;
}

.m31_products_short_output_row .m31_product_item[aria-hidden="true"] {
	pointer-events: none;
	opacity: .5;
}


.m31_products_bottom {
	margin-top: 70px;
}

.m31_product_shop_link_slider_dots_container {
	display: flex;
	gap: 0 83px;
	align-items: center;
}

.m31_product_shop_link_container a{
	white-space: nowrap;
}

.m31_product_dots_container {
	width: 100%;
}

.m31_product_shop_link_slider_dots_container .slick-dots{
	position: static;
	border-radius: 7px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.m31_product_shop_link_slider_dots_container .slick-dots li {
	margin: 0;
	padding: 0;
	width: 40px;
	background-color: #fdfdfb;
	height: 14px;
	
	background-image: url('../../../img/m31_current_dot.png');
	background-repeat: no-repeat;
	background-size: 32px 100%;
	/* background-size: 15% 100%; */
	background-position: -32px 100%;
	/* background-position: -20% 100%; */
	
	/* border-top-right-radius: 7px; */
	
	transition: background-color .4s ease 0s, background-position .4s ease 0s;
}

.m31_product_shop_link_slider_dots_container .m31_dot {
	width: 0;
	height: 100%;
	background-image: linear-gradient(0deg, #859ce8 0%, #859ce8 100%);
	background-position: -100% 100%;
	border-top-right-radius: 0px;
	
	transition: width .0s ease .4s, border-radius .0s ease 0s;
}

.m31_product_shop_link_slider_dots_container li.slick-active + li .m31_dot {
	transition: width .4s ease .4s, border-radius .8s ease .4s;
	border-top-right-radius: 7px;
}

.m31_product_shop_link_slider_dots_container .slick-dots li:has(~ li.slick-active) .m31_dot,
.m31_product_shop_link_slider_dots_container li.slick-active .m31_dot {
	width: 100%;
	border-top-right-radius: 0;
	
	transition: width .4s ease 0s, border-radius .8s ease 0s;
}

.m31_product_shop_link_slider_dots_container .slick-dots li:has(~ li.slick-active) .m31_dot {
	transition: width 0s ease 0s, border-radius 0s ease 0s;
}

.m31_product_shop_link_slider_dots_container .slick-dots li:has(~ li.slick-active),
.m31_product_shop_link_slider_dots_container .slick-dots li.slick-active {
	/* background-color: #859ce8; */
	/* border-top-right-radius: 0; */
}

.m31_product_shop_link_slider_dots_container .slick-dots li.slick-active + li {
	background-position: 0% 100%;
	transition: background-color .4s ease 0s, background-position .4s ease .4s;
}

/* end kurze ausgabe */

@keyframes loadMoreRotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

section.m31_products {
	background: #e8eefb;
}

section.m31_products .m31_products_filter_container {
	display: flex;
	align-items: center;
	gap: 10px 80px;
	margin-bottom: 44px;
	flex-wrap: wrap;
}

section.m31_products .m31_product_filter_terms_container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}

section.m31_products .m31_product_filter_term {
	display: inline-block;
	padding: 20px 40px 17px;
	border: 2px solid #3846a3;
	border-radius: 34px;
	cursor: pointer;
	font-size: .88235rem;
	-webkit-transition: background .4s, color .4s;
	-moz-transition: background .4s, color .4s;
	-ms-transition: background .4s, color .4s;
	-o-transition: background .4s, color .4s;
	transition: background .4s, color .4s;
}

section.m31_products .m31_product_filter_term:hover,
section.m31_products .m31_product_filter_term.active {
	background: #3846a3;
	color: #fdfdfb;
}

section.m31_products .mM_row {
	gap: 20px;
}

section.m31_products .m31_product_item {
	background: #fff;
	padding: 30px;
	border-radius: 15px;
}

section.m31_products .m31_product_item_thumbnail_mask,
section.m31_products .m31_product_item_thumbnail_container_inner {
	position: relative;
}

section.m31_products .m31_product_item_thumbnail_mask {
	cursor: pointer;
}

section.m31_products .m31_abo_info_title,
section.m31_products .m31_product_item_cart_quantity_container,
section.m31_products .m31_product_item_thumbnail_splash {
	position: absolute;
	right: 20px;
	top: 16px;
	display: none;
}

section.m31_products .m31_abo_info_title,
section.m31_products .m31_product_item_cart_quantity_container {
	z-index: 2;
}

section.m31_products .m31_abo_info_title {
	background: #e8eefb;
	border-radius: 7px;
	color: #3846a3;
	font-size: .70588rem;
	padding: 10px 13px 8px;
	right: -10px;
	top: -15px;
}

section.m31_products .m31_product_item_cart_quantity_container {
	top: auto;
	bottom: 20px;
	right: 45px;
	align-items: center;
	gap: 0 6px;
}

section.m31_products .m31_product_item_quantity_container {
	padding: 11px 12px;
	background: #e8eefb;
	border-radius: 24px;
	display: flex;
	align-items: center;
	gap: 0 2px;
}

section.m31_products .m31_add_to_cart_quantity_button {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #859ce8;
	color: #fff;
	font-size: .73rem;
	padding-top: 2px;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-ms-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

section.m31_products .m31_add_to_cart_quantity_button.disabled {
	opacity: .3;
}

section.m31_products .m31_add_to_cart_quantity::-webkit-outer-spin-button,
section.m31_products .m31_add_to_cart_quantity::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

section.m31_products .m31_add_to_cart_quantity[type=number] {
	-moz-appearance: textfield;
}

section.m31_products .m31_add_to_cart_quantity {
	background: transparent;
	font-size: .70588rem;
	color: #3846a3;
	text-align: center;
	width: 32px;
	padding: 0;
	border: none;
	outline: none;
}

section.m31_products .m31_add_to_cart_button {
	width: 47px;
	height: 47px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3846a3;
}

section.m31_products .m31_add_to_cart_button svg {
	fill: #fff;
	width: 18px;
}

section.m31_products .m31_product_item_thumbnail_splash {
	left: 48%;
	right: auto;
	top: 50%;
	opacity: .3;
	width: 267px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

section.m31_products .m31_product_item_thumbnail_splash svg {
	fill: #3846a3;
}

section.m31_products .m31_product_item_thumbnail_container_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(18.61% 0.75%, 16.97% 0.89%, 15.32% 1.11%, 13.72% 1.46%, 12.2% 1.98%, 10.79% 2.75%, 9.33% 4.0%, 8.2% 5.52%, 7.34% 7.23%, 6.7% 9.06%, 6.21% 10.95%, 5.81% 12.87%, 5.41% 14.88%, 5.04% 16.89%, 4.67% 18.9%, 4.32% 20.92%, 3.98% 22.94%, 3.66% 24.97%, 3.35% 27.0%, 3.05% 29.03%, 2.77% 31.07%, 2.5% 33.1%, 2.25% 35.14%, 2.0% 37.19%, 1.78% 39.23%, 1.56% 41.28%, 1.36% 43.33%, 1.18% 45.38%, 1.0% 47.44%, 0.84% 49.49%, 0.7% 51.55%, 0.57% 53.61%, 0.45% 55.67%, 0.34% 57.73%, 0.25% 59.79%, 0.18% 61.86%, 0.11% 63.93%, 0.07% 65.99%, 0.03% 68.06%, 0.01% 70.13%, 0.0% 72.2%, 0.01% 74.27%, 0.03% 76.34%, 0.06% 78.4%, 0.13% 80.42%, 0.28% 82.45%, 0.56% 84.46%, 1.01% 86.42%, 1.68% 88.3%, 2.62% 90.08%, 3.63% 91.45%, 4.72% 92.59%, 5.93% 93.59%, 7.25% 94.47%, 8.67% 95.23%, 10.17% 95.88%, 11.74% 96.43%, 13.37% 96.89%, 15.04% 97.27%, 16.74% 97.58%, 18.46% 97.84%, 20.19% 98.04%, 21.9% 98.19%, 23.6% 98.32%, 25.2% 98.43%, 26.81% 98.53%, 28.41% 98.63%, 30.01% 98.72%, 31.62% 98.81%, 33.22% 98.9%, 34.83% 98.99%, 36.43% 99.07%, 38.03% 99.15%, 39.64% 99.22%, 41.24% 99.29%, 42.85% 99.36%, 44.45% 99.42%, 46.06% 99.48%, 47.66% 99.54%, 49.27% 99.59%, 50.87% 99.64%, 52.48% 99.68%, 54.09% 99.72%, 55.69% 99.76%, 57.3% 99.8%, 58.9% 99.83%, 60.51% 99.86%, 62.12% 99.88%, 63.72% 99.9%, 65.33% 99.92%, 66.94% 99.93%, 68.55% 99.94%, 70.15% 99.95%, 71.76% 99.95%, 73.37% 99.95%, 75.02% 99.95%, 76.68% 99.96%, 78.32% 99.98%, 79.94% 100.0%, 81.54% 100.0%, 83.12% 99.97%, 84.69% 99.9%, 86.26% 99.77%, 87.83% 99.58%, 89.39% 99.31%, 90.96% 98.95%, 92.54% 98.49%, 93.81% 98.03%, 95.04% 97.37%, 96.3% 96.24%, 97.49% 94.43%, 98.39% 92.19%, 98.86% 90.11%, 99.2% 87.73%, 99.43% 85.23%, 99.58% 82.81%, 99.67% 80.65%, 99.72% 78.94%, 99.77% 77.81%, 99.84% 75.59%, 99.89% 73.42%, 99.94% 71.3%, 99.97% 69.22%, 99.99% 67.18%, 100.0% 65.17%, 99.99% 63.2%, 99.97% 61.24%, 99.94% 59.31%, 99.89% 57.39%, 99.82% 55.49%, 99.74% 53.59%, 99.64% 51.69%, 99.53% 49.79%, 99.4% 47.89%, 99.25% 45.97%, 99.09% 44.04%, 98.91% 42.09%, 98.71% 40.11%, 98.49% 38.11%, 98.25% 36.07%, 97.99% 34.0%, 97.72% 31.88%, 97.42% 29.72%, 97.11% 27.51%, 96.77% 25.24%, 96.41% 22.91%, 96.04% 20.52%, 95.68% 18.36%, 95.32% 16.46%, 94.87% 14.55%, 94.31% 12.68%, 93.63% 10.87%, 92.8% 9.15%, 91.79% 7.57%, 90.59% 6.14%, 89.17% 4.9%, 87.66% 3.96%, 86.95% 3.71%, 85.92% 3.47%, 84.6% 3.23%, 83.04% 3.01%, 81.29% 2.79%, 79.37% 2.58%, 77.34% 2.38%, 75.24% 2.19%, 73.1% 2.02%, 70.98% 1.86%, 68.9% 1.71%, 66.93% 1.58%, 65.09% 1.47%, 63.43% 1.37%, 61.99% 1.29%, 60.81% 1.22%, 59.94% 1.18%, 58.35% 1.1%, 56.2% 1.0%, 54.2% 0.89%, 52.33% 0.78%, 50.58% 0.68%, 48.95% 0.58%, 47.4% 0.49%, 45.94% 0.4%, 44.55% 0.32%, 43.21% 0.25%, 41.92% 0.18%, 40.66% 0.12%, 39.41% 0.08%, 38.16% 0.04%, 36.91% 0.01%, 35.62% 0.0%, 34.31% 0.0%, 32.94% 0.02%, 31.51% 0.05%, 30.0% 0.09%, 28.41% 0.16%, 26.71% 0.24%, 24.89% 0.34%, 22.95% 0.45%, 20.86% 0.59%, 18.61% 0.75%);
	background: #859ce8;
	padding: 50px 0 35px;
}

section.m31_products .m31_product_item_thumbnail {
	width: auto;
	max-width: unset;
	height: 185px;
	display: block;
	margin: 0 auto;
	position: relative;
}

section.m31_products .m31_product_item_background_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

section.m31_products .m31_product_item_content_price_container {
	padding: 0 10px;
	padding-top: 35px;
}

section.m31_products .m31_product_item_link {
	display: block;
}

section.m31_products .m31_product_item_title {
	font-size: 1.17647059rem;
	color: #3846a3;
}

section.m31_products .m31_product_item_description * {
	font-size: .88235rem;
}

section.m31_products .m31_product_item_description span {
	color: #7a94e3;
}

section.m31_products .m31_product_item_price_container {
	display: flex;
	align-items: center;
	gap: 0 30px;
	margin-top: 60px;
}

section.m31_products .m31_product_item_price_container * {
	color: #7993e2;
}

section.m31_products .m31_price {
	font-weight: 600;
	font-size: 1.17647059rem;
	margin-bottom: 0;
}

section.m31_products .m31_product_item_content_price_container .added_to_cart {
	color: #3846a3;
	-webkit-transition: color .4s;
	-moz-transition: color .4s;
	-ms-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}

section.m31_products .m31_product_item_content_price_container .added_to_cart:hover {
	color: #7993e2;
}

section.m31_products .m31_product_load_more_container {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 44px;
}

section.m31_products .m31_product_load_more_item {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0 12px;
}

section.m31_products .m31_product_load_more_item .m31_product_load_more_icon {
	width: 21px;
	fill: #ffffff;
}

section.m31_products .m31_product_load_more_item:hover .m31_product_load_more_icon {
	fill: #fff;
}

section.m31_products .m31_product_load_more_loader_container {
	position: absolute;
	left: 50%;
	top: 0;
	display: none;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

section.m31_products .m31_product_load_more_loader {
	fill: #3846a3;
	width: 75px;
	animation: loadMoreRotation 2s linear infinite;
}

section.m31_products .m31_out_of_stock {
	color: #d45432;
	font-weight: 600;
}

section.m31_products .m31_abobox_info {
	color: #3846a3;
}

@media screen and (max-width: 1399px) {
	section.m31_products .m31_product_item_price_container {
		flex-direction: column-reverse;
		align-items: start;
	}
	
	.m31_product_shop_link_slider_dots_container {
		gap: 20px 42px;
	}
}

@media screen and (max-width: 1199px) {
	section.m31_products .m31_product_item {
		width: calc(50% - (20px * 1 / 2));
	}
	
	/* nicht kurze ausgabe - einblenden */
	section.m31_products .m31_abo_info_title,
	section.m31_products .m31_product_item_cart_quantity_container {
		display: flex !important;
		opacity: 1 !important;
		z-index: 3;
	}
	
	/* kurze ausgabe - ausblenden */
	section.m31_products .m31_product_item.slick-slide .m31_abo_info_title,
	section.m31_products .m31_product_item.slick-slide .m31_product_item_cart_quantity_container {
		display: none !important;
		opacity: 0 !important;
	}
	
	/* kurze ausgabe aktives element - einblenden */
	section.m31_products .m31_product_item.slick-active .m31_abo_info_title,
	section.m31_products .m31_product_item.slick-active .m31_product_item_cart_quantity_container {
		display: flex !important;
		opacity: 1 !important;
	}
	
	section.m31_products .m31_product_item_thumbnail {
		height: 155px;
		z-index: 2;
	}
	
	/* nicht kurze ausgabe - ausblenden */
	section.m31_products .m31_product_item_thumbnail_splash {
		left: 44%;
		width: 227px;
		display: none !important;
		opacity: 0 !important;
		z-index: 1;
	}
	
	/* nicht kurze ausgabe - ausblenden */
	section.m31_products .m31_product_item .m31_product_item_thumbnail_splash {
		display: block !important;
		transition: opacity .4s !important;
	}
	
	/* nicht kurze ausgabe hover - einblenden */
	section.m31_products .m31_product_item:hover .m31_product_item_thumbnail_splash {
		opacity: .3 !important;
	}
	
	/* kurze ausgabe - ausblenden */
	section.m31_products .m31_product_item.slick-slide .m31_product_item_thumbnail_splash {
		display: none !important;
		opacity: .3 !important;
	}
	
	/* kurze ausgabe aktives element - einblenden */
	section.m31_products .m31_product_item.slick-slide.slick-active .m31_product_item_thumbnail_splash {
		display: block !important;
	}
	
	section.m31_products .m31_product_item_thumbnail_container_inner {
		padding: 40px 0 30px;
	}
}

@media screen and (max-width: 767px) {
	section.m31_products .m31_product_item {
		width: 100%;
		padding: 20px 25px 25px;
	}
	
	section.m31_products .m31_abo_info_title {
		top: -10px;
	}
	
	section.m31_products .m31_product_item_cart_quantity_container {
		right: 25px;
		bottom: 15px;
	}
	
	section.m31_products .m31_product_item_price_container {
		margin-top: 40px;
	}
	
	section.m31_products .m31_product_item_thumbnail {
		height: 125px;
	}
	
	section.m31_products .m31_product_item_thumbnail_splash {
		left: 47%;
		width: 207px;
	}
	
	section.m31_products .m31_product_filter_terms_container {
		gap: 5px 10px;
	}
	
	section.m31_products .m31_product_filter_term {
		padding: 10px 25px 7px;
	}
	
	.m31_products_subtitle_title_container {
		margin-bottom: 29px;
	}
	
	.m31_products_bottom {
		margin-top: 35px;
	}
	
	.m31_product_shop_link_slider_dots_container {
		flex-direction: column-reverse;
		align-items: end;
	}
}
	
@media screen and (max-width: 575px) {
	.m31_products_subtitle {
		font-size: 1rem;
		margin-bottom: 4px;
	}
	
	section.m31_products .m31_product_item {
		padding: 15px 15px 20px;
	}
	
	section.m31_products .m31_product_item_price_container {
		margin-top: 25px;
	}
	
	section.m31_products .m31_abo_info_title {
		top: -5px;
	}
	
	section.m31_products .m31_product_item_cart_quantity_container {
		right: 15px;
		bottom: 5px;
	}
	
	.m31_product_slider_arrow {
		left: 20px;
	}
	
	.m31_product_slider_arrow.slider_next_arrow {
		right: 20px;
	}
	
	[data-ausrichtung="zentriert_ausfuellung_rechts"] .m31_products_main {
		-webkit-mask-image: linear-gradient(to right, 
			rgba(0, 0, 0, 1) 0, 
			rgba(0, 0, 0, 1) calc(100% - 40px), 
			rgba(0, 0, 0, 0) 100%);
		mask-image: linear-gradient(to right, 
			rgba(0, 0, 0, 1) 0, 
			rgba(0, 0, 0, 1) calc(100% - 40px), 
			rgba(0, 0, 0, 0) 100%);
	}
}