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

/* ========================================================
   TYPOGRAFIE & BASICS
   ======================================================== */
a:link, a:visited {
    text-decoration: underline;
    color: #EC4413;
}
a:active { text-decoration: underline; }
a:hover { text-decoration: none; }

body {
    background: black;
    padding: 0;
    margin: 0;
    font: 15px/1.85 'Cinzel', serif;
}

/* ========================================================
   DER MAJESTÄTISCHE WURZEL-CONTAINER
   ======================================================== */
#container {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    background-image: url("https://www.wild-wolves.ch/app/download/18653031796/hintergrund+website.png?t=1781377536") !important;  
    background-repeat: no-repeat !important;  
    background-position: center top !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    background-color: black !important;  
    min-height: 800px;
    padding-bottom: 300px !important; 
    filter: none !important;
    transition: filter 0.4s ease-in-out !important; 
    position: relative;
    z-index: 10;
}

#container:hover {
    filter: contrast(1.3) brightness(1.2) !important; 
}

/* ========================================================
   HEADER (LOGO & VIDEO)
   ======================================================== */
#header {
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#header h1, #header a {
    padding: 0;
    font-family: "Helvetica", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.3em;
    color: #666666;
    text-align: right;
}

#header a:hover { text-decoration: none; }

#logo {
    position: absolute;
    top: 80px;
    left: 40px;
    width: 380px;
    height: auto;
    z-index: 20;
    transition: all 0.3s ease-in-out;
}

#header video {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
}

/* Sidebar deaktiviert */
#sidebar {
    display: none;
}

/* ========================================================
   DER TRANSPARENTE CONTENT-BLOCK
   ======================================================== */

#content,
#content div,
#content .cc-matrix,
#content .j-text,
#content .cc-m-text,
#content .cc-content-parent,
#content section,
#content .j-module {
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

#content {
    min-height: 300px;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 25px;
    position: relative;
    z-index: 20;
}

/* ========================================================
   SCROLL-DARKENER
   ======================================================== */

#scroll-darkener {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40vh;

    pointer-events: none;

    z-index: 5;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.85) 0%,
        rgba(0,0,0,0) 100%
    );

    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

/* ========================================================
   DIE NAVIGATION
   ======================================================== */
#navigation {
    float: none !important;
    width: 100% !important;
    padding: 2px 0 !important;
    text-align: center !important;
    background: rgba(10, 10, 10, 0.45) !important; 
    backdrop-filter: blur(6px) !important; 
    -webkit-backdrop-filter: blur(6px) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) !important;
    border-bottom: 1px solid #2A1D13 !important; 
}

ul.mainNav1, ul.mainNav2, ul.mainNav3,
ul.mainNav1 li, ul.mainNav2 li, ul.mainNav3 li {
    background: transparent !important;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.mainNav1 li, ul.mainNav2 li, ul.mainNav3 li {
    display: inline-block !important;
    margin: 0 6px !important; 
}

ul.mainNav1 li a, ul.mainNav2 li a, ul.mainNav3 li a {
    font-family: 'Cinzel', serif !important;
    font-size: 14px !important; 
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important; 
    text-decoration: none !important;
    color: #f5f2eb !important; 
    display: inline-block !important;
    padding: 4px 12px !important;
    background: transparent !important;
    transition: all 0.3s ease-in-out !important; 
}

ul.mainNav1 a:hover, ul.mainNav2 a:hover, ul.mainNav3 a:hover {
    background: rgba(236, 68, 19, 0.15) !important; 
    color: #EC4413 !important; 
    border-radius: 4px !important;
}

ul.mainNav1 a.current, ul.mainNav2 a.current, ul.mainNav3 a.current {
    font-weight: 700 !important;
    color: #EC4413 !important; 
    border-bottom: 2px solid #EC4413 !important; 
    background: transparent !important;
}

/* ========================================================
   DER HOLZBALKEN
   ======================================================== */
#holzbalken {
    display: block !important;
    clear: both !important;
    width: 100% !important;
    height: 32px !important; 
    background-color: #2A1D13 !important; 
    background-image: url("https://www.wild-wolves.ch/app/download/18653200696/holzbalken.png?t=1781440193") !important;
    background-repeat: repeat-x !important; 
    background-position: center 49% !important; 
    background-size: 18.5% auto !important; 
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 25 !important;
}

