.icon-desc,
.icon-svg {
    will-change: transform, opacity
}

.case-heading-typewriter,
body {
    font-family: Montserrat, sans-serif
}

*,
.abschnitt2-container,
.abschnitt2-img,
.abschnitt2-row,
.abschnitt2-text,
.case-icon-container,
.case-subheading-rounded,
.curated-subheading,
.custom-header,
.kontaktform-right,
.kontaktform-section,
.oxl-carousel-wrapper,
.pxl-content,
.reach-content,
.reach-features,
.reach-grid,
.reach-heading,
.reach-hero,
.reach-section,
.reach-text,
.services-container,
.services-section,
.stats-counter,
.stats-img,
.stats-section {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

:root {
    --bp-xl: 1400px;
    --bp-lg: 1200px;
    --bp-md: 992px;
    --bp-sm: 768px;
    --bp-xs: 576px
}

body,
html {
    width: 100%;
    min-height: 100%
}

body {
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
    background: #fff
}

.custom-header {
    background: #c8e8d0 !important;
    border-top-left-radius: clamp(5px, 1vw, 10px);
    border-right: none;
    border-bottom: none;
    height: clamp(36px, 6.5vw, 56px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: clamp(16px, 3vw, 40px);
    position: sticky;
    top: 0;
    z-index: 1100;
    width: 100%
}

.custom-header-text {
    font-style: italic;
    font-weight: 800;
    font-size: clamp(1.2rem, 2.5vw, 4rem);
    color: #222;
    letter-spacing: clamp(1px, .2vw, 2px);
    line-height: 1;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.custom-header-text sup {
    font-size: .3em;
    vertical-align: super;
    margin-left: 2px
}

.custom-header img.custom-header-text {
    height: clamp(26px, 4.2vw, 40px);
    width: auto;
    display: block;
    margin-left: clamp(8px, 1.5vw, 16px)
}

.reach-section,
.site-footer,
.u-stay-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw)
}

.site-footer {
    background: #000;
    color: #fff;
    border-top: 1px solid #222;
    margin-top: clamp(32px, 6vw, 80px)
}

.footer-inner {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 16px
}

.footer-inner a {
    color: #c8e8d0;
    text-decoration: none
}

.footer-inner a:hover {
    text-decoration: underline
}

.reach-hero {
    background: #111;
    color: #fff;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: clamp(6px, 1vw, 12px);
    align-items: center;
    padding: clamp(20px, 3vw, 40px) clamp(12px, 2vw, 24px) clamp(20px, 3vw, 40px) 0;
    min-height: clamp(420px, 60vh, 900px)
}

.main-image-section,
.oxl-gallery,
.pxl-content,
.u-stay-section {
    background: #fff
}

.reach-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 0
}

.reach-brand-u {
    font-style: italic;
    font-weight: 900;
    font-size: clamp(3.6rem, 9vw, 7.2rem);
    line-height: .9;
    text-align: center
}

.reach-brand-live {
    font-size: clamp(.8rem, 1vw, 1rem);
    letter-spacing: .3em;
    text-transform: lowercase;
    opacity: .8
}

.reach-copy {
    min-width: 0;
    display: block
}

.reach-hero-line {
    font-weight: 900;
    font-size: clamp(1.6rem, 3.4vw, 3rem);
    letter-spacing: -1px
}

.reach-hero-line.nowrap {
    white-space: nowrap
}

.reach-hero-italic {
    font-style: italic;
    font-weight: 600
}

.reach-hero-badge {
    display: inline-block;
    margin-top: clamp(12px, 1.2vw, 16px);
    padding-top: 10px;
    color: #fff;
    font-size: .8rem;
    letter-spacing: .3em;
    white-space: nowrap;
    position: relative
}

.reach-hero-badge::after,
.reach-hero-badge::before {
    content: "";
    display: block;
    height: 1px;
    background: #fff
}

.reach-hero-badge::before {
    width: 210px;
    margin-bottom: 8px
}

.reach-hero-badge::after {
    width: 210px;
    margin-top: 8px
}

@media (max-width:992px) {
    .reach-hero {
        grid-template-columns: 1fr;
        gap: clamp(10px, 2vw, 16px);
        padding: clamp(24px, 4vw, 40px) clamp(16px, 3vw, 24px);
        min-height: auto
    }

    .reach-brand {
        align-items: flex-start
    }
}

.main-image-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

.logo-section,
.pxl-divider {
    padding: 0 clamp(10px, 2vw, 20px)
}

.main-image {
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: clamp(150px, 25vh, 400px)
}

img, a img, .icon-img, .u-stay-img, .oxl-large-img {
    -webkit-user-drag: none;
}

/* Hero badges on main image */
.hero-badges {
    position: absolute;
    left: 50%;
    bottom: clamp(12px, 3vw, 28px);
    transform: translateX(-50%);
    display: flex;
    gap: clamp(10px, 1.5vw, 16px);
    padding: 0 clamp(10px, 2vw, 12px);
    width: 100%;
    max-width: 1400px;
    justify-content: center;
    pointer-events: none;
}

.hero-badge {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, .65);
    color: #f5f5f5;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    padding: 10px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(.78rem, .95rem, 1rem);
    white-space: nowrap;
    line-height: 1.35;
    pointer-events: auto;
}

.hero-badge i { color: #c8e8d0; }

.hero-badge span { line-height: 1.35; display: inline-block }

@media (max-width: 900px) {
    .hero-badges {
        flex-wrap: wrap;
        row-gap: clamp(10px, 2.2vw, 14px);
        bottom: clamp(10px, 3vw, 20px);
        justify-content: center;
        padding-left: clamp(8px, 2vw, 12px);
        padding-right: clamp(8px, 2vw, 12px)
    }
}

@media (max-width: 520px) {
    .hero-badges { gap: 8px; }
    .hero-badge { font-size: .78rem; padding: 8px 10px }
}

.logo-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: clamp(16px, 3vw, 32px);
    margin-bottom: clamp(8px, 1.5vw, 16px)
}

.urbanunits-logo {
    max-width: clamp(220px, 40vw, 500px);
    width: 90%;
    height: auto;
    display: block;
    object-fit: contain
}

.pxl-divider {
    width: 100%;
    margin: clamp(20px, 4vw, 40px) 0 clamp(16px, 3vw, 32px);
    display: flex;
    flex-direction: column;
    align-items: center
}

.pxl-line {
    width: 100%;
    border: none;
    border-top: 1px solid #bbb;
    margin: 0
}

.oxl-line-top {
    margin-top: clamp(80px, 15vw, 160px) !important
}

.pxl-content {
    width: 100%;
    max-width: clamp(600px, 80vw, 900px);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: clamp(40px, 8vw, 130px);
    padding: clamp(12px, 2vw, 16px) clamp(10px, 2vw, 20px);
    position: relative;
    z-index: 1
}

.pxl-left {
    flex: .8;
    display: flex;
    justify-content: flex-start;
    min-width: 0
}

.pxl-center {
    flex: 1.2;
    text-align: left;
    font-size: clamp(.9rem, 1rem, 1.2rem);
    font-weight: 500;
    color: #444;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-width: 0
}

.pxl-right {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: clamp(.7rem, .9rem, 1.05rem);
    color: #666;
    min-width: 0;
    line-height: 1.9;
}

.case-btn,
.oxl-arrow {
    align-items: center;
    cursor: pointer
}

.case-btn {
    display: inline-flex;
    gap: 18px;
    font-size: 15px;
    line-height: 1;
    font-weight: 600
}

.case-btn:active {
    transform: translateY(1px)
}

.case-btn .arrow {
    display: inline-block;
    margin-left: 8px
}

.pxl-right .case-btn {
    font-size: 15px;
    white-space: nowrap;
    width: auto !important;
    max-width: 100%;
    padding: 12px 18px
}

.case-btn-wrapper {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
    margin-bottom: 0
}

.u-stay-img {
    display: block;
    width: 100%;
    height: auto
}

/* Highlights Section */
.highlights-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f8f9f9;
    position: relative;
    overflow: hidden
}

.highlights-container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    padding: clamp(28px, 6vw, 64px) 0
}

/* Floating bubble circles */
.highlights-bubbles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden
}

.highlights-bubbles span {
    position: absolute;
    bottom: -160px;
    left: var(--left, 10%);
    width: var(--size, 100px);
    height: var(--size, 100px);
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(200,232,208,.35), rgba(200,232,208,.15) 40%, rgba(200,232,208,.06) 70%, transparent 75%);
    box-shadow: inset 0 0 20px rgba(255,255,255,.5);
    filter: blur(0.3px);
    animation: floatUp var(--duration, 20s) linear infinite;
    animation-delay: var(--delay, 0s)
}

@keyframes floatUp {
    0%   { transform: translateY(0) translateX(0); opacity: .55 }
    25%  { transform: translateY(-25vh) translateX(-10px) }
    50%  { transform: translateY(-50vh) translateX(8px); opacity: .35 }
    75%  { transform: translateY(-75vh) translateX(-6px) }
    100% { transform: translateY(-100vh) translateX(0); opacity: 0 }
}

.highlights-heading {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    letter-spacing: -.5px;
    color: #111;
    margin: 0 0 8px
}

.highlights-sub {
    color: #444;
    font-size: clamp(.95rem, 1.1rem, 1.2rem);
    margin: 0 0 24px
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: clamp(16px, 2.5vw, 28px);
    align-items: center
}

.highlight-card {
    background: radial-gradient(circle at 35% 30%, #ffffff, #fbfbfb 60%, #f6f6f6);
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    padding: clamp(16px, 2.2vw, 24px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.06);
    aspect-ratio: 1 / 1;
    --floatDur: 7s;
    --floatAmp: 12px;
    animation: floatCard var(--floatDur) ease-in-out infinite
}

.highlight-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    background: #111;
    color: #fff;
    border-radius: 50%
}

.highlight-title {
    font-weight: 800;
    color: #111;
    font-size: clamp(1rem, 1.15rem, 1.2rem)
}

.highlight-text {
    color: #555;
    line-height: 1.5;
    font-size: clamp(.86rem, .95rem, 1rem)
}

