.type-category:has(.custom-category-with-video){
	.breadcrumbs-wrapper{
		position:absolute;
		z-index:1;
		.breadcrumbs{
			background-color:unset;
		}
	}
	aside{
		display:none;
	}
	#filters{
		display:none;
	}
	.category-top{
		h1.category-title{
			display:none;
		}
		.custom-category-with-video{
			margin-left:-40px;
			margin-right:-40px;
			.custom-marketing-header{
				display:flex;
				background-color:var(--header-master-background-color);
				margin-bottom:4rem;
				.custom-marketing-video-wrapper{
					width:64%;
					video{
						width: 100%;
				    height: 100%;
				    display: block;
				    object-fit: cover;
				    object-position: center center;
					}
				}
				.custom-marketing-headline{
					flex:1;
					padding:4rem;
					display:flex;
					flex-direction: column;
					justify-content: center;
					.headline{
						font-size: 4vw;
						font-weight:bold;
					}
					.subheadline{
						font-size:14px;
						line-height:1.5;
					}
					.scroller-link{
						border-width:2px;
						border-style:solid;
						border-radius:5px;
						width:fit-content;
						padding:10px 15px;
						font-weight:bold;
						color:var(--header-button-color);
						background-color:var(--header-button-background);
						border-color:var(--header-button-border-color);
						&:hover{
							color:var(--header-button-color-hover);
							background-color:var(--header-button-background-hover);
							border-color:var(--header-button-border-color-hover);
						}
					}
				}
			}
			.custom-marketing-text{
				padding-left:40px;
				padding-right:40px;
				margin-bottom:4rem;
				color:var(--master-color_black);
				line-height:1.7;
			}
			.custom-marketing-subcategories{
				padding-left:40px;
				padding-right:40px;
				margin-bottom:4rem;
				h2{
					color:var(--master-color_black);
				}
				a{
					text-decoration:none;
					span{
						color:var(--master-color_black);
						padding-left:1rem;
						font-weight:bold;
					}
				}
			}
			.custom-marketing-interactive-images{
				display:flex;
				padding-left:1.5rem;
				padding-right:1.5rem;
				gap:2rem;
				a{
					text-decoration:none;
				}
			}
		}
	}
	@media screen and (max-width: 991px){
		.breadcrumbs-wrapper{
			margin-top:1rem;
		}
		.custom-marketing-header{
			flex-direction: column;
			.custom-marketing-video-wrapper{
				width:100% !important;
			}
			.custom-marketing-headline .headline{
				margin-top:0;
			}
		}
		#hp_subcategories > a{
			width:calc(33% - 12px);
		}
	}
	@media screen and (max-width: 767px){
		.custom-category-with-video{
			margin-left:0 !important;
			margin-right:0 !important;
			.custom-marketing-header{
				margin-left:-15px !important;
				margin-right:-15px !important;
				.custom-marketing-headline{
					padding:3rem 1rem !important;
					.headline{
						font-size: 10vw;
					}
				}
			}
			.custom-marketing-text{
				padding-left:0rem !important;
				padding-right:0rem !important;
			}
			.custom-marketing-subcategories{
				padding-left:0rem !important;
				padding-right:0rem !important;
				a{
					width:calc(50% - 12px) !important;
				}
			}
			.custom-marketing-interactive-images{
				flex-direction: column;
				padding-left:0rem !important;
				padding-right:0rem !important
			}
		}	
	}
	@media screen and (max-width: 499px){
		.custom-category-with-video .custom-marketing-subcategories a{
			width:100% !important;
		}
	}
}