/* ============================================================
   9GradOst Events – Modern Frontend Layer
   ============================================================ */

:root {
    --neo-bg: #f4f3f0;
    --neo-surface: #ffffff;
    --neo-dark: #111214;
    --neo-text: #17181a;
    --neo-muted: #6e7074;
    --neo-line: rgba(17, 18, 20, .12);
    --neo-accent: #690f00;
    --neo-radius: 2px;
    --neo-shell: 1240px;
}


/* ------------------------------------------------------------
   Basics
   ------------------------------------------------------------ */

html {
    scroll-behavior: smooth;
}

body {
    background: var(--neo-bg);
    color: var(--neo-text);
    -webkit-font-smoothing: antialiased;
}

.neo-shell {
    width: min(calc(100% - 80px), var(--neo-shell));
    margin-inline: auto;
}

.neo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2em;
    color: rgba(255,255,255,.72);
}

.neo-eyebrow::before {
    content: "";
    width: 38px;
    height: 1px;
    background: var(--neo-accent);
}

.neo-eyebrow--dark {
    color: var(--neo-muted);
}

.neo-section-title {
    max-width: 700px;
    margin: 0;
    color: var(--neo-dark);
    font-family: Raleway, sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 600;
    line-height: .99;
    letter-spacing: -.045em;
}


/* ------------------------------------------------------------
   Hero
   ------------------------------------------------------------ */

.neo-hero {
    position: relative;
    min-height: min(860px, calc(100vh - 80px));
    height: calc(100vh - 80px);
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(10,11,13,.88) 0%, rgba(10,11,13,.66) 45%, rgba(10,11,13,.2) 100%),
        var(--neo-hero-image) center 42% / cover no-repeat;
    color: #fff;
}

.neo-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.30)),
        radial-gradient(circle at 75% 45%, transparent 0, rgba(0,0,0,.22) 75%);
    pointer-events: none;
}

.neo-hero__inner {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 80px), var(--neo-shell));
    height: 100%;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neo-hero__content {
    max-width: 900px;
    padding: 80px 0 140px;
}

.neo-hero__title {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: clamp(58px, 7.2vw, 112px);
    font-weight: 600;
    line-height: .88;
    letter-spacing: -.055em;
    text-transform: none;
}

.neo-hero__title span {
    color: var(--neo-accent);
}

.neo-hero__lead {
    max-width: 680px;
    margin: 38px 0 0;
    color: rgba(255,255,255,.78);
    font-size: 18px;
    line-height: 1.7;
}

.neo-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 38px;
}

.neo-btn {
    display: inline-flex;
    min-height: 54px;
    padding: 0 25px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid transparent;
    border-radius: var(--neo-radius);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    transition:
        transform .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease;
}

.neo-btn:hover {
    transform: translateY(-2px);
}

.neo-btn--primary {
    background: var(--neo-accent);
    color: #111 !important;
}

.neo-btn--primary:hover {
    background: #fff;
}

.neo-btn--ghost {
    border-color: rgba(255,255,255,.38);
    color: #fff !important;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(8px);
}

.neo-btn--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: #111 !important;
}

.neo-hero__meta {
    position: absolute;
    right: 0;
    bottom: 44px;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.24);
}

.neo-hero__meta-item {
    min-width: 180px;
    padding: 20px 28px 0 0;
}

.neo-hero__meta-item + .neo-hero__meta-item {
    padding-left: 28px;
    border-left: 1px solid rgba(255,255,255,.18);
}

.neo-hero__meta strong,
.neo-hero__meta span {
    display: block;
}

.neo-hero__meta strong {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.neo-hero__meta span {
    margin-top: 4px;
    color: rgba(255,255,255,.55);
    font-size: 12px;
}

.neo-hero__scroll {
    position: absolute;
    z-index: 3;
    bottom: 42px;
    left: 50%;
    width: 26px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 20px;
    transform: translateX(-50%);
}

.neo-hero__scroll span {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 3px;
    height: 7px;
    border-radius: 5px;
    background: #fff;
    transform: translateX(-50%);
    animation: neo-scroll 1.8s ease infinite;
}

@keyframes neo-scroll {
    0%   { opacity: 0; transform: translate(-50%, 0); }
    30%  { opacity: 1; }
    100% { opacity: 0; transform: translate(-50%, 13px); }
}


/* ------------------------------------------------------------
   Intro
   ------------------------------------------------------------ */

.neo-intro {
    padding: 130px 0 120px;
    background: var(--neo-bg);
}

.neo-intro__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    gap: 100px;
    align-items: end;
}

.neo-intro__copy {
    max-width: 520px;
    padding-bottom: 5px;
}

.neo-intro__copy p {
    margin: 0;
    color: var(--neo-muted);
    font-size: 17px;
    line-height: 1.8;
}

.neo-intro__copy p + p {
    margin-top: 22px;
}


/* ------------------------------------------------------------
   Services
   ------------------------------------------------------------ */

.neo-services {
    padding: 120px 0 140px;
    background: #fff;
}

.neo-services__header {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 72px;
}

.neo-services__header > p {
    max-width: 480px;
    margin: 0 0 7px;
    color: var(--neo-muted);
    font-size: 16px;
    line-height: 1.8;
}

.neo-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--neo-line);
    border: 1px solid var(--neo-line);
}

.neo-event-card {
    position: relative;
    min-height: 480px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    background: #fff;
    color: var(--neo-text) !important;
    transition:
        background-color .3s ease,
        color .3s ease;
}

.neo-event-card::after {
    content: "↗";
    position: absolute;
    top: 28px;
    right: 30px;
    font-size: 25px;
    font-weight: 300;
    opacity: .24;
    transition:
        opacity .3s ease,
        transform .3s ease;
}

.neo-event-card:hover {
    background: var(--neo-dark);
    color: #fff !important;
}

.neo-event-card:hover::after {
    opacity: 1;
    transform: translate(4px, -4px);
}

.neo-event-card--accent {
    background: #f3eee5;
}

.neo-event-card__number {
    color: var(--neo-muted);
    font-size: 12px;
    letter-spacing: .12em;
}

