section.m22_aufsteigende_zahlen {
	margin-bottom: -50px;
	position: relative;
	z-index: 1;
}

section.m22_aufsteigende_zahlen .m22_title_container {
	margin-bottom: 40px;
}

section.m22_aufsteigende_zahlen .m22_zahlen_container {
	display: flex;
	flex-wrap: wrap;
	gap: 0 28px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container {
	background: #004f9f;
	padding: 31px 38px 37px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container * {
	color: #ffffff;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_inner {
	display: flex;
	margin-bottom: 6px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_inner * {
	font-family: aileron, sans-serif;
	font-weight: 600;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_zahl span {
	font-size: 3.75rem;
	line-height: 1;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_suffix span {
	color: #ffdf01;
	font-size: 2.4rem;
	display: inline-block;
	margin-top: 0;
	margin-left: 2px;
	line-height: 1;
}

/* section.m22_aufsteigende_zahlen .m22_zahl_container_text {
	opacity: .5;
} */

section.m22_aufsteigende_zahlen .m22_title {
	font-weight: 600;
	font-size: 1.375rem;
}

@media screen and (max-width: 1399px) {
	section.m22_aufsteigende_zahlen .m22_zahl_container_zahl span {
		font-size: 2.75rem;
	}
}

@media screen and (max-width: 1199px) {
	section.prev_stands_out {
		padding-top: 100px;
	}
}

@media screen and (max-width: 991px) {
	section.m22_aufsteigende_zahlen .m22_zahl_container {
		width: 100%;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_container {
		margin-bottom: 10px;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_container:last-of-type {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	section.prev_stands_out {
		padding-top: 58px;
	}
}

@media screen and (max-width: 576px) {
	
	section.m22_aufsteigende_zahlen .m22_title_container {
		margin-bottom: 20px;
	}
	
}