body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

h1 {
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 27px;
  font-weight: 400;
  text-transform: none;
}

h2 {
  margin-top: 30px;
  margin-bottom: 10px;
  color: #08f;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

h4 {
  margin-top: 101px;
  margin-bottom: 10px;
  color: #08f;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-top: 6px;
  margin-bottom: 21px;
}

a {
  color: #000;
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  padding-bottom: 10px;
}

.section-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #d3eaff;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99999999;
  background-color: #d3eaff;
  font-size: 24px;
}

.section-inhalt {
  padding-top: 80px;
  padding-bottom: 30px;
}

.section-inhalt.person {
  background-color: #edf7ff;
}

.nav-link {
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 20px;
}

.nav-link.w--current {
  color: #08f;
}

.nav-link.links {
  padding-left: 0px;
}

.google-maps {
  padding-top: 30px;
  padding-bottom: 10px;
}

.columns {
  padding-top: 0px;
}

.titelbild {
  padding-bottom: 0px;
}

.paragraph {
  text-align: center;
}

.heading-3 {
  margin-top: 140px;
  color: #08f;
}

.image {
  padding-top: 30px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 21px;
    line-height: 24px;
  }

  .navbar {
    font-size: 21px;
  }

  .section-inhalt {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .nav-link {
    padding-left: 0px;
  }

  .menu-button.w--open {
    background-color: #08f;
  }

  .nav-menu {
    background-color: #fff;
  }

  .body {
    line-height: 24px;
  }

  .topsection {
    height: 1px;
  }

  .heading-3 {
    margin-top: 100px;
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .section-inhalt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link {
    padding-left: 10px;
  }

  .nav-link.w--current {
    padding-left: 10px;
  }

  .nav-link.links {
    padding-left: 10px;
  }

  .menu-button.w--open {
    background-color: #08f;
  }

  .nav-menu {
    background-color: #fff;
  }

  .heading-3 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    max-width: 80vw;
    margin-left: 0px;
  }

  .heading-3 {
    margin-top: 30px;
  }
}

