.headline-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	aspect-ratio: 1920 / 449;
	background-position: center;
	background-size: cover;
}

.headline-wrapper img {
	width: 100%;
}

.page-headline,
.headline {
	color: #005C39;
	font-size: clamp(36px, 2.71vw, 54px);
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	position: relative;
}

.headline > .inner > .col {
	padding: 16px 16px 0;
	background-color: white
}

@media(min-width: 678px) {
	.headline-wrapper {
		margin-bottom: -20px;
	}
	.headline {
		top: -36px;
	}
	.headline > .inner > .col {
		padding-top: 36px;
	}
}


.wrapper .inner-small.user-page {
	margin-bottom: 100px;
	padding-top: 50px;
}