.sanktlukas-terapeut-hero {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 50px;
	min-height: 26.25em;
	max-height: 26.25em;
}

.terapeut-hero-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	background-position: center top;
}

.terapeut-hero-title {
	position: relative;
	z-index: 2;
	color: white;
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px;
}