.neo-event-card__label {
    display: block;
    margin-bottom: 18px;
    color: var(--neo-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.neo-event-card h3 {
    max-width: 340px;
    margin: 0;
    color: inherit;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -.025em;
    text-transform: none;
}

.neo-event-card p {
    max-width: 330px;
    margin: 24px 0 0;
    color: var(--neo-muted);
    font-size: 15px;
    line-height: 1.7;
}

.neo-event-card:hover p,
.neo-event-card:hover .neo-event-card__number {
    color: rgba(255,255,255,.58);
}

.neo-event-card__link {
    display: inline-block;
    margin-top: 38px;
    font-size: 13px;
    font-weight: 700;
}


/* ------------------------------------------------------------
   Quote
   ------------------------------------------------------------ */

.neo-quote {
    padding: 135px 0;
    background: var(--neo-dark);
}

.neo-quote blockquote {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    color: #fff;
    font-family: Raleway, sans-serif;
    font-size: clamp(36px, 4.7vw, 65px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.035em;
    text-align: center;
}


/* ------------------------------------------------------------
   Existing feedback / partner content
   ------------------------------------------------------------ */

.neo-existing-content {
    padding: 120px 0;
    overflow: hidden;
    background: var(--neo-bg);
}

.neo-existing-content .container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.neo-divider {
    height: 1px;
    margin: 90px 0;
    background: var(--neo-line);
}


/* ------------------------------------------------------------
   Booking CTA
   ------------------------------------------------------------ */

.neo-booking {
    padding: 0 0 120px;
    background: var(--neo-bg);
}

.neo-booking__box {
    min-height: 370px;
    padding: 70px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 60px;
    background: var(--neo-dark);
}

.neo-booking h2 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.045em;
    text-transform: none;
}

.neo-btn--light {
    flex: 0 0 auto;
    background: #fff;
    color: #111 !important;
}

.neo-btn--light:hover {
    background: var(--neo-accent);
}


/* ------------------------------------------------------------
   Existing theme cleanup on modern homepage
   ------------------------------------------------------------ */

.neo-start h1,
.neo-start h2,
.neo-start h3,
.neo-start h4,
.neo-start h5,
.neo-start h6 {
    font-family: Raleway, sans-serif;
}

body #content {
    background: transparent;
}

body #content .content-wrap {
    padding: 0;
}


/* ------------------------------------------------------------
   Tablet
   ------------------------------------------------------------ */

@media (max-width: 991px) {

    .neo-shell,
    .neo-hero__inner {
        width: min(calc(100% - 48px), var(--neo-shell));
    }

    .neo-hero {
        height: auto;
        min-height: 760px;
    }

    .neo-hero__content {
        padding: 130px 0 220px;
    }

    .neo-hero__meta {
        left: 0;
        right: auto;
        bottom: 36px;
    }

    .neo-hero__scroll {
        display: none;
    }

    .neo-intro__grid,
    .neo-services__header {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .neo-intro__copy {
        max-width: 680px;
    }

    .neo-card-grid {
        grid-template-columns: 1fr;
    }

    .neo-event-card {
        min-height: 390px;
    }

    .neo-booking__box {
        padding: 55px;
        align-items: flex-start;
        flex-direction: column;
    }
}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-shell,
    .neo-hero__inner {
        width: calc(100% - 36px);
    }

    .neo-hero {
        min-height: 720px;
        background-position: 62% center;
    }

    .neo-hero__content {
        padding: 110px 0 185px;
    }

    .neo-eyebrow {
        margin-bottom: 18px;
        font-size: 10px;
    }

    .neo-hero__title {
        font-size: clamp(46px, 15vw, 67px);
        line-height: .92;
    }

    .neo-hero__lead {
        max-width: 92%;
        margin-top: 28px;
        font-size: 15px;
        line-height: 1.65;
    }

    .neo-hero__actions {
        align-items: stretch;
        flex-direction: column;
        margin-top: 30px;
    }

    .neo-btn {
        width: 100%;
    }

    .neo-hero__meta {
        width: 100%;
        bottom: 25px;
    }

    .neo-hero__meta-item {
        min-width: 0;
        width: 33.333%;
        padding: 15px 12px 0 0;
    }

    .neo-hero__meta-item + .neo-hero__meta-item {
        padding-left: 12px;
    }

    .neo-hero__meta span {
        display: none;
    }

    .neo-intro,
    .neo-services,
    .neo-existing-content {
        padding: 80px 0;
    }

    .neo-section-title {
        font-size: 42px;
        line-height: 1.03;
    }

    .neo-intro__grid,
    .neo-services__header {
        gap: 32px;
    }

    .neo-event-card {
        min-height: 390px;
        padding: 28px;
    }

    .neo-event-card h3 {
        font-size: 28px;
    }

    .neo-quote {
        padding: 90px 0;
    }

    .neo-quote blockquote {
        font-size: 34px;
    }

    .neo-divider {
        margin: 65px 0;
    }

    .neo-booking {
        padding-bottom: 70px;
    }

    .neo-booking__box {
        min-height: 0;
        padding: 42px 28px;
        gap: 40px;
    }

    .neo-booking h2 {
        font-size: 40px;
    }
}


/* ============================================================
   Positionierung / Social Proof / Conversion
   ============================================================ */


/* Rating im Hero */

.neo-rating {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 34px;
}

.neo-rating__stars {
    color: var(--neo-accent);
    font-size: 17px;
    letter-spacing: 3px;
}

.neo-rating__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.neo-rating__text strong {
    color: #fff;
    font-size: 13px;
}

.neo-rating__text span {
    color: rgba(255,255,255,.58);
    font-size: 12px;
}


/* Intro */

.neo-intro__lead {
    color: var(--neo-dark) !important;
    font-size: 21px !important;
    font-weight: 500;
    line-height: 1.55 !important;
}


/* Event Features */

.neo-event-card__features {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.neo-event-card__features li {
    position: relative;
    margin: 8px 0;
    padding-left: 18px;
    color: var(--neo-muted);
    font-size: 13px;
    line-height: 1.5;
}

.neo-event-card__features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--neo-accent);
}

.neo-event-card:hover .neo-event-card__features li {
    color: rgba(255,255,255,.65);
}


/* WHY */

.neo-why {
    padding: 135px 0;
    background: var(--neo-dark);
    color: #fff;
}

.neo-why__header {
    max-width: 850px;
    margin-bottom: 80px;
}

.neo-why__header h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 5.5vw, 76px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -.045em;
    text-transform: none;
}

.neo-why__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.16);
    border-bottom: 1px solid rgba(255,255,255,.16);
}

