/* ========================================
   CSS VARIABLEN - Farb-Ãœberschreibungen
   ======================================== */

:root {
  /* PrimÃ¤rfarbe: Dunkelrot statt Blau */
  --color-primary-900: #5c0a0a;
  --color-primary-800: #8b0000;
  --color-primary-700: #a01010;
  --color-primary-600: #b91c1c;
  --color-primary-500: #dc2626;
}

/* ========================================
   LOGO - SeitenverhÃ¤ltnis beibehalten!
   ======================================== */

.site-logo-image,
.site-logo {
  height: 50px;
  width: auto !important;
  max-width: none;
  object-fit: contain;
}