/** @format */

.acf_section--stopper {
	min-height: 40vw;
	padding: 0;
}

.acf_section--stopper:has(div.wyiwyg_zitat) {
	min-height: auto;
}

.acf_section--stopper .wrapper,
.acf_section--stopper .grid {
	min-height: inherit;
}

.acf_section--stopper .stopper_image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.acf_section--stopper .stopper_image.stopper_image--full {
	/* overflow: hidden; */
	filter: var(--image-darker-filter);
	backface-visibility: hidden;
}

.acf_section--stopper .stopper_image.stopper_image--half {
	width: 50%;
}

@media (max-width: 1050px) {
	.acf_section--stopper .stopper_image.stopper_image--half {
		position: relative;
		width: 100%;
		height: 40vw;
	}
}

.acf_section--stopper .stopper_text {
	align-self: center;
	width: 100%;
	padding: calc(var(--universal-gap) * 2) 0;
}

.acf_section--stopper .stopper_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
