.wp-block-sabine-classen-home-hero.sc-home-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	left: 50%;
	right: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	margin-right: -50vw;
	min-height: 100vh;
	min-height: 100svh;
	padding: max(48px, calc(var(--sc-home-hero-header-height, 0px) + 24px)) 24px 48px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.entry-content > .wp-block-sabine-classen-home-hero.sc-home-hero,
.site-content .wp-block-sabine-classen-home-hero.sc-home-hero {
	width: 100vw;
	max-width: 100vw;
}

.wp-block-sabine-classen-home-hero.sc-home-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	pointer-events: none;
}

.wp-block-sabine-classen-home-hero .sc-home-hero__inner {
	position: relative;
	z-index: 1;
	width: min(1200px, 100%);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

@media (min-width: 981px) {
	.wp-block-sabine-classen-home-hero .sc-home-hero__inner {
		transform: translateY(-100px);
	}
}

.wp-block-sabine-classen-home-hero .sc-home-hero__headline {
	margin: 0;
	font-family: inherit;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
}

.wp-block-sabine-classen-home-hero .sc-home-hero__subheadline {
	display: inline-block;
	margin-top: 42px;
	font-family: inherit;
	font-size: 90px;
	line-height: 0.95;
	word-break: break-word;
}

.wp-block-sabine-classen-home-hero .sc-home-hero__buttons {
	margin-top: 54px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.wp-block-sabine-classen-home-hero .sc-home-hero__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	min-width: 180px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.wp-block-sabine-classen-home-hero .sc-home-hero__button:hover,
.wp-block-sabine-classen-home-hero .sc-home-hero__button:focus-visible {
	transform: translateY(-2px);
	opacity: 0.95;
}

@media (max-width: 980px) {
	.wp-block-sabine-classen-home-hero .sc-home-hero__subheadline {
		font-size: clamp(42px, 12vw, 72px) !important;
	}
}
