/* =========================================
   FARBEN & GRUNDLAGEN (Noble Cozy Event Vibe - Charcoal & Champagne Gold)
   ========================================= */
:root {
    --bg-dark: #161719;         /* Tieferes, noch edleres Anthrazit-Grau */
    --primary-blue: #232528;    /* Satter, reiner Schiefergrau-Ton */
    --accent-gold: #DBA64D;     /* Elegantes, kraeftigeres Champagner-Gold fuer Bewertungen, Icons und Highlights */
    --accent-gold-glow: rgba(219, 166, 77, 0.35);
    --text-light: #F4F4F5;     
    --glass-bg: linear-gradient(135deg, rgba(219, 166, 77, 0.08) 0%, rgba(0, 0, 0, 0.75) 100%); 
    --glass-border: rgba(219, 166, 77, 0.25);
    --font-headings: 'Oswald', sans-serif;
    --font-text: 'Open Sans', sans-serif;
}

body, html {
    margin: 0; padding: 0; font-family: var(--font-text);
    color: var(--text-light); line-height: 1.7;
    background: linear-gradient(rgba(10, 10, 15, 0.55), rgba(10, 10, 15, 0.70)), url('../img/wall.jpg?v=1.0') repeat;
    background-attachment: fixed; overflow-x: hidden;
    font-size: 0.95rem;
    letter-spacing: 0.25px;
}

h1, h2, h3, h4 { 
    font-family: var(--font-headings); 
    letter-spacing: 2.5px !important; 
    text-transform: uppercase; 
    text-shadow: 0 2px 10px rgba(0,0,0,0.5); 
    font-weight: 400 !important; /* Elegant weight 400 for a finer, ultra premium look */
}

h1 { font-size: 2.1rem !important; line-height: 1.2 !important; }
h2 { font-size: 1.5rem !important; line-height: 1.3 !important; }
h3 { font-size: 1.2rem !important; line-height: 1.4 !important; }
h4 { font-size: 1.0rem !important; line-height: 1.4 !important; }

.app-container { display: flex; min-height: 100vh; }

/* =========================================
   MOBILE HEADER
   ========================================= */
.mobile-header {
    display: none; 
    background: linear-gradient(rgba(15, 10, 5, 0.4), rgba(10, 5, 0, 0.7)), url('../img/eichenbar.jpg?v=1.0') center top / cover;
    border-bottom: 1px solid rgba(197, 168, 128, 0.2);
    backdrop-filter: blur(20px); 
    -webkit-backdrop-filter: blur(20px);
    padding: 15px 20px; align-items: center; justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: fixed; width: 100%; top: 0; z-index: 1000; box-sizing: border-box; box-shadow: 0 4px 30px rgba(0,0,0,0.4);
}
.mobile-logo { font-family: var(--font-headings); color: var(--accent-gold); font-weight: 700; font-size: 1.4rem; text-decoration: none; text-shadow: 0 0 10px var(--accent-gold-glow); }
.hamburger { color: var(--text-light); font-size: 1.4rem; cursor: pointer; background: none; border: none; }

/* WhatsApp-Button im Mobile Header nur auf Smartphones bis 576px anzeigen - sonst wirkt er verloren */
.header-whatsapp-btn {
    display: none !important;
}
@media (max-width: 576px) {
    /* Nur auf echten, kleinen Mobilgeräten anzeigen und nicht wenn iPad-Kraft-Mobile aktiv ist */
    html:not(.force-mobile) .header-whatsapp-btn,
    body:not(.force-mobile) .header-whatsapp-btn {
        display: flex !important;
    }
}

/* =========================================
   LINKE NAVIGATION (Sidebar)
   ========================================= */
