    /* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../_fonts/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../_fonts/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../_fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../_fonts/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../_fonts/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../_fonts/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../_fonts/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../_fonts/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../_fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../_fonts/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../_fonts/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('../_fonts/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

    
    
    
    :root {
            --blau-dunkel: #0d2d5e;
            --blau-mittel: #1a4a8a;
            --blau-hell: #2d6cc0;
            --blau-accent: #3b82c4;
            --blau-ws-hell : #2B9ACB;
            --gold: #c9a84c;
            --gold-hell: #f0d98a;
            --gruen: #2d7a4f;
            --grau-1: #f5f6f8;
            --grau-2: #e8ebef;
            --grau-3: #b0b8c4;
            --text: #1a2333;
            --text-soft: #4a5568;
            --weiss: #ffffff;
            --shadow-sm: 0 1px 4px rgba(13,45,94,0.08);
            --shadow-md: 0 4px 16px rgba(13,45,94,0.12);
            --shadow-lg: 0 8px 32px rgba(13,45,94,0.16);
            --radius: 10px;
            --radius-lg: 16px;
        }
        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

        html { scroll-behavior: smooth; }

        body {
            font-family: "Open Sans", sans-serif;
            background: var(--grau-1);
            color: var(--text);
            line-height: 1.6;
            min-height: 100vh;
        }

        /* HEADER */
        header {
            background: var(--blau-dunkel);
            color: var(--weiss);
            padding: 0;
            position: sticky;
            top: 0;
            z-index: 1100;
            box-shadow: var(--shadow-lg);
        }
        .header-top {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 12px 24px;
            border-bottom: 1px solid rgba(255,255,255,0.08);
        }
        .header-logo {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: var(--weiss);
        }
        .logo-img {
            height: 44px;
            width: auto;
            filter: brightness(0) invert(1);
        }
        .logo-text {
            line-height: 1.2;
        }
        .logo-text strong {
            display: block;
            font-family: "Open Sans", sans-serif;
            font-size: 1.1rem;
            font-weight: 600;
            letter-spacing: 0.01em;
            position: relative;
            top: 6px;
            margin-top: 6px;
        }
        .logo-text span {
            font-size: 0.75rem;
            opacity: 0.75;
            font-weight: 400;
        }
        .header-nav {
            margin-left: auto;
            display: flex;
            gap: 8px;
        }
        .header-nav a {
            color: rgba(255,255,255,0.8);
            text-decoration: none;
            font-size: 0.82rem;
            padding: 5px 12px;
            border-radius: 6px;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .header-nav a:hover { background: rgba(255,255,255,0.12); color: var(--weiss); }
        .header-nav a.aktiv { background: var(--blau-hell); color: var(--weiss); }
        .header-service-badge {
            background: linear-gradient(135deg, var(--gold), var(--gold-hell));
            color: var(--blau-dunkel);
            font-size: 0.7rem;
            font-weight: 600;
            padding: 2px 8px;
            border-radius: 20px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .main {
            min-height: 80vh;
        }

        /* HERO */
        .hero {
            background: linear-gradient(160deg, var(--blau-dunkel) 0%, var(--blau-mittel) 55%, var(--blau-hell) 100%);
            padding: 48px 24px 56px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        }
        .hero-content { position: relative; max-width: 700px; margin: 0 auto; }
        .hero h1 {
            font-family: 'Source Serif 4', serif;
            font-size: clamp(1.6rem, 4vw, 2.4rem);
            font-weight: 600;
            color: var(--weiss);
            margin-bottom: 8px;
            line-height: 1.25;
        }
        .hero p {
            color: rgba(255,255,255,0.8);
            font-size: 1rem;
            margin-bottom: 32px;
        }

        /* SUCHBOX */
        .suchbox-wrapper {
            position: relative;
            max-width: 600px;
            margin: 0 auto;
        }
        .suchbox {
            width: 100%;
            padding: 16px 56px 16px 20px;
            font-size: 1rem;
            font-family: 'DM Sans', sans-serif;
            border: none;
            border-radius: 50px;
            background: var(--weiss);
            color: var(--text);
            box-shadow: var(--shadow-lg);
            outline: none;
            transition: box-shadow 0.2s;
        }
        .suchbox:focus { box-shadow: 0 0 0 3px rgba(61,130,196,0.4), var(--shadow-lg); }
        .suchbox::placeholder { color: var(--grau-3); }
        .such-btn {
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--blau-hell);
            color: var(--weiss);
            border: none;
            border-radius: 50px;
            width: 44px;
            height: 44px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.1rem;
            transition: background 0.2s, transform 0.1s;
        }
        .such-btn:hover { background: var(--blau-dunkel); }
        .such-btn:active { transform: translateY(-50%) scale(0.95); }
        .schnellsuche {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            justify-content: center;
            margin-top: 16px;
        }
        .schnellsuche-btn {
            background: rgba(255,255,255,0.15);
            color: rgba(255,255,255,0.9);
            border: 1px solid rgba(255,255,255,0.25);
            border-radius: 20px;
            padding: 5px 14px;
            font-size: 0.8rem;
            cursor: pointer;
            font-family: 'DM Sans', sans-serif;
            transition: all 0.2s;
        }
        .schnellsuche-btn:hover { background: rgba(255,255,255,0.28); color: var(--weiss); }

        /* KI-ANTWORT BOX */
        .ki-antwort-container {
            max-width: 760px;
            margin: -24px auto 0;
            padding: 0 16px;
            position: relative;
            z-index: 10;
            display: none;
        }
        .ki-antwort-box {
            background: var(--weiss);
            border-radius: var(--radius-lg);
            box-shadow: var(--shadow-lg);
            padding: 24px 28px;
            border-left: 4px solid var(--blau-hell);
            animation: slideDown 0.3s ease;
        }
        @keyframes slideDown {
            from { opacity: 0; transform: translateY(-12px); }
            to { opacity: 1; transform: translateY(0); }
        }
        .ki-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
        }
        .ki-avatar {
            width: 36px;
            height: 36px;
            background: linear-gradient(135deg, var(--blau-hell), var(--blau-dunkel));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1rem;
            flex-shrink: 0;
        }
        .ki-label {
            font-size: 0.78rem;
            font-weight: 600;
            color: var(--blau-hell);
            text-transform: uppercase;
            letter-spacing: 0.06em;
        }
        .ki-antwort-text {
            color: var(--text);
            font-size: 0.95rem;
            line-height: 1.7;
        }
        .ki-antwort-text p { margin-bottom: 8px; }
        .ki-antwort-text p:last-child { margin-bottom: 0; }
        .ki-antwort-text ul { padding-left: 20px; margin-bottom: 8px; }
        .ki-antwort-text a { color: var(--blau-hell); font-weight: 500; }
        .ki-antwort-text a:hover { color: var(--blau-dunkel); }
        .ki-hinweis {
            margin-top: 12px;
            font-size: 0.75rem;
            color: var(--grau-3);
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .ki-laden {
            display: flex;
            align-items: center;
            gap: 10px;
            color: var(--text-soft);
            font-size: 0.9rem;
        }
        .spinner {
            width: 20px;
            height: 20px;
            border: 2px solid var(--grau-2);
            border-top-color: var(--blau-hell);
            border-radius: 50%;
            animation: spin 0.7s linear infinite;
        }
        @keyframes spin { to { transform: rotate(360deg); } }

        /* MAIN CONTENT */
        main {
            max-width: 1100px;
            margin: 0 auto;
            padding: 40px 16px 60px;
        }

        /* DIENSTE-ÜBERSICHT */
        .section-title {
            font-family: 'Source Serif 4', serif;
            font-size: 1.35rem;
            font-weight: 600;
            color: var(--blau-dunkel);
            margin-bottom: 6px;
        }
        .section-subtitle {
            font-size: 0.88rem;
            color: var(--text-soft);
            margin-bottom: 20px;
        }
        .dienste-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 12px;
            margin-bottom: 48px;
        }
        .dienst-karte {
            background: var(--weiss);
            border-radius: var(--radius);
            padding: 18px 16px;
            text-decoration: none;
            color: var(--text);
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--grau-2);
            transition: all 0.22s;
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        .dienst-karte:hover {
            transform: translateY(-3px);
            box-shadow: var(--shadow-md);
            border-color: var(--blau-accent);
        }
        .dienst-icon {
            font-size: 1.6rem;
            line-height: 1;
        }
        .dienst-titel {
            font-weight: 600;
            font-size: 0.9rem;
            color: var(--blau-dunkel);
            line-height: 1.3;
        }
        .dienst-beschr {
            font-size: 0.78rem;
            color: var(--text-soft);
            line-height: 1.4;
        }

        /* INFO-SPALTEN */
        .info-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 48px;
        }
        .info-karte {
            background: var(--weiss);
            border-radius: var(--radius);
            padding: 20px;
            box-shadow: var(--shadow-sm);
            border: 1px solid var(--grau-2);
        }
        .info-karte h3 {
            font-family: 'Source Serif 4', serif;
            font-size: 1rem;
            font-weight: 600;
            color: var(--blau-dunkel);
            margin-bottom: 12px;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .info-liste { list-style: none; }
        .info-liste li {
            padding: 7px 0;
            border-bottom: 1px solid var(--grau-2);
            font-size: 0.87rem;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .info-liste li:last-child { border-bottom: none; }
        .info-liste a {
            color: var(--blau-hell);
            text-decoration: none;
            font-weight: 500;
        }
        .info-liste a:hover { text-decoration: underline; }
        .info-chip {
            display: inline-block;
            background: var(--grau-1);
            color: var(--text-soft);
            font-size: 0.7rem;
            padding: 2px 7px;
            border-radius: 10px;
            margin-left: auto;
            flex-shrink: 0;
        }
        .info-chip.online { background: #e8f5ee; color: var(--gruen); }

        /* KONTAKT-BANNER */
        .kontakt-banner {
            background: linear-gradient(135deg, var(--blau-dunkel), var(--blau-mittel));
            border-radius: var(--radius-lg);
            padding: 28px 28px;
            color: var(--weiss);
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 16px;
        }
        .kontakt-banner h3 {
            font-family: 'Source Serif 4', serif;
            font-size: 1.15rem;
            margin-bottom: 4px;
        }
        .kontakt-banner p {
            font-size: 0.85rem;
            opacity: 0.8;
        }
        .kontakt-infos {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }
        .kontakt-item {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.88rem;
        }
        .kontakt-item a {
            color: var(--gold-hell);
            text-decoration: none;
            font-weight: 500;
        }
        .kontakt-item a:hover { text-decoration: underline; }

        /* FOOTER */
        footer {
            background: var(--blau-dunkel);
            color: rgba(255,255,255,0.6);
            text-align: center;
            padding: 20px 24px;
            font-size: 0.78rem;
        }
        footer a { color: rgba(255,255,255,0.75); text-decoration: none; }
        footer a:hover { color: var(--weiss); }
        .footer-links {
            display: flex;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap;
            margin-bottom: 8px;
        }
        .footer-divider { opacity: 0.3; }

        /* FEHLERMELDUNG */
        .fehler-box {
            background: #fff4f4;
            border-left: 4px solid #e53e3e;
            border-radius: var(--radius);
            padding: 12px 16px;
            font-size: 0.9rem;
            color: #c53030;
        }

        /* RESPONSIVE */
        @media (max-width: 700px) {
            .header-top { padding: 10px 16px; }
            .header-nav { display: none; }
            .hero { padding: 32px 16px 44px; }
            .info-grid { grid-template-columns: 1fr; }
            .dienste-grid { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); }
            .kontakt-banner { flex-direction: column; }
            main { padding: 28px 12px 48px; }
            .ki-antwort-box { padding: 18px 16px; }
        }
        @media (max-width: 420px) {
            .dienste-grid { grid-template-columns: 1fr 1fr; }
            .schnellsuche-btn { font-size: 0.73rem; padding: 4px 10px; }
        }

        

.center {
	text-align: center;
}

.service-topline {
    margin-bottom: 30px;
}

.service-region {
    margin-bottom: 2rem;

    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;

    /**padding: 20px;

    /* Wichtig für sticky:
       overflow: hidden vermeiden */
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.06);
}

.service-headline-old {
    margin-top: 0px;
    margin-bottom: 50px;
}

.service-headline {
    position: sticky;
    top: 75px;
    z-index: 1020;

    margin: 0;
    padding: 0.70rem 0.60rem;

    background: var(--blau-dunkel);
    color: #fff;

    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4;

    border-radius: 0.7rem 0.7rem 0 0;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.service-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;

    border: 1px solid #000000;

    /*display: flex;
    align-items: center;

    min-height: 4rem;
    padding: 0.9rem 1rem;

    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);

    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;

    text-decoration: none;

    transition:
        background-color 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.15s ease;*/
}

.service-item-name {
    font-weight: bold;
}