.acf_section--stoerer {
	min-height: 500px;
}

.acf_section--stoerer .stoerer_background_img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

.acf_section--stoerer .stoerer-content-wrapper {
	width: 100%;
	height: 100%;
	min-height: clamp(400px,55vh,1000px);
	padding: calc(var(--vgap-universal)*2) 0;
	display: flex;
	align-items: center;
}

.acf_section--stoerer .stoerer-content {
	width: 100%;
	max-width: 600px;
	position: relative;
	background-color: var(--color-white);
	border-radius: var(--br-box);
	z-index: 1;
	padding: calc(var(--vgap-universal)*2) calc(var(--hgap-universal)*2);
}

@media (max-width: 800px) {
	.acf_section--stoerer .stoerer-content-wrapper {
		padding-top: 40vh;
	}
}


.acf_section--stoerer.acf_section--stoerer-at-end {
	margin-bottom: 0;
}


