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

:root {
  --main: #333;
  --secondry: #f9f9f9;
  --highlights: #00aeff;
  --secondry-dark: #b4b4b4;
  --white: white;
  --highlights-dark: #3d66ae;
  --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;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.utility-page-wrap {
  background-image: url('../images/5e959eb33ff0bb50fe9c62cc_5e4e799880743331e550192d_schloss-gold.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;
  width: 180px;
}

.logo {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  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;
}

.telefonnummer {
  margin-bottom: 0;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

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

.adresse {
  margin-bottom: 5px;
}

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

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

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

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

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

.farbe-der-headings {
  color: #333;
  line-height: 1.3;
}

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

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

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

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

.terminbutton.highlights.flie-text {
  margin-top: 20px;
}

.terminbutton.highlights.flie-text:hover {
  background-color: var(--main);
}

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

.farbe-headings-2 {
  color: var(--highlights);
  line-height: 1.3;
}

.drittefarbe {
  background-color: var(--secondry-dark);
  color: #fff;
}

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

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

.navbar-main {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  font-size: 14px;
  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:hover, .nav-link.flie-text.w--current {
  color: #3d66ae;
}

.navbar-wrap {
  width: 100%;
}

.logo-wei {
  filter: invert();
}

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

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-video1 {
  color: #fff;
  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: 40px;
  line-height: 45px;
}

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

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

.slogan1.heading-1 {
  border-style: none;
  line-height: 1.3;
}

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

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

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

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

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

.terminbutton-2.highlights.heading-2 {
  transition: all .2s;
}

.terminbutton-2.highlights.heading-2:hover {
  transform: scale(1.1);
}

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

.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-links1 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 180%;
}

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

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

.effekt-overlay.dark {
  background-image: linear-gradient(#00000080, #00000080);
}

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

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

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

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

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

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

.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 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/logo-removebg-preview-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

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

.section-mittig1.crystal-bg {
  background-image: url('../images/01KG4SJMD7YGCGTRCBY9C3K9A5_page-0001.webp');
  background-position: 0 0;
  background-size: cover;
}

.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;
  line-height: 170%;
}

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

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

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

.text-mittig-effekt1 {
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
}

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

.text-mittig-effekt1.heading-2 {
  z-index: 5;
  position: relative;
}

.heading-mittig1 {
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 1.3;
  position: relative;
}

.img-cover1 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.divider {
  width: 100px;
  height: 2px;
  margin-top: 0;
}

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

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

.text-mittig1.flie-text.adj {
  margin-top: 10px;
}

.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-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: flex;
}

.footer-2 {
  padding: 40px 140px;
}

.footer-2.hauptfarbe {
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

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

.maps1 {
  width: 100%;
  height: 70vh;
}

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

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

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

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

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

.hero {
  margin-left: 0;
}

.menu {
  z-index: 99;
  width: 100vw;
  height: 100vh;
  padding-top: 170px;
  padding-left: 0;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.menu_1 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 18px;
}

.txt_menu {
  z-index: 1;
  position: relative;
}

.menu_3 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 38px;
}

.link_block_menu {
  color: #1a1919;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #9c9c9c4d;
  border-left: 1px solid #0000000d;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-size: 2.2vw;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0;
}

.menu_2 {
  background-color: #1a1919;
  width: 35px;
  height: 1px;
  position: absolute;
  top: 28px;
}

.menu_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.navigation_background {
  z-index: 2;
  background-color: #fff;
  border-right: 1px solid #9c9c9c4d;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.logo_navbar {
  z-index: 98;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 7px;
  margin-left: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.img_menu {
  z-index: 0;
  position: absolute;
  inset: 0;
}

.img_menu.leistungen {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce789a6a22bc3b4735f_AdobeStock_172159077_visu-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.aktuelles {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd285ee640e2c6676a1_AdobeStock_307058274_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.home {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0ce8d9082338c965ebfd_AdobeStock_80037008_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.kontakt {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd2b6a480276a78b403_AdobeStock_168409302_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.galerie {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd4813a4960c3c467e4_AdobeStock_173208835_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.img_menu.team {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/608c0cd351dd0384d6b35013_AdobeStock_188613389_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hamburger {
  z-index: 100;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: 60px 40px auto auto;
}

.menu_item_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

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

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

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

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

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

.form1 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

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

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

.text_field {
  background-color: var(--white);
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 3.2rem;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  transition: all .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
  box-shadow: 0 11px 20px -5px #00000080;
}

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

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-textarea {
  height: 6.2rem;
}

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

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

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

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

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

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

.div-block-114 {
  display: none;
}

.ablaufplan-big-button-3 {
  z-index: 0;
  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;
  position: relative;
}

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

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

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

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

.top-bar {
  background-image: url('../images/01KG4SJMD7YGCGTRCBY9C3K9A5_page-0001.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-1.crystal-bg {
  padding-left: 140px;
  padding-right: 140px;
}

.section-1.crystal-bg.padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.crystal-bg {
  color: #333;
  background-image: url('../images/01KG4SJMD7YGCGTRCBY9C3K9A5_page-0001.webp');
  background-position: 0 0;
  background-size: cover;
}

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

.icon-wrapper {
  width: 20px;
}

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

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

.contact-text {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.v_flex {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading_center_small {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
}

.box-card {
  perspective: 1000px;
  color: #fff;
  width: 100%;
  height: 56vh;
  text-decoration: none;
  position: relative;
}

.right-side-2 {
  backface-visibility: hidden;
  transform-origin: 100%;
  width: 100%;
  transform-style: preserve-3d;
  background-color: #b4b4b4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0)translate(100%);
}

.card--wrapper {
  transform-origin: 100%;
  width: 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: none;
}

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

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

.left-side-3 {
  overflow-wrap: anywhere;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-_grid {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

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

.mail-block {
  color: #fff;
  background-color: #193154;
  border-radius: 0 0 40px 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -50px;
  padding: 10px 20px;
  display: none;
}

.text-block {
  z-index: 20;
  background-color: #f7f7f7;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.mail0icon {
  object-fit: contain;
  width: 28px;
}

.div {
  border-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.text-mittig1-2.flie-text {
  line-height: 1.5;
}

.teambild3 {
  object-fit: cover;
  width: 100%;
  height: 30vh;
}

.teambild3.contain {
  object-fit: contain;
}

.teambild3.contain.white {
  background-color: #fff;
}

.list {
  font-size: 16px;
}

.fixed-div {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 1% 40% auto;
}

.button-link {
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px #0003;
}

.icon {
  height: 3rem;
}

.heading-mittig {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 30px;
  line-height: 170%;
}

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

.slider {
  width: 100%;
  height: 30vh;
}

.left-arrow, .right-arrow {
  display: none;
}

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

.utility-pag.highlights {
  color: #fff;
}

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

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

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

.heading-mittig1-2 {
  text-align: center;
  margin-top: 10px;
  font-size: 40px;
  line-height: 44px;
}

.wrapp {
  overflow-wrap: anywhere;
}

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

.grid-3er.auto {
  grid-template-rows: minmax(1px, 1fr) auto;
}

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

.section {
  background-color: var(--secondry);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
}

.section.crystal-bg {
  background-image: url('../images/01KG4SJMD7YGCGTRCBY9C3K9A5_page-0001.webp');
  background-position: 0 0;
  background-size: cover;
}

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

.pop-up-wrap {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-wrap {
  background-color: var(--white);
  width: 50%;
  padding: 60px;
}

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

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

.cross-btn {
  background-color: var(--white);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: 15% 15% auto auto;
}

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

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.image-106 {
  width: 85px;
  height: 85px;
  position: absolute;
  inset: 0% auto auto 1%;
}

.image-106.left {
  width: 85px;
  height: 85px;
  inset: auto 0% 0% auto;
}

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

.modal1_component-4 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.modal1_content-wrapper-4 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/blue-teal-sand-paper.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.text-size-medium-4 {
  font-family: Roboto, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.show-mobile-landscape-3, .show-mobile-landscape {
  display: none;
}

.hide-mobile-landscape {
  filter: invert();
}

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.heading-4 {
  font-family: Roboto, sans-serif;
}

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

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

  .terminbutton.highlights.flie-text.auto {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .container {
    min-width: 100%;
  }

  .nav-men.hauptfarbe {
    background-image: linear-gradient(#00000080, #00000080);
    background-color: var(--highlights);
    background-image: none;
    padding: 10px;
    position: absolute;
  }

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

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    padding: 15px;
    font-size: 22px;
  }

  .nav-link.flie-text {
    text-align: center;
    padding: 15px;
    font-size: 15px;
  }

  .men-icon1 {
    color: #fff;
  }

  .titelvideo-start-1 {
    height: 70vh;
  }

  .titelvideo1 {
    justify-content: center;
    width: 100%;
    padding-bottom: 0;
  }

  .div-block-video1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 60px;
    display: flex;
    inset: 0%;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 25px;
  }

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

  .terminbutton-2.heading-2.highlights {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 1.3;
  }

  .text-links1.flie-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .effekt-overlay {
    padding: 20px;
  }

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

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

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

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

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

  .section-mittig1 {
    padding: 40px;
    display: flex;
  }

  .section-mittig1.zweitfarbe, .section-mittig1.crystal-bg {
    padding: 60px;
  }

  .heading-links.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading-links.heading-1.center.small {
    font-size: 25px;
    line-height: 1.3;
  }

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

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

  .text-mittig-effekt1.gro.heading-1 {
    line-height: 1.3;
  }

  .text-mittig-effekt1.heading-2 {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 1.3;
  }

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

  .div-block-footer1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-bottom: 0;
  }

  .footer-2.hauptfarbe {
    padding: 30px;
  }

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

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

  .titelvideo-unterseite {
    height: 70vh;
  }

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

  .section-gro-e-abst-nde1.crystal-bg {
    padding: 60px;
  }

  .maps1 {
    height: 50vh;
    margin-top: 60px;
  }

  .inhalt-nebeneinander1 {
    flex-direction: column;
  }

  .impdat {
    padding: 60px;
  }

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

  .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-bottom: 10px;
    font-size: 28px;
  }

  .menu {
    display: none;
  }

  .txt_menu {
    font-size: 1.8vw;
  }

  .txt_menu.heading-3 {
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 22px;
  }

  .menu_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    text-align: center;
    line-height: 1.3;
  }

  .error-message {
    width: auto;
  }

  .form1 {
    margin-top: 20px;
  }

  .text_field {
    text-align: left;
    height: 3rem;
    padding: 10px 12px;
  }

  .text_field.cc-textarea {
    height: 6rem;
    margin-bottom: 0;
  }

  .form-wrap {
    border-right-style: none;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .contact-form {
    flex-flow: column;
    display: flex;
  }

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

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

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

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

  .box-card {
    height: auto;
  }

  .right-side-2 {
    padding: 20px;
    position: relative;
    transform: none;
  }

  .card--wrapper {
    position: relative;
  }

  .icon-service {
    width: 70px;
    height: 70px;
  }

  .left-side-3.highlights-3 {
    padding: 20px;
    position: relative;
  }

  .container-_grid {
    display: flex;
  }

  .code-embed {
    margin-top: 20px;
  }

  .mail-block {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: 0;
    display: flex;
  }

  .text-block {
    padding: 15px;
  }

  .mail0icon {
    width: 25px;
  }

  .div {
    border-radius: 20px;
  }

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

  .teambild3 {
    height: 40vh;
  }

  .fixed-div {
    bottom: 3%;
  }

  .icon {
    height: 2.6rem;
  }

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

  .slider {
    height: 40vh;
  }

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

  .image-error {
    height: 40vh;
  }

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

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

  .grid-3er.auto {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .field_lable {
    text-align: left;
  }

  .section {
    padding: 40px;
    display: flex;
  }

  .section.zweitfarbe, .section.crystal-bg {
    padding: 60px;
  }

  .code-embed-2 {
    height: 50vh;
  }

  .popup-wrap {
    width: 60%;
  }

  .text-mittig.flie-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .image-106, .image-106.left {
    width: 75px;
    height: 75px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper-4 {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding: 2rem 3rem;
  }
}

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

  .terminbutton.highlights.flie-text.auto {
    text-align: center;
    margin-top: 15px;
    font-size: 13px;
  }

  .divblock1 {
    height: auto;
  }

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

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

  .titelvideo-start-1 {
    height: 25rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    width: 100%;
    padding: 40px;
  }

  .subheading.heading-2.farbe2-headings {
    font-size: 22px;
  }

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

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

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

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

  .effekt-overlay.dark {
    height: 20rem;
  }

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

  .inhalt-effekt.effekt-versuch._1 {
    height: 20rem;
  }

  .section-mittig1.zweitfarbe, .section-mittig1.crystal-bg {
    padding: 40px;
  }

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

  .heading-links.heading-1.center.small {
    font-size: 22px;
  }

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

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

  .text-mittig-effekt1.heading-2 {
    letter-spacing: 1px;
    font-size: 17px;
  }

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

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

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

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

  .footer-2.hauptfarbe {
    padding: 20px;
  }

  .heading-footer.heading-3 {
    text-align: center;
  }

  .section-gro-e-abst-nde1.crystal-bg {
    padding: 40px;
  }

  .maps1 {
    height: 20rem;
    margin-top: 40px;
  }

  .impdat {
    padding: 40px;
  }

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

  .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: 26px;
    line-height: 1.3;
  }

  .hero {
    margin-left: 0;
  }

  .menu {
    padding-top: 100px;
    padding-left: 0;
  }

  .txt_menu.heading-3 {
    font-size: 5vw;
  }

  .menu_grid {
    grid-row-gap: 0px;
    border-top: 5px solid #a5a5a5;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }

  .navigation_background {
    width: 100%;
    height: 100px;
  }

  .logo_navbar {
    width: 210px;
    margin-top: 0;
    margin-left: 20px;
  }

  .hamburger {
    inset: 25px 20px auto auto;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

  .text_field {
    height: 2.8rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

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

  .text_field.cc-textarea {
    height: 5.5rem;
  }

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

  .form-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

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

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

  .section-1.crystal-bg.padding {
    padding: 40px;
  }

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

  .heading_center_small.heading-1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .right-side-2 {
    padding: 15px 15px 10px;
  }

  .icon-service {
    width: 60px;
    height: 60px;
  }

  .left-side-3.highlights-3 {
    padding: 15px 15px 10px;
  }

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

  .teambild3 {
    height: 18rem;
  }

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

  .icon {
    height: 2.4rem;
  }

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

  .heading-mittig.heading-1.small {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .slider {
    height: 18rem;
  }

  .image-error {
    height: 15rem;
  }

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

  .grid-3er.auto {
    width: 80%;
  }

  .section.zweitfarbe, .section.crystal-bg {
    padding: 40px;
  }

  .popup-wrap {
    width: 70%;
  }

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

  .image-106, .image-106.left {
    width: 65px;
    height: 65px;
  }

  .modal1_component-4 {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper-4 {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-size-medium-4 {
    font-size: 1rem;
  }

  .hide-mobile-landscape-4 {
    display: none;
  }

  .show-mobile-landscape-3 {
    display: block;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }
}

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

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

  .flie-text {
    width: 100%;
  }

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

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

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

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

  .titelvideo-start-1 {
    height: 22rem;
  }

  .titelvideo1 {
    height: 100%;
  }

  .div-block-video1 {
    padding: 20px;
  }

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

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

  .buchstabe-hintergrund.heading-3.farbe-headings-2.adj {
    margin-top: -29px;
    margin-bottom: 5px;
  }

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

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

  .effekt-overlay {
    padding: 20px;
  }

  .effekt-overlay.dark {
    height: 18rem;
  }

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

  .inhalt-effekt.effekt-versuch._1 {
    height: 18rem;
  }

  .section-mittig1 {
    padding: 20px;
  }

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

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

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

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

  .text-mittig-effekt1.heading-2 {
    font-size: 15px;
  }

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

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

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

  .titelvideo-unterseite {
    height: 60vh;
  }

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

  .section-gro-e-abst-nde1.crystal-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .maps1 {
    height: 18rem;
  }

  .impdat, .impdat-2, .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: 22px;
  }

  .menu {
    height: 87vh;
  }

  .txt_menu.heading-3 {
    font-size: 7vw;
  }

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

  .navigation_background {
    z-index: 20;
  }

  .maps-gro {
    height: 300px;
  }

  .subheading-mittig3.heading-2.farbe-der-headings {
    font-size: 20px;
    line-height: 130%;
  }

  .text_field {
    height: 2.6rem;
    padding: 8px 10px;
  }

  .text_field.cc-textarea {
    height: 5rem;
  }

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

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

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

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

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

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

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

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

  .icon-wrapper {
    width: 18px;
  }

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

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

  .right-side-2 {
    padding: 10px 10px 5px;
  }

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

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

  .code-embed {
    margin-top: 10px;
  }

  .code-embed.adj {
    margin-top: 0;
  }

  .text-block {
    padding: 10px 10px 0;
  }

  .mail0icon {
    width: 22px;
  }

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

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

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

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

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

  .image-error {
    height: 13rem;
  }

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

  .grid-3er.auto, .field_lable {
    width: 100%;
  }

  .section {
    padding: 20px;
  }

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

  .popup-wrap {
    width: 80%;
  }

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

  .image-106, .image-106.left {
    width: 60px;
    height: 60px;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium-4 {
    font-size: .8rem;
  }

  .modal1_content-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

#w-node-afe5e2a6-b36c-9ea4-ba2c-b8771f1d5cea-42d441b5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_840968f1-e3a9-946b-1e7f-2a74dc8338d8-42d441b5 {
  grid-area: 1 / 3 / 2 / 4;
}


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