.section {
  background-color: #6c3;
  margin-top: 100px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image {
  margin: 60px 40px;
}

.text-block {
  width: 100%;
  text-align: center;
  -webkit-text-stroke-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Franklin Gothic Book Regular, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100px;
}

.text-block-2 {
  text-align: center;
}

.list {
  width: 80%;
  clear: none;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.container {
  text-align: center;
  overflow: auto;
}

.bold-text {
  color: #fff;
}

.bold-text.bold-text-3-copy {
  font-size: 40px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fff;
}

.bold-text-2.bold-text-3-copy {
  font-size: 40px;
  font-weight: 400;
}

.bold-text-3 {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.bold-text-3-copy {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  font-size: 40px;
}

.container-2 {
  font-size: 12px;
}

.body {
  background-image: url('../images/Wasser-Hintergrund.jpg');
  background-position: 20% 8%;
  background-repeat: no-repeat;
  background-size: 150%;
  font-family: Franklin Gothic Book Regular, sans-serif;
}

.section-2 {
  font-family: Droid Sans, sans-serif;
}

.section-3 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    margin-top: 140px;
  }

  .text-block {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 180%;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Droid Sans, sans-serif;
    font-size: 12px;
  }

  .list-item {
    font-family: PT Sans, sans-serif;
  }

  .body {
    background-image: url('../images/Wasser-Hintergrund.jpg');
    background-position: 0 -170px;
    background-repeat: no-repeat;
    background-size: 150%;
  }

  .section-3 {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 40px;
  }

  .image {
    margin-top: 100px;
  }

  .text-block {
    margin-left: 0;
    margin-right: 0;
    font-size: 35px;
    line-height: 140%;
  }

  .text-block-2 {
    margin-top: 0;
  }

  .bold-text.bold-text-3-copy {
    font-size: 30px;
  }

  .bold-text-2.bold-text-3-copy {
    font-size: 30px;
    line-height: 100%;
  }

  .bold-text-3-copy {
    font-size: 30px;
  }

  .body {
    background-image: url('../images/Wasser-Hintergrund.jpg');
    background-position: 50% -27%;
    background-repeat: no-repeat;
    background-size: 150%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    opacity: 1;
    margin-bottom: 10px;
  }

  .text-block {
    object-fit: fill;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 120%;
    display: inline-block;
  }

  .text-block-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Itc Franklin Gothic Book Condensed, sans-serif;
    font-size: 14px;
  }

  .bold-text.bold-text-3-copy {
    font-size: 16px;
  }

  .bold-text-2.bold-text-3-copy {
    font-size: 16px;
    line-height: 100%;
  }

  .bold-text-3-copy {
    font-size: 16px;
  }

  .body {
    background-image: url('../images/Wasser-Hintergrund.jpg');
    background-position: 50% -12px;
    background-repeat: no-repeat;
    background-size: 150%;
  }

  .text-span {
    font-size: 16px;
    line-height: 120%;
  }

  .bold-text-4 {
    font-family: Droid Sans, sans-serif;
    font-size: 12px;
  }

  .section-3 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Franklin Gothic Book Regular';
  src: url('../fonts/Franklin-Gothic-Book-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Itc Franklin Gothic Book Condensed';
  src: url('../fonts/ITC-Franklin-Gothic-Book-Condensed.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}