: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;
}

/* Header */

header {
    background: white;
    padding-block: 38px;
    padding-inline: 0;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    align-items: flex-start;
    /*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); */
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background 0.2s;
}

header .logo img {
    cursor: pointer;
    padding-left: 76px;
}

header .hamburger {
    align-self: flex-start;
    justify-self: center;
    padding-right: 26px;
    cursor: pointer;
    display: none;
}

nav {
    padding-right: 76px;
    padding-left: 10px;
    width: 100%;
    max-width: 1016px;
    min-width: 200px;
}

nav ul {
    list-style: none;
    display: flex;
    /*    gap: 35px; */
    justify-content: space-between;
}

nav a {
    text-decoration: none;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}

nav a:hover {
    color: #FF4444;
}

nav a.active {
    color: var(--ci-color);
}

.scrolled {
    background: white;
    color: var(--text-color);
}

/* Hero Section */
.hero {
    /*            background: linear-gradient(135deg, #FF4444 0%, #FF6666 100%); */
    color: white;
    /*            padding: 80px 50px; */
    padding-block-start: 0;
    padding-inline: 85px;
    position: relative;
    overflow: hidden;
    height: 564px;
    background-image: linear-gradient(to right, #F8F5F3 0%, #F8F5F3 100%);
    background-size: 100% 107px;
    background-repeat: no-repeat;
    background-position-y: 52px;
}

.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 {
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.hero-content::before {
    content: '';
    position: absolute;

}

.hero-number {
    padding-inline: 50px;
    width: 100%;
    font-size: 120px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    background-color: #FF4939;
}

.hero h1 {
    font-size: 47px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: var(--ci-color);
}

.hero hr:first-of-type {
    width: 36px;
    height: 5px;
    color: var(--ci-color);
    background-color: var(--ci-color);
    margin-bottom: 45px;
    border: none;
}

.hero hr:last-of-type {
    width: 36px;
    height: 5px;
    color: var(--ci-color);
    background-color: var(--ci-color);
    margin-top: 45px;
    border: none;
}

/* Main Content */

.container {
    width: 100%;
    margin: 0 auto;
    padding-inline: 73px;
    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: 1fr 1fr;
    gap: 3px;
    /*    margin-bottom: 80px; */
    align-items: start;
    margin-top: 39px;
}

.section .image {
    height: auto;
    width: 718px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .image img {
    max-width: 100%;
    height: auto;
}

.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 {
    border-block-start: 2px solid #050505;
    border-bottom: 5px solid #050505;
    width: 100%;
    margin-top: 18px;
    padding-left: 5px;
}

.section .section-number {
    font-size: 48px;
    font-weight: bold;
    color: #FF4444;
    margin-bottom: 10px;
}

.section .content h2 {
    width: 100%;
    font-size: 80px;
    line-height: 122px;
    text-transform: uppercase;
    color: #353535;
    font-weight: 700;
}


.section > .content p {
    color: #353535;
    font-size: 21px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 12px;
    height: 337px;
    width: 400px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 43px;
}

.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: minmax(0, 1fr) 1fr 1fr;
    gap: 12px;
    align-items: start;
    right: 0;
}

.section-right .rowspan {
    grid-column: span 2;
    color: var(--ci-color);
    font-size: 20px;
    line-height: 1.3;
}

.section-right .content img {
    width: 100%;
    height: auto;
}

.section-right .content .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;
}

/* Footer */
footer {
    background-color: #F5F5F5;
    padding: 50px;
    margin-top: 80px;
}

.footer-content {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer-content p {
    margin-top: 20px;
    font-size: 16px;
    word-spacing: .6em;
    color: #434242;
}

.footer-content a {
    color: #434242;
    text-decoration: none;
    cursor: pointer;
}

.footer-logo {
}

.footer-contact {
    padding-inline-start: 400px;
}

.footer-contact h3 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #FF4444;
    margin-bottom: 20px;
}

.footer-contact p {
    font-size: 20px;
    color: #666;
    line-height: 33px;
    margin-bottom: 20px;
}

.footer-contact a {
    color: #434242;
    cursor: pointer;
    text-decoration: none;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-icon {
}

.social-icon:hover {
}

/* 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: 2361px) {
    /*
    .container {
        padding-inline: calc(100vw - 1526px) 40px;
    }
    .logos img:not(:first-of-type) {
        margin-left: 2%;
    }

     */
    nav {
        display: initial;
    }
}

@media (max-width: 1600px) {
    /* Header */
    header .logo img {
        padding-left: 73px;
    }
/* Main content */
    .container {
        padding-inline: 73px;
    }

    .section {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .section:nth-child(even) .content,
    .section:nth-child(even) .image {
        order: initial;
    }
}

@media (max-width: 1060px) {
    /* Mobile start */
    header .hamburger {
        display: initial;
    }

    .scrolled {
        background: #2F2F31;
    }

    header {
        background: #2F2F31;
        height: 70px;
        padding-block: 20px;
    }

    header .logo img {
        height: 23.5px;
        padding-left: 29px;
    }

    header .hamburger svg {
        height: 20.1px;
    }

    nav {
        background-color: red;
        display: none;
    }

    /* Hero */
    .hero {
        padding-left: 25px;
        padding-block-start: 0;
        height: 220px;
        min-height: 220px;
        background-size: 100% 40px;
        background-position-y: 33px;
    }

    .hero-content h1 {
        font-size: 27px;
        line-height: 26px;
        font-weight: bold;
    }

    .hero-content hr:first-of-type {
        margin-bottom: 27px;
    }

    .hero-content hr:last-of-type {
        margin-top: 27px;
    }

    /* Main content */
    .container {
        padding: 40px 20px;
    }

    .section-right .rowspan {
        font-size: 20px;
        line-height: 24px;
    }

    .section-right .content .note {
        color: var(--ci-color);
        font-size: 16px;
        font-weight: 600;
    }

    .section-right .content p {
        font-size: 16px;
        font-weight: normal;
        line-height: 22px;
        color: #434242;
    }

    .section-right .content h2 {
        font-size: 16px;
        color: var(--ci-color);
        font-weight: 700;
    }
}

@media (max-width: 750px) {
    .section-right {
        display: block;
    }
}