h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: grad, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: grad, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

p {
  max-width: 800px;
  margin-bottom: 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

a {
  color: #242424;
  border-bottom: 0 solid #fdca31;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.image {
  width: auto;
  height: 40px;
  margin: 12px auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.body {
  padding-top: 0;
}

.navbar {
  height: auto;
  color: #fff;
  background-color: #fff;
}

.content-selection {
  max-width: 1000px;
  margin: 120px auto 0;
  padding-left: 24px;
  padding-right: 24px;
}

.trenner_gelb {
  width: 40px;
  height: 8px;
  background-color: #fdca31;
  margin-top: 36px;
  margin-bottom: 36px;
}

.container {
  max-height: 1000px;
}

.nav_a {
  color: #242424;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  font-family: sofia-pro, sans-serif;
  font-size: 14px;
}

.nav_a.w--current {
  color: #242424;
  border: 1px #000;
  border-bottom: 3px #fdca31;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

.link-text {
  color: #242424;
  border-bottom: 3px solid #fdca31;
  border-radius: 0;
  text-decoration: none;
  transition: color .4s;
}

.link-text:hover {
  color: #fdca31;
}

.image-content {
  max-width: 600px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.list {
  color: #242424;
  padding-left: 0;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
  list-style-type: none;
}

.liste {
  padding-bottom: 12px;
}

.body-2 {
  color: #242424;
  font-family: sofia-pro, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.footer {
  max-width: 1000px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.section {
  height: 80px;
  border: 0 solid rgba(36, 36, 36, .5);
  border-top-width: 1px;
  padding-left: 24px;
  padding-right: 24px;
}

.link {
  height: auto;
  color: rgba(36, 36, 36, .5);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px auto auto;
  padding-right: 20px;
  font-size: 14px;
  display: inline-block;
  position: static;
}

.heading {
  padding-bottom: 20px;
}

.text-span {
  border-bottom: 0 solid #fdca31;
}

.image-2 {
  max-width: 800px;
  margin-bottom: 20px;
}

.image-3 {
  max-width: 800px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.image-4 {
  max-width: 600px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.paragraph {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .content-selection {
    margin-top: 60px;
  }

  .nav_a, .nav_a.w--current {
    text-align: center;
  }

  .icon {
    color: #242424;
  }

  .nav-menu {
    color: #242424;
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .image-content {
    max-width: 600px;
  }

  .list {
    padding-left: 0;
  }

  .image-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .content-selection {
    margin-top: 24px;
  }

  .image-content {
    max-width: 100%;
  }

  .column-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  li {
    padding-bottom: 0;
  }

  .content-selection {
    margin-top: 0;
  }

  .image-content {
    max-width: 100%;
  }
}