nav.sidebar {
    width: 280px; 
    background: linear-gradient(rgba(15, 10, 5, 0.4), rgba(10, 5, 0, 0.7)), url('../img/eichenbar.jpg?v=1.0') repeat-y center top;
    background-size: 100% auto;
    border-right: 1px solid rgba(197, 168, 128, 0.2);
    height: 100vh; position: fixed; left: 0; top: 0; display: flex; flex-direction: column; padding: 10px 25px 30px 25px; box-sizing: border-box; z-index: 999;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); overflow-y: auto; box-shadow: 5px 0 30px rgba(0,0,0,0.4);
}
.logo-box { text-align: center; margin-bottom: 5px; }
.logo-box img { max-width: 100%; height: auto; }
.sidebar-logo-img {
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: none !important; /* Original gold/white logo without any glow or brightness filters */
}
.cta-btn {
    display: block; background: linear-gradient(135deg, #D4B285 0%, #A38258 100%); color: #121416; text-align: center; padding: 15px;
    border-radius: 30px; text-decoration: none; font-family: var(--font-headings); font-size: 0.9rem; font-weight: 700;
    margin-bottom: 30px; box-shadow: 0 4px 15px var(--accent-gold-glow); transition: all 0.3s ease; border: 1px solid rgba(255,255,255,0.15);
}
.cta-btn:hover { transform: translateY(-3px) scale(1.02); color: #121416; box-shadow: 0 8px 25px rgba(197, 168, 128, 0.55); }

/* Logo Styling & Dynamic CSS Overlay */
.logo-img {
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4)) !important;
    transition: all 0.3s ease;
}
.logo-white-overlay {
    filter: none !important;
}

/* HIER IST DIE CSS-MAGIE GEGEN DAS ABGESCHNITTENE MEN� */
.nav-links { list-style: none; padding: 0; margin: 0 0 auto 0; }

.nav-links li { margin-bottom: 10px; }
.nav-links a { color: rgba(244, 244, 245, 0.85); text-decoration: none; font-size: 0.95rem; font-weight: 600; transition: all 0.3s ease; display: flex; align-items: center; gap: 12px; padding: 8px 12px; border-radius: 12px; }
.nav-links a i { color: var(--accent-gold); font-size: 1.15rem; width: 25px; text-align: center; text-shadow: 0 0 5px var(--accent-gold-glow); }
.nav-links a:hover { color: #fff; background: rgba(255, 255, 255, 0.08); transform: translateX(5px); }
.info-box { background: rgba(255, 255, 255, 0.02); backdrop-filter: blur(10px); padding: 20px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, 0.05); font-size: 0.75rem; margin-top: 20px; margin-bottom: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); flex-shrink: 0; }
.info-box strong { color: var(--accent-gold); font-size: 0.9rem; }
.info-box i { color: var(--accent-gold); margin-right: 8px; }
.info-box a { color: #fff; text-decoration: none; transition: color 0.3s; }
.info-box a:hover { color: var(--accent-gold); }

/* =========================================
   HAUPTBEREICH & HERO (Content Rechts)
   ========================================= */
main.content { margin-left: 280px; padding: 40px 6%; width: calc(100% - 280px); box-sizing: border-box; }

.hero {
    /* Edles, sichtbares Bild der Location mit einem weichen dunklen Slate-Farbverlauf fuer perfekte Textlesbarkeit */
    background: linear-gradient(135deg, rgba(20, 22, 24, 0.92) 25%, rgba(20, 22, 24, 0.45) 100%), url('../img/start_2.jpg?v=2.4') center/cover no-repeat;
    padding: 80px 50px; border-radius: 24px; margin-bottom: 50px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35); border: 1px solid var(--glass-border); position: relative; overflow: hidden;
    display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 100%; height: 100%; background: radial-gradient(circle, rgba(197, 168, 128, 0.08) 0%, transparent 70%); z-index: 0; }
.hero > * { position: relative; z-index: 1; }

.hero-text { flex: 1; position: relative; z-index: 20; }
.hero-text h1 { color: #fff; margin-top: 0; font-size: 3.0rem; line-height: 1.1; margin-bottom: 15px; text-shadow: 0 4px 20px rgba(0,0,0,0.9); }
.hero-text h1 span { color: var(--accent-gold); }
.hero-text p { font-size: 1.0rem; max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,0.95); text-shadow: 0 2px 15px rgba(0,0,0,0.9); }

/* POLAROID BILDER */
.hero-photos { position: relative; width: 340px; height: 380px; flex-shrink: 0; z-index: 5; }
.polaroid {
    position: absolute; width: 100%; height: 100%; background: #fff; border: 8px solid #fff; border-bottom: 40px solid #fff;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5); transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); cursor: pointer; border-radius: 4px;
}
.polaroid img { width: 100%; height: 100%; object-fit: cover; }
.polaroid:nth-child(1) { transform: rotate(-15deg) translateX(-70px) translateY(20px); z-index: 1; }
.polaroid:nth-child(2) { transform: rotate(-5deg) translateX(-30px) translateY(-5px); z-index: 2; }
.polaroid:nth-child(3) { transform: rotate(5deg) translateX(10px) translateY(-15px); z-index: 3; }
.polaroid:nth-child(4) { transform: rotate(15deg) translateX(50px) translateY(5px); z-index: 4; }
.polaroid:nth-child(5) { transform: rotate(25deg) translateX(80px) translateY(25px); z-index: 5; }