.neo-why-card {
    min-height: 300px;
    padding: 38px 32px 40px;
}

.neo-why-card + .neo-why-card {
    border-left: 1px solid rgba(255,255,255,.16);
}

.neo-why-card > span {
    color: var(--neo-accent);
    font-size: 11px;
    letter-spacing: .15em;
}

.neo-why-card h3 {
    margin: 62px 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.25;
    text-transform: none;
}

.neo-why-card p {
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: 14px;
    line-height: 1.7;
}


/* Social Proof */

.neo-proof {
    padding: 125px 0 40px;
    background: var(--neo-bg);
}

.neo-proof .neo-shell {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 100px;
    align-items: end;
}

.neo-proof__score {
    display: flex;
    flex-direction: column;
}

.neo-proof__stars {
    margin-bottom: 18px;
    color: var(--neo-accent);
    font-size: 20px;
    letter-spacing: 5px;
}

.neo-proof__score strong {
    color: var(--neo-dark);
    font-size: 90px;
    font-weight: 600;
    line-height: .85;
    letter-spacing: -.06em;
}

.neo-proof__score span {
    margin-top: 17px;
    color: var(--neo-muted);
    font-size: 13px;
}

.neo-proof__content h2 {
    max-width: 780px;
    margin: 0;
    color: var(--neo-dark);
    font-size: clamp(36px, 4vw, 58px);
    font-weight: 600;
    line-height: 1.08;
    letter-spacing: -.04em;
    text-transform: none;
}


/* Booking */

.neo-booking__lead {
    max-width: 590px;
    margin: 28px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 15px;
    line-height: 1.7;
}


/* Tablet */

@media (max-width: 991px) {

    .neo-why__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .neo-why-card:nth-child(3) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .neo-why-card:nth-child(4) {
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .neo-proof .neo-shell {
        grid-template-columns: 1fr;
        gap: 55px;
    }

}


/* Mobile */

@media (max-width: 767px) {

    .neo-rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 26px;
    }

    .neo-hero__title span {
        display: block;
        margin-top: 8px;
    }

    .neo-event-card__features {
        margin-top: 20px;
    }

    .neo-why {
        padding: 85px 0;
    }

    .neo-why__header {
        margin-bottom: 52px;
    }

    .neo-why__grid {
        grid-template-columns: 1fr;
    }

    .neo-why-card {
        min-height: 0;
        padding: 30px 0;
    }

    .neo-why-card + .neo-why-card,
    .neo-why-card:nth-child(3),
    .neo-why-card:nth-child(4) {
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.16);
    }

    .neo-why-card h3 {
        margin-top: 30px;
    }

    .neo-proof {
        padding: 80px 0 20px;
    }

    .neo-proof .neo-shell {
        gap: 42px;
    }

    .neo-proof__score strong {
        font-size: 72px;
    }

}


/* ============================================================
   Modern Header
   ============================================================ */

.neo-site-header {
    position: relative;
    z-index: 1000;
    width: 100%;
}

.neo-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(14, 15, 17, .22);
    border-bottom: 1px solid rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
    transition:
        background-color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.neo-header-scrolled .neo-header {
    background: rgba(16, 17, 19, .94);
    border-color: rgba(255,255,255,.08);
    box-shadow: 0 12px 40px rgba(0,0,0,.14);
}

.neo-header__inner {
    width: min(calc(100% - 64px), var(--neo-shell));
    min-height: 84px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 40px;
}

.neo-header__brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.neo-header__logo {
    display: block;
    width: auto;
    max-width: 188px;
    max-height: 48px;
    object-fit: contain;
}

.neo-header__desktop-nav {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}


/* bestehendes menu.php modern darstellen */

.neo-header__desktop-nav #primary-menu {
    float: none;
    margin: 0;
}

.neo-header__desktop-nav #primary-menu > ul {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
}

.neo-header__desktop-nav #primary-menu > ul > li {
    float: none;
}

.neo-header__desktop-nav #primary-menu > ul > li > a {
    height: auto;
    padding: 32px 11px;
    color: rgba(255,255,255,.76);
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: .04em;
    text-transform: none;
    transition: color .2s ease;
}

.neo-header__desktop-nav #primary-menu > ul > li > a > div {
    padding: 0;
}

.neo-header__desktop-nav #primary-menu > ul > li:hover > a,
.neo-header__desktop-nav #primary-menu > ul > li.current > a {
    color: #fff;
}

.neo-header__desktop-nav #primary-menu > ul > li.current > a::after {
    content: "";
    position: absolute;
    left: 11px;
    right: 11px;
    bottom: 20px;
    height: 1px;
    background: var(--neo-accent);
}

.neo-header__desktop-nav #primary-menu > ul > li > ul {
    top: calc(100% - 4px);
    min-width: 220px;
    padding: 10px;
    background: #161719;
    border: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 18px 50px rgba(0,0,0,.28);
}

.neo-header__desktop-nav #primary-menu > ul > li > ul > li > a {
    padding: 10px 13px;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    border: 0;
}

.neo-header__desktop-nav #primary-menu > ul > li > ul > li:hover > a,
.neo-header__desktop-nav #primary-menu > ul > li > ul > li.current > a {
    color: #fff;
    background: rgba(255,255,255,.06);
}


/* alten Mail-Sidepanel-Trigger ausblenden */

.neo-header #side-panel-trigger {
    display: none !important;
}


/* Header Actions */

.neo-header__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
}

.neo-header__cta {
    min-height: 46px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background: var(--neo-accent);
    color: #111 !important;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .055em;
    text-transform: uppercase;
    transition:
        background-color .2s ease,
        transform .2s ease;
}

.neo-header__cta:hover {
    background: #fff;
    transform: translateY(-1px);
}


/* Menü-Button */

.neo-header__menu-button {
    width: 48px;
    height: 48px;
    padding: 0;
    display: none;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
    background: transparent;
    cursor: pointer;
}

.neo-header__menu-button span {
    position: absolute;
    left: 13px;
    width: 20px;
    height: 1px;
    background: #fff;
    transition:
        top .25s ease,
        transform .25s ease;
}

.neo-header__menu-button span:first-child {
    top: 19px;
}

.neo-header__menu-button span:last-child {
    top: 27px;
}

.neo-menu-open .neo-header__menu-button span:first-child {
    top: 23px;
    transform: rotate(45deg);
}

