section.m22_ascending_numbers {
	
}

section.m22_ascending_numbers .m22_mM_container_inner {
	padding: 0;
}

section.m22_ascending_numbers .m22_aufsteigende_numbers_main {
	background-color: var(--white);
	padding: 93px 0;
	border-radius: 75px;
}

section.m22_ascending_numbers.overhanging_top .m22_aufsteigende_numbers_main {
	margin-top: calc(0px - (var(--m22_main_height) / 2) - 10px);
}

section.m22_ascending_numbers .m22_numbers_container{
	gap: 30px 0px;
}

/* varianten */
section.m22_ascending_numbers .m22_number_container {
	width: 100%;
}

@media screen and (min-width: 768px) {
	section.m22_ascending_numbers .mM_col_50,
	section.m22_ascending_numbers .mM_col_33 {
		width: 50%;
	}
}

@media screen and (min-width: 992px) {
	section.m22_ascending_numbers .mM_col_33 {
		width: 33.3333%;
	}
}
/* end varianten */


section.m22_ascending_numbers .mM_col_50,
section.m22_ascending_numbers .mM_col_33{
	padding: 32px 75px 37px;
	
	--m22_border: 1px solid rgba(17, 19, 13, 0.3);
	border-right: var(--m22_border);
}

section.m22_ascending_numbers .mM_col_33:nth-child(3n + 1),
section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1){
	padding-right: 150px;
	padding-left: 0;
}

section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2){
	padding-left: 150px;
	padding-right: 0;
}

section.m22_ascending_numbers .m22_number_container:last-child,
section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2){
	border-right: none;
}

section.m22_ascending_numbers .m22_number_inner{
	align-items: center;
	display: inline-flex;
	margin-bottom: 0;
}

section.m22_ascending_numbers .m22_number_inner * {
	font-style: normal;
}

section.m22_ascending_numbers .m22_number_container_text{
	margin-top: 16px;
	font-size: 0.842rem;
	font-weight: 600;
}



@media screen and (max-width: 1599px) {
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 1),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1) {
		padding-right: 120px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2) {
		padding-left: 120px;
	}
}

@media screen and (max-width: 1399px) {
	section.m22_ascending_numbers.overhanging_top .m22_aufsteigende_numbers_main {
		padding: 58px 70px;
	}
	
	section.m22_ascending_numbers .mM_col_33 {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 1),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1) {
		padding-right: 50px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2) {
		padding-left: 50px;
	}
}

@media screen and (max-width: 1199px) {
	section.m22_ascending_numbers .mM_col_33 {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 1),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1) {
		padding-right: 30px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 3) {
		padding-left: 30px;
	}
}

@media screen and (max-width: 991px) {
	section.m22_ascending_numbers .mM_col_33{
		padding: 22px 0 27px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2){
		border-right: var(--m22_border);
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 1),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1) {
		padding-right: unset;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2) {
		padding-left: unset;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(2n + 1),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 1) {
		padding-right: 30px;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(2n + 2),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2) {
		border-right: none;
		padding-left: 30px;
	}
}

@media screen and (max-width: 767px) {
	section.m22_ascending_numbers .m22_numbers_container {
		gap: 30px 0px;
	}
	
	section.m22_ascending_numbers .m22_number_container:last-child {
		border-bottom: none;
		padding-bottom: 0;
	}
	
	section.m22_ascending_numbers .mM_col_33:nth-child(3n + 3),
	section.m22_ascending_numbers .mM_col_50:nth-child(2n + 2) {
		border-right: none;
	}
	
	section.m22_ascending_numbers .m22_number_container {
		border-right: none;
		border-bottom: var(--m22_border);
		padding: unset;
		padding-bottom: 30px;
	}
	
	section.m22_ascending_numbers .m22_number_container:nth-child(2n + 1) {
		padding-right: unset;
	}
	
	section.m22_ascending_numbers .m22_number_container:nth-child(2n + 2) {
		padding-left: unset;
	}
}


@media screen and (max-width: 575px) {
	section.m22_ascending_numbers.overhanging_top .m22_aufsteigende_numbers_main {
		padding: 48px 40px;
		border-radius: 45px;
	}
	
	section.m22_ascending_numbers .m22_numbers_container {
		gap: 20px 0px;
	}
	
	section.m22_ascending_numbers .m22_number_container {
		padding-bottom: 20px;
	}
}
