:root {
  color-scheme: light;
}

body {
  font-family: "Barlow", "Segoe UI", sans-serif;
  background: #ffffff;
  line-height: 1.5;
}

img {
  display: block;
}

.site-nav-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

#gewerbe a {
  text-decoration: none;
}

.content-prose p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.content-prose h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.content-prose ul {
  margin: 0.75rem 0;
  padding-left: 1.1rem;
}

.content-prose li + li {
  margin-top: 0.45rem;
}
