section.m25_text_and_image_with_ascending_numbers .m25_main_row {
align-items: flex-start;
}
section.m25_text_and_image_with_ascending_numbers .flex_row_reverse {
flex-direction: row-reverse;
}
section.m25_text_and_image_with_ascending_numbers .m25_content_wrapper {
display: flex;
align-items: center;
padding: 20px 0;
}
section.m25_text_and_image_with_ascending_numbers .m25_galerie_zahlen_wrapper {
position: relative;
}
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 561px;
}
section.m25_text_and_image_with_ascending_numbers .m25_galerie_item {
height: 100%;
}
section.m25_text_and_image_with_ascending_numbers .m25_galerie_item {
width: 100%;
}
section.m25_text_and_image_with_ascending_numbers .m25_image {
display: block;
} section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
background-color: #afa8a9;
padding: 43px 65px 45px; width: calc(100% - 70px);
position: absolute;
bottom: 30px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_container {
gap: 20px var(--row_gap);
}
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container {
--padding_all_in_row: 30px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container:first-child {
padding-left: 0;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container:last-child {
padding-right: 0;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container_text {
font-size: 0.8333rem;
} @media screen and (min-width: 576px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container {
padding: 0 var(--padding_all_in_row);
}
}
@media screen and (min-width: 992px) {
section.m25_text_and_image_with_ascending_numbers .m25_content_wrapper {
margin-top: 38px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_container {
--row_gap: 0px;
gap: 20px 0;
}
}
@media screen and (min-width: 576px) and (max-width: 991px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container {
width: calc(50% - (var(--row_gap) / 2));
}
}
@media screen and (min-width: 1921px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 611px;
}
}
@media screen and (min-width: 2200px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 661px;
}
}
@media screen and (max-width: 1839px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
padding: 28px 40px 30px;
}
}
@media screen and (max-width: 1599px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
padding: 28px 20px 30px;
width: calc(100% - 40px);
}
section.m25_text_and_image_with_ascending_numbers .m25_zahl_container {
--padding_all_in_row: 10px;
}
}
@media screen and (max-width: 1399px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
--position: -30px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main.ausrichtung_left {
left: var(--position);
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main.ausrichtung_right {
right: var(--position);
}
}
@media screen and (max-width: 1199px) {
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
width: 100%;
--position: -15px;
}
}
@media screen and (max-width: 991px) {
section.m25_text_and_image_with_ascending_numbers .m25_content_wrapper {
margin-top: 0;
padding: 0;
}
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 511px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
--position: -20px;
}
}
@media screen and (max-width: 767px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 461px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
--position: -15px;
}
}
@media screen and (max-width: 575px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 411px;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main {
--position: -10px;
position: relative;
bottom: auto;
margin-top: -80px;
width: 75%;
}
section.m25_text_and_image_with_ascending_numbers .m25_zahlen_main.ausrichtung_right {
right: auto;
left: var(--position);
}
}
@media screen and (max-width: 399px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 361px;
}
}
@media screen and (max-width: 359px) {
section.m25_text_and_image_with_ascending_numbers .m25_galerie_container {
height: 311px;
}
}