@keyframes floatCard {
    0%   { transform: translateY(0) }
    50%  { transform: translateY(calc(-1 * var(--floatAmp))) }
    100% { transform: translateY(0) }
}

.highlight-card:nth-child(1) { --floatDur: 7.2s; animation-delay: -.3s }
.highlight-card:nth-child(2) { --floatDur: 6.6s; animation-delay: -.8s }
.highlight-card:nth-child(3) { --floatDur: 7.8s; animation-delay: -.5s }
.highlight-card:nth-child(4) { --floatDur: 6.9s; animation-delay: -.2s }
.highlight-card:nth-child(5) { --floatDur: 7.6s; animation-delay: -.9s }
.highlight-card:nth-child(6) { --floatDur: 6.4s; animation-delay: -.6s }

@media (max-width: 1000px) {
    .highlights-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) }
}

@media (max-width: 600px) {
    .highlights-grid { grid-template-columns: 1fr }
}

.oxl-gallery {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 16px 0
}

.oxl-img,
.oxl-large-img.active {
    display: block
}

.oxl-img {
    max-width: clamp(120px, 18vw, 200px);
    width: 100%;
    height: auto;
    border-radius: clamp(6px, 1.2vw, 12px);
    box-shadow: 0 clamp(1px, .3vw, 3px) clamp(4px, 1vw, 12px) rgba(0, 0, 0, .06);
    object-fit: cover;
    background: #f5f5f5
}

.oxl-carousel-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 2vw, 24px);
    background: #fff;
    padding: clamp(16px, 3vw, 28px) clamp(10px, 2vw, 18px)
}

.oxl-carousel-wrapper.right-align {
    justify-content: flex-end
}

.oxl-carousel-large {
    width: 100%;
    max-width: none;
    aspect-ratio: 157 / 100; /* height ~= 157% of width */
    min-height: 320px;
    max-height: 90vh;
    position: relative
}

.oxl-large-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #fff;
    display: none
}

.oxl-dots {
    display: flex;
    gap: 12px
}

.oxl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #222;
    background: 0 0;
    cursor: pointer
}

.oxl-dot.active {
    background: #222
}

.oxl-carousel-scroll::-webkit-scrollbar {
    display: none
}

.oxl-carousel-scroll .oxl-img {
    flex: 0 0 clamp(220px, 25vw, 350px);
    max-width: clamp(220px, 25vw, 350px);
    width: clamp(220px, 25vw, 350px);
    height: clamp(160px, 20vw, 280px);
    border-radius: clamp(4px, .8vw, 8px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    object-fit: cover;
    background: #f5f5f5;
    display: block;
    min-width: 0
}

@media (max-width:900px) {
    .oxl-img {
        max-width: clamp(100px, 15vw, 140px)
    }

    .oxl-gallery {
        gap: clamp(8px, 2vw, 16px);
        padding: clamp(12px, 2vw, 20px) 0
    }

    .oxl-carousel-wrapper {
        gap: clamp(8px, 2vw, 16px);
        padding: clamp(12px, 2vw, 16px) clamp(6px, 1.2vw, 10px);
        justify-content: center
    }

    .oxl-carousel-scroll {
        padding: clamp(4px, 1vw, 6px) clamp(4px, 1vw, 8px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(130px, 16vw, 180px);
        max-width: clamp(130px, 16vw, 180px);
        width: clamp(130px, 16vw, 180px);
        height: clamp(80px, 10vw, 110px)
    }

    .oxl-carousel,
    .oxl-carousel .oxl-img {
        max-width: clamp(200px, 25vw, 280px)
    }

    .oxl-carousel {
        min-height: clamp(100px, 15vw, 140px)
    }
}

@media (max-width:600px) {
    .custom-header {
        height: clamp(32px, 6vw, 40px);
        padding-left: clamp(12px, 2vw, 16px)
    }

    .custom-header-text {
        font-size: clamp(1rem, 2vw, 1.8rem)
    }

    .custom-header img.custom-header-text {
        height: clamp(22px, 3.8vw, 30px);
        margin-left: clamp(6px, 1.2vw, 12px)
    }

    .logo-section {
        margin-top: clamp(12px, 2.5vw, 18px);
        margin-bottom: clamp(6px, 1vw, 8px)
    }

    .urbanunits-logo {
        max-width: clamp(180px, 35vw, 220px);
        width: 95%
    }

    .oxl-carousel-wrapper {
        gap: clamp(6px, 1.5vw, 12px);
        padding: clamp(6px, 1vw, 8px) clamp(2px, .8vw, 6px);
        justify-content: center
    }

    .oxl-carousel-scroll {
        padding: clamp(2px, .8vw, 4px) clamp(2px, .8vw, 6px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(100px, 12vw, 140px);
        max-width: clamp(100px, 12vw, 140px);
        width: clamp(100px, 12vw, 140px);
        height: clamp(60px, 8vw, 80px)
    }

    .oxl-carousel {
        max-width: clamp(180px, 55vw, 260px);
        min-height: clamp(90px, 28vw, 120px)
    }
}

@media (max-width:480px) {
    .oxl-carousel-wrapper {
        gap: clamp(4px, 1vw, 8px);
        padding: clamp(4px, .8vw, 6px) clamp(1px, .5vw, 4px)
    }

    .oxl-carousel-scroll {
        padding: clamp(1px, .5vw, 2px) clamp(1px, .5vw, 4px)
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(80px, 10vw, 110px);
        max-width: clamp(80px, 10vw, 110px);
        width: clamp(80px, 10vw, 110px);
        height: clamp(50px, 6vw, 65px)
    }
}

canvas,
img,
video {
    display: block;
    max-width: 100%;
    height: auto
}

.oxl-arrows {
    display: flex;
    flex-direction: column;
    gap: clamp(16px, 2.5vw, 24px);
    margin-right: clamp(12px, 2vw, 16px)
}

.oxl-arrow {
    width: clamp(32px, 4.5vw, 56px);
    height: clamp(32px, 4.5vw, 56px);
    background: #111;
    color: #fff;
    border: none;
    border-radius: clamp(2px, .5vw, 6px);
    font-size: clamp(1.2rem, 2.2vw, 2.2rem);
    display: flex;
    justify-content: center;
    transition: background .2s
}

.case-icon-box,
.case-icon-box:not(:first-child) {
    border-left: 1px solid #ccc !important
}

.oxl-arrow:hover {
    background: #333
}

.oxl-arrow:focus-visible {
    outline: #c8e8d0 solid 2px;
    outline-offset: 2px
}

.oxl-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    min-height: 220px
}

.oxl-carousel .oxl-img {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    object-fit: cover;
    background: #f5f5f5;
    display: none
}

@media (max-width:900px) {
    .oxl-carousel-wrapper {
        gap: clamp(8px, 2vw, 16px);
        padding: clamp(8px, 1.5vw, 12px) clamp(4px, 1vw, 8px);
        justify-content: center
    }

    .oxl-carousel-scroll {
        padding: clamp(4px, 1vw, 6px) clamp(4px, 1vw, 8px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(130px, 16vw, 180px);
        max-width: clamp(130px, 16vw, 180px);
        width: clamp(130px, 16vw, 180px);
        height: clamp(80px, 10vw, 110px)
    }

    .oxl-carousel,
    .oxl-carousel .oxl-img {
        max-width: clamp(200px, 25vw, 280px)
    }

    .oxl-arrow {
        width: clamp(28px, 4vw, 40px);
        height: clamp(28px, 4vw, 40px);
        font-size: clamp(1rem, 1.8vw, 1.5rem)
    }

    .oxl-carousel {
        min-height: clamp(100px, 15vw, 140px)
    }
}

@media (max-width:1500px) {
    .oxl-carousel-scroll {
        width: 100%;
        max-width: 100%;
        padding: clamp(6px, 1vw, 8px) clamp(6px, 1.5vw, 12px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(160px, 20vw, 220px);
        max-width: clamp(160px, 20vw, 220px);
        width: clamp(160px, 20vw, 220px);
        height: clamp(100px, 14vw, 140px)
    }
}

@media (max-width:600px) {
    .oxl-carousel-wrapper {
        gap: clamp(8px, 2vw, 14px);
        padding: clamp(10px, 2vw, 14px) clamp(4px, 1.2vw, 8px);
        justify-content: center
    }

    .oxl-carousel-scroll {
        padding: clamp(2px, .8vw, 4px) clamp(2px, .8vw, 6px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(100px, 12vw, 140px);
        max-width: clamp(100px, 12vw, 140px);
        width: clamp(100px, 12vw, 140px);
        height: clamp(60px, 8vw, 80px)
    }

    .oxl-arrow {
        width: clamp(24px, 3.5vw, 32px);
        height: clamp(24px, 3.5vw, 32px);
        font-size: clamp(.9rem, 1.5vw, 1.2rem)
    }
}

.case-icon-container {
    width: 100%;
    max-width: none;
    margin: clamp(40px, 8vw, 80px) 0 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    justify-items: stretch;
    gap: clamp(24px, 4vw, 48px);
    padding: 0 clamp(16px, 3vw, 24px) clamp(32px, 6vw, 64px) clamp(28px, 5vw, 60px);
    grid-auto-rows: 1fr
}

.case-icon-box {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    min-height: clamp(350px, 60vw, 600px);
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(80px, 12vw, 120px) clamp(20px, 3vw, 32px) clamp(50px, 10vw, 100px);
    position: relative;
    transition: box-shadow .2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    cursor: pointer;
    overflow: hidden;
    height: 100%
}

.case-heading,
.case-heading-typewriter,
.case-subheading-rounded,
.case-text-editor,
.icon-title-text,
.kontaktform-address,
.kontaktform-left h3,
.kontaktform-mail,
.kontaktform-phone {
    overflow-wrap: break-word;
    word-wrap: break-word
}

.case-icon-box:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08)
}

.icon-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

.icon-title-text {
    font-size: clamp(1rem, 1.2rem, 1.4rem);
    font-weight: 900;
    color: #111;
    letter-spacing: 1px;
    margin-top: 130px;
    text-align: left;
    transition: color .3s, margin-top .3s, transform .3s;
    transform: translateX(0);
    z-index: 2
}

.icon-svg {
    transition: opacity .3s, transform .4s cubic-bezier(.4, 1.6, .6, 1), filter .3s
}

.icon-desc {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40px);
    font-size: clamp(.9rem, 1.05rem, 1.2rem);
    color: #222;
    text-align: left;
    width: 80%;
    transition: opacity .3s, transform .4s cubic-bezier(.4, 1.6, .6, 1);
    z-index: 1
}

@media (hover:hover) and (pointer:fine) {
    .reach-copy {
        opacity: .95;
        transition: opacity .25s
    }

    .reach-brand:hover~.reach-copy,
    .reach-copy:hover {
        opacity: 1
    }

    .case-icon-box:hover .icon-title-text {
        color: #111;
        margin-top: 0;
        position: absolute;
        top: 80px;
        left: clamp(28px, 4vw, 64px);
        width: 100%;
        z-index: 2;
        text-align: left;
        transform: translateX(24px)
    }

    .case-icon-box:hover .icon-svg {
        opacity: 0;
        transform: translateY(-60px);
        filter: blur(2px)
    }

    .case-icon-box:hover .icon-desc {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, 30px)
    }
}

@media (hover:none),
(pointer:coarse) {

    .icon-desc,
    .icon-svg {
        opacity: 1;
        transform: none
    }

    .case-icon-box {
        cursor: default
    }

    .icon-title-text {
        margin-top: 0;
        position: static
    }

    .icon-svg {
        filter: none
    }

    .icon-desc {
        position: static;
        pointer-events: auto;
        width: 100%;
        margin-top: 12px;
        text-align: left
    }
}

@media (max-width:1100px) {
    .case-icon-container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        justify-items: stretch;
        gap: clamp(20px, 4vw, 40px);
        padding: 0 clamp(12px, 2.5vw, 20px) clamp(32px, 6vw, 48px) clamp(22px, 4vw, 40px);
        grid-auto-rows: 1fr
    }

    .case-icon-box {
        width: 100%;
        min-width: 0;
        min-height: clamp(220px, 30vw, 360px);
        padding: clamp(40px, 6vw, 60px) clamp(16px, 2.5vw, 24px) clamp(24px, 4vw, 40px);
        flex: none;
        height: 100%
    }

    .icon-title-text {
        font-size: clamp(1rem, 1.3rem, 1.6rem);
        margin-top: clamp(60px, 80px, 100px)
    }

    .icon-desc {
        font-size: clamp(.9rem, 1.1rem, 1.3rem);
        line-height: 1.5
    }

    .custom-svg-bg {
        width: clamp(90px, 12vw, 120px);
        height: clamp(90px, 12vw, 120px)
    }

    .icon-img {
        max-width: clamp(90px, 12vw, 120px);
        max-height: clamp(90px, 12vw, 120px)
    }
}

