/* Dunkles, luxuriöses Design mit goldenen Akzenten */
body.bg-dark {
  background-color: #121212 !important;
  color: #ffffff;
}

.text-gold {
  color: #d4af37 !important; /* Goldton */
}

.border-gold {
  border-color: #d4af37 !important;
}

.navbar-brand.text-gold:hover {
  color: #ffd700 !important;
}

.dropdown-menu.bg-dark .dropdown-item:hover {
  background-color: #333333 !important;
  color: #ffd700 !important; 
}

/* Beispiel für weitere goldene Akzente */
footer {
  border-top: 1px solid #d4af37;
}
