/* =============================================================================
   KORTHAUER — Consent-Styling
   Das Banner selbst stellt Vibetrack (cookie.js).
   Hier nur der Footer-Link "Cookie-Einstellungen".
============================================================================= */

.cmp-footlink {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  margin: 0 3px;
  font: inherit;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: color .15s;
}
.cmp-footlink:hover { color: #E53B29; }
.cmp-footlink:focus-visible { outline: 2px solid currentColor; outline-offset: 3px; border-radius: 3px; }
