:root {
  --green: #189538;
  --white: white;
  --blue: #131e32;
  --black: black;
  --gold: #f9d000;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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(--green);
  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 {
  object-fit: contain;
  width: 150px;
}

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

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

.telefonnummer, .ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
  background-color: #131e32;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #189538;
}

.adresse {
  margin-bottom: 5px;
}

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

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

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

.flie-text {
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #189538;
  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;
}

.slogan1 {
  font-size: 60px;
  line-height: 65px;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.titelvideo1 {
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.zwischen-section1 {
  color: #fff;
  padding: 60px 140px;
}

._2er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

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

.impdat {
  padding: 100px 40px;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 78vh;
  display: flex;
}

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

.success1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.success1.heading-1 {
  font-family: Staatliches, sans-serif;
  font-weight: 400;
}

.grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  height: 70vh;
}

.content1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.content1.mittig {
  align-items: center;
}

.heading {
  text-align: center;
  letter-spacing: 2px;
  font-size: 60px;
  line-height: 80px;
}

.heading.heading-1 {
  font-family: Staatliches, sans-serif;
  line-height: 1.3;
}

.paragraph_mittig {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

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

.section-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.content_block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  z-index: 1;
  object-fit: contain;
  width: 100px;
  position: relative;
}

.icon.small {
  object-fit: contain;
  width: 50px;
  margin-top: 15px;
  margin-left: 15px;
}

.relative {
  position: relative;
}

.circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.heading1 {
  margin-top: 30px;
  font-size: 25px;
  line-height: 30px;
}

.heading1.heading-2 {
  font-family: Staatliches, sans-serif;
  line-height: 1.3;
}

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

.paragraph_links-1.flie-text {
  line-height: 1.3;
}

.paragraph_links-1.flie-text.ordered-list {
  list-style-type: decimal;
}

.heading2 {
  font-size: 50px;
  line-height: 60px;
}

.heading2.heading-2 {
  line-height: 1.3;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  position: relative;
}

.section4 {
  padding: 60px 150px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.image5 {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.grid-6 {
  width: 100%;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.contact-form-success-icon {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 10px;
}

.form1 {
  margin-bottom: 0;
}

.checkbox-2 {
  border-radius: 5px;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.text-field-4 {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: all .4s;
  display: block;
}

.text-field-4:hover {
  border-color: #1d1f2e80;
  box-shadow: 4px 4px 20px -6px #00000080;
}

.text-field-4:active, .text-field-4:focus {
  border-color: #1d1f2e;
}

.text-field-4::placeholder {
  color: #1d1f2e4d;
}

.form-wrap {
  border-right: 1px #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

.navlink3.flie-text {
  color: #fff;
  transition: all .3s;
}

.navlink3.flie-text:hover {
  color: #c4c4c4;
}

.navlink3.flie-text.w--current {
  color: #189538;
}

.men-3.hauptfarbe {
  z-index: 100000;
}

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

.navlinks3.hauptfarbe {
  color: #fff;
}

.abst-nde-logo3 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.no_overflow-footer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.html-embed-7 {
  height: 100%;
}

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

.heading-links.heading-2 {
  font-family: Staatliches, sans-serif;
  line-height: 1.3;
}

.heading-mittig-small {
  font-size: 25px;
  line-height: 60px;
}

.heading-mittig-small.heading-2 {
  margin-bottom: 20px;
  font-family: Staatliches, sans-serif;
  line-height: 1.3;
}

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

.paragraph-links.flie-text {
  line-height: 1.3;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.cell-top-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.content_block-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.list-item {
  margin-bottom: 10px;
}

.quick-stack-2 {
  width: 66.6%;
  padding-top: 0;
}

.accordion-item-wrapper-white-4 {
  background-color: #24242400;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.accordion-tab-button-dark {
  cursor: pointer;
  background-color: #333;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  min-height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  transition: transform .2s;
  display: flex;
}

.accordion-tab-button-dark.highlights {
  color: #333;
  background-color: #189538;
}

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

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

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

.accordion-question-header-4 {
  width: 80%;
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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

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

.accordion-pane-content-center {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 5px;
  padding: 20px 0;
  display: flex;
}

.content-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.quick-stack-3 {
  width: 100%;
}

.image-wrapper-70vh {
  width: 100%;
  height: 70vh;
}

.background-video {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.image-wrapper-33-5vh {
  width: 100%;
  height: 33.5vh;
}

.image-div {
  width: 100%;
  height: 60vh;
}

.cell {
  justify-content: center;
  align-items: center;
}

.cell.top {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-4 {
  width: 100%;
}

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

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

.tab-link-tab-1 {
  letter-spacing: 1px;
  margin-right: 10px;
  font-size: 16px;
}

.tab-link-tab-1.flie-text:hover, .tab-link-tab-1.flie-text.w--current {
  color: #fff;
  background-color: #189538;
}

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

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

.video-wrapper, .play-state {
  width: 100%;
  height: 100%;
}

.image-101 {
  background-color: var(--white);
  object-fit: contain;
  border-radius: 100%;
  height: 5vh;
}

.pause-state {
  background-color: var(--white);
  border-radius: 100%;
}

.grid-17 {
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 16px;
  display: grid;
}

.grid-17-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 2fr;
  margin-top: 16px;
}

.grid-17-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .logo-img {
    object-fit: contain;
    width: 220px;
  }

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

  .telefonnummer, .email {
    margin-bottom: 5px;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  .subheading1.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .titelvideo1 {
    height: 40vh;
  }

  .zwischen-section1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    height: auto;
    padding: 60px;
  }

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

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

  .success1.heading-1 {
    font-size: 32px;
  }

  .grid {
    height: 60vh;
  }

  .grid.invert {
    flex-direction: column-reverse;
    justify-content: space-between;
    height: auto;
    display: flex;
  }

  .content1 {
    align-items: center;
    padding: 20px 60px;
  }

  .content1.mittig {
    padding: 60px;
  }

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

  .section-mittig {
    padding: 60px;
  }

  .section-mittig.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content_block {
    text-align: center;
    align-items: center;
    width: auto;
    padding: 0;
  }

  .icon.small {
    width: 29px;
    margin-top: 0;
    margin-left: 0;
  }

  .relative, .circle.highlights {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    display: flex;
  }

  .heading1.heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .paragraph_links-1.flie-text {
    text-align: center;
  }

  .paragraph_links-1.flie-text.links {
    text-align: left;
  }

  .grid-4 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section4 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .image5 {
    object-position: 50% 13%;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    flex-flow: column;
    display: flex;
  }

  .form-wrap {
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .form-wrap.first {
    margin-bottom: 60px;
  }

  .menu-icon-3 {
    color: #fff;
  }

  .navlink3.flie-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink3.flie-text.w--current {
    color: var(--white);
    font-weight: 700;
  }

  .men-3.hauptfarbe {
    z-index: 1000;
    background-color: var(--green);
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    text-align: center;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

  .no_overflow-footer, .maps {
    height: 50vh;
  }

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

  .quick-stack-2 {
    width: 100%;
  }

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

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

  .accordion-pane-content {
    padding-bottom: 0;
  }

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

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-wrapper-70vh {
    height: 50vh;
  }

  .image-wrapper-33-5vh {
    height: 24vh;
  }

  .image-div {
    height: 45vh;
  }

  .quick-stack-4 {
    padding: 0;
  }

  .tabs-menu {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: column;
    align-items: stretch;
  }

  .quick-stack-5 {
    width: 100%;
  }

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

  .tabs {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 190px;
  }

  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading1.heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo1 {
    height: 35vh;
  }

  .zwischen-section1 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

  .success1.heading-1 {
    font-size: 27px;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    height: auto;
  }

  .grid.invert {
    height: auto;
  }

  .content1 {
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
  }

  .content1.mittig {
    padding: 40px;
  }

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

  .section-mittig, .section-mittig.zweitfarbe {
    padding: 40px;
  }

  .content_block {
    justify-content: center;
    align-items: center;
  }

  .icon {
    width: 60px;
  }

  .icon.small {
    width: 20px;
  }

  .relative, .circle.highlights {
    width: 40px;
    height: 40px;
  }

  .heading1.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .paragraph_links-1.flie-text {
    text-align: center;
    margin-bottom: 5px;
  }

  .paragraph_links-1.flie-text.ordered-list {
    text-align: left;
    padding-left: 20px;
  }

  .paragraph_links-1.flie-text.links {
    text-align: center;
    margin-bottom: 20px;
  }

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

  .section4 {
    padding: 40px;
  }

  .grid-5 {
    grid-row-gap: 0px;
  }

  .grid-6 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .text-field-4 {
    text-align: left;
    text-transform: none;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-4::placeholder {
    text-align: center;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .form-wrap.first {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

  .image-100 {
    max-width: none;
  }

  .heading-links.heading-2 {
    text-align: center;
    font-size: 30px;
  }

  .heading-mittig-small.heading-2 {
    text-align: center;
  }

  .quick-stack {
    width: 100%;
  }

  .cell-top-right {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-2 {
    padding: 0;
  }

  .accordion-tab-button-dark {
    width: 90vw;
  }

  .accordion-tab-button-dark.highlights {
    width: 100%;
  }

  .accordion-question-header-4 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2em;
  }

  .accordion-pane-content-center, .content-links {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-wrapper-70vh, .image-wrapper-33-5vh {
    height: 50vh;
  }

  .quick-stack-4 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-2, .cell-3 {
    justify-content: center;
    align-items: center;
  }

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

  .cell-4, .cell-5, .cell-6 {
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .logo-img {
    width: 180px;
  }

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

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

  .slogan1.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .titelvideo1 {
    height: 35vh;
  }

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

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

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

  .success1.heading-1 {
    font-size: 20px;
    line-height: 27px;
  }

  .grid.invert {
    height: auto;
  }

  .content1 {
    text-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content1.mittig {
    padding: 20px;
  }

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

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

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

  .section-mittig, .section-mittig.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_block {
    align-items: center;
  }

  .icon {
    width: 50px;
  }

  .icon.small {
    margin-top: 0;
    margin-left: 0;
    position: static;
  }

  .relative {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .circle.highlights {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    position: static;
  }

  .heading1.heading-2 {
    text-align: center;
  }

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

  .heading2.heading-2 {
    font-size: 25px;
  }

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

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

  .text-field-4 {
    width: 100%;
    height: 60%;
  }

  .form-wrap {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

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

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

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

  .no_overflow-footer {
    height: 35vh;
  }

  .maps {
    height: 40vh;
  }

  .heading-links.heading-2 {
    font-size: 22px;
  }

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

  .content_block-center {
    align-items: center;
  }

  .quick-stack-2 {
    padding: 0;
  }

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

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

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

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

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

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

  .content-links {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .image-wrapper-70vh, .image-wrapper-33-5vh {
    height: 45vh;
  }

  .image-div {
    height: 35vh;
  }

  .list.flie-text {
    text-align: left;
    font-size: 14px;
  }

  .quick-stack-5 {
    margin-bottom: 20px;
    padding: 0;
  }

  .text-block {
    font-size: 14px;
  }
}

#w-node-_592c85b5-9ca5-841a-fa15-d3bdf05b40ca-760aa578 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7454f037-cb17-3b4e-6bc3-b172e206ed19-760aa57e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_02a2e77e-e70e-a0a2-2f3c-8016395d30b5-760aa57e, #w-node-cee79055-84e0-6f5b-1e93-bdd33742f616-760aa57e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f9c061d-f388-dd24-2fbf-22d059b5ab9c-760aa57e, #w-node-_37e3b0f2-fb83-4124-e3cb-27f931f1a4a7-760aa57e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8a9273d-09ef-867c-2000-e35284ef9cdc-760aa57e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3035314b-e5a3-3223-e647-95e8d007f27c-760aa57e, #w-node-_13e11372-5096-010e-a411-56d3e560e4d3-760aa57e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_41ad4800-c411-4f3b-cb89-5f08d06190fa-760aa57e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-f1819fa0-5a57-39a8-58da-28f7e2504585-760aa57e, #w-node-d5d47dc5-ff64-7043-cef7-bb8083fa6710-760aa57e {
  grid-column: span 2 / span 2;
}

#w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a22-760aa57e {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a23-760aa57e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_214b8702-05b1-92a8-ba56-2a3f8d051f90-760aa581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0e8a55ba-529b-a9c5-0c4f-d06f8b0094e5-760aa581 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 50px 1fr;
}

#w-node-_39683e9d-4671-a5d6-4731-b0460d125b91-760aa581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_39683e9d-4671-a5d6-4731-b0460d125ba7-760aa581, #w-node-_8c1d4d45-7a82-69f8-8de3-cf7fdb191110-760aa581, #w-node-bc5d2a92-5de7-a932-0e6d-804d72955054-760aa581, #w-node-f86cb3c8-7685-2411-61e0-c9479e21ef79-760aa581 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_592c85b5-9ca5-841a-fa15-d3bdf05b40ca-760aa578 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_41ad4800-c411-4f3b-cb89-5f08d06190fa-760aa57e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f1819fa0-5a57-39a8-58da-28f7e2504585-760aa57e, #w-node-d5d47dc5-ff64-7043-cef7-bb8083fa6710-760aa57e {
    grid-column: span 2 / span 2;
  }

  #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a22-760aa57e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a23-760aa57e {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_4860113e-e55e-0ad8-065c-1ed80e6fa558-760aa580 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_005aff3e-ceed-dbfa-9558-151bddbb7e9b-760aa580 {
    order: -9999;
  }

  #w-node-_214b8702-05b1-92a8-ba56-2a3f8d051f90-760aa581, #w-node-_8c1d4d45-7a82-69f8-8de3-cf7fdb191110-760aa581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8c1d4d45-7a82-69f8-8de3-cf7fdb191114-760aa581 {
    order: -9999;
  }

  #w-node-bc5d2a92-5de7-a932-0e6d-804d72955054-760aa581, #w-node-f86cb3c8-7685-2411-61e0-c9479e21ef79-760aa581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f86cb3c8-7685-2411-61e0-c9479e21ef7d-760aa581 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-aeb5882e-5209-9300-0647-4b23a08a82e6-a08a82e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a3b-760aa57e {
    grid-column: span 2 / span 2;
  }

  #w-node-_0e8a55ba-529b-a9c5-0c4f-d06f8b0094e5-760aa581 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_39683e9d-4671-a5d6-4731-b0460d125b91-760aa581, #w-node-_39683e9d-4671-a5d6-4731-b0460d125ba7-760aa581 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a22-760aa57e {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a23-760aa57e, #w-node-_90a3d4ff-224a-7566-b118-6fa5a09c2a3b-760aa57e {
    grid-column: span 1 / span 1;
  }
}


