:root {
  --red: #be1d2c;
  --grey: #3e3e3e;
  --black: black;
  --white: white;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

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

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

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

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

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

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

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

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

body {
  color: #333;
  flex-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 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  height: 30vh;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.logo.w--current {
  height: auto;
}

.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: 1000;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-6 {
  width: 100%;
}

.navbar-6.main-color {
  background-color: #be1d2c;
}

.nav-link-3 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

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

.nav-link-3.paragraph-font, .nav-link-3.paragraph-font:hover {
  color: #fff;
}

.nav-link-3.paragraph-font.w--current {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.heading-color {
  color: #be1d2c;
  line-height: 1.3;
}

.main-color {
  background-color: #3e3e3e;
}

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

.highlights {
  background-color: #be1d2c;
}

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

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

.paragraph-font {
  overflow-wrap: anywhere;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.heading-font3 {
  font-family: Roboto, 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 {
  font-family: Roboto, sans-serif;
}

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

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-color: var(--red);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  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-start1 {
  height: 90vh;
  position: relative;
}

.titelvideo-start1.small {
  object-position: 50% 100%;
  height: 80vh;
}

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

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.footer-1 {
  background-color: var(--grey);
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 60px 10%;
  display: flex;
}

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

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

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

.telefonnummer1 {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

.email.flie-text {
  font-family: Montserrat, sans-serif;
  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 {
  font-family: Montserrat, sans-serif;
  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.webp'), 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.webp');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

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

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

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

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

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

.section-gro-e-abst-nde1.zweitfarbe {
  background-color: #fff;
  padding-left: 10%;
  padding-right: 10%;
}

.section-gro-e-abst-nde1.whitesmoke {
  background-color: #f5f5f5;
}

.rounded-block1 {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 35px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.rounded-block1.full {
  background-color: #fff0;
  width: 100%;
  height: 100%;
  min-height: 60vh;
  box-shadow: 0 2px 5px #0003;
}

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

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

.text-mittig1.paragraph-font {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.text-mittig1.paragraph-font.mittig {
  text-align: center;
}

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

.heading-mittig1.heading-font1 {
  color: #be1d2c;
  font-size: 40px;
  line-height: 1.3;
}

.heading-mittig1.heading-font1.left {
  text-align: left;
}

.heading-mittig1.heading-font2 {
  line-height: 1.3;
}

.heading-mittig1.heading-font2.heading-color {
  color: #be1d2c;
  line-height: 1.3;
}

.heading-mittig1.heading-font2.heading-color.left {
  text-align: left;
  font-weight: 700;
}

.produktbild1 {
  object-fit: cover;
  height: 36vh;
  margin-bottom: 10px;
}

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

.produktbild1._100 {
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.bild-section-cover-1 {
  background-image: linear-gradient(#00000061, #00000061), url('../images/AdobeStock_210843852.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
}

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

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

.link-formular {
  color: #be1d2c;
  text-decoration: none;
}

.select-field {
  color: #949494;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

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

.text-field {
  height: 30px;
  font-family: Montserrat, sans-serif;
}

.form-block {
  padding: 20px;
}

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

.submit-button1 {
  background-color: #328597;
}

.submit-button1.heading-font1 {
  background-color: #be1d2c;
}

.submit-button1.heading-font1:hover {
  background-color: var(--grey);
}

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

.kontakt-heading.heading-font1 {
  font-size: 40px;
  line-height: 1.3;
}

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

.heading-small1.heading-font3 {
  font-size: 40px;
  line-height: 1.3;
}

.heading-small1.heading-font3.new {
  font-size: 30px;
}

.heading-small1.heading-font3.new.larger {
  font-family: Raleway, sans-serif;
  font-size: 35px;
}

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

.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;
  width: 240px;
  max-width: none;
}

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

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

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

.link.black {
  color: #333;
}

.link-block {
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
}

.link-block.social {
  background-color: #be1d2c;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 10px;
}

.sm-icons.fixed {
  z-index: 100;
  flex-flow: column;
  display: flex;
  position: fixed;
  inset: auto 2% 45% auto;
}

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

.social-media {
  color: #fff;
  width: 2vw;
}

.social-media.invert {
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: auto;
  padding: 0;
  display: flex;
}

.impressum-link, .datenschutz-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  text-decoration: none;
}

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

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

.image-100.contain {
  object-fit: contain;
  background-color: #a80001;
}

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

.div-block-172 {
  color: #000;
}

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

.headingfooter {
  font-family: Raleway, sans-serif;
}

.button1.main-color.heading-font1 {
  background-color: #be1d2c;
}

.button1.main-color.heading-font1:hover {
  background-color: #3e3e3e;
}

.button1.main-color.heading-font1.short {
  text-align: center;
  width: 180px;
}

.button1.main-color.heading-font1.shorter {
  background-color: var(--red);
  text-align: center;
  width: 130px;
}

.button1.main-color.heading-font1.shorter:hover {
  background-color: var(--grey);
}

.quick-stack {
  width: 100%;
}

.content_1-2 {
  color: #333;
  background-color: #3e3e3e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 5px 2px #0003;
}

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

.heading_center_small.heading-font1 {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
}

.heading_center_small.heading-font1.white {
  color: #fff;
}

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

.heading-89 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
}

.heading-89.left {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

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

.text-mittig1-list.paragraph-font {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.div-block-image {
  color: #fff;
  background-image: radial-gradient(circle, #ffffffa3 7%, #ffffff52 43%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list-item-2 {
  margin-left: 40px;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
}

.section-less-padding {
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 10%;
  display: flex;
}

.image-wrapper-90vh {
  border-left: 3vw solid #a80001;
  width: 100%;
  height: 75vh;
}

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

.logo-icon {
  color: #fff;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.link-block-2 {
  color: #000;
  margin-bottom: 10px;
  margin-right: 10px;
}

.link-block-2.social {
  background-color: #be1d2c;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding: 0 5px;
}

.quick-stack-2, .quick-stack-8 {
  width: 100%;
}

.div-block-173 {
  width: 100%;
  height: 100%;
  padding: 30px;
}

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

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

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

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

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

  .titelvideo-start1 {
    height: 60vh;
  }

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

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

  .footer-1 {
    padding: 20px 60px;
  }

  .footertext1 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

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

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--red);
  }

  .nav-men-1.hauptfarbe {
    z-index: 1000;
    background-color: var(--black);
    width: 100%;
  }

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

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

  .rounded-block1 {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .rounded-block1.full {
    justify-content: center;
    align-items: center;
    min-height: 45vh;
    padding: 20px;
  }

  ._6er-grid1 {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

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

  .heading-mittig1.heading-font1.left {
    text-align: center;
    font-size: 35px;
  }

  .produktbild1 {
    width: 100%;
  }

  .produktbild1._100 {
    min-height: 45vh;
  }

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

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

  .form-block {
    padding: 0;
  }

  .kontakt-heading.heading-font1 {
    text-align: center;
  }

  .impdat, .success {
    padding: 60px;
  }

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

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

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

  .logo-img {
    width: 150px;
  }

  .social-media {
    height: 4vw;
  }

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

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

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

  .heading-89.left {
    text-align: center;
    font-size: 28px;
  }

  .text-mittig1-list.paragraph-font {
    text-align: left;
  }

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

  .cell-2 {
    padding-left: 0;
  }

  .section-less-padding {
    padding: 50px 5%;
  }

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

  .image-wrapper-70vh {
    height: 55vh;
  }

  .logo-icon {
    height: 4vw;
  }

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

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

  .quick-stack-5, .quick-stack-6, .quick-stack-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .div-block-173 {
    text-align: center;
    flex-flow: column;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

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

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

@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-font2 {
    font-size: 25px;
    line-height: 30px;
  }

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start1 {
    height: 55vh;
  }

  .titelvideo-start1.small {
    height: 50vh;
  }

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

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

  .footer-1 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
  }

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

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

  .rounded-block1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rounded-block1.full {
    min-height: 40vh;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .heading-mittig1.heading-font1.left {
    font-size: 30px;
  }

  .produktbild1._100 {
    min-height: 40vh;
  }

  .bild-section-cover-1 {
    height: 300px;
    min-height: auto;
  }

  .kontakt-heading.heading-font1, .heading-small1.heading-font3.new.larger {
    font-size: 30px;
  }

  .impdat {
    padding: 40px;
  }

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

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

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

  .logo-img {
    width: 120px;
  }

  .maos-footer {
    height: 100px;
  }

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

  .link-block.social {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    display: flex;
  }

  .sm-icons.fixed {
    align-items: flex-start;
    right: 0%;
  }

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

  .social-media {
    height: 5vw;
  }

  .impdat-2.flie-text {
    text-align: center;
  }

  .image-100 {
    min-height: 40vh;
  }

  .headingfooter {
    margin-bottom: 5px;
  }

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

  .content_1-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-89.left {
    font-size: 25px;
    line-height: 1.5;
  }

  .text-mittig1-list.paragraph-font {
    text-align: left;
  }

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

  .section-less-padding {
    padding: 40px;
  }

  .image-wrapper-90vh {
    height: 50vh;
  }

  .logo-icon {
    height: 5vw;
  }

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

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

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

  .quick-stack-6, .quick-stack-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-3, .cell-4, .cell-5, .cell-6 {
    display: none;
  }

  .div-block-173 {
    text-align: center;
  }
}

@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-font2 {
    font-size: 22px;
    line-height: 26px;
  }

  .titelvideo1 {
    height: 100%;
  }

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

  .utility-page-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .titelvideo-start1 {
    height: 50vh;
  }

  .titelvideo-start1.small {
    height: 40vh;
  }

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

  .impdatfooter {
    text-align: left;
  }

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

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

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

  .background-video3 {
    height: 60vh;
  }

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

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

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

  .rounded-block1 {
    min-width: 200px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .rounded-block1.full {
    justify-content: center;
    align-items: center;
  }

  ._6er-grid1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
    display: flex;
  }

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

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

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

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

  .heading-mittig1.heading-font2.heading-color.left {
    text-align: center;
    font-size: 19px;
  }

  .produktbild1 {
    height: 35vh;
  }

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

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

  .kontakt-heading.heading-font1, .heading-small1.heading-font3.new.larger {
    font-size: 22px;
  }

  .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: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .logo-img {
    width: 100px;
  }

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

  .social-media {
    height: 8vw;
  }

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

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

  .image-100 {
    min-height: 30vh;
  }

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

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

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

  .content_1-2 {
    padding: 20px 10px;
  }

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

  .heading_center_small.heading-font1.white {
    font-size: 14px;
    line-height: 1.5;
  }

  .text-mittig1-list.paragraph-font {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .image-wrapper-90vh, .image-wrapper-70vh {
    height: 35vh;
  }

  .logo-icon {
    height: 8vw;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .quick-stack-8, .div-block-173 {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_3b7757c8-8185-6c84-bf29-ebde3464ba1e-72eb72ac, #w-node-_3f5e0c47-2a9d-3327-e3a4-0746df5f1287-72eb72ac {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5688feca-1faa-ebfe-28fa-e08bc4edb3b7-72eb72b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_69394e7e-3e0e-d988-b07c-96fc50cfb8f2-72eb72b9 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d174fc71-25a0-11f9-7896-f0ff5eafee64-72eb72b9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5012f98b-aa17-05f7-daa2-7c6f2bf569bb-72eb72b9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-adc210c9-2fe9-5aec-38fa-83967a1aa4bc-72eb72b9, #w-node-b0d57fa6-8f41-778e-e18f-ad654fa064a4-72eb72f6, #w-node-_5b9d1dcc-1e08-4061-8809-daae2231c934-72eb731f, #w-node-_18512c68-c9c3-22f1-7493-fdd19b5266ff-72eb731f, #w-node-c49379b6-f0e5-fd4a-45a2-e5ace307d376-72eb731f, #w-node-_8223402d-3216-e781-a776-9b258596bfa4-72eb7367, #w-node-_87c851e0-1894-f7a1-b8e4-db4dbf763ae2-72eb7367 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3b7757c8-8185-6c84-bf29-ebde3464ba1e-72eb72ac, #w-node-_3f5e0c47-2a9d-3327-e3a4-0746df5f1287-72eb72ac, #w-node-b0d57fa6-8f41-778e-e18f-ad654fa064a4-72eb72f6, #w-node-_5b9d1dcc-1e08-4061-8809-daae2231c934-72eb731f, #w-node-_18512c68-c9c3-22f1-7493-fdd19b5266ff-72eb731f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18512c68-c9c3-22f1-7493-fdd19b526700-72eb731f {
    order: 9999;
  }

  #w-node-c49379b6-f0e5-fd4a-45a2-e5ace307d376-72eb731f, #w-node-_8223402d-3216-e781-a776-9b258596bfa4-72eb7367 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8223402d-3216-e781-a776-9b258596bfa5-72eb7367 {
    order: 9999;
  }

  #w-node-_87c851e0-1894-f7a1-b8e4-db4dbf763ae2-72eb7367 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5688feca-1faa-ebfe-28fa-e08bc4edb3b7-72eb72b9, #w-node-_69394e7e-3e0e-d988-b07c-96fc50cfb8f2-72eb72b9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-d174fc71-25a0-11f9-7896-f0ff5eafee64-72eb72b9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5012f98b-aa17-05f7-daa2-7c6f2bf569bb-72eb72b9, #w-node-adc210c9-2fe9-5aec-38fa-83967a1aa4bc-72eb72b9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


