/* ==========================================================================
   1. GLOBAL REFRESH & TYPOGRAFIE (Gill Sans)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Helvetica Neue', sans-serif;
}

body {
    background-color: #f7f4eb; /* Warmes, edles Hochzeits-Beige */
    color: rgba(61, 74, 65, 0.15); /* Tiefes Eukalyptus-Dunkelgrün für die Schrift */
    overflow-x: hidden;
}

/* ==========================================================================
   2. HEADER BEREICH & HEADER-LOGIK
   ========================================================================== */
.main-header {
    width: 100%;
    height: 130px; /* Feste, elegante Header-Höhe */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4rem;
    background-color: rgba(247, 244, 235, 0.9);
    backdrop-filter: blur(5px);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo-printer-container {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    z-index: 105;
}

.logo-box {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    background: transparent;
    padding: 0;
    position: relative;
    z-index: 5;
}

.camera-lens {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 228px;
}

.camera-lens img {
    height: 100% !important;
    width: auto;
    object-fit: contain;
}

.brand-name {
    font-size: 0.95rem; 
    font-weight: 400; 
    letter-spacing: 2px; 
    text-transform: uppercase;
    color: #5b7065;
    white-space: nowrap; 
    display: inline-block;
    align-self: center;
}

/* ==========================================================================
   3. FOTO-DRUCKER EFFEKT & BLITZ
   ========================================================================== */
.printed-paper {
    position: absolute;
    top: 52px; 
    left: 0;
    width: 100px;
    height: 0; 
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); 
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    z-index: 2; 
    padding: 0 4px; 
    display: flex;
    flex-direction: column;
    pointer-events: none; 
    transition: height 0.4s cubic-bezier(0.25, 1, 0.5, 1), padding 0.4s ease;
}

.printed-paper img {
    width: 100%;
    height: 75px; 
    object-fit: cover;
    object-position: center; 
    opacity: 0;
    transition: opacity 0.2s ease;
}

.paper-texture {
    height: 12px;
    background: #ffffff;
    width: 100%;
}

.printed-paper.printing {
    height: 95px; 
    padding: 4px 4px 0 4px;
}

.printed-paper.printing img {
    opacity: 1 !important;
}

.flash-effect {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #ffffff;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
}

.flash-effect.trigger-flash {
    animation: cameraFlash 0.35s ease-out forwards;
}

@keyframes cameraFlash {
    0% { opacity: 0; }
    15% { opacity: 0.95; }
    100% { opacity: 0; }
}

/* ==========================================================================
   4. POLAROID-MENÜ (EINROLL-LOGIK)
   ========================================================================== */
.polaroid-menu {
    display: flex;
    gap: 1rem;
}

.polaroid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(61, 74, 65, 0.15);
    transform-origin: top center; 
    padding: 10px 10px 16px 10px; 
    max-height: 150px; 
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.photo-container {
    width: 100px;  
    height: 80px;
    background-color: #5b7065; 
    overflow: hidden; 
    position: relative;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.photo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
    filter: grayscale(20%) sepia(10%) brightness(95%);
    transition: all 0.5s ease;
}

.polaroid-item:hover .photo-container img {
    filter: grayscale(0%) sepia(0%) brightness(100%);
    transform: scale(1.05); 
}

.caption {
    font-size: 0.85rem;
    font-weight: 600;
    color: #3d4a41;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

.item-1 { transform: rotate(-1.5deg); }
.item-2 { transform: rotate(1deg); }
.item-3 { transform: rotate(-0.5deg); }
.item-4 { transform: rotate(2deg); }

/* SCROLL-ZUSTAND (Zusammenrollen) */
.main-header.scrolled .polaroid-item {
    padding: 6px 10px 10px 10px; 
    max-height: 42px; 
    box-shadow: 0 2px 8px rgba(91, 112, 101, 0.1);
}

.main-header.scrolled .photo-container {
    opacity: 0;
    transform: translateY(-10px);
}

.main-header.scrolled .caption {
    order: -1; 
    margin-top: 0;
}

/* HOVER-AUSROLLEN BEIM SCROLLEN */
.polaroid-item:hover {
    max-height: 150px !important; 
    padding: 10px 10px 16px 10px !important; 
    transform: scale(1.05) rotate(0deg) !important; 
    box-shadow: 0 12px 24px rgba(61, 74, 65, 0.25) !important;
    z-index: 10;
}

.polaroid-item:hover .photo-container {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.polaroid-item:hover .caption {
    order: 0 !important; 
    margin-top: 10px !important;
}
/* ==========================================================================
   5. HERO ABSCHNITT & PAKETE
   ========================================================================== */
.hero-section {
    position: relative;
    min-height: 90vh; 
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    padding: 4rem;
    overflow: hidden;
}

.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%; 
    height: 100%;
    background-size: contain; 
    background-position: left center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 80%);
    mask-image: linear-gradient(to right, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 80%);
    transition: opacity 0.1s linear; 
}

