.sub-text { color: #555; }
.gold-text-accent { color: var(--primary-gold); }
.price-text { transition: color 0.3s; }
body.dark-mode .sub-text { color: #b0c4de !important; }
body.dark-mode .live-switcher-box { background: rgba(255,255,255,0.05) !important; border-color: rgba(255,255,255,0.2) !important; }

.theme-transition-container, .theme-transition-card, .card-style, h1, h2, h3, p, button { transition: all 0.4s ease; }
.highlight-card { min-width: 0; box-sizing: border-box; overflow: hidden; }
.highlight-card p, .highlight-card h2, .highlight-card h3 { overflow-wrap: break-word; hyphens: auto; }

.package-card.is-open { border-color: var(--primary-gold) !important; box-shadow: 0 0 20px rgba(212,175,55,0.3) !important; transform: scale(1.03); background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(251, 246, 232, 0.98) 100%); }
body.dark-mode .package-card.is-open { background: linear-gradient(135deg, rgba(40, 50, 60, 0.95) 0%, rgba(30, 40, 50, 0.98) 100%); }

.three-col-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }

.action-btn {
    display: inline-block; background: var(--primary-blue); color: white; padding: 12px 25px;
    border-radius: 30px; text-decoration: none; font-size: 1.1rem; font-weight: bold; margin: 5px;
    transition: 0.3s; border: 2px solid transparent; box-shadow: 0 4px 10px rgba(0,0,0,0.1); cursor: pointer;
}
.action-btn.secondary-btn {
    background: transparent; color: var(--primary-blue); border-color: var(--primary-blue);
}
.action-btn:hover { background: var(--primary-gold); color: var(--primary-blue); transform: translateY(-2px); }

.hero-btn { max-width: 300px; padding: 10px 15px; font-size: 1rem; }

.switcher-btn { font-size: 0.85rem; padding: 8px 12px; }

.live-switcher-box {
    text-align: center; margin: 40px auto 0 auto; padding: 30px;
    border-radius: 12px; border: 2px dashed var(--primary-gold);
    max-width: 700px; width: 100%; box-sizing: border-box;
    position: relative; z-index: 50; transition: all 0.4s ease;
}

.ref-slider-box { height: 380px; box-sizing: border-box; }
.ref-slide { height: 100%; align-content: center; }

@media (max-width: 768px) {
    .live-switcher-box { padding: 20px 15px; }
    .live-switcher-box .theme-btn-container { flex-direction: column; width: 100%; align-items: stretch; }
    .live-switcher-box .action-btn { width: 100% !important; margin: 5px 0; font-size: 0.95rem !important; }
    .nav-buttons { display: none; }
    .ref-slider-box { height: 580px !important; }
}

