/* ===========================
   VORHER/NACHHER SLIDER
=========================== */
.ba-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: ew-resize;
    user-select: none;
}

/* Vorher/Nachher-Slider direkt und flüssig */
.ba-before {
    transition: none;
    will-change: clip-path;
}

.ba-handle {
    transition: none;
    will-change: left;
}

.ba-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ba-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ba-before {
    width: 100%;
    overflow: hidden;
    z-index: 2;
    clip-path: inset(0 50% 0 0);
}

.ba-after {
    z-index: 1;
}

.ba-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100%;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    pointer-events: none;
}

.ba-handle-line {
    flex: 1;
    width: 3px;
    background: var(--white);
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

.ba-handle-circle {
    width: 44px;
    height: 44px;
    background: var(--red);
    border: 3px solid var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.9rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.ba-slider:hover .ba-handle-circle {
    transform: scale(1.15);
}

.ba-label {
    position: absolute;
    top: 16px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ba-slider:hover .ba-label {
    opacity: 1;
}

.ba-label-before {
    left: 16px;
    background: rgba(0,0,0,0.6);
    color: var(--white);
}

.ba-label-after {
    right: 16px;
    background: var(--red);
    color: var(--white);
}

.gallery-overlay-mini {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    z-index: 5;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay-mini {
    opacity: 1;
}

.gallery-overlay-mini .gallery-tag {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.gallery-overlay-mini h4 {
    color: var(--white);
    font-size: 0.95rem;
    font-weight: 700;
}
.ba-fullscreen {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.ba-fullscreen.active {
    opacity: 1;
    visibility: visible;
}

.ba-fullscreen-slider {
    position: relative;
    width: 85vw;
    height: 75vh;
    max-width: 1200px;
    overflow: hidden;
    border-radius: 12px;
    cursor: ew-resize;
    user-select: none;
}

.ba-fullscreen-slider .ba-label {
    opacity: 1;
    font-size: 0.9rem;
    padding: 8px 20px;
    top: 24px;
}

.ba-fullscreen-slider .ba-handle-circle {
    width: 52px;
    height: 52px;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .ba-fullscreen-slider {
        width: 95vw;
        height: 60vh;
    }
}
.ba-zoom-btn {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: var(--red);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 0.9rem;
    cursor: pointer;
    z-index: 6;
    opacity: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item:hover .ba-zoom-btn {
    opacity: 1;
}

.ba-zoom-btn:hover {
    transform: scale(1.15);
    background: var(--dark);
}

/* ===========================
   LOKALE FONTS
=========================== */
@font-face {
    font-family: 'Inter';
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-v20-latin-300.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-v20-latin-600.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-v20-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-v20-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/playfair-display-v40-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/playfair-display-v40-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/playfair-display-v40-latin-800.woff2') format('woff2');
}



        /* ===========================
           CSS VARIABLES – ROTES FARBSCHEMA
        =========================== */
        :root {
            --red: #C8102E;
            --red-dark: #A50D22;
            --red-light: #E8243C;
            --red-glow: rgba(200, 16, 46, 0.25);
            --dark: #1A1A1A;
            --dark-deep: #0D0D0D;
            --charcoal: #2D2D2D;
            --text: #333333;
            --text-light: #6B6B6B;
            --text-lighter: #999999;
            --light: #F9F7F5;
            --light-warm: #F5F0EB;
            --white: #FFFFFF;
            --border: rgba(0,0,0,0.06);
            --shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
            --shadow: 0 4px 24px rgba(0,0,0,0.08);
            --shadow-lg: 0 12px 48px rgba(0,0,0,0.12);
            --shadow-red: 0 8px 32px rgba(200, 16, 46, 0.3);
            --radius: 16px;
            --radius-sm: 10px;
            --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            --transition-fast: all 0.25s ease;
            --transition-slow: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        /* ===========================
           RESET & BASE
        =========================== */
        *, *::before, *::after {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
            scroll-padding-top: 80px;
        }

        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            color: var(--text);
            line-height: 1.7;
            background: var(--white);
            overflow-x: hidden;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        h1, h2, h3 {
            font-family: 'Playfair Display', serif;
            line-height: 1.2;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        img {
            max-width: 100%;
            display: block;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        ::selection {
            background: var(--red);
            color: var(--white);
        }

        /* ===========================
           CUSTOM SCROLLBAR
        =========================== */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: var(--light);
        }
        ::-webkit-scrollbar-thumb {
            background: var(--red);
            border-radius: 4px;
        }


        /* ===========================
           NAVIGATION
        =========================== */
        .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1000;
            background: rgba(255,255,255,0.0);
            backdrop-filter: blur(0px);
            transition: var(--transition);
            border-bottom: 1px solid transparent;
        }

        .navbar.scrolled {
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(20px);
            box-shadow: var(--shadow-sm);
            border-bottom: 1px solid var(--border);
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 80px;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .nav-logo {
            display: flex;
            align-items: center;
            gap: 0;
            z-index: 1001;
        }

        /* LOGO ALS BILD - Ersetze src mit deinem Logo-Pfad */
        .nav-logo img {
            height: 50px;
            width: auto;
            transition: var(--transition);
        }

        .navbar:not(.scrolled) .nav-logo img {
            /* Logo auf dunklem Hintergrund - evtl. weißes Logo verwenden */
            filter: brightness(0) invert(1);
        }

        .navbar.scrolled .nav-logo img {
            filter: none;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 4px;
            align-items: center;
        }

        .nav-links a {
            padding: 10px 18px;
            border-radius: var(--radius-sm);
            font-weight: 500;
            font-size: 0.92rem;
            letter-spacing: 0.02em;
            transition: var(--transition-fast);
        }

        .navbar:not(.scrolled) .nav-links a {
            color: rgba(255,255,255,0.85);
        }

        .navbar:not(.scrolled) .nav-links a:hover {
            color: var(--white);
            background: rgba(255,255,255,0.1);
        }

        .navbar.scrolled .nav-links a {
            color: var(--text);
        }

        .navbar.scrolled .nav-links a:hover {
            color: var(--red);
            background: rgba(200, 16, 46, 0.06);
        }

        .nav-links .btn-nav {
            background: var(--red) !important;
            color: var(--white) !important;
            padding: 10px 24px;
            border-radius: var(--radius-sm);
            font-weight: 600;
            margin-left: 8px;
            transition: var(--transition);
        }

        .nav-links .btn-nav:hover {
            background: var(--red-dark) !important;
            transform: translateY(-1px);
            box-shadow: var(--shadow-red);
        }

        /* Hamburger */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 6px;
            padding: 8px;
            z-index: 1002;
            background: none;
            border: none;
        }

        .hamburger span {
            width: 26px;
            height: 2.5px;
            border-radius: 2px;
            transition: var(--transition);
        }

        .navbar:not(.scrolled) .hamburger span {
            background: var(--white);
        }

        .navbar.scrolled .hamburger span {
            background: var(--dark);
        }

        .hamburger.active span {
            background: var(--dark) !important;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }

        /* ===========================
           HERO – APPLE STYLE
        =========================== */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    background: var(--dark);
    overflow: hidden;
}

        .hero-bg {
            position: absolute;
            inset: 0;
            z-index: 1;
        }

        /* Animierter Hintergrund mit Farbverlauf */
        .hero-bg::before {
            content: '';
            position: absolute;
            inset: 0;
            background: 
                radial-gradient(ellipse at 20% 50%, rgba(200, 16, 46, 0.15) 0%, transparent 60%),
                radial-gradient(ellipse at 80% 20%, rgba(200, 16, 46, 0.1) 0%, transparent 50%),
                radial-gradient(ellipse at 50% 80%, rgba(200, 16, 46, 0.08) 0%, transparent 50%);
            animation: heroGlow 8s ease-in-out infinite alternate;
        }

        @keyframes heroGlow {
            0% { opacity: 0.6; transform: scale(1); }
            100% { opacity: 1; transform: scale(1.05); }
        }

        /* Dezentes Muster */
        .hero-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 20h20v20H20z'/%3E%3C/g%3E%3C/svg%3E");
        }

        /* Pinselstrich-Dekoration */
        .hero-paint-stroke {
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            z-index: 3;
        }

        .hero-paint-stroke svg {
            width: 100%;
            height: 80px;
            display: block;
        }

        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 1200px;
            margin: 0 auto;
            padding: 140px 24px 120px;
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 60px;
            align-items: center;
        }

        /* Hero Text Animations */
        .hero-text {
            opacity: 0;
            transform: translateY(40px);
            animation: heroFadeUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
        }

        @keyframes heroFadeUp {
            to { opacity: 1; transform: translateY(0); }
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(200, 16, 46, 0.15);
            border: 1px solid rgba(200, 16, 46, 0.3);
            color: var(--red-light);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-bottom: 24px;
            backdrop-filter: blur(10px);
            letter-spacing: 0.5px;
        }

        .hero-badge i {
            font-size: 0.75rem;
        }

        .hero-text h1 {
            font-size: clamp(2.5rem, 5vw, 4rem);
            color: var(--white);
            margin-bottom: 24px;
            font-weight: 800;
            letter-spacing: -0.02em;
        }

        .hero-text h1 .line {
            display: block;
            overflow: hidden;
        }

        .hero-text h1 .line-inner {
            display: block;
            transform: translateY(100%);
            animation: lineReveal 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
        }

        .hero-text h1 .line:nth-child(1) .line-inner { animation-delay: 0.6s; }
        .hero-text h1 .line:nth-child(2) .line-inner { animation-delay: 0.75s; }
        .hero-text h1 .line:nth-child(3) .line-inner { animation-delay: 0.9s; }

        @keyframes lineReveal {
            to { transform: translateY(0); }
        }

.hero-text h1 .highlight {
    color: var(--red);
    position: relative;
}


.hero-subtitle {
    font-size: 1.15rem;
            color: rgba(255,255,255,0.6);
            margin-bottom: 40px;
            font-weight: 300;
            max-width: 520px;
            line-height: 1.9;
            opacity: 0;
            animation: heroFadeUp 0.8s ease 1.1s forwards;
        }

        .hero-buttons {
            display: flex;
            gap: 16px;
            flex-wrap: wrap;
            opacity: 0;
            animation: heroFadeUp 0.8s ease 1.3s forwards;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 32px;
            border-radius: var(--radius-sm);
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            border: none;
            transition: var(--transition);
            font-family: 'Inter', sans-serif;
            letter-spacing: 0.01em;
        }

        .btn-primary {
            background: var(--red);
            color: var(--white);
        }

        .btn-primary:hover {
            background: var(--red-dark);
            transform: translateY(-3px);
            box-shadow: var(--shadow-red);
        }

        .btn-outline {
            background: transparent;
            color: var(--white);
            border: 2px solid rgba(255,255,255,0.2);
        }

        .btn-outline:hover {
            border-color: rgba(255,255,255,0.5);
            background: rgba(255,255,255,0.05);
            transform: translateY(-3px);
        }

        /* Hero Visual / Right Card */
        .hero-visual {
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transform: translateY(40px) scale(0.95);
            animation: heroCardIn 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
        }

        @keyframes heroCardIn {
            to { opacity: 1; transform: translateY(0) scale(1); }
        }

        .hero-card {
            background: rgba(255,255,255,0.04);
            backdrop-filter: blur(30px);
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 24px;
            padding: 48px 40px;
            width: 100%;
            max-width: 400px;
            position: relative;
            overflow: hidden;
        }

        .hero-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--red), var(--red-light), var(--red));
        }

        .hero-card-logo {
            text-align: center;
            margin-bottom: 32px;
        }

        .hero-card-logo img {
            height: 70px;
            width: auto;
            margin: 0 auto;
            filter: brightness(0) invert(1);
        }

        .hero-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
        }

        .stat-item {
            background: rgba(255,255,255,0.04);
            border: 1px solid rgba(255,255,255,0.06);
            border-radius: var(--radius-sm);
            padding: 24px 16px;
            text-align: center;
            transition: var(--transition);
        }

        .stat-item:hover {
            background: rgba(200, 16, 46, 0.08);
            border-color: rgba(200, 16, 46, 0.2);
            transform: translateY(-2px);
        }

        .stat-item i {
            color: var(--red);
            font-size: 1.3rem;
            margin-bottom: 10px;
            display: block;
        }

        .stat-value {
            font-size: 1.6rem;
            font-weight: 800;
            color: var(--white);
            display: block;
            font-family: 'Inter', sans-serif;
        }

        .stat-label {
            font-size: 0.75rem;
            color: rgba(255,255,255,0.4);
            text-transform: uppercase;
            letter-spacing: 1.5px;
            margin-top: 4px;
            display: block;
        }

        /* ===========================
           SECTIONS – GEMEINSAM
        =========================== */
        .section {
            padding: 120px 0;
            position: relative;
        }

        .section-header {
            text-align: center;
            margin-bottom: 72px;
        }

        .badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(200, 16, 46, 0.08);
            color: var(--red);
            padding: 8px 20px;
            border-radius: 50px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 16px;
        }

        .section-header h2 {
            font-size: clamp(2rem, 4vw, 2.8rem);
            color: var(--dark);
            margin-bottom: 16px;
            font-weight: 700;
        }

        .section-header p {
            color: var(--text-light);
            max-width: 560px;
            margin: 0 auto;
            font-size: 1.05rem;
        }

        /* ===========================
           SCROLL ANIMATIONS (Apple-style)
        =========================== */
        .reveal {
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .reveal-left {
            opacity: 0;
            transform: translateX(-60px);
            transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .reveal-left.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .reveal-right {
            opacity: 0;
            transform: translateX(60px);
            transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .reveal-right.visible {
            opacity: 1;
            transform: translateX(0);
        }

        .reveal-scale {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .reveal-scale.visible {
            opacity: 1;
            transform: scale(1);
        }

        /* Stagger delay classes */
        .delay-1 { transition-delay: 0.1s; }
        .delay-2 { transition-delay: 0.2s; }
        .delay-3 { transition-delay: 0.3s; }
        .delay-4 { transition-delay: 0.4s; }
        .delay-5 { transition-delay: 0.5s; }

        /* ===========================
           ERFAHRUNG / COUNTER SECTION
        =========================== */
        .experience-banner {
            background: var(--dark);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .experience-banner::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(200,16,46,0.12), transparent 70%);
            animation: float 10s ease-in-out infinite;
        }

        .experience-banner::after {
            content: '';
            position: absolute;
            bottom: -30%;
            right: -10%;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(200,16,46,0.08), transparent 70%);
            animation: float 10s ease-in-out infinite 3s;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0); }
            50% { transform: translate(30px, -30px); }
        }