@media (min-width: 1025px) { 
    .polaroid:hover { transform: rotate(0deg) scale(1.1) translateY(-20px); z-index: 10; box-shadow: 0 25px 50px rgba(0,0,0,0.8); } 
}

/* LIGHTBOX SLIDER */
#lightbox {
    display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.95); align-items: center; justify-content: center; flex-direction: column;
}
#lightbox img { max-width: 90%; max-height: 80vh; border-radius: 8px; box-shadow: 0 0 30px rgba(0,0,0,0.8); user-select: none; }
.lb-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; transition: color 0.3s; z-index: 10000; }
.lb-close:hover { color: var(--accent-gold); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); font-size: 40px; color: rgba(255,255,255,0.5); cursor: pointer; transition: color 0.3s; user-select: none; padding: 20px; z-index: 10000; }
.lb-nav:hover { color: #fff; }
.lb-prev { left: 20px; }
.lb-next { right: 20px; }

/* =========================================
   STANDARD BOXEN & LISTEN (Startseite)
   ========================================= */
.text-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 50px; transition: all 0.5s ease; }
.text-box { background: var(--glass-bg); backdrop-filter: blur(12px); padding: 35px; border-radius: 20px; border: 1px solid var(--glass-border); box-shadow: 0 10px 40px rgba(0,0,0,0.3); transition: transform 0.3s ease; }
.text-box:hover { transform: translateY(-5px); box-shadow: 0 15px 50px rgba(0,0,0,0.5); border-color: rgba(255, 255, 255, 0.15); }
.text-box h3 { color: #fff; margin-top: 0; font-size: 1.45rem; display: flex; align-items: center; gap: 12px; border-bottom: 2px solid rgba(197, 168, 128, 0.3); padding-bottom: 15px; margin-bottom: 20px; }
.text-box h3 i { color: var(--accent-gold); text-shadow: 0 0 8px var(--accent-gold-glow); }

ul.check-list { list-style: none; padding: 0; }
ul.check-list li { margin-bottom: 15px; position: relative; padding-left: 35px; font-size: 0.95rem; }
ul.check-list li::before { font-family: "Font Awesome 6 Free"; content: '\f00c'; font-weight: 900; color: var(--accent-gold); position: absolute; left: 0; font-size: 1.0rem; text-shadow: 0 0 8px var(--accent-gold-glow); }
.stars { color: var(--accent-gold); margin-bottom: 15px; font-size: 0.9rem; text-shadow: 0 0 4px var(--accent-gold-glow); }

/* =========================================
   BEWERTUNGEN / GOOGLE (Startseite)
   ========================================= */
.reviews-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 20px; }
.reviews-header h2 { margin: 0; font-size: 1.8rem; color: #fff; }
.reviews-header h2 i { color: var(--accent-gold); text-shadow: 0 0 10px var(--accent-gold-glow); }
.google-link { color: rgba(255,255,255,0.7); text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: color 0.3s; }
.google-link:hover { color: #fff; }
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-bottom: 60px; }
.review-card { background: var(--glass-bg); backdrop-filter: blur(12px); padding: 25px; border-radius: 16px; border: 1px solid var(--glass-border); box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: transform 0.3s ease; }
.review-card:hover { transform: translateY(-5px); border-color: rgba(197, 168, 128, 0.3); }
.stars { color: #FFD700; margin-bottom: 15px; font-size: 0.9rem; }
.review-text { font-style: italic; margin-bottom: 20px; color: rgba(255,255,255,0.85); font-size: 0.8rem; }
.reviewer { font-weight: 700; color: #fff; display: flex; align-items: center; gap: 10px; font-size: 0.75rem; }
.reviewer i.fa-google { color: #4285F4; font-size: 1.0rem; }

/* =========================================
   MAGAZIN-LAYOUT (Einzel-Polaroids in Historie)
   ========================================= */
.story-container {
    max-width: 1100px; margin: 0 auto; color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem; line-height: 1.8;
}
.story-container::after { content: ""; clear: both; display: table; }
.story-container h3 {
    color: var(--accent-gold); font-size: 1.75rem; margin-top: 60px; margin-bottom: 25px;
    border-bottom: 1px solid rgba(197, 168, 128, 0.3); padding-bottom: 10px; clear: both;
}
.story-container h3 i { margin-right: 15px; text-shadow: 0 0 8px var(--accent-gold-glow); }
.story-container p { margin-bottom: 20px; }

.float-left { float: left; margin: 10px 40px 20px 0; width: 100%; max-width: 320px; }
.float-right { float: right; margin: 10px 0 20px 40px; width: 100%; max-width: 320px; }

.polaroid-inline {
    background: #fff; padding: 10px 10px 40px 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5); transition: transform 0.4s ease, z-index 0.4s ease;
    position: relative; z-index: 1; border-radius: 2px;
}
.polaroid-inline img { width: 100%; height: auto; display: block; cursor: pointer; border: 1px solid rgba(0,0,0,0.1); }

@media (min-width: 1025px) {
    .polaroid-inline:hover {
        transform: scale(1.08) rotate(0deg) !important;
        z-index: 10; box-shadow: 0 25px 50px rgba(0,0,0,0.8);
    }
}

/* =========================================
   RESPONSIVE DESIGN (Smartphone & Tablet)
   ========================================= */
@media (max-width: 1024px) {
    .mobile-header { display: flex; }
    
    nav.sidebar { transform: translateX(-100%); padding-top: 75px !important; padding-bottom: 120px; overflow-y: auto; }
    
    nav.sidebar.active { transform: translateX(0); }
    main.content { margin-left: 0; width: 100%; padding: 100px 10px 40px 10px; }
    
    .text-box { padding: 20px; }
    
    /* === NEUER HINTERGRUND-TRICK F�R DIE HERO-BOX (HELLER & UNTEN AUSGERICHTET) === */
    .hero { 
        background: linear-gradient(rgba(10, 10, 15, 0.4), rgba(10, 10, 15, 0.6)), url('https://www.cave101.de/img/backmobile.jpg?v=2.4') center bottom/cover no-repeat !important;
        flex-direction: column; 
        padding: 40px 20px !important; 
        text-align: center; 
        gap: 30px; 
    }
    .hero-text {
        text-shadow: 0 4px 15px rgba(0,0,0,1), 0 1px 3px rgba(0,0,0,1) !important;
    }
    
    .hero h1 { font-size: 2.0rem; }
    .text-grid { grid-template-columns: 1fr; }
    .reviews-header { flex-direction: column; align-items: flex-start; gap: 10px; }

    .float-left, .float-right {
        float: none; 
        margin: 30px auto; 
        max-width: 280px; 
    }
    
    .hero-photos { width: 100%; max-width: 300px; height: 350px; margin: 20px auto 0 auto; }
    @keyframes float1 { 0%, 100% { transform: rotate(-15deg) translateX(-35px) translateY(10px); } 50% { transform: rotate(-15deg) translateX(-35px) translateY(-5px); } }
    @keyframes float2 { 0%, 100% { transform: rotate(-5deg) translateX(-15px) translateY(-5px); } 50% { transform: rotate(-5deg) translateX(-15px) translateY(-20px); } }
    @keyframes float3 { 0%, 100% { transform: rotate(5deg) translateX(10px) translateY(-10px); } 50% { transform: rotate(5deg) translateX(10px) translateY(-25px); } }
    @keyframes float4 { 0%, 100% { transform: rotate(15deg) translateX(35px) translateY(5px); } 50% { transform: rotate(15deg) translateX(35px) translateY(-10px); } }
    @keyframes float5 { 0%, 100% { transform: rotate(25deg) translateX(55px) translateY(20px); } 50% { transform: rotate(25deg) translateX(55px) translateY(5px); } }
    
    .polaroid:nth-child(1) { animation: float1 4s ease-in-out infinite; }
    .polaroid:nth-child(2) { animation: float2 5s ease-in-out infinite 0.5s; }
    .polaroid:nth-child(3) { animation: float3 4.5s ease-in-out infinite 1s; }
    .polaroid:nth-child(4) { animation: float4 5s ease-in-out infinite 1.5s; }
    .polaroid:nth-child(5) { animation: float5 4s ease-in-out infinite 2s; }
}

/* =========================================
   KI CHAT (SUSI) - Gemini Style
   ========================================= */
.susi-chat-wrapper {
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: 600px; 
}

.susi-chat-header {
    background: linear-gradient(to right, rgba(10, 25, 49, 0.9), rgba(5, 11, 20, 0.9));
    padding: 20px;
    border-bottom: 1px solid var(--glass-border);
    display: flex;
    align-items: center;
    gap: 15px;
}

.susi-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--accent-gold), #8A6E45);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #121416;
    box-shadow: 0 0 15px var(--accent-gold-glow);
}

.susi-chat-header h3 {
    margin: 0;
    font-size: 1.1rem;
    color: #fff;
    border: none;
    padding: 0;
}

.susi-chat-header span {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    font-family: var(--font-text);
}

.susi-chat-messages {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    scroll-behavior: smooth;
}

/* Chat Bubbles */
.chat-message {
    max-width: 80%;
    padding: 15px 20px;
    font-size: 0.85rem;
    line-height: 1.5;
    animation: fadeIn 0.3s ease-out;
}

.susi-message {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--glass-border);
    border-radius: 4px 20px 20px 20px;
    color: rgba(255, 255, 255, 0.9);
}

.user-message {
    align-self: flex-end;
    background: rgba(197, 168, 128, 0.15);
    border: 1px solid rgba(197, 168, 128, 0.4);
    border-radius: 20px 4px 20px 20px;
    color: #fff;
}

.susi-chat-input-area {
    padding: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid var(--glass-border);
    display: flex;
    gap: 15px;
}

/* ACHTUNG PRO-TIPP: Input bei 16px gelassen, damit Safari am iPhone nicht beim Tippen ranzoomt! */
.susi-chat-input-area input {
    flex-grow: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px; 
    font-family: var(--font-text);
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.susi-chat-input-area input:focus {
    border-color: rgba(197, 168, 128, 0.5);
    box-shadow: 0 0 15px rgba(197, 168, 128, 0.2);
}

.susi-chat-input-area button {
    background: linear-gradient(45deg, var(--accent-gold), #8A6E45);
    color: #121416;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.0rem;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.susi-chat-input-area button:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px var(--accent-gold-glow);
}

.typing-dots i { margin: 0 2px; font-size: 0.4rem; animation: blink 1.4s infinite both; }
.typing-dots i:nth-child(2) { animation-delay: 0.2s; }
.typing-dots i:nth-child(3) { animation-delay: 0.4s; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes blink { 0% { opacity: 0.2; } 20% { opacity: 1; } 100% { opacity: 0.2; } }

/* =========================================
   HOLLYWOOD NEWS-BOX (ACCORDION / AUFKLAPPBAR)
   ========================================= */
.news-box-premium {
    background: linear-gradient(135deg, var(--accent-gold-glow) 0%, rgba(35, 39, 43, 0.8) 100%);
    border: 1px solid rgba(197, 168, 128, 0.3);
    border-radius: 12px;
    padding: 18px 25px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
    min-height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-box-premium:hover {
    border-color: rgba(197, 168, 128, 0.55);
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
    background: linear-gradient(135deg, rgba(197, 168, 128, 0.3) 0%, rgba(35, 39, 43, 0.9) 100%);
}

.news-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-headings);
    font-size: 4.4rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.12);
    filter: blur(1.5px);
    white-space: nowrap;
    pointer-events: none;
    z-index: 0;
    user-select: none;
}

/* Accordion Header */
.news-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
}

.news-header-title {
    font-family: var(--font-headings);
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
    letter-spacing: 0.5px;
}

.news-header-title i {
    color: var(--accent-gold);
    margin-right: 12px;
    animation: pulse 2s infinite;
}

/* Der kleine Pfeil zum Aufklappen */
.toggle-icon {
    color: rgba(255,255,255,0.6);
    font-size: 0.9rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dreht den Pfeil um, wenn aufgeklappt */
.news-box-premium.expanded .toggle-icon {
    transform: rotate(180deg);
    color: #fff;
}

/* Accordion Content (Smooth Expand Trick) */
.news-content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 100%;
    position: relative;
    z-index: 2;
}

.news-box-premium.expanded .news-content-wrapper {
    grid-template-rows: 1fr;
}

.news-content-inner {
    overflow: hidden;
}

.news-item {
    padding-top: 15px; 
    border-top: 1px solid rgba(255,255,255,0.05);
    margin-top: 15px;
}

/* Zwischentitel (nur bei mehreren News sichtbar) */
.news-item-title {
    font-family: var(--font-headings);
    font-size: 0.85rem;
    color: var(--accent-gold);
    font-weight: 700;
    margin-bottom: 5px;
}

.news-body {
    font-family: var(--font-text);
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

/* Smartphone Optimierung */
@media (max-width: 1024px) {
    .news-box-premium { padding: 15px 15px; }
    .news-bg-text { font-size: 3.2rem; }
    .news-header-title { font-size: 0.85rem; }
    .news-body { font-size: 0.7rem; }
}

/* =========================================
   IPAD / TABLET FORCE MOBILE OVERRIDES
   ========================================= */
html.force-mobile .mobile-header,
body.force-mobile .mobile-header { 
    display: flex !important; 
}

/* WhatsApp-Button im Header auf Tablets/iPads generell ausblenden */
html.force-mobile .header-whatsapp-btn,
body.force-mobile .header-whatsapp-btn {
    display: none !important;
}

html.force-mobile nav.sidebar,
body.force-mobile nav.sidebar { 
    transform: translateX(-100%) !important; 
    padding-top: 75px !important; 
    padding-bottom: 120px !important; 
    overflow-y: auto !important; 
}

html.force-mobile .logo-box,
body.force-mobile .logo-box {
    display: none !important;
}

html.force-mobile nav.sidebar.active,
body.force-mobile nav.sidebar.active { 
    transform: translateX(0) !important; 
}

html.force-mobile main.content,
body.force-mobile main.content { 
    margin-left: 0 !important; 
    width: 100% !important; 
    padding: 100px 10px 40px 10px !important; 
}

html.force-mobile .text-box,
body.force-mobile .text-box {
    padding: 20px !important;
}

html.force-mobile .hero,
body.force-mobile .hero { 
    background: linear-gradient(rgba(10, 10, 15, 0.4), rgba(10, 10, 15, 0.6)), url('/img/backmobile.jpg?v=2.4') center bottom/cover no-repeat !important;
    flex-direction: column !important; 
    padding: 40px 20px !important; 
    text-align: center !important; 
    gap: 30px !important; 
}

html.force-mobile .hero-text,
body.force-mobile .hero-text {
    text-shadow: 0 4px 15px rgba(0,0,0,1), 0 1px 3px rgba(0,0,0,1) !important;
}

html.force-mobile .hero h1,
body.force-mobile .hero h1 { 
    font-size: 2.0rem !important; 
}

html.force-mobile .text-grid,
body.force-mobile .text-grid { 
    grid-template-columns: 1fr !important; 
}

html.force-mobile .reviews-header,
body.force-mobile .reviews-header { 
    flex-direction: column !important; 
    align-items: flex-start !important; 
    gap: 10px !important; 
}

html.force-mobile .float-left, 
html.force-mobile .float-right,
body.force-mobile .float-left, 
body.force-mobile .float-right {
    float: none !important; 
    margin: 30px auto !important; 
    max-width: 280px !important; 
}

html.force-mobile .hero-photos,
body.force-mobile .hero-photos { 
    width: 100% !important; 
    max-width: 300px !important; 
    height: 350px !important; 
    margin: 20px auto 0 auto !important; 
}

html.force-mobile .polaroid:nth-child(1), body.force-mobile .polaroid:nth-child(1) { animation: float1 4s ease-in-out infinite !important; }
html.force-mobile .polaroid:nth-child(2), body.force-mobile .polaroid:nth-child(2) { animation: float2 5s ease-in-out infinite 0.5s !important; }
html.force-mobile .polaroid:nth-child(3), body.force-mobile .polaroid:nth-child(3) { animation: float3 4.5s ease-in-out infinite 1s !important; }
html.force-mobile .polaroid:nth-child(4), body.force-mobile .polaroid:nth-child(4) { animation: float4 5s ease-in-out infinite 1.5s !important; }
html.force-mobile .polaroid:nth-child(5), body.force-mobile .polaroid:nth-child(5) { animation: float5 4s ease-in-out infinite 2s !important; }

html.force-mobile .news-box-premium,
body.force-mobile .news-box-premium { 
    padding: 15px 15px !important; 
}

html.force-mobile .news-bg-text,
body.force-mobile .news-bg-text { 
    font-size: 3.2rem !important; 
}

html.force-mobile .news-header-title,
body.force-mobile .news-header-title { 
    font-size: 0.85rem !important; 
}

html.force-mobile .news-body,
body.force-mobile .news-body { 
    font-size: 0.70rem !important; 
}

html.force-mobile .kontakt-grid,
body.force-mobile .kontakt-grid { 
    grid-template-columns: 1fr !important; 
}