/* ===== PATRIOT VIDEO – DARK MODE ===== */

body {
    background: #0b0b0b !important;
    color: #eeeeee !important;
}

/* Hauptbereich */
#sp-main-body {
    background: #0b0b0b !important;
}

/* Header */
#sp-header {
    background: #111111 !important;
    border-bottom: 1px solid #292929 !important;
}

/* Navigation */
.sp-megamenu-parent > li > a {
    color: #eeeeee !important;
}

.sp-megamenu-parent > li > a:hover {
    color: #e00000 !important;
}

/* Seiteninhalt */
.sp-page-title {
    background: #111111 !important;
    color: #ffffff !important;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}

/* Links */
a {
    color: #dddddd;
}

a:hover {
    color: #e00000;
}

/* Joomla Beiträge */
.article-info,
.article-info dd,
.article-info dt {
    color: #888888 !important;
}

/* Module */
.sp-module {
    background: #111111;
    color: #eeeeee;
}

/* Footer */
#sp-footer {
    background: #080808 !important;
    color: #888888 !important;
    border-top: 1px solid #222222;
}

/* Buttons */
.btn,
button {
    background: #c00000 !important;
    border-color: #c00000 !important;
    color: #ffffff !important;
}

.btn:hover,
button:hover {
    background: #e00000 !important;
    border-color: #e00000 !important;
}

/* Suchfeld */
input,
textarea,
select {
    background: #181818 !important;
    color: #ffffff !important;
    border: 1px solid #333333 !important;
}

/* Dropdown-Menüs */
.sp-megamenu-parent .sp-dropdown {
    background: #151515 !important;
}

.sp-megamenu-parent .sp-dropdown li a {
    color: #eeeeee !important;
}

.sp-megamenu-parent .sp-dropdown li a:hover {
    background: #222222 !important;
    color: #e00000 !important;
}