/* Hyper-Link in Fusszeile entfernt */

a:link, a:visited {
    text-decoration: none;
}

/* Wort „(erforderlich)“ ausblenden */
label .required,
label .required-field,
label span.required,
label small,
label .field-required {
  display: none !important;
}

/* Oben Button "in weiss" */
.cd-totop-button i,
.cd-totop-button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* Alle Links innerhalb eines Elements mit Footer-Bezeichnung */
[class*="footer"] a,
[id*="footer"] a {
    color: #ffffff !important;
}

[class*="footer"] a:hover,
[id*="footer"] a:hover {
    color: #ffffff !important;
}

[class*="footer"] a:focus:not(:focus-visible),
[id*="footer"] a:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

