/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 18 2025 | 19:27:57 */
/* Navigation-Hintergrund sicher hell */
.main-navigation { background:#333333; }

/* Standard-Linkfarbe im Hauptmenü (Desktop & Mobil) */
.main-navigation .main-nav ul li a,
.main-navigation .menu-toggle,
.main-navigation .menu-bar-items .search-item a {
  color: #dddddd !important;
}

/* Hover/Focus */
.main-navigation .main-nav ul li a:hover,
.main-navigation .main-nav ul li a:focus {
  color: #a40032 !important;
}

/* Aktive Seite/Hervorhebung */
.main-navigation .main-nav ul li.current-menu-item > a,
.main-navigation .main-nav ul li.current-menu-ancestor > a {
  color: #555555 !important;
  font-weight: 600;
}

/* Mobile: sicherstellen, dass die Dropdown-Links nicht weiß sind */
@media (max-width: 768px) {
  .main-navigation .main-nav ul li a { color:#222222 !import
