@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bank Gothic Bt;
  src: url('../fonts/bank-gothic-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demo Bgt 65";
  src: url('../fonts/DEMO-bgt65.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demo Bgt 65";
  src: url('../fonts/DEMO-bgt65.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demo Bgt 65";
  src: url('../fonts/DEMO-bgt65.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Demo Bgt 65";
  src: url('../fonts/DEMO-bgt65.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --new-oranish-yellow: #ffb209;
  --secondry-color: #ec7809;
  --black: black;
  --gradient_left: #6f6d68;
  --white: white;
  --new-black: #22201b;
}

.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-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

.utility-page-wrap {
  color: #fff;
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/AdobeStock_733442399.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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 {
  height: 22vh;
  color: var(--new-oranish-yellow);
  object-fit: contain;
}

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

.logo.ber-button {
  justify-content: flex-end;
  width: 50%;
  height: 21vh;
  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: 0;
  font-size: 15px;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  color: #fff;
}

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

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

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

.adresse {
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.heading-2 {
  font-family: Droid Serif, serif;
  font-weight: 600;
  line-height: 1.3;
}

.heading-3 {
  font-family: Droid Serif, serif;
  font-weight: 400;
  line-height: 1.3;
}

.flie-text {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.farbe-der-headings {
  color: #ec7809;
  font-family: PT Sans, sans-serif;
  font-size: 32px;
  line-height: 1.3;
}

.farbe-der-headings.mid {
  text-align: center;
  font-family: PT Sans, sans-serif;
}

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  line-height: 1.5;
  transition: transform .2s;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--secondry-color);
  transform: translate(0, -5px);
}

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

.maps-gro {
  width: 100vw;
  height: 55vh;
}

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

.navbar {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0%;
  display: flex;
  position: relative;
}

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

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

.logo-wei {
  height: 21vh;
  margin-right: 1rem;
  padding-left: 1rem;
  display: flex;
  position: static;
  inset: 0% auto auto 5%;
}

.nav-menu {
  z-index: 1000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link.flie-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.8vh;
}

.nav-link.flie-text.w--current {
  color: var(--new-oranish-yellow);
  text-transform: uppercase;
  border-bottom: 1px #ec7906;
}

.navlink_content {
  overflow: hidden;
}

.titelvideo-startseite-1 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 85vh;
  display: flex;
  position: relative;
}

.titelvideo-startseite-1.hauptfarbe {
  align-items: stretch;
  width: 100%;
  height: 85vh;
}

.background-video1 {
  z-index: 5;
  width: 70vw;
  height: 100%;
  font-size: 1vw;
  line-height: 2.8vh;
}

.div-block-video {
  letter-spacing: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 5vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

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

.termin-button.heading-3.highlights {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 2.6vh;
  transition: all .2s;
}

.termin-button.heading-3.highlights:hover {
  transform: translate(0, -5px);
  box-shadow: 0 6px 10px 1px #0003;
}

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

.slogan1.heading-1 {
  z-index: 10;
  font-size: 52px;
  line-height: 1;
}

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

.slogan1.mittig.heading-1 {
  font-family: PT Sans, sans-serif;
  line-height: 1.3;
}

._2er-grid-video {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.slogan1-2 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.slogan1-2.heading-2 {
  letter-spacing: 2px;
}

.slogan1-2.heading-2.farbe-der-headings {
  letter-spacing: 8px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.social-icons-grid {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  inset: auto auto 5% 5vw;
}

.icon-social-media {
  object-fit: contain;
  width: 2vw;
  height: 4.3vh;
  margin-top: 0;
  transition: all .2s;
}

.icon-social-media:hover {
  transform: scale(.7);
}

.button-link {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link.zweitfarbe.heading-2 {
  width: 20vw;
  min-width: auto;
  height: 7vh;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.button-link.zweitfarbe.heading-2:hover {
  color: #fff;
  background-color: #6b6b6b;
}

.block-highlight {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.block-highlight.highlights {
  width: 4vw;
}

.text-button-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text {
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 15px;
  line-height: 2.6vh;
}

.arrow {
  object-fit: contain;
  width: 1.6vw;
  height: 3.4vh;
}

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

.text-mittig1.flie-text {
  text-align: center;
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.heading-mittig1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 60px;
  line-height: 65px;
}

.heading-mittig1.heading-1 {
  font-family: PT Sans, sans-serif;
  font-size: 37px;
  line-height: 1.3;
}

.heading-mittig1.klein {
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig1.klein.heading-2 {
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  line-height: 1.5;
}

.heading-mittig1.klein.heading-2.farbe-der-headings {
  color: #ec7809;
  font-family: PT Sans, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-mittig1.klein.heading-2.font {
  font-family: PT Sans, sans-serif;
}

.heading-mittig1.klein.heading-2.abst {
  letter-spacing: 2px;
}

._3er-grid1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.block-mittig {
  border: 1px solid #cfcfcf;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 20px;
  font-size: 1.1vw;
  line-height: 2.8vh;
  display: flex;
  position: relative;
}

.block-mittig.flie-text {
  text-align: center;
  line-height: 1.5;
}

.icons {
  object-fit: contain;
  width: 5vw;
  height: 10.1vh;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 2.8vh;
}

.colorline-horizontal {
  height: 3px;
  position: absolute;
}

.colorline-horizontal.small {
  width: 20%;
  inset: auto auto 0% 0%;
}

.colorline-horizontal.big {
  width: 80%;
  inset: auto 0% 0% auto;
}

.section-no-space {
  height: 100%;
}

.section-no-space.is-background, .section-no-space.overflow {
  overflow: hidden;
}

._2er-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  width: 100%;
}

.inhalt-mittig-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10% 20%;
  display: flex;
}

.inhalt-mittig-links.hauptfarbe {
  background-color: #000;
  background-image: none;
  font-size: 1vw;
  line-height: 2.8vh;
}

.heading-links {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 45px;
}

.heading-links.heading-1 {
  font-size: 32px;
  line-height: 1.3;
}

.text-links1.flie-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.html-embed-elfdight {
  font-size: 14px;
  line-height: 1.3;
}

.lightbox-link {
  color: #fff;
  width: 100%;
  height: 40vh;
  text-decoration: none;
  position: relative;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10%;
  display: flex;
}

.footer.hauptfarbe.flie-text {
  background-color: var(--black);
}

.lottie-animation {
  height: 22vh;
  margin-bottom: 20px;
}

.div-block-footer1 {
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  margin-top: 40px;
  display: flex;
}

.inhalt-footer {
  width: auto;
  height: 100%;
  margin-right: 20px;
}

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

.heading-footer.heading-3 {
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.maps-footer {
  justify-content: center;
  width: 16.3vw;
  min-width: 250px;
  height: 17.2vh;
  display: flex;
}

.titelvideo-1 {
  height: 75vh;
}

.service-card {
  width: 100%;
  height: 45vh;
  position: relative;
}

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

.checkbox-field-2.oben {
  margin-top: 0;
}

.contact-form-wrap {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  width: 100%;
  margin-top: 40px;
}

.contact-form-wrap.flie-text.down {
  flex-flow: column;
}

.subheading-mittig3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.subheading-mittig3.heading-2.farbe-der-headings {
  font-size: 18px;
  line-height: 1.5;
}

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

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

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

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

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

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

.link-formular.farbe-der-headings.small {
  font-family: PT Sans, sans-serif;
  font-size: 14px;
}

.text-field {
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.8vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field:hover {
  border-color: #1d1f2e80;
}

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

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

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

.form1 {
  margin-bottom: 0;
}

.form-text {
  font-size: 16px;
  line-height: 1.5;
}

.label3 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label3.abstand-nach-oben {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label3.abstand-nach-oben.heading-3 {
  font-family: PT Sans, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.link {
  color: #fff;
  font-family: PT Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: block;
}

.link.black {
  color: #333;
}

.impdat {
  padding: 100px 40px;
}

.impdat.padding {
  padding-top: 100px;
}

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

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

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

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

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

.impdat-2.flie-text {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-family: PT Sans, sans-serif;
  font-weight: 500;
  display: flex;
}

.impressum-link {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
}

.datenschutz-link {
  color: #fff;
  font-size: 15px;
  line-height: 2.8vh;
  text-decoration: none;
}

.field-label {
  font-size: 18px;
  line-height: 1.5;
}

.field-label-2 {
  font-size: 14px;
  line-height: 1.3;
}

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

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

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

.textarea {
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  line-height: 3.7;
}

.padding-section-1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 60px 5%;
  display: flex;
  overflow: hidden;
}

.padding-section-1.highlights {
  background-color: #ec7809;
  align-items: stretch;
}

._2er-grid-with-1-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

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

.navbar-block {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.navber_divider-orange {
  background-color: var(--secondry-color);
  width: 100%;
  height: 10px;
  position: absolute;
  inset: auto 0% 2%;
}

.title-banner {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.title-block {
  color: #fff;
  background-color: #00000059;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan-ttitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 85px;
}

.slogan-ttitle.heading-font1 {
  letter-spacing: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.slogan1-2-white {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 35px;
}

.slogan1-2-white.heading-2 {
  letter-spacing: 2px;
}

.slogan1-2-white.heading-2.farbe-der-headings {
  color: #fff;
  letter-spacing: 8px;
  font-family: PT Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

.team_card {
  width: 100%;
  height: 45vh;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.team_card._50 {
  left: 50%;
}

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

.grid-3er_team {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}

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

.heading-block1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  font-family: Bank Gothic Bt, sans-serif;
  display: flex;
  position: relative;
}

.absolute_block {
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.absolute_block:hover {
  opacity: 1;
  background-color: #0000001a;
  background-image: radial-gradient(circle, #6f6d68, #000);
  border-radius: 0%;
}

.section-big-spaces-team {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 10vw;
  display: flex;
  position: relative;
}

.divider_orange {
  width: 20vw;
  height: 4px;
}

.divider_orange.highlights {
  width: 12vw;
  margin-bottom: 0;
}

.divider_orange.highlights._100 {
  width: 100%;
}

.paragraph {
  text-align: center;
  margin-left: 0;
  font-family: PT Sans, sans-serif;
  font-size: 15px;
}

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

.banner-img.top, .banner-img.down {
  object-position: 50% 30%;
}

._6er-grid1 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.card-backshadow {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.heading-mittig1-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig1-2.heading-font2.heading-color {
  font-family: PT Sans, sans-serif;
}

.popup {
  z-index: 1000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-bg {
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.popup-div {
  z-index: 100;
  background-color: var(--white);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 40px;
  display: flex;
  position: relative;
}

.cross {
  cursor: grab;
  object-fit: contain;
  width: 1vw;
  position: absolute;
  inset: 5% 5% auto auto;
}

.grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center;
  margin-bottom: 20px;
}

.image-div {
  height: 100%;
}

.select-field {
  background-color: #fff;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 8vh;
}

.lightbox-200h {
  width: 100%;
  height: 50vh;
}

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

.heading-mittig1-6 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 60px;
  line-height: 65px;
}

.heading-mittig1-6.heading-1 {
  font-family: PT Sans, sans-serif;
  font-size: 37px;
  line-height: 1.3;
}

.card-slider {
  width: 100%;
  height: 50vh;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px #0003;
}

.code-embed {
  width: 100%;
}

.image-_hero {
  background-color: var(--black);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.absolute_text-block {
  color: #fff;
  position: absolute;
  inset: auto auto 4% 4%;
}

.text-links1-list-black.flie-text {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

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

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

.logo-wei-_desktop-below {
  height: 21vh;
  margin-right: 1rem;
  padding-left: 1rem;
  display: none;
  position: static;
  inset: 0% auto auto 5%;
}

.link_mail {
  color: var(--secondry-color);
  text-decoration: none;
}

.button-link-black {
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-link-black.zweitfarbe.heading-2 {
  width: 20vw;
  min-width: auto;
  height: 7vh;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.button-link-black.zweitfarbe.heading-2:hover {
  background-color: var(--black);
  color: #fff;
}

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

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

.heading-mittig-or {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 60px;
  line-height: 65px;
}

.heading-mittig-or.heading-1 {
  font-family: Droid Serif, serif;
  font-size: 37px;
  line-height: 1.3;
}

.heading-mittig-or.klein {
  font-size: 30px;
  line-height: 35px;
}

.heading-mittig-or.klein.heading-2 {
  font-family: Droid Serif, serif;
  font-size: 25px;
  line-height: 1.5;
}

.heading-mittig-or.klein.heading-2.farbe-der-headings {
  color: #ec7809;
  font-family: Droid Serif, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.5;
}

.heading-mittig-or.klein.heading-2.farbe-der-headings.is-font-large {
  text-transform: none;
  font-size: 24px;
}

.heading-mittig-or.klein.heading-2.font {
  font-family: Droid Serif, serif;
}

.heading-mittig-or.klein.heading-2.abst {
  letter-spacing: 2px;
}

.link-2, .link-3 {
  color: #000;
}

.link-3.white {
  color: var(--white);
}

.border {
  padding: 20px;
  box-shadow: 0 2px 5px #0003;
}

.popup-overlay {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.popup-modal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/attachment_2_Bild.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.div-block {
  cursor: pointer;
  width: 1rem;
  position: absolute;
  inset: 3% 1% auto auto;
}

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

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

.button {
  text-transform: uppercase;
  font-size: 18px;
}

.image-102 {
  width: 100%;
  height: 100%;
}

.div-block-2 {
  width: 20rem;
}

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

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

.farbe-der-headings-text {
  color: #ec7809;
  font-family: PT Sans, sans-serif;
  line-height: 1.3;
}

.farbe-der-headings-text.mid {
  text-align: center;
  font-family: PT Sans, sans-serif;
}

.list-2 {
  font-size: 18px;
  line-height: 1.5;
}

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

  .logo {
    width: 100%;
  }

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

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

  .farbe-der-headings {
    margin-top: 10px;
    font-size: 30px;
  }

  .farbe-der-headings.is-font_small {
    font-size: 25px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .maps-gro {
    height: 55vh;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon {
    color: #fff;
  }

  .navlink-underline {
    height: 1.5px;
  }

  .hauptfarbe-2 {
    background-color: var(--secondry-color);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

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

  .logo-wei {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: none;
  }

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

  .nav-link.flie-text {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .titelvideo-startseite-1.hauptfarbe {
    flex-direction: column;
  }

  .background-video1 {
    width: 100%;
  }

  .div-block-video {
    z-index: 20;
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan1 {
    font-size: 40px;
  }

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

  .slogan1.mittig.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  ._2er-grid-video {
    grid-template-columns: 1fr 1fr;
  }

  .icon-social-media {
    width: 4vw;
  }

  .button-link.zweitfarbe.heading-2 {
    justify-content: space-between;
    width: auto;
    height: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

  .block-highlight.highlights {
    width: 80px;
    height: 100%;
    position: relative;
  }

  .text-button-div {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .arrow {
    width: 3vw;
  }

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

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

  .heading-mittig1.klein.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .heading-mittig1.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 20px;
    font-size: 22px;
  }

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

  ._3er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

  .block-mittig {
    padding: 20px;
  }

  .block-mittig.flie-text {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 30px 30px;
  }

  .icons {
    width: 70px;
    height: auto;
    margin-bottom: 20px;
  }

  .section-no-space.is-background {
    background-color: var(--black);
    padding: 60px;
  }

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

  .inhalt-mittig-links.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

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

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

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

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

  .lightbox-link {
    height: 45vh;
  }

  .footer.hauptfarbe.flie-text {
    padding: 40px;
  }

  .div-block-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-top: 0;
    display: flex;
  }

  .inhalt-footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .inhalt-footer.maps {
    margin-right: 0;
  }

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

  .maps-footer {
    width: 100%;
    min-width: auto;
    height: auto;
  }

  .contact-form-wrap {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-wrap.flie-text {
    align-items: flex-start;
    width: 100%;
    padding: 40px;
  }

  .form-grid {
    width: 100%;
  }

  .error-message {
    width: auto;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 0 solid #d2d2d54d;
    border-right-style: none;
    border-right-width: 0;
    width: auto;
    margin-right: 0;
    padding-right: 0;
  }

  .text-field {
    height: 7.5vh;
    padding: 12px 15px;
  }

  .label3.abstand-nach-oben.heading-3 {
    margin-top: 0;
    margin-bottom: 5px;
  }

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

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

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

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

  .impdat-2.flie-text {
    text-align: center;
  }

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

  .field-label {
    text-align: left;
    width: 100%;
  }

  .field-label-2 {
    text-align: left;
  }

  .padding-section-1 {
    padding: 60px;
  }

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

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

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

  .navbar-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navber_divider-orange {
    display: none;
  }

  .title-banner {
    height: 60vh;
  }

  .title-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    inset: 0%;
  }

  .slogan-ttitle.heading-font1 {
    letter-spacing: 16px;
    font-size: 45px;
    line-height: 1.3;
  }

  .slogan1-2-white.heading-2.farbe-der-headings {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .team_card {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    height: auto;
    display: flex;
  }

  .team_card._50 {
    left: 0%;
  }

  .image-_team {
    object-position: 100% 0%;
    height: 40vh;
  }

  .grid-3er_team {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 10px;
    display: flex;
  }

  .absolute_block {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient_left), var(--black));
    opacity: 1;
    height: auto;
    padding: 20px;
    position: relative;
  }

  .absolute_block:hover {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--gradient_left), black);
  }

  .section-big-spaces-team {
    padding: 60px;
  }

  .divider_orange.highlights {
    height: 3px;
  }

  .paragraph {
    font-size: 14px;
  }

  ._6er-grid1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .card-backshadow {
    padding-bottom: 25px;
  }

  .heading-mittig1-2.heading-font2.heading-color {
    line-height: 1.3;
  }

  .popup {
    display: none;
  }

  .popup-div {
    width: 70%;
    padding: 60px;
  }

  .cross {
    width: 15px;
  }

  .select-field {
    height: 7.5vh;
    padding: 12px 15px;
  }

  .lightbox-200h {
    height: 45vh;
  }

  .heading-mittig1-6.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .card-slider {
    height: 45vh;
  }

  .text-links1-list-black.flie-text {
    text-align: left;
  }

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

  .logo-wei-_desktop-below {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .left-arrow-_white, .right-arrow-_white {
    width: 55px;
    font-size: 35px;
  }

  .button-link-black.zweitfarbe.heading-2 {
    justify-content: space-between;
    width: auto;
    height: 6vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-mittig-or.klein.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings {
    font-size: 20px;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 20px;
    font-size: 20px;
  }

  .heading-mittig-or.klein.heading-2.font {
    font-size: 22px;
  }

  .popup-modal {
    width: 75%;
    height: auto;
  }

  .div-block {
    right: 2%;
  }

  .form-grid-2 {
    width: 100%;
  }

  .text-span, .text-span-2 {
    font-size: 12px;
  }

  .farbe-der-headings-text {
    margin-top: 10px;
  }

  .farbe-der-headings-text.is-font_small {
    font-size: 25px;
  }

  .list-2 {
    font-size: 16px;
  }
}

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

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

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

  .logo-img {
    width: 160px;
  }

  .logo {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

  .farbe-der-headings.mid, .farbe-der-headings.is-font_small {
    font-size: 22px;
  }

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

  .divblock1 {
    height: auto;
  }

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

  .maos-footer {
    height: 100px;
  }

  .navlink-underline {
    height: 1.3px;
  }

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

  .nav-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13.5px;
    line-height: 1.2;
  }

  .titelvideo-startseite-1 {
    height: 500px;
  }

  .titelvideo-startseite-1.hauptfarbe {
    height: auto;
  }

  .background-video1 {
    height: 65vh;
  }

  .div-block-video {
    height: 65vh;
    margin-top: 183px;
    padding-top: 5vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .termin-button.heading-3.highlights {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
  }

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

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

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

  ._2er-grid-video {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .slogan1-2.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 22px;
  }

  .social-icons-grid {
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
  }

  .icon-social-media {
    width: 6vw;
  }

  .button-link.zweitfarbe.heading-2 {
    width: 48vw;
    padding-right: 5px;
  }

  .block-highlight.highlights {
    width: 60px;
  }

  .button-text {
    font-size: 16px;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }

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

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

  .heading-mittig1.heading-1 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-mittig1.klein.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-mittig1.klein.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-mittig1.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 15px;
  }

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

  ._3er-grid1 {
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .block-mittig.flie-text {
    padding-bottom: 20px;
  }

  .icons {
    width: 60px;
  }

  .section-no-space.is-background {
    padding: 40px;
  }

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

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

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

  .lightbox-link {
    height: 45vh;
    margin-bottom: 20px;
  }

  .footer.hauptfarbe.flie-text {
    padding: 40px 20px;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    display: flex;
  }

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

  .maps-footer {
    width: auto;
  }

  .titelvideo-1.hauptfarbe {
    height: auto;
  }

  .checkbox-field-2 {
    margin-top: 10px;
  }

  .contact-form-wrap {
    padding: 40px;
  }

  .contact-form-wrap.flie-text {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

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

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

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

  .text-field {
    width: 100%;
    height: 7vh;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 12px;
  }

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

  .impdat, .impdat.padding {
    padding: 40px;
  }

  .success {
    height: auto;
    margin-top: 0;
    padding: 40px;
  }

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

  .success-block.highlights, .padding-section-1 {
    padding: 40px;
  }

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

  .title-banner {
    height: 50vh;
  }

  .title-block {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan-ttitle.heading-font1 {
    letter-spacing: 15px;
    font-size: 35px;
  }

  .slogan1-2-white.heading-2.farbe-der-headings {
    letter-spacing: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
  }

  .team_card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

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

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

  .grid-3er_team {
    margin-top: 20px;
  }

  .section-big-spaces-team {
    padding: 40px;
  }

  .paragraph {
    margin-left: 0;
  }

  .card-backshadow {
    padding: 20px 20px 10px;
  }

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

  .heading-mittig1-2.heading-font2.heading-color {
    font-size: 22px;
  }

  .popup-div {
    width: 80%;
  }

  .cross {
    width: 13px;
  }

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

  .select-field {
    height: 7vh;
    padding: 10px 12px;
  }

  .lightbox-200h {
    height: 350px;
  }

  .heading-mittig1-6 {
    font-size: 25px;
    line-height: 25px;
  }

  .heading-mittig1-6.heading-1 {
    font-size: 25px;
    line-height: 1.3;
  }

  .card-slider {
    height: 350px;
  }

  .left-arrow-_white, .right-arrow-_white {
    width: 50px;
    font-size: 30px;
  }

  .button-link-black.zweitfarbe.heading-2 {
    width: 48vw;
    padding-right: 5px;
  }

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

  .heading-mittig-or.heading-1 {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-mittig-or.klein.heading-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings {
    font-size: 18px;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 15px;
    font-size: 18px;
  }

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

  .popup-modal {
    width: 75%;
  }

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

  .farbe-der-headings-text.mid, .farbe-der-headings-text.is-font_small {
    font-size: 22px;
  }

  .list-2 {
    font-size: 15px;
  }
}

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

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

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

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

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

  .logo-img {
    width: 155px;
  }

  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .telefonnummer, .email, .adresse {
    font-size: 13.5px;
  }

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

  .farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .farbe-der-headings.mid {
    font-size: 16px;
  }

  .farbe-der-headings.is-font_small {
    font-size: 20px;
  }

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

  .terminbutton.highlights.flie-text {
    font-size: 12px;
    line-height: 1;
  }

  .maps-gro {
    height: 45vh;
  }

  .navbar {
    justify-content: space-between;
    padding-right: 0%;
  }

  .navlink-underline {
    height: 1.2px;
  }

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

  .logo-wei {
    max-width: 180px;
    margin-right: 20px;
    position: static;
  }

  .nav-menu {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link.flie-text {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .titelvideo-startseite-1 {
    height: 400px;
  }

  .titelvideo-startseite-1.hauptfarbe {
    height: auto;
  }

  .background-video1 {
    width: 100vw;
    height: 50vh;
  }

  .div-block-video {
    color: #fff;
    background-image: none;
    align-items: flex-start;
    height: 50vh;
    padding-top: 0;
    padding-left: 40px;
    padding-right: 10px;
  }

  .termin-button.heading-3.highlights:hover {
    transform: translate(0, -2px);
  }

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

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

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

  .slogan1-2.heading-2 {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

  .slogan1-2.heading-2.farbe-der-headings {
    text-align: center;
    font-size: 16px;
  }

  .icon-social-media {
    width: 11vw;
  }

  .button-link.zweitfarbe.heading-2 {
    width: 86%;
  }

  .text-mittig1.flie-text {
    margin-bottom: 5px;
    font-size: 14px;
  }

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

  .heading-mittig1.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-mittig1.heading-1.is-top-margin {
    margin-top: 20px;
  }

  .heading-mittig1.klein.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

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

  .heading-mittig1.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 10px;
    font-size: 20px;
  }

  .heading-mittig1.klein.heading-2.font {
    font-size: 16px;
  }

  ._3er-grid1 {
    margin-top: 0;
  }

  .block-mittig {
    padding: 20px 10px;
  }

  .block-mittig.flie-text {
    padding: 20px 20px 15px;
  }

  .icons {
    width: 50px;
  }

  .section-no-space.is-background {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

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

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

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

  .lightbox-link {
    height: 45vh;
    margin-bottom: 0;
  }

  .heading-footer.heading-3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .maps-footer {
    min-width: 200px;
  }

  .contact-form-wrap {
    padding: 40px 30px;
  }

  .contact-form-wrap.flie-text {
    padding: 15px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 15px;
  }

  .link-formular.farbe-der-headings {
    font-size: 13px;
  }

  .text-field {
    height: 6vh;
  }

  .form1 {
    padding-bottom: 10px;
  }

  .form-text {
    font-size: 13.5px;
  }

  .label3.abstand-nach-oben.heading-3 {
    text-align: center;
    font-size: 12px;
  }

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

  .impdat.wrap {
    overflow-wrap: anywhere;
  }

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

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

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

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

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

  .field-label {
    font-size: 13px;
  }

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

  ._2er-grid-with-1-row {
    flex-direction: column;
    grid-template-columns: minmax(200px, 1fr);
    justify-content: space-between;
    display: flex;
  }

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

  .title-banner {
    height: 35vh;
  }

  .title-block {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slogan-ttitle.heading-font1 {
    letter-spacing: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .slogan1-2-white.heading-2 {
    text-align: center;
    font-size: 16px;
    line-height: 130%;
  }

  .slogan1-2-white.heading-2.farbe-der-headings {
    text-align: center;
    letter-spacing: 3px;
    font-size: 14px;
  }

  .image-_team, .image-_team.is-position {
    height: 35vh;
  }

  .grid-3er_team {
    margin-top: 10px;
  }

  .heading-block1 {
    width: 100vw;
  }

  .absolute_block {
    padding: 10px;
  }

  .section-big-spaces-team {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider_orange.highlights {
    width: 20vw;
  }

  .paragraph {
    text-align: center;
    margin-left: 0;
  }

  ._6er-grid1 {
    margin-top: 10px;
  }

  .card-backshadow {
    min-width: 200px;
    padding: 20px 20px 10px;
  }

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

  .heading-mittig1-2.heading-font2.heading-color {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .popup-div {
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cross {
    width: 12px;
  }

  .select-field {
    height: 6vh;
  }

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

  .heading-mittig1-6.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .card-slider {
    margin-bottom: 10px;
  }

  .text-links1-list-black.flie-text {
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.6;
  }

  .logo-wei-_desktop-below {
    position: static;
  }

  .left-arrow-_white, .right-arrow-_white {
    width: 45px;
    font-size: 25px;
  }

  .button-link-black.zweitfarbe.heading-2 {
    width: 86%;
  }

  .heading-mittig-or {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-mittig-or.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.3;
  }

  .heading-mittig-or.heading-1.is-top-margin {
    margin-top: 20px;
  }

  .heading-mittig-or.klein.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.3;
  }

  .heading-mittig-or.klein.heading-2.farbe-der-headings.is-font-large {
    margin-top: 10px;
    font-size: 16px;
  }

  .heading-mittig-or.klein.heading-2.font {
    font-size: 16px;
  }

  .popup-modal {
    width: 80%;
    padding: 20px;
  }

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

  .paragraph-2.flie-text, .button.highlights {
    font-size: 16px;
  }

  .text-span, .text-span-2 {
    font-size: 11px;
  }

  .farbe-der-headings-text {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .farbe-der-headings-text.mid {
    font-size: 16px;
  }

  .farbe-der-headings-text.is-font_small {
    font-size: 20px;
  }

  .list-2 {
    font-size: 14px;
  }

  .list-2.flie-text {
    padding-left: 20px;
  }
}

#w-node-e317de27-b382-3865-d893-aa67b2d185a0-c2ab9967, #w-node-_9fdb6703-6a87-efcb-c6d7-76b68dac1435-c2ab9967 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d134b5f2-9bdd-a489-2958-fdee9243272b-c2ab997e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_60d0df2b-8b68-333b-afae-7eabd89af0ca-c2ab9979 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e317de27-b382-3865-d893-aa67b2d185a0-c2ab9967, #w-node-_9fdb6703-6a87-efcb-c6d7-76b68dac1435-c2ab9967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e317de27-b382-3865-d893-aa67b2d185a0-c2ab9967, #w-node-_9fdb6703-6a87-efcb-c6d7-76b68dac1435-c2ab9967 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bank Gothic Bt';
  src: url('../fonts/bank-gothic-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Demo Bgt 65';
  src: url('../fonts/DEMO-bgt65.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Demo Bgt 65';
  src: url('../fonts/DEMO-bgt65.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Demo Bgt 65';
  src: url('../fonts/DEMO-bgt65.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Demo Bgt 65';
  src: url('../fonts/DEMO-bgt65.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}