.wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle_peach.png'), url('../images/circle_lila.png'), url('../images/circle_peach.png'), linear-gradient(126deg, #7da578, #d9ffc4);
  background-position: 70% 100%, 0% 40%, 100% 2%, 0px 0px;
  background-size: auto, 700px, 600px, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-right: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.embedded_map {
  display: block;
  width: 80vw;
  height: 80vh;
  -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;
  border-radius: 0px;
}

.left_content_header {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 20px;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-image: url('../images/circle_blue.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.middle_content_header_impressum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.right_content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 40px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.image_right_content_header {
  max-width: 90%;
}

.text_right_content_header {
  margin-top: 10px;
  font-family: 'Indie flower v12 latin', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

._17_left_content_header {
  font-family: 'Indie flower v12 latin', sans-serif;
  font-size: 105px;
  text-align: center;
  text-decoration: none;
}

.text_left_content_header {
  font-family: 'Indie flower v12 latin', sans-serif;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
}

.heading_middle_content_header {
  font-family: 'Indie flower v12 latin', sans-serif;
  font-size: 44px;
  text-align: center;
}

.stroke_middle_content_header {
  width: 50%;
  color: #d1005c;
  text-align: left;
}

.text_middle_content_header {
  padding-top: 20px;
  font-family: 'Indie flower v12 latin', sans-serif;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
}

.image {
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 200px;
  height: 200px;
}

.text-span {
  letter-spacing: 4px;
}

.text-span-2 {
  color: #0e8bc3;
  font-size: 33px;
  font-weight: 400;
}

.text-span-3 {
  color: #d1005c;
  font-size: 33px;
}

.text-span-4 {
  color: #108ac3;
  font-size: 33px;
}

.text-block {
  font-family: 'Indie Flower';
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  text-align: center;
}

.link {
  color: #333;
  text-decoration: none;
}

.text-block-2 {
  margin-top: 100px;
  font-size: 20px;
  text-align: center;
}

.link-2 {
  color: #2b2b2b;
  font-size: 26px;
  line-height: 26px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.image-3 {
  max-width: 100px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.center {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-color: #d9ffc4;
}

.html-embed {
  width: 90%;
}

@media screen and (min-width: 1280px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left_content_header {
    margin-right: 0px;
  }

  .middle_content_header_impressum {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right_content_header {
    margin-left: 0px;
  }

  .image_right_content_header {
    max-width: 80%;
  }

  .text_right_content_header {
    font-size: 36px;
  }

  ._17_left_content_header {
    font-size: 90px;
    line-height: 90px;
  }

  .text_left_content_header {
    font-size: 26px;
  }

  .heading_middle_content_header {
    font-size: 55px;
    line-height: 60px;
  }

  .stroke_middle_content_header {
    width: 40%;
  }

  .text_middle_content_header {
    font-size: 35px;
    line-height: 35px;
  }

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

  .link-2 {
    margin-top: 20px;
  }

  .image-3 {
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .center {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .link-3 {
    color: #323232;
    text-decoration: none;
  }

  .link-4 {
    margin-top: 40px;
    color: #323232;
    font-size: 20px;
    text-decoration: underline;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #d9ffc4;
  }

  .html-embed {
    width: 90%;
    text-align: justify;
  }
}

@media screen and (max-width: 991px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .text_left_content_header {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .middle_content_header_impressum {
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 13px;
  }
}

@font-face {
  font-family: 'Indie flower v12 latin';
  src: url('../fonts/indie-flower-v12-latin-regular.woff2') format('woff2'), url('../fonts/indie-flower-v12-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}