#navigation.h-section.h-navigation.h-navigation.d-flex.style-2.style-local-10-h2 {
  background-color: #364022;
}

.h-button {
  border-radius: 100px !important;
}

.h-navigation_outer a:hover {
  color: #BFAC9B !important;
}

.scrolled .h-navigation_outer a {
  color: #BFAC9B !important;
}

/* Normale Menüpunkte */

.colibri-menu li a {
  color: #BFAC9B !important;
  /* Deine Wunschfarbe */
}

/* Farbe beim Drüberfahren (Hover) */

.colibri-menu li a:hover {
  color: #BFAC9B !important;
}

.h-dropdown-menu.style-9 .colibri-menu > li > a:before {
  background-color: #BFAC9B !important;
  /* Farbe der Linie */
}

/* 3. Farbe des Unterstrichs (Border-Effect) ändern */

.colibri-menu.effect-borders-grow li.menu-item:after {
  background-color: #BFAC9B !important;
}