.WuerfelHero {
	position: relative;
	min-height: 500px;
	display: flex;
	align-items: center;
	color: #ffffff;
	overflow: hidden;
}

.WuerfelHero:before {
	content: '';
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.70) 40%, rgba(0, 0, 0, 0.10) 100%);
	pointer-events: none;
}

.WuerfelHeroBild {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.WuerfelHeroBild img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.WuerfelHero .content-container-center {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: left;
}

.WuerfelHeroText {
	max-width: 620px;
}

.WuerfelKicker {
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ef1c25;
	margin-bottom: 16px;
}

.WuerfelHero h2,
.WuerfelHero p {
	color: #ffffff;
}

.WuerfelHero h2 {
	margin-bottom: 18px;
}

.WuerfelLead {
	font-size: 18px;
	line-height: 1.55;
	max-width: 560px;
}

.WuerfelActions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.WuerfelButton,
.WuerfelButtonLight,
.WuerfelButtonOutline {
	display: inline-block;
	padding: 13px 22px;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	border-radius: 2px;
}

.WuerfelButton {
	background: #ef1c25;
	color: #ffffff !important;
}

.WuerfelButtonLight {
	background: #ffffff;
	color: #000000 !important;
}

.WuerfelButtonOutline {
	border: 1px solid rgba(255,255,255,0.65);
	color: #ffffff !important;
}

.WuerfelButton:hover,
.WuerfelButtonLight:hover,
.WuerfelButtonOutline:hover {
	text-decoration: none;
	opacity: 0.86;
}

.WuerfelHeroTextlink {
	display: inline-block;
	margin-top: 14px;
	color: #ffffff !important;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 4px;
	opacity: 0.86;
}

.WuerfelHeroTextlink:hover {
	opacity: 1;
}

.WuerfelIntroText {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.WuerfelHighlight {
	font-size: 22px;
	line-height: 1.4;
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.WuerfelGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
	align-items: stretch;
	margin-top: 30px;
}

.WuerfelGrid3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.WuerfelCard {
	background: #ffffff;
	border: 1px solid #e8e8e8;
	padding: 28px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
	height: 100%;
}

.WuerfelCardDark {
	background: #0b0b0b;
	border: 1px solid #202020;
	color: #ffffff;
}

.WuerfelCard h3 {
	font-size: 22px;
	line-height: 1.25;
	margin: 0 0 12px 0;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.WuerfelCard p {
	margin-bottom: 14px;
	line-height: 1.55;
}

.WuerfelCard ul,
.WuerfelCheckList {
	list-style: none;
	margin: 18px 0 0 0;
	padding: 0;
}

.WuerfelCard li,
.WuerfelCheckList li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	line-height: 1.45;
}

.WuerfelCard li:before,
.WuerfelCheckList li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 9px;
	height: 9px;
	background: #ef1c25;
	transform: rotate(45deg);
}

.WuerfelStep {
	border-top: 3px solid #ef1c25;
	background: #f7f7f7;
	padding: 20px 18px;
}

.WuerfelStep strong {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ef1c25;
	margin-bottom: 8px;
}

.WuerfelStep span {
	display: block;
	font-size: 15px;
	line-height: 1.4;
}

.WuerfelGallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 30px;
}

.WuerfelGallery img {
	display: block;
	width: 100%;
	height: 190px;
	object-fit: cover;
	border: 1px solid #e8e8e8;
}

.WuerfelSmallNote {
	font-size: 14px;
	opacity: 0.75;
	margin-top: 10px;
}

.WuerfelFormPreview {
	border: 1px dashed #777777;
	padding: 22px;
	margin-top: 22px;
	background: rgba(255, 255, 255, 0.05);
}

.WuerfelFormPreview strong {
	display: block;
	margin-bottom: 8px;
	color: #ffffff;
}

@media (max-width: 900px) {
	.WuerfelGrid,
	.WuerfelGrid3,
	.WuerfelGallery {
		grid-template-columns: 1fr;
	}
	.WuerfelHero {
		min-height: 520px;
	}
	.WuerfelHeroBild img {
		object-position: 64% center;
	}
	.WuerfelHero .content-container-center {
		text-align: left;
	}
	.WuerfelLead,
	.WuerfelHighlight {
		font-size: 17px;
	}
	.WuerfelCard {
		padding: 22px;
	}
	.WuerfelGallery img {
		height: auto;
	}
}

.WuerfelActionsLeft {
	justify-content: flex-start;
	margin-top: 22px;
}

.WuerfelTextCenter {
	text-align: center;
}

.WuerfelTextWhite {
	color: #ffffff;
}