@media (max-width:768px) {
    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .case-icon-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 32px);
        padding: 0 clamp(8px, 1.5vw, 16px) clamp(24px, 4vw, 36px) clamp(18px, 3.5vw, 36px);
        grid-auto-rows: 1fr
    }

    .case-icon-box {
        min-height: clamp(200px, 40vw, 300px);
        padding: clamp(32px, 5vw, 48px) clamp(12px, 2vw, 20px) clamp(20px, 3vw, 32px);
        height: 100%
    }

    .icon-title-text {
        font-size: clamp(.9rem, 1.2rem, 1.4rem);
        margin-top: clamp(50px, 70px, 90px)
    }

    .icon-desc {
        font-size: clamp(.8rem, 1rem, 1.2rem);
        line-height: 1.4
    }

    .custom-svg-bg {
        width: clamp(80px, 10vw, 100px);
        height: clamp(80px, 10vw, 100px)
    }

    .icon-img {
        max-width: clamp(80px, 10vw, 100px);
        max-height: clamp(80px, 10vw, 100px)
    }
}

@media (max-width:480px) {
    .oxl-carousel-wrapper {
        gap: clamp(4px, 1vw, 8px);
        padding: clamp(4px, .8vw, 6px) clamp(1px, .5vw, 4px);
        justify-content: center
    }

    .oxl-carousel-scroll {
        padding: clamp(1px, .5vw, 2px) clamp(1px, .5vw, 4px);
        justify-content: center
    }

    .oxl-carousel-scroll .oxl-img {
        flex-basis: clamp(80px, 10vw, 110px);
        max-width: clamp(80px, 10vw, 110px);
        width: clamp(80px, 10vw, 110px);
        height: clamp(50px, 6vw, 65px)
    }

    .oxl-arrow {
        width: clamp(20px, 3vw, 28px);
        height: clamp(20px, 3vw, 28px);
        font-size: clamp(.8rem, 1.2vw, 1rem)
    }

    .case-icon-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: clamp(12px, 2.5vw, 24px);
        padding: 0 clamp(6px, 1vw, 12px) clamp(20px, 3vw, 28px) clamp(14px, 3vw, 28px);
        grid-auto-rows: 1fr
    }

    .case-icon-box {
        min-height: clamp(180px, 40vw, 260px);
        padding: clamp(24px, 4vw, 36px) clamp(8px, 1.5vw, 16px) clamp(16px, 2.5vw, 28px);
        height: 100%
    }

    .icon-title-text {
        font-size: clamp(.8rem, 1.1rem, 1.3rem);
        margin-top: clamp(40px, 60px, 80px)
    }

    .icon-desc {
        font-size: clamp(.75rem, .9rem, 1.1rem);
        line-height: 1.3
    }

    .custom-svg-bg {
        width: clamp(70px, 8vw, 90px);
        height: clamp(70px, 8vw, 90px)
    }

    .icon-img {
        max-width: clamp(70px, 8vw, 90px);
        max-height: clamp(70px, 8vw, 90px)
    }
}

.abschnitt2-container {
    margin-top: 64px;
    width: 100%;
    padding: 0 24px
}

.abschnitt2-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(16px, 24px, 32px);
    max-width: 100vw;
    margin: clamp(32px, 64px, 80px) 0 0;
    padding: 0 clamp(16px, 24px, 32px);
    width: 100%;
    height: auto;
    min-height: clamp(420px, 50vh, 700px);
    grid-auto-rows: 1fr
}

.abschnitt2-img,
.abschnitt2-text {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border-radius: 0
}

.abschnitt2-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block
}

.abschnitt2-text {
    background: #c8e8d0;
    padding: clamp(24px, 40px, 48px) clamp(20px, 32px, 40px);
    font-size: clamp(1rem, 1.15rem, 1.3rem);
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: center;
    gap: 12px;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.abschnitt2-text h2 {
    font-size: clamp(1.5rem, 2.1rem, 2.5rem);
    font-weight: 900;
    color: #111;
    margin: 0 0 16px;
    align-self: start
}

.abschnitt2-text p {
    color: #444;
    line-height: 1.6;
    margin: 8px 0 16px;
    align-self: center
}

.abschnitt2-btn {
    font-weight: 700;
    color: #111;
    background: 0 0;
    border: none;
    font-size: clamp(.95rem, 1rem, 1.15rem);
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    margin-top: 0;
    align-self: end;
    justify-self: start
}

.abschnitt2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1600px;
    margin: 0 auto;
    align-items: stretch
}

.custom-svg-bg,
.lucide-bg {
    background: #111;
    display: flex;
    border-radius: clamp(3px, .8vw, 6px)
}

.abschnitt2-grid .abschnitt2-img,
.abschnitt2-grid .abschnitt2-text {
    min-height: 320px
}

@media (max-width:1100px) {
    .abschnitt2-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(16px, 24px, 32px);
        padding: 0 clamp(16px, 24px, 32px);
        height: auto;
        min-height: auto;
        margin: clamp(32px, 48px, 64px) 0 0;
        grid-auto-rows: 1fr
    }

    .abschnitt2-img,
    .abschnitt2-text {
        min-height: clamp(220px, 30vh, 360px);
        height: 100%
    }

    .abschnitt2-text h2 {
        font-size: clamp(1.2rem, 1.6rem, 2rem);
        margin-bottom: clamp(12px, 16px, 20px)
    }

    .abschnitt2-btn,
    .abschnitt2-text p {
        font-size: clamp(.95rem, 1.05rem, 1.15rem)
    }

    .abschnitt2-text p {
        margin: clamp(10px, 14px, 18px) 0
    }
}

@media (max-width:768px) {
    .abschnitt2-grid { grid-template-columns: 1fr; gap: 24px }

    .abschnitt2-img img,
    .abschnitt2-text { min-height: 180px }

    .abschnitt2-row {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
        gap: clamp(12px, 16px, 20px);
        padding: 0 clamp(12px, 16px, 20px);
        margin: clamp(24px, 32px, 48px) 0 0
    }

    .abschnitt2-text h2 {
        font-size: clamp(1.1rem, 1.4rem, 1.7rem);
        margin-bottom: clamp(10px, 12px, 16px)
    }

    .abschnitt2-btn,
    .abschnitt2-text p {
        font-size: clamp(.9rem, 1rem, 1.1rem)
    }

    .abschnitt2-text p {
        margin: clamp(8px, 10px, 14px) 0
    }
}

.lucide-bg {
    padding: clamp(20px, 4vw, 40px);
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.lucide-bg i,
.lucide-bg svg {
    color: #fff;
    width: clamp(36px, 5vw, 56px);
    height: clamp(36px, 5vw, 56px);
    stroke-width: clamp(2px, .4vw, 3px)
}

.custom-svg-bg {
    width: clamp(80px, 12vw, 120px);
    height: clamp(80px, 12vw, 120px);
    align-items: center;
    justify-content: center;
    margin: 0
}

.custom-svg-bg svg {
    width: clamp(32px, 4vw, 48px);
    height: clamp(32px, 4vw, 48px);
    display: block
}

.icon-img {
    max-width: clamp(90px, 12vw, 130px);
    max-height: clamp(90px, 12vw, 130px);
    display: block;
    margin: 0
}

@media (prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important
    }
}

.kontaktform-section {
    margin: 80px 0 0;
    width: 100%;
    padding: 0 24px
}

.kontaktform-grid {
    display: flex;
    flex-direction: row;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: flex-start
}

