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

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

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

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

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

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

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

:root {
  --main-color: #59676b;
  --secondry-light_color: #c5d4cd;
  --secondry-dark-color: #93a8a4;
  --highlights-color: #c0ab6e;
  --white: white;
  --black: black;
}

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

.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;
  align-items: stretch;
  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: 35px;
  font-weight: 700;
  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;
}

.logo {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.schwarzer-button {
  background-color: #000;
  margin-bottom: 20px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.schwarzer-button:hover {
  background-color: #d4af37;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.link-3 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}

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

.link-4 {
  color: #fff;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16% 8%;
  justify-content: center;
  justify-items: center;
}

.linkfooter {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  display: inline-block;
}

.linkfooter.w--current {
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 30px;
}

.section-6 {
  background-color: #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
}

.footerheading-2 {
  color: #ddb545;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-6 {
  margin-top: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.div-block-33 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: block;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Nominee, Times New Roman, sans-serif;
  font-size: 32px;
  line-height: 1.4;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 16% 14% 17% 16%;
  justify-content: center;
  justify-items: center;
}

.button-auf-schwarz-2 {
  background-color: #d4af37;
  margin-bottom: 20px;
}

.button-auf-schwarz-2:hover {
  background-color: #000;
  margin-bottom: 20px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 0;
  padding: 15px 20px;
  font-size: 20px;
  line-height: 25px;
}

.button-auf-schwarz-2._2 {
  background-color: #000;
  margin-left: 10px;
}

.button-auf-schwarz-2._2:hover {
  background-color: #d4af37;
}

.farbe-der-headings {
  color: var(--main-color);
  line-height: 1.1;
}

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

.zweitfarbe {
  background-color: var(--secondry-light_color);
  color: #333;
}

.highlights {
  background-color: var(--secondry-dark-color);
  color: #333;
}

.heading-1 {
  text-transform: uppercase;
  font-family: Nominee, Times New Roman, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

.heading-2 {
  font-family: Nominee, Times New Roman, sans-serif;
  font-weight: 300;
  line-height: 1.3;
}

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

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

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

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

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

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

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

.terminbutton.highlights-2.heading-2:hover, .terminbutton.heading-1.highlights-2:hover {
  background-color: var(--main-color);
}

.instagram3 {
  width: 30px;
}

.social-verlinkung3 {
  margin-right: 10px;
}

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

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

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 56%, #232a34);
  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: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

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

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

._404-error {
  color: #fff;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.impdat {
  padding: 100px 40px;
}

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

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

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

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

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.impdat1 {
  color: #fff;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

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

.adresse, .ffnungszeiten {
  margin-bottom: 0;
}

.ffnungszeiten.flie-text {
  font-size: 17px;
}

.video-2 {
  background-image: url('../images/2_1.webp'), linear-gradient(#0000004d, #0000004d);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  height: 100%;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.speise-karte-downloaden {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.angebot2 {
  text-align: center;
  background-color: #f7f7f7;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.bild-auftauchen2 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 90%;
  max-height: 400px;
}

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

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

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

.wrap-inhalt3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

.abst-nde-logo {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.navlinks.hauptfarbe {
  color: #fff;
}

.men.hauptfarbe {
  z-index: 1000;
}

.navlink, .navlink.flie-text {
  color: #fff;
}

.navlink.flie-text:hover, .navlink.flie-text.w--current {
  color: #dcb66b;
  font-size: 14px;
  font-weight: 400;
}

.navlink.heading-1:hover, .navlink.heading-1.w--current {
  color: var(--highlights-color);
}

.titelvideo-unterseiten {
  color: #fff;
  height: 90vh;
  position: relative;
}

.background-video {
  background-image: linear-gradient(#0003, #0003);
  height: 90vh;
}

.textblock-video {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan3 {
  text-transform: none;
  margin-top: 10px;
  font-size: 55px;
  line-height: 65px;
}

.content-wrap {
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

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

.heading-mitig1.heading-1 {
  font-size: 35px;
}

.inhalt-mittig3 {
  border-top: 3px solid var(--highlights-color);
  border-bottom: 3px solid var(--highlights-color);
  padding: 180px 10rem;
}

.inhalt-mittig3.relative {
  position: relative;
}

.inhalt-mittig3.bg-watermark {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/fulllogo_transparent_nobuffer.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
}

._3er_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
  margin-bottom: 107px;
}

.heading-mittig-klein1 {
  text-align: center;
  margin-top: 10px;
}

.abst-nde-footer3 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.div-block-31 {
  padding-left: 140px;
  padding-right: 140px;
}

.heading-footer3 {
  font-size: 18px;
}

.heading-footer3.heading-3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
}

.footer {
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
}

.footer.hauptfarbe {
  color: #fff;
  margin-top: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.inhalt-footer3 {
  color: #fff;
}

.inhalt-gro-e-abst-nde {
  padding: 100px;
}

.service_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 10px;
}

.blocks {
  border: 2px solid var(--highlights-color);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.blocks.zweitfarbe {
  justify-content: flex-start;
}

.div-block-113 {
  margin-bottom: 5px;
}

.office-image {
  width: 70%;
  height: 50vh;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

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

.wrap-overlayed {
  z-index: 1;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

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

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

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

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

.contact-form-wrap {
  z-index: 10;
  border: 1px solid var(--highlights-color);
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-wrap.flie-text {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.form1 {
  margin-bottom: 0;
}

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

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

.text-field {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 7.6vh;
  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;
}

.text-field.cc-textarea {
  height: 15vh;
}

.titelvideo-start {
  color: #fff;
  height: 90vh;
  padding: 0;
  position: relative;
}

.block-farbig {
  border: 2px solid var(--highlights-color);
  padding: 20px;
}

.block-farbig.highlights.effekt {
  z-index: 20;
  width: 105%;
  height: 110%;
  position: relative;
  top: -25px;
  left: -8px;
  box-shadow: 2px 2px 7px 2px #0000004d;
}

.block-farbig.hauptfarbe {
  color: #fff;
}

.galerie-bild {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.div-block-effekt-text {
  opacity: 0;
  background-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-effekt-text:hover {
  opacity: 1;
  color: #000;
  background-color: #ffffff80;
}

.feature-image-mask {
  justify-content: space-between;
  height: 60vh;
  display: flex;
  position: relative;
}

.inhalt-nebeneinander1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

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

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

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

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

.section {
  border-top: 3px solid var(--highlights-color);
  border-bottom: 3px solid var(--highlights-color);
  padding: 80px 100px;
}

.section.bg-watermark {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/fulllogo_transparent_nobuffer.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 50%;
  background-attachment: scroll, fixed;
}

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

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

.logo-img {
  object-fit: contain;
  height: 16vh;
}

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

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

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

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

.link.black {
  color: #333;
  font-size: 17px;
  line-height: 1.3;
}

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

.impdat-2.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

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

.grid_4er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 25% 25% 25% 25%;
  width: 100%;
}

.section-24 {
  padding-right: 0;
}

.image-wrapper {
  height: 45vh;
}

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

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

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

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

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

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

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

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

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

.spacer {
  height: 20px;
}

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

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

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

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

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.spacer-large {
  height: 80px;
}

.background-overealy {
  opacity: .35;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.watermark-image {
  object-fit: contain;
  width: 28%;
}

.z-index {
  z-index: 10;
  position: relative;
}

.lottie-animation {
  z-index: -1;
  opacity: .5;
  width: 50vh;
  position: absolute;
  inset: auto auto -5% -4%;
}

.heading-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.divider-large {
  width: 30vw;
  height: 4px;
}

.divider-large.highlights-2 {
  width: 25vw;
}

.gold {
  background-color: var(--highlights-color);
}

.heading-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.inner-padding {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/christina-wocintechchat-com-eF7HN40WbAQ-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 180px 10rem;
}

._2er-grid-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.aktuelles-article {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.imaeg-wrapper-40vh {
  width: 100%;
  height: 40vh;
}

.heading-links1 {
  text-align: left;
}

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

.list-heading.heading-2.numebred {
  list-style-type: decimal;
}

.lower-button {
  justify-content: flex-end;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.div-btn:hover {
  background-color: #292929;
}

.div-btn.heading-2.hauptfarbe {
  text-decoration: none;
}

.div-btn.heading-2.hauptfarbe:hover {
  background-color: var(--highlights-color);
}

.fwd-icon {
  object-fit: contain;
  width: 1rem;
}

.btn-txt {
  margin-bottom: 0;
}

.top-btn {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 80px;
  display: flex;
}

.bck-icon {
  object-fit: contain;
  width: 1rem;
  transform: rotate(180deg);
}

.flex-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.grid_3er-gallery {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

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

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 0;
  transform: translate(0, 50px);
}

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

  .div-block-34 {
    width: 110px;
  }

  .paragraph-8, .link-3 {
    font-size: 13px;
  }

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

  .link-4 {
    font-size: 13px;
  }

  .grid-6 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 13px;
  }

  .section-6 {
    justify-content: space-between;
    padding-left: 0;
    display: block;
  }

  .div-block-33 {
    width: auto;
    padding-left: 0;
  }

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

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

  .success_block.highlights {
    padding: 60px;
  }

  .heading-success {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .grid-7 {
    grid-column-gap: 10px;
    grid-template-columns: .75fr .5fr .75fr .75fr .5fr;
    justify-content: space-between;
    justify-items: start;
    margin-left: 40px;
  }

  .inhalt-mittig1 {
    padding-bottom: 20px;
  }

  .terminbutton.highlights-2.heading-2 {
    margin-top: 10px;
    font-size: 14px;
  }

  .terminbutton.heading-1.highlights-2 {
    margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
  }

  .impdat {
    padding: 60px;
  }

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

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

  .video-2 {
    height: 80vh;
  }

  .angebot2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

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

  .label3.abstand-nach-oben.heading-2 {
    margin-top: 0;
  }

  .wrap-inhalt3 {
    width: 100%;
  }

  .paragraph-mittig1 {
    align-self: center;
  }

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

  .men.hauptfarbe {
    background-color: var(--secondry-light_color);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.heading-1 {
    color: #333;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .men-button3.w--open {
    background-color: #fff;
  }

  .men-button3.hauptfarbe {
    background-color: var(--main-color);
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .men-button3.hauptfarbe.w--open {
    background-color: var(--main-color);
  }

  .menu-icon-3 {
    color: #fff;
  }

  .titelvideo-unterseiten {
    height: 60vh;
    padding-left: 0;
    padding-right: 0;
  }

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

  .textblock-video {
    height: 100%;
    padding: 20px;
  }

  .slogan3.heading-1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .content-wrap {
    width: 100%;
    margin-bottom: 0;
  }

  .heading-mitig1.heading-1 {
    margin-top: 0;
    font-size: 30px;
  }

  .inhalt-mittig3.zweitfarbe, .inhalt-mittig3.zweitfarbe.relative, .inhalt-mittig3.hauptfarbe, .inhalt-mittig3.bg-watermark, .inhalt-mittig3.bg-watermark.zweitfarbe {
    padding: 60px;
  }

  ._3er_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.25fr;
    margin-bottom: 10px;
    display: flex;
  }

  ._3er_grid.no_bottom_margin {
    margin-bottom: 0;
  }

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

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

  .footer.hauptfarbe {
    padding: 30px 60px;
  }

  .inhalt-gro-e-abst-nde {
    padding: 60px 10px;
  }

  .inhalt-gro-e-abst-nde.zweitfarbe {
    padding: 60px;
  }

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

  .blocks {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blocks.zweitfarbe {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .office-image {
    background-image: none;
    width: 100%;
    height: 45vh;
    margin-bottom: 20px;
  }

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

  .wrap-overlayed {
    width: 100%;
    margin-top: 30px;
  }

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

  .subheading-mittig3.heading-2 {
    line-height: 1.3;
  }

  .subheading-mittig3.heading-2.is-small {
    font-size: 20px;
  }

  .error-message {
    width: auto;
  }

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

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

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

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

  .text-field {
    text-align: left;
    height: 7vh;
    padding: 10px 15px;
  }

  .text-field.cc-textarea {
    height: 13vh;
    margin-bottom: 10px;
  }

  .titelvideo-start {
    height: 65vh;
  }

  .block-farbig.highlights.effekt {
    box-shadow: none;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: static;
    top: 0;
    left: 0;
    overflow: visible;
  }

  .block-farbig.hauptfarbe {
    margin-bottom: 0;
  }

  .galerie-bild {
    height: 45vh;
  }

  .div-block-effekt-text {
    border: 1.5px solid var(--highlights-color);
    opacity: 100;
    color: #000;
    background-color: #ffffff80;
  }

  .feature-image-mask {
    justify-content: space-between;
    width: 100%;
    height: 60vh;
    margin-right: 0;
  }

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

  .inhalt-nebeneinander1 {
    flex-direction: column;
    width: 90vw;
  }

  .inhalt-nebeneinander1.is-invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

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

  .inhalt-untereinander1 {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
  }

  .heading-klein-links.heading-2 {
    text-align: center;
    margin-top: 0;
    font-size: 22px;
  }

  .heading-klein-links.heading-2.farbe-der-headings {
    margin-bottom: 20px;
  }

  .heading-klein-links.heading-2.left {
    text-align: left;
  }

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

  .feature-image.is-vh {
    height: 70vh;
  }

  .section.bg-watermark {
    padding: 60px;
  }

  .logo-img {
    height: 13vh;
  }

  .link.black {
    font-size: 16px;
  }

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

  .image-wrapper {
    height: 50vh;
  }

  .grid_footer {
    flex-flow: row;
    justify-content: space-between;
    place-items: flex-start center;
    display: flex;
  }

  .text_wrap_links {
    text-align: center;
  }

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

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

  .spacer-large {
    height: 20px;
  }

  .divider-large.gold {
    width: 25vw;
  }

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

  .inner-padding {
    padding: 60px;
  }

  .inner-padding.is-height {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 55vh;
    display: flex;
  }

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

  ._2er-grid-content.is-invert {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

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

  .imaeg-wrapper-40vh {
    height: 45vh;
  }

  .heading-links1.heading-1 {
    margin-top: 10px;
    font-size: 30px;
  }

  .list-heading.heading-2.numebred {
    font-size: 22px;
  }

  .lower-button {
    margin-top: 60px;
  }

  .div-btn.heading-2.hauptfarbe {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
  }

  .fwd-icon {
    width: .8rem;
  }

  .btn-txt {
    font-size: 14px;
  }

  .top-btn {
    margin-bottom: 60px;
  }

  .bck-icon {
    width: .8rem;
  }

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

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

  .grid_3er-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .text-links_blog.flie-text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-34 {
    width: 153.531px;
  }

  .paragraph-8, .link-3 {
    margin-left: 0;
  }

  .div-block-37 {
    width: 153.531px;
  }

  .link-4 {
    margin-left: 0;
  }

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

  .section-6 {
    flex-direction: column;
    display: block;
  }

  .div-block-33 {
    align-items: flex-start;
    width: 153.531px;
    padding-left: 0;
    display: flex;
  }

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

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

  .success_block.highlights {
    padding: 40px;
  }

  .heading-success {
    font-size: 22px;
    line-height: 1.3;
  }

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

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .terminbutton.highlights-2.heading-2 {
    font-size: 13.5px;
    line-height: 1.7;
  }

  .terminbutton.heading-1.highlights-2 {
    font-size: 11px;
    line-height: 1.2;
  }

  .impdat {
    padding: 40px;
  }

  .impdatfooter, .impressum2 {
    text-align: left;
  }

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

  .video-2 {
    height: 70vh;
  }

  .angebot2 {
    height: auto;
  }

  .bild-auftauchen2 {
    width: 100%;
    max-height: none;
  }

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

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

  .navlink.heading-1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
  }

  .men-button3.hauptfarbe {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .titelvideo-unterseiten {
    height: 50vh;
  }

  .slogan3 {
    font-size: 40px;
    line-height: 45px;
  }

  .slogan3.heading-1 {
    font-size: 30px;
    line-height: 1.2;
  }

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

  .inhalt-mittig3.zweitfarbe, .inhalt-mittig3.zweitfarbe.relative, .inhalt-mittig3.hauptfarbe, .inhalt-mittig3.bg-watermark, .inhalt-mittig3.bg-watermark.zweitfarbe {
    padding: 40px;
  }

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

  .heading-mittig-klein1.heading-2 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  .footer.hauptfarbe {
    flex-flow: column;
    padding: 20px;
  }

  .inhalt-gro-e-abst-nde {
    padding: 40px 20px;
  }

  .inhalt-gro-e-abst-nde.zweitfarbe {
    padding: 40px;
  }

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

  .blocks.zweitfarbe {
    box-shadow: 2px 2px 8px -4px #32231d;
  }

  .office-image {
    height: 40vh;
  }

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

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

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

  .subheading-mittig3.heading-2.is-small {
    font-size: 18px;
  }

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

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

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

  .form-wrap {
    padding-bottom: 15px;
  }

  .text-field {
    height: 6.5vh;
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .text-field.cc-textarea {
    height: 12vh;
  }

  .titelvideo-start {
    height: 55vh;
  }

  .block-farbig.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .galerie-bild {
    height: 40vh;
  }

  .feature-image-mask {
    height: 50vh;
    margin-right: 0;
  }

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

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

  .inhalt-untereinander1 {
    padding-right: 0;
  }

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

  .heading-klein-links.heading-2.farbe-der-headings {
    font-size: 22px;
  }

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

  .feature-image.is-vh {
    height: 60vh;
  }

  .section.bg-watermark {
    padding: 40px;
  }

  .logo-img {
    height: 12vh;
  }

  .maps-gro-2 {
    height: 400px;
  }

  .maos-footer {
    height: 100px;
  }

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

  .impdat-2.flie-text {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    min-height: auto;
  }

  .grid_4er {
    flex-flow: column;
    display: flex;
  }

  .image-wrapper {
    height: 45vh;
  }

  .grid_footer {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_blcok {
    text-align: center;
  }

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

  .spacer {
    height: 10px;
  }

  .spacer-large {
    height: 15px;
  }

  .heading-center {
    margin-bottom: 15px;
  }

  .divider-large.gold {
    width: 30vw;
  }

  .heading-left {
    margin-bottom: 15px;
  }

  .inner-padding {
    padding: 40px;
  }

  .inner-padding.is-height {
    height: 50vh;
  }

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

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

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

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

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

  .lower-button {
    margin-top: 40px;
  }

  .div-btn.heading-2.hauptfarbe {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
    line-height: 1.3;
  }

  .btn-txt {
    font-size: 13px;
  }

  .top-btn {
    margin-bottom: 40px;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

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

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

  .grid-6 {
    justify-content: start;
  }

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

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

  .success_block.highlights {
    padding: 20px;
  }

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

  .grid-7 {
    justify-content: start;
  }

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

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

  .terminbutton.highlights-2.heading-2 {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
  }

  .terminbutton.heading-1.highlights-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
  }

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .telefonnummer1.flie-text, .email.flie-text {
    text-align: center;
  }

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

  .video-2 {
    background-image: url('../images/2_1.webp'), linear-gradient(#0000, #0000);
    background-position: 50% 101%, 0 0;
  }

  .speise-karte-downloaden.highlights.flie-text {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .label3.heading-2 {
    font-size: 14px;
  }

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

  .navlink.heading-1 {
    font-size: 13px;
    line-height: 1.2;
  }

  .men-button3.hauptfarbe {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelvideo-unterseiten {
    height: 45vh;
    padding-left: 0;
    padding-right: 0;
  }

  .textblock-video {
    padding: 15px;
  }

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

  .slogan3.heading-1 {
    margin-top: 5px;
    font-size: 25px;
    line-height: 1.1;
  }

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

  .inhalt-mittig3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inhalt-mittig3.zweitfarbe, .inhalt-mittig3.zweitfarbe.relative, .inhalt-mittig3.hauptfarbe, .inhalt-mittig3.bg-watermark, .inhalt-mittig3.bg-watermark.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._3er_grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 5px;
  }

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

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

  .heading-footer3.heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .footer.hauptfarbe {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inhalt-footer3.flie-text {
    text-align: center;
  }

  .inhalt-gro-e-abst-nde, .inhalt-gro-e-abst-nde.zweitfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blocks {
    min-width: 200px;
  }

  .blocks.zweitfarbe {
    min-width: auto;
    padding: 15px;
    box-shadow: 2px 2px 6px -3px #32231d;
  }

  .office-image {
    height: 35vh;
  }

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

  .wrap-overlayed {
    margin-top: 10px;
  }

  .subheading-mittig3.heading-2 {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .subheading-mittig3.heading-2.is-small {
    font-size: 16px;
  }

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

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

  .form-wrap {
    padding-bottom: 10px;
  }

  .text-field {
    height: 6vh;
    padding: 8px 10px;
  }

  .text-field.cc-textarea {
    height: 11vh;
  }

  .titelvideo-start {
    height: 50vh;
  }

  .block-farbig.highlights.effekt {
    width: 100%;
    height: 100%;
    position: static;
  }

  .block-farbig.hauptfarbe {
    padding: 15px;
  }

  .galerie-bild {
    height: 35vh;
  }

  .bold-text-10 {
    font-size: 25px;
    line-height: 30px;
  }

  .feature-image-mask {
    height: 45vh;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .inhalt-nebeneinander1.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .inhalt-untereinander1 {
    padding-right: 0;
  }

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

  .heading-klein-links.heading-2.farbe-der-headings {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .feature-image.is-vh {
    height: 45vh;
  }

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

  .logo-img {
    height: 10vh;
  }

  .maps-gro-2 {
    height: 300px;
  }

  .link.black {
    font-size: 14px;
  }

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

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

  .image-wrapper {
    height: 40vh;
  }

  .grid_footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer_blcok {
    text-align: center;
  }

  .spacer {
    height: 5px;
  }

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

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

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

  .spacer-large {
    height: 10px;
  }

  .heading-center {
    margin-bottom: 10px;
  }

  .divider-large.gold {
    width: 40vw;
  }

  .heading-left {
    margin-bottom: 10px;
  }

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

  .inner-padding.is-height {
    height: 45vh;
  }

  ._2er-grid-content, ._2er-grid-content.is-invert {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .imaeg-wrapper-40vh {
    height: 35vh;
  }

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

  .list-heading.heading-2.numebred {
    padding-left: 20px;
    font-size: 18px;
  }

  .lower-button {
    margin-top: 20px;
  }

  .div-btn.heading-2.hauptfarbe {
    font-size: 12px;
    line-height: 1.2;
  }

  .fwd-icon {
    width: .7rem;
  }

  .btn-txt {
    font-size: 12px;
  }

  .top-btn {
    margin-bottom: 20px;
  }

  .bck-icon {
    width: .7rem;
  }

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

#w-node-_6c0b5d28-da25-5e33-9a32-bae3cfc4f1f8-9924d907 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b0e8-9924d907 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b0ef-9924d907 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b103-9924d907, #w-node-d6c12c8b-1ff5-d97a-7261-1bd133e427cc-9924d93f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e4f705b-efe3-f07d-5d72-55e334189ef9-9924d93f, #w-node-_58699fa6-c113-ea7b-50c7-803fac9fa5ec-9924d93f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_492b89ae-52bf-7e88-ec05-2709af0f7c8c-9924d93f, #w-node-abaafbcb-e769-2b5f-610c-cea6388c378f-9924d93f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b2d27d-86a0-ac9f-de5c-25e133cf6148-9924d93f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cf8c5336-4165-a6ce-4bfc-57ca2b150d24-9924d954 {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-c8a088ff-64a2-5507-30ad-c91ef4b9b0ef-9924d907 {
    grid-column: span 1 / span 1;
  }

  #w-node-a6a40dab-e903-c94f-b024-df1cd8f45816-9924d907 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1e4f705b-efe3-f07d-5d72-55e334189ef9-9924d93f, #w-node-_58699fa6-c113-ea7b-50c7-803fac9fa5ec-9924d93f, #w-node-e0b2d27d-86a0-ac9f-de5c-25e133cf6148-9924d93f {
    grid-column: span 1 / span 1;
  }

  #w-node-_49aa6da2-42d3-6309-d04b-bc62197e0477-9924d941 {
    justify-self: center;
  }

  #w-node-cf8c5336-4165-a6ce-4bfc-57ca2b150d24-9924d954 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55138231-7bce-ceb7-9fab-f694b13a362f-9924d968 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83040f80-4572-4890-7c15-c28e8d86c060-8d86c05e, #w-node-_83040f80-4572-4890-7c15-c28e8d86c069-8d86c05e {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Aatmospheric';
  src: url('../fonts/aAtmospheric.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Garda';
  src: url('../fonts/Garda.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Formula';
  src: url('../fonts/Formula.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nominee';
  src: url('../fonts/Nominee-Medium1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nominee';
  src: url('../fonts/Nominee-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nominee';
  src: url('../fonts/Nominee-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hyrbo';
  src: url('../fonts/Hyrbo-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}