@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Cinzel+Decorative:wght@700&display=swap');

/* ==========================================================================
   1. GLOBALE EINSTELLUNGEN & ABSOLUTER CINZEL-ZWANG (OHNE GEORGIA!)
   ========================================================================== */
html, body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: 'Cinzel', serif !important;
}

/* Zwingt absolut JEDEN normalen Text im Inhalt gnadenlos auf Cinzel */
#content p, 
#content span, 
#content div:not([class*="heading"]):not([class*="j-"]), 
#content li, 
.cc-m-text, 
.cc-m-text p, 
.cc-m-text span {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-family: 'Cinzel', serif !important;
}

/* ==========================================================================
   2. ÜBERSCHRIFTEN
   ========================================================================== */
h1, h2, h3, .cc-heading h1, .cc-heading h2, .cc-heading h3 {
    font-family: 'Cinzel Decorative', Georgia, serif !important;
    color: #ffffff !important;
    transition: color 0.3s ease;
}

#content h1, .cc-heading h1 { font-size: 42px !important; margin-bottom: 20px; }
#content h2, .cc-heading h2 { font-size: 30px !important; margin-top: 30px; margin-bottom: 15px; }
#content h3, .cc-heading h3 { font-size: 22px !important; margin-top: 25px; }

#content h1:hover, .cc-heading h1:hover, #content h2:hover, .cc-heading h2:hover, #content h3:hover, .cc-heading h3:hover {
    color: #cc0000 !important;
    cursor: default;
}

/* ==========================================================================
   3. DIE NAVIGATION
   ========================================================================== */
#navigation {
    width: 100%;
    background-color: rgba(20, 20, 20, 0.7) !important; 
    padding: 10px 0 !important; 
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

#navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
    align-items: center;
}

#navigation li {
    display: inline-block !important;
    margin: 0 10px !important;
}

#navigation a, .cc-nav-current a, .nav-link {
    font-family: 'Cinzel', serif !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 12px !important;
    transition: all 0.4s ease;
}

#navigation a:hover, .nav-link:hover {
    color: #cc0000 !important;
    transform: scale(1.05);
}

/* ==========================================================================
   4. DER HEADER
   ========================================================================== */
#header {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background-color: #000;
}

#header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    object-fit: cover;
}

/* ==========================================================================
   5. DAS LOGO
   ========================================================================== */
#logo {
    position: absolute;
    top: 150px;    
    left: -10px;    
    z-index: 10 !important;
    max-height: 220px;
    width: auto;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.7));
}

/* ==========================================================================
   6. DER HOLZBALKEN
   ========================================================================== */
#holzbalken {
    width: 100%;
    height: 50px;
    background-image: url("https://www.wild-wolves.ch/app/download/18661116496/holzbalken.png?t=1783975383");
    background-size: auto 240px;
    background-position: center -90px;
    background-repeat: repeat-x;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.6);
    z-index: 5;
    position: relative;
    margin-top: 0px;
}

/* ==========================================================================
   7. INHALTS-CONTAINER (Sauber strukturiert & linksbündig)
   ========================================================================== */
#content { width: 100%; }
#sidebar { display: none !important; }
.portalwolf-video { width: 40%; height: auto; display: block; margin: 30px auto; border-radius: 10px; }

/* ==========================================================================
   11. DER MYSTISCHE SLOGAN
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Mystery+Quest&display=swap');

.header-slogan {
    position: absolute;
    bottom: 50px;   
    left: 50px;     
    z-index: 15 !important; 
    font-family: 'Mystery Quest', cursive !important; 
    font-size: 32px !important; 
    letter-spacing: 1.5px;
    padding: 15px 10px !important;
    line-height: 1.4 !important;
    display: inline-block !important;
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.6), 0 0 20px rgba(255, 140, 0, 0.4), 2px 2px 6px rgba(0, 0, 0, 0.9) !important;
    animation: gentleGlow 5s ease-in-out infinite alternate !important;
}

@keyframes gentleGlow {
    0% { text-shadow: 0 0 8px rgba(240, 185, 90, 0.5), 0 0 15px rgba(240, 185, 90, 0.3), 2px 2px 6px rgba(0, 0, 0, 0.9); }
    100% { text-shadow: 0 0 15px rgba(255, 165, 0, 0.8), 0 0 25px rgba(212, 175, 55, 0.6), 2px 2px 6px rgba(0, 0, 0, 0.9); }
}

@media screen and (max-width: 768px) {
    .header-slogan { font-size: 22px !important; left: 20px; bottom: 20px; white-space: normal !important; }
}

/* ==========================================================================
   12. PLASTISCHER EFFEKT FÜR DIE WOLF-KACHELN
   ========================================================================== */