.faq-item.open .faq-answer { display: block !important; }
.faq-item.open span { transform: rotate(180deg); display: inline-block; transition: 0.3s; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.slot-box { 
    display: flex; flex-direction: column; align-items: center; justify-content: center; 
    padding: 10px; border-radius: 8px; font-size: 0.8rem; font-weight: bold; transition: 0.3s; 
    position: relative; overflow: hidden; border: 2px dashed; background: #fff;
}
.slot-box .slot-icon { font-size: 1.4rem; margin-bottom: 2px; }
.slot-box.free { border-color: #2ecc71; color: #27ae60; cursor: pointer; }
.slot-box.free:hover { background: #2ecc71; color: white; border-style: solid; transform: translateY(-3px); box-shadow: 0 4px 10px rgba(46, 204, 113, 0.2); }
.slot-box.booked { border-color: #e74c3c; color: #c0392b; cursor: not-allowed; background: #fdedec; text-decoration: line-through; }
body.dark-mode .slot-box.free { background: rgba(46, 204, 113, 0.05); }
body.dark-mode .slot-box.booked { background: rgba(231, 76, 60, 0.05); }

/* THRILLER */
body.design-thriller { --primary-blue: #0a0a0a !important; --primary-gold: #d90429 !important; --bg-color: #f4f4f4 !important; --stroke: #d9d9d9 !important; font-family: 'Helvetica Neue', Arial, sans-serif !important; background: #f4f4f4 !important; color: #0a0a0a !important; }
body.design-thriller.dark-mode { background: #111 !important; --primary-blue: #fff !important; --stroke: #333 !important; }
body.design-thriller .container { max-width: 1400px !important; }
body.design-thriller .page-card { background: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; }

body.design-thriller .card-style:not(.highlight-card) { border-radius: 0 !important; border: 2px solid var(--primary-blue) !important; box-shadow: 8px 8px 0px rgba(217, 4, 41, 0.2) !important; background: #ffffff !important; backdrop-filter: none !important; }
body.design-thriller.dark-mode .card-style:not(.highlight-card) { background: #1a1a1a !important; }

body.design-thriller .highlight-card { border-radius: 0 !important; background: #0a0a0a !important; border: 2px solid #d90429 !important; }
body.design-thriller .highlight-card h2, body.design-thriller .highlight-card h3 { color: #fff !important; }
body.design-thriller .highlight-card .action-btn { background: #d90429 !important; color: white !important; }

body.design-thriller .action-btn { border-radius: 0 !important; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; background: var(--primary-blue) !important; color: #fff !important; border: none !important; }
body.design-thriller.dark-mode .action-btn { background: #d90429 !important; }
body.design-thriller .action-btn.secondary-btn { background: transparent !important; color: var(--primary-blue) !important; border: 2px solid var(--primary-blue) !important; }
body.design-thriller.dark-mode .action-btn.secondary-btn { color: #fff !important; border-color: #fff !important; }
body.design-thriller .action-btn:hover { background: #d90429 !important; color: white !important; transform: translate(2px, 2px) !important; border-color: #d90429 !important; }

body.design-thriller .nav-btn { border: 2px solid var(--primary-blue) !important; border-radius: 0 !important; color: #0a0a0a !important; }
body.design-thriller.dark-mode .nav-btn { color: #fff !important; border-color: #fff !important; }
body.design-thriller .nav-btn:hover { background: #d90429 !important; color: white !important; border-color: #d90429 !important; transform: translate(2px, 2px) !important; }

body.design-thriller .live-switcher-box { border: 2px solid #d90429 !important; border-radius: 0 !important; background: #ffffff !important; box-shadow: 8px 8px 0px rgba(217, 4, 41, 0.2) !important; }
body.design-thriller.dark-mode .live-switcher-box { background: #1a1a1a !important; border-color: #d90429 !important; }

body.design-thriller .view-switcher { background: #fff !important; border: 2px solid #0a0a0a; border-radius: 0; }
body.design-thriller.dark-mode .view-switcher { background: #1a1a1a !important; border-color: #fff; }
body.design-thriller .switcher-btn { border-radius: 0; color: #0a0a0a; }
body.design-thriller.dark-mode .switcher-btn { color: #fff; }
body.design-thriller .switcher-btn.active { background: #d90429 !important; color: #fff !important; font-weight: bold; border: none; }

body.design-thriller h1, body.design-thriller h2, body.design-thriller h3, body.design-thriller .blue, body.design-thriller .price-text { font-weight: 900 !important; letter-spacing: -1px; color: var(--primary-blue) !important; }
body.design-thriller .gold, body.design-thriller .gold-text-accent { color: #d90429 !important; font-family: inherit !important; font-weight: 900 !important; }
body.design-thriller p.sub-text, body.design-thriller li { color: #555 !important; }
body.design-thriller.dark-mode p.sub-text, body.design-thriller.dark-mode li { color: #aaa !important; }
body.design-thriller footer { background: #ffffff !important; border-radius: 0 !important; border: 2px solid var(--primary-blue) !important; box-shadow: 8px 8px 0px rgba(217, 4, 41, 0.2) !important; color: #0a0a0a !important; margin-bottom: 30px; }
body.design-thriller.dark-mode footer { background: #1a1a1a !important; color: #fff !important; border-color: #fff !important; }
body.design-thriller footer p { color: inherit !important; }
body.design-thriller .footer-btn { border-radius: 0 !important; background: transparent !important; border: 2px solid var(--primary-blue) !important; color: var(--primary-blue) !important; text-transform: uppercase; font-weight: bold; font-family: inherit !important; }
body.design-thriller.dark-mode .footer-btn { border-color: #fff !important; color: #fff !important; }
body.design-thriller .footer-btn:hover { background: #d90429 !important; color: white !important; border-color: #d90429 !important; transform: translate(2px, 2px) !important; }
body.design-thriller .info-card { background: #fff !important; border-radius: 0 !important; border: 4px solid #0a0a0a !important; box-shadow: 15px 15px 0px rgba(217, 4, 41, 0.2) !important; }
body.design-thriller.dark-mode .info-card { background: #1a1a1a !important; border-color: #fff !important; }
body.design-thriller .form-input, body.design-thriller .form-textarea { border-radius: 0 !important; border: 2px solid #0a0a0a !important; background: #f4f4f4 !important; }
body.design-thriller.dark-mode .form-input, body.design-thriller.dark-mode .form-textarea { background: #222 !important; color: #fff !important; border-color: #fff !important; }

/* ROMANTASY */
body.design-fantasy { --primary-blue: #e0a96d !important; --primary-gold: #c77dff !important; --stroke: rgba(157, 78, 221, 0.3) !important; font-family: 'Georgia', 'Times New Roman', serif !important; background: #1a0f1c !important; background-image: radial-gradient(circle at 50% -20%, #4a235a, #1a0f1c) !important; color: #f1e6f5 !important; }
body.design-fantasy .container { max-width: 950px !important; }
body.design-fantasy .page-card { background: rgba(30, 20, 35, 0.6) !important; border: 1px solid rgba(157, 78, 221, 0.2) !important; box-shadow: 0 0 50px rgba(0,0,0,0.5) !important; backdrop-filter: blur(15px) !important; border-radius: 20px !important; }
body.design-fantasy .card-style:not(.highlight-card) { background: rgba(40, 25, 45, 0.6) !important; border: 1px solid rgba(224, 169, 109, 0.3) !important; border-radius: 30px 5px 30px 5px !important; color: #e0b1cb !important; box-shadow: 0 10px 30px rgba(0,0,0,0.3) !important; }
body.design-fantasy .highlight-card { background: linear-gradient(135deg, #3c096c, #5a189a) !important; border-radius: 30px 5px 30px 5px !important; border: 1px solid #e0a96d !important; }
body.design-fantasy .highlight-card .action-btn { background: transparent !important; border: 1px solid #fff !important; color: #fff !important; }
body.design-fantasy h1, body.design-fantasy h2, body.design-fantasy h3, body.design-fantasy .blue, body.design-fantasy .price-text { color: #e0a96d !important; font-weight: normal !important; }
body.design-fantasy .gold, body.design-fantasy .gold-text-accent { color: #c77dff !important; }
body.design-fantasy p.sub-text, body.design-fantasy li { color: #d8c2e0 !important; }
body.design-fantasy .action-btn { border-radius: 30px !important; background: linear-gradient(45deg, #7b2cbf, #9d4edd) !important; border: 1px solid rgba(255,255,255,0.2) !important; color: #fff !important; box-shadow: 0 0 15px rgba(157, 78, 221, 0.4) !important; }
body.design-fantasy .action-btn.secondary-btn { background: transparent !important; border: 1px solid #e0a96d !important; color: #e0a96d !important; box-shadow: none !important; }
body.design-fantasy .action-btn:hover { box-shadow: 0 0 25px rgba(157, 78, 221, 0.8) !important; transform: scale(1.05) !important; border-color: transparent !important; }

body.design-fantasy .nav-btn { background: rgba(255, 255, 255, 0.05) !important; border: 1px solid rgba(224, 169, 109, 0.5) !important; border-radius: 30px !important; color: #f1e6f5 !important; font-weight: normal; }
body.design-fantasy .nav-btn:hover { background: linear-gradient(45deg, #7b2cbf, #9d4edd) !important; border-color: transparent !important; box-shadow: 0 0 15px rgba(157, 78, 221, 0.4) !important; transform: scale(1.05) !important; }

body.design-fantasy .live-switcher-box { background: rgba(40, 25, 45, 0.6) !important; border: 1px solid rgba(224, 169, 109, 0.3) !important; border-radius: 30px 5px 30px 5px !important; }

body.design-fantasy .view-switcher { background: rgba(30, 20, 35, 0.6) !important; border: 1px solid rgba(224, 169, 109, 0.3) !important; border-radius: 30px; }
body.design-fantasy .switcher-btn { color: #e0b1cb; border-radius: 30px; transition: 0.3s; }
body.design-fantasy .switcher-btn.active { background: linear-gradient(45deg, #7b2cbf, #9d4edd) !important; color: #fff !important; box-shadow: 0 0 10px rgba(157,78,221,0.5); }

body.design-fantasy footer { background: rgba(30, 20, 35, 0.6) !important; border: 1px solid rgba(157, 78, 221, 0.2) !important; box-shadow: 0 0 30px rgba(0,0,0,0.5) !important; backdrop-filter: blur(15px) !important; border-radius: 30px 5px 30px 5px !important; color: #d8c2e0 !important; margin-bottom: 30px; }
body.design-fantasy footer p { color: #e0a96d !important; }
body.design-fantasy .footer-btn { border-radius: 30px !important; background: rgba(255, 255, 255, 0.05) !important; border: 1px solid rgba(224, 169, 109, 0.5) !important; color: #f1e6f5 !important; font-family: inherit !important; box-shadow: none !important; }
body.design-fantasy .footer-btn:hover { background: linear-gradient(45deg, #7b2cbf, #9d4edd) !important; border-color: transparent !important; box-shadow: 0 0 15px rgba(157, 78, 221, 0.4) !important; transform: scale(1.05) !important; }
body.design-fantasy .info-card { background: #2c1e31 !important; border-radius: 30px 5px 30px 5px !important; border: 1px solid #e0a96d !important; color: #e0b1cb !important; }
body.design-fantasy .form-input, body.design-fantasy .form-textarea { background: rgba(0,0,0,0.3) !important; color: #fff !important; border-color: rgba(224, 169, 109, 0.5) !important; border-radius: 10px !important; }

body.dark-mode .price-table th { color: var(--primary-gold) !important; }
body.design-thriller .price-table th { color: #0a0a0a !important; border-bottom: 2px solid #0a0a0a !important; }
body.design-thriller.dark-mode .price-table th { color: #d90429 !important; border-bottom: 2px solid #d90429 !important; }
body.design-fantasy .price-table th { color: #e0a96d !important; border-bottom: 2px solid rgba(157, 78, 221, 0.5) !important; }

button, 
input, 
textarea, 
select, 
.action-btn, 
.switcher-btn, 
.nav-btn,
.footer-btn {
    font-family: inherit;
}
/* =========================================
   MOBILE TEXT-FARBEN FIX (NUR FÜR BESTIMMTE BLÖCKE)
   ========================================= */
@media (max-width: 900px) {
    
    /* 1. Überschriften (h2, h3) in diesen 4 Blöcken strahlend weiß machen */
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #zielgruppen-auswahl > h2,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #wartung h2,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) .card-style[style*="0,51,78,0.03"] h2,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) .card-style[style*="0,51,78,0.03"] h3 {
        color: #ffffff !important;
    }

    /* 2. Fließtexte und Aufzählungen (.sub-text, li) hellgrau machen für optimale Lesbarkeit */
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #zielgruppen-auswahl > .sub-text,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #wartung .sub-text,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #wartung li,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) .card-style[style*="0,51,78,0.03"] .sub-text,
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) .card-style[style*="0,51,78,0.03"] li {
        color: #e0e6ed !important;
    }

    /* 3. Den hart-codierten blauen Text bei "Content-Pflege inklusive" im Wartungs-Block überschreiben */
    body:not(.dark-mode):not(.design-thriller):not(.design-fantasy) #wartung li[style*="color:var(--primary-blue)"] {
        color: #ffffff !important;
    }
    
}