.counter-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

        .counter-item {
            text-align: center;
            padding: 24px;
        }

        .counter-number {
            font-size: clamp(2.5rem, 5vw, 3.5rem);
            font-weight: 800;
            color: var(--red);
            font-family: 'Inter', sans-serif;
            display: block;
            line-height: 1;
            margin-bottom: 8px;
        }

        .counter-suffix {
            font-size: clamp(1.5rem, 3vw, 2rem);
        }

        .counter-label {
            color: rgba(255,255,255,0.5);
            font-size: 0.9rem;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .counter-divider {
            width: 40px;
            height: 2px;
            background: var(--red);
            margin: 12px auto;
            border-radius: 2px;
            opacity: 0.5;
        }

        /* ===========================
           ÜBER UNS
        =========================== */
        .about-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .about-image {
            position: relative;
        }

        .about-image-main {
            width: 100%;
            height: 500px;
            background: linear-gradient(135deg, var(--dark) 0%, var(--charcoal) 100%);
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        /* HIER: Ersetze das Icon mit einem echten Foto von dir/deiner Arbeit */
        .about-image-main i {
            font-size: 5rem;
            color: rgba(200,16,46,0.3);
        }

        .about-image-main::after {
            content: '';
            position: absolute;
            bottom: -20px;
            right: -20px;
            width: 150px;
            height: 150px;
            background: var(--red);
            border-radius: 24px;
            opacity: 0.15;
        }

        .about-experience-badge {
            position: absolute;
            bottom: -24px;
            right: -24px;
            background: var(--red);
            color: var(--white);
            padding: 24px 32px;
            border-radius: 20px;
            text-align: center;
            box-shadow: var(--shadow-red);
            z-index: 2;
        }

        .about-experience-badge .badge-number {
            font-size: 2.5rem;
            font-weight: 800;
            display: block;
            font-family: 'Inter', sans-serif;
            line-height: 1;
        }

        .about-experience-badge .badge-text {
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 600;
            opacity: 0.9;
        }

        .about-deco {
            position: absolute;
            top: -16px;
            left: -16px;
            width: 80px;
            height: 80px;
            border: 3px solid var(--red);
            border-radius: 20px;
            opacity: 0.2;
        }

        .about-content h2 {
            font-size: 2.2rem;
            margin-bottom: 24px;
            color: var(--dark);
        }

        .about-content h2 span {
            color: var(--red);
        }

        .about-content p {
            color: var(--text-light);
            margin-bottom: 16px;
            font-size: 1.05rem;
            line-height: 1.9;
        }

        .about-features {
            list-style: none;
            margin-top: 32px;
            display: grid;
            gap: 14px;
        }

        .about-features li {
            display: flex;
            align-items: center;
            gap: 14px;
            font-weight: 500;
            font-size: 1rem;
        }

        .about-features li i {
            width: 32px;
            height: 32px;
            background: rgba(200, 16, 46, 0.1);
            color: var(--red);
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.8rem;
            flex-shrink: 0;
        }

        /* ===========================
           LEISTUNGEN – MIT BILD-ICONS
        =========================== */
        .services-section {
            background: var(--light-warm);
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 24px;
        }

        .service-card {
            background: var(--white);
            border-radius: var(--radius);
            padding: 40px 24px;
            text-align: center;
            transition: var(--transition);
            border: 1px solid var(--border);
            position: relative;
            overflow: hidden;
            cursor: default;
        }

        .service-card::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--red);
            transform: scaleX(0);
            transition: var(--transition);
            transform-origin: left;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: var(--shadow-lg);
            border-color: transparent;
        }

        .service-card:hover::before {
            transform: scaleX(1);
        }

        /* Service Icons als Bilder */
        .service-icon-img {
            width: 90px;
            height: 90px;
            margin: 0 auto 24px;
            object-fit: contain;
            transition: var(--transition);
        }

        .service-card:hover .service-icon-img {
            transform: scale(1.1) rotate(-3deg);
        }

        /* Fallback falls Bild nicht geladen */
        .service-icon-fallback {
            width: 70px;
            height: 70px;
            background: rgba(200, 16, 46, 0.08);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            color: var(--red);
            font-size: 1.6rem;
            transition: var(--transition);
        }

        .service-card:hover .service-icon-fallback {
            background: var(--red);
            color: var(--white);
            transform: scale(1.1) rotate(-5deg);
        }

        .service-card h3 {
            font-size: 1.1rem;
            margin-bottom: 12px;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            color: var(--dark);
        }

        .service-card p {
            color: var(--text-light);
            font-size: 0.88rem;
            line-height: 1.7;
        }

        /* ===========================
           WARUM WIR
        =========================== */
        .why-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 28px;
        }

        .why-card {
            text-align: center;
            padding: 44px 28px;
            border-radius: var(--radius);
            background: var(--white);
            border: 1px solid var(--border);
            transition: var(--transition);
            position: relative;
            overflow: hidden;
        }

        .why-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 3px;
            background: var(--red);
            transition: var(--transition);
        }

        .why-card:hover {
            transform: translateY(-8px);
            box-shadow: var(--shadow);
            border-color: transparent;
        }

        .why-card:hover::after {
            width: 50%;
        }

        .why-icon {
            width: 64px;
            height: 64px;
            background: rgba(200, 16, 46, 0.08);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            color: var(--red);
            font-size: 1.4rem;
            transition: var(--transition);
        }

        .why-card:hover .why-icon {
            background: var(--red);
            color: var(--white);
            transform: scale(1.1);
        }

        .why-card h4 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.05rem;
            margin-bottom: 10px;
            color: var(--dark);
        }

        .why-card p {
            color: var(--text-light);
            font-size: 0.9rem;
            line-height: 1.6;
        }

        /* ===========================
           GALERIE
        =========================== */
        .gallery-section {
            background: var(--light-warm);
        }

        .gallery-placeholder {
            text-align: center;
            padding: 100px 24px;
            background: var(--white);
            border-radius: 24px;
            border: 2px dashed rgba(200, 16, 46, 0.15);
            position: relative;
            overflow: hidden;
        }

        .gallery-placeholder::before {
            content: '';
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at center, rgba(200,16,46,0.03), transparent 70%);
        }

        .gallery-placeholder i {
            font-size: 3.5rem;
            color: var(--red);
            margin-bottom: 20px;
            opacity: 0.6;
            position: relative;
        }

        .gallery-placeholder h3 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.5rem;
            margin-bottom: 12px;
            color: var(--dark);
            position: relative;
        }

        .gallery-placeholder p {
            color: var(--text-light);
            font-size: 1.05rem;
            position: relative;
        }

        /* 
           GALERIE GRID - Aktiviere das später:
           
           .gallery-grid {
               display: grid;
               grid-template-columns: repeat(3, 1fr);
               gap: 20px;
           }

           .gallery-item {
               position: relative;
               border-radius: var(--radius);
               overflow: hidden;
               aspect-ratio: 4/3;
               cursor: pointer;
           }

           .gallery-item img {
               width: 100%;
               height: 100%;
               object-fit: cover;
               transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
           }

           .gallery-item:hover img {
               transform: scale(1.08);
           }
.gallery-item:hover .ba-slider img {
    transform: none;
}


           .gallery-overlay {
               position: absolute;
               inset: 0;
               background: linear-gradient(to top, rgba(26,26,26,0.85), transparent 60%);
               display: flex;
               align-items: flex-end;
               padding: 24px;
               opacity: 0;
               transition: var(--transition);
           }

           .gallery-item:hover .gallery-overlay {
               opacity: 1;
           }
        */

        /* ===========================
           KUNDENSTIMMEN (Platzhalter)
        =========================== */
        .testimonials-section {
            background: var(--white);
        }

        .testimonial-placeholder {
            text-align: center;
            padding: 60px 24px;
            background: var(--light-warm);
            border-radius: 24px;
            max-width: 700px;
            margin: 0 auto;
        }

        .testimonial-placeholder i {
            font-size: 2.5rem;
            color: var(--red);
            opacity: 0.4;
            margin-bottom: 16px;
        }

        .testimonial-placeholder p {
            font-size: 1.1rem;
            color: var(--text-light);
            font-style: italic;
            line-height: 1.8;
        }

        .testimonial-placeholder .cta-text {
            margin-top: 16px;
            font-style: normal;
            font-weight: 600;
            color: var(--red);
            font-size: 0.95rem;
        }

        /* ===========================
           CTA BANNER
        =========================== */
        .cta-section {
            background: var(--dark);
            text-align: center;
            padding: 100px 0;
            position: relative;
            overflow: hidden;
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background:
                radial-gradient(ellipse at 30% 50%, rgba(200,16,46,0.12), transparent 60%),
                radial-gradient(ellipse at 70% 50%, rgba(200,16,46,0.08), transparent 50%);
        }

        .cta-content {
            position: relative;
            z-index: 2;
        }

        .cta-section h2 {
            color: var(--white);
            font-size: clamp(2rem, 4vw, 2.8rem);
            margin-bottom: 16px;
        }

        .cta-section h2 span {
            color: var(--red);
        }

        .cta-section p {
            color: rgba(255,255,255,0.5);
            font-size: 1.15rem;
            margin-bottom: 40px;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section .btn-primary {
            font-size: 1.05rem;
            padding: 18px 40px;
        }

     
/* ===========================
   KONTAKT
=========================== */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
}

