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

:root {
  --main: #9a9ca9;
  --highlights: #1a3157;
  --white: white;
  --light-grey: #b4b4b4;
  --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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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.avif');
  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;
  width: 220px;
}

.logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.logo.zweitfarbe {
  background-color: #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text.wiess {
  color: var(--white);
  text-align: center;
}

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

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

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

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

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

.flie-text.weit {
  color: var(--white);
}

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

.farbe2-headings {
  color: var(--light-grey);
  line-height: 1.3;
}

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

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

.navbar-section {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.nav-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.nav-link.flie-text {
  border-bottom: 2px solid #0000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link.flie-text:hover {
  border-bottom-color: var(--white);
  color: var(--white);
}

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

.navbar-main {
  width: 100%;
}

.navbar-main.highlights {
  z-index: 1000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.titelvideo-start {
  height: 100vh;
  position: relative;
}

.div-block-video {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading {
  font-size: 30px;
  line-height: 1.5;
}

.subheading.heading-3 {
  font-size: 26px;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  border: 3px #fff;
  margin-top: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

.slogan1.heading-1 {
  text-transform: none;
  border-style: none;
  font-size: 40px;
  line-height: 1.3;
}

.slogan1.heading-1.big {
  font-size: 55px;
}

.buchstabe-hintergrund {
  z-index: -5;
  margin-top: -10px;
  margin-bottom: -35px;
  font-size: 100px;
  line-height: 35px;
  position: relative;
}

.terminbtn {
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

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

.terminbtn.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

.terminbtn.highlights.heading-2 {
  border-radius: 5px;
  transition: all .2s;
}

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

.effekt-balken4 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.effekt-balken2 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-links {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

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

.text-links.flie-text.weit {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  overflow-wrap: anywhere;
  flex-flow: column;
  display: flex;
}

.text-links.flie-text.no-padding {
  margin-bottom: 0;
}

.text-links.flie-text.no-padding.bottom {
  margin-bottom: 5px;
}

.effekt-overlay {
  z-index: 2;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.inhalt-effekt {
  padding-left: 0;
  padding-right: 0;
}

.inhalt-effekt.effekt-versuch {
  position: relative;
}

.inhalt-effekt.effekt-versuch._1.kleineres-bild {
  height: 75vh;
}

.inhalt-effekt.effekt-versuch {
  color: #fff;
  height: 100%;
  position: relative;
}

.inhalt-effekt.effekt-versuch._1 {
  height: 50vh;
}

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

.inhalt-untereinander.large-2 {
  background-color: #e9e9e982;
  border-radius: 15px;
  width: 70%;
  margin-top: 40px;
  padding: 40px;
}

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

.effekt-balken1 {
  z-index: 3;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.effekt-balken3 {
  background-color: #fff;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.divblock-bild.auf500 {
  border-radius: 15px;
  height: 90vh;
}

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

.section-mittig.zweitfarbe {
  color: #333;
}

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

.section-mittig.highlights.bottom {
  padding-bottom: 40px;
}

.section-mittig.gradient {
  background-image: linear-gradient(180deg, var(--highlights) 26%, white 74%);
}

.section-mittig.gradient.invety {
  background-image: linear-gradient(0deg, var(--highlights) 26%, white 74%);
}

.section-mittig.nospace {
  padding-top: 40px;
}

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

.effekt-inlay {
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.heading-links {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 170%;
}

.heading-links.heading-1 {
  z-index: 5;
  margin-bottom: 20px;
  line-height: 1.5;
  position: relative;
}

.heading-links.heading-1.farbe2-headings.mit {
  text-align: center;
}

.heading-links.heading-1.wh {
  color: #fff;
}

._2-3-grid {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr;
  width: 100%;
}

._2-3-grid.auto {
  grid-template-columns: .75fr .75fr;
}

.text-mittig-effekt {
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-mittig-effekt.gro {
  font-size: 25px;
  line-height: 150%;
}

.heading-links-klein1 {
  text-align: left;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.heading-mittig1.heading-2 {
  overflow-wrap: anywhere;
}

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

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

.text-mittig.flie-text.white {
  color: #fff;
}

.bild-section-cover1 {
  color: #fff;
  background-image: linear-gradient(#00000069, #00000069), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 100px;
  display: flex;
  position: static;
}

.div-block-footer {
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  padding-bottom: 0;
  display: flex;
}

.footer {
  padding: 20px 140px;
}

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

.inhalt-footer {
  height: 100%;
  margin-left: 10px;
  margin-right: 10px;
}

.titelvideo-unterseite {
  height: 70vh;
  position: relative;
}

.section-gro-e-abst-nde {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px;
  display: flex;
}

.section-gro-e-abst-nde.bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-433308.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-block1 {
  width: 50vw;
  position: relative;
}

.galerie-img1 {
  object-fit: cover;
  width: 100%;
  height: 45vh;
}

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

.impdata {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 40px;
  display: flex;
}

.impdata.wrapp {
  overflow-wrap: anywhere;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 100px;
  padding-bottom: 100px;
  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-size: 32px;
}

.hero {
  margin-left: 0;
}

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

.subheading-mittig3.heading-2.weit {
  color: var(--white);
}

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

.link {
  color: var(--white);
  text-decoration: none;
  display: block;
}

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

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

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

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

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

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

.card-item {
  border-radius: 15px;
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.spacer {
  height: 20px;
}

.spacer.large {
  height: 30px;
}

._2-1-grid {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 40px;
}

.leistungen-block {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.leistungen-block.highlights {
  color: var(--white);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px #ffffff80;
}

.leistungen-block.highlights.relativ {
  position: relative;
  left: 50%;
}

.leistungen-block.hauptfarbe.relativ {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
}

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

.socials {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: 35% 1% 35% auto;
}

.icon-small {
  object-fit: contain;
  width: 2.5rem;
  position: static;
}

.link-social {
  background-color: var(--white);
  border-radius: 50%;
}

.button-grid {
  grid-template-rows: auto;
  place-items: center stretch;
}

.sekund-rer-cta {
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  line-height: 22px;
}

.sekund-rer-cta:hover {
  background-color: #292929;
}

.sekund-rer-cta.highlights {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.sekund-rer-cta.highlights:hover {
  background-color: #161616;
}

.sekund-rer-cta.highlights.heading-2 {
  background-color: var(--white);
  color: var(--highlights);
  border-radius: 5px;
  transition: all .2s;
}

.sekund-rer-cta.highlights.heading-2:hover {
  background-color: var(--main);
  color: var(--white);
}

.quick-stack {
  width: 80%;
}

.karte-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  font-weight: 700;
}

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

.verticle-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

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

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

.service-image {
  border-radius: 10px;
  width: 100%;
  height: 40vh;
  margin-bottom: 20px;
  overflow: hidden;
}

.button-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.leistungen-block-top {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.leistungen-block-top.highlights {
  color: var(--white);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px #ffffff80;
}

.leistungen-block-top.highlights.relativ {
  position: relative;
  left: 50%;
}

.leistungen-block-top.hauptfarbe.relativ {
  width: 100%;
  height: 100%;
  position: relative;
  left: 50%;
}

.divblock-image {
  border-radius: 15px;
}

.divblock-bild-team {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 15px;
  width: 100%;
  height: 75vh;
}

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

.lightbox-link, .code-embed {
  width: 100%;
  height: 100%;
}

.cards {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.cards.highlights {
  color: var(--white);
  border: 1px solid #fff;
  box-shadow: 0 2px 5px #ffffff80;
}

.icon-50px {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

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

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

.heading-mittig1-1 {
  z-index: 5;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.heading-mittig1-1.heading-2 {
  overflow-wrap: anywhere;
}

.utility-pag {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.error-heading {
  font-size: 32px;
}

.paragraph_center {
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
}

.paragraph_center.flie-text {
  line-height: 1.5;
}

.list-item {
  overflow-wrap: anywhere;
}

.image-100-round {
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

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

.list {
  font-size: 16px;
}

.list.flie-text.adj {
  padding-left: 40px;
}

.image-error-2 {
  object-fit: contain;
  height: 45vh;
}

.image-error-2.invert {
  filter: contrast(200%) invert();
}

.wrapp {
  overflow-wrap: anywhere;
}

.submit-button1 {
  margin-top: 10px;
}

.submit-button1.highlights.flie-text {
  font-size: 16px;
}

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

.select-field {
  color: #949494;
  background-color: #fff;
}

.text-field {
  height: 40px;
  margin-top: 5px;
}

.text-field.big {
  height: 90px;
  padding-top: 12px;
  padding-bottom: 80px;
}

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

.link-formular {
  font-weight: 700;
  text-decoration: none;
}

.link-formular.farbe-der-headings {
  color: var(--highlights);
}

.form-text.flie-text {
  color: #333;
  font-size: 16px;
}

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

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

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

  .logo.w--current {
    width: 100%;
  }

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

  .divblock1 {
    padding-bottom: 20px;
  }

  .container {
    min-width: 100%;
  }

  .nav-men {
    background-color: var(--highlights);
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .men-buttton.hauptfarbe.w--open {
    background-image: linear-gradient(#383838, #383838);
  }

  .men-buttton.hauptfarbe {
    background-color: var(--highlights);
    text-align: center;
    width: 100%;
    padding: 16px;
    font-size: 22px;
  }

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

  .nav-link.flie-text {
    text-align: center;
    border-bottom-style: none;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    font-size: 15px;
  }

  .nav-link.flie-text:hover, .nav-link.flie-text.w--current {
    color: var(--main);
  }

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

  .men-icon {
    color: #fff;
  }

  .titelvideo-start {
    height: auto;
  }

  .div-block-video {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 50vh;
    padding: 60px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .subheading.heading-2 {
    margin-top: 10px;
    font-size: 25px;
    line-height: 1.3;
  }

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

  .slogan1.heading-1 {
    text-align: center;
    margin-top: 0;
    font-size: 35px;
  }

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

  .terminbtn.highlights.heading-2 {
    padding: 9px 15px;
    line-height: 1.5;
  }

  .terminbtn.hauptfarbe {
    margin-bottom: 0;
    padding: 9px 15px;
    line-height: 1.5;
  }

  .effekt-balken4, .effekt-balken2 {
    width: 90%;
  }

  .text-links.flie-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .text-links.flie-text.weit, .text-links.flie-text.no-padding {
    font-size: 15px;
  }

  .effekt-overlay {
    padding: 20px;
    position: relative;
  }

  .inhalt-effekt.effekt-versuch {
    min-height: 400px;
  }

  .inhalt-effekt.effekt-versuch._1.kleineres-bild {
    height: auto;
  }

  .inhalt-effekt.effekt-versuch._1 {
    min-height: auto;
  }

  .inhalt-untereinander {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .inhalt-untereinander.large-2 {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
  }

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

  .effekt-balken1 {
    background-color: #fff;
    height: 90%;
  }

  .effekt-balken3 {
    height: 90%;
  }

  .divblock-bild.auf500 {
    width: 50%;
    height: 55vh;
  }

  .section-mittig {
    justify-content: center;
    align-items: center;
    padding: 60px;
    display: flex;
  }

  .section-mittig.highlights, .section-mittig.highlights.bottom {
    padding: 60px;
  }

  .section-mittig.gradient {
    padding: 30px;
  }

  .section-mittig.nospace {
    justify-content: center;
    align-items: center;
    padding: 60px;
  }

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

  .effekt-inlay {
    min-height: 30vh;
  }

  .heading-links.heading-1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .heading-links.heading-1.farbe2-headings {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
  }

  .heading-links.heading-1.farbe2-headings.mit {
    margin-bottom: 10px;
  }

  .heading-links.heading-1.wh {
    text-align: center;
  }

  ._2-3-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    display: flex;
  }

  ._2-3-grid.wrapp-down {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .text-mittig-effekt {
    font-size: 22px;
  }

  .text-mittig-effekt.gro.heading-1 {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.3;
  }

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

  .heading-mittig1.heading-2 {
    margin-top: 0;
    font-size: 25px;
  }

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

  .bild-section-cover1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-footer {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer.highlights {
    padding: 40px;
  }

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

  .inhalt-footer {
    margin-left: 0;
  }

  .titelvideo-unterseite {
    text-align: center;
    height: auto;
    min-height: 50vh;
  }

  .section-gro-e-abst-nde {
    padding: 50px 5%;
  }

  .section-gro-e-abst-nde.zweitfarbe, .section-gro-e-abst-nde.bg {
    padding: 60px;
  }

  .maps {
    height: 50vh;
  }

  .impdata {
    padding: 60px;
  }

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

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

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

  .heading-success.heading-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

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

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

  .card-item {
    height: 30rem;
  }

  .spacer.large {
    height: 20px;
  }

  ._2-1-grid {
    margin-top: 20px;
  }

  .leistungen-block.highlights {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .leistungen-block.highlights.relativ {
    left: 0%;
  }

  .leistungen-block.hauptfarbe {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .leistungen-block.hauptfarbe.relativ {
    left: 0%;
  }

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

  .socials {
    top: auto;
    bottom: 5px;
    right: 5px;
  }

  .icon-small {
    width: 2.2rem;
  }

  .sekund-rer-cta.highlights.heading-2 {
    padding: 9px 15px;
    line-height: 1.5;
  }

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

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

  .verticle-line {
    width: 100%;
    height: 1px;
  }

  .titelbild {
    position: absolute;
    inset: 0%;
  }

  .section-center {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 40px;
    display: flex;
  }

  .leistungen-block-top.highlights {
    padding: 20px;
  }

  .leistungen-block-top.highlights.relativ {
    left: 0%;
  }

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

  .leistungen-block-top.hauptfarbe {
    padding: 20px;
  }

  .leistungen-block-top.hauptfarbe.relativ {
    justify-content: flex-start;
    align-items: center;
    left: 0%;
  }

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

  .divblock-image {
    height: 55vh;
  }

  .divblock-image.auto, .divblock-bild-team {
    height: auto;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
    margin-top: 0;
  }

  .cards.highlights, .cards.hauptfarbe {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .icon-50px {
    width: 40px;
    height: 40px;
  }

  ._3-1-grid-40 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
  }

  .section-mittig4 {
    justify-content: center;
    align-items: center;
    padding: 60px;
    display: flex;
  }

  .heading-mittig1-1.heading-2 {
    text-align: center;
    font-size: 25px;
  }

  .utility-pag.highlights {
    padding: 60px;
  }

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

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

  .image-100-round.top {
    object-position: 50% 30%;
  }

  .list.flie-text {
    text-align: left;
    overflow-wrap: anywhere;
    font-size: 15px;
  }

  .list.flie-text.adj {
    padding-left: 40px;
  }

  .code-embed-2 {
    width: 100%;
  }

  .image-error-2 {
    height: 40vh;
  }

  .text-field.big {
    padding-top: 20px;
  }

  .form-text.flie-text, .text-block {
    font-size: 15px;
  }
}

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

  .telefonnummer {
    text-align: center;
    display: block;
  }

  .email, .adresse {
    text-align: center;
  }

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

  .divblock1 {
    height: auto;
  }

  .men-buttton.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

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

  .div-block-video {
    width: 100%;
    min-height: 18rem;
    padding: 40px;
  }

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

  .slogan1.heading-1, .slogan1.heading-1.big {
    font-size: 30px;
  }

  .buchstabe-hintergrund {
    font-size: 70px;
  }

  .terminbtn.highlights.heading-2 {
    margin-top: 0;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.3;
  }

  .terminbtn.hauptfarbe {
    margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .text-links.flie-text, .text-links.flie-text.weit, .text-links.flie-text.no-padding {
    font-size: 14px;
  }

  .inhalt-effekt.effekt-versuch._1 {
    height: auto;
  }

  .inhalt-untereinander.large-2 {
    margin-top: 10px;
  }

  .divblock-bild.auf500 {
    height: 22rem;
  }

  .section-mittig, .section-mittig.zweitfarbe, .section-mittig.highlights, .section-mittig.highlights.bottom {
    padding: 40px;
  }

  .section-mittig.gradient {
    padding: 20px;
  }

  .section-mittig.nospace {
    padding: 40px;
  }

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

  .effekt-inlay {
    min-height: 5rem;
  }

  .heading-links.heading-1 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
  }

  .heading-links.heading-1.farbe2-headings {
    font-size: 22px;
  }

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

  ._2-3-grid.wrapp-down {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-mittig-effekt {
    letter-spacing: 7px;
    font-size: 18px;
  }

  .text-mittig-effekt.gro.heading-1 {
    font-size: 20px;
  }

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

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

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

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

  .bild-section-cover1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer.highlights {
    padding: 20px;
  }

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

  .titelvideo-unterseite {
    min-height: 18rem;
  }

  .titelvideo-unterseite._25rem {
    height: 25rem;
  }

  .section-gro-e-abst-nde.zweitfarbe, .section-gro-e-abst-nde.bg {
    padding: 40px;
  }

  .maps {
    height: 20rem;
  }

  .impdata {
    padding: 40px;
  }

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

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

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

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

  .hero {
    margin-left: 0;
  }

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

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

  .link {
    display: block;
  }

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

  .spacer.large {
    height: 10px;
  }

  ._2-1-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .leistungen-block.hauptfarbe {
    text-align: center;
  }

  ._3-1-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 10px;
    display: flex;
  }

  .icon-small {
    width: 2rem;
  }

  .button-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sekund-rer-cta.highlights.heading-2 {
    width: 100%;
    margin-top: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 13px;
    line-height: 1.3;
  }

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

  .service-image {
    height: auto;
  }

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

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

  .icon-50px {
    width: 35px;
    height: 35px;
  }

  ._3-1-grid-40 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }

  .section-mittig4 {
    padding: 40px;
  }

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

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

  .utility-pag.highlights {
    padding: 40px;
  }

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

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

  .image-100-round.contain {
    height: 18rem;
  }

  .list.flie-text {
    padding-left: 30px;
    font-size: 14px;
  }

  .list.flie-text.adj {
    padding-left: 30px;
  }

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

  .image-error-2 {
    height: 15rem;
  }

  .submit-button1.highlights.flie-text {
    font-size: 14px;
  }
}

@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: 140px;
  }

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

  .flie-text {
    width: 100%;
  }

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

  .nav-men {
    width: 100%;
  }

  .men-buttton.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .nav-link.flie-text {
    padding: 10px;
    font-size: 13.5px;
  }

  .div-block-video {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheading.heading-2 {
    text-align: center;
    font-size: 18px;
  }

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

  .slogan1.heading-1, .slogan1.heading-1.big {
    font-size: 24px;
  }

  .terminbtn.highlights.heading-2 {
    padding: 8px 10px;
    font-size: 12px;
  }

  .terminbtn.hauptfarbe {
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.3;
  }

  .text-links.flie-text, .text-links.flie-text.weit, .text-links.flie-text.no-padding {
    font-size: 13.5px;
  }

  .text-links.flie-text.no-padding.bottom {
    margin-bottom: 10px;
  }

  .effekt-overlay {
    padding: 15px;
  }

  .inhalt-effekt.effekt-versuch {
    height: 50vh;
    min-height: auto;
  }

  .inhalt-untereinander.large-2 {
    padding: 15px;
  }

  .divblock-bild.auf500 {
    width: 100%;
    height: 20rem;
  }

  .section-mittig, .section-mittig.zweitfarbe, .section-mittig.highlights, .section-mittig.highlights.bottom, .section-mittig.nospace, .section-mittig.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .effekt-inlay {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  ._2-3-grid.wrapp-down {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-mittig-effekt {
    letter-spacing: 3px;
    font-size: 13px;
  }

  .text-mittig-effekt.gro.heading-1 {
    font-size: 18px;
  }

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

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

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

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

  .bild-section-cover1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .titelvideo-unterseite._25rem {
    height: 22rem;
  }

  .section-gro-e-abst-nde {
    padding: 40px 2%;
  }

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

  .maps {
    height: 18rem;
  }

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

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

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

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

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

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

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

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

  .card-item {
    height: 25rem;
  }

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

  .leistungen-block.highlights, .leistungen-block.hauptfarbe {
    padding: 15px;
  }

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

  .socials {
    bottom: 3px;
    right: 3px;
  }

  .icon-small {
    width: 1.8rem;
  }

  .button-grid {
    margin-left: auto;
    margin-right: auto;
  }

  .sekund-rer-cta.highlights.heading-2 {
    margin-top: 0;
    padding: 8px 10px;
    font-size: 12px;
  }

  .heading-mittig-klein.heading-1 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .section-center {
    padding: 20px;
  }

  .leistungen-block-top.highlights, .leistungen-block-top.hauptfarbe {
    padding: 15px;
  }

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

  .cards.highlights, .cards.hauptfarbe {
    padding: 15px;
  }

  .icon-50px {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  ._3-1-grid-40 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

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

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

  .utility-pag.highlights {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph_center {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph_center.flie-text {
    font-size: 13.5px;
  }

  .image-100-round.contain {
    height: 16rem;
  }

  .list.flie-text {
    padding-left: 20px;
    font-size: 13.5px;
  }

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

  .image-error-2 {
    height: 13rem;
  }

  .list-item-2 {
    width: 100%;
    margin-bottom: 5px;
  }

  .submit-button1.highlights.flie-text {
    font-size: 13.5px;
  }

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

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

#w-node-f3455365-103e-724d-d156-cc1d4963067c-28c6ce45 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-f3455365-103e-724d-d156-cc1d4963067c-28c6ce45 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e41f5dcf-750a-9733-80eb-2b884b3de413-28c6ce45, #w-node-_3a7ed30c-8129-852c-197d-d54b751e0d55-28c6ce78, #w-node-_4c1d430d-bae7-22da-8238-e24f4b3fc3c5-28c6ce7d, #w-node-_1bbaec08-6662-96d4-039c-6db52dfaa4f3-634f053c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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