body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/* ============================================
   NIGHTHEAVEN - Vollständiges Stylesheet
   Für: OLD HOME Seite
   GOLDENROD AKZENT | NAV untereinander (vertikal)
   NAV FONT: CINZEL 25px
   ============================================ */

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

/* ---------- Basis Reset ---------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: rgb(0, 0, 0);
    color: goldenrod;
    font-family: "Cinzel", serif;
    line-height: 1.7;
    min-height: 100vh;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
    padding: 2rem 0;
}

/* ============================================
   CONTAINER (old_home Seite)
   ============================================ */

#container {
    background: rgba(10, 10, 10, 0.95);
    border-radius: 28px;
    border: 1px solid rgba(218, 165, 32, 0.15);
    padding: 2.5rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

#main .inside {
    max-width: 100%;
}

/* ============================================
   OLD_HOME: NAVIGATION + LOGO
   NAV-BLOCK (links) + LOGO (rechts)
   NAV-ITEMS UNTEREINANDER (vertikal)
   ============================================ */

.content-text.media--right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ---------- Logo / Figure - RECHTS ---------- */
.content-text.media--right figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(218, 165, 32, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.8);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 450px;
    height: 450px;
    flex-shrink: 0;
    float: right;
    order: 2;
}

.content-text.media--right figure:hover {
    transform: scale(1.02) translateY(-4px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9), 0 0 80px rgba(218, 165, 32, 0.08);
}

.content-text.media--right figure img {
    display: block;
    width: 450px;
    height: 450px;
    object-fit: cover;
}

/* ---------- NAV-BLOCK - LINKS (order: 1) ---------- */
.content-text.media--right .rte {
    flex: 1 1 300px;
    min-width: 200px;
    order: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    list-style: none;
    padding: 0;
}

/* ---------- NAV-ITEMS als <li> - UNTEREINANDER ---------- */
.content-text.media--right .rte li {
    display: block;
    font-family: "Cinzel", serif;
    font-size: 25px;  /* ← NAV FONT 25px */
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    background: rgba(218, 165, 32, 0.03);
    border-left: 3px solid rgba(218, 165, 32, 0.2);
    transition: all 0.25s ease;
    cursor: pointer;
    width: 100%;
    overflow: hidden;
}

/* ---------- <p> innerhalb von <li> (NAV FONT) ---------- */
.content-text.media--right .rte li p {
    display: block;
    font-family: "Cinzel", serif;
    font-size: 25px;  /* ← NAV FONT 25px */
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
    padding: 0.7rem 1.4rem;
    color: #d4c080;
    transition: all 0.25s ease;
}

.content-text.media--right .rte li:hover p {
    color: goldenrod;
    background: rgba(218, 165, 32, 0.06);
}

/* ---------- <a> als Block-Element (volle Höhe & Breite) ---------- */
.content-text.media--right .rte li a {
    display: block;
    text-decoration: none;
    color: #d4c080;
    padding: 0.7rem 1.4rem;
    font-family: "Cinzel", serif;
    font-size: 25px;  /* ← NAV FONT 25px */
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
    outline: none;
    width: 100%;
    height: 100%;
}

.content-text.media--right .rte li a:hover {
    color: goldenrod;
    background: rgba(218, 165, 32, 0.06);
}

.content-text.media--right .rte li a:focus {
    outline: 2px solid goldenrod;
    outline-offset: -4px;
}

/* ---------- Hover auf dem <li> (gesamter Block) ---------- */
.content-text.media--right .rte li:hover {
    background: rgba(218, 165, 32, 0.06);
    border-left-color: goldenrod;
}

.content-text.media--right .rte li:hover a {
    color: goldenrod;
}

/* ---------- Aktiver Nav-Link ---------- */
.content-text.media--right .rte li.active {
    background: rgba(218, 165, 32, 0.12) !important;
    border-left-color: goldenrod !important;
    box-shadow: 0 0 30px rgba(218, 165, 32, 0.08);
}

.content-text.media--right .rte li.active a {
    color: goldenrod !important;
}

.content-text.media--right .rte li.active p {
    color: goldenrod !important;
}

.content-text.media--right .rte li.active::before {
    color: goldenrod !important;
}

.content-text.media--right .rte li.active:hover {
    background: rgba(218, 165, 32, 0.18) !important;
}

