:root {
  --blue: #1a2946;
  --white: white;
  --beige: #d2c588;
  --black: black;
}

.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;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
  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;
}

p {
  margin-bottom: 10px;
}

.utility-page-wrap {
  background-color: var(--blue);
  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 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-fit: contain;
  width: 14rem;
}

.logo {
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.zweitfarbe {
  color: #000;
  background-color: #f7f7f7;
}

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

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

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

.farbe-der-headings {
  color: #7d8578;
  font-family: Playfair Display, sans-serif;
  line-height: 1.3;
}

.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%;
}

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

.footer.hauptfarbe {
  background-color: var(--blue);
  color: #fff;
  margin-top: auto;
  padding: 40px 10%;
  position: relative;
  overflow: hidden;
}

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

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

.heading_footer.heading-1 {
  margin-bottom: 10px;
  line-height: 1.3;
}

.social {
  color: #fff;
}

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

.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 {
  background-color: var(--blue);
  color: var(--white);
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.navbar {
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

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

.navlink-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

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

.logo-wei {
  display: block;
}

.logo-wei.desktop {
  filter: none;
  display: block;
}

.nav-menu {
  z-index: 1000;
  background-color: #1a2946;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  padding-left: 40px;
  padding-right: 40px;
}

.nav-link.flie-text {
  color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
}

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

.navlink_content {
  overflow: hidden;
}

.background-video {
  height: 100%;
}

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

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

.titelheading.heading-1.left {
  text-align: left;
}

.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: #0000001a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content.white {
  color: var(--white);
  padding-bottom: 40px;
}

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

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

._2er_grid {
  grid-column-gap: 20px;
  background-color: #fafafa;
  grid-template-rows: auto;
  place-items: center start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1.4rem;
}

._2er_grid.flex_top, ._2er_grid.oben {
  place-items: start;
}

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

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

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

.heading.heading-1.small {
  overflow-wrap: anywhere;
}

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

.paragraph.flie-text {
  z-index: 5;
  color: #353434;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.paragraph.flie-text.white {
  color: var(--white);
}

.section_2 {
  height: 50rem;
  position: relative;
  overflow: hidden;
}

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

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

.paragraph_1 {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.paragraph_1.flie-text {
  line-height: 1.5;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  border: 1px solid #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.grid-social {
  grid-template-rows: auto;
  grid-template-columns: .5fr 4.25fr;
  place-items: center start;
  width: 100%;
  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 {
  width: 100%;
  height: 100%;
  padding: 60px 40px;
}

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

.white_block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
}

.section_3 {
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.grid-5er {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

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

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

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

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

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

.absolute_div {
  z-index: 5;
  background-color: #ffffffc2;
  width: 100%;
  height: 100%;
  padding: 40px 10%;
  position: absolute;
  inset: 0%;
}

.content_block_1 {
  min-height: 91.2vh;
  padding-top: 20px;
}

.no_overflow {
  overflow: hidden;
}

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

.checkbox-field {
  text-align: left;
}

.link-formular {
  text-decoration: none;
}

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

.maps-footer {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.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;
  font-size: 16px;
  text-decoration: none;
}

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

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

.icons-grid-1 {
  grid-column-gap: 15px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 2.25fr;
  place-items: center start;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.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 {
  margin-top: 220px;
  top: 10px;
}

.html-embed-elfsight-counter {
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

._3er-grid {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

.image-wrapper {
  width: 100%;
  height: 45vh;
  position: relative;
}

.image-wrapper.rel {
  left: 50%;
}

.navbar-start {
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content_image-2 {
  width: 100%;
  height: 100%;
  padding: 0;
}

.content_image-2.width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-100-contain-absolute {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.no_overflow-100 {
  height: 100%;
  overflow: hidden;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.slider-2.height {
  width: 100%;
  height: 60vh;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.maps-wrapper {
  height: 45vh;
}

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

.circle-socials.white {
  border-style: none;
  border-color: #fff;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.paperform_2, .background-video-2 {
  width: 100%;
  height: 100%;
}

.button-2 {
  background-color: var(--beige);
  color: var(--black);
  border-radius: 5px;
  font-family: Libre Franklin, sans-serif;
}

.button-2:hover, .button-2.second {
  background-color: var(--white);
}

.button-2.second:hover {
  background-color: var(--beige);
}

.banner_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  order: 0;
  margin-top: 10px;
  display: flex;
}

.nav_wrap {
  background-color: var(--blue);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10%;
  display: flex;
}

.content_image-2-1 {
  width: 100%;
  height: 100%;
  padding: 0;
}

._2er_grid-1 {
  grid-column-gap: 16px;
  background-color: #fafafa;
  grid-template-rows: auto;
  place-items: start stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 1.4rem;
}

.paperform_wrapper {
  width: 100%;
}

.paperform_holder_main {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar_imp {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.image-error {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

.utility-pag {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-img {
    width: 150px;
    max-width: none;
  }

  .logo {
    width: 100%;
  }

  .logo.w--current {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

  .social.flie-text {
    margin-top: 0;
  }

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

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

  .impdat, .success {
    padding: 60px;
  }

  .success-block {
    width: auto;
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .navbar {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .icon {
    color: #fff;
  }

  .navlink-underline {
    background-color: #333;
    display: none;
  }

  .hauptfarbe-2 {
    border: 1px solid var(--white);
    background-color: var(--blue);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

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

  .logo-wei {
    width: 100%;
    display: block;
  }

  .logo-wei.desktop {
    display: none;
  }

  .nav-menu {
    background-color: var(--beige);
    padding: 10px 20px;
    position: absolute;
  }

  .nav-link.flie-text {
    color: var(--black);
    text-align: center;
    padding: 8px 0;
    font-weight: 600;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    color: var(--blue);
  }

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

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

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

  .content.white {
    background-color: #0000;
    background-image: linear-gradient(#00000080, #00000080);
    justify-content: center;
    align-items: center;
    padding: 20px;
  }

  .section_relative {
    height: 60vh;
  }

  .section_1 {
    padding: 60px;
    overflow: visible;
  }

  .section_1.top-padding {
    padding-top: 0;
  }

  .section_1.top-padding.zweitfarbe {
    padding-top: 60px;
  }

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

  ._2er_grid.flex_top {
    justify-content: flex-start;
    place-items: center start;
  }

  ._2er_grid.invert {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
    width: 100%;
    padding: 20px;
  }

  ._2er_grid.oben {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

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

  .heading.heading-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

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

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

  .grid-social {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    width: auto;
    margin-top: 0;
    display: flex;
  }

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

  .content_image, .content_image.hidden, .white_block {
    padding: 20px;
  }

  .section_3 {
    padding: 0 60px 60px;
  }

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

  .paragraph_footer.flie-text {
    text-align: left;
    font-size: 15px;
  }

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

  .heading_2.heading-1 {
    margin-top: 10px;
    font-size: 20px;
  }

  .absolute_div {
    padding: 40px 5%;
  }

  .content_block_1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
    padding-top: 0;
    display: flex;
  }

  .no_overflow {
    width: 100%;
    height: 45vh;
  }

  .circle {
    width: 3rem;
    height: 3rem;
  }

  .footer_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .maps-footer {
    width: auto;
  }

  .maps-gro {
    height: 50vh;
  }

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: flex-start;
  }

  .impressum-link, .datenschutz-link {
    font-size: 15px;
  }

  .image-100 {
    height: 55vh;
  }

  .icons-grid-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.5fr 1.25fr 1.75fr;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

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

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

  .heading-left.heading-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
  }

  ._3er-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper {
    height: 55vh;
  }

  .image-wrapper.rel {
    left: 0%;
  }

  .navbar-start {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .content_image-2 {
    padding: 0;
  }

  .content_image-2.width {
    width: 100%;
  }

  .image-100-contain-absolute, .slider-2, .slider-2.height {
    height: 55vh;
  }

  .circle-social {
    width: 2.5rem;
    height: 2.5rem;
  }

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

  .left-arrow-2, .right-arrow-2 {
    width: 50px;
    font-size: 35px;
  }

  .maps-wrapper {
    height: 50vh;
  }

  .circle-socials {
    width: 3rem;
    height: 3rem;
  }

  .circle-socials.white {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 5px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .nav_wrap, .content_image-2-1 {
    padding: 0;
  }

  ._2er_grid-1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .paperform_wrapper {
    height: 100%;
    overflow: auto;
  }

  .paperform_holder_main {
    height: 90vh;
  }

  .navbar_imp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image-error {
    height: 40vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

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

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

  .logo-img {
    width: 140px;
  }

  .divblock1 {
    height: auto;
  }

  .footer.hauptfarbe {
    padding: 20px;
  }

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

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

  .impdat {
    padding: 40px;
  }

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

  .heading-success {
    font-size: 24px;
  }

  .navlink-underline {
    height: 1.5px;
  }

  .hauptfarbe-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-menu {
    padding: 8px 15px;
  }

  .nav-link.flie-text {
    font-size: 13px;
    line-height: 1.3;
  }

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

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

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

  .section_relative {
    height: 25rem;
  }

  .section_1 {
    padding: 40px;
  }

  .section_1.top-padding.zweitfarbe {
    padding-top: 40px;
  }

  ._2er_grid {
    padding: 15px;
  }

  ._2er_grid.flex_top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

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

  ._2er_grid.invert {
    padding: 15px;
  }

  .heading.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
  }

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

  .section_2 {
    height: 600px;
  }

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

  .grid-social {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 3.75fr;
  }

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

  .smaller {
    font-size: 15px;
    line-height: 1.5;
  }

  .content_image, .content_image.hidden {
    padding: 15px;
  }

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

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

  .grid-5er {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .paragraph_footer.flie-text {
    text-align: center;
    font-size: 14px;
  }

  .heading_2.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .no_overflow {
    height: 25rem;
  }

  .circle {
    width: 2.5rem;
    height: 2.5rem;
    padding: 9px;
  }

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

  .maps-footer {
    height: auto;
  }

  .maps-gro {
    height: 20rem;
  }

  .impdat-2.flie-text {
    justify-content: space-between;
    align-items: center;
  }

  .impressum-link {
    text-align: center;
    font-size: 14px;
  }

  .datenschutz-link {
    font-size: 14px;
  }

  .image-100 {
    height: 25rem;
  }

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

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

  ._3er-grid {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .image-wrapper {
    height: 25rem;
    overflow: hidden;
  }

  .image-100-contain-absolute {
    object-fit: cover;
    height: 25rem;
  }

  .slider-2, .slider-2.height {
    height: 25rem;
  }

  .circle-social {
    width: 2rem;
    height: 2rem;
  }

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

  .left-arrow-2, .right-arrow-2 {
    width: 45px;
    font-size: 30px;
  }

  .maps-wrapper {
    width: 100%;
    height: 20rem;
  }

  .circle-socials.white {
    width: 2rem;
    height: 2rem;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  ._2er_grid-1 {
    padding: 15px;
  }

  .image-error {
    height: 15rem;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 22px;
  }

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

  p {
    font-size: 12px;
    line-height: 17px;
  }

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

  .logo-img {
    width: 8rem;
  }

  .flie-text.wrap {
    overflow-wrap: break-word;
  }

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

  .footer.hauptfarbe {
    text-align: left;
  }

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

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

  .social.flie-text {
    text-align: left;
  }

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

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

  .success-block {
    padding: 20px;
  }

  .heading-success {
    font-size: 20px;
  }

  .navlink-underline {
    height: 1px;
  }

  .hauptfarbe-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu {
    padding: 7px 10px;
  }

  .nav-link.flie-text {
    line-height: 1.2;
  }

  .titelheading.heading-1 {
    margin-bottom: 5px;
    font-size: 25px;
  }

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

  .content {
    padding-top: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_relative {
    height: 27rem;
  }

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

  ._2er_grid, ._2er_grid.invert {
    padding: 10px;
  }

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

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

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

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

  .section_2 {
    height: 800px;
  }

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

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

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

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

  .grid-social {
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .smaller {
    font-size: 13.5px;
  }

  .content_image {
    padding: 10px;
  }

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

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

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

  .paragraph_footer.flie-text {
    font-size: 13.5px;
  }

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

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

  .absolute_div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_block_1 {
    width: 100%;
  }

  .no_overflow {
    height: 20rem;
  }

  .circle {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
  }

  .maps-gro {
    height: 20rem;
  }

  .link-block {
    font-size: 13.5px;
  }

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

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

  .impressum-link, .datenschutz-link {
    font-size: 13.5px;
  }

  .image-100 {
    height: 20rem;
  }

  .icons-grid-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 3.75fr;
    justify-items: start;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .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;
  }

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

  .heading-left.heading-1 {
    font-size: 28px;
  }

  .image-wrapper {
    height: 20rem;
  }

  .content_image-2 {
    padding: 5px;
  }

  .image-100-contain-absolute {
    height: 20rem;
  }

  .no_overflow-100 {
    height: 100%;
  }

  .slider-2, .slider-2.height {
    height: 20rem;
  }

  .circle-social {
    width: 1.5rem;
    height: 1.5rem;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
    font-size: 25px;
  }

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

  .circle-socials.white {
    width: 1.6rem;
    height: 1.6rem;
  }

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

  .banner_2 {
    flex-flow: column;
  }

  .content_image-2-1 {
    padding: 5px;
  }

  ._2er_grid-1 {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }

  .image-error {
    height: 12rem;
  }
}

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

#w-node-_02f1a468-0da7-d3d3-b431-e4f76933754c-418509e7, #w-node-c4c97ad0-8849-cf0a-58de-63e11d371674-418509e7, #w-node-_5edaba8d-5a39-65e2-f4a8-b88fc3ad9099-418509e7, #w-node-_4562af3f-85ad-a20f-f6c4-ac087776c4fa-418509e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aef09849-105a-4d44-32db-34589fb8f883-418509e7 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_9fd68de5-8709-488d-8f69-3be2f3f58bba-418509ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25c6786d-ea13-205a-9a5e-c2d4a5a9fcb4-418509ec {
  grid-area: 1 / 2 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-418509df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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

  #w-node-d63cb7cd-5c7c-73dd-fc1c-427094c82e3c-cdb453af, #w-node-_1f19d55d-149f-b9f2-df2c-b53b11470bbd-418509ec, #w-node-c0d4111c-0ff3-38aa-c9fc-fe928e7e2ebd-418509ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_25c6786d-ea13-205a-9a5e-c2d4a5a9fcb4-418509ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-418509df {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fcc59205-297a-a144-1a1b-4bc818450e82-418509df {
    grid-column: span 1 / span 1;
  }
}


