/*
 * Elementor-Kit-Regeln wie ".elementor-kit-10 a" dürfen die weiße
 * Symbolfarbe der schwarzen Kontaktbuttons nicht überschreiben.
 */
.bu-vorstand-links .bu-vorstand-link,
.elementor-kit-10 .bu-vorstand-links .bu-vorstand-link {
  background: #111 !important;
  color: #fff !important;
}

.bu-vorstand-links .bu-vorstand-link svg.bu-icon {
  color: #fff !important;
  fill: none !important;
  stroke: #fff !important;
}

.bu-vorstand-links .bu-vorstand-link svg.bu-icon-facebook {
  fill: #fff !important;
  stroke: none !important;
}

.bu-vorstand-links .bu-vorstand-link:hover,
.bu-vorstand-links .bu-vorstand-link:focus {
  background: #fecc02 !important;
  color: #111 !important;
}

.bu-vorstand-links .bu-vorstand-link:hover svg.bu-icon,
.bu-vorstand-links .bu-vorstand-link:focus svg.bu-icon {
  color: #111 !important;
  stroke: #111 !important;
}

.bu-vorstand-links .bu-vorstand-link:hover svg.bu-icon-facebook,
.bu-vorstand-links .bu-vorstand-link:focus svg.bu-icon-facebook {
  fill: #111 !important;
  stroke: none !important;
}
