body.page-id-35 .preset--module--divi-section--haev-sec-seitenkopf {
	position: relative;
	overflow: hidden;
}

body.page-id-35 .preset--module--divi-section--haev-sec-seitenkopf::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 48%;
	background-image: url('zusammenhalt-motiv.webp');
	background-size: cover;

	background-position: 42% 46%;
	background-repeat: no-repeat;

	-webkit-mask-image: linear-gradient(to right, transparent 0, #000 30%);
	mask-image: linear-gradient(to right, transparent 0, #000 30%);
	pointer-events: none;
	z-index: 0;
}

body.page-id-35 .preset--module--divi-section--haev-sec-seitenkopf > * {
	position: relative;
	z-index: 1;
}

@media (max-width: 980px) {
	body.page-id-35 .preset--module--divi-section--haev-sec-seitenkopf::after {
		position: static;
		flex: none;
		width: 100vw;
		margin-inline: calc(50% - 50vw);
		height: clamp(230px, 30vw, 320px);
		margin-top: 34px;
		margin-bottom: -54px;
		background-position: center 46%;
		-webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 24%);
		mask-image: linear-gradient(to bottom, transparent 0, #000 24%);
	}
}
