/*
 Theme Name:   Twenty Fourteen Witchguard Edition
 Description:  Modernes Gaming-Layout basierend auf Twenty Fourteen
 Author:       Witchguard
 Template:     twentyfourteen
 Version:      1.1.0
*/

/* --- DESIGN MODERNISIERUNG --- */

/* Hintergrund der gesamten Seite */
body, .site, .site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content {
    background-color: #000000 !important;
    color: #e0e0e0 !important;
}

/* Die linke Navigationsleiste */
.primary-navigation, .secondary-navigation, .site-header {
    background-color: #000000 !important;
    border-right: 1px solid #00ff00;
}

/* Neon-Grüne Akzente für Links und Titel */
a, .entry-title a, .widget-title, .site-description {
    color: #00ff00 !important;
    text-decoration: none;
}

a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px #00ff00;
}

/* Buttons im Witchguard-Stil */
button, .button, input[type="submit"] {
    background-color: #00ff00 !important;
    color: #000000 !important;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}

/* Sidebar Rechts */
#secondary {
    background-color: #111111 !important;
    border-left: 1px solid #333333;
}

/* Widgets Anpassung */
.widget {
    color: #cccccc;
}

/* Fokus-Rahmen für Bilder/Content */
.entry-content img {
    border: 2px solid #333333;
    transition: border-color 0.3s ease;
}

.entry-content img:hover {
    border-color: #00ff00;
}

/* Layout-Aufbruch für breitere Bildschirme (Optional) */
.site {
    max-width: 100%; /* Twenty Fourteen ist standardmäßig auf 1260px begrenzt */
}