/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2026 | 12:50:36 */
/* ==================================================
   CLASSIC VIDEOGAMES – KOMPLETTES FACELIFT-CSS
   Theme: Tikva
   ================================================== */

/* ==================================================
   HAUPTLOGO
   ================================================== */

#site-header-image {
    box-sizing: border-box;
    border: 1px solid #283377;
    border-radius: 5px;
    box-shadow: 0 0 14px rgba(40, 51, 119, 0.3);
}

/* ==================================================
   1. ALLGEMEINE FORMATIERUNG
   ================================================== */

/* Korrekte Darstellung von gefloateten Blockelementen */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.left {
    position: relative;
    float: left;
    width: auto;
    margin: 0 auto;
}

.img,
.content {
    display: table-cell;
    vertical-align: middle;
}

.bottom {
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 10px;
}

/* Zweispaltige Hardwarelisten */
.hardwarelist {
    width: 350px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 0.85em;
    column-count: 2;
}

.heading {
    margin-left: 10%;
    text-align: justify;
}

.dividingline {
    max-width: 915px;
    height: 1px;
    border: 0;
    background-color: #08088a;
}

/* Bilder an die verfügbare Breite anpassen */
img {
    width: auto;
    max-width: 100%;
    height: auto;
}


/* ==================================================
   2. ARTIKEL UND TYPOGRAFIE
   ================================================== */

/* Angenehme Lesebreite auf großen Bildschirmen */
#content article {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

/* Exo 2 für den normalen Artikeltext */
#content .entry-content {
    font-family: "Exo 2", "Trebuchet MS", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.65;
}

/* Blocksatz und Abstand zwischen Absätzen */
#content .entry-content p {
    margin-bottom: 1.2em;
    text-align: justify;
}

/* Oxanium für Artikel- und Zwischenüberschriften */
#content .entry-title,
#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4 {
    font-family: "Oxanium", "Trebuchet MS", sans-serif;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.01em;
}

#content .entry-title {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1.25;
}

#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4 {
    margin-top: 1.6em;
    margin-bottom: 0.65em;
}

/* Datum, Autor und Bearbeiten-Link */
#content .entry-meta {
    margin-bottom: 20px;
    font-family: "Exo 2", "Trebuchet MS", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    opacity: 0.82;
}

/* Passende Stärke für hervorgehobenen Text */
#content .entry-content strong,
#content .entry-content b {
    font-weight: 700;
}

/* Beitragsbilder zentrieren und dezent einrahmen */
#content .entry-content img.wp-post-image {
    display: block;
    margin: 24px auto 36px;
    border: 1px solid #283377;
    border-radius: 4px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.3);
}

/* Links innerhalb der Beiträge und Seiten deutlich kennzeichnen */
#content .entry-content a {
    color: #79a7ff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

#content .entry-content a:hover,
#content .entry-content a:focus {
    color: #fff200;
}


/* ==================================================
   3. HAUPTMENÜ
   ================================================== */

/* Flache dunkelblaue Menüfläche */
.navbar-default {
    min-height: 50px;
    border: 1px solid #283377;
    border-bottom: 3px solid #08088a;
    border-radius: 5px;
    background-color: #171a2f !important;
    background-image: none !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.28);
    filter: none !important;
}

/* Menüpunkte */
.navbar-default .navbar-nav > li > a {
    padding: 15px 17px;
    color: #e8eaf4;
    background-image: none !important;
    font-family: "Oxanium", "Trebuchet MS", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-shadow: none;
    transition: color 0.2s ease, background-color 0.2s ease;
}

/* Dezente Trennlinien */
.navbar-default .navbar-nav > li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

/* Menüpunkt beim Darüberfahren */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff200;
    background-color: #080a38 !important;
}

/* Aktueller Menüpunkt */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff200;
    background-color: #080a38 !important;
    background-image: none !important;
    box-shadow: inset 0 -3px 0 #fff200;
}

/* Geöffnetes Untermenü */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff200;
    background-color: #080a38 !important;
    background-image: none !important;
}

/* Fläche der Untermenüs */
.navbar-default .dropdown-menu {
    padding: 6px 0;
    border: 1px solid #283377;
    border-radius: 3px;
    background-color: #171a2f;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
}

