:root {
  --black: black;
  --white: white;
  --light-grey: #c9c9c9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-color: var(--black);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  width: 250px;
}

.logo {
  color: #59150e;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #000;
}

.highlights {
  color: #fff;
  background-color: #7d8578;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-1 {
  font-family: Playfair Display, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-2 {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Libre Franklin, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.flie-text {
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.icon_social_footer {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer3 {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer3.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding: 40px 10%;
}

.social-verlinkung3 {
  margin-right: 10px;
}

.heading_footer {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}

.heading_footer.heading-1 {
  font-weight: 600;
  line-height: 1.3;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-footer3.flie-text {
  margin-top: 20px;
}

.inhalt-footer3.flie-text.oben {
  margin-top: 0;
}

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.success-block {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Libre Franklin, sans-serif;
  line-height: 1.3;
}

.navbar {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-111 {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.hauptfarbe-2 {
  color: #fff;
  background-color: #000;
}

.nav-menu-1 {
  z-index: 100000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100.001%;
  display: flex;
}

.nav-link-1.flie-text {
  color: var(--black);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 500;
}

.nav-link-1.flie-text.w--current {
  border-bottom: 2px solid #fff;
  font-weight: 600;
}

.navlink_content {
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}

.background-video {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.titelheading {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
}

.titelheading.heading-1 {
  line-height: 1.3;
}

.paragraph_2 {
  text-align: center;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph_2.flie-text {
  line-height: 1.3;
}

.content {
  z-index: 5;
  color: #fff;
  background-color: #00000045;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_relative {
  height: 90vh;
  position: relative;
}

.section_1 {
  padding: 100px 5%;
  overflow: hidden;
}

.section_1.colored {
  background-color: #f2e7d5;
}

.section_1.grey {
  background-color: #00000012;
}

._2er_grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  place-items: center start;
}

._2er_grid.flex_top {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  place-items: stretch start;
  margin-top: 40px;
}

._2er_grid.flex_top.checkbox {
  grid-column-gap: 40px;
  align-items: center;
}

._2er_grid.flex_top-1 {
  grid-column-gap: 16px;
  place-items: stretch start;
  margin-top: 40px;
}

._2er_grid.flex_top-1.invert {
  filter: none;
  align-items: center;
}

.content_block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.content_block.uber-uns {
  align-items: center;
  padding-bottom: 40px;
}

.content_block.padding {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 50px;
}

.heading.heading-1 {
  line-height: 1.3;
}

.heading.heading-1.center {
  text-align: center;
}

.paragraph {
  font-size: 20px;
  line-height: 30px;
}

.paragraph.flie-text {
  z-index: 5;
  line-height: 1.5;
  position: relative;
}

.paragraph.flie-text.uberuns {
  text-align: center;
}

.paragraph.flie-text.padding {
  margin-bottom: 20px;
}

.link {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  width: 100%;
}

.grid.umgebung {
  grid-template-columns: 1fr 1fr;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.section_2 {
  position: relative;
  overflow: hidden;
}

.heading_1 {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading_1.heading-1 {
  line-height: 1.3;
}

.image_1 {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  place-items: center start;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider {
  background-color: #f1f1f1;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.smaller {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.content_image {
  background-image: linear-gradient(#fffc, #fffc), url('../images/60d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu_160d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 100%;
  padding: 60px 40px;
}

.content_image.hidden {
  background-image: linear-gradient(#fffc, #fffc), url('../images/60d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu_160d0bc6f6a6e34019881ac55_AdobeStock_380588444_visu.webp');
  background-attachment: scroll, fixed;
}

.white_block {
  background-color: #fff;
  padding: 40px;
}

.section_3 {
  padding: 100px 10%;
  overflow: hidden;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-5.el-cau {
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph_footer {
  font-size: 16px;
  line-height: 28px;
}

.paragraph_footer.flie-text {
  line-height: 1.5;
  display: block;
}

.icon_social {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.heading_2 {
  font-size: 30px;
  line-height: 40px;
}

.heading_2.heading-1 {
  line-height: 1.3;
}

.heading_2.heading-2 {
  background-color: #e0f2e9;
}

.heading_2.heading-2.tab-links {
  color: #000;
  background-color: #f2e7d5;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  box-shadow: 0 3px 5px #0003;
}

.heading_2.heading-2.tab-links.w--current {
  color: #fff;
  background-color: #59150e;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

.absolute_image_div {
  background-image: linear-gradient(#ffffff87, #ffffff87), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 180%;
  margin-top: -5%;
  position: absolute;
  inset: 0%;
}

.content_block_1.small {
  min-height: auto;
  margin-left: 60px;
  padding-top: 0;
}

.circle {
  border: 1px solid #000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.circle.white {
  border-color: #fff;
}

.relative_button {
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.button {
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.platzhalter {
  font-size: 12px;
  line-height: 12px;
}

.footer_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  display: flex;
}

.html-embed-3 {
  max-width: 600px;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 150px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 67.1vh;
}

.link-block {
  color: #fff;
  text-decoration: none;
  display: block;
}

.link-block.black {
  color: #333;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  text-decoration: none;
}

.html-embed-5 {
  width: 100%;
  height: 100%;
}

.image-100 {
  object-fit: cover;
  object-position: 50% 70%;
  width: 100%;
  height: 100%;
}

.image-div {
  object-fit: cover;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.invert {
  filter: invert();
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.ablaufplan-big-button-3.black.ablaufplan {
  border: 1px solid var(--white);
  margin-top: 140px;
  top: 10px;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.tabs, .tabs-2 {
  margin-top: 40px;
}

.language-embed {
  z-index: 100;
  position: fixed;
  inset: auto auto 0% 0%;
}

.grid-uberuns {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  height: 100%;
}

.body {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.banner-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-image.abs {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.banner-image.rel {
  filter: blur(6px);
  object-fit: cover;
  position: relative;
}

.footer-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 65vh;
}

.image-div-40vh {
  object-fit: cover;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 100px;
  margin-left: 40px;
}

.image-101 {
  object-fit: contain;
  width: 30px;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.html-embed-12 {
  position: fixed;
  inset: auto auto 0% 0%;
}

.heading-kleine {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.5;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
}

.slider-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
}

.accordion-item-wrapper-white-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}

.accordion-pane-2 {
  background-color: #0000;
  overflow: hidden;
}

.arrow-right-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  right: 3px;
  transform: rotate(-45deg);
}

.arrow-right-2.white-back {
  background-color: #fff;
}

.arrow-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 29px;
  display: flex;
}

.arrow-left-2 {
  background-color: #b3b3b3;
  border-radius: 1px;
  width: 30px;
  height: 3px;
  position: relative;
  left: 3px;
  transform: rotate(45deg);
}

.arrow-left-2.white-back {
  background-color: #fff;
}

.arrow-div-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 70px;
  display: flex;
}

.accordion-question-header-3 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 36px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-tab-button-dark {
  background-color: var(--black);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 65%;
  height: 75px;
  min-height: 70px;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.accordion-tab-button-dark:hover {
  transform: scale(1.03);
}

.logo2 {
  object-fit: contain;
}

.logo-link2, .logo-link2.w--current {
  display: none;
}

.img-block {
  width: 100%;
}

.image-102 {
  object-fit: cover;
}

.jotform, .jotform-wrapper {
  width: 100%;
}

.absolute_div-bg {
  z-index: 5;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  padding: 100px 10%;
  position: relative;
  inset: 0%;
  overflow: auto;
}

.image-103 {
  object-fit: cover;
  width: 100%;
  height: 120vh;
}

@media screen and (max-width: 991px) {
  .logo {
    display: none;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer3.hauptfarbe {
    text-align: center;
    padding: 20px 60px;
  }

  .social-verlinkung3 {
    margin-right: 0;
  }

  .heading_footer.heading-1 {
    font-size: 16px;
  }

  .inhalt-footer3.flie-text {
    margin-top: 10px;
  }

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .success-block.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-22 {
    font-size: 32px;
  }

  .navbar {
    padding-left: 40px;
    padding-right: 60px;
  }

  .icon {
    color: #fff;
  }

  .hauptfarbe-2, .hauptfarbe-2.w--open {
    background-color: var(--black);
  }

  .nav-menu-1 {
    background-color: #000;
  }

  .nav-link-1.flie-text {
    color: var(--white);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink_content {
    margin-left: 0;
    margin-right: 0;
  }

  .titelheading.heading-1 {
    font-size: 35px;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding: 60px;
  }

  ._2er_grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._2er_grid.flex_top {
    justify-content: start;
    justify-items: start;
    margin-top: 0;
  }

  ._2er_grid.flex_top-1 {
    justify-content: start;
    justify-items: start;
  }

  ._2er_grid.flex_top-1.invert {
    margin-top: 0;
  }

  .content_block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .content_block.padding {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading.heading-1 {
    text-align: center;
    font-size: 35px;
  }

  .paragraph.flie-text {
    text-align: center;
    font-size: 18px;
  }

  .link {
    color: #fff;
  }

  .grid {
    grid-template-rows: auto 200px;
  }

  .section_2 {
    height: auto;
    min-height: auto;
  }

  .heading_1.heading-1 {
    font-size: 35px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    display: flex;
  }

  .content_image {
    padding: 40px 20px;
  }

  .white_block {
    padding: 20px;
  }

  .section_3 {
    padding: 60px;
  }

  .grid-5 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid-5.el-cau {
    grid-template-columns: 1fr 1fr;
  }

  .absolute_image_div {
    background-image: linear-gradient(#0000, #0000), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
    background-attachment: scroll, fixed;
    height: auto;
    margin-top: 0%;
    position: static;
  }

  .content_block_1 {
    min-height: auto;
  }

  .circle.white {
    margin-top: 5px;
  }

  .relative_button {
    z-index: 0;
    background-color: var(--black);
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: flex;
  }

  .image-div {
    height: 50vh;
  }

  .ablaufplan-big-button-3.black {
    top: 20px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 70px;
  }

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

  .grid-uberuns {
    grid-template-rows: auto 200px;
    display: flex;
  }

  .footer-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .lightbox-link {
    height: 50vh;
  }

  .grid-17 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .html-embed-12 {
    z-index: 200;
  }

  .heading-kleine.heading-3 {
    text-align: center;
  }

  .slider {
    height: 50vh;
  }

  .accordion-item-wrapper-white-3 {
    margin-bottom: 20px;
  }

  .accordion-pane-2 {
    width: 100%;
  }

  .accordion-tab-button-dark {
    width: 100%;
    height: 65px;
    min-height: auto;
  }

  .logo-link2 {
    width: 300px;
    margin-right: auto;
    display: block;
  }

  .logo-link2.w--current {
    width: 290px;
    margin-right: auto;
    display: block;
  }

  .img-block {
    height: 50vh;
  }

  .img-block.last {
    order: 1;
  }

  .image-102 {
    width: 100%;
    height: 100%;
  }

  .jotform {
    height: 100%;
    overflow: visible;
  }

  .jotform-wrapper {
    height: auto;
  }

  .absolute_div-bg {
    background-image: linear-gradient(#ffffff87, #ffffff87), url('../images/60d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu_160d0bc6fa5a7728fdd300f6e_AdobeStock_235808312_visu.webp');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    padding: 60px;
    position: static;
  }

  .image-103 {
    height: 0;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .footer3.hauptfarbe {
    padding-left: 5%;
  }

  .heading_footer.heading-1 {
    text-align: center;
    margin-bottom: 5px;
  }

  .impdat {
    padding: 40px;
  }

  .success {
    height: auto;
    padding: 40px 20px;
  }

  .success-block {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-22 {
    font-size: 26px;
  }

  .navbar {
    padding-right: 40px;
  }

  .hauptfarbe-2 {
    padding: 10px;
  }

  .titelheading.heading-1 {
    font-size: 28px;
    line-height: 35px;
  }

  .paragraph_2.flie-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .content {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .section_relative {
    height: 55vh;
  }

  .section_1 {
    padding: 40px;
  }

  ._2er_grid.flex_top, ._2er_grid.flex_top-1 {
    flex-direction: column;
    display: flex;
  }

  ._2er_grid.flex_top-1.invert {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .content_block.uber-uns {
    padding-bottom: 20px;
  }

  .heading.heading-1 {
    font-size: 29px;
  }

  .paragraph.flie-text {
    font-size: 16px;
  }

  .grid {
    flex-direction: column;
    grid-template-rows: auto 150px;
    display: flex;
  }

  .section_2 {
    height: auto;
  }

  .heading_1.heading-1 {
    font-size: 30px;
  }

  .image_1 {
    height: 50vh;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

  .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .content_image.hidden {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white_block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section_3 {
    padding: 40px;
  }

  .grid-5 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .grid-5.el-cau {
    height: 100%;
  }

  .paragraph_footer.flie-text {
    text-align: center;
  }

  .heading_2.heading-1 {
    font-size: 26px;
  }

  .heading_2.heading-2.tab-links {
    text-align: center;
  }

  .circle.white {
    width: 40px;
    height: 40px;
    padding: 7px;
  }

  .footer_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-3 {
    max-width: 420px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .impressum-link {
    text-align: center;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .grid-uberuns {
    flex-direction: column;
    grid-template-rows: auto 150px;
    display: flex;
  }

  .lightbox-link {
    height: 100%;
  }

  .grid-17 {
    flex-flow: column;
    display: flex;
  }

  .image-101 {
    width: 20px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-kleine.heading-3 {
    font-size: 20px;
  }

  .accordion-question-header-3 {
    font-size: 1.4em;
  }

  .accordion-tab-button-dark {
    width: auto;
    height: 60px;
  }

  .absolute_div-bg {
    padding: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-2 {
    font-size: 22px;
    line-height: 26px;
  }

  .flie-text {
    overflow-wrap: anywhere;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .footer3.hauptfarbe {
    text-align: left;
    padding: 40px 20px;
  }

  .heading_footer {
    font-size: 18px;
    line-height: 28px;
  }

  .inhalt-footer3.flie-text {
    text-align: left;
  }

  .rounded-block {
    min-width: 200px;
  }

  .impdat {
    padding-left: 20px;
    padding-right: 20px;
  }

  .success-block.highlights {
    padding: 20px;
  }

  .heading-22 {
    font-size: 17px;
    line-height: 26px;
  }

  .navbar {
    flex-flow: column;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hauptfarbe-2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelheading.heading-1 {
    font-size: 21px;
    line-height: 25px;
  }

  .paragraph_2.flie-text {
    font-size: 14px;
    line-height: 20px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_relative {
    height: 45vh;
  }

  .section_1, .section_1.grey {
    padding: 40px 20px;
  }

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

  .heading.heading-1 {
    text-align: center;
    font-size: 21px;
  }

  .heading.heading-1.center {
    font-size: 25px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph.flie-text {
    font-size: 14px;
  }

  .paragraph.flie-text.list {
    text-align: left;
  }

  .link {
    font-size: 16px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .section_2 {
    height: auto;
  }

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

  .heading_1.heading-1 {
    font-size: 22px;
  }

  .image_1 {
    height: 45vh;
  }

  .grid-3 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
  }

  .content_image {
    padding: 5px;
  }

  .content_image.hidden {
    padding: 10px;
  }

  .white_block {
    width: 100%;
    padding: 0;
  }

  .section_3 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .heading_2.heading-1 {
    font-size: 22px;
  }

  .heading_2.heading-2.tab-links {
    text-align: center;
  }

  .content_block_1 {
    width: 100%;
  }

  .circle {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .relative_button {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .relative_button.oben {
    margin-top: 10px;
  }

  .html-embed-3 {
    max-width: 250px;
  }

  .maps-gro {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

  .image-div {
    height: 45vh;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-3.black {
    top: 10px;
  }

  .ablaufplan-big-button-3.black.ablaufplan {
    top: 60px;
  }

  .tabs-menu {
    flex-flow: column;
    align-items: stretch;
  }

  .grid-uberuns {
    grid-template-columns: 1fr;
  }

  .image-div-40vh {
    height: 45vh;
  }

  .image-101 {
    width: 20px;
  }

  .flex-block {
    flex-flow: row;
  }

  .heading-kleine {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-kleine.heading-3 {
    font-size: 16px;
    line-height: 36px;
  }

  .accordion-pane-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-question-header-3 {
    margin-right: 11px;
    padding-left: 5px;
    font-size: 1em;
  }

  .accordion-tab-button-dark {
    height: 55px;
    padding-left: 10px;
  }

  .logo-link2 {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
  }

  .logo-link2.w--current {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .absolute_div-bg {
    padding: 40px 20px;
  }
}

#w-node-_2ce53ed8-9c28-c5f4-8de6-6b303f26589a-9f9f43a6, #w-node-_2ce53ed8-9c28-c5f4-8de6-6b303f26589d-9f9f43a6, #w-node-_2ce53ed8-9c28-c5f4-8de6-6b303f26589f-9f9f43a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8dfb2f4c-e19c-36fa-055e-d29957008bbb-9f9f43a6 {
  grid-area: 22 / 2 / 23 / 2;
}

#w-node-ff9e2256-cc84-6068-b045-a7c177a28ad1-9f9f43a6 {
  grid-area: 16 / 2 / 17 / 2;
}

#w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
  justify-self: center;
}

#w-node-dcd4aa31-c306-2a1a-1781-edf502afdc67-9f9f43aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b3a69444-ab27-9f94-942f-8fa02f93d01f-9f9f43b3 {
  align-self: center;
}

#w-node-b3a69444-ab27-9f94-942f-8fa02f93d041-9f9f43b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27470a39-140e-01c7-9ddb-5114dd0efadc-9f9f43b3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4e9899ea-23f7-7cd2-22c6-6aca1b9ebb83-9f9f43b3 {
  align-self: center;
}

#w-node-_4e9899ea-23f7-7cd2-22c6-6aca1b9ebba5-9f9f43b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_10831ffe-0547-a92a-6fd7-0af1be1d3c6e-9f9f43c1 {
  grid-area: 9 / 2 / 10 / 2;
}

#w-node-_64313a5b-36b4-86d7-5179-22647575de76-9f9f43c1 {
  grid-area: 18 / 2 / 19 / 2;
}

#w-node-c29d9ba1-fee1-3277-300a-9856e7d68709-9f9f43c1 {
  align-self: center;
}

#w-node-c29d9ba1-fee1-3277-300a-9856e7d6872f-9f9f43c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_726017a5-1b9a-1d7c-0791-40de06e7e2f4-9f9f43e0, #w-node-f7e66dab-4702-c0fc-a596-486139a60e4f-68417d7e {
  grid-area: 1 / 2 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9e39fc91-7235-3026-ebff-d02eb6584752-cdb453af {
    justify-self: center;
  }

  #w-node-a96b1ac6-8dd9-1f8b-628b-5c6411178c09-9f9f43b3, #w-node-_7313346f-23e3-a8c7-2586-c5a9dbd25b2b-9f9f43b3, #w-node-d7cebafb-807f-9884-ab43-464ae240125d-9f9f43c1, #w-node-_7a509d44-6d42-0f28-633f-ec6b975cb9d5-9f9f43c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d7cebafb-807f-9884-ab43-464ae240125d-9f9f43c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ce53ed8-9c28-c5f4-8de6-6b303f26589b-9f9f43a6, #w-node-_2ce53ed8-9c28-c5f4-8de6-6b303f2658a1-9f9f43a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7cebafb-807f-9884-ab43-464ae240125d-9f9f43c1 {
    grid-column: span 1 / span 1;
  }
}



