#fw-section-hero-0 {

.button, .btn {
  background-color: #edff80;  /* Primary gelb */
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.button:hover, .btn:hover {
  background-color: #c3d9ff !important;  /* sehr helles, freundliches Blau */
  color: #031d58 !important;              /* dunkles Blau für Kontrast */
}

}