:root {
  --black: black;
  --zweitfarbe: #e4e4e4c4;
  --highlights: #e4e4e4c4;
  --white: white;
  --orange: #d0ab75;
}

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}

.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: 1000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff8a;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.navbar {
  width: 100%;
}

.navbar.hauptfarbe {
  background-color: #25252500;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-links {
  color: #fff;
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

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

.nav-links.flie-text {
  color: #333;
  transition: all .2s ease-in-out;
}

.nav-links.flie-text:hover {
  color: var(--black);
  font-weight: 600;
  transform: scale(1.1);
}

.nav-links.flie-text.w--current {
  color: var(--black);
  font-weight: 600;
}

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

.hauptfarbe {
  background-color: var(--black);
}

.zweitfarbe {
  background-color: var(--zweitfarbe);
  color: var(--black);
}

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

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

.heading-2 {
  font-family: Montserrat, 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: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.titelvideo1 {
  z-index: 20;
  color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.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 {
  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.jpg');
  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: 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-start-1 {
  height: 90vh;
  position: relative;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

.nav-men.hauptfarbe {
  background-color: #25252500;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.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 {
  z-index: 40;
  color: #fff;
  background-color: #00000040;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.subheading1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.subheading1.heading-2.black-text {
  color: var(--black);
}

.slogan1 {
  text-align: center;
  font-size: 40px;
  line-height: 65px;
}

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

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

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

.termin-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.termin-button.heading-3.highlights {
  text-transform: uppercase;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: 18px;
}

.termin-button.heading-3.highlights:hover {
  color: var(--white);
  background-color: #333;
}

.termin-button.heading-3.zweitfarbe.farbe-der-headings:hover {
  color: #1fa541;
  background-color: #333;
}

.termin-button.heading-3.hauptfarbe:hover {
  background-color: var(--highlights);
  color: var(--black);
  border: 1px solid #212121;
}

.termin-button.heading-3.hauptfarbe.top {
  margin-top: 20px;
}

.termin-button.heading-3.hauptfarbe {
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  padding: 12px 25px;
  font-size: 18px;
}

.termin-button.heading-3.hauptfarbe:hover {
  color: #000;
  background-color: #e4e4e4c4;
  border: 1px solid #212121;
}

.inhalt-mittig-untereinander {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px 30px;
  display: flex;
}

.inhalt-mittig-untereinander.highlights {
  background-color: #ffffff9e;
  border-radius: 10px;
  padding-top: 60px;
  position: relative;
  bottom: auto;
}

.inhalt-mittig-untereinander.highlights.top {
  padding-top: 30px;
}

.heading-mittig1 {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

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

.heading-mittig1.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.heading-mittig1.heading-3.farbe-der-headings.links {
  text-align: left;
}

.heading-mittig1.heading-3.mit {
  text-align: center;
}

.heading-mittig1.heading-3.mit.left-align {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 700;
}

.section-mittig1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 5vw;
  display: flex;
}

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

.section-mittig1.top._70vh {
  height: 140vh;
  padding-bottom: 0;
}

.section-mittig1.top._70vh-2 {
  height: 160vh;
  padding-bottom: 0;
}

.section-mittig1.links {
  justify-content: center;
  align-items: flex-start;
}

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

.section-mittig1.zweitfarbe {
  position: relative;
}

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

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

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

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

.heading-links1.heading-1.adj {
  margin-bottom: 20px;
}

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

.text-links1.flie-text.zero {
  margin-bottom: 0;
}

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

.text-links1.flie-text.sub-icons {
  border: 1px solid var(--orange);
  color: var(--orange);
  border-radius: 100px;
  padding: 2px;
}

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

._2er-grid1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
}

.bildcover-100-1 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.bildcover-100-1.contan {
  object-fit: contain;
  object-position: 50% 50%;
}

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

.footertext1 {
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-1 {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  justify-content: space-around;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px 5vw;
  display: flex;
}

.footer-1.hauptfarbe.heading-3 {
  margin-top: auto;
}

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

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.form-block {
  width: 100%;
}

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.success-div.highlights {
  border-style: none;
}

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

.zwischen-section1 {
  color: #fff;
  padding: 60px 140px;
}

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

.heading-24 {
  font-family: Unica One, sans-serif;
  font-weight: 500;
}

.heading-einstellungen {
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
}

.heading-einstellungen._2 {
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.block-logo-einstellungen {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  padding: 10px 5px;
  display: flex;
}

.section-einstellungen {
  padding-bottom: 40px;
  padding-left: 140px;
  padding-right: 140px;
}

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

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

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

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

.image-wrapper {
  border-radius: 8px;
  width: 100%;
  height: 65vh;
  overflow: hidden;
}

.image-wrapper.large {
  width: 100%;
  height: 700px;
  max-height: 700px;
}

.image-wrapper._100 {
  position: sticky;
  top: 0;
}

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

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

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

.grid2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.content-wrapper.padding {
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 60px;
  margin-right: 0;
  padding: 40px;
  display: flex;
}

.content-wrapper.padding.margin-left {
  margin-left: 0;
  margin-right: 60px;
}

.content-wrapper.padding1 {
  border: 2px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.content-wrapper.padding1.margin-left {
  margin-left: 0;
  margin-right: 60px;
}

.main-block {
  border-radius: 10px;
  height: 100%;
}

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

.main-block.flex.color {
  background-color: #fff;
  position: relative;
  bottom: auto;
}

.main-block.rel {
  object-fit: fill;
  position: relative;
}

.main-block.rel-copy {
  object-fit: fill;
  border: 1px solid #7e7c7c;
  border-radius: 20px;
  position: relative;
}

.content-wrapper-new {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 40px 40px;
  display: flex;
}

.content-wrapper-new.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.main-block-1 {
  border: 2px solid #f0eeee;
  border-radius: 20px;
  box-shadow: 0 2px 5px #0003;
}

.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: absolute;
  inset: 0% auto auto 0%;
}

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

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

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

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

.list-inner {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-icon {
  object-fit: contain;
  width: 30px;
}

.paralist {
  width: 100%;
}

.paralist.flie-text.mitt {
  text-align: center;
}

.paralist.flie-text.mitt.left-align {
  text-align: left;
}

._2er {
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
}

.tab-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.tab-menu.left {
  justify-content: flex-end;
  align-items: center;
}

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

.tab-link {
  background-color: var(--highlights);
  color: var(--black);
  border-radius: 25px;
}

.tab-link.w--current {
  background-color: var(--black);
}

.tab-link.flie-text {
  background-color: var(--highlights);
  color: var(--black);
  border: 1px solid #000;
}

.tab-link.flie-text.w--current {
  background-color: var(--black);
  color: var(--white);
}

.txt-div {
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

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

.div-inner {
  border: 2px solid #000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.div-absl {
  background-color: var(--orange);
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  inset: 5% auto auto -7%;
}

.small-headig {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
}

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

.customer-div {
  border: 2px solid var(--orange);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  display: flex;
}

.star-2 {
  width: 13px;
  margin-right: 5px;
}

.horizontal-div {
  width: 100%;
  display: flex;
}

.star-block-2 {
  margin-bottom: 20px;
}

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

.absolute-block-2 {
  flex-direction: row;
  width: 80%;
  position: relative;
  top: auto;
  left: 0%;
  right: 0%;
}

.heading-mittig-klein1-3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
}

.color-block-3 {
  background-color: var(--black);
  color: #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.content-block-2 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 25vh;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px 1px #a9a9a9;
}

.vertical-block {
  flex-direction: column;
  display: flex;
}

.circle-image {
  filter: invert();
  border-radius: 50%;
}

.slider {
  background-color: #0000;
  padding: 10px;
  overflow: hidden;
}

.mask {
  width: 40%;
  overflow: visible;
}

.slide {
  margin-right: 10px;
}

.icon-5, .icon-6 {
  color: var(--white);
  font-size: 22px;
}

.left-arrow-3 {
  background-color: var(--black);
  border-radius: 50%;
  width: 3vw;
  height: 3vw;
}

.right-arrow-3 {
  background-color: var(--black);
  width: 3vw;
  height: 3vw;
  color: var(--white);
  border-radius: 50%;
}

.faq-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accrodian-item-2 {
  border-bottom: 1px solid #14275d;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  transition: all .2s;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.paragraph-link {
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 0;
  line-height: 30px;
}

.paragraph-link.flie-text {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.5;
  text-decoration: none;
}

.faq-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line-3 {
  background-color: var(--black);
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-4 {
  background-color: var(--black);
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list-15 {
  margin-top: 10px;
  padding-right: 40px;
  transition: all .2s;
  position: relative;
}

.dropdown-list-15.w--open {
  background-color: #0000;
}

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

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

._3er {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.footer-link {
  color: #fff;
  margin-bottom: 5px;
  text-decoration: none;
}

.social-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-icon {
  filter: invert();
  object-fit: contain;
  width: 25px;
}

.fixed-block {
  z-index: 99;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: 50% 1% 0% auto;
}

.icon-social {
  object-fit: contain;
  width: 40px;
}

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

.card {
  border: 2px solid var(--orange);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.icon {
  object-fit: contain;
  width: 60px;
  margin-bottom: 10px;
}

.tele-link {
  color: #333;
  text-align: center;
  text-decoration: none;
}

.overlay-gradient-card-div {
  z-index: 0;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.s-img {
  object-fit: contain;
  width: 10px;
  margin-right: 3px;
}

.star-div {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.slider-produkte {
  width: 100%;
  height: 100%;
}

.image-wrapper-100 {
  border-radius: 8px;
  width: 100%;
  height: 65vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-wrapper-100.black {
  background-color: var(--black);
}

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

.grid-2er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start center;
}

.grid-2er.center {
  place-items: center;
}

.text-block {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.text-block.flie-text {
  transition: all .2s ease-in-out;
}

.text-block.flie-text:hover {
  transform: scale(1.1);
}

.divider {
  border-bottom: 1px solid #cacaca;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-list {
  background-color: #dcdbdb;
  padding: 40px;
  left: auto;
}

.dropdown-list.w--open {
  background-color: #fff;
  left: -275%;
  box-shadow: 0 2px 5px #0003;
}

.navl-sublink-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.navlink-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: 60px;
  margin-right: 60px;
}

.text-block-bold {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-sublink {
  color: #fff;
  width: 100%;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

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

.nav-sublink.flie-text {
  color: #333;
}

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

.main-block-2 {
  border-radius: 20px;
}

.div-block-content {
  z-index: -1;
  width: 55vw;
  height: 170vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.div-img-1 {
  z-index: 44;
  height: 300px;
  max-height: 300px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.div-img-1.bootom {
  margin-bottom: 20px;
}

.folder-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.inhalt-untereinander12 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.inhalt-untereinander12.kontakt {
  justify-content: flex-start;
  align-items: center;
}

.div-block-content-2 {
  z-index: -1;
  background-color: var(--highlights);
  width: 55vw;
  height: 140vh;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10vh 5vw;
  display: flex;
}

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

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

.grid-2err {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
}

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

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

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

.navbar1-fixed {
  z-index: 1000;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff8a;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px #0003;
}

.titelvideo-unterseiten1-2 {
  height: 89vh;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

.titelvideo-unterseiten1-2.color {
  background-color: #484f5c;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.absolute-div {
  z-index: -1;
  background-color: var(--highlights);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.counter-div {
  z-index: 777;
  background-color: var(--highlights);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
}

.counter-inner-div {
  padding: 20px;
}

.text-block-2 {
  font-size: 50px;
}

.text-block-2.flie-text.mit {
  text-align: center;
  font-size: 22px;
}

.text-block-2.flie-text.mit-2 {
  text-align: center;
  font-size: 40px;
}

.main-wrap-div {
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-div {
  background-color: var(--white);
  padding: 20px;
}

.text-span {
  font-size: 24px;
}

.section-61 {
  padding: 10vh 5vw 15vh;
}

.section-61.zweitfarbe.small {
  padding-bottom: 0;
}

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

.card-block {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.text-span-2 {
  font-size: 33px;
}

.contnt-wrap {
  height: 67vh;
  position: sticky;
  top: 0;
}

.section {
  padding: 10vh 5vw;
}

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

.button-wrap {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.contnt-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  padding: 20px;
  display: flex;
}

.popup-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.code-video-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75vh;
  display: flex;
}

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

.image-wrapperr {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.italic-text {
  text-decoration: line-through;
}

.div-block-195 {
  padding-left: 15px;
}

.text-block-3 {
  border: 1px solid #c8c8c8;
  margin-bottom: 5px;
  padding: 10px 20px 10px 15px;
}

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

.dropdown-toggle-16 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-list-21 {
  background-color: #0000;
  position: static;
}

.dropdown-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.popupmain {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  object-position: 50% 50%;
  background-image: linear-gradient(#0009, #0009);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.popup-inside {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 55vh;
  padding: 0 0 20px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 11px #000;
}

.popup-inside:hover {
  box-shadow: 4px 0 16px 4px #000;
}

.button-popup {
  background-color: var(--black);
  border-radius: 25px;
}

.cancel-icon {
  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;
}

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

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

._2er1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  place-items: center;
  width: 60%;
  height: 100%;
}

.relative {
  background-color: var(--black);
  border-radius: 25px;
  width: 100%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.block-img {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 80vh;
  display: flex;
  position: relative;
  left: -30px;
}

.spacer-large {
  height: 40px;
}

.div-block-video3 {
  z-index: 40;
  background-color: var(--highlights);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.titelvideo-50 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.gri-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

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

.icon-div {
  background-color: var(--highlights);
  border: 1px solid #00000029;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

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

.code-embed {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-50vh {
  background-color: var(--black);
  border: 1px solid #00000029;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

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

.slider-reviews {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.video-div {
  width: 25vw;
  height: 65vh;
}

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

.kundenstimmen-div {
  width: 99.8658%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.slide-nav {
  bottom: -35px;
}

.heading-links {
  text-align: left;
  font-size: 22px;
  line-height: 30px;
}

.heading-links.heading-3 {
  font-weight: 700;
  line-height: 1.3;
}

.logos-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.logos {
  object-fit: contain;
  height: 5vh;
}

.google-reviews {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

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

.grid-4er {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.section-62 {
  justify-content: center;
  align-items: center;
  margin-top: 130px;
  display: flex;
}

.section-62.highlights {
  border-bottom: .3px solid #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image {
  border-radius: 10px;
  width: 70%;
  margin-left: 180px;
  box-shadow: 0 2px 10px 2px #0000001a;
}

.bildcover-100-0 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.mask-2 {
  background-color: var(--white);
}

.bold-text-10 {
  background-color: var(--black);
  color: var(--white);
  font-size: 18px;
}

.div-block2 {
  margin-right: 0;
}

.bold-text-11 {
  color: #333;
}

.image-113 {
  width: 60px;
}

.number-icon-div {
  background-color: var(--white);
  border-radius: 50%;
  position: absolute;
  bottom: 105px;
  left: -35px;
}

.divblock-content {
  padding-left: 20px;
}

.slide-nav-2 {
  display: none;
}

.slider-5 {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

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

.div-img {
  z-index: 44;
  height: 38vh;
  position: relative;
  overflow: hidden;
}

.div-img.bootom {
  margin-bottom: 20px;
}

.left-arrow-5, .right-arrow-5, .slide-nav-3 {
  display: none;
}

._404-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.text-mittig-2 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
}

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

.text-mittig-2.flie-text.top-0 {
  color: #fff;
}

.heading-mittig1-9 {
  text-align: center;
  text-transform: uppercase;
}

.heading-mittig1-9.heading-1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.5;
}

.heading-mittig1-9.heading-1.resize {
  font-size: 34px;
}

.heading-mittig1-9.heading-1.resize.farbe-der-headings.small {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}

.warnbild {
  filter: contrast(200%) invert();
  object-fit: contain;
  height: 45vh;
}

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

.list {
  margin-top: 10px;
}

.spacer {
  height: 100px;
}

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

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

@media screen and (min-width: 1440px) {
  .image-100.contain {
    object-fit: contain;
  }

  .content-wrapper.padding {
    margin-left: 60px;
    margin-right: 0;
  }

  .content-wrapper.padding.margin-left {
    position: relative;
  }

  .content-wrapper.padding1 {
    margin-left: 60px;
    margin-right: 0;
  }

  .content-wrapper.padding1.margin-left {
    position: relative;
  }

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

  .list-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-icon {
    object-fit: contain;
    width: 30px;
  }

  .paralist {
    font-size: 18px;
  }

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

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

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

  .div-img-1 {
    height: 45vh;
  }

  .image-113 {
    position: static;
    left: -50px;
  }

  .number-icon-div {
    background-color: var(--white);
    border-radius: 50%;
  }

  .div-img {
    height: 45vh;
  }
}

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

  .navbar1 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
  }

  .navbar.hauptfarbe {
    position: static;
  }

  .nav-links.flie-text {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 14px;
  }

  .nav-links.flie-text:hover {
    transform: none;
  }

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

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

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

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

  .men-icon1 {
    color: #fff;
  }

  .men-buttton1.hauptfarbe {
    margin-left: auto;
    padding: 15px;
  }

  .nav-men.hauptfarbe {
    z-index: 1000;
    background-color: #eaeaea;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 10px;
    position: absolute;
    box-shadow: 0 2px 5px #0003;
  }

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

  .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: 100%;
    padding-left: 0;
  }

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

  .subheading1.heading-2.black-text {
    font-size: 26px;
    line-height: 1.3;
  }

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

  .slogan1.black-text {
    font-size: 35px;
    line-height: 1.3;
  }

  .termin-button.heading-3.highlights, .termin-button.heading-3.hauptfarbe {
    font-size: 16px;
  }

  .termin-button.heading-3.hauptfarbe.is-navbar-button {
    margin-left: auto;
    font-size: 16px;
  }

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

  .heading-mittig1.heading-3 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .heading-mittig1.heading-3.farbe-der-headings {
    font-size: 20px;
  }

  .heading-mittig1.heading-3.farbe-der-headings.links {
    text-align: center;
  }

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

  .heading-mittig1.heading-3.mit.left-align {
    text-align: center;
  }

  .section-mittig1 {
    padding: 60px 40px;
  }

  .section-mittig1.top {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-mittig1.top._70vh, .section-mittig1.top._70vh-2 {
    height: auto;
    padding: 60px;
  }

  .section-mittig1.links {
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-mittig1.links.highlights, .section-mittig1.zweitfarbe, .section-mittig1.mit, .section-mittig1.mit.zweitfarbe {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 32px;
  }

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

  .text-links1.flie-text.mit.top {
    margin-top: 10px;
  }

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

  ._2er-grid1 {
    margin-top: 20px;
  }

  .bildcover-100-1.contain {
    object-fit: contain;
  }

  .bildcover-100-1.contain.adj {
    object-fit: cover;
  }

  .bildcover-100-1.adj {
    object-position: 50% 30%;
  }

  .footer-1.hauptfarbe.heading-3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .titelvideo-unterseiten1 {
    height: auto;
  }

  .success {
    height: 70vh;
  }

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

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

  .zwischen-section1 {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .logo-img {
    height: 3rem;
  }

  .heading-einstellungen {
    line-height: 42px;
  }

  .image-wrapper {
    height: 45vh;
  }

  .image-wrapper.large {
    order: -9999;
  }

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

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

  .content-wrapper.padding {
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .content-wrapper.padding.margin-left {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .content-wrapper.padding1.margin-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .content-wrapper-new {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper-new.flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .list1 {
    width: 70%;
  }

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

  .paralist.flie-text.mitt.left-align {
    text-align: center;
  }

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

  .tab-menu {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .tab-menu.left, .txt-div {
    justify-content: center;
    align-items: center;
  }

  .heading-start.heading-1 {
    text-align: center;
    font-size: 26px;
  }

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

  .div-absl {
    width: 50px;
    height: 50px;
    left: -13%;
  }

  .wrap1 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .wrap1._1 {
    order: -9999;
    margin-top: 0;
  }

  .accrodian-item-2 {
    border-radius: 24px;
    margin-bottom: 0;
  }

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

  .footer-heading.heading-2 {
    text-transform: uppercase;
    font-size: 20px;
  }

  .fixed-block {
    inset: auto 1% 5% auto;
  }

  ._3er-1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .icon {
    width: auto;
    height: 3.5rem;
  }

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

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

  .grid-2er.center {
    flex-flow: column;
    display: flex;
  }

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

  .text-block.flie-text:hover {
    color: #000;
    font-weight: 600;
    transform: none;
  }

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

  .navlink-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .div-block-content.highlights {
    display: none;
  }

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

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

  .div-block-content-2 {
    width: 100%;
    height: 155vh;
    display: none;
  }

  .section-1 {
    padding: 60px;
  }

  .section-1.top {
    padding-top: 10px;
  }

  .grid-2err {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .navbar1-fixed {
    margin-left: 20px;
    margin-right: 20px;
    position: static;
  }

  .titelvideo-unterseiten1-2.color {
    height: 80vh;
    margin-top: 0;
    padding-left: 60px;
    padding-right: 60px;
  }

  .text-span {
    font-size: 22px;
  }

  .section-61 {
    padding: 60px;
  }

  .section-61.zweitfarbe.small {
    padding-bottom: 60px;
  }

  .grid-3err {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contnt-wrap {
    height: auto;
    position: static;
  }

  .section {
    padding: 60px;
  }

  .contnt-block.highlights {
    margin-top: 20px;
  }

  .code-video-wrap {
    order: -9999;
    height: 60vh;
  }

  .image-wrapperr {
    order: -9999;
    height: 45vh;
  }

  .popup-inside {
    width: 80%;
  }

  ._2er1 {
    width: auto;
    height: auto;
  }

  .block-img {
    order: -9999;
    width: auto;
    height: 45vh;
    left: 0;
  }

  .div-block-video3 {
    width: 100%;
    height: auto;
    padding: 60px;
  }

  .titelvideo-50 {
    min-height: 60vh;
  }

  .gri-title {
    flex-flow: column;
    display: flex;
  }

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

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

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

  .slider-reviews {
    flex-flow: row;
    order: -9999;
  }

  .video-div {
    width: 35vw;
    height: 45vh;
  }

  .kundenstimmen-div {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .logos-block {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-4er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .section-62.highlights {
    margin-top: 0;
    padding: 60px;
  }

  .image {
    width: 100%;
    height: 45vh;
    margin-left: 0;
  }

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

  .number-icon-div {
    position: static;
    bottom: 60px;
    left: -10px;
  }

  .divblock-content {
    text-align: center;
    padding-left: 0;
  }

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

  .div-img {
    height: 45vh;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 60px;
  }

  .text-mittig-2.flie-text.top-0 {
    margin-top: 0;
  }

  .heading-mittig1-9.heading-1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .heading-mittig1-9.heading-1.resize {
    font-size: 30px;
  }

  .heading-mittig1-9.heading-1.resize.farbe-der-headings {
    margin-top: 0;
  }

  .heading-mittig1-9.heading-1.resize.farbe-der-headings.small {
    font-size: 30px;
  }

  .warnbild {
    height: 40vh;
    margin-bottom: 10px;
  }

  .dropdown-19, .dropdown-toggle-17 {
    width: 100%;
  }

  .wrap {
    overflow-wrap: anywhere;
  }

  .img-div {
    order: -9999;
    height: auto;
  }

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

  .code-embed-72 {
    height: 180vh;
  }
}

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

  .nav-links.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.3;
  }

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

  .titelvideo1 {
    height: 100%;
  }

  .inhalt-mittig1 {
    height: auto;
  }

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

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

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

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

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

  .angebot2 {
    height: auto;
  }

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

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

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

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

  .subheading1.heading-2.black-text {
    font-size: 22px;
  }

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

  .slogan1.black-text {
    font-size: 30px;
  }

  .termin-button.heading-3.highlights, .termin-button.heading-3.hauptfarbe {
    font-size: 15px;
  }

  .termin-button.heading-3.hauptfarbe.w--current {
    font-size: 16px;
  }

  .inhalt-mittig-untereinander.highlights {
    padding: 20px;
  }

  .inhalt-mittig-untereinander.highlights.top {
    padding-top: 20px;
  }

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

  .heading-mittig1.heading-3, .heading-mittig1.heading-3.farbe-der-headings {
    font-size: 18px;
  }

  .heading-mittig1.heading-3.mit {
    font-size: 18px;
    line-height: 1.3;
  }

  .section-mittig1 {
    padding: 40px 20px;
  }

  .section-mittig1.top {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-mittig1.top._70vh {
    padding: 40px;
  }

  .section-mittig1.top._70vh-2 {
    padding: 40px 40px 20px;
  }

  .section-mittig1.links, .section-mittig1.links.highlights, .section-mittig1.zweitfarbe, .section-mittig1.mit, .section-mittig1.mit.zweitfarbe {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-links1.heading-1 {
    text-align: center;
    font-size: 28px;
  }

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

  .text-links1.flie-text.mit {
    margin-top: 10px;
  }

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

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

  .bildcover-100-1.contain.adj {
    object-fit: contain;
  }

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

  .footer-1.hauptfarbe {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-1.hauptfarbe.heading-3 {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

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

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

  .zwischen-section1 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-einstellungen {
    font-size: 32px;
    line-height: 38px;
  }

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

  .maos-footer {
    height: 100px;
  }

  .image-wrapper {
    height: 24rem;
  }

  .galerie-grid {
    flex-flow: column;
    width: 75%;
    display: flex;
  }

  .content-wrapper.padding.margin-left {
    padding: 20px;
  }

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

  .tab-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tab-link.w--current {
    color: var(--white);
  }

  .tab-link.flie-text {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-absl {
    top: 26%;
    left: -15%;
  }

  .accrodian-item-2 {
    padding-left: 22px;
    padding-right: 21px;
  }

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

  .paragraph-link.flie-text.is-wrap {
    white-space: normal;
    overflow-wrap: anywhere;
    width: 100%;
  }

  .footer-heading.heading-2 {
    font-size: 18px;
    line-height: 1.3;
  }

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

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

  .icon {
    height: 3rem;
  }

  .image-wrapper-100 {
    height: 22rem;
  }

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

  .dropdown-list.w--open {
    padding: 20px 0;
  }

  .navl-sublink-div {
    width: auto;
  }

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

  .nav-sublink.flie-text {
    overflow-wrap: normal;
    font-size: 14px;
  }

  ._3er-2 {
    flex-flow: column;
    display: flex;
  }

  .inhalt-untereinander12.kontakt {
    justify-content: flex-start;
    align-items: center;
  }

  .section-1 {
    padding: 40px;
  }

  .section-1.top {
    padding-top: 10px;
  }

  .para-grid {
    flex-flow: column;
    margin-top: 0;
    display: flex;
  }

  .titelvideo-unterseiten1-2.color {
    height: 60vh;
    padding: 40px;
  }

  .section-60.highlights {
    padding: 40px;
  }

  .counter-div {
    width: 100%;
  }

  .text-block-2.flie-text.mit {
    font-size: 20px;
  }

  .text-block-2.flie-text.mit-2 {
    font-size: 25px;
  }

  .main-wrap-div {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .section-61 {
    padding: 40px;
  }

  .section-61.zweitfarbe.small {
    padding-bottom: 40px;
  }

  .grid-3err {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .section {
    padding: 40px;
  }

  .code-video-wrap, .image-wrapperr {
    height: 22rem;
  }

  .cancel-icon {
    width: 25px;
    height: 25px;
  }

  ._2er1 {
    display: flex;
  }

  .relative {
    height: 20rem;
  }

  .block-img {
    height: 22rem;
  }

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

  .titelvideo-50 {
    min-height: 22rem;
  }

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

  .div-block-50vh {
    height: 22rem;
  }

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

  .video-div {
    width: 35vw;
    height: 25rem;
  }

  .heading-links.heading-3 {
    font-size: 20px;
    line-height: 25px;
  }

  .logos-block {
    flex-flow: wrap;
  }

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

  .section-62.highlights {
    padding: 40px;
  }

  .image {
    object-fit: contain;
    height: 22rem;
  }

  ._3-1-grid {
    flex-flow: column;
    display: flex;
  }

  .div-img {
    height: 20rem;
  }

  ._404-page-wrap.hauptfarbe {
    padding: 40px;
  }

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

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

  .heading-mittig1-9.heading-1.resize {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 1.5;
  }

  .heading-mittig1-9.heading-1.resize.farbe-der-headings {
    margin-bottom: 10px;
  }

  .heading-mittig1-9.heading-1.resize.farbe-der-headings.small {
    font-size: 25px;
    line-height: 1.3;
  }

  .warnbild {
    height: 15rem;
  }

  .dropdown-toggle-17 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .bold-text-12 {
    font-size: 25px;
  }

  .bold-text-13 {
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .img-div {
    height: 22rem;
  }
}

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

  .navbar1 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-links.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }

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

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

  .utility-page-content {
    width: 225px;
  }

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

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

  .impdatfooter {
    text-align: left;
  }

  .men-buttton1.hauptfarbe {
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding: 10px;
  }

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

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

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

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

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

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .subheading1.heading-2.black-text {
    font-size: 18px;
  }

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

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

  .slogan1.black-text {
    font-size: 25px;
  }

  .termin-button.heading-3.highlights {
    font-size: 14px;
  }

  .termin-button.heading-3.hauptfarbe {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .termin-button.heading-3.hauptfarbe.w--current {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .termin-button.heading-3.hauptfarbe.is-navbar-button {
    margin-left: 0;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

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

  .heading-mittig1.heading-3, .heading-mittig1.heading-3.farbe-der-headings, .heading-mittig1.heading-3.mit {
    font-size: 16px;
  }

  .section-mittig1 {
    padding: 20px;
  }

  .section-mittig1.top {
    padding: 40px 20px;
  }

  .section-mittig1.top._70vh, .section-mittig1.top._70vh-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-mittig1.links, .section-mittig1.links.highlights, .section-mittig1.zweitfarbe, .section-mittig1.mit, .section-mittig1.mit.zweitfarbe {
    padding: 40px 20px;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

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

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

  .text-links1.flie-text.mit {
    margin-top: 10px;
  }

  .text-links1.flie-text.sub-icons {
    margin-bottom: 0;
    font-size: 12px;
  }

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

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

  .footer-1.hauptfarbe.heading-3 {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .success1.heading-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 23px;
  }

  .logo-img {
    height: 3rem;
  }

  .heading-einstellungen {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
  }

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

  .image-wrapper {
    height: 20rem;
  }

  .image-wrapper.large {
    height: 500px;
    max-height: 500px;
  }

  .galerie-grid {
    width: 100%;
    display: flex;
  }

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

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

  .list1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .tab-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .tab-link.flie-text, .tab-link.flie-text.w--current {
    text-align: center;
    width: 100%;
  }

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

  .small-headig.heading-1.farbe-der-headings {
    text-align: center;
  }

  .accrodian-item-2 {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accrodian-toggle {
    justify-content: space-between;
    align-items: center;
  }

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

  .paragraph-link.flie-text, .paragraph-link.flie-text.is-wrap {
    font-size: 13px;
  }

  .footer-heading.heading-2 {
    margin-bottom: 5px;
  }

  .icon {
    height: 2.5rem;
  }

  .image-wrapper-100 {
    height: 20rem;
  }

  .text-block.flie-text {
    font-size: 13px;
  }

  .dropdown-list.w--open {
    padding: 20px;
  }

  .navl-sublink-div {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navlink-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .text-block-bold {
    font-size: 14px;
    line-height: 1.3;
  }

  .nav-sublink.flie-text {
    text-align: left;
    font-size: 13px;
  }

  .div-img-1.auto {
    height: auto;
  }

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

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

  .section-1.top {
    padding-top: 10px;
  }

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

  .navbar1-fixed {
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .titelvideo-unterseiten1-2 {
    height: 60vh;
  }

  .titelvideo-unterseiten1-2.color {
    height: 30rem;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-60.highlights {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .counter-inner-div {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-2.flie-text.mit {
    font-size: 18px;
  }

  .text-block-2.flie-text.mit-2 {
    font-size: 20px;
  }

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

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

  .grid-3err {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-span-2 {
    font-size: 30px;
  }

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

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 10px;
  }

  .code-video-wrap {
    height: 20rem;
  }

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

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

  .cancel-icon {
    width: 20px;
    height: 20px;
  }

  .div-block-video3 {
    align-items: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .titelvideo-50 {
    height: auto;
    min-height: 20rem;
  }

  .div-block-50vh {
    height: 20rem;
  }

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

  .video-div {
    width: auto;
    height: 20rem;
  }

  .logos-block {
    flex-flow: wrap;
  }

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

  .image {
    height: 20rem;
  }

  .div-img {
    height: 18rem;
  }

  ._404-page-wrap.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-mittig-2.flie-text {
    padding-bottom: 20px;
  }

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

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

  .heading-mittig1-9.heading-1.resize.farbe-der-headings.small {
    text-transform: none;
    font-size: 22px;
  }

  .warnbild {
    height: 12rem;
  }

  .wrap {
    overflow-wrap: anywhere;
  }

  .img-div {
    height: auto;
  }
}

#w-node-_3e1196f6-0f1c-5ef6-47d4-3f1b7e19f5db-9ee8d22e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e1196f6-0f1c-5ef6-47d4-3f1b7e19f5f4-9ee8d22e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-a4b6254f-3521-5b56-388e-2bea325d56d4-9ee8d22e, #w-node-deee2b35-54aa-0ee9-b01d-37c853cd9303-9ee8d236, #w-node-f669bcb9-d11d-4b7e-46de-a12e66e935eb-9ee8d236, #w-node-_9cfa9318-4873-04c6-05b3-dc8d9ca3ce69-9ee8d236, #w-node-cc302698-03e1-2632-019e-56fcc25edfa9-9ee8d236, #w-node-_9fc7c1fc-5838-8003-d9c8-b74d5d8804d2-9ee8d236, #w-node-d6db2b6d-d01d-3aaf-b011-25304bfab9c6-9ee8d236, #w-node-aa22f42b-6641-562e-8966-fa66cd494902-9ee8d236, #w-node-c87413a9-a972-77c0-7cb8-6ecf63d1cb72-9ee8d236, #w-node-_6e5ffd04-d2c4-ff9c-6b2e-9df82e676557-9ee8d236, #w-node-_1936a8b1-183e-edcc-3acd-4d8d896e8a63-9ee8d236, #w-node-ea14a2ce-76b6-4ebf-d051-fd80b90e52d5-9ee8d236, #w-node-edd778e9-7dba-bb36-6b72-844687692603-9ee8d236, #w-node-bca1ac02-797e-04b1-b0d9-f4ea9b00ccbb-9ee8d236, #w-node-c459ef37-c599-4b65-f4ea-61e4e1f20159-9ee8d236, #w-node-e5b0048c-0c93-f058-ebe9-59ac0ac312d8-9ee8d236, #w-node-f343b3e0-aac3-6b55-28d2-ced7c835cd9f-9ee8d236, #w-node-_93ba19f6-24cf-5702-defb-5e0f5b26125d-9ee8d236, #w-node-b1a4aaaf-f750-e77b-9db8-bca64a4e44ac-9ee8d236, #w-node-_20a9f8a0-cb4f-1c21-2226-4b47abc4dd5e-9ee8d236, #w-node-_0237bd28-c273-545c-aaff-9ab5b0f435f7-9ee8d236, #w-node-cc754921-ef94-41c2-89c6-19a5f18495c2-9ee8d236, #w-node-_3e3850db-3a9e-7328-9b25-715ca816dab1-9ee8d23b, #w-node-_3e3850db-3a9e-7328-9b25-715ca816dada-9ee8d23b, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-04057c6d, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-04057c6d, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-30d7392f, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-30d7392f, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-d18f6077, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-d18f6077, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-503df976, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-503df976, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-909cdc82, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-909cdc82, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-4afbbb69, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-4afbbb69, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-5a0ae930, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-5a0ae930, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-239b1bfb, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-239b1bfb, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-1d3f1a43, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-1d3f1a43, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-31436cf7, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-31436cf7, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-a0c4afcc, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-a0c4afcc, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b3197ea-6e1bc3a5, #w-node-a1d638bc-b001-b1be-f4c4-1bdf5b319803-6e1bc3a5, #w-node-_058644f4-b1bc-5950-ae97-5a67966d44ad-5da5edc8, #w-node-_3a590605-2087-c390-8817-0336a24f10a8-cb51a9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a590605-2087-c390-8817-0336a24f10d5-cb51a9bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_3c2292b9-ce1f-0ec1-b127-f3714265cde2-4265cdcb, #w-node-_9ed0e775-3897-5f51-8418-58235a2ac37a-cb51a9bc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37d3dc95-7485-cb9b-0489-d5493bc9616d-de6d0e6d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


