/* ============================================================
   PROVINZIAL GRÜN – Linkstack Theme · brands.css
   Alle Platform-Buttons erhalten das einheitliche PSL CI-Design.
   Per-Brand-Farben werden bewusst entfernt – klares, professionelles Bild.
   ============================================================ */

/* Alle platform-spezifischen Klassen auf PSL-Stil zurücksetzen */
/* WICHTIG: Nur <a>-Tags, nicht Wrapper-Divs wie .button-entrance */
a[class*="button-"],
.button-instagram,
.button-twitter,
.button-facebook,
.button-linkedin,
.button-youtube,
.button-tiktok,
.button-snapchat,
.button-pinterest,
.button-whatsapp,
.button-telegram,
.button-github,
.button-gitlab,
.button-xing,
.button-paypal,
.button-spotify,
.button-soundcloud,
.button-twitch,
.button-reddit,
.button-discord,
.button-mastodon,
.button-email,
.button-website,
.button-custom {
  background-color: #FFFFFF !important;
  border-color:     #005940 !important;
  color:            #005940 !important;
}

a[class*="button-"]:hover,
a[class*="button-"]:focus {
  background-color: #005940 !important;
  border-color:     #005940 !important;
  color:            #FFFFFF !important;
}

a[class*="button-"]:active {
  background-color: #004733 !important;
  border-color:     #004733 !important;
  color:            #FFFFFF !important;
}

/* Icons in Buttons beim Hover invertieren */
a[class*="button-"]:hover .icon,
a[class*="button-"]:hover img.icon,
a[class*="button-"]:focus .icon,
a[class*="button-"]:focus img.icon {
  filter: brightness(0) invert(1) !important;
}

/* Website-Icons (Favicons) behalten Originalfarben auf Hover */
a.button-custom_website:hover .icon,
a.button-custom_website:hover img.icon,
a.button-custom_website:focus .icon,
a.button-custom_website:focus img.icon {
  filter: none !important;
  opacity: 1 !important;
}