.wolfs-kachel-video {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    border-radius: 12px !important;
    border: 3px solid #1a1a1a !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.85) !important;
    transition: all 0.3s ease-in-out !important;
}

.wolfs-kachel-video:hover {
    transform: translateY(-5px) !important;
    border-color: #ffa500 !important;
    box-shadow: 0 18px 35px rgba(255, 165, 0, 0.35) !important;
}

/* ==========================================================================
   15. VERFEINERTER CSS-NACHTFILTER (DUNKELBLAUER HIMMELSVERLAUF)
   ========================================================================== */
#header.nacht video {
    filter: brightness(0.65) saturate(0.7) contrast(1.1) hue-rotate(10deg) !important;
}

#header.nacht::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg, 
        rgba(5, 9, 31, 0.85) 0%, 
        rgba(10, 15, 45, 0.4) 50%, 
        rgba(0, 0, 0, 0) 100%
    ) !important;
    mix-blend-mode: multiply;
    z-index: 1;
    pointer-events: none;
}

#sternschnuppen-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.sternschnuppe {
    position: absolute;
    top: -50px;
    right: 15%;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffa500;
    transform: rotate(-35deg);
    animation: schnuppenFlug 12s infinite ease-in-out;
}

.sternschnuppe::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    width: 120px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,165,0,0) 0%, rgba(255,255,255,0.7) 100%);
}

@keyframes schnuppenFlug {
    0% { transform: translate(0, 0) rotate(-35deg) scale(0); opacity: 0; }
    10% { opacity: 1; transform: translate(-100px, 70px) rotate(-35deg) scale(1); }
    18% { transform: translate(-300px, 210px) rotate(-35deg) scale(0.8); opacity: 1; }
    22% { transform: translate(-450px, 315px) rotate(-35deg) scale(0); opacity: 0; }
    100% { transform: translate(-450px, 315px) rotate(-35deg) scale(0); opacity: 0; }
}

/* ==========================================================================
   16. DER MAJESTÄTISCHE MILCHGLAS-CONTAINER (LINKSBÜNDIG) & BUTTONS
   ========================================================================== */
#container {
    position: relative !important;
    max-width: 800px !important;              
    margin-left: 5% !important;               
    margin-right: auto !important;            
    margin-top: 40px !important;
    margin-bottom: 350px !important;          
    padding: 60px 50px !important;            
    
    background: linear-gradient(
        135deg, 
        rgba(10, 10, 15, 0.75) 0%, 
        rgba(10, 10, 15, 0.50) 50%, 
        rgba(10, 10, 15, 0.20) 100%
    ) !important; 
    
    backdrop-filter: blur(8px) !important;          
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;            
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4) !important;
}

/* Der Standardtext im Container */
#content p, #content li, #content span:not([style*="color"]) {
    color: #ffffff !important;
    text-shadow: none !important; 
    mix-blend-mode: normal !important;
}

/* PRÄZISES BUTTON-STYLING */
#content a.cc-j-button, 
#content .j-calltoaction-wrapper a,
a.cc-j-button {
    padding: 14px 32px !important; 
    font-size: 16px !important;        
    letter-spacing: 0.8px !important;  
    border-radius: 8px !important;     
    display: inline-block !important;
    border: 3px solid #ffffff !important; 
    background-color: rgba(10, 10, 15, 0.7) !important; 
    color: #ffffff !important; 
    font-weight: bold !important;
    text-decoration: none !important;
    transition: all 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important; 
}

#content a.cc-j-button:hover, 
#content .j-calltoaction-wrapper a:hover,
a.cc-j-button:hover {
    background: linear-gradient(90deg, #ffcc00 0%, #ff5500 100%) !important; 
    border-color: #ff5500 !important; 
    color: #0c0c12 !important; 
    box-shadow: 0 0 25px rgba(255, 85, 0, 0.7) !important; 
    transform: translateY(-3px) !important; 
    transition: all 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}