.hero-content {
    position: relative;
    z-index: 2; 
    max-width: 800px;
    width: 100%;
    text-align: left; 
    margin-right: 5%; 
}

/* ==========================================
   FEATURE-SECTION (6 KACHELN)
   ========================================== */

.features-section {
    padding: 3rem 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    /* Auf dem PC 3 Kacheln nebeneinander (ergibt 2 Zeilen für 6 Kacheln) */
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background-color: #ffffff;
    border: 1px solid #e8e3dc;
    border-radius: 12px;
    padding: 1.5rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

/* Icon-Container mit zarter Salbei-Hintergrundfarbe */
.feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 1rem auto;
    background-color: #f0f4f2; /* Sehr heller Eukalyptus-Ton */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Überschrift unter dem Icon */
.feature-card h4 {
    color: #000000 !important; /* Schwarz wie gewünscht */
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

/* Kleiner Fließtext darunter */
.feature-card p {
    color: #555555;
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0;
}

/* ==========================================
   MOBIL-ANPASSUNG
   ========================================== */
@media (max-width: 768px) {
    .features-grid {
        /* Auf Smartphones 1 Kachel pro Zeile sauber untereinander */
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .feature-card {
        padding: 1.2rem;
    }
}

/* ==========================================
   HOCHKANT-FOTO Brautpaar
   ========================================== */

.portrait-photo-container {
    width: 100%;
    display: flex;
    justify-content: center; /* Zentriert das Hochkant-Foto perfekt im Inhaltsbereich */
    margin: 2.5rem auto;     /* Angenehmer Abstand nach oben und unten */
    padding: 0 1rem;
    box-sizing: border-box;
}

.portrait-photo {
    width: auto;
    max-width: 700px;        /* Begrenzt die Breite, damit das Hochkant-Format nicht zu riesig wirkt */
    max-height: 900px;       /* Maximale Höhe auf Desktop-Bildschirmen */
    height: auto;
    border-radius: 12px;     /* Abgerundete Ecken passend zu deinen Kacheln */
    box-shadow: none;        /* Kein Schatten (wie gewünscht) */
    display: block;
    object-fit: cover;
}

/* Mobil-Anpassung für Smartphones */
@media (max-width: 900px) {
    .portrait-photo-container {
        margin: 1.5rem auto;
    }

    .portrait-photo {
        max-width: 90%;      /* Nimmt auf dem Handy max. 80% der Bildschirmbreite ein */
        max-height: 400px;   /* Etwas kompaktere Höhe für kleine Displays */
    }
}

/* ==========================================
   FOTO-ICONS IN DEN FEATURE-KACHELN
   ========================================== */

/* Styling für das Bild innerhalb des Icon-Kreises */
.feature-icon .feature-photo-icon {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;  /* Verhindert ein Verzerrung/Stauchen des Fotos */
    border-radius: 50% !important; /* Macht auch das Foto perfekt rund */
    display: block !important;
}

/* Optional: Falls das Foto den ganzen Kreis ausfüllen soll ohne Abstand */
.feature-icon {
    overflow: hidden !important;   /* Schneidet überstehende Ecken ab */
    padding: 0 !important;          /* Entfernt den Innenabstand für vollflächige Fotos */
}

/* ==========================================
   PAKET-PREIS (GROSS ÜBER DER ÜBERSCHRIFT)
   ========================================== */

.package-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

/* Der neue große Preis */
.package-price {
    font-size: 2.5rem;          /* Große auffällige Schrift */
    font-weight: 700;           /* Fett gedruckt */
    color: #3d4a41;             /* Dein dunkler Eukalyptus-Farbton */
    line-height: 1.1;
    margin-bottom: 0.4rem;      /* Kleiner Abstand runter zur Überschrift */
}

/* Die Paket-Überschrift etwas anpassen */
.package-header h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0.4rem;
    color: #2c2c2c;
}

/* Optional: Der Badge "Der Klassiker" */
.price-tag {
    display: inline-block;
    font-size: 0.85rem;
    padding: 0.2rem 0.8rem;
    background-color: #f4efea;  /* Heller Pastell-Ton */
    border-radius: 20px;
    margin-top: 0.2rem;
}


.hero-content h1 { font-size: 3.5rem; font-weight: 300; color: #2e3831; margin-bottom: 1.5rem; }
.hero-content p { font-size: 1.2rem; line-height: 1.8; color: #5b7065; margin-bottom: 2.5rem; }

.cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: #5b7065; 
    color: #f7f4eb; 
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.cta-button:hover { background-color: transparent; color: #5b7065; border: 1px solid #5b7065; }

.packages-section { background-color: #f7f4eb; padding: 6rem 2rem; width: 100%; display: flex; justify-content: center; }
.packages-container { max-width: 1100px; width: 100%; text-align: center; }

.packages-container h2, .booking-container h2, .faq-container h2 {
    font-size: 2.8rem; font-weight: 300; color: #2e3831; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0.5rem;
}

.packages-subtitle, .subtitle, .faq-subtitle { font-style: italic; color: #728c7f; margin-bottom: 4rem; font-size: 1.1rem; }
.packages-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }

.package-card {
    background: #ffffff; border-radius: 12px; padding: 3rem 2rem 2.5rem 2rem; border: 1px solid rgba(223, 213, 198, 0.5);
    box-shadow: 0 10px 30px rgba(91, 112, 101, 0.03); display: flex; flex-direction: column; position: relative; transition: all 0.3s ease;
}

.package-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(91, 112, 101, 0.08); }
.package-card.popular { border: 2px solid #5b7065; transform: scale(1.03); }
.package-card.popular:hover { transform: scale(1.03) translateY(-5px); }

.badge {
    position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background-color: #5b7065; color: #f7f4eb;
    padding: 0.4rem 1.2rem; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; border-radius: 20px;
}

.package-header { margin-bottom: 2rem; border-bottom: 1px solid #f5f1e6; padding-bottom: 1.5rem; }
.package-header h3 { font-size: 1.4rem; color: #3d4a41; margin-bottom: 0.5rem; }
.price-tag { font-size: 1rem; color: #728c7f; }

.package-features { list-style: none; padding: 0; margin: 0 0 2.5rem 0; text-align: left; display: flex; flex-direction: column; gap: 1rem; }
.package-features li { font-size: 0.95rem; color: #5b7065; position: relative; padding-left: 1.5rem; }
.package-features li::before { content: '✓'; position: absolute; left: 0; color: #5b7065; font-weight: bold; }

.package-btn {
    display: block; width: 100%; padding: 1rem; background-color: #fbfbfa; border: 1px solid #e5dfd5; color: #3d4a41;
    text-decoration: none; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; margin-top: auto; transition: all 0.3s ease;
}

.package-btn:hover { background-color: #5b7065; color: #ffffff; }
.package-card.popular .package-btn { background-color: #3d4a41; color: #f7f4eb; }
/* Das Status-Badge für das gewählte Paket in der Buchungs-Sektion */
.selected-package-badge {
    display: inline-block;
    background-color: #3d4a41; /* Tiefes Eukalyptusgrün */
    color: #f7f4eb; /* Beige Schrift */
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    margin: 0 auto 1.5rem auto;
    box-shadow: 0 4px 12px rgba(61, 74, 65, 0.2);
    
    /* Startet unsichtbar und blendet sich flüssig ein */
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

/* Wird aktiv, sobald ein Paket geklickt wurde */
.selected-package-badge.active {
    max-height: 50px;
    opacity: 1;
    padding: 0.6rem 1.5rem;
    margin-bottom: 1.5rem;
}

/* ==========================================
   ECHTES KALENDERRASTER (7 Spalten)
   ========================================== */

.days-grid {
    display: grid !important;
    /* Punktgenau 7 Spalten wie in einem echten Kalender */
    grid-template-columns: repeat(7, 1fr) !important; 
    gap: 6px !important;
    max-width: 350px !important; /* Begrenzt die Gesamthöhe/Breite */
    margin: 0 auto !important;
    padding: 5px !important;
}

.days-grid .day-btn {
    /* Hebt alte globale Button-Breiten auf */
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    
    /* Kompakte Quadrate/Kreise für die Zahlen */
    padding: 8px 0 !important;
    font-size: 0.85rem !important; /* Schrift etwas kleiner */
    font-weight: 600 !important;
    text-align: center !important;
    
    border: 1px solid #dcd6cd !important;
    border-radius: 6px !important;
    background-color: #ffffff !important;
    color: #3d4a41 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

/* Hover- & Klick-Effekt */
.days-grid .day-btn:hover {
    background-color: #f4efea !important;
    border-color: #3d4a41 !important;
}

.days-grid .day-btn.active {
    background-color: #3d4a41 !important;
    color: #ffffff !important;
    border-color: #3d4a41 !important;
}

/* Mobil-Optimierung für sehr schmale Displays */
@media (max-width: 380px) {
    .days-grid {
        gap: 4px !important;
    }
    .days-grid .day-btn {
        padding: 6px 0 !important;
        font-size: 0.75rem !important;
    }
}

/* Zentrierung der Überschrift und des Untertitels in der Buchungs-Sektion */
.booking-section h2,
.booking-section .subtitle {
    text-align: center !important; /* Erzwingt die zentrierte Ausrichtung */
}

/* Optional: Sicherstellen, dass der Subtitle auch eine gute Breite hat, falls er umbricht */
.booking-section .subtitle {
    max-width: 500px; /* Begrenzt die Breite für bessere Lesbarkeit */
    margin-left: auto !important;
    margin-right: auto !important; /* Zentriert das Element selbst */
    display: block !important;
}
/* Styling für die Zusammenfassung in Schritt 4 */
.booking-summary-preview {
    background-color: #f9f9f9;
    border-left: 4px solid #2c3e50; /* Eleganter Akzentstreifen */
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    text-align: left;
}

.booking-summary-preview p {
    margin: 0 0 8px 0;
    font-size: 0.95rem;
    color: #333;
}

.booking-summary-preview ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.booking-summary-preview li {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 4px;
}

.booking-summary-preview li span {
    font-weight: 600;
    color: #2c3e50;
}


/* ==========================================================================
   6. BUCHUNGSBEREICH (2x2 GRID) & FAQ & FOOTER
   ========================================================================== */
.booking-section { background-color: #f5f1e6; padding: 6rem 2rem; width: 100%; display: flex; justify-content: center; }
.booking-container { max-width: 1100px; width: 100%; }
.booking-four-box-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }

.form-step {
    background: #ffffff; padding: 2.5rem; border-radius: 12px; box-shadow: 0 10px 30px rgba(91, 112, 101, 0.04);
    border: 1px solid rgba(223, 213, 198, 0.5); opacity: 0.15; pointer-events: none; filter: blur(1px); transition: all 0.5s ease;
}

.form-step.active { opacity: 1; filter: blur(0); pointer-events: auto; box-shadow: 0 15px 35px rgba(91, 112, 101, 0.08); }
.form-step h3 { font-size: 1.1rem; font-weight: 600; color: #3d4a41; margin-bottom: 2rem; border-bottom: 1px solid #f5f1e6; padding-bottom: 0.8rem; }
.grid-selection { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }
.btn-wide { grid-column: span 2; }

.select-btn { background-color: #fbfbfa; border: 1px solid #e5dfd5; color: #3d4a41; padding: 0.9rem 0.5rem; font-size: 0.9rem; border-radius: 6px; cursor: pointer; transition: all 0.3s; }
.select-btn:hover { border-color: #5b7065; background-color: #ffffff; }
.select-btn.selected { background-color: #5b7065; color: #ffffff; border-color: #5b7065; }

.custom-event-container { max-height: 0; opacity: 0; overflow: hidden; display: flex; gap: 0.5rem; margin-top: 1rem; transition: all 0.4s ease; }
.custom-event-container.visible { max-height: 60px; opacity: 1; }
.custom-event-container input { flex: 1; padding: 0.8rem; border: 1px solid #e5dfd5; border-radius: 6px; }
.submit-custom-event { background-color: #5b7065; color: #ffffff; border: none; padding: 0 1.2rem; border-radius: 6px; cursor: pointer; }

.contact-inputs { display: flex; flex-direction: column; gap: 1rem; }
.contact-inputs input { padding: 1rem; border: 1px solid #e5dfd5; border-radius: 6px; }
.submit-booking-btn { background-color: #3d4a41; color: #f7f4eb; border: none; padding: 1.2rem; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; border-radius: 6px; cursor: pointer; }

.success-box { max-height: 0; opacity: 0; overflow: hidden; transform: scale(0.95); background-color: #3d4a41; color: #f7f4eb; border-radius: 12px; transition: all 0.6s ease; max-width: 600px; margin: 0 auto; }
.success-box.visible { max-height: 400px; opacity: 1; padding: 3rem 2rem; transform: scale(1); margin-top: 2rem; }
.success-icon { font-size: 3rem; margin-bottom: 1rem; }

.faq-section { background-color: #f5f1e6; padding: 6rem 2rem; width: 100%; display: flex; justify-content: center; }
.faq-container { max-width: 800px; width: 100%; }
.faq-accordion { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.faq-item { background: #ffffff; border-radius: 8px; border: 1px solid rgba(223, 213, 198, 0.5); overflow: hidden; transition: all 0.3s; }
.faq-trigger { width: 100%; background: transparent; border: none; padding: 1.5rem; font-size: 1.05rem; color: #3d4a41; display: flex; justify-content: space-between; cursor: pointer; }
.faq-icon { font-size: 1.3rem; color: #728c7f; transition: transform 0.4s; }
.faq-panel { max-height: 0; overflow: hidden; opacity: 0; padding: 0 1.5rem; transition: all 0.4s; }
.faq-panel p { font-size: 0.95rem; line-height: 1.6; color: #5b7065; padding-bottom: 1.5rem; }
.faq-item.active { border-color: rgba(91, 112, 101, 0.3); }
.faq-item.active .faq-icon { transform: rotate(45deg); color: #3d4a41; }
.faq-item.active .faq-panel { max-height: 200px; opacity: 1; }

.contact-section { background-color: #f7f4eb; padding: 5rem 2rem; width: 100%; display: flex; justify-content: center; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; max-width: 1100px; width: 100%; }
.contact-card { background: #ffffff; padding: 2.5rem 2rem; border-radius: 12px; text-align: center; border: 1px solid rgba(223, 213, 198, 0.4); }
.contact-value a { color: #5b7065; text-decoration: none; }

.main-footer { width: 100%; background-color: #3d4a41; color: #f7f4eb; padding: 4rem 2rem 1.5rem 2rem; }
.footer-layout { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 4rem; }
.footer-col h4 { font-size: 1rem; text-transform: uppercase; color: #ffffff; margin-bottom: 1.5rem; }
.footer-text, .footer-contact-list a, .footer-links-vertical a { font-size: 0.9rem; color: #dfd5c6; text-decoration: none; }
.footer-contact-list { list-style: none; padding: 0; }
.footer-contact-list li { margin-bottom: 0.8rem; display: flex; gap: 0.6rem; }
.footer-links-vertical { display: flex; flex-direction: column; gap: 0.8rem; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.08); margin-top: 2rem; padding-top: 1.5rem; text-align: center; }
.footer-copyright { font-size: 0.8rem; color: #728c7f; }

@media (max-width: 900px) {
    .packages-grid, .booking-four-box-grid, .contact-grid, .footer-layout { grid-template-columns: 1fr !important; gap: 2rem; }
    .grid-selection { grid-template-columns: repeat(2, 1fr); }
    .btn-wide { grid-column: span 1; }
}

/* Styling für das Buchungs-Erfolgsfenster */
.success-box {
    display: none;
    background: #ffffff;
    border: 2px solid #e8ecef;
    border-radius: 16px;
    padding: 35px 30px;
    text-align: center;
    max-width: 580px;
    margin: 40px auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.success-box.visible {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.success-box .success-icon {
    font-size: 3.5rem;
    margin-bottom: 15px;
    display: inline-block;
}

.success-box h3 {
    font-size: 1.8rem;
    color: #2c3e50;
    margin-bottom: 12px;
    font-weight: 700;
}

.success-box .success-intro {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

/* Detail-Box der Daten */
.success-details {
    background-color: #f8f9fa;
    border-left: 4px solid #2c3e50;
    border-radius: 8px;
    padding: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.success-details h4 {
    margin: 0 0 12px 0;
    color: #2c3e50;
    font-size: 1rem;
}

.success-details ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-details li {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 8px;
}

.success-details li strong {
    color: #333;
}

.success-details li span {
    color: #2c3e50;
    font-weight: 600;
}

.success-box .small-text {
    font-size: 0.88rem;
    color: #777;
    line-height: 1.5;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

/* ==========================================
   KONTAKT-KACHELN: SCHWARZE SCHRIFT
   ========================================== */

/* Setzt die Überschrift auf klares Schwarz */
.contact-card h3 {
    color: #000000 !important;
}

/* Setzt den Zusatztext (contact-sub) auf klares Schwarz */
.contact-card .contact-sub {
    color: #000000 !important;
    opacity: 1 !important; /* Falls vorher ein leichtes Ausgrauen definiert war */
}
/* ==========================================
   KONTAKT-KACHELN: HAUPTWERT FARBE (#5b7065)
   ========================================== */

.contact-card .contact-value {
    color: #5b7065 !important;
    font-weight: 600; /* Optional: Macht die Schrift etwas kräftiger */
}

/* Falls auch die Links (Telefon & E-Mail) diese Farbe bekommen sollen: */
.contact-card .contact-value a {
    color: #5b7065 !important;
    text-decoration: none; /* Entfernt den Unterstrich */
}

.contact-card .contact-value a:hover {
    text-decoration: underline; /* Unterstreicht den Link sanft beim Drüberfahren */
}

/* ==========================================================================
   11. RECHTLICHE SEITEN (IMPRESSUM & DATENSCHUTZ)
   ========================================================================== */
.legal-section {
    background-color: #f7f4eb; /* Warmes Hochzeits-Beige */
    padding: 6rem 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 80vh; /* Sorgt dafür, dass der Footer bei wenig Text unten bleibt */
}

.legal-container {
    max-width: 800px; /* Kompakte Breite für optimale Lesbarkeit von Texten */
    width: 100%;
    background: #ffffff; /* Edle weiße Papier-Optik für den Fließtext */
    padding: 4rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(91, 112, 101, 0.03);
    border: 1px solid rgba(223, 213, 198, 0.5);
    text-align: left; /* Rechtstexte immer linksbündig */
}

/* Hauptüberschrift (z.B. "Impressum") */
.legal-container h1 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #2e3831; /* Dunkles Eukalyptus */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2.5rem;
    border-bottom: 2px solid #5b7065; /* Eukalyptus-Akzentlinie */
    padding-bottom: 1rem;
}

/* Zwischenüberschriften (z.B. "Verantwortlich gemäß § 5 TMG") */
.legal-container h2 {
    font-size: 1.3rem;
    font-weight: 500;
    color: #3d4a41;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.legal-container h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3d4a41;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Der eigentliche Text */
.legal-container p {
    font-size: 0.95rem;
    line-height: 1.65; /* Genug Luft zum Atmen für das Auge */
    color: #5b7065; /* Sanftes Eukalyptus-Graugrün */
    margin-bottom: 1.2rem;
}

/* Links innerhalb der Rechtstexte */
.legal-container a {
    color: #3d4a41;
    text-decoration: none;
    border-bottom: 1px dashed rgba(91, 112, 101, 0.5);
    transition: all 0.2s ease;
}

.legal-container a:hover {
    color: #5b7065;
    border-bottom-style: solid;
}

/* Listen (z.B. bei Rechten der Betroffenen in der DSGVO) */
.legal-container ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 1rem;
}

.legal-container li {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #5b7065;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

/* Kleiner dezenter eukalyptusgrüner Punkt vor jedem Listen-Eintrag */
.legal-container li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #5b7065;
    font-weight: bold;
}

/* Zurück-Button, um elegant zur Startseite zu kommen */
.legal-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 3rem;
    padding: 0.8rem 1.8rem;
    background-color: #fbfbfa;
    border: 1px solid #e5dfd5;
    color: #3d4a41;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.legal-back-btn:hover {
    background-color: #5b7065;
    color: #ffffff;
    border-color: #5b7065;
    transform: translateX(-4px); /* Schiebt den Button leicht nach links als Pfeil-Effekt */
}
/* Richtet den Hero-Bereich so aus, dass das Foto OBERHALB des Textes liegt */
.hero-section {
    flex-direction: column !important; /* Stapelt Foto und Text untereinander */
    justify-content: center !important;
    align-items: center !important;
    padding-top: 2rem !important;
}

.hero-top-photo {
    width: 100%;
    max-width: 500px; /* Maximale Breite des Fotos */
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: none !important;    /* <--- Entfernt den Schatten auf dem Handy */
}

.hero-top-photo img {
    width: 100%;
    height: auto;
    border-radius: 12px; /* Abgerundete Ecken passend zu deinen Paketen */
}

.hero-content {
    margin-right: 0 !important; /* Zentriert den Text unter dem Foto */
    text-align: center !important;
}

/* ==========================================================================
   HERO FOTO: DESKTOP & GLOBAL (Sicherstellen, dass es sichtbar ist)
   ========================================================================== */
.hero-section {
    display: flex !important;
    flex-direction: column !important; /* Stapelt Foto und Text untereinander */
    justify-content: center !important;
    align-items: center !important;
    min-height: auto !important;       /* Aufheben von 90vh, damit Platz da ist */
    padding-top: 3rem !important;
}

.hero-top-photo {
    display: block !important;
    width: 100% !important;
    max-width: 750px !important;       /* Schön groß auf dem PC */
    margin: 0 auto 2rem auto !important;
    text-align: center !important;
    position: relative !important;
    z-index: 10 !important;            /* Bringt das Bild ganz nach vorne */
}


.hero-content {
    margin-right: 0 !important;        /* Entfernt das alte margin-right: 5% */
    text-align: center !important;     /* Zentriert Text schön unter dem Foto */
}



/* ==========================================================================
   RESPONSIVE DESIGN (Für Mobilgeräte)
   ========================================================================== */
@media (max-width: 768px) {
    .legal-section {
        padding: 4rem 1rem;
    }
    .legal-container {
        padding: 2rem 1.5rem; /* Weniger Innenabstand auf kleinen Handydisplays */
    }
    .legal-container h1 {
        font-size: 1.8rem;
    }
    .legal-container h2 {
        font-size: 1.15rem;
    }
/* ==========================================================================
   MOBILE HEADER-UMBRUCH (Ganz unten im CSS einfügen)
   ========================================================================== */
@media screen and (max-width: 768px) {

    /* 1. Header erzwingt Spalten-Anordnung */
    .main-header {
        display: flex !important;
        flex-direction: column !important; /* Spalte statt Zeile */
        height: auto !important;           /* 130px Begrenzung aufheben */
        padding: 1rem 0.5rem !important;   /* 4rem Randabstand aufheben */
        align-items: center !important;
        justify-content: center !important;
    }

    /* 2. Logo soll eigene, volle Zeile belegen */
    .logo-printer-container {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        margin-bottom: 1rem !important; /* Erzeugt Abstand zum Menü darunter */
        height: auto !important;
    }

    .camera-lens {
        height: 75px !important; /* Verkleinert das Kamera-Logo auf Mobilgröße */
    }

    /* 3. Menü bekommt eigene volle Zeile darunter */
    .polaroid-menu {
        width: 100% !important;
        display: flex !important;
        flex-direction: row !important;     /* Die 4 Polaroids nebeneinander */
        justify-content: center !important; /* In der Mitte ausrichten */
        align-items: center !important;
        gap: 0.2rem !important;             /* Schmaler Abstand für Handys */
        margin: 0 auto !important;
    }

    /* 4. Polaroids leicht verkleinern damit alle 4 passen */
    .polaroid-item {
        padding: 4px 4px 6px 4px !important;
        max-height: 100px !important;
    }

    .photo-container {
        width: 58px !important;  /* Schmal genug für kleine Handys */
        height: 45px !important;
    }

    .caption {
        font-size: 0.55rem !important;
        letter-spacing: 0px !important;
        margin-top: 3px !important;
    }
}/* ==========================================
   MOBILE ANSICHT: Logo-Größe anpassen
   ========================================== */
@media (max-width: 768px) {

  /* Logo im Header vergrößern */
  .camera-lens {
    height: 140px !important; /* Standard war 80px - hier kannst du z. B. 120px bis 160px wählen */
    margin: 0 auto !important;
  }

  /* Sicherstellen, dass das Logo-Bild sauber mit skaliert */
  .camera-lens img {
    height: 100% !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* Optional: Falls der Abstand zwischen dem größeren Logo und den Polaroids angepasst werden soll */
  .logo-printer-container {
    margin-bottom: 0.5rem !important; 
  }@media (max-width: 768px) {

  /* Abstand des Haupt-Headers (Abstand zwischen den zwei Haupt-Elementen) */
  .main-header {
    gap: 0px !important;            /* Setzt den Abstand zwischen Logo & Menü auf Null */
    padding-bottom: 0.5rem !important; /* Verringert den unteren Rand des Headers */
  }

  /* Abstand unter dem Logo verringern */
  .logo-printer-container {
    margin-bottom: 0px !important;  /* Beseitigt den Außenabstand unter dem Logo */
  }

  /* Polaroid-Menü etwas nach oben verschieben */
  .polaroid-menu {
    margin-top: -20px !important;   /* Zieht das Menü noch etwas näher an das Logo heran */
  }

 @media (max-width: 768px) {

    .hero-top-photo {
        display: block !important;
        width: 95% !important;
        max-width: 500px !important;
        margin-left: auto !important;   /* Zentriert links */
        margin-right: auto !important;  /* Zentriert rechts */
        margin-top: 0 !important;
        margin-bottom: 1.5rem !important;
        text-align: center !important;
    }

    .hero-top-photo img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 auto !important;
        box-shadow: none !important;    /* <--- Entfernt den Schatten auf dem Handy */
    }

}
@media (max-width: 768px) {

    /* ==========================================
       HERO-TEXT: SCHRIFTGRÖSSEN MOBIL
       ========================================== */

    /* Überschrift (h1) anpassen */
    .hero-content h1 {
        font-size: 2.0rem !important;  /* Standard ist oft 2.5rem+ (Hier nach Wunsch 1.6rem - 2.2rem) */
        line-height: 1.2 !important;   /* Sorgt dafür, dass mehrzeilige Titel gut aussehen */
        margin-bottom: 0.8rem !important;
    }

    /* Fließtext (p) anpassen */
    .hero-content p {
        font-size: 1rem !important;    /* Etwas kleiner für Smartphones (z. B. 0.95rem - 1.1rem) */
        line-height: 1.5 !important;   /* Angenehmer Zeilenabstand zum Lesen */
        margin-bottom: 1.2rem !important;
    }

    /* Button-Text (cta-button) anpassen */
    .hero-content .cta-button {
        font-size: 0.95rem !important; /* Button-Schriftgröße */
        padding: 0.8rem 1.5rem !important; /* Passt die Innenabstände des Buttons mobil an */
    }

}
@media (max-width: 768px) {

    /* 1. Den Abstand des darüber liegenden Hero-Bereichs verringern */
    .hero-section {
        margin-bottom: 0 !important;
        padding-bottom: 1rem !important;
    }

    /* 2. Container wieder als Spalte erzwingen (verhindert das Einzeilen-Nebeneinander-Layout) */
    .packages-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: -30px !important;    /* Ziehe den Bereich aktiv nach oben */
        padding-top: 0 !important;
    }

    /* 3. Überschrift erlaubt wieder normalen Zeilenumbruch & rückt ganz nach oben */
    .packages-container h2 {
        display: block !important;
        width: 100% !important;
        white-space: normal !important;  /* Bricht sauber um, falls nötig */
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
        text-align: center !important;
    }

    /* 4. Untertitel sauber unter der Überschrift platzieren */
    .packages-subtitle {
        display: block !important;
        width: 90% !important;
        white-space: normal !important;
        margin-top: 0 !important;
        margin-bottom: 1.5rem !important;
        text-align: center !important;
    }

}

/* Überschrift Wunschtermin Media Query für mobile Geräte (max-width: 768px oder ähnlich) */
@media (max-width: 768px) {
  /* Zielt auf die h2-Überschrift in der Booking-Sektion */
  .booking-section h2 {
    /* Verkleinert die Schriftgröße */
    font-size: 2.4rem !important; /* Passe den Wert nach Belieben an */
    
    /* Verschiebt die Überschrift nach oben, indem der obere Abstand verringert wird */
    margin-top: 0 !important; /* Entfernt den oberen Abstand */
    padding-top: 1rem !important; /* Fügt einen kleinen oberen Innenabstand hinzu */
  }

  /* Zielt auf die Booking-Sektion selbst, um den Abstand zum vorherigen Element zu verringern */
  .booking-section {
    /* Verringert den oberen Abstand */
    margin-top: -2rem !important; /* Passe den Wert nach Belieben an, um die Sektion nach oben zu ziehen */
    padding-top: 0 !important; /* Entfernt den oberen Innenabstand */
  }
}

/* Media Query für mobile Geräte (max-width: 768px) */
@media (max-width: 768px) {

    /* ==========================================
       FAQ-SEKTION MOBIL ZENTRIEREN & HÖHER
       ========================================== */

    /* Zielt auf die gesamte FAQ-Sektion */
    .faq-section {
        text-align: center !important; /* Zentriert Überschrift und Untertitel */
        
        /* Zieht die gesamte Sektion nach oben, um den Abstand zu verringern */
        margin-top: -3rem !important; /* Passe den Wert nach Bedarf an (-2rem, -4rem etc.) */
        padding-top: 0 !important; /* Entfernt unnötigen Innenabstand oben */
    }

    /* Zielt speziell auf die H2-Überschrift in der FAQ-Sektion */
    .faq-section h2 {
        font-size: 2.0rem !important; /* Verkleinert die Überschrift leicht für das Handy */
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
        display: inline-block; /* Wichtig für die Zentrierung, falls nötig */
    }

    /* Zielt speziell auf den Untertitel p class="faq-subtitle" */
    .faq-subtitle {
        font-size: 0.95rem !important; /* Passt die Schriftgröße an */
        margin-top: 0 !important;
        margin-bottom: 1.5rem !important;
        
        /* Sorgt für eine schöne Textbreite und Zentrierung */
        max-width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block !important;
    }
}