
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000000;
  background-color: #ffffff;
  color: #000000;
  padding: 0.5em 1em;
  text-decoration: none;
  font-weight: normal;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  font-weight: bold;
  border-color: #ccb67a;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
}
a.skip-link:focus-visible {outline-color: var(--gold) !important;}
/* Fokus-Variante: Gleiche Höhe bei Tastaturfokus */
.edgtf-main-menu li:focus-within > .second {
  margin-top: 5px; /* oder dein gewünschter Wert */
}