/* Links der Untermenüs */
.navbar-default .dropdown-menu > li > a {
    padding: 9px 18px;
    color: #e8eaf4;
    background-color: transparent;
    font-family: "Exo 2", "Trebuchet MS", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li > a:focus {
    color: #fff200;
    background-color: #080a38;
}

/* Mobiler Menüknopf */
.navbar-default .navbar-toggle {
    border-color: #283377;
    background-color: #080a38;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #12164a;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff200;
}


/* ==================================================
   4. NEWS- UND BLOGÜBERSICHTEN
   ================================================== */

/* Einzelne Meldungen optisch voneinander trennen */
body.blog #content article,
body.archive #content article {
    box-sizing: border-box;
    overflow: hidden;
    padding: 28px 30px 24px;
    margin-bottom: 38px;
    border: 1px solid #283377;
    border-top: 3px solid #08088a;
    border-radius: 6px;
    background-color: rgba(9, 12, 49, 0.72);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.22);
}

/* Verlinkte Artikelüberschriften */
body.blog #content .entry-title a,
body.archive #content .entry-title a {
    color: #f2f2f7;
    text-decoration: none;
    transition: color 0.2s ease;
}

body.blog #content .entry-title a:hover,
body.blog #content .entry-title a:focus,
body.archive #content .entry-title a:hover,
body.archive #content .entry-title a:focus {
    color: #fff200;
}

/* Kategorie-Links auf Übersichten und in Einzelbeiträgen */
body.blog #content article a[href*="/category/"],
body.archive #content article a[href*="/category/"],
body.single-post #content article a[href*="/category/"] {
    display: inline-block !important;
    padding: 6px 10px !important;
    border: 1px solid #283377 !important;
    border-radius: 3px !important;
    color: #fff200 !important;
    background: #171a2f !important;
    background-image: none !important;
    box-shadow: none !important;
    font-family: "Exo 2", "Trebuchet MS", sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

body.blog #content article a[href*="/category/"]:hover,
body.blog #content article a[href*="/category/"]:focus,
body.archive #content article a[href*="/category/"]:hover,
body.archive #content article a[href*="/category/"]:focus,
body.single-post #content article a[href*="/category/"]:hover,
body.single-post #content article a[href*="/category/"]:focus {
    border-color: #fff200 !important;
    color: #171a2f !important;
    background: #fff200 !important;
}

/* Seitennavigation passend zum Classic-Videogames-Design */
.pagination {
    margin-top: 28px;
    margin-bottom: 42px;
}

.pagination > li > a,
.pagination > li > span {
    padding: 9px 14px;
    border: 1px solid #283377 !important;
    color: #e8eaf4;
    background: #171a2f !important;
    background-image: none !important;
    box-shadow: none;
    font-family: "Oxanium", "Trebuchet MS", sans-serif;
    font-weight: 600;
    text-shadow: none;
}

.pagination > li > a:hover,
.pagination > li > a:focus {
    border-color: #fff200 !important;
    color: #fff200;
    background: #080a38 !important;
}

/* Aktuell ausgewählte Seite */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span {
    border-color: #fff200 !important;
    color: #171a2f !important;
    background: #fff200 !important;
}

/* Nicht anklickbare Schaltflächen */
.pagination > .disabled > span,
.pagination > .disabled > a {
    color: rgba(232, 234, 244, 0.45);
    background: #111429 !important;
}


/* ==================================================
   5. SMARTPHONES UND KLEINE BILDSCHIRME
   ================================================== */

@media (max-width: 767px) {
    /* Artikelbreite und Fließtext */
    #content article {
        max-width: none;
    }

    #content .entry-content {
        font-size: 17px;
        line-height: 1.6;
    }

    /* Linksbündig statt Blocksatz, damit keine großen Wortlücken entstehen */
    #content .entry-content p {
        text-align: left;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    /* Hauptmenü */
    .navbar-default .navbar-nav > li + li {
        border-top: 1px solid rgba(255, 255, 255, 0.07);
        border-left: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 12px 16px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 9px 25px;
        color: #e8eaf4;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff200;
        background-color: #080a38;
    }

    /* News-Karten */
    body.blog #content article,
    body.archive #content article {
        padding: 18px 16px 20px;
        margin-bottom: 28px;
        border-radius: 4px;
    }

    /* Kompaktere Überschriften in der News-Übersicht */
    body.blog #content .entry-title,
    body.archive #content .entry-title {
        margin-bottom: 8px;
        font-size: 28px;
        line-height: 1.25;
    }

    body.blog #content .entry-content h2,
    body.blog #content .entry-content h3,
    body.archive #content .entry-content h2,
    body.archive #content .entry-content h3 {
        font-size: 24px;
        line-height: 1.35;
    }
}


/* ==================================================
   6. DESKTOP-MENÜ GLEICHMÄSSIG VERTEILEN
   ================================================== */

@media (min-width: 992px) {
    .navbar-default .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-default .navbar-nav {
        display: flex;
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .navbar-default .navbar-nav > li {
        float: none;
        flex: 1 1 0;
        min-width: 0;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 50px;
        padding-right: 6px;
        padding-left: 6px;
        white-space: nowrap;
    }
}