.contact-info h3 {
    font-size: 1.8rem;
    margin-bottom: 12px;
    color: var(--dark);
}

.contact-info h3 span {
    color: var(--red);
}

.contact-info > p {
    color: var(--text-light);
    font-size: 1.05rem;
    margin-bottom: 32px;
}

.contact-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: var(--light-warm);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    border: 1px solid transparent;
}

.contact-item:hover {
    background: var(--white);
    border-color: rgba(200, 16, 46, 0.15);
    box-shadow: var(--shadow-sm);
    transform: translateX(4px);
}

.contact-item-icon {
    width: 48px;
    height: 48px;
    background: var(--dark);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--red);
    font-size: 1.1rem;
    flex-shrink: 0;
    transition: var(--transition);
}

.contact-item:hover .contact-item-icon {
    background: var(--red);
    color: var(--white);
}

.contact-item-text h4 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    margin-bottom: 2px;
    color: var(--dark);
}

.contact-item-text p,
.contact-item-text a {
    color: var(--text-light);
    font-size: 0.95rem;
    transition: var(--transition-fast);
}

.contact-item-text a:hover {
    color: var(--red);
}

/* Contact Form */
.contact-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 44px;
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--red-light), var(--red));
}

.contact-form h3 {
    font-size: 1.4rem;
    margin-bottom: 28px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: var(--dark);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.88rem;
    color: var(--text);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(0,0,0,0.06);
    border-radius: var(--radius-sm);
    font-size: 0.95rem;
    font-family: 'Inter', sans-serif;
    transition: var(--transition-fast);
    background: var(--light);
    color: var(--text);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--red);
    background: var(--white);
    box-shadow: 0 0 0 4px rgba(200, 16, 46, 0.08);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.btn-submit {
    width: 100%;
    padding: 16px;
    background: var(--red);
    color: var(--white);
    border: none;
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn-submit:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow-red);
}

