:root {
    --text-color: #424242;
    --ci-color: #FF4444;
    --h-linie: rgba(5, 5, 5, .71);
    --hero-left-space: 290px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Titillium Web", sans-serif;
    color: var(--text-color);
    line-height: 1.6;
    background: #F8F5F3;
    display: flex;
    justify-content: center;
}

.page-container {
    width: 100%;
    max-width: 2360px; /*  2360px */
    min-width: 363px;
    min-height: 703px;
    background-color: white;
}

/* Hero Section */
.hero {
    color: white;
    padding-inline: 0;
    position: relative;
    overflow: hidden;
    height: 622px; /* 615px */
    padding-top: 177px; /* 177px */
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /*            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 300"><rect fill="%23ffffff" opacity="0.1" x="50" y="20" width="300" height="200"/><line stroke="%23ffffff" opacity="0.2" x1="50" y1="50" x2="350" y2="50"/><line stroke="%23ffffff" opacity="0.2" x1="50" y1="100" x2="350" y2="100"/></svg>') no-repeat center; */
    /* background-size: contain; */
    opacity: 0.3;
}

.hero-content {
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-content img {
    mix-blend-mode: multiply;
    position: absolute;
    top: -177px;
    right: 82px;
}

.hero-content::before {
    content: '';
    position: absolute;

}

.hero-number {
    width: 100%;
    font-size: 190px;
    font-weight: bold;
    line-height: 1;
    margin-top: -38px;
    padding-left: var(--hero-left-space);
    background-image: linear-gradient(to right, var(--ci-color) 0%, var(--ci-color) calc(100% - 90px - 834px), #F1958D calc(100% - 90px - 834px), #F1958D calc(100% - 90px), var(--ci-color) calc(100% - 90px), var(--ci-color) 100%);
    background-size: 100% 125px;
    background-repeat: no-repeat;
    background-position-y: 42px;
}

.hero h1 {
    font-size: 47px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--ci-color);
    padding-left: var(--hero-left-space);
}

.hero hr {
    border: none;
}

.hero hr:first-of-type {
    width: 36px;
    height: 5px;
    color: var(--ci-color);
    background-color: var(--ci-color);
    margin-bottom: 45px;
    margin-left: var(--hero-left-space);
}

.hero hr:last-of-type {
    width: 36px;
    height: 5px;
    color: var(--ci-color);
    background-color: var(--ci-color);
    margin-top: 45px;
    margin-left: var(--hero-left-space);
}

/* Main Content */

.container {
    width: 100%;
    margin: 0 auto;
    background: white;
}

.section-flip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*    gap: 60px; */
    /*    margin-bottom: 80px; */
    align-items: start;
    margin-top: 5px;
}

.first-flip {
    margin-top: 39px;
}

.section-flip:nth-child(odd) {
    grid-template-columns: 1fr 1fr;
}

.section-fip:nth-child(odd) .content {
    order: 2;
}

.section-flip:nth-child(odd) .image {
    order: 1;
}

.section-flip .content {
    background-color: #F2ECE9;
    height: 715px;
    padding: 95px;
}

.section-flip h2 {
    color: var(--text-color);
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    padding-block: 17px;
}

.section-flip p {
    color: var(--text-color);
    font-size: 20px;
    line-height: 30px;
}

.section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 675px 83px 543px minmax(0, 1fr);
    /* gap: 34px; 34 insgesamt */
    /*    margin-bottom: 80px; */
    align-items: center;
    margin-top: 39px;
    height: 527px;
    padding-inline: 73px;
}

.section:first-of-type {
    margin-top: 0;
    align-items: start;
}

.section:nth-of-type(even) {
    background-color: #F8F5F3;
}

.section .image {
    height: 330px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}

.section .image:first-child {
    padding-top: 65px;
}