.kontaktform-left {
    flex: 1 1 0;
    min-width: 260px;
    max-width: 400px;
    font-size: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.kontaktform-left h3 {
    font-size: clamp(1.5rem, 2rem, 2.5rem);
    font-weight: 900;
    margin-bottom: 0
}

.kontaktform-address {
    color: #888;
    font-size: clamp(.9rem, 1rem, 1.2rem);
    line-height: 1.3
}

.kontaktform-mail,
.kontaktform-phone {
    font-size: clamp(1.1rem, 1.3rem, 1.5rem);
    font-weight: 500;
    margin: 12px 0 0
}

.kontaktform-socials {
    margin-top: 32px;
    border-radius: 2px;
    padding: 18px 0 12px;
    display: flex;
    gap: 36px;
    font-size: 1.15rem;
    justify-content: flex-start
}

.kontaktform-socials a {
    color: #111;
    text-decoration: none;
    transition: color .2s
}

.kontaktform-socials a:hover {
    color: #b38aff
}

.kontaktform-right {
    flex: 2 1 0;
    min-width: 320px;
    background: #0f1419;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .35);
    border: 1px solid #1e2730;
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: #f3f3f3;
    text-align: left
}

@media (min-width:1100px) {
    .kontaktform-right {
        max-width: 720px
    }
}

.case-heading {
    font-size: clamp(1.2rem, 1.5rem, 1.8rem);
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff
}

.case-contact-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left
}

.case-contact-form .form-row {
    justify-content: flex-start
}

.case-contact-form label {
    color: #d8dee4;
    font-size: .85rem;
    letter-spacing: .02em;
    text-align: left
}

.case-contact-form textarea,
.form-row input,
.form-row select {
    padding: 10px 12px;
    font-size: .95rem;
    transition: border .2s, box-shadow .2s, background .2s;
    color: #f5f5f5;
    background: #15181c;
    outline: 0
}

.form-row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%
}

.form-row input,
.form-row select {
    border: 1px solid #343a42;
    border-radius: 6px
}

.case-contact-form textarea:focus,
.form-row input:focus,
.form-row select:focus {
    border: 1.5px solid #c8e8d0;
    box-shadow: 0 0 0 3px rgba(200, 232, 208, .15)
}

.case-contact-form textarea {
    width: 100%;
    min-height: 100px;
    border: 1px solid #343a42;
    border-radius: 6px;
    resize: vertical
}

.case-contact-form input::placeholder,
.case-contact-form textarea::placeholder {
    color: #aeb5bd
}

.case-contact-form select {
    color: #f5f5f5;
    background: #15181c
}

.case-btn {
    margin-top: 18px;
    width: 95px;
    max-width: 100%;
    align-self: flex-start;
    background: 0 0;
    color: #ffffff;
    border: 1.5px solid #ffffff;
    padding: 10px 16px;
    border-radius: 8px;
    transition: background .2s, color .2s, border-color .2s;
    text-decoration: none
}

.case-btn:hover {
    filter: brightness(1.05);
    background: #fff;
    color: #000;
    border-color: #fff
}

.stats-col,
.stats-grid,
.stats-row {
    gap: clamp(20px, 3vw, 32px)
}

.kontaktform-address-link {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    transition: background .18s;
    cursor: pointer;
    padding: 6px 0
}

.kontaktform-address-link:hover {
    background: rgba(0, 0, 0, .08)
}

.case-magdeburg-section {
    margin: 120px auto 0;
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.case-heading-typewriter {
    font-size: clamp(1.6rem, 3.4vw, 3rem);
    font-weight: 800;
    margin-bottom: 36px;
    margin-top: 0;
    letter-spacing: -1px;
    line-height: 1.1;
    white-space: normal;
    text-shadow: none
}

.case-subheading-rounded {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 2px solid #ececec;
    border-radius: 32px;
    padding: clamp(4px, 6px, 10px) clamp(8px, 12px, 16px);
    font-size: clamp(.7rem, .85rem, 1rem);
    font-weight: 700;
    margin-bottom: 32px;
    min-width: 180px;
    max-width: 90vw
}

.stats-counter,
.stats-img {
    min-width: 0;
    overflow: hidden
}

.case-text-editor {
    font-size: clamp(.9rem, 1.08rem, 1.3rem);
    color: #444;
    margin: 0 auto 32px;
    max-width: 700px;
    line-height: 1.7
}

@media (max-width:700px) {
    .pxl-content {
        flex-direction: column;
        gap: clamp(8px, 2vw, 12px);
        padding: clamp(8px, 1.5vw, 12px)
    }

    .pxl-center,
    .pxl-left,
    .pxl-right {
        justify-content: center;
        text-align: center;
        width: 100%;
        max-width: 100%
    }

    .pxl-center {
        font-size: clamp(.9rem, 1.2vw, 1.3rem)
    }

    .kontaktform-right {
        max-width: none
    }

    .case-heading-typewriter {
        font-size: 2.2rem
    }

    .case-subheading-rounded {
        font-size: 1rem;
        padding: 10px
    }

    .case-magdeburg-section {
        margin-top: 60px
    }
}

.stats-section {
    margin: clamp(40px, 8vw, 80px) 0 0;
    width: 100%;
    padding: 0 clamp(16px, 3vw, 24px)
}

.stats-grid {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: stretch
}

.stats-col,
.stats-img {
    flex: 1 1 0;
    display: flex
}

.stats-col {
    flex-direction: column
}

.stats-row {
    display: flex;
    flex-direction: row;
    flex: 1 1 0;
    min-height: clamp(300px, 40vw, 480px);
    height: auto
}

.stats-img,
.stats-img img {
    min-height: clamp(200px, 30vw, 300px)
}

.stats-img {
    padding: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    align-items: stretch;
    justify-content: stretch
}

.stats-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0
}

.stats-counter {
    flex: 1 1 0;
    min-height: clamp(300px, 40vw, 480px);
    height: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(24px, 4vw, 36px) clamp(20px, 3vw, 32px) clamp(20px, 3vw, 32px);
    gap: clamp(12px, 2vw, 18px);
    text-align: left;
    position: relative;
    cursor: pointer;
    transition: box-shadow .2s;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

.stats-detail {
    max-height: 0;
    opacity: 0;
    transform: translateY(20px);
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.4, 1.6, .6, 1), opacity .3s, transform .4s cubic-bezier(.4, 1.6, .6, 1);
    width: 100%;
    margin-top: 12px;
    position: relative;
    pointer-events: none
}

.stats-counter .stats-icon,
.stats-counter .stats-number,
.stats-label {
    transition: opacity .3s, transform .4s cubic-bezier(.4, 1.6, .6, 1)
}

.stats-counter:hover .stats-detail-title,
.stats-detail-title {
    top: 32px;
    width: 100%;
    font-weight: 700;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: clamp(1rem, 1.2rem, 1.4rem)
}