/* ---------- Dekoelemente (◆) ---------- */
.content-text.media--right .rte li::before {
    content: '◆';
    display: inline-block;
    margin-right: 0.6rem;
    font-size: 0.9rem;
    color: rgba(218, 165, 32, 0.3);
    transition: all 0.3s ease;
    pointer-events: none;
}

.content-text.media--right .rte li:hover::before {
    color: goldenrod;
    transform: rotate(90deg);
}

/* ---------- Erster Punkt golden (Neuigkeiten) ---------- */
.content-text.media--right .rte li:nth-child(1) a {
    font-weight: 900;
    color: goldenrod;
}

.content-text.media--right .rte li:nth-child(1) p {
    font-weight: 900;
    color: goldenrod;
}

.content-text.media--right .rte li:nth-child(1) {
    border-left-color: goldenrod;
    text-shadow: 0 0 30px rgba(218, 165, 32, 0.1);
}

/* ============================================
   ARTICLE 3: Neuigkeiten
   ============================================ */

#article-3 {
    margin-top: 2.5rem;
    border-top: 1px solid rgba(218, 165, 32, 0.15);
    padding-top: 1.5rem;
}

#article-3 .content-text {
    text-align: center;
}

#article-3 .rte h1 {
    font-family: "Cinzel", serif;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: goldenrod;
    text-shadow: 0 0 40px rgba(218, 165, 32, 0.08);
    margin-bottom: 1.5rem;
}

#article-3 .rte h3 {
    font-family: "Cinzel", serif;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #d4c080;
    margin: 1rem 0 0.3rem 0;
    transition: all 0.3s ease;
}

#article-3 .rte h3:hover {
    color: goldenrod;
    text-shadow: 0 0 30px rgba(218, 165, 32, 0.05);
}

#article-3 .rte h3 a {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0.2rem 1rem;
}

#article-3 .rte h3 a:hover {
    color: goldenrod;
    text-shadow: 0 0 30px rgba(218, 165, 32, 0.1);
}

#article-3 .rte p {
    font-family: "Cinzel", serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b8860b;
    margin-bottom: 1.2rem;
    opacity: 0.8;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

/* Tablets & kleinere Bildschirme */
@media (max-width: 1024px) {
    #wrapper {
        width: 100%;
        padding: 1.5rem 1rem;
    }

    .content-text.media--right {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .content-text.media--right figure {
        width: 320px;
        height: 320px;
        float: none;
        order: 2;
    }

    .content-text.media--right figure img {
        width: 320px;
        height: 320px;
    }

    .content-text.media--right .rte {
        order: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }

    .content-text.media--right .rte li {
        font-size: 22px;  /* ← NAV FONT 22px auf Tablet */
        text-align: center;
        border-left: none;
        border-bottom: 2px solid rgba(218, 165, 32, 0.15);
        border-radius: 0;
        width: 100%;
    }

    .content-text.media--right .rte li a {
        font-size: 22px;
        padding: 0.8rem 1rem;
    }

    .content-text.media--right .rte li p {
        font-size: 22px;
        padding: 0.8rem 1rem;
    }

    .content-text.media--right .rte li::before {
        display: none;
    }

    .content-text.media--right .rte li:hover {
        border-bottom-color: goldenrod;
    }

    #article-3 .rte h1 {
        font-size: 1.6rem;
    }

    #article-3 .rte h3 {
        font-size: 1.1rem;
    }
}

/* Mobile (Handys) */
@media (max-width: 480px) {
    #wrapper {
        padding: 0.8rem;
    }

    #container {
        padding: 1.2rem 0.8rem;
        border-radius: 16px;
    }

    .content-text.media--right figure {
        width: 220px;
        height: 220px;
    }

    .content-text.media--right figure img {
        width: 220px;
        height: 220px;
    }

    .content-text.media--right .rte li {
        font-size: 18px;  /* ← NAV FONT 18px auf Handy */
    }

    .content-text.media--right .rte li a {
        font-size: 18px;
        padding: 0.6rem 0.8rem;
        letter-spacing: 0.03em;
    }

    .content-text.media--right .rte li p {
        font-size: 18px;
        padding: 0.6rem 0.8rem;
        letter-spacing: 0.03em;
    }

    #article-3 .rte h1 {
        font-size: 1.2rem;
    }

    #article-3 .rte h3 {
        font-size: 0.9rem;
    }

    #article-3 .rte p {
        font-size: 0.75rem;
    }
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #b8860b, #8b6508);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #daa520, #b8860b);
}