.neo-menu-open .neo-header__menu-button span:last-child {
    top: 23px;
    transform: rotate(-45deg);
}


/* Mobile menu */

.neo-mobile-menu {
    position: fixed;
    z-index: 999;
    inset: 0;
    padding-top: 84px;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: #111214;
    transform: translateY(-12px);
    transition:
        visibility .3s ease,
        opacity .3s ease,
        transform .3s ease;
}

.neo-menu-open .neo-mobile-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.neo-no-scroll {
    overflow: hidden;
}

.neo-mobile-menu__inner {
    width: min(calc(100% - 44px), 760px);
    height: calc(100vh - 84px);
    margin-inline: auto;
    padding: 50px 0 42px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.neo-mobile-menu #primary-menu {
    float: none;
}

.neo-mobile-menu #primary-menu > ul {
    margin: 0;
}

.neo-mobile-menu #primary-menu > ul > li {
    float: none;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

.neo-mobile-menu #primary-menu > ul > li > a {
    height: auto;
    padding: 19px 0;
    color: #fff;
    font-size: clamp(25px, 5vw, 40px);
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: -.025em;
    text-transform: none;
}

.neo-mobile-menu #primary-menu > ul > li > a > div {
    padding: 0;
}

.neo-mobile-menu #primary-menu ul ul {
    position: static;
    display: block !important;
    width: auto;
    min-width: 0;
    padding: 0 0 16px 20px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.neo-mobile-menu #primary-menu ul ul li {
    border: 0;
}

.neo-mobile-menu #primary-menu ul ul li a {
    padding: 8px 0;
    color: rgba(255,255,255,.55);
    font-size: 15px;
    line-height: 1.4;
}

.neo-mobile-menu #primary-menu li.current > a {
    color: var(--neo-accent);
}

.neo-mobile-menu #side-panel-trigger {
    display: none !important;
}

.neo-mobile-menu__footer {
    margin-top: auto;
    padding-top: 45px;
}

.neo-mobile-menu__footer .neo-btn {
    width: auto;
}

.neo-mobile-menu__footer p {
    margin: 25px 0 0;
    color: rgba(255,255,255,.42);
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: .04em;
}


/* Hero unter festen Header ziehen */

.neo-hero {
    margin-top: 0;
}


/* Tablet */

@media (max-width: 1180px) {

    .neo-header__inner {
        width: calc(100% - 44px);
    }

    .neo-header__desktop-nav {
        display: none;
    }

    .neo-header__actions {
        margin-left: auto;
    }

    .neo-header__menu-button {
        display: block;
    }

}


/* Mobile */

@media (max-width: 767px) {

    .neo-header__inner {
        width: calc(100% - 30px);
        min-height: 72px;
        gap: 15px;
    }

    .neo-header__logo {
        max-width: 145px;
        max-height: 39px;
    }

    .neo-header__cta {
        display: none;
    }

    .neo-header__menu-button {
        width: 44px;
        height: 44px;
    }

    .neo-header__menu-button span {
        left: 11px;
    }

    .neo-header__menu-button span:first-child {
        top: 17px;
    }

    .neo-header__menu-button span:last-child {
        top: 25px;
    }

    .neo-menu-open .neo-header__menu-button span:first-child,
    .neo-menu-open .neo-header__menu-button span:last-child {
        top: 21px;
    }

    .neo-mobile-menu {
        padding-top: 72px;
    }

    .neo-mobile-menu__inner {
        width: calc(100% - 36px);
        height: calc(100vh - 72px);
        padding-top: 34px;
    }

    .neo-mobile-menu #primary-menu > ul > li > a {
        padding: 16px 0;
        font-size: 27px;
    }

    .neo-mobile-menu__footer .neo-btn {
        width: 100%;
    }

}


/* ============================================================
   9GradOst Corporate Identity
   verbindliche CI-Farbe: #690f00
   ============================================================ */

:root {
    --neo-accent: #690f00;
    --neo-accent-hover: #80190a;
    --neo-accent-soft: rgba(105, 15, 0, .08);
    --neo-accent-line: rgba(105, 15, 0, .28);
}


/* ------------------------------------------------------------
   Legacy Header vollständig neutralisieren
   ------------------------------------------------------------ */

#header.neo-site-header {
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

#header.neo-site-header #header-wrap {
    display: none !important;
}


/* ------------------------------------------------------------
   Header von Anfang an klar und hochwertig
   ------------------------------------------------------------ */

.neo-header {
    background: rgba(16, 14, 14, .90);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.neo-header-scrolled .neo-header {
    background: rgba(15, 13, 13, .97);
}


/* Logo nicht abdunkeln */

.neo-header__logo {
    opacity: 1;
}


/* aktive Navigation */

.neo-header__desktop-nav #primary-menu > ul > li.current > a::after {
    background: #690f00;
    height: 2px;
}


/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */

.neo-btn--primary,
.neo-header__cta {
    background: #690f00;
    color: #fff !important;
}

.neo-btn--primary:hover,
.neo-header__cta:hover {
    background: #80190a;
    color: #fff !important;
}

.neo-btn--light {
    background: #fff;
    color: #690f00 !important;
}

.neo-btn--light:hover {
    background: #690f00;
    color: #fff !important;
}


/* ------------------------------------------------------------
   Hero
   CI-Rot nicht als dunkle Großschrift auf dunklem Foto
   ------------------------------------------------------------ */

.neo-hero__title {
    color: #fff;
}

.neo-hero__title span {
    position: relative;
    display: block;
    color: #fff;
}

.neo-hero__title span::after {
    content: "";
    display: block;
    width: 110px;
    height: 5px;
    margin-top: 24px;
    background: #690f00;
}


/* Eyebrow */

.neo-eyebrow::before {
    background: #690f00;
}


/* Bewertung */

.neo-rating__stars,
.neo-proof__stars {
    color: #690f00;
}


/* ------------------------------------------------------------
   Event Cards
   ------------------------------------------------------------ */

.neo-event-card--accent {
    background:
        linear-gradient(
            180deg,
            rgba(105,15,0,.075),
            rgba(105,15,0,.025)
        ),
        #fff;
}

.neo-event-card__label,
.neo-event-card__features li::before {
    color: #690f00;
}

.neo-event-card:hover {
    background: #690f00;
    color: #fff !important;
}

.neo-event-card:hover .neo-event-card__label,
.neo-event-card:hover .neo-event-card__features li::before {
    color: #fff;
}