/* ===========================
   GOOGLE MAPS
=========================== */
.map-container {
    width: 100%;
    min-height: 350px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 48px;
    position: relative;
    background: var(--light-warm);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border);
}

.map-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--red), var(--red-light), var(--red));
    z-index: 2;
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 350px;
    border: 0;
    filter: grayscale(20%);
    transition: filter 0.3s ease;
}

.map-container:hover iframe {
    filter: grayscale(0%);
}

.map-placeholder {
    min-height: 350px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.map-placeholder-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 16, 46, 0.1);
    color: var(--red);
    font-size: 1.5rem;
}

.map-placeholder h3 {
    margin-bottom: 10px;
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
}

.map-placeholder p {
    max-width: 620px;
    margin-bottom: 22px;
    color: var(--text-light);
    font-size: 0.92rem;
    line-height: 1.7;
}

.map-placeholder-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.map-load-btn,
.map-external-link {
    min-height: 44px;
    padding: 12px 20px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition-fast);
}

.map-load-btn {
    border: 0;
    background: var(--red);
    color: var(--white);
}

.map-load-btn:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
}

.map-external-link {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: var(--white);
    color: var(--text);
}

.map-external-link:hover {
    border-color: var(--red);
    color: var(--red);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 28px;
    }

    .map-container,
    .map-placeholder {
        min-height: 280px;
    }

    .map-container iframe {
        height: 280px;
    }

    .map-placeholder-actions {
        width: 100%;
        flex-direction: column;
    }

    .map-load-btn,
    .map-external-link {
        width: 100%;
    }
}



        /* ===========================
           FOOTER
        =========================== */
        .footer {
            background: var(--dark-deep);
            color: rgba(255,255,255,0.5);
            padding: 72px 0 32px;
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 40px;
            margin-bottom: 48px;
        }

        .footer-brand img {
            height: 45px;
            width: auto;
            margin-bottom: 16px;
            filter: brightness(0) invert(1);
        }

        .footer-brand p {
            font-size: 0.92rem;
            line-height: 1.8;
        }

        .footer h4 {
            color: var(--white);
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.85rem;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .footer-links {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 10px;
        }

        .footer-links a {
            color: rgba(255,255,255,0.5);
            transition: var(--transition-fast);
            font-size: 0.92rem;
        }

        .footer-links a:hover {
            color: var(--red);
            padding-left: 6px;
        }

        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.08);
            padding-top: 24px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 16px;
            font-size: 0.82rem;
        }

        .footer-social {
            display: flex;
            gap: 10px;
        }

        .footer-social a {
            width: 40px;
            height: 40px;
            background: rgba(255,255,255,0.06);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: rgba(255,255,255,0.5);
            transition: var(--transition);
        }

        .footer-social a:hover {
            background: var(--red);
            color: var(--white);
            transform: translateY(-2px);
        }

