/* FULL STYLE FILE (merged) */
/* =========================
   Grundfarben & Variablen
   ========================= */
:root {
    --beige: #f5e6d3;
    --accent: #b30000;
    --accent-dark: #7a0000;
    --text: #222;
    --shadow: 0 4px 16px rgba(0,0,0,0.15);
}

/* =========================
   Allgemeine Seite
   ========================= */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #faf7f3;
    color: var(--text);
}

h1, h2, h3 {
    color: var(--accent-dark);
}

a {
    color: var(--accent-dark);
    text-decoration: none;
}

.container {
    width: 95%;
    max-width: 1200px;
    margin: auto;
}

/* =========================
   Navigation
   ========================= */
.main-nav {
    background: var(--beige);
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 999;
}

.nav-inner { display:flex; justify-content:center; align-items:center; gap:35px; padding:20px 10px; }

.nav-logo img {
    height: 55px;
}

.nav-links {
    display: flex;
    gap: 18px;
    align-items: center;
}

.nav-links a {
    color: var(--accent-dark);
    font-weight: bold;
    padding: 8px 10px;
}

.nav-links a.active {
    border-bottom: 3px solid var(--accent-dark);
}

/* Mobile Toggle */
.nav-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: var(--accent-dark);
}

/* =========================
   Mobile Navigation
   ========================= */
@media(max-width: 850px) {
    .nav-toggle {
        display: flex;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background: var(--beige);
        padding: 10px 0;
    }

    .nav-links.active {
        display: flex;
    }
}

/* =========================
   Buttons
   ========================= */
.news-btn {
    display: inline-block;
    background: var(--accent);
    color: var(--beige) !important;
    padding: 10px 18px;
    border-radius: 8px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

.news-btn:hover {
    background: var(--accent-dark);
}

/* =========================
   Banner Bilder
   ========================= */
.blog-hero-img,
.featured-cover,
.news-thumb {
    width: 100%;
    border-radius: 14px;
    object-fit: cover;
}

/* =========================
   Blog Layout
   ========================= */
.blog-content {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    margin-top: 1.5em;
}

.post-date {
    opacity: .7;
    margin-top: -10px;
}

/* =========================
   News Grid
   ========================= */
.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 2em;
}

 
.news-card {
    background: var(--beige);
    padding: 18px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    text-align: center;
}

.news-card p {
    text-align: justify;
}

/* =========================
   Support Grid
   ========================= */
.support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.support-card {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    text-align: center;
}

.support-icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--accent-dark);
}

/* =========================
   Equipment Grid
   ========================= */
.equip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.equip-card {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.equip-icon {
    font-size: 38px;
    margin-bottom: 10px;
    color: var(--accent-dark);
}

.equip-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.equip-list li {
    margin-bottom: 0.8em;
}

.uc {
    opacity: 0.7;
    font-style: italic;
}

/* =========================
   Featured Game
   ========================= */
.featured-box {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    max-width: 900px;
    margin: auto;
}

.featured-content {
    text-align: center;
}

.affiliate-note {
    font-size: 0.85em;
    opacity: 0.7;
    margin-top: 10px;
}

/* =========================
   Impressum & Datenschutz
   ========================= */
.legal-box {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    max-width: 900px;
    margin: auto;
    margin-top: 1.5em;
}

/* =========================
   Footer
   ========================= */
.footer-modern {
    background: #111;
    color: var(--beige);
    padding: 30px 0;
    margin-top: 3em;
    text-align: center;
}

.footer-modern a {
    color: var(--beige);
    margin: 0 8px;
}

.footer-socials {
    margin: 15px 0;
}

.footer-socials i {
    font-size: 26px;
    margin: 0 10px;
}

/* NAV FIX */ .nav-links li { list-style:none!important; }
.page-section{padding:40px 0;}.page-section .container{max-width:900px;margin:0 auto;padding:0 20px;}
.blog-image{width:100%;max-width:900px;margin:20px auto;display:block;border-radius:6px;}
.blog-list-box{background:var(--beige);padding:25px;border-radius:14px;box-shadow:var(--shadow);max-width:900px;margin:2em auto;}
.blog-list-entry{margin-bottom:2.2em;}
.blog-list-entry p{text-align:justify;}
.page-section h1,.page-section h2{text-align:center;}


/* =========================
   Premium Blog Post Layout
   ========================= */
.premium-container {
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.premium-box {
    background: var(--beige);
    padding: 25px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    max-width: 900px;
    width: 100%;
}

/* =========================
   Blog Overview Cards
   ========================= */
.blog-list {
    max-width: 900px;
    margin: 2em auto 3em auto;
}

.blog-card {
    background: var(--beige);
    padding: 20px;
    border-radius: 14px;
    box-shadow: var(--shadow);
    margin-bottom: 20px;
}

.blog-card h2 {
    margin-top: 0;
}

.blog-card p {
    text-align: justify;
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    color: var(--beige);
    background: var(--accent);
    padding: 8px 16px;
    border-radius: 8px;
}

.read-more:hover {
    background: var(--accent-dark);
    color: var(--beige);
}

/* Ensure featured-box also has some bottom margin */
.featured-box {
    margin: 0 auto 3em auto;
}
