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

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

:root {
  --dark-gray: #353535;
  --dark-blue: #294269;
  --white: white;
  --black: black;
  --light-grey: #7c7c7c;
}

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

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

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold_1.webp');
  background-position: 50%;
  background-size: cover;
  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 0%;
}

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

.submit-button {
  background-color: #ecbf38;
}

.logo-img {
  object-fit: contain;
  height: 10vh;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-gray);
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.navbar1 {
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

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

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

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

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

._1 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.men-2 {
  width: 100%;
}

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

.nav-link2:hover {
  color: gray;
}

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

.nav-link2.flie-text {
  transition: all .2s;
}

.nav-link2.flie-text:hover {
  color: #acacac;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}

.nav-link2.flie-text.w--current:hover {
  font-size: 14px;
}

.inhalt-men-punkte2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.titelvideo-start-3 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
  position: relative;
}

.video2 {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#00000036, #00000036);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

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

.slogan-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 70px;
}

.slogan-2.heading-1 {
  line-height: 1.3;
}

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

.section.zweitfarbe {
  justify-content: center;
  align-items: center;
}

.section.space {
  padding-top: 220px;
}

.heading-mittig {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
  line-height: 80px;
}

.heading-mittig.heading-2 {
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.heading-mittig.heading-2.farbe-der-headings {
  line-height: 1.3;
}

.text-mittig {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

.mehr-erfahren1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren1:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren1.highlights.flie-text {
  line-height: 1.5;
}

.heading-83 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
}

.serviceangebote2 {
  width: 60%;
  min-width: auto;
  margin-top: 50px;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.heading-mittig-klein1.heading-2 {
  font-weight: 700;
  line-height: 1.3;
}

.kontaktaufnehmen2 {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer2 {
  justify-content: space-around;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer2.hauptfarbe.flie-text {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 140px;
}

.iconfooter2 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-inhalt3 {
  display: inline-block;
  position: static;
}

.headingfooter2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.titelvideo-3 {
  height: 500px;
  position: relative;
}

.karte1 {
  width: 100%;
  height: 55vh;
  margin-top: 20px;
}

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

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

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

.sucess-blcok.highlights {
  color: #fff;
}

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

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.div-block-footer1 {
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-1 {
  padding: 60px 140px;
}

.footer-1.hauptfarbe {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

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

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

.inhalt-footer {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
}

.loading_page {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loading_page.hauptfarbe {
  z-index: 1000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.lottie-animation {
  width: 500px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .25fr;
  align-items: end;
  margin-top: 20px;
}

.checkbox-field {
  text-align: left;
}

.field-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.field-label.flie-text {
  line-height: 1.5;
}

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

.link-formular.farbe-der-headings {
  color: var(--black);
  font-weight: 700;
}

.link-formular.heading-color-2 {
  color: #d0d0d0;
}

.flie-text-2 {
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

.submit_button {
  background-color: #000;
  font-size: 16px;
}

.submit_button.flie-text {
  background-color: var(--dark-blue);
  border: 1px #000;
  transition: all .2s;
}

.submit_button.flie-text:hover {
  color: #000;
  background-color: #fff;
}

.navigation-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 15px;
  font-size: 40px;
  line-height: 50px;
  display: flex;
  position: relative;
}

.navigation-link.heading-1 {
  color: #000;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link.heading-1:hover {
  transform: scale(1.1);
}

.navigation-line {
  width: 3px;
  height: 30px;
  margin-top: 1px;
  position: absolute;
  transform: skew(-15deg);
}

.top-title-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 26px;
  line-height: 34px;
}

.navigation-text {
  z-index: 1;
  margin-left: 20px;
  line-height: 40px;
  position: relative;
}

.navigation {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 0;
  padding: 20px 25px;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-field {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom-color: #e9e9f8;
  min-height: 40px;
}

.text-field.area {
  min-height: auto;
  padding-bottom: 55px;
}

.right-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navigation-divider {
  width: 1px;
  height: 30px;
  margin-left: 18px;
  margin-right: 18px;
  transform: skew(-15deg);
}

.left-part {
  z-index: 3;
  float: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.field-label-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 11px;
}

.big-paragraph {
  margin-bottom: 0;
  font-size: 17px;
}

.line-first {
  background-color: #000;
  border-radius: 5px;
  width: 22px;
  height: 2px;
  position: absolute;
}

.line-first.top {
  margin-top: -12px;
}

.line-first.bottom {
  margin-top: 12px;
}

.navigation-first {
  align-items: center;
  width: 100%;
  display: flex;
}

.top-title.half {
  margin-bottom: 60px;
}

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

.navigation-menu {
  z-index: 9;
  width: 0%;
  display: block;
  position: fixed;
  inset: 0%;
}

.quote-wrapper {
  z-index: 9;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 450px;
  display: none;
  position: relative;
}

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

.button-wrapper.submit {
  width: 100%;
  margin-top: 15px;
  padding: 16px 30px;
}

.div-block-42 {
  width: 100%;
}

.right-part {
  z-index: 3;
  float: right;
  background-color: #f1f1f7;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
}

.navigation-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 350px;
  display: block;
}

.full-part {
  background-color: #fff;
  width: 0%;
  height: 100%;
  display: none;
}

.left-part-overlay {
  z-index: 1;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.form {
  width: 100%;
}

.hamburger-menu {
  cursor: pointer;
  background-color: #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

.link.black {
  color: #333;
}

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

.impdat-2.flie-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  min-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  display: flex;
}

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

.map-2 {
  height: 100%;
}

.nav-men-1 {
  z-index: 10000;
}

.nav-men-1.hauptfarbe {
  margin-bottom: 10px;
}

.navbar-6 {
  width: 100%;
  padding-left: 40px;
  display: flex;
}

.navbar-6.hauptfarbe {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.navbar-6.hauptfarbe:hover {
  font-size: 16px;
  font-weight: 700;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: 1px;
  border-top: 4px solid #fff0;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all .45s cubic-bezier(.23, 1, .32, 1);
}

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

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

.nav-link-3.flie-text:hover {
  color: #fff;
  border-top: 4px solid #e1e0e1;
  font-weight: 400;
}

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

.container-8 {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

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

.image-100.adj {
  object-position: 50% 70%;
}

.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.ablaufplan {
  margin-top: 220px;
  top: 10px;
}

.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: 60px auto auto 0%;
}

.ablaufplan-big-button-3.black:hover {
  transform: none;
}

.socials-stack {
  padding: 0;
  position: relative;
  inset: 0% 0% 0% auto;
}

.socials-link {
  width: 30px;
  height: 30px;
}

.socials-link._1 {
  width: 40px;
  height: 40px;
}

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

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

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

.language-wrapper {
  z-index: 1000;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

.image-102 {
  object-fit: contain;
  height: 10vh;
}

.frame-offset {
  border: 3px solid #bbb;
  width: 99.9588%;
  height: 100%;
  position: absolute;
  inset: -40px 0% 0% -40px;
}

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

.terminbutton-2 {
  text-transform: uppercase;
  transition: all .2s;
}

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

.terminbutton-2.heading-font3.highlights {
  font-family: Quicksand, sans-serif;
}

.terminbutton-2.heading-font3.highlights:hover {
  background-color: var(--dark-blue);
  transform: scale(1.03);
}

.paragraph-links1 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.6;
}

.card-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
}

.logo-partner {
  object-fit: contain;
  width: 85%;
}

.logo-partner.small {
  width: 50%;
}

.partner-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25vh;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 6px 1px #86868633;
}

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

.image-100-rel {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  position: relative;
}

.image-100-rel:hover {
  transform: scale(1.04);
}

.image-100-abs {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  inset: 0%;
}

.image-100-abs:hover {
  transform: scale(1.04);
}

.kontakt-div {
  background-color: #00000096;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.lottie-animation-3 {
  filter: invert();
  height: 20vh;
  margin-top: -5vh;
}

.lottie-animation-3.invert {
  filter: brightness(200%) grayscale();
}

.lottie-animation-3.invert.small {
  height: 15vh;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.lottie-animation-3.invert.low {
  position: relative;
  bottom: -50px;
}

.form-2 {
  border: 1px solid #dfdfdf;
  font-family: Quicksand, sans-serif;
  transition: all .2s;
}

.form-2:hover {
  border-color: #5e5e5e;
}

.send-button {
  text-transform: uppercase;
}

.send-button:hover {
  background-color: #292929;
}

.paragraph-font-2 {
  font-weight: 400;
}

.form-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.form-block.paragraph-font-size {
  width: 35%;
}

.bt {
  font-size: 20px;
}

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

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

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

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

.terminbutton-3 {
  text-transform: uppercase;
  border: 2px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Exo, sans-serif;
  transition: all .3s;
}

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

.grid-22 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  place-items: center;
}

.relative-div {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 85%;
  margin-top: auto;
  margin-left: -210px;
  padding: 60px;
  display: flex;
  position: relative;
  bottom: -100px;
  box-shadow: 0 0 50px 1px #93939333;
}

.heading-links {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
  line-height: 80px;
}

.heading-links.heading-2 {
  line-height: 1.3;
  position: relative;
}

.divider {
  background-image: linear-gradient(#828282, #fdfdfd);
  width: 200px;
  height: 10px;
  margin-bottom: 10px;
}

.heading-div-links {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 220px 200px 100px;
  display: flex;
}

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

.relative-div-2 {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-div {
  z-index: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  background-color: #000c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

.footer-form-input {
  border: 1px #000;
  width: 600px;
  height: 55px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-size: 18px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-form-input.flie-text {
  width: 45vw;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.section_0 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 140px;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 16px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 10px 18px;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button.flie-text {
  background-color: var(--dark-gray);
}

.footer-form-two {
  background-color: #353535;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.bild-cover-85vh {
  color: #fff;
  background-image: url('../images/b4a3e61728cb97bb44afb9915735a1be_1.webp');
  background-repeat: no-repeat;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.content-wrapper {
  color: #fff;
  background-color: #2229;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  margin-top: auto;
  margin-left: auto;
  margin-right: 40px;
  padding: 40px;
  display: flex;
}

.heading-mittig-large {
  text-align: center;
  letter-spacing: 1px;
  font-size: 45px;
}

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

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

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

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

.form-block-4 {
  width: 90%;
  margin-bottom: 0;
}

.large-feature-wrapper {
  color: #fff;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.profit_content-wrapper {
  grid-column-gap: 2rem;
  background-color: #353535;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  transition: all .5s;
  display: flex;
}

.profit_content-wrapper:hover {
  outline-offset: 8px;
  background-color: #1a1a1a;
  outline: 1px solid #2d2d2d;
  transform: translate(0, -5px);
}

.profit_content-wrapper.gradient {
  background-image: linear-gradient(#7e7e7e 13%, #bcbbbb);
}

.profit_content-wrapper.gradient:hover {
  outline-offset: 8px;
  outline: 1px #2d2d2d;
}

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

.cards-grid-4er {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-mittig-large {
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
}

.text-mittig-large.flie-text.left {
  text-align: left;
}

.cards-grid-5er {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.shadow-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 40px 40px 45px;
  transition: all .35s;
  display: flex;
  position: relative;
  box-shadow: 0 0 6px 1px #0000007d;
}

.shadow-div:hover {
  transform: translate(0, -10px);
}

.number-wrap {
  background-color: var(--dark-gray);
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cards-grid-2er-adj {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  width: 65%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.container-9 {
  max-width: 1400px;
}

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

.wrap-overlayed {
  z-index: 1;
  width: 100vh;
  margin-top: 40px;
  display: block;
  position: relative;
}

.office-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.office-image {
  object-fit: cover;
  width: 100%;
  height: 76vh;
  margin-bottom: 40px;
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.paragraph-links-list {
  font-size: 18px;
  line-height: 1.6;
}

.grid-24 {
  grid-template-rows: auto;
}

.flg-img {
  object-fit: contain;
  width: 35px;
  margin-right: 10px;
}

.flag-link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.icon-101 {
  color: #fff;
}

.flg-dropdown {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.flg-togle {
  padding-top: 0;
  padding-bottom: 0;
}

.flg-togle.hauptfarbe {
  padding-left: 0;
}

.flag-div {
  margin-left: 10px;
}

.dropdown-list-13 {
  bottom: 110%;
  left: 0%;
  right: 0%;
}

.dropdown-list-13.hauptfarbe.w--open {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}

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

.div-block-171 {
  margin-right: 100px;
}

.info-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-mittig-left {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

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

@media screen and (max-width: 991px) {
  .telefonnummer, .email {
    margin-bottom: 5px;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start-3 {
    height: 60vh;
  }

  .slogan-2.heading-1 {
    text-align: center;
  }

  .section {
    padding: 60px;
  }

  .section.space {
    padding-top: 60px;
  }

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

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

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 40px;
    line-height: 1.3;
  }

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

  .heading-83 {
    font-size: 30px;
  }

  .serviceangebote2 {
    width: 90%;
  }

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

  .kontaktaufnehmen2 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer2.hauptfarbe.flie-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .karte1 {
    width: 100%;
  }

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

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

  .sucess-blcok.highlights {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .footer-1.hauptfarbe {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .grid-2 {
    width: 100%;
  }

  .nav-men-1 {
    background-color: var(--light-grey);
  }

  .men-icon1 {
    color: #fff;
  }

  .nav-link-3.flie-text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-8 {
    margin-left: auto;
    margin-right: 0;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--light-grey);
    background-image: linear-gradient(180deg, var(--light-grey), white);
    margin-left: auto;
  }

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

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

  .socials-stack {
    z-index: 400;
    margin-right: 10px;
    position: fixed;
    inset: auto 0% -121% auto;
  }

  .socials-link._1 {
    border: 1px solid var(--white);
    background-color: var(--dark-gray);
    border-radius: 20px;
  }

  .frame-offset {
    height: 400px;
    top: -20px;
    left: -20px;
  }

  .feature-image {
    height: 400px;
  }

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

  .logo-partner {
    width: 70%;
  }

  .logo-partner.small {
    width: 35%;
  }

  .partner-link-block {
    height: auto;
  }

  .kontakt-div {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lottie-animation-3.invert {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .form-block.paragraph-font-size {
    width: 100%;
  }

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

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

  .grid-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .relative-div.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 40px;
    bottom: auto;
  }

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

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

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

  .section-2 {
    padding: 60px;
  }

  .heading-div-mittig {
    width: 100%;
  }

  .card-div {
    height: 100%;
    position: relative;
    inset: 0%;
  }

  .hidden-conetne {
    display: block;
  }

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

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-form-input.flie-text {
    width: 70vw;
    padding-right: 220px;
    font-size: 14px;
  }

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

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

  .button-primary.footer-form-button.flie-text {
    font-size: 14px;
  }

  .footer-form-two {
    padding: 10px;
  }

  .bild-cover-85vh {
    height: auto;
    padding: 60px;
  }

  .content-wrapper {
    width: 100%;
    margin-right: auto;
  }

  .galerie-grid {
    margin-top: 10px;
  }

  .quick-stack {
    width: 100%;
    padding: 0;
  }

  .form-block-4 {
    width: 100%;
  }

  .profit_content-wrapper.gradient {
    justify-content: space-between;
    align-items: center;
  }

  .cards-grid-4er {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .text-mittig-large.flie-text.left {
    text-align: center;
    font-size: 16px;
  }

  .cards-grid-5er {
    flex-flow: column;
    display: flex;
  }

  .cards-grid-2er-adj {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .container-9 {
    width: 100%;
    max-width: none;
  }

  .wrap-overlayed {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .office-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .office-image {
    background-image: none;
    width: 100%;
    height: 50vh;
    margin-bottom: 0;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .flag-link {
    font-size: 15px;
  }

  .text-mittig-left.flie-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }

  .form-3 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .divblock1 {
    height: auto;
  }

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

  .titelvideo-start-3 {
    height: 55vh;
  }

  .video2, .div-block-video-2 {
    height: 100%;
  }

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

  .section {
    padding: 40px;
  }

  .section.space {
    padding-top: 40px;
  }

  .heading-mittig.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    font-size: 30px;
    line-height: 35px;
  }

  .text-mittig {
    padding-bottom: 40px;
  }

  .text-mittig.flie-text {
    padding-bottom: 0;
  }

  .kontaktaufnehmen2 {
    height: 80vh;
    padding-left: 0;
    padding-right: 0;
  }

  .kontaktaufnehmen2.bg-small {
    height: auto;
  }

  .footer2.hauptfarbe.flie-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iconfooter2 {
    justify-content: flex-start;
  }

  .footer-inhalt3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .columns-14 {
    width: 100%;
  }

  .headingfooter2 {
    text-align: center;
  }

  .headingfooter2.heading-3 {
    text-align: left;
  }

  .karte1 {
    height: 45vh;
  }

  .success-2, .sucess-blcok {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .footer-div {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

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

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

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

  .grid-2 {
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .submit_button.flie-text {
    order: 1;
  }

  .maps-gro {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

  .socials-link._1 {
    width: 30px;
    height: 30px;
  }

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

  .image-102 {
    height: 60px;
  }

  .frame-offset {
    height: 300px;
  }

  .feature-image {
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .card-text {
    padding-bottom: 40px;
  }

  .kontakt-div {
    padding: 40px;
  }

  .image-85-vh {
    height: 50vh;
  }

  .grid-22, .relative-div.hauptfarbe {
    width: 100%;
  }

  .heading-links.heading-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-2 {
    padding: 40px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-form-input.flie-text {
    width: 88vw;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .section_0.hauptfarbe {
    padding: 40px;
  }

  .bild-cover-85vh {
    height: auto;
    padding: 40px;
  }

  .content-wrapper {
    padding: 20px;
  }

  .galerie-grid, .small-grid {
    flex-flow: column;
    display: flex;
  }

  .cards-grid-4er {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-mittig-large {
    padding-bottom: 40px;
  }

  .text-mittig-large.flie-text {
    padding-bottom: 0;
    font-size: 16px;
  }

  .text-mittig-large.flie-text.left {
    text-align: center;
    font-size: 16px;
  }

  .shadow-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .office-image {
    margin-bottom: 0;
  }

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

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

  .flg-img {
    width: 25px;
  }

  .text-mittig-left {
    padding-bottom: 40px;
  }

  .text-mittig-left.flie-text {
    text-align: left;
    padding-bottom: 0;
  }

  .form-4, .form-5, .form-6 {
    flex-flow: column;
    display: flex;
  }
}

@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-img {
    width: 190px;
    height: auto;
  }

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

  .telefonnummer.flie-text, .email.flie-text {
    font-size: 14px;
  }

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

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

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

  .titelvideo-start-3 {
    height: 45vh;
  }

  .video2 {
    height: 100%;
  }

  .div-block-video-2 {
    height: 100.07%;
  }

  .slogan-2.heading-1 {
    font-size: 22px;
    line-height: 30px;
  }

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

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

  .heading-mittig.heading-2 {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-mittig.heading-2.farbe-der-headings {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.3;
    display: flex;
  }

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

  .mehr-erfahren1 {
    min-width: 150px;
  }

  .mehr-erfahren1.highlights.flie-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .heading-83 {
    font-size: 18px;
    line-height: 1.2;
  }

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

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

  .kontaktaufnehmen2 {
    height: 90vh;
  }

  .impdat-3 {
    padding: 20px;
  }

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  .impdat-2.flie-text {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .navbar-6.hauptfarbe {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 20px;
  }

  .nav-link-3.flie-text {
    font-size: 14px;
  }

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

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

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

  .image-102 {
    height: 41px;
  }

  .frame-offset {
    top: -10px;
    left: -10px;
  }

  .card-text.flie-text {
    padding-bottom: 0;
    font-size: 14px;
  }

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

  .bt {
    font-size: 16px;
  }

  .section-50 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-form-input.flie-text {
    padding-right: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .button-primary.footer-form-button.flie-text {
    background-color: var(--dark-blue);
  }

  .footer-form-two {
    padding: 20px;
  }

  .bild-cover-85vh {
    padding-left: 20px;
    padding-right: 20px;
  }

  .galerie-grid {
    margin-top: 10px;
  }

  .large-feature-wrapper {
    flex-direction: column;
  }

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

  .text-mittig-large.flie-text.left {
    font-size: 14px;
    line-height: 1.5;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

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

  .office-image {
    height: 190px;
  }

  .offices-wrap {
    margin-bottom: 10px;
  }

  .flg-img {
    width: 19px;
    margin-right: 6px;
  }

  .flag-link {
    margin-right: 0;
    font-size: 13px;
  }

  .flg-togle.hauptfarbe {
    padding-right: 40px;
  }

  .flag-div {
    margin-left: 0;
  }

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

#w-node-_1e7acbbe-c938-959f-46ae-5f48414e04b4-1875ec86 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_50c0d18e-c671-a642-70d6-fe6d61958491-61958490, #w-node-_50c0d18e-c671-a642-70d6-fe6d61958498-61958490, #w-node-_50c0d18e-c671-a642-70d6-fe6d6195849f-61958490, #w-node-_50c0d18e-c671-a642-70d6-fe6d619584a6-61958490, #w-node-_50c0d18e-c671-a642-70d6-fe6d619584ad-61958490, #w-node-_50c0d18e-c671-a642-70d6-fe6d619584b4-61958490 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7bd1a64d-f723-59b3-2884-0b588af0f766-8af0f766 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-ce17660a-50b8-1496-096f-e248c11deeba-c11deeb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce17660a-50b8-1496-096f-e248c11deec3-c11deeb9, #w-node-ce17660a-50b8-1496-096f-e248c11deec7-c11deeb9 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ce17660a-50b8-1496-096f-e248c11deecf-c11deeb9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-1875ecad {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-1875ecad {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-1875ecad {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_6bb4afb4-4bfe-f405-f1c3-5571f974b187-b5971ad9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee231f39-2b8a-2a2d-c2cb-6d6cecb358cc-b5971ad9 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_3e9a0f45-3f20-63ef-a874-2c5ef447911b-b5971ad9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf470795-3810-17f2-2d0c-33dc0b19099e-bbd000f7 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_9249d2b6-d7d6-966c-b37b-d8f837845497-37845496, #w-node-_9249d2b6-d7d6-966c-b37b-d8f8378454a0-37845496, #w-node-_9249d2b6-d7d6-966c-b37b-d8f8378454a9-37845496, #w-node-_9249d2b6-d7d6-966c-b37b-d8f8378454b2-37845496, #w-node-_9249d2b6-d7d6-966c-b37b-d8f8378454bb-37845496, #w-node-_9249d2b6-d7d6-966c-b37b-d8f8378454c4-37845496 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb4afb4-4bfe-f405-f1c3-5571f974b187-7d1aae0f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee231f39-2b8a-2a2d-c2cb-6d6cecb358cc-7d1aae0f {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_3e9a0f45-3f20-63ef-a874-2c5ef447911b-7d1aae0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-715b6d38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-715b6d38 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-715b6d38 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf470795-3810-17f2-2d0c-33dc0b19099e-2aa062ec {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_9909821f-5e7b-b254-b0a1-1c676061bb86-6061bb85, #w-node-_9909821f-5e7b-b254-b0a1-1c676061bb8f-6061bb85, #w-node-_9909821f-5e7b-b254-b0a1-1c676061bb98-6061bb85, #w-node-_9909821f-5e7b-b254-b0a1-1c676061bba1-6061bb85, #w-node-_9909821f-5e7b-b254-b0a1-1c676061bbaa-6061bb85, #w-node-_9909821f-5e7b-b254-b0a1-1c676061bbb3-6061bb85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb4afb4-4bfe-f405-f1c3-5571f974b187-8711f3d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee231f39-2b8a-2a2d-c2cb-6d6cecb358cc-8711f3d0 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_3e9a0f45-3f20-63ef-a874-2c5ef447911b-8711f3d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-fc973955 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-fc973955 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-fc973955 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf470795-3810-17f2-2d0c-33dc0b19099e-5ba978df {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-_04c52de2-5698-fb18-7512-a8db450e51ab-450e51aa, #w-node-_04c52de2-5698-fb18-7512-a8db450e51b4-450e51aa, #w-node-_04c52de2-5698-fb18-7512-a8db450e51bd-450e51aa, #w-node-_04c52de2-5698-fb18-7512-a8db450e51c6-450e51aa, #w-node-_04c52de2-5698-fb18-7512-a8db450e51cf-450e51aa, #w-node-_04c52de2-5698-fb18-7512-a8db450e51d8-450e51aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb4afb4-4bfe-f405-f1c3-5571f974b187-32916a97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee231f39-2b8a-2a2d-c2cb-6d6cecb358cc-32916a97 {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_3e9a0f45-3f20-63ef-a874-2c5ef447911b-32916a97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-4a0fcb76 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-4a0fcb76 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-4a0fcb76 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf470795-3810-17f2-2d0c-33dc0b19099e-7f4947c7 {
  grid-area: 2 / 2 / 3 / 2;
}

#w-node-cd078a5b-57ea-df81-8fa7-1148cc8187e4-cc8187e3, #w-node-cd078a5b-57ea-df81-8fa7-1148cc8187ed-cc8187e3, #w-node-cd078a5b-57ea-df81-8fa7-1148cc8187f6-cc8187e3, #w-node-cd078a5b-57ea-df81-8fa7-1148cc8187ff-cc8187e3, #w-node-cd078a5b-57ea-df81-8fa7-1148cc818808-cc8187e3, #w-node-cd078a5b-57ea-df81-8fa7-1148cc818811-cc8187e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6bb4afb4-4bfe-f405-f1c3-5571f974b187-78c492ee {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee231f39-2b8a-2a2d-c2cb-6d6cecb358cc-78c492ee {
  grid-area: 5 / 3 / 6 / 5;
}

#w-node-_3e9a0f45-3f20-63ef-a874-2c5ef447911b-78c492ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-d1fb8bf3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-d1fb8bf3 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-d1fb8bf3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_1e7acbbe-c938-959f-46ae-5f48414e04b4-1875ec86 {
    grid-area: 1 / 1 / 2 / 1;
  }

  #w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-1875ecad, #w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-715b6d38, #w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-fc973955, #w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-4a0fcb76, #w-node-de91f2c6-7d51-cead-7d39-6727f29b551c-d1fb8bf3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612cd-1875ecad {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-1875ecad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-1875ecad {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612cd-715b6d38 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-715b6d38 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-715b6d38 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612cd-fc973955 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-fc973955 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-fc973955 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612cd-4a0fcb76 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-4a0fcb76 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-4a0fcb76 {
    grid-column: span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612cd-d1fb8bf3 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612ce-d1fb8bf3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf2c26a5-9df1-7460-ed37-5f8761d612d2-d1fb8bf3 {
    grid-column: span 1 / span 1;
  }
}


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