:root {
  --black: black;
  --white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

.logo._1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.heading-23 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poiret One, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

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

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

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

.navbar1 {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #ccc3;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.main-color {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
}

.nav-link-3 {
  font-size: 14px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: #005cec;
  font-weight: 500;
}

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

.nav-link-3.flie-text.w--current {
  color: #005cec;
  font-weight: 500;
}

.nav-link-3.paragraph-font:hover, .nav-link-3.paragraph-font.w--current {
  color: #000;
  font-weight: 500;
}

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

.main-color {
  background-color: #1a181a;
}

.secondary-color {
  background-color: #f7f7f7;
}

.highlights {
  background-color: #bcc4d3;
}

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

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

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

.heading-3 {
  font-family: Raleway, 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 {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

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

.terminbutton.highlights.heading-22 {
  background-color: #333;
}

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

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold_1.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-wrap.highlights {
  background-image: none;
}

.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: #ecbf38;
}

.titelvideo-start1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #a8a8a8;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.nav-link:active, .nav-link:focus, .nav-link:visited {
  color: #fff;
}

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

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

.video2 {
  height: 90vh;
}

.jetzt-termin-vereinbaren {
  text-transform: uppercase;
}

.jetzt-termin-vereinbaren:hover {
  background-color: #000;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.footer-1 {
  justify-content: space-around;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-1.main-color {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: auto;
  padding: 30px 140px 10px;
}

.footertext1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer-image {
  object-fit: contain;
  margin-right: 10px;
}

.footer-image.round {
  border-radius: 100%;
}

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

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  line-height: 1.3;
}

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  line-height: 1.3;
}

.adresse {
  margin-bottom: 5px;
}

.adresse.flie-text {
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.ffnungszeiten.flie-text {
  line-height: 1.3;
}

.nav-menu-2 {
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
  font-style: normal;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #000;
  background-color: #0000;
  border-bottom: 0 solid #fff;
  transform: translate(0);
}

.nav-link-2.flie-text:hover {
  color: #838383;
}

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

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

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu_1.avif');
  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;
}

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

.background-video3 {
  height: 70vh;
}

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

