/*
Theme Name:
Theme URI:  https://florianfeuer.de
Author:      Florian Feuer
Author URI:  https://florianfeuer.de
Description: Ein klares, responsives WordPress-Theme mit Feuerwehr-Motto.
Version:     1.0
License:     GNU General Public License v2 or later
Text Domain: feuerwehr-theme
*/
:root{
  --primary:#c62828;
  --accent:#ffb300;
  --bg:#ffffff;
  --muted:#666666;
  --max-width:1100px;
  --gap:1rem;
}
*{box-sizing:border-box}
html,body{height:100%;margin:0;font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:var(--bg); color:#222}
a{color:var(--primary); text-decoration:none}
.site{max-width:var(--max-width);margin:0 auto;padding:1rem}
.header{display:flex;align-items:center;justify-content:space-between;gap:var(--gap);padding:1rem 0}
.brand{display:flex;align-items:center;gap:.6rem}
.logo{width:48px;height:48px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,var(--primary),#fb6956);color:white;font-weight:700}
.site-title{font-size:1.2rem;margin:0}
.site-description{font-size:.85rem;color:var(--muted);margin:0}
.nav-toggle{display:none;border:0;background:transparent;font-size:1.6rem}
.nav{display:flex;gap:1rem;align-items:center}
.nav a{padding:.5rem .6rem;border-radius:6px}
.hero{background:linear-gradient(180deg,rgba(198,40,40,0.06),transparent);padding:1rem;border-radius:10px;margin:1rem 0}
.hero h1{margin:0 0 .5rem}
.content{display:grid;grid-template-columns:1fr 300px;gap:1.25rem}
.article{background:white;padding:1rem;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,0.04)}
.sidebar{position:relative}
.widget{background:white;padding:.8rem;border-radius:8px;margin-bottom:.8rem}
.footer{padding:1rem 0;color:var(--muted);font-size:.9rem;text-align:center}
@media(min-width:700px){.nav-toggle{display:none}.nav{display:flex}}
@media(max-width:699px){.content{grid-template-columns:1fr}.nav{display:none}.nav-toggle{display:block}}
.post-meta{font-size:.85rem;color:var(--muted);margin-bottom:.6rem}
.entry-title{margin:0 0 .6rem}
.featured-img{width:100%;height:auto;border-radius:8px}
.badge-fire{display:inline-block;padding:.25rem .6rem;border-radius:999px;background:var(--primary);color:white;font-weight:600}