.footer-legal a,
.footer-legal .cookie-settings {
    color: rgba(255,255,255,0.4);
    margin-left: 16px;
    transition: var(--transition-fast);
}

.footer-legal .cookie-settings {
    padding: 0;
    border: 0;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.footer-legal a:hover,
.footer-legal .cookie-settings:hover {
    color: var(--red);
}

        /* ===========================
           WHATSAPP FLOATING BUTTON
        =========================== */
        .whatsapp-float {
            position: fixed;
            bottom: 30px;
            left: 30px;
            z-index: 998;
        }

        .whatsapp-float a {
            width: 60px;
            height: 60px;
            background: #25D366;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1.6rem;
            box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
            transition: var(--transition);
            position: relative;
        }

        .whatsapp-float a:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 30px rgba(37, 211, 102, 0.5);
        }

        .whatsapp-float .tooltip {
            position: absolute;
            left: 72px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--white);
            color: var(--text);
            padding: 10px 16px;
            border-radius: 10px;
            font-size: 0.85rem;
            font-weight: 600;
            white-space: nowrap;
            box-shadow: var(--shadow);
            opacity: 0;
            pointer-events: none;
            transition: var(--transition-fast);
        }

        .whatsapp-float a:hover .tooltip {
            opacity: 1;
        }

        /* ===========================
           SCROLL TO TOP
        =========================== */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 48px;
            height: 48px;
            background: var(--dark);
            color: var(--white);
            border: none;
            border-radius: 12px;
            cursor: pointer;
            font-size: 1.1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
            box-shadow: var(--shadow);
            z-index: 997;
        }

        .scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-top:hover {
            background: var(--red);
            transform: translateY(-4px);
        }

        /* ===========================
           RESPONSIVE
        =========================== */
                /* ===========================
           GALERIE – FILTER + GRID
        =========================== */
        .gallery-filters {
            display: flex;
            justify-content: center;
            gap: 8px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }

        .filter-btn {
            padding: 10px 22px;
            border: 2px solid var(--border);
            border-radius: 50px;
            background: var(--white);
            color: var(--text-light);
            font-family: 'Inter', sans-serif;
            font-weight: 600;
            font-size: 0.85rem;
            cursor: pointer;
            transition: var(--transition);
        }

        .filter-btn:hover {
            border-color: var(--red);
            color: var(--red);
        }

        .filter-btn.active {
            background: var(--red);
            border-color: var(--red);
            color: var(--white);
        }

        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }

        .gallery-item {
            position: relative;
            border-radius: var(--radius);
            overflow: hidden;
            aspect-ratio: 4/3;
            cursor: pointer;
            background: var(--light);
        }

        .gallery-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .gallery-item:hover img {
            transform: scale(1.08);
        }
