.afmo-hero {
	background: url(../../img/about-hero-desktop.webp) center center no-repeat;
	background-size: cover;
}

.afmo-hero h1 {
	font-size: 80px;
}

.chev-toggle-kurzportrait {
	align-items: center;
	background: none;
	border: 0;
	color: var(--afmo-darkblue);
	display: inline-flex;
	font-size: 0;
	height: 1.75rem;
	justify-content: center;
	padding: 0;
	width: 2.75rem;
}

.chev-toggle-kurzportrait .bi {
	display: none;
}

.chev-toggle-kurzportrait::before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 1.6rem;
	transform: rotate(45deg) translateY(-0.25rem);
	transition: transform 0.3s ease;
	width: 1.6rem;
}

.chev-toggle-kurzportrait[aria-expanded="true"]::before {
	transform: rotate(225deg) translate(-0.25rem, -0.25rem);
}

.expandable-copy--orange .expandable-copy__toggle {
	color: var(--orange-300);
}

.video-module {
	background: var(--afmo-darkblue);
	position: relative;
}

.video-module__media {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
}

.play-btn {
	align-items: center;
	aspect-ratio: 1;
	background: rgba(255, 255, 255, 0.85);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 10px 30px rgba(2, 63, 134, 0.25);
	color: var(--afmo-darkblue);
	display: flex;
	font-size: 42px;
	justify-content: center;
	left: 50%;
	padding: 0;
	position: absolute;
	text-decoration: none;
	top: 48%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
	width: clamp(64px, 16%, 110px);
}

.play-btn:hover {
	background: #fff /* //color-struggle */;
	color: var(--afmo-blue);
	transform: translate(-50%, -50%) scale(1.07);
}

.video-module.is-playing .play-btn {
	opacity: 0;
	pointer-events: none;
}

@media screen and (max-width: 991px) {
	.afmo-hero h1 {
		font-size: 40px;
	}

	.play-btn {
		font-size: 36px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
	.afmo-hero {
		background-image: url(../../img/about-hero-tablet.webp);
	}
}

@media screen and (max-width: 767px) {
	.afmo-hero {
		background: url(../../img/about-hero-mobile.webp) bottom center no-repeat;
		background-size: cover;
	}

	.afmo-hero h1 {
		font-size: 32px;
	}

	.play-btn {
		font-size: 29px;
	}

	.attitude-module {
		--attitude-card-min-height: 15.25rem;
		--attitude-radius: 1.75rem;
	}

	.attitude-intro {
		min-height: 11.75rem;
		padding: 2rem;
	}

	.attitude-card__head {
		padding: 2rem 1.5rem 1.75rem;
	}

	.attitude-card__icon {
		font-size: 5.6rem;
		margin-bottom: 1.25rem;
	}

	.attitude-card__body {
		padding: 1.5rem 2rem 0.25rem;
	}

}

.afmo-blob--right.afmo-blob-custom {
	bottom: 60px;
}

/* Geschäftsführung -------------------------------------------------------- */
.leadership-profile {
	margin-block: clamp(4rem, 7vw, 7rem);
}

.leadership-profile--with-blob {
	isolation: isolate;
	overflow-x: clip;
}

.leadership-profile__row {
	margin-inline: auto;
	max-width: 1120px;
	position: relative;
	z-index: 1;
}

.leadership-profile__media {
	border-radius: 30px;
	overflow: hidden;
}

.leadership-profile__media img {
	display: block;
	height: auto;
	width: 100%;
}

.leadership-profile__title {
	color: var(--afmo-blue);
	font-size: clamp(2rem, 3.5vw, 3.5rem);
	font-weight: 600;
	line-height: 1.08;
	margin-bottom: 1.5rem;
	max-width: 11ch;
}

.leadership-profile__copy {
	font-size: var(--fs-body);
	line-height: 1.55;
	margin-bottom: 0;
}

.leadership-profile__copy small {
	display: inline-block;
	font-size: var(--fs-detail);
	line-height: 1.45;
}

.leadership-profile__actions {
	min-height: 2.5rem;
	padding-top: 0.35rem;
}

.leadership-profile__toggle {
	color: var(--orange-400);
	font-size: 30px;
	height: 2rem;
	width: 2.5rem;
}

.leadership-profile .leadership-profile__blob {
	bottom: auto;
	left: -42%;
	top: -10%;
	width: min(82vw, 1040px);
}

@media screen and (max-width: 767px) {
	.leadership-profile {
		margin-block: 4rem;
	}

	.leadership-profile__title {
		margin-bottom: 1.25rem;
		max-width: 13ch;
	}

	.leadership-profile__copy {
		font-size: var(--fs-body);
	}

	.leadership-profile .leadership-profile__blob {
		left: -66%;
		top: -2rem;
		width: 155%;
	}
}
