.acf_section--titelbild {
	position: relative;
	height: 45vh;
	min-height: 350px;
}

.acf_section--titelbild .titelbild {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.acf_section--titelbild .titelbild_additional_image {
	position: absolute;
	display: inline-block;
	z-index: 1;
	top: 50%;
	left: 0;
	height: 250px;
	width: 250px;
	background-color: var(--color-white);
	border-radius: 99em;
	transform: translate(-50%, -50%);
}

.acf_section--titelbild .titelbild_additional_image img {
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: 80%;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.acf_section--titelbild .titelbild_additional_image {
		top: 100%;
		left: var(--universal-gap);
		height: clamp(100px, 20vw, 250px);
		width: clamp(100px, 20vw, 250px);
		transform: translate(0, -50%);
	}
}
