:root {
  --yellow: #ffa800;
  --val1: transparent;
  --val2: transparent;
  --val3: transparent;
  --grad-left: #112223;
  --grad-mid: #113337;
  --grad-right: #016472;
  --orange: #ffa900;
  --width-px: 1050px;
  --blue: #016473;
  --light-green: #dceede;
  --radius-img: 30px;
  --white: white;
  --black: black;
}

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

body {
  color: #333;
  background-image: linear-gradient(270deg, #112223, #113337 17%, #016472);
  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;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #112223, #113337 17%, #016472);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  display: block;
  position: relative;
}

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 13rem;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.email {
  margin-bottom: 0;
}

.zweitfarbe {
  color: #666;
  background-color: #fff;
}

.highlights {
  color: #fff;
  background-color: #ffa900;
  background-image: linear-gradient(#fec01f, #f86001);
}

.adresse {
  margin-bottom: 5px;
}

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

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

.heading-2 {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

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

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

.farbe-der-headings {
  color: var(--yellow);
  line-height: 1.3;
}

.farbe-der-headings.bold {
  font-weight: 500;
}

.terminbutton {
  text-transform: uppercase;
  border-radius: 20px;
}

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

.navbar {
  z-index: 100;
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--val1), var(--val2) 21%, var(--val3));
  justify-content: space-between;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar.hauptfarbe {
  font-weight: 700;
}

.navbar.hauptfarbe.n0-pad {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.navbar-1 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-menu-1 {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 2px solid var(--orange);
  color: #fff;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

.nav-link.flie-text {
  font-weight: 700;
}

.nav-link.flie-text:hover {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link.flie-text.w--current {
  color: #ffb700;
  font-weight: 700;
}

.slogan1 {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 80px;
  line-height: 85px;
}

.divider {
  width: 200px;
  height: 4px;
  margin-bottom: 20px;
}

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

.div-block-video {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button {
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px 20px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.button.highlights.flie-text {
  text-decoration: none;
}

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

.section-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12vh 18vw;
  display: flex;
  position: relative;
}

.heading-links {
  font-size: 24px;
  line-height: 34px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.heading-links.heading-3 {
  line-height: 1.3;
}

._6er-grid1 {
  width: var(--width-px);
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

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

.paragraph-links {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-links.flie-text.font-weight {
  font-weight: 500;
}

.paragraph-links.heading-3 {
  font-size: 16px;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 34px;
}

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

.image-wrapper-50vh {
  object-fit: cover;
  border-radius: 10px;
  height: 50vh;
  overflow: hidden;
}

.inhalt-untereinander-links1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._2er-grid1 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  width: 100%;
}

.section-kleine-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12vh 20vw;
  display: flex;
}

.text-mittig1 {
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}

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

.text-mittig1.heading-3 {
  font-size: 15px;
  font-weight: 400;
}

._3er-grid1 {
  width: var(--width-px);
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  justify-content: space-between;
  place-items: start stretch;
  margin-top: 20px;
}

.farbe-der-headings-2 {
  color: var(--blue);
}

.impdat {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 1px;
  display: flex;
}

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

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

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

.div-block-footer1 {
  justify-content: space-between;
  width: 80%;
  height: 99.9998%;
  margin-left: 140px;
  margin-right: 140px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-footer1.spc {
  width: var(--width-px);
}

.footer-1 {
  border-top: 2px solid var(--yellow);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 400;
}

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

.inhalt-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.inhalt-footer.spc-top {
  padding-top: 50px;
}

.logo_wei {
  margin-right: 50px;
}

.hero_section {
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
  overflow: hidden;
}

.hero_title_text {
  width: 100%;
}

.heading-main {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 60px;
}

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

.paragraph-_-sml {
  letter-spacing: .3px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}

.paragraph-_-sml.heading-3 {
  font-weight: 400;
}

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

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

.heading-links-2 {
  margin-top: 10px;
  font-size: 35px;
  line-height: 45px;
}

.navlink_content {
  overflow: hidden;
}

.div-block-111 {
  width: 100%;
  height: 2px;
}

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

.link-footer {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  text-decoration: none;
}

.link-footer:hover {
  color: var(--yellow);
}

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

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

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

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

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

.image-100.placeholder {
  object-fit: contain;
  object-position: 50% 100%;
  background-color: #c7c6c1;
}

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

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

.heading-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.text-block-2 {
  color: #fff;
}

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

.html-embed-7 {
  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: 10px;
}

.code-embed-gtrasnlate {
  z-index: 1000;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 0 15px 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.icon-sml {
  width: 2.5rem;
}

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

.social-icon {
  width: 2.2rem;
}

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

.whatsapp-code {
  z-index: 900;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

.list.w--open {
  flex-flow: column;
  display: flex;
}

.list.zweitfarbe.w--open {
  padding-left: 10px;
  padding-right: 10px;
}

.numbers {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 50px;
}

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

.card-numbers {
  color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  height: 35vh;
  margin-top: 20px;
  overflow: hidden;
}

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

.jotform {
  width: 100%;
}

.icon-large {
  object-fit: contain;
  width: 5rem;
}

.grid-right-text {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

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

.image-wrapper-40vh {
  height: 40vh;
  overflow: hidden;
}

.team-wrapper {
  z-index: 10;
  border-radius: 30px;
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.heading-klein-mitig {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 25px;
}

.heading-klein-mitig.heading-2.farbe-der-headings {
  margin-top: 20px;
}

.heading-mittig-sml {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 34px;
}

.team-cards {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.mail-wrap {
  border-radius: 50%;
  width: 3rem;
  padding: 10px;
}

.mail-wrap.highlights.top {
  margin-top: 10px;
}

.partner-cards {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.partner-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 30vh;
  overflow: hidden;
}

.orange-link {
  color: var(--orange);
  text-decoration: none;
}

.images-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.heading-mittig {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
}

.heading-links-sml {
  text-align: left;
  font-size: 22px;
  line-height: 25px;
}

.grid-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: visible;
}

._2er-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  position: relative;
}

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

.homepage_button {
  text-align: center;
  border-radius: 30px;
  padding: 8px 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}

.homepage_button.heading-3.highlights-2:hover {
  background-color: var(--blue);
}

.navbar-2 {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.nav-link-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.nav-link-2:visited {
  color: #fff;
}

.nav-link-2.w--current {
  color: #a8a8a8;
}

.nav-link-2.heading-3 {
  text-decoration: none;
}

.nav-link-2.heading-3.w--current {
  color: var(--yellow);
}

.nav-link-btn {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  border-radius: 25px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.nav-link-btn.w--current {
  color: #a8a8a8;
}

.nav-link-btn.flie-text:hover {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.nav-link-btn.flie-text.w--current {
  color: #ffb700;
}

.nav-link-btn.flie-text.highlights-2:hover {
  background-color: var(--blue);
  font-weight: 700;
}

.nav-link-btn.flie-text.highlights-2.w--current {
  color: var(--light-green);
}

.highlights-2 {
  background-color: var(--yellow);
  color: #fff;
}

.nav-wrap-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.her-flex-wrap {
  width: var(--width-px);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  place-content: center start;
  width: auto;
  margin-top: 20px;
  margin-right: auto;
}

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

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

.slide-nav-3, .right-arrow-5, .left-arrow-4 {
  display: none;
}

.overlay-cards {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -70px;
  display: flex;
}

.round-icon {
  border-radius: 50%;
  width: 3.5rem;
  margin-top: 15px;
  padding: 10px;
}

.wrap-right {
  flex: 0 auto;
  width: 95%;
}

.section-overlay {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 100px;
  padding-left: 20vw;
  padding-right: 20vw;
  display: flex;
}

.section-overlay.zweitfarbe {
  overflow: visible;
}

.heading-wrap {
  margin-bottom: 20px;
  padding: 10px 30px;
}

.heaidng-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
}

.heaidng-header.heading-3 {
  line-height: 1.3;
}

.leistungen-cards {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 10px #0006;
}

.leistungen-cards:hover {
  border-color: var(--yellow);
  box-shadow: 0 2px 10px #0009;
}

.section-less-padding {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vh 15vw;
  display: flex;
}

.aktulles-card {
  color: #333;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.text-wrap {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-wrapper-25vh {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}

.divider-footer {
  width: 90%;
  height: 1px;
  margin-bottom: 20px;
}

.link-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.icon-sml1 {
  object-fit: contain;
  width: 1.5rem;
}

.nav-link-3 {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
}

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

.nav-link-3.heading-4 {
  color: #000;
}

.nav-link-3.heading-4.w--current {
  color: var(--yellow);
}

.main-sub-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 35vh;
  padding: 80px 18vw;
  display: flex;
  overflow: hidden;
}

.content-overlay {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
  margin-left: -90px;
  padding: 20px;
  display: flex;
}

.team-text-wrap {
  z-index: 1;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 15px 15px;
  display: flex;
  position: relative;
  top: -50px;
}

.team-text-wrap.zweitfarbe {
  width: 100%;
}

.kontakt-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  grid-template-rows: auto;
  width: 100%;
  overflow: hidden;
}

.highlights-3 {
  background-color: var(--blue);
  color: #fff;
}

.kontakt-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.zweitfarbe-2 {
  color: #000;
  background-color: #f4feff;
}

.imp-section {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12vh 18vw;
  display: flex;
}

.section-bordered {
  border-top: 2px solid var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12vh 20vw;
  display: flex;
}

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

.image-wrapper-45 {
  border-radius: var(--radius-img);
  width: 100%;
  height: 45%;
  overflow: hidden;
}

.image-wrapper-100 {
  border-radius: var(--radius-img);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-wrapper-33 {
  border-radius: var(--radius-img);
  width: 100%;
  height: 33%;
  overflow: hidden;
}

.image-wrapper-25 {
  border-radius: var(--radius-img);
  width: 100%;
  height: 25%;
  overflow: hidden;
}

.image-wrapper-15 {
  border-radius: var(--radius-img);
  width: 100%;
  height: 15%;
  overflow: hidden;
}

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

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

.inner-wrap {
  width: 80%;
}

.heading-mitig-md {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.heading-mitig-md.heading-3 {
  line-height: 1.3;
}

.number-counter {
  width: var(--width-px);
}

.logo-img-2 {
  z-index: 1;
  opacity: 0;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.farbe-text {
  opacity: .9;
  color: #666;
}

.nav-line {
  height: 2.5px;
}

.nav-wrap.dropdown-point:hover {
  background-color: #f7f7f7;
}

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

.accrodian-item {
  z-index: 1;
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
  transition: all .2s;
}

.faq-icon-line-2 {
  background-color: #000;
  border-radius: 10px;
  width: 15px;
  height: 2px;
}

.faq-icon-line {
  background-color: #000;
  border-radius: 10px;
  width: 2px;
  height: 15px;
  position: absolute;
}

.dropdown-list-16 {
  transition: all .2s;
  position: relative;
}

.dropdown-list-16.w--open {
  background-color: #0000;
  margin-top: 41px;
}

.faq-icon-2 {
  border: 1px solid #000;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: relative;
}

.accordian-heading {
  width: 90%;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.fragen-wrap {
  width: 80%;
  margin-bottom: 50px;
}

.fragen-wrap.no-margin {
  margin-bottom: 0;
}

.icon-_desktop_below {
  display: none;
  position: static;
}

.dropdown-toggle-16 {
  padding-left: 0;
  padding-right: 0;
}

.team-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 67%;
  margin-top: 20px;
}

.section-grobe {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18vh 18vw 12vh;
  display: flex;
  position: relative;
}

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

.content-70 {
  width: 70%;
}

.heading-links-sml2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

.heading-links-sml2.heading-3 {
  line-height: 1.3;
}

.heading-services {
  margin-top: 10px;
  font-size: 30px;
  line-height: 40px;
}

.heading-links-sml-light {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-span-13 {
  font-weight: 400;
}

.divider-section {
  background-color: var(--white);
  opacity: .5;
  width: 100%;
  height: .5px;
}

.heading-mittig2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 500;
  line-height: 34px;
}

.heading-mittig2.heading-3 {
  line-height: 1.3;
}

._3er-grid-home {
  width: var(--width-px);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.body {
  background-image: linear-gradient(270deg, #112223, #113337 17%, #016472);
}

.icon_dd {
  position: static;
}

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

.code-embed-jotform {
  width: 100%;
  height: 100%;
}

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

.jotfomr_wrap {
  width: 100%;
}

.nav_link {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.nav_link:visited {
  color: #fff;
}

.nav_link.w--current {
  color: #a8a8a8;
}

.nav_link.heading-3 {
  text-decoration: none;
}

.nav_link.heading-3.w--current {
  color: var(--yellow);
}

.navb-ar-wrap {
  width: var(--width-px);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fixed-width {
  width: var(--width-px);
}

.bottom-footer {
  background-image: linear-gradient(90deg, #004a54, #004a54);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-bottom {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

.linked-text {
  color: var(--orange);
  text-decoration: none;
}

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

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

.text-height {
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .logo {
    width: 9rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo.w--current {
    width: 9rem;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .navbar.hauptfarbe {
    background-image: linear-gradient(270deg, var(--grad-left), var(--grad-mid) 17%, var(--grad-right));
    padding: 5px 80px 5px 40px;
  }

  .navbar.hauptfarbe.n0-pad {
    padding-left: 40px;
    padding-right: 80px;
  }

  .navbar-1 {
    background-color: #00000080;
    justify-content: center;
    padding-right: 0;
  }

  .nav-menu-1 {
    background-color: #278896;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    position: absolute;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .nav-link.flie-text, .nav-link.flie-text.w--current {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-button1 {
    background-color: var(--yellow);
    border-radius: 10px;
    margin-left: auto;
    padding: 15px;
  }

  .men-button1.w--open {
    background-color: var(--yellow);
  }

  .men-icon1 {
    color: #fff;
  }

  .slogan1 {
    font-size: 40px;
  }

  .divider.highlights {
    width: 150px;
    height: 3px;
  }

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

  .button.highlights.flie-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3;
  }

  .section-mittig {
    padding: 60px;
  }

  .section-mittig.hauptfarbe.top-padding_0 {
    padding-top: 0;
  }

  .section-mittig.hauptfarbe.top-padding_20 {
    padding-top: 20px;
  }

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

  .heading-links.heading-3 {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
  }

  .heading-links.heading-2 {
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
  }

  ._6er-grid1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 0;
  }

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

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

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

  .paragraph-links.flie-text.is-left, .paragraph-links.flie-text.links {
    text-align: left;
  }

  .heading-mittig1.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-wrapper-50vh.is-small {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .inhalt-untereinander-links1 {
    justify-content: flex-start;
    align-items: center;
  }

  ._2er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
    justify-items: stretch;
    height: auto;
    display: flex;
  }

  ._2er-grid1.is-invert {
    flex-flow: column-reverse;
  }

  .section-kleine-abst-nde {
    padding: 40px 60px;
  }

  .text-mittig1.flie-text {
    line-height: 1.6;
  }

  ._3er-grid1 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

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

  .success_blcok.highlights {
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .success.zweitfarbe {
    padding: 60px;
  }

  .div-block-footer1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-bottom: 0;
    display: grid;
  }

  .div-block-footer1.spc {
    width: 100%;
  }

  .footer-1.hauptfarbe {
    padding: 40px;
  }

  .heading-footer.heading-3 {
    text-align: center;
    margin-top: 0;
    font-size: 18px;
  }

  .inhalt-footer.spc-top {
    padding-top: 0;
  }

  .logo_wei {
    margin-right: 0;
  }

  .hero_section.hauptfarbe {
    height: auto;
    padding: 60px;
  }

  .hero_title_text {
    margin-bottom: 20px;
    margin-left: 0;
  }

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

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

  .paragraph-_-sml.flie-text.farbe-text {
    text-align: center;
    line-height: 1.6;
  }

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

  .image-100.up {
    object-position: 50% 20%;
  }

  .image-100.up.is-top {
    object-position: 50% 0%;
  }

  .image-100.is-top {
    object-position: 50% 10%;
  }

  .image-100.is-contain {
    object-fit: contain;
    background-color: #fff;
    border-radius: 20px;
  }

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

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

  .code-embed-gtrasnlate {
    margin-left: auto;
    margin-right: auto;
  }

  .card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .list.zweitfarbe {
    position: relative;
  }

  .list.zweitfarbe.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .numbers.heading-1.farbe-der-headings {
    text-align: center;
  }

  .card-numbers.highlights-3 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-wrapper {
    width: 100%;
    height: 50vh;
    margin-top: 0;
  }

  .list-links {
    font-size: 14px;
    line-height: 24px;
  }

  .icon-large {
    width: 50px;
    max-height: 50px;
  }

  .grid-right-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

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

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

  .heading-klein-mitig.heading-2.farbe-der-headings {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-mittig-sml.heading-2 {
    margin-top: 0;
    font-size: 28px;
    line-height: 1.2;
  }

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

  .team-grid.is-block {
    width: 50%;
    display: block;
  }

  .mail-wrap.highlights {
    width: 2.5rem;
    padding: 9px;
  }

  .partner-wrapper {
    height: 25vh;
  }

  .images-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-mittig.heading-1 {
    margin-top: 10px;
    font-size: 35px;
    line-height: 1.3;
  }

  .heading-links-sml.heading-2 {
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
  }

  .heading-links-sml.heading-2.links {
    text-align: left;
    margin-top: 0;
  }

  .grid-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  ._2er-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  ._2er-grid.is-invert {
    flex-flow: column-reverse;
  }

  .homepage_button.heading-3.highlights-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .navbar-2 {
    justify-content: center;
    padding-right: 0;
  }

  .nav-link-2 {
    width: 100%;
    padding-bottom: 1px;
    position: static;
  }

  .nav-link-2.heading-3 {
    width: 80%;
    margin-left: 0;
    padding: 10px;
  }

  .nav-link-2.heading-3.w--current {
    color: var(--yellow);
  }

  .nav-link-btn {
    width: 100%;
    position: static;
  }

  .nav-link-btn.flie-text, .nav-link-btn.flie-text.w--current {
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-btn.flie-text.highlights-2 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
  }

  .nav-link-btn.flie-text.highlights-2:hover {
    font-weight: 500;
  }

  .nav-wrap-left {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
  }

  .nav-wrap-left.is-h_flex {
    flex-flow: row;
    margin-top: 20px;
  }

  .her-flex-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .button-wrap {
    margin-left: auto;
  }

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

  .overlay-cards {
    margin-top: 0;
  }

  .wrap-right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-overlay {
    padding: 40px 60px;
  }

  .section-overlay.zweitfarbe {
    padding: 60px;
  }

  .heading-wrap.highlights-2 {
    padding: 10px;
  }

  .leistungen-cards {
    border-radius: 30px;
    padding: 20px;
  }

  .section-less-padding {
    padding: 40px 60px;
  }

  .section-less-padding.zweitfarbe {
    padding: 60px;
  }

  .image-wrapper-25vh {
    height: 30vh;
  }

  .nav-link-3 {
    width: 100%;
    position: static;
  }

  .nav-link-3.heading-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-sub-page.hauptfarbe {
    min-height: auto;
    padding: 60px;
  }

  .content-overlay.zweitfarbe {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }

  .team-text-wrap.zweitfarbe {
    padding: 40px 20px 20px;
    top: -20px;
  }

  .kontakt-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-radius: 0;
    flex-flow: column;
    display: flex;
  }

  .kontakt-wrap.highlights-3 {
    border-radius: 25px;
    justify-content: center;
    align-items: center;
  }

  .imp-section.zweitfarbe {
    padding: 60px;
  }

  .section-bordered {
    padding: 40px 60px;
  }

  .section-bordered.zweitfarbe-2 {
    padding: 60px;
  }

  ._3er-grid2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .image-wrapper-45, .image-wrapper-100, .image-wrapper-33 {
    height: 50vh;
  }

  .image-wrapper-33.is-auto {
    height: auto;
  }

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

  .image-wrapper-25.is-auto {
    height: auto;
  }

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

  .inner-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-mitig-md {
    font-size: 20px;
    line-height: 30px;
  }

  .number-counter {
    width: 100%;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .faq-icon-line-2 {
    height: 2px;
  }

  .faq-icon-line {
    width: 2px;
  }

  .dropdown-list-16.w--open {
    margin-top: 20px;
  }

  .accrodian-toggle {
    flex-flow: wrap;
  }

  .fragen-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .icon-_desktop_below {
    color: #fff;
    height: 0;
    margin-right: 10px;
    display: block;
    position: relative;
    top: -25px;
  }

  .dropdown-toggle-16 {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .section-grobe {
    padding: 60px;
  }

  .section-grobe.hauptfarbe.top-padding_0 {
    padding-top: 0;
  }

  .grid-services {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .content-70 {
    width: 100%;
  }

  .heading-links-sml2 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-links-sml2.heading-3 {
    text-align: center;
    margin-top: 10px;
  }

  .heading-services.heading-3 {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-links-sml-light.heading-3 {
    text-align: center;
    line-height: 1.3;
  }

  .heading-mittig2.heading-3.farbe-der-headings {
    font-size: 30px;
  }

  ._3er-grid-home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .text-wrap-home {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-wrap {
    padding: 0;
  }

  .news {
    width: 60%;
  }

  .body {
    background-image: linear-gradient(270deg, var(--grad-left), var(--grad-mid) 17%, var(--grad-right));
  }

  .dropdown-navbar {
    width: 100%;
  }

  .icon_dd {
    color: #fff;
    height: 0;
    margin-right: 10px;
    position: relative;
    top: -25px;
  }

  .icon_dd.hide {
    display: none;
  }

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

  .code-embed-jotform {
    border-radius: 0;
  }

  .jotform_wrap {
    padding: 0;
  }

  .nav_link {
    width: 100%;
    padding-bottom: 1px;
    position: static;
  }

  .nav_link.heading-3 {
    margin-left: 0;
    padding: 10px;
  }

  .nav_link.heading-3.w--current {
    color: var(--yellow);
  }

  .navb-ar-wrap, .fixed-width {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .logo, .logo.w--current {
    width: 8rem;
  }

  .email {
    text-align: center;
  }

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

  .terminbutton.heading-3.highlights-2 {
    font-size: 13px;
  }

  .divblock1 {
    height: auto;
  }

  .navbar.hauptfarbe, .navbar.hauptfarbe.n0-pad {
    padding-left: 20px;
  }

  .men-button1 {
    padding: 12px;
  }

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

  .div-block-video {
    padding-top: 0;
  }

  .button.highlights.flie-text {
    font-size: 12px;
  }

  .section-mittig {
    padding: 40px;
  }

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

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

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

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

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

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

  .section-kleine-abst-nde {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .impdat.flie-text {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

  .success_blcok.highlights {
    padding: 40px;
  }

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

  .success {
    padding: 40px 20px;
  }

  .success.zweitfarbe {
    padding: 40px;
  }

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

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-footer {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .inhalt-footer.spc-top {
    justify-content: flex-start;
    align-items: center;
  }

  .hero_section.hauptfarbe {
    padding: 40px;
  }

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

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

  .card-numbers.highlights-3 {
    width: 100%;
    padding-bottom: 20px;
  }

  .image-wrapper {
    height: 45vh;
  }

  .grid-right-text {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-wrapper-40vh, .team-wrapper {
    height: 45vh;
  }

  .heading-klein-mitig.heading-2.farbe-der-headings {
    font-size: 15px;
  }

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

  .team-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .team-grid.is-block {
    width: 60%;
  }

  .mail-wrap.highlights {
    width: 2.2rem;
    padding: 8px;
  }

  .partner-wrapper {
    height: 20vh;
  }

  .images-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 80%;
  }

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

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

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

  .homepage_button.heading-3.highlights-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link-2.heading-3 {
    font-weight: 500;
  }

  .nav-link-btn.flie-text.highlights-2 {
    font-size: 13px;
  }

  .button-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

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

  .round-icon.highlights-3 {
    width: 3.2rem;
  }

  .section-overlay {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-overlay.zweitfarbe {
    padding: 40px;
  }

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

  .section-less-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-less-padding.zweitfarbe {
    padding: 40px;
  }

  .divider-footer.highlights {
    width: 70%;
  }

  .link-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-sub-page.hauptfarbe {
    padding: 40px;
  }

  .team-text-wrap.zweitfarbe {
    padding-top: 50px;
    top: -30px;
  }

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

  .imp-section.zweitfarbe {
    padding: 40px;
  }

  .section-bordered {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-bordered.zweitfarbe-2 {
    padding: 40px;
  }

  ._3er-grid2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .image-wrapper-45, .image-wrapper-100, .image-wrapper-33, .image-wrapper-25 {
    height: 45vh;
  }

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

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .accrodian-item.zweitfarbe {
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .faq-icon-2 {
    width: 1.8rem;
    height: 1.8rem;
  }

  .accrodian-toggle {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .team-grid-2 {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .section-grobe {
    padding: 40px;
  }

  .grid-services {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .heading-services.heading-3 {
    font-size: 22px;
  }

  .heading-mittig2.heading-3.farbe-der-headings {
    font-size: 25px;
  }

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

  .news {
    width: 80%;
  }

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

  .nav_link.heading-3 {
    font-weight: 500;
  }
}

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

  .logo, .logo.w--current {
    width: 7rem;
  }

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

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

  .terminbutton.heading-3.highlights-2 {
    font-size: 12px;
  }

  .navbar.hauptfarbe, .navbar.hauptfarbe.n0-pad {
    padding-left: 10px;
  }

  .navbar-1 {
    padding-right: 5vw;
  }

  .nav-menu-1, .men-button1 {
    padding: 10px;
  }

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

  .divider.highlights {
    width: 120px;
    margin-bottom: 10px;
  }

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

  .button {
    min-width: 230px;
  }

  .button.highlights.flie-text {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }

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

  .section-mittig.hauptfarbe.top-padding_20 {
    padding-top: 10px;
  }

  .heading-links.heading-3 {
    font-size: 18px;
  }

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

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .icon1 {
    width: 40px;
  }

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

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

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

  .image-wrapper-50vh.is-small {
    width: 100%;
  }

  ._2er-grid1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section-kleine-abst-nde {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-mittig1.flie-text {
    font-size: 13px;
  }

  ._3er-grid1 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

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

  .success_blcok.highlights {
    padding: 20px;
  }

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

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

  .footer-1.hauptfarbe {
    padding-top: 30px;
  }

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

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

  .hero_title_text {
    margin-right: 0;
  }

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

  .heading-main.heading-1.is-small {
    font-size: 20px;
  }

  .paragraph-_-sml.flie-text, .paragraph-_-sml.flie-text.farbe-text {
    font-size: 13px;
  }

  .maps-gro {
    height: 300px;
  }

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

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

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

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

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

  .social-icon {
    width: 2rem;
  }

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

  .numbers.heading-1.farbe-der-headings {
    font-size: 35px;
    line-height: 1;
  }

  .card-numbers.highlights-3 {
    padding: 15px;
  }

  .image-wrapper {
    height: 40vh;
  }

  .icon-large {
    width: 40px;
  }

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

  .heading-klein-mitig.heading-2.farbe-der-headings {
    font-size: 14px;
  }

  .heading-mittig-sml.heading-2 {
    font-size: 20px;
  }

  .team-grid {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .team-grid.is-block {
    width: 100%;
  }

  .mail-wrap.highlights {
    width: 2rem;
    padding: 6px;
  }

  .partner-cards.zweitfarbe {
    border-radius: 25px;
  }

  .partner-wrapper {
    height: 15vh;
  }

  .images-wrap {
    width: 100%;
  }

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

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

  .homepage_button.heading-3.highlights-2 {
    width: 45%;
  }

  .navbar-2 {
    padding-right: 5vw;
  }

  .nav-link-2.heading-3 {
    padding: 8px;
    font-size: 14px;
  }

  .nav-link-btn.flie-text.highlights-2 {
    font-size: 12px;
  }

  .nav-wrap-left.is-h_flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-wrapper-title {
    height: auto;
  }

  .round-icon.highlights-3 {
    width: 3rem;
  }

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

  .heading-wrap.highlights-2 {
    padding: 5px;
  }

  .heaidng-header.heading-3 {
    font-size: 18px;
  }

  .leistungen-cards {
    border-radius: 25px;
  }

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

  .divider-footer.highlights {
    width: 90%;
    margin-bottom: 10px;
  }

  .link-flex {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .icon-sml1 {
    width: 1.2rem;
  }

  .nav-link-3.heading-4 {
    padding: 8px;
    font-weight: 600;
    line-height: 1.5;
  }

  .main-sub-page.hauptfarbe, .imp-section, .imp-section.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .imp-section.zweitfarbe.is-wrap {
    overflow-wrap: anywhere;
  }

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

  .image-wrapper-45, .image-wrapper-100, .image-wrapper-33, .image-wrapper-25 {
    height: 40vh;
  }

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

  .heading-mitig-md.heading-3 {
    font-size: 18px;
  }

  .nav-line {
    height: 2px;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .accrodian-item.zweitfarbe {
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .faq-icon-line-2 {
    width: 10px;
    height: 1.5px;
  }

  .faq-icon-line {
    width: 1.5px;
    height: 10px;
  }

  .faq-icon-2 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .accordian-heading {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    width: 85%;
  }

  .accrodian-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .fragen-wrap {
    margin-top: 20px;
  }

  .team-grid-2 {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

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

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

  .heading-links-sml2.heading-3 {
    font-size: 18px;
  }

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

  .heading-links-sml-light.heading-3 {
    font-size: 18px;
  }

  .text-span-13 {
    font-size: 19px;
  }

  .heading-mittig2.heading-3 {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-mittig2.heading-3.farbe-der-headings {
    text-align: center;
    font-size: 22px;
    line-height: 1.3;
  }

  ._3er-grid-home {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .news {
    width: 100%;
  }

  .grid_3er {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav_link.heading-3 {
    padding: 8px;
    font-size: 14px;
  }
}

#w-node-_7ea8a03b-dc0b-e77e-1fde-986fcef6a533-5df51d30, #w-node-_7ea8a03b-dc0b-e77e-1fde-986fcef6a539-5df51d30, #w-node-_7ea8a03b-dc0b-e77e-1fde-986fcef6a540-5df51d30 {
  align-self: start;
}

#w-node-df915d08-8481-6046-f81a-760aca91fa73-5df51d30, #w-node-df915d08-8481-6046-f81a-760aca91faaa-5df51d30, #w-node-_593381ca-a431-a39b-9eee-29ed164522d4-5df51d3a, #w-node-e26b43ad-2d66-b036-52be-9e124411acb3-5df51d3a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4a94458-9d61-394b-0a41-97585689133a-5df51d3a {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_394f2d84-2590-47a5-082e-75a31597b200-5df51d3d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4115aaba-b5e8-d5e2-c54e-c46cd30fa56b-5df51d3d {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-db093252-5007-7164-583f-8e96bb083e40-94b9cca4, #w-node-db093252-5007-7164-583f-8e96bb083e4b-94b9cca4, #w-node-db093252-5007-7164-583f-8e96bb083e57-94b9cca4, #w-node-db093252-5007-7164-583f-8e96bb083e64-94b9cca4, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-f71e1add, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-f71e1add, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-f71e1add, #w-node-af337cb2-2e0a-b07b-1f98-9ff08c645f81-f71e1add, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-2801e7c7, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-2801e7c7, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-2801e7c7, #w-node-af337cb2-2e0a-b07b-1f98-9ff08c645f81-2801e7c7, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-d2bda199, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-d2bda199, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-d2bda199, #w-node-af337cb2-2e0a-b07b-1f98-9ff08c645f81-d2bda199, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-e20f5abe, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-e20f5abe, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-e20f5abe, #w-node-af337cb2-2e0a-b07b-1f98-9ff08c645f81-e20f5abe, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-f44d7846, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-f44d7846, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-f44d7846, #w-node-af337cb2-2e0a-b07b-1f98-9ff08c645f81-f44d7846, #w-node-faba7c82-cdc8-62bf-72d2-0cd7a1254611-f44d7846, #w-node-_72d8db9a-eb9a-6574-cb98-e1ad2ee5a323-f44d7846, #w-node-_0a9fa694-091f-44f3-c428-8c37ee1578c6-f44d7846, #w-node-_7134d9d5-793c-1119-7870-126485d689ad-f44d7846, #w-node-f1edc77d-d762-10cf-2361-066c4061409a-de4f235f, #w-node-_26327b08-b6f0-6d13-8bea-db74b821d9c6-de4f235f, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-de4f235f {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-df915d08-8481-6046-f81a-760aca91facb-5df51d30, #w-node-f4a94458-9d61-394b-0a41-97585689133a-5df51d3a, #w-node-_1398d4de-438d-ab76-0f1a-e781efa692e2-5df51d3d, #w-node-_4115aaba-b5e8-d5e2-c54e-c46cd30fa56b-5df51d3d, #w-node-_7dc0f3b4-9526-b9e5-6680-73b1734e6658-91e7c847, #w-node-_34de696b-1392-f74e-344a-21aa5d188d96-de4f235f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