/* ------------------------------------------------------------
   Why-Bereich
   ------------------------------------------------------------ */

.neo-why-card > span {
    color: #b94a39;
}


/* ------------------------------------------------------------
   Mobile Menü
   ------------------------------------------------------------ */

.neo-mobile-menu #primary-menu li.current > a {
    color: #b94a39;
}


/* ------------------------------------------------------------
   Focus / Accessibility
   ------------------------------------------------------------ */

.neo-btn:focus-visible,
.neo-header__cta:focus-visible,
.neo-header__menu-button:focus-visible,
.neo-event-card:focus-visible {
    outline: 3px solid rgba(105,15,0,.45);
    outline-offset: 3px;
}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-hero__title span::after {
        width: 72px;
        height: 4px;
        margin-top: 18px;
    }

}


/* ============================================================
   9GradOst Editorial Redesign
   heller Header + echte Bildsprache
   ============================================================ */


/* ------------------------------------------------------------
   HEADER – bewusst hell und klar vom Hero getrennt
   ------------------------------------------------------------ */

.neo-header,
.neo-header-scrolled .neo-header {
    background: rgba(248,247,244,.97);
    border-bottom: 1px solid rgba(17,18,20,.10);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.neo-header__inner {
    min-height: 86px;
}

.neo-header__logo {
    max-width: 185px;
}


/* Navigation dunkel */

.neo-header__desktop-nav #primary-menu > ul > li > a {
    color: #343436;
}

.neo-header__desktop-nav #primary-menu > ul > li:hover > a,
.neo-header__desktop-nav #primary-menu > ul > li.current > a {
    color: #111214;
}


/* aktive Linie CI */

.neo-header__desktop-nav #primary-menu > ul > li.current > a::after {
    background: #690f00;
}


/* Dropdown hell */

.neo-header__desktop-nav #primary-menu > ul > li > ul {
    background: #fff;
    border: 1px solid rgba(17,18,20,.10);
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
}

.neo-header__desktop-nav #primary-menu > ul > li > ul > li > a {
    color: #555;
}

.neo-header__desktop-nav #primary-menu > ul > li > ul > li:hover > a,
.neo-header__desktop-nav #primary-menu > ul > li > ul > li.current > a {
    color: #111;
    background: rgba(105,15,0,.06);
}


/* Header CTA */

.neo-header__cta {
    background: #690f00;
    color: #fff !important;
}

.neo-header__cta:hover {
    background: #511000;
}


/* Burger dunkel */

.neo-header__menu-button {
    border-color: rgba(17,18,20,.18);
}

.neo-header__menu-button span {
    background: #111214;
}


/* ------------------------------------------------------------
   EDITORIAL HERO
   ------------------------------------------------------------ */

.neo-editorial-hero {
    padding-top: 86px;
    background: #f7f6f3;
    color: #111214;
}

.neo-editorial-hero__shell {
    width: min(calc(100% - 80px), 1360px);
    min-height: 720px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(500px, .9fr) minmax(520px, 1.1fr);
    gap: 80px;
    align-items: center;
}


/* Text */

.neo-editorial-hero__content {
    padding: 90px 0;
}

.neo-editorial-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 38px;
    color: #690f00;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.neo-editorial-hero__eyebrow::before {
    content: "";
    width: 42px;
    height: 2px;
    background: #690f00;
}

.neo-editorial-hero__eyebrow span {
    color: #7b7b7d;
    font-weight: 500;
}

.neo-editorial-hero h1 {
    margin: 0;
    color: #111214;
    font-family: Raleway, sans-serif;
    font-size: clamp(72px, 7vw, 118px);
    font-weight: 600;
    line-height: .82;
    letter-spacing: -.065em;
    text-transform: none;
}

.neo-editorial-hero__statement {
    max-width: 580px;
    margin: 35px 0 0;
    color: #111214;
    font-family: Raleway, sans-serif;
    font-size: clamp(32px, 3vw, 48px);
    font-weight: 400;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.neo-editorial-hero__statement strong {
    color: #690f00;
    font-weight: 600;
}

.neo-editorial-hero__lead {
    max-width: 600px;
    margin: 33px 0 0;
    color: #66666a;
    font-size: 16px;
    line-height: 1.75;
}


/* Actions */

.neo-editorial-hero__actions {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 40px;
}

.neo-editorial-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #111214 !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(17,18,20,.25);
    padding-bottom: 5px;
}

.neo-editorial-link:hover {
    color: #690f00 !important;
    border-color: #690f00;
}


/* Rating */

.neo-editorial-rating {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 44px;
}

.neo-editorial-rating__stars {
    color: #690f00;
    font-size: 16px;
    letter-spacing: 3px;
}

.neo-editorial-rating > div:last-child {
    display: flex;
    flex-direction: column;
}

.neo-editorial-rating strong {
    color: #111214;
    font-size: 13px;
}

.neo-editorial-rating span {
    color: #818184;
    font-size: 11px;
}


/* ------------------------------------------------------------
   Hauptbild
   ------------------------------------------------------------ */

.neo-editorial-hero__visual {
    position: relative;
    height: 640px;
}

.neo-editorial-hero__main-image {
    position: absolute;
    inset: 0 0 0 40px;
    overflow: hidden;
    background: #ddd;
}

.neo-editorial-hero__main-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 55%,
            rgba(0,0,0,.25)
        );
}

.neo-editorial-hero__main-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s cubic-bezier(.2,.7,.2,1);
}

.neo-editorial-hero__visual:hover img {
    transform: scale(1.025);
}


/* kleines CI-Label auf Bild */

.neo-editorial-hero__caption {
    position: absolute;
    left: 0;
    bottom: 48px;
    min-width: 170px;
    padding: 25px 26px;
    background: #690f00;
    color: #fff;
}

.neo-editorial-hero__caption span,
.neo-editorial-hero__caption strong {
    display: block;
}

.neo-editorial-hero__caption span {
    margin-bottom: 5px;
    font-size: 10px;
    letter-spacing: .18em;
}

.neo-editorial-hero__caption strong {
    font-size: 20px;
    letter-spacing: .10em;
}


/* ------------------------------------------------------------
   Bildleiste darunter
   ------------------------------------------------------------ */

.neo-editorial-gallery {
    display: grid;
    grid-template-columns: 1.35fr .65fr 1.35fr .65fr;
    min-height: 255px;
}