.gallery-item:hover .ba-slider img {
    transform: none;
}

        .gallery-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(26,26,26,0.9) 0%, rgba(26,26,26,0.3) 40%, transparent 70%);
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            padding: 24px;
            opacity: 0;
            transition: var(--transition);
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-caption {
            flex: 1;
        }

        .gallery-tag {
            display: inline-block;
            background: var(--red);
            color: var(--white);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .gallery-caption h4 {
            color: var(--white);
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.05rem;
            margin-bottom: 4px;
        }

        .gallery-caption p {
            color: rgba(255,255,255,0.7);
            font-size: 0.82rem;
            line-height: 1.5;
        }

        .gallery-zoom {
            width: 44px;
            height: 44px;
            background: var(--red);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            font-size: 1rem;
            flex-shrink: 0;
            margin-left: 12px;
            transition: var(--transition);
            transform: scale(0.8);
        }

        .gallery-item:hover .gallery-zoom {
            transform: scale(1);
        }

        /* Galerie Item ausblenden Animation */
        .gallery-item.hidden {
            display: none;
        }

        .gallery-item.fade-out {
            opacity: 0;
            transform: scale(0.8);
            transition: all 0.3s ease;
        }

        .gallery-item.fade-in {
            opacity: 1;
            transform: scale(1);
            transition: all 0.4s ease;
        }

        /* ===========================
           LIGHTBOX
        =========================== */
        .lightbox {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.95);
            z-index: 10001;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: var(--transition);
        }

        .lightbox.active {
            opacity: 1;
            visibility: visible;
        }

        .lightbox-close {
            position: absolute;
            top: 24px;
            right: 24px;
            width: 48px;
            height: 48px;
            background: rgba(255,255,255,0.1);
            border: none;
            border-radius: 50%;
            color: var(--white);
            font-size: 1.3rem;
            cursor: pointer;
            transition: var(--transition);
            z-index: 3;
        }

        .lightbox-close:hover {
            background: var(--red);
            transform: rotate(90deg);
        }

        .lightbox-prev,
        .lightbox-next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 52px;
            height: 52px;
            background: rgba(255,255,255,0.1);
            border: none;
            border-radius: 50%;
            color: var(--white);
            font-size: 1.2rem;
            cursor: pointer;
            transition: var(--transition);
            z-index: 3;
        }

        .lightbox-prev { left: 24px; }
        .lightbox-next { right: 24px; }

        .lightbox-prev:hover,
        .lightbox-next:hover {
            background: var(--red);
        }

        .lightbox-content {
            max-width: 90vw;
            max-height: 85vh;
            text-align: center;
        }

        .lightbox-content img {
            max-width: 100%;
            max-height: 75vh;
            object-fit: contain;
            border-radius: 8px;
            margin: 0 auto;
            box-shadow: 0 20px 60px rgba(0,0,0,0.5);
        }

        .lightbox-caption {
            color: rgba(255,255,255,0.7);
            margin-top: 16px;
            font-size: 0.95rem;
        }
/* ===========================
   COOKIE BANNER
=========================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(26, 26, 26, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(200, 16, 46, 0.3);
    padding: 24px;
    transform: translateY(100%);
    visibility: hidden;
    pointer-events: none;
    transition:
        transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        visibility 0s linear 0.5s;
}

.cookie-banner.show {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.cookie-icon {
    font-size: 2rem;
    color: var(--red);
    flex-shrink: 0;
    animation: cookieWiggle 2s ease-in-out infinite;
}

@keyframes cookieWiggle {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    75% { transform: rotate(10deg); }
}

.cookie-text h4 {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.cookie-text p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 0;
}

.cookie-text a {
    color: var(--red);
    text-decoration: none;
    font-weight: 600;
}

.cookie-text a:hover {
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cookie-accept {
    background: var(--red);
    color: var(--white);
}

.cookie-accept:hover {
    background: var(--red-dark);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(200, 16, 46, 0.4);
}

.cookie-decline {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.cookie-decline:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--white);
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-buttons {
        width: 100%;
        flex-direction: column;
    }

    .cookie-btn {
        width: 100%;
        justify-content: center;
    }
}
        /* ===========================
           GOOGLE BEWERTUNGEN
        =========================== */
        .google-rating-summary {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 24px;
            padding: 32px 40px;
            background: var(--light-warm);
            border-radius: var(--radius);
            margin-bottom: 48px;
            flex-wrap: wrap;
        }

        .google-stars {
            text-align: center;
        }

        .stars-display {
            display: flex;
            gap: 4px;
            justify-content: center;
            margin-bottom: 4px;
        }

        .stars-display i {
            color: #FBBC04;
            font-size: 1.3rem;
        }

        .rating-number {
            font-size: 1.8rem;
            font-weight: 800;
            color: var(--dark);
            font-family: 'Inter', sans-serif;
        }

        .rating-count {
            display: block;
            color: var(--text-light);
            font-size: 0.85rem;
            margin-top: 2px;
        }

        .btn-review {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 12px 24px;
            background: var(--white);
            color: var(--text);
            border: 2px solid var(--border);
            border-radius: var(--radius-sm);
            font-weight: 600;
            font-size: 0.9rem;
            font-family: 'Inter', sans-serif;
            transition: var(--transition);
        }

        .btn-review:hover {
            border-color: var(--red);
            color: var(--red);
            transform: translateY(-2px);
        }

        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
            margin-bottom: 48px;
        }

        .review-card {
            background: var(--white);
            border: 1px solid var(--border);
            border-radius: var(--radius);
            padding: 28px;
            transition: var(--transition);
        }

        .review-card:hover {
            box-shadow: var(--shadow);
            transform: translateY(-4px);
            border-color: transparent;
        }

        .review-header {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
        }

        .review-avatar {
            width: 44px;
            height: 44px;
            background: var(--red);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.1rem;
            flex-shrink: 0;
        }

        .review-meta {
            flex: 1;
        }

        .review-meta h4 {
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 0.95rem;
            color: var(--dark);
            margin-bottom: 2px;
        }

        .review-stars {
            display: flex;
            gap: 2px;
            margin-bottom: 2px;
        }

        .review-stars i {
            color: #FBBC04;
            font-size: 0.75rem;
        }

        .review-date {
            color: var(--text-lighter);
            font-size: 0.78rem;
        }

        .review-source {
            color: #4285F4;
            font-size: 1.2rem;
            flex-shrink: 0;
        }

        .review-text {
            color: var(--text-light);
            font-size: 0.92rem;
            line-height: 1.7;
            font-style: italic;
        }

        .reviews-cta {
            text-align: center;
        }

        .reviews-hint {
            margin-top: 12px;
            color: var(--text-lighter);
            font-size: 0.9rem;
        }

        /* Responsive Galerie + Reviews */
        @media (max-width: 1024px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .reviews-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .gallery-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto;
            }
            .reviews-grid {
                grid-template-columns: 1fr;
                max-width: 500px;
                margin: 0 auto 48px;
            }
            .google-rating-summary {
                flex-direction: column;
                text-align: center;
            }
            .lightbox-prev { left: 12px; }
            .lightbox-next { right: 12px; }
            .lightbox-prev,
            .lightbox-next {
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }

@media (max-width: 1100px) {
            .services-grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }


        @media (max-width: 1024px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                padding: 140px 24px 100px;
            }

            .hero-subtitle {
                margin-left: auto;
                margin-right: auto;
            }

            .hero-buttons {
                justify-content: center;
            }

            .hero-visual {
                display: none;
            }

            .about-grid {
                grid-template-columns: 1fr;
                gap: 48px;
            }

            .about-image {
                max-width: 500px;
                margin: 0 auto;
            }

            .counter-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
            }

            .services-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .why-grid {
                grid-template-columns: repeat(2, 1fr);
            }

            .contact-grid {
                grid-template-columns: 1fr;
            }

            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }

   @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }

            .nav-links {
                position: fixed;
                top: 0;
                right: -100%;
                width: 300px;
                height: 100vh;
                background: var(--white);
                flex-direction: column;
                padding: 140px 32px 32px;
                gap: 12px;
                box-shadow: var(--shadow-lg);
                transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            }

            .nav-links.active {
                right: 0;
            }

            .nav-links a {
                padding: 24px 0;
                width: 100%;
                border-bottom: 1px solid var(--border);
                color: var(--text) !important;
                font-size: 1.2rem;
            }

            .nav-links a:hover {
                background: transparent !important;
                color: var(--red) !important;
            }

           .nav-links .btn-nav {
                margin-top: 32px;
                text-align: center;
                border-bottom: none;
            }

            .section {
                padding: 80px 0;
            }

            .services-grid {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
            }

            .why-grid {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin: 0 auto;
            }

            .form-row {
                grid-template-columns: 1fr;
            }

            .footer-grid {
                grid-template-columns: 1fr;
                gap: 32px;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }

            .about-experience-badge {
                position: relative;
                bottom: auto;
                right: auto;
                display: inline-block;
                margin-top: 20px;
            }

            .about-image-main {
                height: 350px;
            }

            .experience-banner {
                padding: 60px 0;
            }

            .whatsapp-float {
                bottom: 20px;
                left: 20px;
            }

            .whatsapp-float a {
                width: 52px;
                height: 52px;
                font-size: 1.4rem;
            }

            .whatsapp-float .tooltip {
                display: none;
            }

            /* Galerie Mobile Fix */
            .gallery-grid {
                grid-template-columns: 1fr !important;
                gap: 24px !important;
            }

            .gallery-item {
                aspect-ratio: 16/10 !important;
            }

            .gallery-overlay {
                opacity: 1 !important;
                background: linear-gradient(to top, rgba(26,26,26,0.9) 0%, rgba(26,26,26,0.3) 50%, transparent 80%) !important;
            }

            .gallery-caption h4 {
                font-size: 1.1rem !important;
            }

            .gallery-caption p {
                font-size: 0.9rem !important;
            }

            .gallery-tag {
                font-size: 0.75rem !important;
            }

            .gallery-zoom {
                transform: scale(1) !important;
            }

            /* Filter Buttons Mobile */
            .gallery-filters {
                gap: 6px !important;
            }

            .filter-btn {
                padding: 8px 16px !important;
                font-size: 0.8rem !important;
            }

            /* Vorher/Nachher Fullscreen Mobile */
            .ba-fullscreen-slider {
                width: 95% !important;
                height: 60vh !important;
            }

            .ba-label {
                font-size: 0.75rem !important;
                padding: 6px 14px !important;
            }
        }

        @media (max-width: 480px) {
            .hero-text h1 {
                font-size: 2rem;
            }

            .hero-buttons {
                flex-direction: column;
                align-items: stretch;
            }

            .btn {
                justify-content: center;
            }

            .counter-grid {
                grid-template-columns: 1fr;
                gap: 16px;
            }

            .counter-number {
                font-size: 2rem;
            }

            .contact-form {
                padding: 28px 20px;
            }
        }

        /* Nav overlay */
        .nav-overlay {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.4);
            z-index: 999;
            backdrop-filter: blur(4px);
        }

        .nav-overlay.active {
            display: block;
        }

        /* ===========================
           PAINT STROKE DIVIDER (optional deco)
        =========================== */
        .paint-divider {
            width: 60px;
            height: 4px;
            background: var(--red);
            border-radius: 4px;
            margin: 0 auto;
            position: relative;
        }

        .paint-divider::after {
            content: '';
            position: absolute;
            right: -12px;
            top: -2px;
            width: 8px;
            height: 8px;
            background: var(--red);
            border-radius: 50%;
            opacity: 0.5;
        }