.stats-counter.touched .stats-detail,
.stats-counter:active .stats-detail,
.stats-counter:focus-within .stats-detail,
.stats-counter:hover .stats-detail {
    max-height: 200px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.stats-detail-title {
    margin-bottom: 10px;
    color: #111;
    z-index: 2;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.stats-number,
.stats-unit {
    font-weight: 400;
    position: relative
}

.stats-detail-text {
    font-size: clamp(.9rem, 1rem, 1.2rem);
    color: #444;
    line-height: 1.5;
    margin-top: 48px;
    text-align: center;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.stats-icon,
.stats-number {
    margin-bottom: clamp(6px, 1vw, 8px);
    color: #111
}

.stats-label,
.stats-number {
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%
}

.stats-icon {
    font-size: clamp(1.4rem, 2vw, 2.6rem)
}

.stats-number {
    font-size: clamp(1.6rem, 2.5vw, 2.8rem)
}

.stats-prefix,
.stats-suffix {
    font-size: .6em;
    vertical-align: baseline;
    display: inline-block
}

.stats-prefix {
    margin-right: .25em
}

.stats-suffix {
    margin-left: .15em
}

.stats-number::after {
    content: "";
    display: block;
    margin: 16px auto 0;
    width: 85%;
    height: 1.5px;
    background: #ddd;
    border-radius: 1px
}

.stats-unit {
    font-size: .5em;
    margin-left: 2px;
    vertical-align: super;
    top: -4px
}

.stats-label {
    opacity: 1;
    position: static;
    display: block;
    margin-top: clamp(8px, 1.5vw, 12px);
    font-weight: 500;
    font-size: clamp(.9rem, 1.2vw, 1.3rem);
    color: #222;
    pointer-events: auto;
    line-height: 1.3
}

.stats-counter.touched .stats-label,
.stats-counter:active .stats-label,
.stats-counter:focus-within .stats-label,
.stats-counter:hover .stats-label {
    opacity: 1;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: clamp(1rem, 1.2rem, 1.4rem);
    z-index: 2;
    pointer-events: none;
    margin-top: 0;
    color: #111
}

@media (max-width:1100px) {

    .stats-col,
    .stats-grid {
        gap: clamp(20px, 3vw, 32px)
    }

    .stats-counter,
    .stats-img,
    .stats-row {
        min-height: clamp(200px, 25vw, 300px)
    }

    .stats-grid {
        flex-direction: column
    }

    .stats-row {
        flex-direction: row;
        gap: clamp(16px, 2.5vw, 24px)
    }

    .stats-counter {
        padding: clamp(16px, 2.5vw, 18px) clamp(12px, 2vw, 16px)
    }

    .stats-counter.touched .stats-detail,
    .stats-counter:active .stats-detail,
    .stats-counter:focus-within .stats-detail,
    .stats-counter:hover .stats-detail {
        max-height: 150px
    }

    .stats-detail-text {
        font-size: clamp(.7rem, 1vw, 1rem);
        margin-top: clamp(6px, 1vw, 8px)
    }
}

@media (max-width:800px) {
    .stats-row {
        flex-direction: column;
        gap: clamp(12px, 2vw, 16px);
        min-height: auto
    }

    .stats-counter,
    .stats-img {
        min-height: clamp(150px, 20vw, 200px)
    }

    .stats-counter {
        padding: clamp(12px, 2vw, 16px)
    }

    .stats-number {
        font-size: clamp(1.4rem, 2.2vw, 1.8rem)
    }

    .stats-label {
        font-size: clamp(.8rem, 1.1vw, 1rem)
    }

    .stats-counter.touched .stats-detail,
    .stats-counter:active .stats-detail,
    .stats-counter:focus-within .stats-detail,
    .stats-counter:hover .stats-detail {
        max-height: 120px
    }

    .stats-detail-text {
        font-size: clamp(.6rem, .9vw, .8rem);
        margin-top: clamp(4px, .8vw, 6px)
    }
}

@media (max-width:1024px),
(hover:none) {

    .stats-col,
    .stats-grid {
        gap: clamp(20px, 4vw, 30px)
    }

    .stats-icon,
    .stats-number {
        font-size: clamp(2rem, 4vw, 3rem)
    }

    .stats-section {
        padding: 0 clamp(16px, 3vw, 20px);
        margin: clamp(30px, 6vw, 50px) 0 0
    }

    .stats-grid {
        flex-direction: column
    }

    .stats-row {
        flex-direction: column;
        gap: clamp(16px, 3vw, 24px);
        min-height: auto
    }

    .stats-counter,
    .stats-img {
        min-height: clamp(180px, 30vw, 220px);
        flex: none
    }

    .stats-img {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .stats-img img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        border-radius: clamp(4px, .8vw, 8px)
    }

    .stats-counter {
        padding: clamp(20px, 4vw, 28px);
        text-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: auto
    }

    .stats-icon {
        margin-bottom: clamp(12px, 2vw, 16px)
    }

    .stats-number {
        margin-bottom: clamp(8px, 1.5vw, 12px);
        text-align: center
    }

    .stats-label {
        font-size: clamp(1rem, 1.8vw, 1.4rem);
        text-align: center;
        margin-top: clamp(8px, 1.5vw, 12px);
        line-height: 1.4
    }

    .stats-detail {
        max-height: 0;
        opacity: 0;
        transform: translateY(20px);
        overflow: hidden;
        transition: max-height .4s cubic-bezier(.4, 1.6, .6, 1), opacity .3s, transform .4s cubic-bezier(.4, 1.6, .6, 1);
        width: 100%;
        margin-top: 12px;
        position: relative
    }

    .stats-counter.active .stats-detail,
    .stats-counter.touched .stats-detail {
        max-height: 200px;
        opacity: 1;
        transform: translateY(0)
    }

    .stats-detail-text {
        font-size: clamp(.9rem, 1.6vw, 1.2rem);
        margin-top: 0;
        line-height: 1.5;
        text-align: center
    }

    .stats-number::after {
        width: 60%;
        margin: clamp(12px, 2vw, 16px) auto 0
    }
}

.reach-feature,
.reach-heading,
.reach-text {
    text-align: left
}

.stats-counter:hover .stats-icon,
.stats-counter:hover .stats-number {
    opacity: 0;
    transform: translateY(-30px)
}

.stats-counter:hover .stats-number::after {
    opacity: 0
}

.reach-section {
    background: #000;
    color: #fff;
    width: 100vw;
    margin: 40px 0 0;
    padding: 0
}

.reach-full-img {
    display: block;
    width: 100vw;
    height: auto;
    max-width: 100%;
}

.reach-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 64px;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px 20px 0;
    align-items: stretch
}

.reach-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: left center
}

#map,
.maps-container iframe {
    width: 100%;
    aspect-ratio: 16/9;
    min-height: 280px;
    max-height: 700px;
    height: 55vw
}

.reach-image {
    width: 100%;
    min-height: clamp(420px, 45vh, 900px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #000;
    padding-left: clamp(12px, 2vw, 24px)
}

.reach-side {
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    min-height: clamp(420px, 50vh, 900px)
}

.reach-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 48px;
    padding: 0 20px
}

.reach-heading-container,
.reach-text-container {
    min-width: 0;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden
}

.reach-heading,
.reach-text {
    width: 100%;
    overflow: hidden
}

.reach-heading h2,
.reach-text {
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.reach-heading h2 {
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 500;
    line-height: 1.05;
    color: #fff;
    letter-spacing: -2px
}

.reach-text {
    font-size: clamp(.72rem, .9rem, 1rem);
    line-height: 1.45;
    color: #ececec;
    max-width: 100%;
    hyphens: auto
}

.reach-sub,
.reach-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width:900px) {
    .kontaktform-grid {
        flex-direction: row;
        gap: clamp(24px, 32px, 40px);
        padding: 0 clamp(16px, 20px, 24px)
    }

    .kontaktform-left {
        max-width: clamp(200px, 280px, 320px);
        min-width: clamp(180px, 220px, 260px)
    }

    .kontaktform-right {
        flex: 1 1 0;
        padding: clamp(20px, 24px, 28px) clamp(16px, 20px, 24px);
        min-width: clamp(250px, 300px, 350px)
    }

    .kontaktform-section {
        padding: 0 clamp(12px, 16px, 20px)
    }

    .kontaktform-left h3 {
        font-size: clamp(1.2rem, 1.5rem, 1.8rem)
    }

    .kontaktform-address {
        font-size: clamp(.8rem, .9rem, 1rem)
    }

    .kontaktform-mail,
    .kontaktform-phone {
        font-size: clamp(1rem, 1.1rem, 1.3rem)
    }

    .kontaktform-socials {
        gap: clamp(20px, 24px, 28px);
        font-size: clamp(1rem, 1.1rem, 1.2rem)
    }

    .case-heading {
        font-size: clamp(1rem, 1.2rem, 1.4rem)
    }

    .form-row input,
    .form-row select {
        padding: clamp(10px, 12px, 14px);
        font-size: clamp(.9rem, 1rem, 1.1rem)
    }

    .case-btn {
        width: clamp(200px, 240px, 280px);
        font-size: clamp(.9rem, 1rem, 1.1rem)
    }

    .reach-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: start
    }

    .reach-copy {
        margin-left: 0
    }
}

.reach-divider {
    width: 100vw;
    height: 2px;
    background: #eaeaea;
    margin: 24px 0 0;
    border: none
}

.reach-features {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: clamp(48px, 7vh, 80px) 0;
    background: #000;
    gap: clamp(24px, 6vw, 64px)
}

.reach-feature {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    position: relative
}

.reach-divider-vert,
.reach-feature:not(:last-child)::after {
    display: none
}

.reach-icon {
    font-size: 2.5rem;
    margin-bottom: 18px;
    color: #fff
}