.neo-editorial-gallery__item {
    overflow: hidden;
}

.neo-editorial-gallery__item img {
    width: 100%;
    height: 100%;
    min-height: 255px;
    display: block;
    object-fit: cover;
    transition: transform .8s ease;
}

.neo-editorial-gallery__item:hover img {
    transform: scale(1.035);
}

.neo-editorial-gallery__text {
    padding: 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #690f00;
    color: #fff;
}

.neo-editorial-gallery__text span {
    font-size: 10px;
    letter-spacing: .16em;
    opacity: .62;
}

.neo-editorial-gallery__text strong {
    font-family: Raleway, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}

.neo-editorial-gallery__text--dark {
    background: #171719;
}


/* ------------------------------------------------------------
   alten Hero vollständig aus dem Spiel nehmen
   ------------------------------------------------------------ */

.neo-hero {
    display: none !important;
}


/* ------------------------------------------------------------
   Tablet
   ------------------------------------------------------------ */

@media (max-width: 1100px) {

    .neo-editorial-hero__shell {
        width: calc(100% - 48px);
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .neo-editorial-hero__visual {
        height: 580px;
    }

    .neo-editorial-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .neo-editorial-gallery__text,
    .neo-editorial-gallery__item {
        min-height: 230px;
    }

}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-editorial-hero {
        padding-top: 72px;
    }

    .neo-editorial-hero__shell {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .neo-editorial-hero__content {
        width: calc(100% - 36px);
        margin-inline: auto;
        padding: 60px 0 55px;
    }

    .neo-editorial-hero__eyebrow {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 28px;
    }

    .neo-editorial-hero h1 {
        font-size: clamp(58px, 18vw, 82px);
        line-height: .87;
    }

    .neo-editorial-hero__statement {
        margin-top: 28px;
        font-size: 32px;
    }

    .neo-editorial-hero__lead {
        font-size: 15px;
    }

    .neo-editorial-hero__actions {
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
    }

    .neo-editorial-hero__actions .neo-btn {
        width: 100%;
    }

    .neo-editorial-link {
        width: fit-content;
    }

    .neo-editorial-hero__visual {
        width: 100%;
        height: 500px;
    }

    .neo-editorial-hero__main-image {
        inset: 0;
    }

    .neo-editorial-hero__caption {
        left: 18px;
        bottom: 18px;
    }

    .neo-editorial-gallery {
        grid-template-columns: 1fr;
    }

    .neo-editorial-gallery__item,
    .neo-editorial-gallery__item img {
        min-height: 280px;
    }

    .neo-editorial-gallery__text {
        min-height: 180px;
        padding: 28px;
    }

}


/* ============================================================
   Full-Bleed Hero – heller und bildstärker
   ============================================================ */

.neo-editorial-hero {
    display: none !important;
}

.neo-hero.neo-hero--editorial {
    display: block !important;
    margin-top: 0;
    min-height: 790px;
    height: calc(100vh - 86px);

    background:
        linear-gradient(
            90deg,
            rgba(10,10,10,.48) 0%,
            rgba(10,10,10,.30) 38%,
            rgba(10,10,10,.10) 70%,
            rgba(10,10,10,.02) 100%
        ),
        var(--neo-hero-image) center 42% / cover no-repeat;
}

.neo-hero--editorial .neo-hero__overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.03) 0%,
            rgba(0,0,0,.08) 55%,
            rgba(0,0,0,.22) 100%
        );
}

.neo-hero--editorial .neo-hero__content {
    max-width: 940px;
    padding-top: 85px;
    padding-bottom: 150px;
}

.neo-hero--editorial .neo-hero__title {
    max-width: 930px;
    font-size: clamp(60px, 6.7vw, 104px);
    line-height: .91;
}

.neo-hero--editorial .neo-hero__title span {
    display: block;
    max-width: 850px;
    margin-top: 8px;
    color: #fff;
}

.neo-hero--editorial .neo-hero__title span::after {
    width: 90px;
    height: 4px;
    margin-top: 28px;
    background: #690f00;
}

.neo-hero--editorial .neo-hero__lead {
    max-width: 630px;
    color: rgba(255,255,255,.94);
    font-size: 17px;
    line-height: 1.7;
}

.neo-hero--editorial .neo-btn--ghost {
    border-color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.12);
    color: #fff !important;
}

.neo-hero--editorial .neo-btn--ghost:hover {
    background: #fff;
    border-color: #fff;
    color: #111 !important;
}

.neo-hero--editorial .neo-rating__stars {
    color: #fff;
}

.neo-hero--editorial .neo-hero__meta {
    border-top-color: rgba(255,255,255,.38);
}

.neo-hero--editorial .neo-hero__meta strong {
    color: #fff;
}

.neo-hero--editorial .neo-hero__meta span {
    color: rgba(255,255,255,.72);
}


/* ------------------------------------------------------------
   Editorialer Seitenrhythmus
   ------------------------------------------------------------ */

.neo-intro,
.neo-proof,
.neo-existing-content {
    background: #f7f6f3;
}

.neo-services {
    background: #fff;
}

.neo-intro {
    padding-top: 150px;
    padding-bottom: 150px;
}

.neo-quote {
    background: #690f00;
}

.neo-booking__box {
    background: #171719;
}


/* ------------------------------------------------------------
   Tablet
   ------------------------------------------------------------ */

@media (max-width: 991px) {

    .neo-hero.neo-hero--editorial {
        height: auto;
        min-height: 760px;
        background-position: 58% center;
    }

}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-hero.neo-hero--editorial {
        min-height: 720px;
        background-position: 62% center;
    }

    .neo-hero--editorial .neo-hero__content {
        padding-top: 85px;
        padding-bottom: 180px;
    }

    .neo-hero--editorial .neo-hero__title {
        font-size: clamp(46px, 14vw, 66px);
    }

    .neo-hero--editorial .neo-hero__title span::after {
        width: 65px;
        height: 3px;
        margin-top: 20px;
    }

    .neo-intro {
        padding-top: 90px;
        padding-bottom: 90px;
    }

}


/* ============================================================
   HERO FINETUNING
   kompakter, ruhiger, bessere Bildwirkung
   ============================================================ */


/* ------------------------------------------------------------
   Hero selbst
   ------------------------------------------------------------ */

