/* Eigenes Layer fuer die K4C-Ueber-uns-Seite */

body.page-about {
	--k4c-font-body: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

body.page-about,
body.page-about .rd-navbar {
	font-family: var(--k4c-font-body);
}

body.page-about .section.section-lg:not(.page-header):not(.footer-2) {
	padding-top: clamp(4.75rem, 7vw, 7rem);
	padding-bottom: clamp(4.75rem, 7vw, 7rem);
}

body.page-about .reveal-on-scroll,
body.page-about .reveal-on-scroll.is-visible {
	opacity: 1;
	transform: none;
}

body.page-about .page {
	opacity: 1;
}

body.page-about .about-hero {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: clamp(6rem, 11vh, 8rem) 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

body.page-about .about-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(7, 10, 15, 0.78) 0%, rgba(7, 10, 15, 0.48) 38%, rgba(7, 10, 15, 0.72) 100%),
		linear-gradient(110deg, rgba(132, 16, 16, 0.28) 0%, transparent 58%);
}

body.page-about .about-hero__inner {
	position: relative;
	z-index: 1;
	width: 100%;
}

body.page-about .about-hero__grid {
	align-items: end;
	row-gap: 2rem;
}

body.page-about .about-hero__eyebrow,
body.page-about .about-overline {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	padding: 0.5rem 0.95rem;
	border-radius: 4px;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

body.page-about .about-hero__eyebrow {
	margin-bottom: 1.25rem;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}

body.page-about .about-overline {
	margin-bottom: 1rem;
	background: rgba(132, 16, 16, 0.08);
	color: var(--main-color);
}

body.page-about .about-voice .about-overline {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	color: #ffffff;
}

body.page-about .about-hero h1 {
	margin: 0;
	max-width: 12ch;
	font-family: var(--k4c-font-display);
	font-size: clamp(3rem, 5vw, 5rem);
	line-height: 1.04;
	font-weight: 600;
	color: #ffffff;
}

body.page-about .about-hero__lead {
	max-width: 44rem;
	margin-top: 1.5rem;
	font-size: clamp(1.05rem, 1.2vw + 0.7rem, 1.24rem);
	line-height: 1.75;
	color: rgba(255, 255, 255, 0.92);
	letter-spacing: 0.015em;
}

body.page-about .about-hero__subline {
	max-width: 36rem;
	margin-top: 1rem;
	font-size: 1rem;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.8);
}

body.page-about .about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.9rem;
	margin-top: 2rem;
}

body.page-about .about-hero__actions .button {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	flex: 0 0 auto;
	margin: 0;
	box-sizing: border-box;
	height: 3.35rem;
	min-height: 3.35rem;
	max-height: 3.35rem;
	padding: 0 1.5rem;
	font-family: var(--k4c-font-body);
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
	border-radius: 3px;
}

@media (min-width: 768px) {
	body.page-about .about-hero__actions .button {
		height: 3.45rem;
		min-height: 3.45rem;
		max-height: 3.45rem;
		padding: 0 1.65rem;
		font-size: 0.96875rem;
	}
}

body.page-about .about-hero__card {
	padding: 1.8rem 1.7rem;
	border-radius: 4px;
	background: rgba(10, 12, 17, 0.54);
	border: 1px solid rgba(255, 255, 255, 0.14);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 1.2rem 2.8rem rgba(0, 0, 0, 0.24);
}

body.page-about .about-hero__card h5 {
	margin-bottom: 0.9rem;
	color: #ffffff;
	font-family: var(--k4c-font-display);
}

body.page-about .about-hero__card p,
body.page-about .about-hero__card li {
	color: rgba(255, 255, 255, 0.82);
}

body.page-about .about-hero__list {
	margin: 1rem 0 0;
	padding: 0;
	list-style: none;
}

body.page-about .about-hero__list > ul,
body.page-about .about-note-list > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-about .about-hero__list li {
	position: relative;
	padding-left: 1.35rem;
}

body.page-about .about-hero__list li + li {
	margin-top: 0.8rem;
}

body.page-about .about-hero__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6rem;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--main-light-color);
}

body.page-about .about-intro__media img,
body.page-about .about-profile-card__image img,
body.page-about .about-collage img,
body.page-about .about-voice__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
}

body.page-about .about-intro__media img,
body.page-about .about-collage img {
	box-shadow: 0 1.25rem 2.8rem rgba(41, 41, 58, 0.14);
}

body.page-about .about-intro__content p,
body.page-about .about-value-card p,
body.page-about .about-voice__quote p,
body.page-about .about-profile-card p,
body.page-about .about-signal-card p,
body.page-about .about-collage__content p,
body.page-about .about-note-list li {
	color: #2d3340;
	letter-spacing: 0.015em;
}

