h1 {
  font-size: var(--font-size-l);
  margin-bottom: 1em;
  line-height: 1.3em;
}

h2 {
  font-size: var(--font-size-m);
  margin-bottom: 1em;
  line-height: 1.1em;
}

main {
  padding-top: 8.333%;
}

p + h1, p + h2 {
  margin-top: 2em;
}
p + p {
  margin-top: 1em;
}

section ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 0.8em;
}
section ul li {
  list-style: disc;
  padding-left: 0.2em;
}
section ul li::marker {
  font-size: 0.8em;
}
section ul li + li {
  margin-top: 0.5em;
}

.circuit {
  display: none;
}

header .menu-item-slider {
  opacity: 0;
}
header:hover .menu-item-slider {
  opacity: 1;
}

@media all and (max-width: 1025px) {
  .language-switch {
    left: 25px;
    top: 25px;
  }
  main {
    padding-top: 60px;
  }
}

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