.neo-hero.neo-hero--editorial {
    height: auto;
    min-height: calc(100vh - 86px);

    background:
        linear-gradient(
            90deg,
            rgba(12,10,9,.60) 0%,
            rgba(12,10,9,.43) 32%,
            rgba(12,10,9,.18) 62%,
            rgba(12,10,9,.05) 100%
        ),
        var(--neo-hero-image) center 46% / cover no-repeat;
}


/* Overlay nur noch für leichte Tiefenwirkung */

.neo-hero--editorial .neo-hero__overlay {
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.02) 0%,
            rgba(0,0,0,.04) 55%,
            rgba(0,0,0,.18) 100%
        );
}


/* ------------------------------------------------------------
   Inneres Layout
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-hero__inner {
    min-height: calc(100vh - 86px);
    justify-content: center;
}


/* Wichtig:
   Content bewusst unter dem fixierten Header halten */

.neo-hero--editorial .neo-hero__content {
    max-width: 820px;

    padding-top: 115px;
    padding-bottom: 170px;
}


/* ------------------------------------------------------------
   Eyebrow
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-eyebrow {
    margin-bottom: 24px;
}


/* ------------------------------------------------------------
   Headline
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-hero__title {
    max-width: 790px;

    font-size: clamp(58px, 5.65vw, 88px);
    line-height: .94;

    letter-spacing: -.055em;
}


/* zweite Aussage */

.neo-hero--editorial .neo-hero__title span {
    max-width: 760px;

    margin-top: 10px;

    color: #fff;
}


/* CI-Linie */

.neo-hero--editorial .neo-hero__title span::after {
    width: 72px;
    height: 4px;

    margin-top: 26px;

    background: #690f00;
}


/* ------------------------------------------------------------
   Beschreibung
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-hero__lead {
    max-width: 600px;

    margin-top: 32px;

    color: rgba(255,255,255,.92);

    font-size: 16px;
    line-height: 1.65;
}


/* ------------------------------------------------------------
   Buttons
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-hero__actions {
    margin-top: 30px;
}


/* ------------------------------------------------------------
   Rating
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-rating {
    margin-top: 28px;

    gap: 16px;
}

.neo-hero--editorial .neo-rating__stars {
    color: #fff;

    font-size: 14px;
    letter-spacing: 3px;
}


/* ------------------------------------------------------------
   Meta-Facts
   etwas ruhiger und weiter nach rechts
   ------------------------------------------------------------ */

.neo-hero--editorial .neo-hero__meta {
    right: 0;
    bottom: 40px;

    width: auto;

    border-top: 1px solid rgba(255,255,255,.30);
}

.neo-hero--editorial .neo-hero__meta-item {
    min-width: 150px;

    padding-top: 17px;
    padding-right: 22px;
}

.neo-hero--editorial .neo-hero__meta-item + .neo-hero__meta-item {
    padding-left: 22px;
}

.neo-hero--editorial .neo-hero__meta strong {
    font-size: 13px;
}

.neo-hero--editorial .neo-hero__meta span {
    font-size: 11px;
}


/* ------------------------------------------------------------
   Desktop mit geringer Höhe
   ------------------------------------------------------------ */

@media (min-width: 992px) and (max-height: 800px) {

    .neo-hero--editorial .neo-hero__content {
        padding-top: 100px;
        padding-bottom: 125px;
    }

    .neo-hero--editorial .neo-hero__title {
        font-size: clamp(54px, 5vw, 76px);
    }

    .neo-hero--editorial .neo-hero__lead {
        margin-top: 25px;
    }

    .neo-hero--editorial .neo-hero__actions {
        margin-top: 24px;
    }

    .neo-hero--editorial .neo-rating {
        margin-top: 22px;
    }

}


/* ------------------------------------------------------------
   Tablet
   ------------------------------------------------------------ */

@media (max-width: 991px) {

    .neo-hero.neo-hero--editorial {
        min-height: 760px;

        background-position: 58% center;
    }

    .neo-hero--editorial .neo-hero__inner {
        min-height: 760px;
    }

    .neo-hero--editorial .neo-hero__content {
        max-width: 700px;

        padding-top: 120px;
        padding-bottom: 185px;
    }

    .neo-hero--editorial .neo-hero__title {
        max-width: 680px;

        font-size: clamp(52px, 8vw, 76px);
    }

}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-hero.neo-hero--editorial {
        min-height: 720px;

        background-position: 63% center;
    }

    .neo-hero--editorial .neo-hero__inner {
        min-height: 720px;
    }

    .neo-hero--editorial .neo-hero__content {
        max-width: none;

        padding-top: 95px;
        padding-bottom: 165px;
    }

    .neo-hero--editorial .neo-hero__title {
        max-width: 100%;

        font-size: clamp(44px, 13.5vw, 62px);
        line-height: .96;
    }

    .neo-hero--editorial .neo-hero__title span {
        max-width: 100%;
    }

    .neo-hero--editorial .neo-hero__lead {
        max-width: 94%;

        font-size: 15px;
    }

    .neo-hero--editorial .neo-hero__meta {
        left: 0;
        right: 0;

        width: 100%;
    }

    .neo-hero--editorial .neo-hero__meta-item {
        min-width: 0;
        width: 33.333%;
    }

}

/* ============================================================
   Hero-USPs höher positionieren
   ============================================================ */

.neo-hero--editorial .neo-hero__meta {
    bottom: 92px;
}

@media (min-width: 992px) and (max-height: 850px) {

    .neo-hero--editorial .neo-hero__meta {
        bottom: 72px;
    }

}

@media (max-width: 991px) {

    .neo-hero--editorial .neo-hero__meta {
        bottom: 58px;
    }

}

@media (max-width: 767px) {

    .neo-hero--editorial .neo-hero__meta {
        bottom: 34px;
    }

}


/* ============================================================
   Zielgruppen – Editorial Sections
   ============================================================ */

.neo-targets {
    overflow: hidden;
    padding: 135px 0 0;
    background: #fff;
}


/* Intro */

.neo-targets__intro {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 95px;
}

.neo-targets__intro > p {
    max-width: 500px;
    margin: 0 0 7px;
    color: var(--neo-muted);
    font-size: 16px;
    line-height: 1.8;
}


/* ------------------------------------------------------------
   Editorial Item
   ------------------------------------------------------------ */

