section.m22_aufsteigende_zahlen {
	z-index: 1;
	.m22_zahlen_container {
		display: flex;
    	gap: 0 20px;
	}
	
	.m22_zahl_container{
		display:flex;
	}
}

section.m22_aufsteigende_zahlen * {
	color: #f6f7f2;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_suffix span {
	font-size: 2.529rem;
	color: #d4e6b5;
}

section.m22_aufsteigende_zahlen .m22_aufsteigende_zahlen_main {
	background: #2e5955;
	padding: 107px 124px 106px 124px;
	border-radius: 3px;
}

section.m22_aufsteigende_zahlen.ragt_nach_unten .m22_aufsteigende_zahlen_main {
	margin-bottom: -113px;
}

section.m22_aufsteigende_zahlen .m22_zahl_icon svg {
	height: 55px;
	max-width: 55px;
}

section.m22_aufsteigende_zahlen .m22_item {
	display: flex;
	gap: 34px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_suffix {
	margin-top: -9px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_titel p {
	font-weight: 700;
	margin-bottom: 3px;
}

section.m22_aufsteigende_zahlen .m22_zahl_container_zahl h2 {
	margin-bottom: 14px;
}

section.m22_aufsteigende_zahlen .m22_zahlen_container .m22_item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, .2);
	margin-right: 35px;
	padding-right: 45px;
}

@media screen and (max-width: 1199px) {
	section.m22_aufsteigende_zahlen .m22_zahlen_container {
		flex-direction: column;
	}
	
	section.m22_aufsteigende_zahlen .m22_outer_container {
		background: #2e5955;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahlen_container .m22_item:not(:last-child) {
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		margin-right: 0;
		margin-bottom: 28px;
		padding-right: 0;
		padding-bottom: 31px;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_icon {
		width: 34px;
	}
	
	section.m22_aufsteigende_zahlen .m22_item {
		gap: 21px;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_icon svg {
		height: 33px;
		max-width: 34px;
		margin-top: 3px;
	}
	
	section.m22_aufsteigende_zahlen .m22_aufsteigende_zahlen_main {
		background: transparent;
		padding: 107px 0 100px 0;
		border-radius: 0;
	}
	
	section.m22_aufsteigende_zahlen.ragt_nach_unten .m22_aufsteigende_zahlen_main {
		margin-bottom: 0;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_container_zahl h2 {
		font-size: 2.059rem;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_container_suffix span {
		font-size: 1.729rem;
	}
	
	section.m22_aufsteigende_zahlen .m22_zahl_container_suffix {
		margin-top: -8px;
	}
}

@media screen and (max-width: 767px) {
	section.m22_aufsteigende_zahlen .m22_aufsteigende_zahlen_main {
		background: transparent;
		padding: 37px 0 35px 0;
		border-radius: 0;
	}
}