:root {
  --steel-blue: #3770a9;
  --dark-grey: #3f3f3f;
  --plum: #ddb9f6;
}

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

body {
  color: #333;
  flex-direction: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, 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(--steel-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 {
  object-fit: contain;
  width: 18vw;
}

.logo {
  justify-content: center;
  align-items: center;
  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: 2.3vw;
  font-weight: 400;
  line-height: 1.5;
}

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

.hauptfarbe {
  color: #fff;
  background-color: #3f3f3f;
}

.email {
  margin-bottom: 5px;
}

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

.highlights {
  color: #fff;
  background-color: #3c71b9;
}

.adresse {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
}

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

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

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

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

.farbe-der-headings {
  color: #3c71b9;
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
}

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

.nav-link-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link-1:hover {
  color: gray;
}

.nav-link-1.w--current {
  color: #ebe3de;
}

.nav-link-1.flie-text.w--current {
  color: #ece4df;
}

.navbar-1 {
  width: 100%;
}

.container-men-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-startseite-1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90vh;
  display: flex;
  position: relative;
}

.background-video1 {
  background-image: linear-gradient(#0000001a, #0000001a);
  width: 100%;
  height: 100%;
}

.div-block-video {
  color: #fff;
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 80px;
}

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

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
}

.heading-mittig1.heading-1 {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 25px;
  line-height: 1.5;
}

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-links1 {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 25px;
  line-height: 120%;
}

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

.heading-links1.heading-1.farbe-der-headings {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.3;
}

._2er-grid1 {
  grid-template-rows: auto;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.unterseite-titelvideo {
  height: 70vh;
  position: relative;
}

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

.heading-linksb-ndig1 {
  margin-top: 0;
  font-size: 22px;
}

.heading-linksb-ndig1.heading-2 {
  font-size: 20px;
}

.div-block-wei {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.impdat {
  padding: 100px 10vw;
}

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

.success-txt {
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 784px;
  height: 400px;
  display: flex;
}

.success-txt.highlights {
  background-color: var(--steel-blue);
  width: 60vw;
  height: 57.5vh;
}

.footer-1 {
  padding: 60px 10vw;
}

.footer-1.hauptfarbe {
  background-color: var(--dark-grey);
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Marcellus SC, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.inhalt-footer {
  flex-direction: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  display: block;
}

.nav-link-4 {
  color: #fff;
  font-weight: 700;
}

.nav-link-4.flie-text {
  color: var(--steel-blue);
  padding: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-4.flie-text.w--current {
  color: #3770a9;
}

.nav-menu-2 {
  z-index: 10000;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink_content {
  overflow: hidden;
}

.div-block-111 {
  background-color: var(--steel-blue);
  width: 100%;
  height: 2px;
}

.navbar-2 {
  z-index: 90;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.divider {
  border-bottom: 4px dotted #7f7f7f;
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

.paragraph-55 {
  text-align: center;
  margin-top: -20px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.text-field-3 {
  background-color: #fff;
  padding-top: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.text-field-3:hover {
  background-color: #fff;
}

.text-field-3:focus {
  border: 2px solid #496ab1;
}

.form-text-3 {
  color: #969696;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.submit-button-formular {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.submit-button-formular.highlights {
  line-height: 1.3;
}

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

.heading-form {
  font-size: 30px;
  line-height: 36px;
}

.heading-form.heading-1.farbe-der-headings {
  line-height: 1.3;
}

.form-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.checkbox-field-2 {
  text-align: left;
  font-size: 16px;
}

.checkbox {
  width: 15px;
  height: 15px;
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.maos-footer {
  justify-content: center;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 850px;
}

.link {
  color: #fff;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

.grid-social-media {
  grid-template-rows: auto;
  grid-template-columns: 35px 35px 35px 1fr;
}

.sm-link {
  width: 35px;
  height: 35px;
}

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

.sm-icon.invert {
  filter: invert();
}

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

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

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

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

.textarea {
  line-height: 1.8;
  box-shadow: 1px 1px 2px #7e7e7e;
}

.textarea.text-field-3 {
  box-shadow: inset 1px 1px 2px #7e7e7e;
}

.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: -2px;
  top: 10px;
}

.heading-89 {
  color: #3770a9;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Marcellus SC, sans-serif;
  font-size: 30px;
}

.bold-text-10 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-left {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 135%;
}

.text-left.paragraph-font {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-left.paragraph-font {
  line-height: 160%;
}

.text-left.paragraph-font-copy {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-left.paragraph-font {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-left.paragraph-font.margin-top {
  margin-top: 20px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.small-heading {
  font-size: 28px;
  line-height: 120%;
}

.small-heading.heading-font2 {
  color: #3c71b9;
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 26px;
  display: block;
}

.section-50 {
  padding: 10vh 10vw;
}

.section-50.zweitfarbe {
  background-color: #e6e6e6;
}

.section-50.hidden {
  display: none;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 10px;
  display: flex;
}

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

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

.text-linksb-ndig1 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig1.paragraph-font {
  text-align: justify;
  text-align: justify;
  text-align: justify;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-linksb-ndig1.paragraph-font.lft {
  text-align: left;
}

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

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

.section-51 {
  object-fit: cover;
  background-image: url('../images/pc.webp');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 62vh;
  display: flex;
  box-shadow: inset 0 0 0 300px #0c000033;
}

.bold-text-11 {
  color: #fff;
  font-family: Marcellus SC, sans-serif;
  font-size: 40px;
}

.italic-text {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-94 {
  margin-top: 0;
  margin-bottom: 30px;
}

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

.paragraph-63, .paragraph-64 {
  font-family: Roboto, sans-serif;
}

.section-52 {
  padding: 10vh 2vw;
}

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

.text-block-2 {
  color: #3770a9;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-2:hover {
  text-decoration: none;
}

.text-block-3 {
  color: #3770a9;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-3:hover {
  text-decoration: none;
}

.dropdown-16 {
  color: #3770a9;
  background-color: #fff;
}

.dropdown-list-14 {
  color: #3770a9;
}

.dropdown-list-14.w--open {
  box-shadow: -1px -1px 5px #0003;
}

.dropdown-toggle-12 {
  padding-left: 10px;
  padding-right: 25px;
}

.dropdown-toggle-13 {
  padding-left: 20px;
  padding-right: 25px;
}

.dropdown-linkk {
  color: #3770a9;
  background-color: #fff;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.dropdown-linkk:hover {
  opacity: 1;
  color: #678db3;
}

.heading-centered-3 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.heading-centered-3.heading-font1.lft {
  text-align: left;
  letter-spacing: 0;
  font-size: 20px;
}

.heading-centered-3.heading-font1 {
  z-index: 5;
  font-family: Marcellus SC, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
}

._4er-grid-3 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 0;
}

.feature-image-3 {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 1.025rem;
  width: 100%;
  height: 100%;
}

.feature-image-3.top {
  object-position: 50% 100%;
}

.text-over-img {
  color: #fff;
  object-fit: cover;
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 1.025rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-big1 {
  object-fit: cover;
  border-radius: .125rem;
  width: 100%;
  height: 36vh;
  position: relative;
  overflow: hidden;
}

.image-big1.hide {
  display: none;
}

.section-53 {
  padding: 10vh 10vw;
}

.heading-95 {
  color: var(--steel-blue);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 30px;
}

.text-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-54 {
  background-color: #e6e6e6;
  padding: 10vh 10vw;
}

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

.grid-wrapper.arrangemnet {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

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

.accordion-question-header-5 {
  color: #fff;
  text-align: left;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.section-56 {
  padding: 20px 5vw;
}

.content-horizontal {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.img-big-backshadow {
  object-fit: cover;
  width: 45%;
  height: 60vh;
  box-shadow: 1px 1px 19px 5px #0003;
}

.img-big-backshadow.contain.act-contain {
  object-fit: contain;
}

.heading-klein1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 20px;
}

.heading-klein1.heading-font3 {
  margin-top: 0;
  font-family: Marcellus SC, sans-serif;
  font-size: 15px;
}

.heading-klein1.heading-font3.heading-color {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

.heading-klein1.heading-1 {
  color: #3770a9;
  margin-bottom: 10px;
  font-size: 25px;
}

.divider-2 {
  width: 20vw;
  height: 3px;
  margin-left: -20px;
}

.divider-2.highlights {
  margin-bottom: 20px;
  margin-left: 0;
}

.divider-2.highlights.popupp {
  padding-bottom: 2.5px;
}

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

.dropdown-list-15 {
  box-shadow: 0 2px 5px #0003;
}

.dropdown-list-15.w--open {
  box-shadow: -1px -1px 5px #0003;
}

.slider-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.icon {
  color: #3770a9;
  padding-left: 40px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
}

.image-wrapper.sm {
  height: 45vh;
}

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

.image-100.contain {
  object-fit: contain;
}

.image-100.contain.round {
  border-radius: 1rem;
}

.image-100.left {
  object-position: 95% 50%;
}

.image-100.rechts {
  object-position: 0% 50%;
}

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

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  width: 100%;
}

.cell-4 {
  align-items: flex-end;
  padding-left: 20px;
}

.icon-2 {
  color: #3770a9;
  padding-left: 40px;
}

.button {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
  line-height: 25px;
}

.button.highlights {
  font-family: Roboto, sans-serif;
  line-height: 1.3;
}

.button.highlights.top {
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.button.zweitfarbe {
  font-family: Roboto, sans-serif;
}

.link-10 {
  color: var(--steel-blue);
  text-decoration: none;
}

.form-embed {
  width: 100%;
  height: 100%;
}

.popup {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-112 {
  padding: 20px;
}

.div-block-112.zweitfarbe {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  width: auto;
  height: 75vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 2px 7px #0000004f;
}

.heading-96 {
  color: #3770a9;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: Marcellus SC, sans-serif;
  font-size: 30px;
}

.image-101 {
  cursor: pointer;
  width: 40px;
  position: absolute;
  inset: 2% 2% auto auto;
}

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

.icon-3 {
  background-color: var(--steel-blue);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
}

.image-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-inside {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.image-62 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-62:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.heading-97 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.heading-97.bottom-margin {
  margin-bottom: 20px;
}

.paragraph-57.darker {
  font-size: 24px;
  line-height: 40px;
}

.paragraph-57.darker:hover {
  color: #4f4f4f;
}

.image-102 {
  object-fit: contain;
  width: 35vw;
}

.html-embed-4 {
  width: 100%;
  height: auto;
  overflow: auto;
}

.div-block-113 {
  text-align: left;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  margin-top: 60px;
  padding: 0;
}

.link-11 {
  color: var(--steel-blue);
  text-decoration: none;
}

.image-popup {
  opacity: .57;
  cursor: pointer;
  object-fit: contain;
  height: 45px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.images-slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.video-embed {
  width: 100%;
  height: 100%;
}

.left-arrow, .right-arrow {
  top: 45%;
  bottom: 45%;
}

.popup-2 {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  padding: 20%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.heading-98 {
  color: #3770a9;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Marcellus SC, sans-serif;
  font-size: 30px;
}

.link-12 {
  color: var(--dark-grey);
  text-decoration: none;
}

.popup-3 {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-inside-2 {
  z-index: 10;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: scroll;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-2:hover {
  box-shadow: 4px 0 16px 4px #000;
}

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

.link-14 {
  color: #3770a9;
  text-decoration: none;
}

.cell-6 {
  align-items: flex-end;
  padding-left: 20px;
}

.quick-stack-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  width: 100%;
}

.underline {
  background-color: #3770a9;
  width: 100%;
  height: 3px;
  margin: 20px auto;
}

.lightbox-link {
  z-index: 10000000;
  height: 45vh;
  position: relative;
}

.button-2 {
  text-transform: uppercase;
  cursor: pointer;
  background-color: #3770a9;
  border: 3px #fff;
  border-radius: 0;
  margin-top: 10px;
  margin-left: 0;
  font-family: Marcellus SC, sans-serif;
  transition: all .2s;
  display: block;
}

.button-2:hover {
  color: #fff;
  background-color: #3770a9;
}

.lightbox-link-2 {
  height: 65vh;
}

.popup-4 {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.popup-inside-3 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 1px 11px #000;
}

.popup-inside-3:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.link-15 {
  color: #3770a9;
  text-decoration: none;
}

.cross-icon {
  cursor: pointer;
  margin-top: 2%;
  margin-right: 2%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.paragraph-twingo-1 {
  font-size: 16px;
  line-height: 22px;
}

.paragraph-twingo-1.mittig {
  text-align: center;
}

.paragraph-twingo-1.mittig.flie-text {
  color: #000;
  height: auto;
}

.paragraph-twingo-1.mittig.flie-text.white {
  color: #fff;
}

.inner-div {
  background-color: var(--steel-blue);
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  padding: 6%;
  display: flex;
  position: relative;
}

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

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

.small-heading-2.mittig.heading-1.padding {
  margin-top: 0;
}

.new-popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.link-16 {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.offer-image {
  object-fit: contain;
  height: 80vh;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.modal1_content-wrapper {
  background-color: #3770a9;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  color: #fff;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.show-mobile-landscape {
  display: none;
}

.modal1_component {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.text-linksb-ndig1-list {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-linksb-ndig1-list.paragraph-font.num {
  list-style-type: decimal;
}

.text-linksb-ndig1-list.paragraph-font {
  text-align: justify;
  text-align: justify;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-linksb-ndig1-list.paragraph-font.lft {
  text-align: left;
}

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-link-1.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-men-1.hauptfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .men-button1.hauptfarbe.w--open {
    background-color: #000;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelvideo-startseite-1 {
    height: 60vh;
  }

  .div-block-video {
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .slogan1 {
    font-size: 40px;
  }

  .slogan1.heading-1 {
    text-align: center;
    font-size: 35px;
    line-height: 45px;
  }

  .heading-mittig1.heading-1 {
    font-size: 24px;
  }

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

  .heading-links1.heading-1.farbe-der-headings {
    margin-top: 20px;
  }

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

  .unterseite-titelvideo {
    height: 60vh;
  }

  ._2-spalten1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  ._2-spalten1.invert {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-wei.flie-text {
    text-align: center;
    align-items: center;
    padding: 0 0;
  }

  .maps1 {
    height: 45vh;
    margin-top: 20px;
  }

  .impdat {
    padding: 60px;
  }

  .success {
    padding: 60px 0;
  }

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

  .success-txt.highlights {
    width: auto;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-1.hauptfarbe {
    padding: 20px 60px;
  }

  .inhalt-footer {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .nav-link-4 {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

  .nav-link-4.flie-text {
    color: #fff;
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    font-size: 16px;
  }

  .nav-link-4.flie-text.w--current {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: var(--steel-blue);
    flex-direction: column;
    padding: 10px;
  }

  .men-icon2 {
    color: #fff;
  }

  .men-button2.hauptfarbe {
    background-color: var(--dark-grey);
  }

  .navlink_content {
    color: #fff;
  }

  .div-block-111 {
    display: none;
  }

  .div-block-navbar {
    width: auto;
    margin-left: auto;
  }

  .form-block {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link {
    flex-direction: column;
    display: flex;
  }

  .grid-social-media {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sm-link {
    width: 28px;
    height: 28px;
  }

  .html-embed-3 {
    width: 100%;
  }

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

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

  .text-left.paragraph-font {
    text-align: center;
  }

  .grid-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    display: flex;
  }

  .grid-3.switch {
    flex-direction: column-reverse;
  }

  .small-heading.heading-font2 {
    text-align: center;
  }

  .section-50, .section-50.zweitfarbe {
    padding: 60px;
  }

  .content-wrapper {
    align-items: center;
  }

  .content-wrapper._100, .accordion-pane-2 {
    width: 100%;
  }

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

  .text-linksb-ndig1.paragraph-font {
    text-align: justify;
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .accordion-pane-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .accordion-pane-content.left-align {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-52 {
    padding: 60px;
  }

  .text-block-2, .text-block-3 {
    color: #fff;
    font-size: 16px;
  }

  .dropdown-16 {
    background-color: var(--steel-blue);
    width: 100%;
  }

  .dropdown-list-14 {
    position: static;
  }

  .dropdown-toggle-12 {
    color: #fff;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown-toggle-13 {
    color: #fff;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
  }

  .dropdown-linkk {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .heading-centered-3.heading-font1 {
    font-size: 23px;
  }

  ._4er-grid-3 {
    grid-column-gap: 15px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .feature-image-3 {
    margin-top: 0;
  }

  .image-big1 {
    height: 50vh;
  }

  .section-53 {
    margin-bottom: 20px;
    padding: 60px;
  }

  .text-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    align-items: center;
  }

  .section-54 {
    padding: 60px;
  }

  .grid-wrapper {
    flex-direction: column;
    display: flex;
  }

  .section-56 {
    padding: 60px;
  }

  .content-horizontal {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }

  .content-horizontal.switch {
    flex-direction: column-reverse;
  }

  .content-horizontal.sm-center {
    justify-content: space-between;
    align-items: center;
  }

  .img-big-backshadow {
    width: 100%;
    min-height: auto;
  }

  .img-big-backshadow.contain {
    object-fit: contain;
  }

  .img-big-backshadow.contain.auto {
    width: auto;
  }

  .divider-2.highlights {
    margin-left: 0;
  }

  .inhalt-untereinander1-3 {
    align-items: center;
    padding: 10px 0;
  }

  .dropdown-list-15.w--open {
    position: static;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: flex;
  }

  .icon {
    color: #fff;
    padding-left: 0;
  }

  .image-wrapper {
    height: auto;
  }

  .image-wrapper._60vh {
    height: 60vh;
  }

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

  .icon-2 {
    color: #fff;
    padding-left: 0;
  }

  .popup-inside {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
  }

  .heading-97.bottom-margin {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .image-102 {
    width: 50vw;
  }

  .quick-stack-4 {
    margin-top: 40px;
  }

  .image-popup {
    height: 40px;
  }

  .popup-inside-2 {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
  }

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

  .popup-inside-3 {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
  }

  .small-heading-2.mittig.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-linksb-ndig1-list.paragraph-font {
    text-align: justify;
    flex-direction: column;
    align-items: center;
    display: block;
  }
}

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

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

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

  .divblock1 {
    height: auto;
  }

  .titelvideo-startseite-1 {
    height: 55vh;
  }

  .div-block-video {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-mittig1.heading-1 {
    font-size: 20px;
    line-height: 31px;
  }

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

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

  .unterseite-titelvideo {
    height: 55vh;
  }

  .maps1 {
    height: 40vh;
    margin-top: 20px;
  }

  .impdat {
    flex-direction: column;
    justify-content: space-around;
    padding: 40px;
    display: block;
  }

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

  .footer-1.hauptfarbe {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    display: flex;
  }

  .heading-footer {
    margin-bottom: 5px;
  }

  .nav-link-4.flie-text {
    font-size: 15px;
  }

  .navbar-2 {
    padding: 0 20px;
  }

  .div-block-navbar {
    width: auto;
  }

  .heading-form.heading-1.farbe-der-headings {
    font-size: 30px;
  }

  .maos-footer {
    justify-content: flex-start;
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

  .link {
    flex-direction: column;
    display: flex;
  }

  .sm-link {
    width: 25px;
    height: 25px;
  }

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

  .heading-89 {
    margin-top: 20px;
    margin-bottom: 34px;
  }

  .text-left.paragraph-font, .text-left.paragraph-font-copy, .text-left.paragraph-font {
    font-size: 14px;
  }

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

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

  .text-linksb-ndig1.paragraph-font {
    text-align: center;
    text-align: center;
    text-align: justify;
    font-size: 14px;
  }

  .arrow-div {
    width: 22px;
    height: 22px;
  }

  .section-52 {
    padding: 40px;
  }

  .text-block-2, .text-block-3 {
    font-size: 15px;
  }

  .heading-centered-3.heading-font1 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }

  ._4er-grid-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-big1 {
    height: 50vh;
  }

  .section-53 {
    padding: 40px;
  }

  .heading-95 {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .section-54 {
    padding: 40px;
  }

  .accordion-tab-button-dark-3 {
    width: auto;
  }

  .accordion-question-header-5 {
    font-size: 1em;
  }

  .section-56 {
    padding: 40px;
  }

  .content-horizontal {
    margin-top: 0;
  }

  .img-big-backshadow.contain {
    height: 50vh;
  }

  .footer-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-wrapper {
    height: 50vh;
  }

  .image-wrapper.sm {
    height: 35vh;
  }

  .quick-stack-3 {
    padding: 10px;
  }

  .button.highlights {
    margin-top: 10px;
  }

  .popup {
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-112.zweitfarbe {
    height: 80vh;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
  }

  .heading-96 {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .image-div {
    flex-flow: column;
    display: flex;
  }

  .image-62 {
    width: 25px;
    height: 25px;
  }

  .heading-97.bottom-margin {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph-57.darker {
    line-height: 30px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .image-102 {
    width: 75vw;
  }

  .quick-stack-4 {
    margin-top: 20px;
  }

  .image-popup {
    height: 35px;
  }

  .popup-2 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .heading-98 {
    margin-bottom: 30px;
    font-size: 29px;
  }

  .popup-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .quick-stack-5 {
    padding: 10px;
  }

  .lightbox-link {
    height: 35vh;
  }

  .popup-4 {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .small-heading-2.mittig.heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .modal1_component {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-linksb-ndig1-list.paragraph-font {
    text-align: center;
    text-align: center;
    text-align: justify;
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

  .titelvideo-startseite-1 {
    height: 50vh;
  }

  .div-block-video {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .heading-mittig1.heading-1 {
    font-size: 15px;
    line-height: 24px;
  }

  .heading-links1.heading-1.farbe-der-headings {
    font-size: 17px;
  }

  .unterseite-titelvideo {
    height: 50vh;
  }

  .heading-linksb-ndig1.heading-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .div-block-wei.flie-text {
    padding-left: 0;
    padding-right: 0;
  }

  .maps1 {
    height: 35vh;
  }

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

  .success {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .heading-footer {
    margin-bottom: 6px;
  }

  .inhalt-footer {
    width: 100%;
  }

  .nav-link-4.flie-text {
    padding-left: 20px;
  }

  .men-button2.hauptfarbe {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-navbar {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .heading-form.heading-1.farbe-der-headings {
    font-size: 20px;
  }

  .form-block {
    padding-top: 0;
  }

  .maps-gro {
    height: 300px;
  }

  .grid-social-media {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .html-embed-3 {
    width: 100%;
  }

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

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

  .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-89 {
    font-size: 22px;
  }

  .text-left {
    font-size: 15px;
    line-height: 22px;
  }

  .text-left.paragraph-font {
    text-align: left;
    text-align: center;
    overflow-wrap: anywhere;
    line-height: 1.5;
  }

  .text-left.paragraph-font-copy {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
  }

  .text-left.paragraph-font-copy.right {
    text-align: right;
  }

  .text-left.paragraph-font {
    text-align: left;
    line-height: 1.5;
  }

  .small-heading.heading-font2 {
    font-size: 20px;
  }

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

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

  .text-linksb-ndig1 {
    font-size: 15px;
    line-height: 22px;
  }

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

  .arrow-div {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }

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

  .section-52 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-12, .dropdown-toggle-13 {
    padding-left: 20px;
  }

  .dropdown-linkk {
    font-size: 15px;
    line-height: 19px;
  }

  .heading-centered-3.heading-font1.lft {
    font-size: 18px;
  }

  .heading-centered-3.heading-font1.pp-small {
    font-size: 14px;
  }

  .heading-centered-3.heading-font1 {
    font-size: 16px;
    line-height: 22px;
  }

  ._4er-grid-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-big1 {
    height: 45vh;
  }

  .section-53 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-95 {
    font-size: 20px;
    line-height: 130%;
  }

  .section-54 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-tab-button-dark-3 {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
  }

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

  .section-56 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-horizontal {
    width: auto;
  }

  .img-big-backshadow {
    min-height: 60vh;
  }

  .img-big-backshadow.contain {
    height: 45vh;
    min-height: auto;
  }

  .heading-klein1.heading-font3.heading-color {
    text-align: left;
    font-size: 19px;
  }

  .heading-klein1.heading-1 {
    font-size: 19px;
  }

  .inhalt-untereinander1-3 {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper {
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon {
    padding-left: 20px;
  }

  .image-wrapper {
    height: 45vh;
  }

  .image-wrapper._60vh {
    height: 40vh;
  }

  .image-100.rechts {
    object-position: 25% 50%;
  }

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

  .cell-4 {
    align-items: center;
    padding-left: 0;
  }

  .icon-2 {
    padding-left: 20px;
  }

  .button.highlights.top {
    text-align: center;
    margin: 2px 0;
  }

  .cell-5 {
    text-align: center;
    align-items: center;
  }

  .popup {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-112.zweitfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-96 {
    font-size: 20px;
    line-height: 130%;
  }

  .flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    order: -1;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon-3.right {
    margin-right: 0;
  }

  .icon-3.left {
    margin-left: 0;
  }

  .popup-inside {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-62 {
    width: 20px;
    height: 20px;
  }

  .heading-97 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-97.bottom-margin {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-113 {
    padding: 20px;
  }

  .image-popup {
    height: 30px;
  }

  .popup-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-98 {
    font-size: 20px;
    line-height: 130%;
  }

  .popup-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup-inside-2 {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-6 {
    align-items: center;
    padding-left: 0;
  }

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

  .popup-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .popup-inside-3 {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner-div {
    width: 90%;
  }

  .small-heading-2.mittig.heading-1 {
    font-size: 17px;
    line-height: 21px;
  }

  .offer-image {
    height: auto;
  }

  .modal1_content-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_component {
    width: auto;
    height: auto;
  }

  .text-linksb-ndig1-list {
    font-size: 15px;
    line-height: 22px;
  }
}

#w-node-_3e619c20-162b-7592-eb9f-eb59f7bbce96-7192687f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6325064d-b05a-c962-2612-ca6de96e97e2-e96e97d3 {
  place-self: start center;
}

#w-node-dd83fdf4-ab6a-9a5f-e213-239f58c7a0d0-e96e97d3, #w-node-e5607b53-39b4-36d6-0d63-93f7550a9562-e96e97d3, #w-node-dfe82383-e4a7-bec1-38b7-98ebe9e0ebc6-e96e97d3, #w-node-ce05dd05-8d68-0344-3934-2d276eba0739-e96e97d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8b7cbef5-16df-fe60-9433-cf3248cb3000-988aa16a {
  place-self: start;
}

#w-node-_7d2ccc3e-9fb2-3436-0ee1-870f60efca88-988aa16a, #w-node-fae36623-9186-cd4d-a034-90b9cc1961ad-988aa16a {
  align-self: start;
}

#w-node-_72a89403-29ad-f4f1-2b2e-60faa9839bee-988aa16a {
  place-self: start;
}

#w-node-e2c37036-0a57-45fb-f71b-411a7ff4a3a5-83511597, #w-node-_8df8fd30-08b1-d401-94db-ca980c2029f5-83511597, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-14f99a49, #w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-14f99a49, #w-node-fa90f4cb-8fb6-7a62-a6c2-a7fe5b587a16-167b48b7, #w-node-_4a04963e-e91f-cf3c-2b10-c07d0647c3bc-167b48b7, #w-node-_244cd2ca-d98c-0e7e-8781-0d26222ef1b5-167b48b7, #w-node-e341793c-6d3a-7d0b-f380-a5aff5559f03-faa5ddd3 {
  align-self: start;
}

#w-node-_078cbf92-f0e4-4895-4ece-aceba64d0aa2-faa5ddd3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d01b890d-7cc6-6cd5-b6d6-6500402c8544-3d5293ac {
  align-self: start;
}

#w-node-_15195f40-5b6b-3673-6642-3a07fd6ac9bb-3d5293ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09d56e90-f4a8-5bd1-efd2-eb68c6b1a307-94dae22a {
  align-self: start;
}

#w-node-_3ab57910-794b-1afe-9770-a52efa6d23f6-94dae22a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34b44d07-c185-1200-7d32-12c0d3187e07-f8eae6cf, #w-node-d6a628d6-d8a5-7dff-4a37-35955b09f734-f8eae6cf {
  align-self: start;
}

#w-node-_787d2147-9d8f-f4b2-056d-b119f33c3bf8-60135fb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-2486fa19, #w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-2486fa19 {
  align-self: start;
}

#w-node-_13691181-47ac-a260-22b1-ff2161edf1b0-b7b2b341 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_304f7727-4322-867e-3f01-bf368ab108c4-b7b2b341 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_051b20af-1cb9-777f-e878-de3dcec9da40-e049d289 {
  align-self: start;
}

#w-node-_051b20af-1cb9-777f-e878-de3dcec9da43-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da4a-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da51-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da58-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da69-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da70-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da77-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da7e-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da85-e049d289, #w-node-a9a401c7-d842-b52c-5177-2a9563e32fd1-e049d289, #w-node-_0bceeae2-17bd-1b31-c0d5-2e265de46702-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da8c-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da93-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da9a-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daa1-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daa8-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daaf-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dab6-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dabd-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dac4-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dacb-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dad2-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dad9-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dae0-e049d289 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-e049d289, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-f40693ee, #w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-f40693ee, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-a1fc4e52, #w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-a1fc4e52, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-f034fe37, #w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-f034fe37, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-74ee7af5 {
  align-self: start;
}

#w-node-_7198b101-fb69-f35c-6913-a5c9b3a83c87-74ee7af5, #w-node-_3762f604-4c21-5672-312a-1325eebb64e2-74ee7af5, #w-node-cae49677-4e48-2991-1ea0-41a9ae46e47e-74ee7af5, #w-node-_8f54cace-c074-f5a5-d598-03582984cb5d-74ee7af5, #w-node-ee664c39-06d4-48a9-65ac-3f1dc8089634-74ee7af5, #w-node-eeedd3c3-9227-e6a5-e366-45fefe1afaae-74ee7af5, #w-node-_428cb23f-e5e1-b17f-1ad2-f0d2d6cdc016-74ee7af5, #w-node-_3a72ddca-f968-e041-1b35-0f0c7e5ff82a-74ee7af5, #w-node-c8e7a86a-68b2-ba7c-5c95-854722f75f46-74ee7af5, #w-node-_8abc004a-aee4-f06e-78c9-9a95e87b2dd6-74ee7af5, #w-node-_0f182084-ebf4-3489-7b07-09f21c639a9a-74ee7af5, #w-node-cfb9c6b5-ac09-5746-8b0d-85a347fbe0f4-74ee7af5, #w-node-_07751c75-3e0c-117d-3523-71a4a44e127e-74ee7af5, #w-node-d878f1b1-4e8f-0245-192a-0d9b68283b0c-74ee7af5, #w-node-e0586bc9-fb3d-7f3e-71bd-33aa56dd964c-74ee7af5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-74ee7af5, #w-node-_8b2cbf3b-8414-68c2-8285-822432cabed1-5c75a9ab {
  align-self: start;
}

#w-node-_7198b101-fb69-f35c-6913-a5c9b3a83c87-5c75a9ab, #w-node-_3762f604-4c21-5672-312a-1325eebb64e2-5c75a9ab, #w-node-cae49677-4e48-2991-1ea0-41a9ae46e47e-5c75a9ab, #w-node-_8f54cace-c074-f5a5-d598-03582984cb5d-5c75a9ab, #w-node-a717e6ed-79d9-f0cf-4f47-485aa08613e0-5c75a9ab {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8dcdce25-e5b0-0d8e-cfc1-4345442d7202-5c75a9ab, #w-node-e2c37036-0a57-45fb-f71b-411a7ff4a3a5-5eadbcf9, #w-node-_8df8fd30-08b1-d401-94db-ca980c2029f5-5eadbcf9 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_304f7727-4322-867e-3f01-bf368ab108c4-b7b2b341 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6325064d-b05a-c962-2612-ca6de96e97e2-e96e97d3 {
    justify-self: start;
  }

  #w-node-_051b20af-1cb9-777f-e878-de3dcec9da43-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da4a-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da51-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da58-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da69-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da70-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da77-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da7e-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da85-e049d289, #w-node-a9a401c7-d842-b52c-5177-2a9563e32fd1-e049d289, #w-node-_0bceeae2-17bd-1b31-c0d5-2e265de46702-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da8c-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da93-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9da9a-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daa1-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daa8-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9daaf-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dab6-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dabd-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dac4-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dacb-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dad2-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dad9-e049d289, #w-node-_051b20af-1cb9-777f-e878-de3dcec9dae0-e049d289, #w-node-_7198b101-fb69-f35c-6913-a5c9b3a83c87-74ee7af5, #w-node-_3762f604-4c21-5672-312a-1325eebb64e2-74ee7af5, #w-node-cae49677-4e48-2991-1ea0-41a9ae46e47e-74ee7af5, #w-node-_8f54cace-c074-f5a5-d598-03582984cb5d-74ee7af5, #w-node-ee664c39-06d4-48a9-65ac-3f1dc8089634-74ee7af5, #w-node-eeedd3c3-9227-e6a5-e366-45fefe1afaae-74ee7af5, #w-node-_428cb23f-e5e1-b17f-1ad2-f0d2d6cdc016-74ee7af5, #w-node-_3a72ddca-f968-e041-1b35-0f0c7e5ff82a-74ee7af5, #w-node-c8e7a86a-68b2-ba7c-5c95-854722f75f46-74ee7af5, #w-node-_8abc004a-aee4-f06e-78c9-9a95e87b2dd6-74ee7af5, #w-node-_0f182084-ebf4-3489-7b07-09f21c639a9a-74ee7af5, #w-node-cfb9c6b5-ac09-5746-8b0d-85a347fbe0f4-74ee7af5, #w-node-_07751c75-3e0c-117d-3523-71a4a44e127e-74ee7af5, #w-node-d878f1b1-4e8f-0245-192a-0d9b68283b0c-74ee7af5, #w-node-e0586bc9-fb3d-7f3e-71bd-33aa56dd964c-74ee7af5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7198b101-fb69-f35c-6913-a5c9b3a83c87-5c75a9ab, #w-node-_3762f604-4c21-5672-312a-1325eebb64e2-5c75a9ab, #w-node-cae49677-4e48-2991-1ea0-41a9ae46e47e-5c75a9ab, #w-node-_8f54cace-c074-f5a5-d598-03582984cb5d-5c75a9ab, #w-node-a717e6ed-79d9-f0cf-4f47-485aa08613e0-5c75a9ab {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}