.reach-title {
    font-size: clamp(.9rem, 1.1rem, 1.2rem);
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.reach-sub {
    font-size: clamp(.8rem, .95rem, 1rem);
    color: #ccc;
    font-weight: 400;
    margin-bottom: 0
}

.map-card,
.map-card-icon {
    color: #111
}

.reach-divider-vert {
    width: 1.5px;
    height: 40%;
    background: rgba(255, 255, 255, .18);
    align-self: center;
    margin: 0;
    border-radius: 1px;
    flex-shrink: 0;
    display: block;
    transform: translateY(20px)
}

@media (max-width:1100px) {
    .reach-content {
        flex-direction: column;
        align-items: flex-start;
        padding: 40px 16px 20px;
        gap: 24px
    }

    .reach-heading-container,
    .reach-text-container {
        min-width: 0;
        max-width: 100%;
        flex: none;
        justify-content: flex-start;
        overflow: visible
    }

    .reach-heading,
    .reach-text {
        min-width: 0;
        max-width: 100%;
        margin-left: 0;
        overflow: visible
    }

    .reach-heading h2 {
        margin: 0;
        font-size: clamp(2rem, 4vw, 3rem)
    }

    .reach-text {
        margin-top: 24px;
        margin-bottom: 0;
        max-width: 100%;
        margin-left: 0
    }

    .reach-features {
        flex-direction: row;
        gap: clamp(8px, 12px, 16px)
    }

    .reach-feature {
        padding: clamp(8px, 12px, 16px);
        border-bottom: none;
        min-width: 0;
        flex: 1 1 0
    }

    .reach-feature:not(:last-child)::after {
        display: block
    }

    .reach-features {
        flex-direction: row;
        padding: clamp(12px, 16px, 20px) clamp(8px, 12px, 16px);
        gap: clamp(4px, 8px, 12px)
    }

    .reach-divider-vert {
        display: block;
        height: clamp(15%, 25%, 35%);
        transform: translateY(clamp(8px, 12px, 16px))
    }
}

@media (max-width:600px) {

    .kontaktform-grid,
    .kontaktform-socials {
        gap: clamp(16px, 20px, 24px)
    }

    .kontaktform-grid {
        flex-direction: row;
        padding: 0 clamp(12px, 16px, 20px)
    }

    .kontaktform-left {
        max-width: clamp(150px, 200px, 250px);
        min-width: clamp(120px, 160px, 200px)
    }

    .kontaktform-right {
        padding: clamp(16px, 20px, 24px) clamp(12px, 16px, 20px);
        min-width: clamp(200px, 250px, 300px)
    }

    .kontaktform-section {
        padding: 0 clamp(8px, 12px, 16px)
    }

    .kontaktform-left h3 {
        font-size: clamp(1rem, 1.3rem, 1.6rem)
    }

    .kontaktform-address {
        font-size: clamp(.75rem, .8rem, .9rem)
    }

    .kontaktform-mail,
    .kontaktform-phone,
    .kontaktform-socials {
        font-size: clamp(.9rem, 1rem, 1.1rem)
    }

    .case-heading {
        font-size: clamp(.9rem, 1.1rem, 1.3rem)
    }

    .form-row input,
    .form-row select {
        padding: clamp(8px, 10px, 12px);
        font-size: clamp(.8rem, .9rem, 1rem)
    }

    .case-btn {
        width: clamp(180px, 220px, 260px);
        font-size: clamp(.8rem, .9rem, 1rem)
    }

    .reach-content {
        padding: 30px 12px 15px;
        gap: 20px
    }

    .reach-heading-container,
    .reach-text-container {
        justify-content: flex-start;
        overflow: visible
    }

    .reach-heading h2 {
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        margin: 0
    }

    .reach-text {
        font-size: clamp(.8rem, 1rem, 1.1rem);
        margin-top: 16px
    }

    .reach-features {
        padding: clamp(8px, 12px, 16px) clamp(6px, 8px, 12px);
        gap: clamp(2px, 6px, 8px)
    }

    .reach-feature {
        padding: clamp(4px, 8px, 12px)
    }

    .reach-icon {
        font-size: clamp(1.5rem, 2rem, 2.5rem);
        margin-bottom: clamp(8px, 12px, 16px)
    }

    .reach-title {
        font-size: clamp(.8rem, 1rem, 1.1rem);
        margin-bottom: clamp(6px, 8px, 10px)
    }

    .reach-sub {
        font-size: clamp(.7rem, .9rem, 1rem)
    }
}

@media (max-width:480px) {
    .abschnitt2-row {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: 1fr;
        gap: clamp(8px, 12px, 16px);
        padding: 0 clamp(8px, 12px, 16px);
        height: auto;
        min-height: auto;
        margin: clamp(16px, 24px, 32px) 0 0
    }

    .abschnitt2-img,
    .abschnitt2-text {
        min-height: clamp(150px, 20vh, 200px);
        padding: clamp(12px, 2vw, 20px) clamp(6px, 1vw, 12px);
        height: 100%
    }

    .abschnitt2-text h2 {
        font-size: clamp(1rem, 1.3rem, 1.5rem);
        margin-bottom: clamp(8px, 10px, 12px)
    }

    .abschnitt2-btn,
    .abschnitt2-text p {
        font-size: clamp(.8rem, .95rem, 1.1rem);
        margin-top: clamp(8px, 10px, 12px)
    }

    .abschnitt2-text p {
        margin-bottom: clamp(10px, 12px, 16px);
        line-height: 1.4
    }

    .kontaktform-grid,
    .kontaktform-socials {
        gap: clamp(12px, 16px, 20px)
    }

    .kontaktform-grid {
        flex-direction: row;
        padding: 0 clamp(8px, 12px, 16px)
    }

    .kontaktform-left {
        max-width: clamp(120px, 160px, 200px);
        min-width: clamp(100px, 140px, 180px)
    }

    .kontaktform-right {
        padding: clamp(12px, 16px, 20px) clamp(8px, 12px, 16px);
        min-width: clamp(160px, 200px, 250px)
    }

    .kontaktform-section {
        padding: 0 clamp(6px, 8px, 12px)
    }

    .kontaktform-left h3 {
        font-size: clamp(.9rem, 1.1rem, 1.4rem)
    }

    .kontaktform-address {
        font-size: clamp(.7rem, .75rem, .85rem)
    }

    .kontaktform-mail,
    .kontaktform-phone,
    .kontaktform-socials {
        font-size: clamp(.8rem, .9rem, 1rem)
    }

    .case-heading {
        font-size: clamp(.8rem, 1rem, 1.2rem)
    }

    .form-row input,
    .form-row select {
        padding: clamp(6px, 8px, 10px);
        font-size: clamp(.75rem, .8rem, .9rem)
    }

    .case-btn {
        width: clamp(160px, 200px, 240px);
        font-size: clamp(.75rem, .8rem, .9rem)
    }

    .stats-icon,
    .stats-number {
        font-size: clamp(1.8rem, 5vw, 2.5rem)
    }

    .stats-section {
        padding: 0 clamp(12px, 2.5vw, 16px);
        margin: clamp(25px, 5vw, 40px) 0 0
    }

    .stats-col,
    .stats-grid {
        gap: clamp(16px, 3vw, 24px)
    }

    .stats-row {
        gap: clamp(12px, 2.5vw, 20px)
    }

    .stats-counter,
    .stats-img {
        min-height: clamp(140px, 25vw, 180px)
    }

    .stats-img {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .stats-img img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
        border-radius: clamp(4px, .8vw, 8px)
    }

    .stats-counter {
        padding: clamp(16px, 3vw, 24px);
        height: auto
    }

    .stats-icon {
        margin-bottom: clamp(10px, 2vw, 14px)
    }

    .stats-number {
        margin-bottom: clamp(6px, 1.5vw, 10px)
    }

    .stats-label {
        font-size: clamp(.9rem, 2.2vw, 1.2rem);
        margin-top: clamp(6px, 1.5vw, 10px)
    }

    .stats-detail {
        max-height: 0 !important;
        opacity: 0 !important;
        transform: translateY(20px) !important;
        position: relative !important;
        margin-top: 12px !important;
        overflow: hidden !important;
        pointer-events: none !important
    }

    .stats-counter.touched .stats-detail,
    .stats-counter:active .stats-detail,
    .stats-counter:focus-within .stats-detail,
    .stats-counter:hover .stats-detail {
        max-height: 200px !important;
        opacity: 1 !important;
        transform: translateY(0) !important;
        pointer-events: auto !important
    }

    .stats-detail-text {
        font-size: clamp(.8rem, 2vw, 1.1rem);
        margin-top: 0;
        line-height: 1.5;
        text-align: center
    }

    .stats-number::after {
        width: 70%;
        margin: clamp(10px, 2vw, 14px) auto 0
    }

    .reach-features {
        padding: clamp(6px, 8px, 12px) clamp(4px, 6px, 8px);
        gap: clamp(1px, 4px, 6px)
    }

    .reach-feature {
        padding: clamp(2px, 6px, 8px)
    }

    .reach-icon {
        font-size: clamp(1.2rem, 1.5rem, 2rem);
        margin-bottom: clamp(6px, 8px, 12px)
    }

    .reach-title {
        font-size: clamp(.7rem, .8rem, 1rem);
        margin-bottom: clamp(4px, 6px, 8px)
    }

    .reach-sub {
        font-size: clamp(.6rem, .75rem, .9rem);
        line-height: 1.2
    }

    .reach-divider-vert {
        height: clamp(20%, 30%, 40%);
        transform: translateY(clamp(10px, 15px, 20px))
    }
}

@media (min-width:1600px) {
    .reach-content {
        max-width: 1600px;
        gap: 60px
    }

    .reach-heading h2 {
        font-size: clamp(3rem, 4vw, 5rem)
    }

    .reach-text {
        font-size: clamp(1.1rem, 1.2rem, 1.4rem);
        max-width: 700px
    }
}

.maps-section {
    margin: 48px 0 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.maps-container {
    width: 95%;
    margin: 0 auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 32px rgba(0, 0, 0, .13);
    background: #c8e8d0;
    border: 1.5px solid #b9d9c1;
    position: relative
}

.curated-heading,
.curated-subheading,
.curated-text {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.maps-container iframe {
    border: none;
    display: block
}

.map-card {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #c8e8d0;
    border: 1px solid #b9d9c1;
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08)
}

@media (max-width:1200px) {
    .pxl-content {
        flex-direction: column;
        gap: clamp(12px, 2vw, 20px)
    }

    .reach-grid {
        grid-template-columns: 1fr;
        gap: clamp(16px, 3vw, 24px)
    }

    .reach-features {
        flex-wrap: wrap;
        gap: clamp(12px, 3vw, 24px)
    }

    .abschnitt2-row,
    .case-icon-container,
    .kontaktform-grid {
        flex-direction: column;
        gap: clamp(16px, 3vw, 24px)
    }

    .services-container {
        flex-direction: column;
        gap: clamp(16px, 3vw, 24px);
        width: 95%
    }
}

@media (max-width:768px) {
    body {
        font-size: clamp(14px, 3.2vw, 16px)
    }

    .footer-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px
    }

    .case-btn {
        width: 100%
    }
}

@media (min-width:1201px) {
    .reach-features {
        flex-wrap: nowrap
    }

    .reach-feature {
        flex: 1 1 25%;
        min-width: 260px
    }
}

@media (max-width:1200px) and (min-width:993px) {
    .reach-feature {
        flex: 1 1 33%;
        min-width: 260px
    }

    .reach-icon {
        font-size: 2.2rem
    }
}

@media (max-width:992px) and (min-width:577px) {
    .reach-feature {
        flex: 1 1 48%;
        min-width: 260px
    }

    .reach-icon {
        font-size: 2rem
    }

    .reach-heading h2 {
        font-size: clamp(1.4rem, 3.4vw, 2.2rem)
    }

    .reach-text {
        font-size: clamp(.8rem, 1rem, 1.05rem)
    }
}

@media (max-width:576px) {
    .reach-feature {
        flex: 1 1 100%;
        min-width: 0
    }

    .reach-icon {
        font-size: 1.6rem
    }

    .reach-heading h2 {
        font-size: clamp(1.2rem, 4.5vw, 1.6rem)
    }

    .reach-text {
        font-size: clamp(.75rem, 3.8vw, .9rem)
    }

    .case-contact-form .form-row {
        flex-direction: column;
        gap: 12px
    }

    .kontaktform-right {
        padding: 24px
    }
}

.map-card-title {
    font-weight: 700;
    font-size: .95rem;
    line-height: 1.1
}

.map-card-lines {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.map-card-line {
    font-size: .9rem;
    line-height: 1.2
}

.curated-section {
    margin: 100px auto 0;
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.curated-heading {
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 900;
    margin-bottom: 56px;
    margin-top: 0;
    letter-spacing: -2px;
    line-height: 1.05;
    color: #111
}

.curated-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 32px;
    padding: clamp(12px, 18px, 24px) clamp(40px, 80px, 100px);
    font-size: clamp(1rem, 1.25rem, 1.5rem);
    font-weight: 700;
    margin-bottom: 38px;
    min-width: clamp(300px, 620px, 800px);
    max-width: 900px
}

.curated-text {
    font-size: clamp(.9rem, 1.08rem, 1.3rem);
    color: #666;
    margin: 0 auto 18px;
    max-width: 700px;
    line-height: 1.7
}

@media (max-width:700px) {

    #map,
    .maps-container iframe {
        height: 240px
    }

    .maps-container {
        max-width: 98vw;
        border-radius: 10px
    }

    .curated-section {
        margin: clamp(40px, 8vw, 60px) auto 0;
        padding: 0 clamp(16px, 3vw, 24px)
    }

    .curated-heading {
        font-size: clamp(2rem, 5vw, 2.5rem);
        margin-bottom: clamp(30px, 6vw, 40px);
        letter-spacing: -1px
    }

    .curated-subheading {
        font-size: clamp(.9rem, 2vw, 1.1rem);
        padding: clamp(10px, 2vw, 16px) clamp(20px, 4vw, 30px);
        min-width: auto;
        max-width: 100%;
        border-radius: clamp(20px, 4vw, 28px);
        margin-bottom: clamp(20px, 4vw, 30px)
    }

    .curated-text {
        font-size: clamp(.85rem, 1.8vw, 1rem);
        margin: 0 auto clamp(12px, 2.5vw, 16px);
        line-height: 1.6
    }
}

.grundriss-section {
    margin: 80px 0 0;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: 0 0
}

.grundriss-container {
    display: flex;
    flex-direction: row;
    gap: 48px;
    align-items: flex-start
}

.grundriss-image {
    flex: 1 1 0;
    max-width: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.grundriss-img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: clamp(12px, 2vw, 18px);
    display: block;
    object-fit: contain;
    aspect-ratio: 1.1/1;
    transform: none;
    transition: transform .3s;
    cursor: pointer
}

.grundriss-img:hover {
    transform: rotate(5deg)
}

.grundriss-img.rotate-45 {
    transform: rotate(45deg)
}

.grundriss-img.rotate-90 {
    transform: rotate(90deg)
}

.grundriss-img.rotate-135 {
    transform: rotate(135deg)
}

.grundriss-img.rotate-180 {
    transform: rotate(180deg)
}

.grundriss-img.rotate-225 {
    transform: rotate(225deg)
}

.grundriss-img.rotate-270 {
    transform: rotate(270deg)
}

.grundriss-img.rotate-315 {
    transform: rotate(315deg)
}

.grundriss-img.rotate-360 {
    transform: rotate(360deg)
}

.grundriss-img-placeholder {
    width: 100%;
    aspect-ratio: 1.1/1;
    background: #f2f2f2;
    border: 2px dashed #ccc;
    border-radius: 18px;
    color: #aaa;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.grundriss-content {
    flex: 2 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px
}

.grundriss-heading {
    font-size: clamp(2rem, 2.6rem, 3rem);
    font-weight: 900;
    margin-bottom: 8px;
    margin-top: 0;
    letter-spacing: -1px;
    color: #111;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.accordion-toggle,
.grundriss-desc {
    font-size: clamp(.9rem, 1.08rem, 1.3rem);
    overflow-wrap: break-word;
    word-wrap: break-word
}

.grundriss-desc {
    color: #444;
    margin-bottom: 18px;
    line-height: 1.6
}

.grundriss-accordion {
    width: 100%;
    margin-bottom: 18px
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    padding: 0
}

.accordion-toggle,
.grundriss-btn {
    font-weight: 700;
    border: none;
    cursor: pointer
}

.accordion-toggle {
    width: 100%;
    background: 0 0;
    outline: 0;
    color: #111;
    padding: 18px 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color .2s
}

.accordion-toggle .accordion-icon,
.services-accordion-toggle .services-accordion-icon {
    font-size: 1.5rem;
    font-weight: 900;
    margin-left: 12px;
    transition: color .2s
}

.accordion-item .accordion-content,
.services-accordion-item .services-accordion-content {
    max-height: 0;
    opacity: 0;
    transition: max-height .4s cubic-bezier(.4, 1.6, .6, 1), opacity .3s
}

.accordion-item .accordion-content {
    overflow: hidden;
    font-size: clamp(.9rem, 1.02rem, 1.2rem);
    color: #444;
    padding: 0;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.accordion-item.active .accordion-content,
.services-accordion-item.active .services-accordion-content {
    max-height: 300px;
    opacity: 1;
    padding: 0 0 18px
}

.grundriss-btn {
    margin-top: 18px;
    background: #111;
    color: #fff;
    font-size: 1.08rem;
    border-radius: 2px;
    padding: 16px 38px;
    text-decoration: none;
    display: inline-block;
    transition: background .2s, color .2s
}

.grundriss-btn:hover {
    background: #333;
    color: #fff
}

@media (max-width:900px) {
    .grundriss-container {
        flex-direction: row;
        gap: clamp(24px, 32px, 40px);
        max-width: 98vw;
        padding: 0 clamp(16px, 20px, 24px)
    }

    .grundriss-content,
    .grundriss-image {
        min-width: 0;
        max-width: none;
        flex: 1 1 0
    }

    .grundriss-image {
        max-width: clamp(500px, 650px, 750px)
    }

    .grundriss-content {
        max-width: clamp(300px, 400px, 500px)
    }

    .grundriss-img {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: clamp(10px, 1.5vw, 14px);
        transform: none
    }

    .grundriss-img:hover {
        transform: rotate(5deg)
    }

    .grundriss-img.rotate-45 {
        transform: rotate(45deg)
    }

    .grundriss-img.rotate-90 {
        transform: rotate(90deg)
    }

    .grundriss-img.rotate-135 {
        transform: rotate(135deg)
    }

    .grundriss-img.rotate-180 {
        transform: rotate(180deg)
    }

    .grundriss-img.rotate-225 {
        transform: rotate(225deg)
    }

    .grundriss-img.rotate-270 {
        transform: rotate(270deg)
    }

    .grundriss-img.rotate-315 {
        transform: rotate(315deg)
    }

    .grundriss-img.rotate-360 {
        transform: rotate(360deg)
    }

    .grundriss-img-placeholder {
        font-size: clamp(1rem, 1.2rem, 1.5rem)
    }

    .grundriss-heading {
        font-size: clamp(1.5rem, 1.8rem, 2.2rem)
    }

    .accordion-toggle,
    .grundriss-desc {
        font-size: clamp(.8rem, .9rem, 1.1rem)
    }

    .grundriss-desc {
        line-height: 1.5
    }

    .accordion-toggle {
        padding: clamp(14px, 16px, 18px) 0
    }

    .accordion-content {
        font-size: clamp(.8rem, .85rem, .95rem)
    }

    .grundriss-btn {
        font-size: clamp(.9rem, 1rem, 1.1rem);
        padding: clamp(12px, 14px, 16px) clamp(24px, 28px, 32px)
    }
}

@media (max-width:600px) {

    .grundriss-img,
    .grundriss-img:hover {
        transform: none
    }

    .grundriss-section {
        margin: clamp(40px, 8vw, 60px) 0 0
    }

    .grundriss-container {
        flex-direction: column;
        gap: clamp(24px, 5vw, 32px);
        padding: 0 clamp(16px, 3vw, 24px)
    }

    .grundriss-image {
        order: 1;
        min-width: auto;
        max-width: 100%;
        width: 100%
    }

    .grundriss-content {
        order: 2;
        min-width: auto;
        gap: clamp(16px, 3vw, 24px)
    }

    .grundriss-img {
        width: 100%;
        max-width: 100%;
        border-radius: clamp(12px, 2.5vw, 16px);
        aspect-ratio: 1.2/1
    }

    .grundriss-img.rotate-45 {
        transform: rotate(45deg)
    }

    .grundriss-img.rotate-90 {
        transform: rotate(90deg)
    }

    .grundriss-img.rotate-135 {
        transform: rotate(135deg)
    }

    .grundriss-img.rotate-180 {
        transform: rotate(180deg)
    }

    .grundriss-img.rotate-225 {
        transform: rotate(225deg)
    }

    .grundriss-img.rotate-270 {
        transform: rotate(270deg)
    }

    .grundriss-img.rotate-315 {
        transform: rotate(315deg)
    }

    .grundriss-img.rotate-360 {
        transform: rotate(360deg)
    }

    .grundriss-img-placeholder {
        border-radius: clamp(12px, 2.5vw, 16px);
        font-size: clamp(1.2rem, 3vw, 1.8rem)
    }

    .grundriss-heading {
        font-size: clamp(1.6rem, 4vw, 2rem);
        margin-bottom: clamp(6px, 1.5vw, 10px)
    }

    .accordion-toggle,
    .grundriss-desc {
        font-size: clamp(.85rem, 1.8vw, 1rem)
    }

    .grundriss-desc {
        margin-bottom: clamp(16px, 3vw, 24px);
        line-height: 1.5
    }

    .accordion-toggle {
        padding: clamp(12px, 2.5vw, 16px) 0
    }

    .accordion-content {
        font-size: clamp(.8rem, 1.6vw, .9rem);
        line-height: 1.5
    }

    .grundriss-btn {
        font-size: clamp(.85rem, 1.8vw, 1rem);
        padding: clamp(10px, 2vw, 14px) clamp(16px, 3vw, 24px)
    }
}

@media (max-width:480px) {

    .grundriss-img,
    .grundriss-img:hover {
        transform: none
    }

    .grundriss-section {
        margin: clamp(30px, 6vw, 50px) 0 0
    }

    .grundriss-container {
        flex-direction: column;
        gap: clamp(20px, 4vw, 28px);
        padding: 0 clamp(12px, 2.5vw, 16px)
    }

    .grundriss-image {
        order: 1;
        min-width: auto;
        max-width: 100%;
        width: 100%
    }

    .grundriss-content {
        order: 2;
        min-width: auto;
        gap: clamp(12px, 2.5vw, 20px)
    }

    .grundriss-img {
        width: 100%;
        max-width: 100%;
        border-radius: clamp(10px, 2vw, 14px);
        aspect-ratio: 1.1/1
    }

    .grundriss-img.rotate-45 {
        transform: rotate(45deg)
    }

    .grundriss-img.rotate-90 {
        transform: rotate(90deg)
    }

    .grundriss-img.rotate-135 {
        transform: rotate(135deg)
    }

    .grundriss-img.rotate-180 {
        transform: rotate(180deg)
    }

    .grundriss-img.rotate-225 {
        transform: rotate(225deg)
    }

    .grundriss-img.rotate-270 {
        transform: rotate(270deg)
    }

    .grundriss-img.rotate-315 {
        transform: rotate(315deg)
    }

    .grundriss-img.rotate-360 {
        transform: rotate(360deg)
    }

    .grundriss-img-placeholder {
        border-radius: clamp(10px, 2vw, 14px);
        font-size: clamp(1rem, 2.5vw, 1.5rem)
    }

    .grundriss-heading {
        font-size: clamp(1.4rem, 3.5vw, 1.8rem);
        margin-bottom: clamp(4px, 1vw, 8px)
    }

    .accordion-toggle,
    .grundriss-desc {
        font-size: clamp(.8rem, 1.6vw, .95rem)
    }

    .grundriss-desc {
        margin-bottom: clamp(12px, 2.5vw, 20px);
        line-height: 1.4
    }

    .accordion-toggle {
        padding: clamp(10px, 2vw, 14px) 0
    }

    .accordion-content {
        font-size: clamp(.75rem, 1.4vw, .85rem);
        line-height: 1.4
    }

    .grundriss-btn {
        font-size: clamp(.8rem, 1.6vw, .95rem);
        padding: clamp(8px, 1.5vw, 12px) clamp(14px, 2.5vw, 20px)
    }
}

.grundriss-section,
.reach-section {
    overflow-x: hidden
}

.grundriss-container,
.reach-content,
.reach-features {
    max-width: 95%;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box
}

.grundriss-content,
.grundriss-image,
.reach-feature,
.reach-heading,
.reach-text {
    min-width: 0
}

.services-section {
    background: #000;
    color: #fdfdfd;
    width: 100vw;
    margin: 100px 0 0;
    padding: 0
}

.services-section::after {
    content: '';
    display: block;
    height: clamp(60px, 100px, 150px);
    width: 100%
}

.services-container {
    display: flex;
    flex-direction: row;
    gap: 20%;
    max-width: 100%;
    margin: 0 auto;
    width: 90%;
    align-items: flex-start;
    padding: 70px 0
}

.services-left {
    flex: 1 1 0;
    min-width: 0;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    margin-left: -24px;
    overflow: visible;
    min-height: 200px
}

.services-label {
    font-size: 1.75rem;
    color: #b3b3b3;
    margin-bottom: 32px;
    letter-spacing: 1.5px
}

.services-heading-container {
    width: 100%;
    max-width: 320px;
    min-height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.services-heading {
    font-size: clamp(1.5rem, 2.8vw, 2.6rem);
    margin-left: 0;
    font-weight: 650;
    line-height: 1.5;
    color: #fdfdfd;
    margin-bottom: 0;
    word-wrap: normal;
    overflow-wrap: normal;
    white-space: nowrap;
    transition: font-size .3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%
}

.services-subheading {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 900;
    margin-bottom: 24px;
    margin-top: -16px;
    letter-spacing: .5px;
    line-height: 1.5;
    text-align: left
}

.services-middle {
    flex: 2 1 0;
    min-width: 0;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 38px;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.service-desc,
.service-title {
    word-wrap: break-word;
    overflow-wrap: break-word
}

.service-box {
    margin-bottom: 0;
    width: 100%
}

.service-title {
    font-size: clamp(1rem, 1.25rem, 1.4rem);
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff
}

.service-desc {
    font-size: clamp(.9rem, 1.05rem, 1.2rem);
    color: #e0e0e0;
    line-height: 1.5
}

.services-right {
    flex: 1.5 1 0;
    min-width: 0;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 32px;
    overflow: hidden
}

.services-accordion {
    width: 100%
}

.services-accordion-item {
    border-bottom: 1px solid #444;
    padding: 0
}

.services-accordion-toggle {
    width: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    padding: 22px 0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: color .2s
}

.services-accordion-item .services-accordion-content {
    overflow: hidden;
    font-size: .9rem;
    color: #e0e0e0;
    padding: 0
}

@media (max-width:1100px) {

    .services-heading,
    .services-left {
        text-align: left
    }

    .services-container {
        flex-direction: column;
        gap: clamp(32px, 40px, 48px);
        max-width: 100%;
        padding: clamp(24px, 32px, 40px) clamp(12px, 16px, 20px)
    }

    .services-left,
    .services-middle,
    .services-right {
        max-width: none;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
        flex: none;
        width: 100%
    }

    .services-heading-container {
        max-width: 100%;
        min-height: clamp(80px, 100px, 120px);
        text-align: left
    }

    .services-heading {
        font-size: clamp(1.8rem, 3vw, 2.2rem);
        white-space: nowrap
    }

    .service-title {
        font-size: clamp(.9rem, 1rem, 1.2rem)
    }

    .service-desc {
        font-size: clamp(.8rem, .9rem, 1rem);
        line-height: 1.4
    }

    .services-accordion-toggle {
        font-size: clamp(.9rem, 1rem, 1.1rem);
        padding: clamp(16px, 20px, 24px) 0
    }

    .services-accordion-content {
        font-size: clamp(.8rem, .85rem, .9rem)
    }
}

@media (max-width:600px) {

    .services-left,
    .services-middle {
        max-width: none
    }

    .services-container {
        flex-direction: column;
        padding: clamp(16px, 20px, 24px) clamp(8px, 12px, 16px);
        gap: clamp(24px, 32px, 40px)
    }

    .services-left {
        margin-left: 0;
        text-align: left
    }

    .services-right {
        max-width: none;
        padding-right: 0
    }

    .services-heading-container {
        max-width: 100%;
        min-height: clamp(60px, 80px, 100px);
        text-align: left
    }

    .services-heading {
        font-size: clamp(1.5rem, 2.5vw, 1.8rem);
        text-align: left;
        white-space: nowrap
    }

    .service-title {
        font-size: clamp(.8rem, .9rem, 1.1rem)
    }

    .service-desc {
        font-size: clamp(.75rem, .8rem, .9rem);
        line-height: 1.3
    }

    .services-accordion-toggle {
        font-size: clamp(.8rem, .9rem, 1rem);
        padding: clamp(12px, 16px, 20px) 0
    }

    .services-accordion-content {
        font-size: clamp(.75rem, .8rem, .85rem)
    }
}

@media (max-width:480px) {

    .services-left,
    .services-middle,
    .services-right {
        max-width: none
    }

    .services-container {
        flex-direction: column;
        padding: clamp(12px, 16px, 20px) clamp(6px, 8px, 12px);
        gap: clamp(20px, 28px, 36px)
    }

    .services-left {
        text-align: center
    }

    .services-heading-container {
        min-height: clamp(50px, 70px, 90px);
        text-align: left
    }

    .services-heading {
        font-size: clamp(1.3rem, 2.2vw, 1.6rem);
        text-align: left;
        white-space: nowrap
    }

    .service-title {
        font-size: clamp(.75rem, .8rem, 1rem)
    }

    .service-desc {
        font-size: clamp(.7rem, .75rem, .85rem);
        line-height: 1.2
    }

    .services-accordion-toggle {
        font-size: clamp(.75rem, .8rem, .9rem);
        padding: clamp(8px, 12px, 16px) 0
    }

    .services-accordion-content {
        font-size: clamp(.7rem, .75rem, .8rem)
    }
}

@media (max-width:400px) {
    .custom-header-text {
        font-size: clamp(1.1rem, 1.6rem, 2.2rem)
    }

    .icon-desc,
    .pxl-center,
    .reach-text {
        font-size: clamp(.75rem, .85rem, .95rem)
    }

    .pxl-right {
        font-size: clamp(.65rem, .75rem, .85rem)
    }

    .icon-title-text {
        font-size: clamp(.75rem, .9rem, 1.1rem)
    }

    .abschnitt2-text h2,
    .kontaktform-left h3 {
        font-size: clamp(1.1rem, 1.4rem, 1.7rem)
    }

    .abschnitt2-text p {
        font-size: clamp(.75rem, .9rem, 1rem)
    }

    .case-heading {
        font-size: clamp(.9rem, 1.1rem, 1.3rem)
    }

    .case-heading-typewriter,
    .grundriss-heading {
        font-size: clamp(1.3rem, 1.8rem, 2.2rem)
    }

    .curated-heading {
        font-size: clamp(1.6rem, 2.2rem, 2.8rem)
    }

    .reach-heading h2 {
        font-size: clamp(1.1rem, 1.4rem, 1.8rem)
    }

    .services-heading-container {
        max-width: none;
        min-height: clamp(60px, 8vw, 80px);
        text-align: left
    }

    .services-heading {
        font-size: clamp(1.1rem, 2vw, 1.4rem);
        text-align: left;
        white-space: nowrap
    }

    .oxl-img {
        max-width: clamp(80px, 12vw, 120px)
    }

    .oxl-arrow {
        width: clamp(24px, 3.5vw, 32px);
        height: clamp(24px, 3.5vw, 32px);
        font-size: clamp(.9rem, 1.5vw, 1.2rem)
    }

    .case-btn {
        padding: clamp(6px, 1.5vw, 10px) clamp(10px, 2.5vw, 18px);
        font-size: clamp(.75rem, 1vw, .9rem)
    }

    .custom-svg-bg {
        width: clamp(60px, 10vw, 90px);
        height: clamp(60px, 10vw, 90px)
    }

    .icon-img {
        max-width: clamp(70px, 10vw, 100px);
        max-height: clamp(70px, 10vw, 100px)
    }
}

.scroll-indicator,
.scroll-indicator-svg {
    width: clamp(36px, 5vw, 52px);
    height: clamp(36px, 5vw, 52px)
}

.scroll-indicator {
    position: fixed;
    bottom: clamp(16px, 3vw, 32px);
    right: clamp(16px, 3vw, 32px);
    z-index: 9999;
    background: 0 0;
    border-radius: 50%;
    box-shadow: 0 clamp(1px, .3vw, 3px) clamp(4px, 1vw, 12px) rgba(0, 0, 0, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: box-shadow .2s
}

.scroll-indicator:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    cursor: pointer
}

.scroll-indicator-bg {
    fill: #181d25;
    stroke: #444a56;
    stroke-width: 1.5
}

.scroll-indicator-arrow {
    fill: none;
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    padding-left: 0
}

.checkbox-group label {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0
}

.checkbox-group input[type=checkbox] {
    margin: 0 8px 0 0
}

.checkbox-group label span {
    display: inline-block;
    text-align: left
}

.case-contact-form .form-row.checkbox-group {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0
}