@charset "UTF-8";
/* Modern CSS Reset / Normalizer – aktualisiert 2025 */
/* -------------------------------------------------------
   1. Box-Sizing + Focus
-------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

*:focus {
  outline: none; /* Hinweis: bitte eigenes sichtbares Focus-Styling anlegen */
}

/* -------------------------------------------------------
   2. Grund-Resets
-------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.4;
}

* {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header,
main, nav, section, summary {
  display: block;
}

[hidden], template {
  display: none;
}

/* -------------------------------------------------------
   3. Medien
-------------------------------------------------------- */
audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
}

/* -------------------------------------------------------
   4. Text, Links, Typografie
-------------------------------------------------------- */
a {
  background-color: transparent;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: none;
}

/* -------------------------------------------------------
   5. Listen
-------------------------------------------------------- */
ul, ol, li {
  list-style: none;
}

/* -------------------------------------------------------
   6. Code-Elemente
-------------------------------------------------------- */
pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 1em;
}

/* -------------------------------------------------------
   7. Formulare (modernisiert)
-------------------------------------------------------- */
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  appearance: none;
  outline: none;
}

button {
  cursor: pointer;
}

button:disabled,
input:disabled {
  cursor: default;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  appearance: auto;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
}

input[type=search] {
  appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 1px solid #ccc;
  padding: 0.35em 0.75em 0.625em;
}

legend {
  padding: 0;
}

optgroup {
  font-weight: bold;
}

/* -------------------------------------------------------
   8. Accessibility
-------------------------------------------------------- */
:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

/* -------------------------------------------------------
   9. Reduced Motion (modern)
-------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #111;
  background-color: #fff;
}

ul, ol {
  list-style: none;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}

button, input, select, textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 2px;
}

body {
  font-size: 16px;
}

@media (max-width: 767px) {
  header {
    background-color: #005fcc;
    color: white;
    padding: 1rem;
    text-align: center;
  }
}
.nav-mobile {
  display: flex;
  flex-direction: column;
  background-color: #005fcc;
}
.nav-mobile a {
  color: yellow;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-mobile a:last-child {
  border-bottom: none;
}

/*# sourceMappingURL=mobile.css.map */
