:root {
  --red: #ad0000;
}

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

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 51%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.hauptfarbe {
  background-image: none;
}

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

.utility-page-content._404 {
  width: auto;
  position: static;
}

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

.submit-button {
  background-color: #0d0d38;
  font-family: Montserrat, sans-serif;
}

.logo-img {
  object-fit: contain;
  width: 15vw;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: width .2s;
}

.logo {
  object-fit: contain;
  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: 35px;
  font-weight: 400;
  line-height: 30px;
}

.telefonnummer {
  margin-bottom: 5px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

.adresse {
  margin-bottom: 5px;
  line-height: 1.3;
}

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

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

.heading-2 {
  font-family: Urbanist, sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

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

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

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

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

.nav-men-1.hauptfarbe {
  z-index: 10000;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.navbar1 {
  z-index: 100;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  transition: all .2s;
  display: flex;
  position: sticky;
  top: 0;
}

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

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

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

.nav-link-3.flie-text {
  border-bottom: 1px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.nav-link-3.flie-text:hover, .nav-link-3.flie-text.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.navbar-6 {
  width: 100%;
}

.titelvideo1 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

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

.slogan1.heading-1 {
  text-align: center;
  text-transform: none;
  font-size: 70px;
  line-height: 75px;
  transition: all .2s;
}

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

.impdat {
  border-top: 1px solid var(--red);
  padding: 100px 40px;
}

.success {
  border-top: 1px solid var(--red);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.success-blk.highlights {
  background-color: var(--red);
}

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

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-2 {
  border-top: 2px solid var(--red);
  margin-top: auto;
  padding: 60px 140px 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.heading-footer.heading-3 {
  margin-bottom: 10px;
}

.inhalt-footer {
  height: 100%;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

.menu_button.w--open {
  background-color: #0000;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/6086b3f3bd1bedd84fc8514f_AdobeStock_277540477_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

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

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.navbar {
  z-index: 99999;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.menu_form_block {
  width: 80%;
}

.menu_container_right {
  color: #000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.white {
  filter: invert();
  max-width: 250px;
  margin-right: auto;
}

.background-video {
  height: 70vh;
}

.heading_center_small {
  text-align: center;
  font-size: 30px;
  line-height: 35px;
}

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

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

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

.paragraph-links {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}

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

.icon1 {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.checkbox-field-3 {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.button {
  padding: 15px 30px;
  font-size: 16px;
}

.button.flie-text {
  background-image: linear-gradient(135deg, #0000 83%, #ffffff4d 83%, #ffffff4d);
  transition: all .2s;
}

.button.flie-text.highlights:hover {
  background-color: #000;
}

.section_1 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 140px 10vw 100px;
  display: flex;
  position: relative;
}

.section_1.background {
  color: #fff;
  background-image: linear-gradient(#000, #000000b3), url('../images/AdobeStock_945047391.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section_1.background-3 {
  color: #fff;
  background-image: linear-gradient(#000, #000000b3), url('../images/AdobeStock_288458837_Editorial_Use_Only.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section_1.background-1 {
  color: #fff;
  background-image: linear-gradient(#000, #000000b3), url('../images/AdobeStock_289902478_Editorial_Use_Only.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading_center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 50px;
}

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

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

.content.right {
  text-align: right;
  align-items: flex-end;
}

._2er_grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  place-items: center end;
  width: 100%;
  margin-bottom: 40px;
}

._2er_grid.reverse {
  grid-template-columns: max-content 1fr;
  grid-auto-flow: row;
  place-items: center start;
}

.icon {
  object-fit: contain;
  width: 3rem;
  height: 3rem;
  box-shadow: 4px 4px 15px -8px #00000080;
}

.line {
  z-index: 5;
  width: 2px;
  height: 16%;
  position: absolute;
  inset: auto auto -8%;
}

.partner_logo {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

._2er_grid_1 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.content_1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: flex;
}

.content_1.hauptfarbe {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

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

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

.quote {
  border-left: 5px solid var(--red);
  background-color: #0003;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.icon_small {
  filter: invert();
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.divider_1 {
  background-color: #ffffff80;
  width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-mitig {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-mitig.flie-text {
  line-height: 1.5;
}

.zoom_effect {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: flex;
}

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

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

.maps_footer {
  width: auto;
}

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

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

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

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

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

.image-100.contain-up {
  object-fit: contain;
  object-position: 100% 0%;
}

.maps {
  height: 80vh;
}

.text-field {
  font-family: Montserrat, sans-serif;
}

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.image-8 {
  filter: invert();
}

.heading-4, .text-block {
  color: #fff;
}

.html-embed-3 {
  height: 500px;
}

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

.terminbutton-3 {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 22px;
}

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

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

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 40px;
  margin-bottom: 100px;
}

.reviews {
  width: 100%;
}

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

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

.ablaufplan-big-button-4.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-4.black:hover {
  transform: none;
}

.ablaufplan-big-button-4.black.ablaufplan {
  top: 150px;
}

.content_bordered {
  padding: 60px;
}

.wrap {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-bordered {
  border-top: 1px solid var(--red);
  border-bottom: 1px solid var(--red);
}

.nav-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-bar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5vw;
  display: flex;
}

.icon-nav {
  width: 2rem;
}

.soical-wrap-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.soical-wrap-nav:hover {
  text-decoration: underline;
}

.side-buttons {
  z-index: 100;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 0% 45% auto;
}

.side-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  transform: translate(9.5rem);
  box-shadow: 0 0 5px #fff3;
}

.side-button-icon {
  width: 3rem;
  height: 3rem;
  padding: 10px;
}

.side-button-icon._2 {
  width: 3.2rem;
}

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

.side-button-text {
  color: #333;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 3rem;
  padding-left: 15px;
  padding-right: 10px;
  display: flex;
}

.icon-md {
  object-fit: contain;
  width: 3rem;
}

.instagram-feed {
  width: 100%;
  margin-top: 20px;
}

.jotform {
  width: 100%;
}

.background-logo {
  z-index: 1;
  background-image: linear-gradient(#000c, #000c), url('../images/capital-cars-script_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
  position: absolute;
  inset: 0%;
}

.wrap-mitig {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.title-section {
  position: relative;
}

.title-section-overlay {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-heading {
  font-size: 65px;
}

.code-embed {
  width: 100%;
  height: 80vh;
  margin-top: 20px;
}

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

.jotform-wrapper {
  width: 100%;
}

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

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

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe, .men-buttton1.hauptfarbe {
    background-color: var(--red);
  }

  .navbar1.hauptfarbe {
    position: sticky;
  }

  .nav-link-3.flie-text {
    text-align: center;
  }

  .navbar-6.hauptfarbe {
    position: static;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .impdat.hauptfarbe {
    padding: 60px;
  }

  .success.hauptfarbe {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .footer-2.hauptfarbe {
    padding: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 19px;
  }

  .inhalt-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    display: flex;
  }

  .menu_container_left {
    width: 30%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  .menu_container_right {
    width: 70%;
  }

  .background-video {
    height: 60vh;
  }

  .heading_left_small.heading-2 {
    text-align: center;
    font-size: 24px;
  }

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

  .section_1 {
    padding-top: 100px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_1.background, .section_1.hauptfarbe {
    padding: 60px;
  }

  .section_1.background-1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section_1.background-3, .section_1.background-1 {
    padding: 60px;
  }

  .heading_center.heading-1 {
    font-size: 40px;
  }

  ._2er_grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    margin-bottom: 0;
    display: flex;
  }

  ._2er_grid.reverse {
    flex-flow: column wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  ._2er_grid.invert {
    flex-flow: column-reverse wrap;
  }

  .icon {
    width: 41px;
    height: auto;
  }

  .line.highlights {
    height: 8%;
    bottom: -4%;
  }

  .partner_logo {
    padding: 10px;
  }

  ._2er_grid_1 {
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content_1 {
    height: 50vh;
  }

  .content_1.hauptfarbe {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    display: flex;
  }

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

  .quote {
    margin: 10px auto 0;
  }

  .maps_footer {
    width: 100%;
  }

  .image-100.contain-up.banner-img {
    height: 60vh;
  }

  .maps {
    height: 45vh;
  }

  .terminbutton-3.heading-1.highlights {
    margin-top: 10px;
  }

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

  .grid-8 {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

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

  .content_bordered, .wrap {
    height: auto;
  }

  .icon-md {
    width: 60px;
    height: 60px;
  }

  .jotform {
    height: 100%;
  }

  .wrap-mitig {
    height: auto;
  }

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

  .image-101 {
    height: 50vh;
  }

  .jotform-wrapper {
    height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  .divblock1 {
    height: auto;
  }

  .men-buttton1.hauptfarbe {
    padding: 10px;
  }

  .impdat {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .impdat.hauptfarbe {
    padding: 40px;
  }

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

  .success.hauptfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .inhalt-footer {
    width: 100%;
  }

  .nav_menu {
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_form_block {
    width: 100%;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .background-video {
    height: 50vh;
  }

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

  .section_1.background, .section_1.hauptfarbe, .section_1.background-3, .section_1.background-1 {
    padding: 40px;
  }

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

  .content {
    align-items: center;
  }

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

  ._2er_grid {
    justify-items: center;
  }

  ._2er_grid.reverse {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    align-items: center;
  }

  .icon {
    width: 38px;
  }

  .line.highlights {
    height: 4%;
    bottom: -2%;
  }

  .content_1 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .content_1.hauptfarbe {
    padding: 40px;
  }

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

  .quote {
    flex-direction: column;
    margin: 0;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

  .maps_footer {
    width: auto;
  }

  .image-100.contain-up.banner-img {
    height: 55vh;
  }

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

  .grid-8 {
    grid-template-columns: 1fr;
    margin-bottom: 10px;
  }

  .fs_modal-1_close {
    padding: 1rem;
  }

  .content_bordered {
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    display: flex;
  }

  .wrap {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .side-buttons {
    inset: auto 0% 51% auto;
  }

  .side-button-wrap.highlights {
    transform: translate(9.5rem);
  }

  .side-button-wrap.highlights._9 {
    transform: translate(9.2rem);
  }

  .side-button-icon {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  .side-button-icon._2 {
    width: 35px;
    padding-left: 6px;
  }

  .side-button-text {
    height: auto;
  }

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

  .wrap-mitig {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .title-heading.heading-1 {
    font-size: 40px;
  }
}

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

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

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

  .success.hauptfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .div-block-footer1 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .background-video {
    height: 50vh;
  }

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

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

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

  .icon1 {
    width: 50px;
    height: 50px;
  }

  .section_1.background, .section_1.hauptfarbe, .section_1.background-3, .section_1.background-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .content_1.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading_left.heading-1 {
    font-size: 24px;
    line-height: 35px;
  }

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

  .paragraph-mitig.flie-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .maps-gro {
    height: 300px;
  }

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

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

  .image-100.contain-up.banner-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 50vh;
  }

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

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

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

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

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

  .wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .icon-md {
    width: 45px;
    height: 45px;
  }

  .wrap-mitig {
    padding-left: 0;
    padding-right: 0;
  }

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

#w-node-_27ce7652-513f-9660-110a-f013f592ae9f-cef2e5ab {
  grid-area: 4 / 2 / 5 / 3;
}


