:root {
    --text-color: #424242;
    --ci-color: #FF4444;
    --h-linie: rgba(5, 5, 5, .71);
}

* {
    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;
}

/* Main Content */
.container {
    width: 100%;
    margin: 0 auto;
    background: white;
}

.section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px minmax(0, 1000px);
    gap: 100px; /* 34 insgesamt */
    /*    margin-bottom: 80px; */
    align-items: center;
    margin-top: 39px;
}

.section .image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    padding-top: 103px;
    height: 100%;
}

.section .content {
    width: 100%;
    padding-top: 75px;
}

.section .section-number {
    font-size: 48px;
    font-weight: bold;
    color: #FF4444;
    margin-bottom: 10px;
}

.section .content h2 {
    width: 100%;
    font-size: 47px;
    line-height: 68px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 700;
    margin-block: 10px 30px;
}

.section .content h2:not(:first-of-type) {
    margin-top: 103px;
}

.section hr {
    height: 1px;
    width: 100%;
    border: none;
    border-top: solid 1px #707070;
    margin-top: -24px;
}

.section .count:first-of-type {
    margin-top: -13px;
}

.section .content a {
    display: contents;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.section > .content p {
    color: #353535;
    font-size: 20px;
    line-height: 30px;
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1em;
    padding-right: 73px;
}

.section > .content p.impressum {
    color: #353535;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 1em;
}

.section > .content h3 {
    color: var(--ci-color);
    font-weight: bold;
    margin-top: 25px;
}

.section > .content h4 {
    color: #313131;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-top: 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) {
    .section .image {
        display: none;
    }

    .section {
        display: block;
    }

    .section .content {
        padding-left: 76px;
    }
}

@media (max-width: 1080px) {
    :root {
        --hero-left-space: 32px;
    }

    /* main content */
    .section {
        display: block;
        padding-inline-start: var(--hero-left-space);
    }

    .section .content {
        padding-top: 24px;
    }
}