.rounded-block {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 200px;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block.zweitfarbe {
  min-height: auto;
}

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

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

.heading-linksb-ndig1 {
  text-align: left;
  font-size: 40px;
  line-height: 50px;
}

.heading-linksb-ndig1.heading-font2 {
  line-height: 1.3;
}

.heading-linksb-ndig1.heading-font2.white-center {
  color: #fff;
  text-align: center;
}

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

.section-gro-e-abst-nde1.secondary-color._2 {
  padding: 0 0%;
}

.text-links {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

.text-links.paragraph-font {
  text-align: left;
  line-height: 1.3;
}

.text-links.paragraph-font.center {
  text-align: center;
}

.text-links.paragraph-font {
  text-align: justify;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

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

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

.rounded-block1 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 70vh;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

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

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

.produktbild1 {
  object-fit: contain;
  border: 1px solid #f4f4f4;
  height: 20vh;
  margin-bottom: 10px;
}

.bild-section-cover-1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/attachment_9_702-140-vivenso-touch-weiss-grundausstattung.webp');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 70vh;
}

.slogan1 {
  font-size: 50px;
  line-height: 55px;
}

.slogan1.heading-1 {
  text-align: center;
  text-transform: none;
  line-height: 75px;
  transition: all .2s;
}

.slogan1.heading-1.popup {
  font-size: 2.5vw;
  line-height: 1.3;
}

.slogan1.heading-font1 {
  text-align: center;
  line-height: 1.5;
}

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

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

.form-text {
  margin-bottom: 20px;
}

.form-text.paragraph-font {
  font-family: Montserrat, sans-serif;
}

.text-field {
  height: 30px;
}

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

.submit-button1.main-color.flie-text {
  background-color: var(--black);
}

.heading-small1 {
  font-size: 16px;
  line-height: 22px;
}

.impdat {
  padding: 100px 40px;
}

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

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

.success-block.highlights {
  color: #fff;
  background-color: #0072ff;
  flex-flow: column;
}

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

.heading-22.heading-font1 {
  font-family: Montserrat, sans-serif;
}

.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: 6vh;
}

.logo-img.invert {
  filter: invert();
  object-fit: contain;
}

.logo-img.bigger {
  height: 15vh;
}

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

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

.link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

.link.is--font-black, .link.dark {
  color: #333;
}

.link-block {
  margin-right: 10px;
}

.footer-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-media {
  filter: invert();
  object-fit: contain;
  height: 3vw;
}

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

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

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

.image-100.up {
  object-position: 50% 20%;
}

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

.image-wrapper {
  width: 100%;
  height: 45vh;
}

.image-wrapper-large {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vh;
}

.image-wrapper-large.first._80vh {
  height: 80vh;
}

.image-wrapper-large._100 {
  height: 100%;
}

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

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

.content-wrapper._2 {
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10%;
}

.content-wrapper._2.right {
  padding-left: 20px;
  padding-right: 10%;
}

._2er-grid-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

._2er-grid-1.white {
  background-color: #fff;
}

.paragraph-ablaufplan-2 {
  color: #5f5f5f;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-ablaufplan-2.white-center {
  color: #fff;
  text-align: center;
}

.paragraph-ablaufplan-2.white-center.black {
  color: #000;
  margin-top: 10px;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

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

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

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 48rem;
  display: flex;
}

.max-width-large.center {
  justify-content: center;
  align-items: center;
}

.leistungen_header-sektion_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-section-large {
  border-bottom: 1px solid #a1a1a16b;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.padding-section-large.is-subpage-hero {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 12rem;
  display: flex;
}

.padding-section-large.is-subpage-hero.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.section_leistungen_header-sektion {
  position: relative;
}

.section_leistungen_header-sektion.large {
  height: 70vh;
}

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

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

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.leistungen_header-sektion_background-image {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.leistungen_header-sektion_background-image.cover {
  object-fit: cover;
}

.leistungen_header-sektion_background-image.cover.down {
  object-position: 50% 90%;
}

.leistungen_header-sektion_background-image.clr {
  background-color: var(--white);
}

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

.button-link.zweitfarbe.heading-22 {
  background-color: var(--black);
  margin: 10px auto;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
}

.button-link.zweitfarbe.heading-22.back {
  margin-left: 0;
}

.button-link.zweitfarbe.heading-22 {
  background-color: #000;
  margin: 10px auto;
  padding-right: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

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

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

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

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

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

.text-button-div._1 {
  margin-left: 20px;
}

.button-text {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.6vh;
}

.shadow-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 6px 1px #92929269;
}

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

.heading-links.heading-1 {
  line-height: 1.3;
}

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

.heading-links.heading-1.farbe-der-headings.sm {
  text-transform: capitalize;
}

.heading-links.heading-2 {
  text-transform: capitalize;
  font-size: 25px;
  line-height: 30px;
}

.icon-1 {
  object-fit: contain;
  width: 80px;
}

.image-101 {
  object-fit: contain;
  height: 8vh;
}

.image-101._100 {
  width: 100%;
  height: 10vh;
}

.image-101.invert {
  filter: invert();
  width: 100%;
}

.image-101.rel {
  position: absolute;
  right: 20px;
}

.icon {
  width: 20vw;
}

.block {
  font-family: Montserrat, sans-serif;
}

.div-block-video1-2 {
  z-index: 30;
  color: #fff;
  background-image: linear-gradient(#00000040, #00000040);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-list-14 {
  color: #fff;
  background-color: #1a181a;
}

.hover-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #fff0;
  border: 1px solid #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
  text-decoration: none;
  display: flex;
}

.content-wrapper-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.slider {
  background-color: #ddd0;
  width: 50%;
  height: 50vh;
  margin: 20px;
}

.icon-3 {
  color: #333;
}

.slider-card {
  border: 1px solid #dedede;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  display: flex;
}

.stars-wrapper {
  height: 18px;
  margin-bottom: 20px;
}

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

.content-wrapper-links {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.list-item {
  margin-bottom: 10px;
}

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

.tabs {
  width: 100%;
  margin-top: 40px;
}

.tab {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

.tab:hover {
  background-color: #0003;
}

.tab.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane {
  padding-top: 40px;
}

.image-wrapper-70vh {
  background-color: #fff;
  width: 100%;
  height: 70vh;
  box-shadow: 0 2px 5px #0003;
}

.image-wrapper-33-4vh {
  background-color: #fff;
  width: 100%;
  height: 33.4vh;
  box-shadow: 0 2px 5px #0003;
}

.link-block-2 {
  width: 30px;
  height: 30px;
}

.link-dark {
  color: #333;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: block;
}

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

.link-block-3 {
  color: #fff;
  background-color: #000;
  border: 3px solid #0bfeff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0fc8f4;
}

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

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-left: 5vw;
  padding-right: 5vw;
}

.flex-block.secondary-color {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.flex-block.mid {
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.dropdown-toggle-13 {
  font-size: 15px;
}

.dropdown-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #fff;
}

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

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

.flex-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}

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

.heading-top {
  margin-top: 10px;
  font-size: 19px;
}

.heading-top.heading-2 {
  text-align: left;
  width: 100%;
}

.heading-top.heading-2.center {
  text-align: center;
}

.link-block-4 {
  width: 35px;
  position: absolute;
  inset: -36px -36px auto auto;
}

.odrder-bild {
  object-fit: contain;
  border: 1px solid #f4f4f4;
  width: 100%;
  height: 36vh;
  margin-bottom: 10px;
}

.video-div {
  z-index: 20;
  width: 100%;
  height: 100%;
  margin-left: auto;
  position: absolute;
}

.link-block-5 {
  z-index: 100;
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: fixed;
  inset: auto 5px 40% auto;
  box-shadow: 0 2px 5px 1px #0fc8f4;
}

.heading-button {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1.5fr 1.25fr;
  margin-top: 40px;
}

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

.video-div-block {
  width: 50%;
  height: 50vh;
}

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

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

.heading-mittig-large {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.heading-mittig-large.heading-2.black {
  color: var(--black);
}

.heading-mittig {
  text-align: center;
  font-size: 32px;
  line-height: 45px;
}

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

.list {
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
}

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

.heading-mittig-klein {
  text-align: center;
  font-size: 28px;
}

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

.div-block-179 {
  width: 70%;
  margin-left: 5vw;
}

.div-block-70 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block-70._50vh {
  height: 70vh;
}

.div-block-70._100vh {
  height: 100vh;
}

.div-block-85 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 20px;
  display: flex;
}

.div-block-85._70vh {
  height: auto;
}

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

.image-102-2 {
  object-fit: contain;
  width: 1.875rem;
}

.heading-top1 {
  margin-top: 10px;
  font-size: 19px;
}

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

.divider-1 {
  background-color: #cbcbcb;
  width: 4px;
  height: 50px;
}

.divider-1.black {
  background-color: #000;
  width: 10px;
}

.divider-1.red {
  background-color: #d60000;
  width: 10px;
}

.divider-1.golf {
  background-color: #f7c800;
  width: 10px;
}

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

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

.button-link-1.zweitfarbe.heading-22 {
  background-color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
  box-shadow: 0 2px 5px #0fc8f4;
}

.button-link-1.zweitfarbe.heading-22 {
  background-color: #000;
  margin: 10px auto;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.3;
}

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

.button-link-1.zweitfarbe.heading-22.size {
  background-color: #1d5a9f;
  width: 20vw;
}

.button-link-1.zweitfarbe.heading-22.size.gr-n {
  background-color: #00abe6;
}

.made-in-germany {
  display: flex;
}

.section-gro-e-abst-nde1-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 10%;
  display: flex;
}

.section-gro-e-abst-nde1-2.left {
  justify-content: center;
  align-items: flex-start;
}

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

.images {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.images.lefy {
  object-position: 70% 50%;
}

.testimonial-dropdown {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.testimonial-button {
  color: #fff;
  background-color: #14275d;
  border-radius: 50px;
  padding-left: 30px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.testimonial-button.highlights {
  background-color: var(--black);
  background-color: #000;
  border-radius: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.text-block-2 {
  margin-right: 10px;
}

.dropdown-content {
  background-color: #fff;
  padding-top: 30px;
  position: static;
  overflow: hidden;
}

.dropdown-content.w--open {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divs {
  width: 100%;
  height: 100%;
}

.rounded-block1-2 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 15vw;
  height: 100%;
  min-height: 70vh;
  padding: 35px;
  display: flex;
  box-shadow: 3px 3px 11px -4px #32231d;
}

.rounded-block1-2.big {
  width: 100%;
}

.link-block-6 {
  position: relative;
}

.small-icon {
  object-fit: contain;
  width: 2rem;
}

.absolute-div {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-video1-2-blk {
  z-index: 30;
  color: #000;
  background-image: linear-gradient(#00000040, #00000040);
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan1-2 {
  font-size: 50px;
  line-height: 55px;
}

.slogan1-2.heading-1 {
  text-align: center;
  text-transform: uppercase;
  background-color: #ffffff96;
  line-height: 75px;
  transition: all .2s;
}

.roundimg {
  object-fit: cover;
  border-radius: 100%;
  width: 20rem;
  height: 20rem;
}

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

.button-text-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2.6vh;
}

.text-span {
  color: var(--black);
}

.mindmap {
  height: 110vh;
  position: relative;
}

.blur {
  filter: blur(5px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contain-absolute {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.top-abspolute {
  width: 100%;
  padding: 14px;
  position: absolute;
  top: 0%;
  bottom: auto;
  right: auto;
}

.slogan1-2-3 {
  font-size: 50px;
  line-height: 55px;
}

.slogan1-2-3.heading-1 {
  text-align: center;
  text-transform: uppercase;
  line-height: 75px;
  transition: all .2s;
}

.banner-1 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.lebel-div-1, .lebel-div-static-1, .lebel-div-static-3, .lebel-div-static-4, .lebel-div-static-5 {
  z-index: 5;
  color: var(--white);
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0da5fe;
}

.lebel-div-static-6 {
  z-index: 5;
  color: var(--white);
  background-color: #000;
  border-radius: 20px 20px 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0da5fe;
}

.lebel-div-static5 {
  z-index: 5;
  color: var(--white);
  background-color: #000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
  box-shadow: 0 2px 5px 2px #0da5fe;
}

.quick-stack._3 {
  width: 100%;
}

.icon-4 {
  color: #333;
}

.form-text-1 {
  margin-bottom: 20px;
}

.form-text-1.paragraph-font {
  font-family: Montserrat, sans-serif;
}

.popup-inside {
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-height: 95vh;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: auto;
}

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

.popupmain-2 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#000000bf, #000000bf);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.flyer-2 {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-106 {
  opacity: .5;
  cursor: pointer;
  align-self: flex-end;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-106:hover {
  opacity: 1;
  border-radius: 50%;
  box-shadow: 0 0 10px #000;
}

.div-block-188 {
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.div-block-189 {
  margin-right: auto;
}

.code-embed-5 {
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.button-text-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 2vh;
}

.quick-stack-4 {
  padding: 0;
}

.quick-stack-4.abs {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.heading-mittig-large-popup {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}

.quick-stack-5 {
  padding: 0;
}

.bigger {
  color: #0a6d9d;
  font-size: 2.8vw;
}

.smaller-font {
  font-size: 1.7vw;
}

.diff-color {
  color: #005cec;
}

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

.loo-bar {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #ccc3;
}

.image-107 {
  object-fit: contain;
  height: 60vh;
}

.image-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 40px;
  display: flex;
}

.img-text-grid {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.tick {
  object-fit: contain;
  height: 60px;
}

.tick.round {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 100%;
  margin-right: 10px;
}

.button-div {
  padding: 10px 20px;
  text-decoration: none;
}

.button-div.blue {
  color: var(--white);
  background-color: #0072ff;
  border-radius: 15px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-div.green {
  color: var(--white);
  background-color: #36a949;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-div.green.flex {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-div.purple {
  color: var(--white);
  background-color: #a92def;
  border-radius: 15px;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-2 {
  font-size: 20px;
  font-weight: 600;
}

.text-span-3 {
  font-size: 30px;
  line-height: 30px;
}

.text-span-3.farbe-der-headings {
  font-weight: 600;
  line-height: 35px;
}

.code-embed-6 {
  width: 80%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-slider {
  width: 70%;
  height: 85vh;
}

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

.blue-div {
  color: var(--white);
  background-color: #0072ff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

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

.subheading {
  text-align: center;
  font-size: 35px;
  line-height: 40px;
}

.mainheading {
  color: #0c5270;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 50px;
  font-weight: 800;
}

.text-span-4 {
  font-size: 18px;
}

.div-block-190 {
  margin-bottom: 30px;
  margin-right: 10px;
}

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

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

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

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

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

  .navbar-6.main-color {
    padding: 0 0;
  }

  .nav-link-3.flie-text, .nav-link-3.paragraph-font {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .titelvideo1 {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

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

  .titelvideo-start1 {
    height: 60vh;
  }

  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    width: 100%;
    position: static;
  }

  .footer-1.main-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .footertext1 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-image {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--black);
    text-align: center;
    width: 100%;
    min-width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

  .video-2 {
    height: 80vh;
  }

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

  .rounded-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block.zweitfarbe {
    margin-bottom: 20px;
  }

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

  .heading-linksb-ndig1.heading-font2.white-center {
    font-size: 27px;
  }

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.secondary-color {
    padding: 60px;
  }

  .text-links.paragraph-font {
    padding-left: 0;
  }

  .text-links.paragraph-font.center {
    line-height: 1.4;
  }

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

  .rounded-block1 {
    min-height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._3er-grid {
    margin-top: 20px;
    display: block;
  }

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

  .produktbild1 {
    height: 30vh;
  }

  .bild-section-cover-1 {
    height: 42vh;
  }

  .bild-section-cover-1.larger {
    height: 50vh;
  }

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

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

  .success {
    padding: 60px 20px;
  }

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

  .heading-22.heading-font1 {
    font-size: 24px;
    line-height: 1.4em;
  }

  .logo-img {
    height: 4vh;
  }

  .logo-img.invert {
    height: 50px;
  }

  .social-media {
    height: 4vw;
  }

  .social-media.smaller {
    height: 3vw;
  }

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

  .image-wrapper-large {
    height: 45vh;
  }

  .image-wrapper-large.first {
    order: -1;
  }

  .content-wrapper {
    padding: 0;
  }

  .content-wrapper.center {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-wrapper._2 {
    justify-content: space-around;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-wrapper._2.right {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er-grid-1 {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .paragraph-ablaufplan-2 {
    font-size: 18px;
  }

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

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.is-subpage-hero.center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section_leistungen_header-sektion.large {
    height: 31vh;
  }

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

  .leistungen_header-sektion_background-image.cover {
    object-fit: cover;
  }

  .button-link.zweitfarbe.heading-22 {
    width: auto;
    min-width: auto;
    padding-right: 20px;
  }

  .button-link.zweitfarbe.heading-22.btn {
    width: auto;
    min-width: auto;
    padding-left: 20px;
  }

  .button-link.zweitfarbe.heading-22 {
    width: 32vw;
  }

  .block-highlight.highlights {
    width: 8vw;
    display: none;
  }

  .arrow {
    width: 3vw;
  }

  .text-button-div._1 {
    margin-left: 0;
  }

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

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

  .heading-links.heading-1.farbe-der-headings.sm {
    font-size: 26px;
  }

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

  .image-101 {
    height: 6vh;
  }

  .hover_link-wrapper {
    padding: 2rem;
  }

  .div-block-video1-2 {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 40px;
  }

  .dropdown-list-14.w--open {
    position: static;
  }

  .hover-link {
    border-style: none;
    border-radius: 0%;
  }

  .slider {
    width: 100%;
    margin: 10px 0 0;
  }

  .content-wrapper-links {
    justify-content: space-around;
    align-items: center;
    padding: 0;
  }

  .flex-block.secondary-color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .dropdown-toggle-13 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .dropdown {
    width: 100%;
  }

  .heading-top.heading-2 {
    text-align: center;
    font-size: 15px;
  }

  .link-block-5 {
    width: 80px;
    height: 80px;
    bottom: 45%;
  }

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

  .grid-17 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

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

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

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

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

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 28px;
  }

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

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

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

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

  .div-block-179 {
    width: auto;
    margin-left: 0;
  }

  .div-block-70._50vh {
    width: 100%;
  }

  .div-block-70._50vh.first {
    order: -1;
  }

  .div-block-70._100vh {
    width: auto;
    height: auto;
  }

  .div-block-70._100vh.first {
    order: -1;
  }

  .div-block-85._70vh {
    height: auto;
  }

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

  .divider-1.black, .divider-1.red, .divider-1.golf {
    height: 25px;
  }

  .divider-1.hide {
    display: none;
  }

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

  .button-link-1.zweitfarbe.heading-22 {
    width: auto;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }

  .button-link-1.zweitfarbe.heading-22.size {
    width: 90%;
  }

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

  .testimonial-button.highlights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rounded-block1-2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
  }

  .div-block-video1-2-blk {
    background-image: linear-gradient(#00000040, #00000040);
    width: 100%;
    padding-left: 40px;
    inset: 0%;
  }

  .slogan1-2.heading-1 {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

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

  .contact-person.secondary-color {
    width: 100%;
  }

  .mindmap {
    height: auto;
    position: relative;
  }

  .blur {
    position: relative;
  }

  .blur.hidie {
    display: none;
  }

  .contain-absolute {
    position: static;
    inset: 0%;
  }

  .top-abspolute {
    position: static;
  }

  .slogan1-2-3.heading-1 {
    margin-top: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .banner-1 {
    flex-flow: column;
    height: auto;
    padding: 60px;
    position: static;
    inset: 0%;
  }

  .list-wrap {
    flex-flow: column;
    height: 100%;
    margin-top: 20px;
  }

  .lebel-div-static5 {
    text-align: center;
  }

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

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

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

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

  .quick-stack-2 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    width: 100%;
    padding: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding: 0;
  }

  .popup-inside {
    width: 50%;
    height: auto;
  }

  .popupmain-2 {
    display: none;
  }

  .flyer-2 {
    width: 100%;
    margin-bottom: 0;
    position: static;
  }

  .div-block-188 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .quick-stack-4.abs {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-mittig-large-popup.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .image-107 {
    height: 50vh;
  }

  .tick-text-div {
    flex-flow: column;
  }

  .button-div.green.flex {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .subheading {
    font-size: 30px;
  }

  .mainheading {
    font-size: 40px;
  }

  .text-span-4 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

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

  .titelvideo-start1 {
    height: 50vh;
  }

  .nav-menu {
    background-color: #2e2e2e;
  }

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

  .footer-1.main-color {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .footertext1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .video-2 {
    height: 70vh;
  }

  .inhalt-footer2 {
    margin-bottom: 5px;
  }

  .angebot2 {
    height: auto;
  }

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

  .background-video3 {
    height: 70vh;
  }

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

  .heading-linksb-ndig1 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-linksb-ndig1.heading-font2 {
    text-align: center;
    font-size: 35px;
  }

  .section-gro-e-abst-nde1, .section-gro-e-abst-nde1.secondary-color {
    padding: 40px;
  }

  .text-links.paragraph-font {
    text-align: center;
    text-align: center;
    line-height: 1.4;
  }

  .text-links.flie-text {
    font-size: 14px;
    line-height: 22px;
  }

  .text-links.flie-text.top-margin {
    text-align: left;
  }

  .rounded-block1 {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .bild-section-cover-1 {
    height: 43vh;
    min-height: auto;
  }

  .slogan1.heading-1 {
    font-size: 26px;
    line-height: 32px;
  }

  .slogan1.heading-font1 {
    font-size: 45px;
  }

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

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

  .heading-22.heading-font1 {
    font-size: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro-2 {
    height: 45vh;
  }

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

  .social-media, .social-media.smaller {
    height: 5vw;
  }

  .image-wrapper-large.first._80vh {
    height: 60vh;
  }

  .paragraph-ablaufplan-2.white-center {
    font-size: 16px;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-subpage-hero.center {
    padding-top: 4rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section_leistungen_header-sektion.large {
    height: 29vh;
  }

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

  .leistungen_header-sektion_background-image {
    position: static;
  }

  .button-link.zweitfarbe.heading-22.btn {
    width: 60vw;
    padding-right: 20px;
    overflow: hidden;
  }

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

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

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

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

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

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

  .heading-links.heading-1.farbe-der-headings.sm {
    font-size: 23px;
  }

  .icon-1 {
    width: 60px;
  }

  .div-block-video1-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-card {
    padding: 20px;
  }

  .slider-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .list-item {
    text-align: left;
  }

  .tab-pane {
    padding-top: 20px;
  }

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

  .link-block-3 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .heading-top.heading-2 {
    font-size: 13px;
  }

  .link-block-5 {
    bottom: 40%;
  }

  .heading-button.heading-2 {
    line-height: 15px;
  }

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

  .heading-mittig-large {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-mittig-large.heading-2 {
    font-size: 24px;
    line-height: 33px;
  }

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

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

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

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

  .div-block-70._100vh {
    width: 100%;
    height: auto;
  }

  .image-102-2 {
    width: 1.4rem;
  }

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

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

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

  .rounded-block1-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-video1-2-blk {
    width: 100%;
    padding-left: 20px;
  }

  .slogan1-2.heading-1 {
    font-size: 30px;
    line-height: 43px;
  }

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

  .banner-1 {
    padding: 40px;
  }

  .list-wrap {
    width: 100%;
  }

  .popup-inside {
    padding-top: 40px;
  }

  .image-105 {
    height: auto;
  }

  .flyer-2 {
    margin-bottom: 10px;
  }

  .image-106 {
    width: 25px;
    height: 25px;
  }

  .div-block-188 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-189 {
    margin-left: auto;
  }

  .code-embed-5 {
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .button-text-3 {
    font-size: 10px;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .heading-mittig-large-popup {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-mittig-large-popup.heading-2 {
    font-size: 24px;
    line-height: 33px;
  }

  .image-107 {
    height: 35vh;
  }

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

  .img-text-grid {
    grid-template-columns: 1fr;
  }

  .button-div.green.flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-slider {
    height: auto;
  }

  .subheading {
    margin-bottom: 0;
    font-size: 22px;
  }

  .mainheading {
    font-size: 30px;
  }

  .div-block-190 {
    margin-bottom: 0;
  }
}

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

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

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

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

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

  .titelvideo1 {
    height: 100%;
  }

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

  .titelvideo-start1 {
    height: 50vh;
  }

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

  .impdatfooter {
    text-align: left;
  }

  .footer-1.main-color {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .video-2 {
    background-image: url('../images/2_1.avif'), 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;
  }

  .background-video3 {
    height: 60vh;
  }

  .rounded-block {
    min-width: 200px;
  }

  .div-block-video1 {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-linksb-ndig1.heading-font2.white-center {
    font-size: 17px;
  }

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

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

  .text-links {
    font-size: 15px;
    line-height: 22px;
  }

  .text-links.paragraph-font {
    padding-left: 0;
    line-height: 1.4;
  }

  .text-links.paragraph-font.center {
    line-height: 1.5;
  }

  .text-links.flie-text {
    font-size: 14px;
    line-height: 21px;
  }

  .rounded-block1 {
    min-width: 200px;
    padding: 20px;
  }

  ._3er-grid {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

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

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

  .produktbild1 {
    height: 35vh;
  }

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

  .slogan1.heading-1.popup {
    font-size: 6vw;
  }

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

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

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

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

  .maps-gro-2 {
    height: 40vh;
  }

  .social-media, .social-media.smaller {
    height: 8vw;
  }

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

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

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

  .image-wrapper-large.first._80vh {
    height: 50vh;
  }

  .content-wrapper._2, .content-wrapper._2.right {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2er-grid-1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-ablaufplan-2 {
    font-size: 14px;
    line-height: 22px;
  }

  .paragraph-ablaufplan-2.white-center {
    font-size: 14px;
    line-height: 19px;
  }

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

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

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

  .padding-section-large.is-subpage-hero.center {
    padding-top: 2rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section_leistungen_header-sektion.large {
    height: 35vh;
  }

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

  .leistungen_header-sektion_background-image {
    position: static;
    inset: 0%;
  }

  .button-link.zweitfarbe.heading-22.btn {
    width: 96vw;
  }

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

  .block-highlight.highlights {
    width: auto;
  }

  .heading-links.heading-1, .heading-links.heading-1.center {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-links.heading-1.farbe-der-headings.sm {
    font-size: 17px;
    line-height: 23px;
  }

  .heading-links.heading-2 {
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-video1-2 {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon-3 {
    left: 47px;
  }

  .slider-card {
    padding: 40px 20px;
  }

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

  .heading-top.heading-2 {
    line-height: 17px;
  }

  .odrder-bild {
    height: 35vh;
  }

  .link-block-5 {
    width: 60px;
    height: 60px;
    bottom: 45%;
  }

  .heading-button.heading-2 {
    font-size: 9px;
    line-height: 13px;
  }

  .text-mittig {
    font-size: 15px;
    line-height: 22px;
  }

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

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

  .heading-mittig-large.heading-2 {
    font-size: 18px;
    line-height: 26px;
  }

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

  .heading-mittig.heading-1.farbe-der-headings {
    font-size: 18px;
    line-height: 24px;
  }

  .list {
    font-size: 15px;
    line-height: 22px;
  }

  .heading-mittig-klein.heading-2 {
    font-size: 18px;
    line-height: 22px;
  }

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

  ._2er-grid {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 20px;
    display: flex;
  }

  .div-block-70._50vh {
    height: auto;
  }

  .heading-top1.heading-2 {
    line-height: 18px;
  }

  .divider-1.black, .divider-1.red, .divider-1.golf {
    height: 30px;
  }

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

  .button-link-1.zweitfarbe.heading-22.size {
    width: 100%;
  }

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

  .rounded-block1-2 {
    min-width: 200px;
    padding: 20px;
  }

  .div-block-video1-2-blk {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan1-2.heading-1 {
    font-size: 16px;
    line-height: 30px;
  }

  .roundimg {
    height: 15.8rem;
  }

  .slogan1-2-3.heading-1 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .lebel-div-static5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-4 {
    left: -59px;
  }

  .form-2 {
    align-items: stretch;
  }

  .form-text-1.paragraph-font {
    text-align: center;
  }

  .popup-inside {
    width: 90%;
    max-height: 90vh;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-105 {
    height: auto;
  }

  .flyer-2 {
    margin-bottom: 10px;
  }

  .image-106 {
    width: 20px;
    height: 20px;
  }

  .quick-stack-4 {
    width: 100%;
  }

  .quick-stack-4.abs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .heading-mittig-large-popup.heading-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .bigger {
    font-size: 6.5vw;
  }

  .smaller-font {
    font-size: 3.7vw;
  }

  .image-107._50 {
    width: 50%;
    height: 50%;
  }

  .tick-text-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .tick {
    height: 40px;
  }

  .button-div.green.flex {
    justify-content: flex-start;
    align-items: center;
  }

  .subheading {
    font-size: 18px;
    line-height: 23px;
  }

  .mainheading {
    font-size: 24px;
    line-height: 30px;
  }

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


