/* theme-restore.css — zartes Cremeweiß für Hero + Sidebar-Buttons */

/* === Seiten- & Sidebarfarben (wie zuvor) === */
body{
  background:#F2EADA !important;   /* warmer Seitenhintergrund */
  color:#4c3b28 !important;
}
.sidebar{
  background:#E8DAB5 !important;   /* Sidebar Beige */
  border-right:1px solid #D8C9A6 !important;
}

/* === Sidebar-Buttons jetzt zartes Cremeweiß mit minimal Braun-Touch === */
.sidebar .nav li a{
  background:#FAF8F3 !important;   /* zartes Cremeweiß */
  border:1px solid #E5D6B8 !important;
  border-radius:12px !important;
  box-shadow: inset 0 1px 0 #f6f3e9 !important;
  color:#4c3b28 !important;
  transition:background .2s ease,color .2s ease;
}
.sidebar .nav li a:hover{
  background:#F0ECE4 !important; /* minimal dunkler beim Hover */
  color:#3c2d1f !important;
}

/* Aktiver Link bleibt weiß */
.sidebar .nav li.active > a,
.sidebar .nav li > a[aria-current="page"]{
  background:#ffffff !important;
  color:#5e4a2f !important;
  font-weight:700 !important;
  box-shadow: inset 0 0 0 1px #eadfc8 !important;
}

/* Logo */
.sidebar .brand img{
  max-width:150px !important;
  height:auto !important;
  display:inline-block !important;
}

/* === Gleiche Breite für Hero + Felder darunter === */
main > .hero,
main > .section,
main > .wrap,
main > .grid,
main > .form-card,
main > .container{
  max-width:1000px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

/* === Hero jetzt zartes Cremeweiß === */
.hero{
  background:#FAF8F3 !important;             /* zartes Cremeweiß mit Hauch Braun */
  border:1px solid #E5D6B8 !important;
  border-radius:16px !important;
  box-shadow:0 2px 6px rgba(0,0,0,.04) !important;
}

/* Karten bleiben weiß mit warmem Rand */
.card{
  background:#FFFFFF !important;
  border:1px solid #E5D6B8 !important;
  border-radius:14px !important;
  box-shadow:0 2px 8px rgba(0,0,0,.04) !important;
}
