﻿html, body {
    height: 100%;
    margin: 0;
}

.mud-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.mud-main-content {
    flex: 1 0 auto;
}

.oac-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1100;
    transition: background-color .25s ease, box-shadow .25s ease;
}

    /* Default NICHT-HOME: immer solid */
    .oac-nav.is-solid {
        background: transparent;
        box-shadow: none;
    }

    /* HOME: start transparent */
    .oac-nav.is-home {
        background: transparent;
        box-shadow: none;
    }

        /* HOME: beim Scroll solid */
        .oac-nav.is-home.is-scrolled {
            background: rgba(31,35,42,0.93);
            box-shadow: 0 6px 20px rgba(0,0,0,0.35);
        }
        .oac-nav.is-solid.is-scrolled {
            background: rgba(31,35,42,0.93);
            box-shadow: 0 6px 20px rgba(0,0,0,0.35);
        }
    .oac-nav.menu-open {
        background: rgba(31,35,42,0.93);
        box-shadow: 0 6px 20px rgba(0,0,0,0.35);
    }
:root {
    --nav-height: 150px; /* stell das passend zu deinem Logo ein */
}

.oac-main.inner {
    padding-top: 0;
}

.oac-main.home {
    padding-top: 0;
}


    /* Nur Startseite */
    .oac-main.has-hero {
        padding-top: 0;
    }

.oac-hero-main {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

    .oac-hero-main img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
.oac-hero-placeholder {
    position: relative;
    background: #1f232a;
    color: rgba(255,255,255,0.65);
    overflow: hidden;
}

.oac-hero {
    height: 50vh;
    position: relative;
    overflow: hidden;
    line-height:0;
}

    .oac-hero img {
        width: 100%;
        height: 50%;
        object-fit: cover;
        display: block;
    }

    /* dunkles Overlay für Lesbarkeit */
    .oac-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.35);
        z-index: 1;
        pointer-events: none;
    }

    /* rechte blaue Form */
    .oac-hero::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 15%;
        height: 100%;
        z-index: 2;
        background: rgba(13,110,253,0.75);
        clip-path: polygon(125% 0, 100% 0, 100% 100%, 0 100%);
        pointer-events: none;
    }

.oac-hero-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    color: #fff;
    font-weight: 900;
    font-size: clamp(3rem, 6vw, 6rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-shadow: 0 10px 30px rgba(0,0,0,0.6);
    pointer-events: none;
    margin: 0;
    text-wrap: nowrap;
}
    .oac-hero-title:focus,
    .oac-hero-title:focus-visible {
        outline: none;
    }
/* Damit Content nach dem Hero nicht unter Navbar klebt */
.oac-after-hero {
    padding-top: 40px;
}

.story-text {
    position: relative;
    padding-bottom: 4rem;
}

    /* dekorative blaue Kästchen */
    .story-text::before,
    .story-text::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 32px;
        background-color: #0d6efd;
        left: 50%;
        bottom: 1.2rem;
    }

    /* hinteres Kästchen */
    .story-text::before {
        transform: translateX(-50%) translateX(-14px) translateY(6px) rotate(-6deg);
        opacity: 0.8;
    }

    /* vorderes Kästchen */
    .story-text::after {
        transform: translateX(-50%) translateX(14px) rotate(6deg);
    }

.custom-toggler {
    border: none;
    background: transparent;
    padding: 0.5rem;
}

    .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(13,110,253,1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .custom-toggler:hover .navbar-toggler-icon {
        transform: scale(1.1);
        opacity: 0.85;
    }

.striped-row {
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0.035), rgba(0, 0, 0, 0.035) 3px, rgba(0, 0, 0, 0.0) 3px, rgba(0, 0, 0, 0.0) 6px );
    padding: 10px 12px;
    background-clip: content-box;
}

.quote-mark {
    grid-column: 3;
    justify-self: end;
    display: flex;
    gap: 8px;
}

    .quote-mark span {
        width: 12px;
        height: 26px;
        background: #1f6fd2;
        border-radius: 7px;
        transform: rotate(12deg);
    }


p {
    line-height: 2;
}

.img-accent-bottom {
    position: relative;
    display: inline-block; /* passt sich dem Bild an */
}

    .img-accent-bottom::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 35px;
        width: 12px;
        z-index: -1;
        height: calc(100% - 28px);
        background: #1f6fd2; /* dein Blau */
        border-radius: 2px; /* optional, falls weicher */
    }

.img-accent-middle {
    position: relative;
    display: inline-block;
}

    .img-accent-middle::before {
        content: "";
        position: absolute;
        left: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 12px;
        height: 70%; /* Anteil der Bildhöhe */
        background: #1f6fd2;
        border-radius: 2px;
    }

h3 {
    letter-spacing: -0.02em;
}

.hero-img {
    position: relative;
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
}

    .hero-img img {
        display: block;
    }

/* Badge */
.hero-badge {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

    /* Text im Kreis */
    .hero-badge span {
        text-align: center;
        font-weight: 800;
        letter-spacing: 0.04em;
        font-size: 16px;
        line-height: 1.2;
        color: #111;
    }

/* Blauer Balken – gekoppelt an Badge */
.hero-bar {
    position: absolute;
    left: -16px; /* Abstand links vom Kreis */
    top: 0;
    width: 8px;
    height: 100%; /* exakt so hoch wie der Kreis */
    background: #1f6fd2;
    border-radius: 4px;
}

.oac-link {
    color: #0d6efd;
    text-decoration: none;
    transition: letter-spacing 0.15s ease;
}

    .oac-link:hover {
        letter-spacing: 0.11em;
    }

.oac-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .oac-bullets li {
        position: relative;
        padding-left: 34px; /* Platz für Icon */
        margin: 10px 0;
        color: #6c757d; /* Bootstrap-ish grau */
        line-height: 1.6;
        font-size: 18px; /* optional, je nach Design */
    }

        .oac-bullets li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0.25em; /* vertikal hübsch */
            width: 18px;
            height: 18px;
            background: #0d6efd; /* dein Blau */
            border-radius: 50%;
        }

        .oac-bullets li::after {
            content: "✓";
            position: absolute;
            left: 4px;
            top: 0.5em;
            font-size: 14px;
            line-height: 1;
            color: #fff;
            font-weight: 700;
        }
.OAC-Title {
    font-size: 1rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    color: #0d6efd;
}

.img-bw{
    filter:grayscale(100%);
}

