
#about-us > header {
	padding-top: 1rem;
	padding-bottom: 0;
}

#about-us > header h1,
#about-us section > h2,
#about-us > h3 {
	text-align: center;
}

#about-us > h3 {
	white-space: wrap;
	margin-left: var(--element-margin-left);
	margin-right: var(--element-margin-right);
}

#about-us > header > h1 {
	color: #000;
	font-feature-settings: 'clig' off, 'liga' off;
	/* Headings/H5 */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	/* letter-spacing: 1px; */
	text-transform: uppercase;
}

#about-us > header > picture img {
	border-radius: 15px;
}

#about-us section > h2 {
	/* order: -1;
	margin-bottom: 4px; */
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "eurostile";
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.286em;
	padding: 0;
	text-transform: none;
	text-decoration: none;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 1.5em;
}

#about-us section > h2::after {
	content: none;
}

#about-us .teaser {
	margin-top: 1rem;
}

#about-us .autor-cards {
	border-radius: 15px;
	/* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50); */
	background-color: var(--white);
	padding: 12px;
	gap: 0;
}

#about-us .autor-card {
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
}

#msm-statistics {
	display: flex;
	border-radius: 15px;
	background-color: #EEEEF0;
	column-gap: 12px;
	padding: 12px;
	min-height: 100px;
	justify-content: center;
}

#msm-statistics article {
	height: 100%;
	flex: 1 1 calc(20% - 12px);
	align-self: stretch;
	align-items: center;
	display: flex;
	flex-direction: column;
	row-gap: 4px;
}

#msm-statistics span {
	display: flex;
	justify-content: center;
	align-items: flex-end; /* Inhalt nach unten ausgerichtet */
	flex: 1 0 calc(50% - 12px);
	color: var(--main-color, #FF4E02);
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'clig' off, 'liga' off;

	/* Headings/H2 */
	font-family: Eurostile;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 123.077% */
}

#msm-statistics p {
	display: flex;
	justify-content: center;
	align-items: flex-start; /* Inhalt nach oben ausgerichtet */
	flex: 1 0 calc(50% - 12px);
	text-align: center;
	color: var(--neutral-black, #2C2A2B);
	font-family: 'Roboto Condensed';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.375em;
	letter-spacing: 1px;
	margin: 0;
}

#msm-more-about {
	border-radius: 15px;
	background-color: var(--white);
	padding: 12px;
	gap: 0;
}

#about-us #autor-video.placeholder::after {
	content: 'Team Video Platzhalter';
}

section.about-section {
	margin-top: 2rem;
	margin-bottom: 3rem;
}

section.about-section#msm-app .link-box,
section.about-section#msm-tiktok .link-box,
section.about-section#msm-so-me .link-box {
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	margin: 0 auto;
}

section.about-section#msm-app .link-box .lazy,
section.about-section#msm-tiktok .link-box .lazy,
section.about-section#msm-so-me .link-box .lazy {
	background: transparent;
}

section.about-section#msm-tiktok .link-box span,
section.about-section#msm-so-me .link-box span {
	border-radius: 10px;
	background-color: var(--white);
	/*box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);*/
}

.about-info-box {
	position: relative;
	background-color: var(--white);
	border-radius: 15px;
	/* box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50); */
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 24px 24px 24px;
	margin-bottom: 1.5rem;
}

.about-info-box > h2 {
	margin: 0 0 12px 0;
}

.about-info-box > p {
	/* margin: 0; */
	color: var(--neutral-black, #2C2A2B);
	font-feature-settings: 'clig' off, 'liga' off;

	/* Paragraph/Default */
	font-family: 'Roboto';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625em;
}

.about-info-box > a {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}

.about-info-box > h3 {
	margin: 0;
	color: var(--neutral-black, #2C2A2B);
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "eurostile";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.375em;
}

.link-boxes {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 22px;
	justify-content: space-between;
}

.link-box {
	position: relative;
	border-radius: 10px;
	background-color: var(--white);
	/*
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.50);
	*/
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
	flex: 1 1 100%;
	margin: 0;
	padding: 0;
	min-width: 136px;
}

.link-box > figure {
	aspect-ratio: 1/1;
	width: 100%;
}

.link-box > span {
	display: block;
	text-align: center;
	padding: 14px;
	color: var(--primary-color-1, #FF4E02);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-feature-settings: 'clig' off, 'liga' off;

	/* Headings/H2 */
	font-family: Eurostile;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.286em;
}

.link-box > a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

a.link-box {
	/*
	height = font * 3
	radius = font / 2
	*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0.5em;
	background: var(--primary-color-1, #FF4E02);
	color: var(--neutral-white, #FFF);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	height: 3em;
	/* Paragraph/Bold */
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.625em; /* 162.5% */
}

#msm-print > .about-info-box > .link-boxes {
	justify-content: center;
}

#msm-print > .about-info-box > .link-boxes figure {
	aspect-ratio: 250 / 327;
}

#msm-youtube > .about-info-box > .link-boxes .link-box {
	flex: 1 1 calc(50% - 24px);
	min-width: 252px;
}

#msm-youtube > .about-info-box > .link-boxes figure {
	aspect-ratio: 16 / 9;
}

#msm-app > .about-info-box > .link-boxes {
	align-items: center;
}

#msm-app > .about-info-box > .link-boxes figure {
	aspect-ratio: 16 / 9;
}

#msm-app > .about-info-box > .link-boxes .link-box {
	flex: 1 1 calc(50% - 24px);
	max-width: 300px;
}

#msm-app > .about-info-box > .link-boxes .link-box.link-app,
#msm-more-about > .about-info-box > .link-boxes .link-box.more-about {
	background-color: transparent;
	box-shadow: none;
	overflow: visible;
	border-radius: 0;
}

#msm-app > .about-info-box > .link-boxes .link-box.link-app {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 46px;
}

#msm-app > .about-info-box > .link-boxes .link-box.link-app a {
	position: relative;
	max-width: 180px;
}

#msm-more-about > .about-info-box > .link-boxes .link-box {
	flex: 1 1 calc(25% - 24px);
}

#msm-more-about > .more-about {
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column;
	gap: 12px;
	 */
}

#msm-more-about > .more-about .about-info-box {
	margin-bottom: 0;
	flex: 1 0 100%;
	height: auto;
	padding: 10px 14px 14px 14px;
}

#msm-more-about > .about-info-box > .link-boxes .link-box.more-about p,
#msm-more-about > .about-info-box > .link-boxes .link-box.more-about a {
	font-size: 13px;
	line-height: 1.375em;
}

#about_us_youtube_video {
	margin-bottom: 1.5rem;
}

@media (min-width: 48em) {
	#about-us > header {
		padding-top: 0rem;
	}
}

@media (min-width: 532px) {

	#msm-tiktok > .about-info-box > .link-boxes .link-box {
		max-width: calc(33% - 22px);
	}

	.link-boxes .link-box {
		flex: 1 1 calc(33% - 22px);
	}

	#msm-print > .about-info-box > .link-boxes .link-box {
		max-width: calc(50%);
	}

	#msm-more-about > .more-about .about-info-box {
		flex: 1 0 calc(50% - 12px);
	}

	/* #msm-youtube > .about-info-box > .link-boxes .link-box {
		max-width: calc(50% - 24px);
	} */
}


@media (min-width: 768px) and (max-width: 847px) {

	#msm-about .link-boxes,
	#msm-website .link-boxes,
	#msm-so-me .link-boxes {
		flex-direction: column;
	}

	#msm-website .link-boxes a.link-box {
		line-height: 2.625em;
	}
}
