/* ================= BASIS ================= */
@import url('https://fonts.googleapis.com/css2?family=Barriecito&family=DM+Serif+Text:ital@0;1&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "DM Serif Text", serif;
        font-weight: 400;
        font-style: normal;
}

:root {
    --bg: #0f1115;
    --bg-alt: #161922;
    --text: #eaeaf0;
    --muted: #a0a3ad;
    --accent: #ce9df9;
    --card: #1c1f2a;
    --radius: 16px;
}

body {
    font-family: system-ui, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
    border-radius: var(--radius);
}

.container {
    width: min(1200px, 90%);
    margin: auto;
}

.section {
    padding: 120px 0;
}

.section.alt {
    background: var(--bg-alt);
}

/* ================= HEADER ================= */
.site-header {
    position: fixed;
    width: 100%;
    background: oklch(24.367% 0.08602 286.789 / 0.406);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
}

.logo {
    font-weight: 700;
    letter-spacing: 2px;
}

.main-nav a {
    margin-left: 24px;
    text-decoration: none;
    color: var(--text);
    font-size: 0.95rem;
}

.nav-btn {
    padding: 8px 16px;
    border: 1px solid var(--accent);
    border-radius: 999px;
}

/* ================= HERO ================= */
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    background: url("/DJ/2026-1/1.jpg") center / cover no-repeat;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-content {
    position: relative;
    max-width: 700px;
}

.hero-label {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.8rem;
    color: var(--muted);
}

.hero h2 {
    font-size: clamp(3rem, 6vw, 4.5rem);
    margin: 20px 0;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

/* ================= BUTTONS ================= */
.btn {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.btn.primary {
    background: var(--accent);
    color: #000;
}

.btn.ghost {
    border: 1px solid var(--accent);
    color: var(--accent);
}

/* ================= CONTENT ================= */
.split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
}

.feature-list {
    margin-top: 20px;
    list-style: none;
}

.feature-list li {
    margin-bottom: 10px;
    color: var(--muted);
}

.image-card {
    overflow: hidden;
    border-radius: var(--radius);
}

/* ================= CARDS ================= */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}

.card {
    background: var(--card);
    padding: 40px;
    border-radius: var(--radius);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-8px);
}

/* ================= GALLERY ================= */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* ================= PRICING ================= */
.pricing {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.price-card {
    background: var(--card);
    padding: 40px;
    border-radius: var(--radius);
    text-align: center;
}

.price-card.highlight {
    border: 2px solid var(--accent);
}

.price {
    font-size: 2.5rem;
    margin: 20px 0;
}

/* ================= FORM ================= */
.narrow {
    max-width: 600px;
}

.contact-form {
    display: grid;
    gap: 16px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px;
    background: var(--bg-alt);
    border: 1px solid #131418;
    color: var(--text);
    border-radius: 8px;
}

/* ================= FOOTER ================= */
.site-footer {
    background: #0b0d12;
    padding: 40px 0;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: var(--muted);
}


/* Box */
.box {
max-width: 500px;
margin: 0px 0 0px auto; /* oben, rechts, unten, links */
border: 2px solid #000;
border-radius: 8px;
background: #00000018;
overflow: hidden;
margin-right: 50px;
}

/* Klickbarer Header */
.box summary {
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    list-style: none;
    /* entfernt Standard-Pfeil */
   
}

/* eigener Pfeil */
.box summary::after {
    content: "▼";
    float: right;
    transition: transform 0.3s ease;
}

/* Pfeil drehen wenn offen */
.box[open] summary::after {
    transform: rotate(180deg);
}

/* Inhalt */
.content {
    padding: 0 20px 20px;
    animation: fadeIn 0.3s ease;
}

/* kleine Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-container {
    margin-left: 50px;
    display: flex;
    /* nebeneinander anordnen */
    gap: 20px;
    /* Abstand zwischen Bild und FAQ */
    align-items: flex-start;
    /* oben ausrichten */
    flex-wrap: wrap;
    /* bei kleinen Bildschirmen umbrechen */
}

.faq-image img {
    max-width: 380px;
    /* Bildgröße */
    width: 100%;
    height: auto;
    border-radius: 10px;
    /* optional abgerundete Ecken */
}

.faq {
    flex: 1;
    /* FAQ nimmt verbleibenden Platz ein */
    min-width: 250px;
    /* damit es bei schmalen Bildschirmen nicht zu klein wird */
}