body.page-about .about-note-list {
	margin: 1.4rem 0 0;
	padding: 0;
	list-style: none;
}

body.page-about .about-note-list li {
	position: relative;
	padding-left: 1.5rem;
}

body.page-about .about-note-list li + li {
	margin-top: 0.8rem;
}

body.page-about .about-note-list li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: var(--main-color);
}

body.page-about .about-values-grid,
body.page-about .about-signals-grid,
body.page-about .about-profiles-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.5rem;
	margin-top: 2rem;
}

body.page-about .about-value-card,
body.page-about .about-profile-card,
body.page-about .about-signal-card {
	height: 100%;
	padding: 2rem 1.8rem;
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 1rem 2.25rem rgba(41, 41, 58, 0.08);
}

body.page-about .about-value-card .icon,
body.page-about .about-signal-card .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 1rem;
	border-radius: 4px;
	background: rgba(132, 16, 16, 0.08);
	color: var(--main-color);
	font-size: 1.35rem;
}

body.page-about .about-value-card h5,
body.page-about .about-signal-card h5,
body.page-about .about-profile-card h5,
body.page-about .about-collage__content h2,
body.page-about .about-intro__content h2,
body.page-about .about-voice__quote h2 {
	color: #171c25;
}

body.page-about .about-mini-values li {
	background: var(--main-dark-color);
	border-color: rgba(255, 255, 255, 0.12);
	color: #ffffff;
}

body.page-about .about-mini-values li:hover {
	background: color-mix(in srgb, var(--main-dark-color) 88%, #000);
	border-color: rgba(255, 255, 255, 0.22);
}

body.page-about .about-mini-values .k4c-facts-strip__key,
body.page-about .about-mini-values .k4c-facts-strip__val {
	color: #ffffff;
}

body.page-about .about-voice {
	position: relative;
	isolation: isolate;
}

body.page-about .about-voice::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(135deg, rgba(12, 13, 20, 0.94), rgba(132, 16, 16, 0.76));
}

body.page-about .about-voice .container {
	position: relative;
	z-index: 1;
}

body.page-about .about-voice__row {
	align-items: center;
	row-gap: 2rem;
}

body.page-about .about-voice__quote h2,
body.page-about .about-voice__quote p,
body.page-about .about-voice__quote cite {
	color: #ffffff;
}

body.page-about .about-voice__quote blockquote {
	margin: 1.5rem 0 0;
	padding: 0;
	border: 0;
}

body.page-about .about-voice__quote p {
	font-size: clamp(1.2rem, 1.4vw + 0.8rem, 1.55rem);
	line-height: 1.6;
}

body.page-about .about-voice__quote cite {
	display: inline-block;
	margin-top: 1rem;
	font-style: normal;
	font-weight: 600;
	opacity: 0.82;
}

body.page-about .about-profile-card__image {
	margin-bottom: 1.2rem;
	overflow: hidden;
	border-radius: 4px;
}

body.page-about .about-profile-card__meta {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--main-color);
}

body.page-about .about-profile-card h5 {
	margin-bottom: 0.5rem;
}

body.page-about .about-profile-card__role {
	margin-bottom: 0.95rem;
	font-size: 0.98rem;
	font-weight: 600;
	line-height: 1.55;
	color: #171c25;
}

body.page-about .about-signal-card {
	padding-bottom: 1.6rem;
}

body.page-about .about-signal-card strong {
	display: block;
	margin-bottom: 0.55rem;
	color: #171c25;
	font-weight: 700;
}

body.page-about .about-collage {
	display: grid;
	grid-template-columns: 1.3fr 0.85fr;
	gap: 1rem;
	margin-top: 2rem;
}

body.page-about .about-collage__stack {
	display: grid;
	gap: 1rem;
}

body.page-about .about-collage__content {
	max-width: 48rem;
}

body.page-about .about-collage__content .button-wrap {
	margin-top: 1.8rem;
}

@media (max-width: 991.98px) {
	body.page-about .about-values-grid,
	body.page-about .about-signals-grid,
	body.page-about .about-profiles-grid,
	body.page-about .about-collage {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767.98px) {
	body.page-about .about-hero {
		padding: clamp(5.75rem, 14vw, 7rem) 0;
	}

	body.page-about .about-hero h1 {
		max-width: none;
		font-size: clamp(2.6rem, 8vw, 3.4rem);
	}

	body.page-about .about-hero__actions .button {
		width: 100%;
		height: auto;
		min-height: 3.35rem;
		padding: 0.9rem 1.25rem;
		white-space: normal;
	}
}
