.skip-link {
  position: absolute;
  left: 0.5rem;
  top: -3rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: #fff;
  background: #10627a;
  border-radius: 0.25rem;
}

.skip-link:focus {
  top: 0.5rem;
}

.head-kontakt {
  display: flex;
  align-items: center;
}

.head-kontakt .txt {
  float: none;
}

.head-kontakt .tile {
  display: none;
}

.legal-nav .btn-link,
.footer .btn-link {
  color: inherit;
  text-decoration: none;
  box-shadow: none;
}

.legal-nav .btn-link:hover,
.footer .btn-link:hover {
  text-decoration: none;
}

.leistung-list {
  justify-content: center;
}

.leistung-list > div {
  margin-bottom: 10px;
}

.footer-links-wrap {
  gap: 1rem;
  align-items: center;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 1050;
}

.modal-shell[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.modal-panel {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 1rem), 980px);
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  background: #fff;
  border-radius: 0.3rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.modal-body {
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 2rem;
}

.modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: #f8f9fa;
  color: #10627a;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.legal-copy {
  padding-right: 3.5rem;
}

.legal-copy a {
  color: #10627a;
}

a:focus,
button:focus {
  outline: 2px solid #10627a;
  outline-offset: 2px;
}

@supports selector(:focus-visible) {
  a:focus,
  button:focus {
    outline: none;
  }

  a:focus-visible,
  button:focus-visible {
    outline: 2px solid #10627a;
    outline-offset: 2px;
  }
}

@media (max-width: 991.98px) {
  .legal-nav {
    padding-bottom: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .footer-links-wrap {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .modal-panel {
    width: calc(100% - 0.5rem);
    margin: 0.25rem auto;
    max-height: calc(100vh - 0.5rem);
  }

  .modal-body {
    max-height: calc(100vh - 0.5rem);
    padding: 1.25rem;
  }

  .legal-copy {
    padding-right: 1.25rem;
  }
}
