
/*konfiguration von ski links unterdrücken oberste Zele zum inhalt bei drücken von tab */

.visually-hidden-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}


body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #222;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


body {
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  background: var(--bs-body-bg);
}

h1 { font-size: var(--h1-size); font-weight: var(--heading-font-weight); }
h2 { font-size: var(--h2-size); font-weight: var(--heading-font-weight); }
h3 { font-size: var(--h3-size); font-weight: var(--heading-font-weight); }
h4 { font-size: var(--h4-size); font-weight: var(--heading-font-weight); }
h5 { font-size: var(--h5-size); font-weight: var(--heading-font-weight); }
h6 { font-size: var(--h6-size); font-weight: var(--heading-font-weight); }

a {
  color: var(--bs-primary);
}

a:hover {
  opacity: 0.85;
}