/* ========================================================
   DIE TITEL (TITEL-EFFEKTE)
   ======================================================== */

#content h1, #content h2, #content h3, .j-header h1, .j-header h2 {
    font-family: 'Cinzel Decorative', serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    text-shadow:
        0 0 4px #000,
        0 0 8px #000,
        3px 3px 8px #000,
        -3px -3px 8px #000 !important;
}

#content h1 {
    font-size: 26px !important;
}

#content h2 {
    font-size: 20px !important;
    margin-top: 45px !important;
}

#content h1:hover,
#content h2:hover,
#content h3:hover {
    color: #EC4413 !important;
    text-shadow:
        2px 2px 5px #000,
        -1px -1px 2px #000,
        0 0 8px rgba(236,68,19,0.75) !important;
}

/* ========================================================
   DER FLIESSTEXT
   ======================================================== */

#content p,
#content li,
#content span,
.cc-m-text p,
.j-text p {
    font-family: 'Cinzel', serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    line-height: 1.85 !important;
    letter-spacing: 0.6px !important;

    color: #ece7d8 !important;

    text-shadow:
        -1px -1px 0 #000,
         1px -1px 0 #000,
        -1px  1px 0 #000,
         1px  1px 0 #000,
         0px 2px 3px rgba(0,0,0,0.8) !important;
}

/* ========================================================
   ELEMENTE-ABSICHERUNG (BUTTON-BOXEN)
   ======================================================== */
.video-button-box {
    display: inline-block !important;
    width: 100% !important;
    max-width: 350px !important;  
    height: 200px !important;        
    overflow: hidden !important;
    position: relative;
}

.video-button-box video.video-button-media,
.video-button-box .video-button-media {
    width: 100% !important;
    height: 100% !important;   
    min-height: 100% !important;
    max-height: 100% !important; 
    display: block !important;
    object-fit: cover !important;  
    position: absolute !important; 
    top: 0 !important;
    left: 0 !important;
}

.video-button-box a.video-button-link,
.video-button-box .video-button-link {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 30 !important; 
}

/* ========================================================
   DER FOOTER
   ======================================================== */
#footer {
    clear: both;
    margin-top: 0;
    background: none;
    height: auto; 
}

#footer .gutter {
    min-height: 30px;
    padding: 35px 15px 35px 25px; 
}

/* ==========================================================================
   DIE MOBIL-ANSICHT
   ========================================================================== */
@media (max-width: 768px) {
    #container, .cc-content-parent, body {
        background-position: 15% top !important;
        background-attachment: scroll !important;
    }
    
    #logo {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin: 30px auto 20px auto !important;
        display: block !important;
        width: 80% !important;
        max-width: 280px !important;
    }
    
    #header video {
        height: 250px !important;
    }

    #mobile-navigation ul, #mobile-navigation li, .cc-m-nav ul, .cc-m-nav li {
        list-style-type: none !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        text-indent: 0 !important;
    }

    #mobile-header, .j-mobile-header, [id*="header"] {
        background-color: rgba(10, 10, 10, 0.7) !important;
        border: none !important;
    }

    #mobile-navigation, .cc-m-navigation, [id*="navigation"] {
        background-color: rgba(10, 10, 10, 0.85) !important;
    }

    #mobile-navigation a, .cc-m-nav a, [id*="navigation"] a {
        font-family: 'Cinzel', serif !important;
        font-size: 16px !important;
        color: #ffffff !important;
        text-align: center !important;
        display: block !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    ul.mainNav1 li, ul.mainNav2 li, ul.mainNav3 li {
        display: block !important; 
        margin: 10px 0 !important;
    }

    ul.mainNav1 li a, ul.mainNav2 li a, ul.mainNav3 li a {
        font-size: 16px !important; 
        padding: 8px 20px !important;
        display: block !important;
    }
}