/* Sterne Basis */
.counter-stars-mini {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.counter-stars-mini i {
    color: #555;  /* Grau (leer) */
    font-size: 1.1rem;
    transition: color 0.4s ease, transform 0.4s ease;
}

/* Wenn aktiv → werden gold */
.counter-stars-mini.active i {
    color: #FBBC04;
}

.counter-stars-mini.active i:nth-child(1) { transition-delay: 0.1s; transform: scale(1.2); }
.counter-stars-mini.active i:nth-child(2) { transition-delay: 0.3s; transform: scale(1.2); }
.counter-stars-mini.active i:nth-child(3) { transition-delay: 0.5s; transform: scale(1.2); }
.counter-stars-mini.active i:nth-child(4) { transition-delay: 0.7s; transform: scale(1.2); }
.counter-stars-mini.active i:nth-child(5) { transition-delay: 0.9s; transform: scale(1.2); }

/* Nach Animation: zurück zu normaler Größe */
.counter-stars-mini.done i {
    transform: scale(1);
}

/* ===========================
   ALBUM (Mehrere Bilder)
=========================== */
.gallery-item.album-item {
    position: relative;
}

/* Mosaic Vorschau */
.album-mosaic {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3px;
    width: 100%;
    height: 100%;
}

.album-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.album-mosaic .mosaic-main {
    grid-row: 1 / 3;
}

.gallery-item:hover .album-mosaic img {
    transform: scale(1.05);
}

/* Album Badge */
.album-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(26, 26, 26, 0.85);
    backdrop-filter: blur(10px);
    color: var(--white);
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.15);
}

.album-badge i {
    color: var(--red);
}

/* Album Lightbox */
.album-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.97);
    z-index: 10002;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.album-lightbox.active {
    display: flex;
}

.album-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.3rem;
    cursor: pointer;
    z-index: 10;
    transition: var(--transition);
}

.album-close:hover {
    background: var(--red);
    transform: rotate(90deg);
}

.album-counter {
    position: absolute;
    top: 30px;
    left: 30px;
    color: var(--white);
    font-size: 0.9rem;
    background: rgba(255,255,255,0.1);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.album-main {
    width: 100%;
    max-width: 1400px;
    height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.album-slide {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.album-slide.active {
    display: flex;
}

.album-slide img,
.album-slide video {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.album-prev,
.album-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: rgba(255,255,255,0.1);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 5;
    transition: var(--transition);
}

.album-prev { left: 20px; }
.album-next { right: 20px; }

.album-prev:hover,
.album-next:hover {
    background: var(--red);
}

/* Caption als Overlay über Bild */
.album-caption {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    text-align: center;
    max-width: 800px;
    font-size: 0.95rem;
    line-height: 1.5;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    padding: 14px 24px;
    border-radius: 12px;
    z-index: 10;
    margin: 0;
    pointer-events: none;
}

.album-caption strong {
    color: var(--white);
    font-size: 1.05rem;
    display: block;
    margin-bottom: 4px;
}

/* Thumbnails am Boden */
.album-thumbs {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    max-width: 90vw;
    padding: 6px;
    overflow-x: auto;
    z-index: 10;
}

.album-thumb {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
    transition: var(--transition);
    border: 2px solid transparent;
    flex-shrink: 0;
    position: relative;
    background: #222;
}

.album-thumb img,
.album-thumb canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.album-thumb.video-thumb::after {
    content: '\f04b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    bottom: 4px;
    right: 4px;
    color: var(--white);
    background: rgba(200, 16, 46, 0.9);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
}

.album-thumb:hover {
    opacity: 0.8;
}

.album-thumb.active {
    opacity: 1;
    border-color: var(--red);
}

/* Mobile */
@media (max-width: 768px) {
    .album-main { height: 90vh; }
    .album-prev, .album-next {
        width: 40px; height: 40px;
        font-size: 1rem;
    }
    .album-prev { left: 10px; }
    .album-next { right: 10px; }
    .album-thumb { width: 45px; height: 45px; }
    .album-caption {
        bottom: 90px;
        font-size: 0.85rem;
        padding: 10px 16px;
        max-width: 90vw;
    }
}
/* ===========================
   EINHEITLICHE OVERLAYS
=========================== */

/* Lightbox Caption als Overlay */
.lightbox-caption {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    text-align: center;
    max-width: 800px;
    font-size: 0.95rem;
    line-height: 1.5;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px 24px;
    border-radius: 12px;
    z-index: 10003;
    margin: 0;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

/* Vorher/Nachher Fullscreen Caption */
.ba-fullscreen-caption {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--white);
    text-align: center;
    max-width: 800px;
    font-size: 0.95rem;
    line-height: 1.5;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 14px 24px;
    border-radius: 12px;
    z-index: 10003;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.ba-fullscreen-caption strong,
.lightbox-caption strong {
    color: var(--white);
    font-size: 1.05rem;
    display: block;
    margin-bottom: 4px;
}

/* AUTO-HIDE Klasse für alle Overlays */
.caption-hidden {
    opacity: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .lightbox-caption,
    .ba-fullscreen-caption {
        bottom: 30px;
        font-size: 0.85rem;
        padding: 10px 16px;
        max-width: 90vw;
    }
}
/* ===========================
   ACCESSIBILITY
=========================== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 20000;
    padding: 12px 18px;
    background: var(--white);
    color: var(--dark);
    border: 3px solid var(--red);
    border-radius: 8px;
    font-weight: 700;
    transform: translateY(-160%);
    transition: transform 0.2s ease;
}

.skip-link:focus {
    transform: translateY(0);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible,
[role="slider"]:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 4px;
}

button,
[role="button"] {
    min-height: 44px;
}

button.gallery-overlay {
    width: 100%;
    border: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.ba-slider,
.ba-fullscreen-slider {
    touch-action: pan-y;
}

.album-thumb {
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}

@media (max-width: 768px) {
    .hero {
        background-attachment: scroll;
    }

    .nav-links {
        width: min(300px, 100%);
        max-width: 100%;
        height: 100vh;
        height: 100dvh;
        overflow-y: auto;
    }

    .legal-footer a,
    .footer-legal a {
        display: inline-block;
        margin-top: 8px;
    }
}
/* Auf Mobilgeräten rechenintensive Blur-Effekte reduzieren */
@media (max-width: 768px) {
    .navbar.scrolled,
    .cookie-banner,
    .album-badge,
    .album-caption,
    .lightbox-caption,
    .ba-fullscreen-caption {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}

/* Animationen reduzieren, wenn dies im Gerät eingestellt ist */
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
    }

    .hero {
        background-attachment: scroll;
    }
}
.ba-zoom-btn:focus-visible,
.gallery-overlay:focus-visible {
    opacity: 1;
}

@media (max-width: 768px) {
    .ba-zoom-btn {
        opacity: 1;
    }

    .gallery-overlay-mini {
        opacity: 1;
    }
}
/* Einzelne Bewertung zentriert anzeigen */
.reviews-grid.reviews-grid-single {
    grid-template-columns: minmax(0, 700px);
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 48px;
}