.box summary {
    cursor: pointer;
    font-weight: bold;
}

.kremmesnachrechts{
    margin-left: 700px;
}

.blank{
    margin-top: 80px;
}

.map-wrapper {
    margin-top: 40px;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.map-wrapper iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* ======================
   MOBILE OPTIMIERUNG – CSS 1
====================== */
@media (max-width: 768px) {

    body {
        font-size: 15px;
    }

    .container {
        padding: 0 16px;
    }

    /* HEADER */
    .header-inner {
        height: 64px;
    }

    .main-nav {
        display: none;
        /* später ersetzbar durch Burger-Menü */
    }

    /* HERO */
    .hero {
        padding: 110px 16px 80px;
    }

    .hero h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .hero p {
        font-size: 1rem;
    }

    .btn {
        padding: 12px 26px;
        font-size: 0.95rem;
    }

    /* SPONSORS */
    .sponsors-section {
        padding: 60px 16px;
    }

    .sponsors-section h1 {
        font-size: 1.8rem;
    }

    .sponsor-card {
        padding: 20px;
    }

    /* TESTIMONIALS */
    .testimonial-card {
        padding: 22px;
    }

    /* CTA */
    .cta h2 {
        font-size: 1.9rem;
    }

    /* FOOTER */
    .footer-inner {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    /* ❌ FIX: zerstört Mobile */
    .kremmesnachrechts {
        margin-left: 0 !important;
    }
}

/* ======================
   DIENSTLEISTUNGEN
====================== */

.services-section {
    padding: 100px 0;
    background: #0F1115;
    color: #ffffff;
    text-align: center;
}

.services-title {
    font-size: 2.4rem;
    margin-bottom: 60px;
    color: white;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
    width: min(1200px, 90%);
    margin: auto;
}

.service-card {
    background: #97609838;
    padding: 20px 22px 30px;
    border-radius: 6px;
}

.service-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 15px;
}

.service-top {
    font-size: 0.85rem;
    color: #ffffff;
    margin-bottom: 6px;
}

.service-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 0.95rem;
    color: #ffffff98;
    line-height: 1.5;
    margin-bottom: 18px;
}

.service-btn {
    display: inline-block;
    background: #fe8de758;
    color: #fff;
    padding: 8px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.9rem;
}

.service-btn.small {
    font-size: 0.8rem;
    padding: 6px 14px;
    margin: 4px;
}

.dj-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* ================= ABOUT / ÜBER UNS ================= */

.about-section {
    background: var(--bg-alt);
}

.about-split {
    align-items: center;
}

.about-text h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin: 20px 0;
}

.about-text p {
    color: var(--muted);
    margin-bottom: 16px;
    max-width: 520px;
}

.about-image img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
}

/* Mobile Anpassung */
@media (max-width: 768px) {
    .about-split {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-text {
        text-align: center;
    }

    .feature-list {
        text-align: left;
        display: inline-block;
        margin: auto;
    }
}

/* ================= TEAM ================= */
team-section {
    background: var(--bg);
    padding: 80px 0;
    text-align: center;
}

.team-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    margin-bottom: 70px;
    letter-spacing: 0.5px;
}

/* GRID */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 36px;
}

/* CARD */
.team-card {
    position: relative;
    background: linear-gradient(180deg, #1e2232, #141724);
    padding: 36px 26px 40px;
    border-radius: 22px;
    transition: all 0.35s ease;
    overflow: hidden;
}

/* subtle glow border */
.team-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(140deg,
            rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.02));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

/* AVATAR */
.team-card img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    margin: 0 auto 22px;
    background: #111;
    border: 3px solid rgba(255, 255, 255, 0.15);
    box-shadow:
        0 0 0 6px rgba(255, 255, 255, 0.03),
        0 12px 30px rgba(0, 0, 0, 0.6);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-card:hover img {
    transform: scale(1.05);
    box-shadow:
        0 0 0 8px rgba(255, 255, 255, 0.05),
        0 18px 40px rgba(0, 0, 0, 0.7);
}

/* NAME */
.team-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: 0.4px;
}

/* ROLE */
.team-card .role {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-bottom: 10px;
}

/* DESCRIPTION */
.team-card .desc {
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.65;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
}

.list-button-container {
    display: flex;
    align-items: center;
    /* Button mittig zur Liste ausrichten */
    gap: 20px;
    /* Abstand zwischen Liste und Button */
}

.feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    margin-bottom: 8px;
    color: var(--muted);
}

.btn-modern {
    margin-left: 50px;
    display: inline-block;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #626fff5d, #ff47e373);
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.btn-modern:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
    background-color: pink;
}


/* =====================================
   🔥 MOBILE FIX – FINAL (CSS 1 + CSS 2)
===================================== */
@media (max-width: 768px) {

    /* ===== GLOBAL ===== */
    body {
        font-size: 15px;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
        padding: 0 16px;
    }

    .section {
        padding: 70px 0;
    }

    /* ===== HEADER ===== */
    .header-inner {
        height: 60px;
    }

    .main-nav {
        display: none;
    }

    /* ===== HERO ===== */
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 120px 16px 70px;
        text-align: center;
    }

    .hero h1,
    .hero h2 {
        font-size: 2.1rem;
        line-height: 1.2;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-actions {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
    }

    .btn {
        width: 100%;
        text-align: center;
        padding: 14px;
        font-size: 1rem;
    }

    /* ===== SPLIT / GRID ===== */
    .split,
    .about-split {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    /* ===== CARDS ===== */
    .card,
    .price-card,
    .service-card,
    .sponsor-card,
    .testimonial-card {
        padding: 24px;
    }

    /* ===== FAQ ===== */
    .faq-container {
        margin-left: 0;
        flex-direction: column;
        gap: 30px;
    }

    .faq-image img {
        max-width: 100%;
    }

    .box {
        max-width: 100%;
        margin: 0;
    }

    /* ===== MAP ===== */
    .map-wrapper iframe {
        height: 260px;
    }

    /* ===== TEAM ===== */
    .team-card img {
        width: 130px;
        height: 130px;
    }

    /* ===== SERVICES ===== */
    .service-card img {
        height: 200px;
    }

    .dj-buttons {
        flex-wrap: wrap;
        gap: 10px;
    }

    /* ===== BUTTON NEBEN LISTE ===== */
    .list-button-container {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
    }

    .btn-modern {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    /* ===== FOOTER ===== */
    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    /* ===== ❌ HARTE FIXES ===== */
    .kremmesnachrechts {
        margin-left: 0 !important;
    }
}

/* =================================
   MOBILE HEADER – GANZ OBEN FIX
================================= */
@media (max-width: 768px) {

    /* KEIN ABSTAND OBEN */
    html,
    body {
        margin: 0;
        padding: 0;
    }

    /* HEADER */
    .site-header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(15, 17, 21, 0.92);
        z-index: 9999;
    }

    .header-inner {
        height: auto;
        padding: 6px 0;
        flex-direction: column;
        gap: 4px;
    }

    /* LOGO */
    .logo {
        font-size: 1rem;
        line-height: 1;
    }

    /* NAV */
    .main-nav {
        display: flex !important;
        justify-content: center;
        flex-wrap: wrap;
        gap: 6px;
    }

    .main-nav a {
        margin: 0;
        padding: 5px 10px;
        font-size: 0.8rem;
        line-height: 1.1;
    }

    .main-nav .nav-btn {
        padding: 5px 12px;
        font-size: 0.8rem;
    }

    /* CONTENT NICHT UNTER HEADER */
    body {
        padding-top: 72px;
    }
}

/* Grundlegendes Styling für Header */






/* Navigation Links */
.main-nav a {
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}

.main-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: -4px;
    background: linear-gradient(to right, #360d69, #af24a1);
    transition: width 0.3s;
}

.main-nav a:hover::after {
    width: 100%;
}

.main-nav a:hover {
    color: #cabdff;
    transform: translateY(-2px);
}

/* Smooth Scroll aktivieren */
html {
    scroll-behavior: smooth;
}

/* Optional: Body Style */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

/* Styling für den Link */



/* Optional: wenn du einen fixierten Header hast, Abstand beachten */
#contact {
    scroll-margin-top: 70px;
    /* verhindert dass Navbar den Abschnitt überdeckt */
}

#tickets{
    scroll-margin-top: 70px;
}

/* Grundstil für den Button */
.route-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, #ff6a00, #ee0979);
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Hover-Effekt */
.route-btn:hover {
    transform: scale(1.05) translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(90deg, #4f2d82, #6d1c6a);
}

/* Pulsierender Glanz von links nach rechts */
.route-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: all 0.7s ease;
}

.route-btn:hover::before {
    left: 125%;
}