.section .image img {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

.section .placeholder {
    width: 100%;
    height: 250px;
    background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border: 2px dashed #ccc;
}

.section .content {
    width: 100%;
    margin-top: 18px;
    padding-right: 62px;
    margin-top: -11px;
}

.section .section-number {
    font-size: 48px;
    font-weight: bold;
    color: #FF4444;
    margin-bottom: 10px;
}

.section .content h2 {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 700;
    margin-block: 10px 30px;
}

.section .count {
    color: var(--ci-color);
    font-weight: 700;
    line-height: 48px;
    font-size: 50px;
}

.section .count:first-of-type {
    margin-top: -13px;
}

.section > .content p {
    color: #353535;
    font-size: 20px;
    line-height: 30px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1em;
}

.section-single {
    margin-top: 10px;
    width: 1446px;
}

.section-single img {
    width: 100%;
    height: auto;
}

.section-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /*    margin-bottom: 80px; */
    align-items: start;
    margin-top: 39px;
    border-top: solid 9px var(--h-linie);
    border-bottom: solid 3px var(--h-linie);
    padding-block: 37px 40px;
}

.section-content .content h2 {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    color: #424242;
    font-weight: 700;
    margin-top: -6px;
}

.section-content .content .bereich {
    width: 100%;
    font-size: 47px;
    line-height: 48px;
    text-transform: uppercase;
    color: #4F4F4F;
}

.section-content .content p {
    width: 543px;
    font-size: 20px;
    line-height: 30px;
    color: #434242;
    float: right;
    margin-bottom: 1em;
}

.section-right {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 12px;
    align-items: start;
    right: 0;
}

.section-right .rowspan {
    grid-column: span 2;
    color: var(--ci-color);
    font-size: 39px;
    line-height: 52px;
}

.section-right .image img {
    width: 100%;
    height: auto;
}

.section-right .image .note {
    font-size: 21px;
    color: #1A2125;
}

.section-right .content {
    margin-top: 37px;
}

.section-right .content h2 {
    font-size: 20px;
    line-height: 30px;
    color: var(--ci-color);
    text-transform: uppercase;
}

.section-right .content p {
    font-size: 20px;
    line-height: 30px;
    color: #434242;
    margin-bottom: 1.2em;
}

/* Fonts */
.titillium-web-extralight {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.titillium-web-light {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.titillium-web-regular {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.titillium-web-semibold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.titillium-web-bold {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.titillium-web-black {
    font-family: "Titillium Web", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.titillium-web-extralight-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.titillium-web-light-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.titillium-web-regular-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.titillium-web-semibold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.titillium-web-bold-italic {
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: italic;
}

/*Responsive*/
@media (max-width: 1600px) {
    .hero img {
        left: -95px;
        right: auto;
    }

    .hero-number {
        background-image: linear-gradient(to right, var(--ci-color) 0%, var(--ci-color) 677px, #F1958D 677px, #F1958D calc(677px + 834px), var(--ci-color) calc(677px + 834px), var(--ci-color) 100%);
    }
}

@media (max-width: 1400px) {
    .section {
        display: block;
        height: auto;
    }

    .section .image {
        display: flex;
        width: 100%;
        height: auto;
        align-items: center;
        justify-content: center;
        padding-block: 42px 25px;
    }

    .section .image:first-child {
        padding-top: 0;
    }

    .section .image img {
        /*
        max-width: 100%;
        width: 100%;
        height: auto;
         */
    }

    .section .content {
        padding-right: 0;
    }

    .section .content .count {
        font-size: 40px;
        font-weight: bold;
        line-height: 48px;
    }

    .section .content h2 {
        font-size: 23px;
        font-weight: bold;
        line-height: 1.5;
    }

    .section .content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
    }
}

/* Responsive */
@media (max-width: 1080px) {
    :root {
        --hero-left-space: 32px;
    }

    /* hero */
    .hero {
        padding-top: 37px;
        height: 260px;
    }

    .hero-content hr:last-of-type {
        margin-top: 27px;
    }

    .hero img {
        left: auto;
        right: -20px;
        top: -57px;
        height: 200px;
        width: auto;
    }

    .hero-number {
        font-size: 61px;
        background-size: 100% 0.61em;
        background-position-y: 0.25em;
        background-image: linear-gradient(to right, var(--ci-color) 0%, var(--ci-color) 157px, #F1958D 157px, #F1958D 100%);
    }

    .hero-content h1 {
        font-size: 27px;
        line-height: 26px;
    }
    /* main content */
    .section {
        padding-inline: 25px;
    }
}