.neo-target {
    width: min(calc(100% - 80px), 1440px);
    margin: 0 auto 140px;

    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(420px, .88fr);

    min-height: 650px;

    background: #f6f4f1;
}


/* Reverse */

.neo-target--reverse {
    grid-template-columns: minmax(420px, .88fr) minmax(0, 1.12fr);
}

.neo-target--reverse .neo-target__media {
    grid-column: 2;
    grid-row: 1;
}

.neo-target--reverse .neo-target__content {
    grid-column: 1;
    grid-row: 1;
}


/* ------------------------------------------------------------
   Bild
   ------------------------------------------------------------ */

.neo-target__media {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    background: #ddd;
}

.neo-target__media img {
    width: 100%;
    height: 100%;
    display: block;

    position: absolute;
    inset: 0;

    object-fit: cover;

    transition: transform 1s cubic-bezier(.2,.7,.2,1);
}

.neo-target:hover .neo-target__media img {
    transform: scale(1.025);
}


/* Index */

.neo-target__index {
    position: absolute;
    top: 28px;
    left: 30px;
    z-index: 2;

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #690f00;
    color: #fff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
}


/* temporärer Bild-Hinweis */

.neo-target__temporary {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;

    padding: 8px 10px;

    background: rgba(0,0,0,.70);
    color: rgba(255,255,255,.85);

    font-size: 9px;
    letter-spacing: .04em;
}


/* ------------------------------------------------------------
   Text
   ------------------------------------------------------------ */

.neo-target__content {
    padding: 76px 70px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.neo-target__label {
    margin-bottom: 26px;

    color: #690f00;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
}

.neo-target__content h3 {
    max-width: 540px;

    margin: 0;

    color: #171719;

    font-family: Raleway, sans-serif;
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 600;
    line-height: 1.02;

    letter-spacing: -.045em;
    text-transform: none;
}

.neo-target__content > p {
    max-width: 520px;

    margin: 30px 0 0;

    color: #67676a;

    font-size: 15px;
    line-height: 1.8;
}


/* Facts */

.neo-target__facts {
    margin: 30px 0 0;
    padding: 0;

    list-style: none;
}

.neo-target__facts li {
    position: relative;

    padding: 10px 0 10px 24px;

    border-bottom: 1px solid rgba(17,18,20,.10);

    color: #3e3e40;

    font-size: 13px;
}

.neo-target__facts li::before {
    content: "✓";

    position: absolute;
    left: 0;

    color: #690f00;
    font-weight: 700;
}


/* CTA */

.neo-target__link {
    width: fit-content;

    margin-top: 36px;
    padding-bottom: 5px;

    display: inline-flex;
    align-items: center;
    gap: 22px;

    border-bottom: 1px solid rgba(105,15,0,.40);

    color: #690f00 !important;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.neo-target__link:hover {
    border-color: #690f00;
    color: #171719 !important;
}


/* ------------------------------------------------------------
   Social Proof Zwischenblock
   ------------------------------------------------------------ */

.neo-target-proof {
    width: min(calc(100% - 80px), 1240px);

    margin: 20px auto 140px;
    padding: 58px 0;

    display: grid;
    grid-template-columns: 250px 1fr auto;
    gap: 70px;
    align-items: center;

    border-top: 1px solid rgba(17,18,20,.12);
    border-bottom: 1px solid rgba(17,18,20,.12);
}

.neo-target-proof__rating {
    display: flex;
    align-items: center;
    gap: 18px;
}

.neo-target-proof__rating span {
    color: #690f00;

    font-size: 15px;
    letter-spacing: 3px;
}

.neo-target-proof__rating strong {
    color: #171719;

    font-size: 46px;
    font-weight: 600;

    letter-spacing: -.05em;
}

.neo-target-proof__copy .neo-eyebrow {
    margin-bottom: 12px;
    color: #777;
}

.neo-target-proof__copy p {
    max-width: 600px;

    margin: 0;

    color: #555;

    font-size: 17px;
    line-height: 1.6;
}

.neo-target-proof__copy strong {
    color: #171719;
}

.neo-target-proof__link {
    color: #690f00 !important;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;

    white-space: nowrap;
}


/* alte Karten aus vorheriger Version nicht mehr relevant */

.neo-card-grid {
    display: none !important;
}


/* ------------------------------------------------------------
   Tablet
   ------------------------------------------------------------ */

@media (max-width: 1050px) {

    .neo-target {
        width: calc(100% - 48px);

        grid-template-columns: 1fr 1fr;

        min-height: 580px;
    }

    .neo-target--reverse {
        grid-template-columns: 1fr 1fr;
    }

    .neo-target__media {
        min-height: 580px;
    }

    .neo-target__content {
        padding: 55px 45px;
    }

    .neo-target-proof {
        width: calc(100% - 48px);

        grid-template-columns: 1fr 2fr;
        gap: 35px;
    }

    .neo-target-proof__link {
        grid-column: 2;
    }

}


/* ------------------------------------------------------------
   Mobile
   ------------------------------------------------------------ */

@media (max-width: 767px) {

    .neo-targets {
        padding-top: 85px;
    }

    .neo-targets__intro {
        grid-template-columns: 1fr;

        gap: 32px;

        margin-bottom: 60px;
    }

    .neo-target {
        width: 100%;

        margin-bottom: 80px;

        display: flex;
        flex-direction: column;

        min-height: 0;
    }

    .neo-target--reverse {
        display: flex;
    }

    .neo-target--reverse .neo-target__media,
    .neo-target--reverse .neo-target__content {
        grid-column: auto;
        grid-row: auto;
    }

    .neo-target__media {
        width: 100%;
        min-height: 430px;
    }

    .neo-target__content {
        padding: 45px 24px 55px;
    }

    .neo-target__content h3 {
        font-size: 39px;
    }

    .neo-target-proof {
        width: calc(100% - 36px);

        margin-bottom: 90px;
        padding: 42px 0;

        display: flex;
        align-items: flex-start;
        flex-direction: column;

        gap: 26px;
    }

}


/* ==========================================================
   MOBILE MENU SAFETY
   ========================================================== */

@media (max-width: 991px) {

    #neo-mobile-menu[aria-hidden="true"] {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    #neo-mobile-menu.is-open,
    #neo-mobile-menu[aria-hidden="false"] {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    html.neo-mobile-menu-open,
    body.neo-mobile-menu-open {
        overflow: hidden;
    }

}
