:root {
  --highlight: #f1d930;
}

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

.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: 999;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 8vw;
  padding-right: 8vw;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar1.wei {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.navbar-6 {
  z-index: 10000;
  background-color: #0000;
}

.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 {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25vw;
}

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

.nav-link-3.paragraph-font.w--current {
  color: #bba718;
}

.heading-color {
  color: var(--highlight);
  line-height: 1.3;
}

.main-color {
  color: #fff;
  background-color: #000;
}

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

.highlight {
  background-color: var(--highlight);
  color: #000;
}

.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 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.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-image: url('../images/5e4e799880743331e550192d_schloss-gold_15e4e799880743331e550192d_schloss gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
  position: absolute;
  bottom: 5%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  top: 0;
}

.utility-page-form.form-text {
  width: 100%;
  height: 100%;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
}

.submit-button {
  background-color: #ecbf38;
}

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

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

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

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

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

.mehr-erfahren2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  line-height: 24px;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.mehr-erfahren2:hover {
  background-color: #2e2e2e;
}

.mehr-erfahren2.zweitfarbe:hover {
  color: #f7f7f7;
}

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

.impdatfooter {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.bold-text-9 {
  font-family: Droid Sans, sans-serif;
}

.impressum2, .datenschutz2 {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.video2 {
  height: 90vh;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

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

.footer-1.main-color {
  justify-content: space-between;
  padding-left: 8vw;
  padding-right: 8vw;
}

.footer-1.main-color.paragraph-font {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: space-around;
  align-items: center;
}

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

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

.footer-image {
  object-fit: contain;
  width: 1.8vw;
  height: auto;
  margin-right: 10px;
}

.nav-men-1.hauptfarbe {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.telefonnummer1 {
  margin-bottom: 5px;
  font-size: 1rem;
}

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

.email {
  margin-bottom: 5px;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

.div-block-video1 {
  z-index: 10;
  color: #fff;
  background-color: #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.section-gro-e-abst-nde1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15vh 8vw;
  display: flex;
  position: relative;
}

.section-gro-e-abst-nde1.secondary-color {
  position: relative;
}

.section-gro-e-abst-nde1.secondary-color.no-btm-mrg {
  padding-bottom: 0;
}

.section-gro-e-abst-nde1.secondary-color.less-top-pad {
  padding-top: 10vh;
}

.text-linksb-ndig1 {
  font-size: 1rem;
  line-height: 22px;
}

.text-linksb-ndig1.paragraph-font {
  line-height: 1.5;
}

._3er-grid1 {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.text-mittig1 {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
}

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

.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-font2 {
  line-height: 1.3;
}

.bild-cover1 {
  object-position: 0% 50%;
  width: 100%;
  height: 70vh;
  position: sticky;
  top: 18vh;
}

.bild-cover1.btm-mrg {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slogan1 {
  text-align: left;
  text-transform: uppercase;
  font-size: 3vw;
  line-height: 1.5;
}

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

.slogan1.heading-font1 {
  font-size: 2vw;
  line-height: 1.5;
}

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

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

.text-field {
  color: #000;
}

.form-block.paragraph-font.main-color {
  clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 89%, 94% 100%, 0 100%, 0% 80%, 0 10%);
  margin-bottom: 0;
  padding: 20px 50px;
}

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

.submit-button1.highlight.paragraph-font {
  margin-left: 0;
  margin-right: auto;
}

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

.kontakt-heading.heading-font1 {
  margin-bottom: 0;
  line-height: 1.3;
}

.impdat {
  padding: 100px 8vw;
}

.success {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

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

.success-block.main-color {
  background-image: linear-gradient(180deg, black, var(--highlight));
}

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

.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: 18vw;
  max-width: none;
}

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

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

.link {
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-foter {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  padding: 50px;
}

.grid-8.main-color {
  z-index: 10;
  clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 80%, 100% 100%, 7% 100%, 0 92%, 0% 20%);
  position: relative;
}

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

.image-100.contain-white, .image-100.bg-wh-cont {
  object-fit: contain;
  background-color: #fff;
}

.image-100.to-btm {
  object-position: 50% 10%;
}

.image-100.contain {
  z-index: 1;
  object-fit: contain;
  position: relative;
}

.image-100.abs {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.grid-11 {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  place-items: start center;
  width: 100%;
}

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

.navbar-top {
  justify-content: flex-end;
  align-items: center;
  padding: 10px 8vw;
  display: flex;
}

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

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

.small-icon-wrapper {
  width: 1.5vw;
  height: auto;
}

.email-no-margin {
  margin-bottom: 0;
  font-size: 1rem;
}

.wei {
  color: #000;
  background-color: #fff;
}

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

.content-block-banner {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 10vw;
  display: flex;
}

.content-block-banner.main-color {
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  height: 50%;
  padding-left: 2vw;
  overflow: visible;
  transform: rotate(0);
}

.content-block-banner.main-color.highlight {
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.offset {
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.offset.highlight {
  overflow: visible;
}

.image-100-rel {
  z-index: 10;
  object-fit: cover;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 100%;
  height: 100%;
  position: relative;
  top: 5%;
  left: 5%;
}

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

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

.karte-div {
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 80%, 100% 100%, 5% 100%, 0 94%, 0% 20%);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 20px;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: flex;
}

.karte-div:hover {
  background-color: #eaeaea;
}

.karte-div.wei {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #fdfdfd;
  padding-left: 10px;
  padding-right: 10px;
}

.karte-div.wei:hover {
  background-color: #f2f2f2;
}

.karte-icon-wrapper {
  clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 80%, 100% 100%, 7% 100%, 0 92%, 0% 20%);
  width: 6vw;
  height: auto;
}

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

.heading-linksb-ndig1-karte {
  text-align: left;
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 1;
}

.heading-linksb-ndig1-karte.heading-font2 {
  margin-bottom: 0;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 1.3;
}

.text-linksb-ndig1-karte {
  font-size: 1rem;
  line-height: 1.5;
}

.text-linksb-ndig1-karte.paragraph-font {
  line-height: 1.3;
}

.text-linksb-ndig1-karte.paragraph-font.block {
  text-align: justify;
}

.link-block-2 {
  color: #000;
  border: 1px solid #000;
  margin-top: auto;
  padding: 10px 20px;
  text-decoration: none;
  transform: skew(0deg);
}

.text-linksb-ndig1-karte-2 {
  margin-bottom: 0;
  font-size: .9vw;
  line-height: 1.5;
}

.text-linksb-ndig1-karte-2.paragraph-font {
  line-height: 1.3;
}

.fixed-block {
  z-index: 999;
  position: fixed;
  inset: auto 1% 50% auto;
}

.link-social {
  width: 2.8vw;
  height: auto;
}

.image-100-rel-rechts {
  z-index: 10;
  object-fit: cover;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 100%;
  height: 100%;
  position: relative;
  top: 5%;
  right: 5%;
}

.link-block-2-btn {
  color: #000;
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
  transform: skew(0deg);
}

.bold {
  font-weight: 700;
}

.logo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 5px solid #efefef;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  padding: 10px;
  display: grid;
}

.logo-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.logo-wrapper {
  border: 1px solid #d3d3d3;
  width: 10vw;
  max-width: 10vw;
  height: auto;
  padding: 10px;
}

.image-80-contian-abs {
  opacity: .08;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.relative-wrap {
  z-index: 10;
  position: relative;
}

.icon-8 {
  object-fit: cover;
  width: 2vw;
  height: auto;
  margin-bottom: 20px;
}

.div-block-farbig-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 20px;
  transition: all .6s;
  display: flex;
}

.div-block-farbig-2:hover {
  background-color: #f8f8f8;
}

.lottie-animation-top {
  opacity: .1;
  width: 15vw;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lottie-animation-bottom {
  opacity: .1;
  width: 15vw;
  height: auto;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: auto 1% 1% auto;
}

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

.lottie-animation.overlay {
  filter: grayscale();
}

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

.dropdown-toggle-12 {
  padding: 0 40px 0 0;
}

.dropdown-list-14 {
  background-color: #fff;
  width: auto;
  padding: 10px 20px;
}

.image-100-rel-blur {
  z-index: 10;
  filter: blur(5px);
  object-fit: cover;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 100%;
  height: 100%;
  position: relative;
  top: 5%;
  left: 5%;
}

.image-100-abs {
  z-index: 10;
  object-fit: contain;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 5%;
}

.image-100-abs.bg {
  background-color: #fff;
}

.nav-text-3 {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

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

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

.nav-text-3.paragraph-font {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25vw;
}

.nav-text-3.paragraph-font:hover {
  color: #beab24;
}

.nav-text-3.paragraph-font.w--current {
  color: #bba718;
}

.list-item {
  font-weight: 700;
  list-style-type: decimal;
}

.content-block-banner-reverse {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 10vw;
  display: flex;
}

.content-block-banner-reverse.main-color {
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
  width: 25%;
  height: 50%;
  transform-style: preserve-3d;
  margin-bottom: -1px;
  padding-left: 2vw;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.content-block-banner-reverse.main-color.highlight {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  padding-left: 0;
  padding-right: 0;
}

.div-block-map {
  filter: invert();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22%;
  display: flex;
}

.div-block-map.mapbg {
  background-image: url('../images/vecteezy_doodle-freehand-drawing-of-germany-map_12073824.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px 120px;
}

.location {
  object-fit: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto 40% 5% auto;
}

.footer-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.content-block-banner-small {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-right: auto;
  padding-left: 4vw;
  padding-right: 10vw;
  display: flex;
}

.content-block-banner-small.main-color {
  clip-path: polygon(0 0, 100% 0, 77% 100%, 0% 100%);
  justify-content: flex-end;
  align-items: flex-start;
  width: 95%;
  height: 95%;
  margin-bottom: -.5px;
  margin-left: 1vw;
  padding-left: 2vw;
}

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

.innner-offset {
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  width: 90%;
  height: 90%;
  margin-top: 10px;
  margin-left: 10px;
  position: absolute;
  inset: 0%;
}

.innner-offset.main-color {
  width: 95%;
  height: 100%;
  margin-top: 1vh;
  margin-left: 1vw;
}

.form-holder {
  clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 89%, 94% 100%, 0 100%, 0% 80%, 0 10%);
}

.form-holder.highlight {
  width: 60%;
  margin-bottom: 15px;
  padding: 1.5vh 1.5vw;
}

.form-holder-kontact {
  clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 89%, 94% 100%, 0 100%, 0% 80%, 0 10%);
}

.form-holder-kontact.highlight {
  clip-path: polygon(0 0, 93% 0, 100% 12%, 100% 80%, 100% 100%, 7% 100%, 0 92%, 0% 20%);
  padding: 1vh 1vw;
}

.text-field-2 {
  width: 100%;
  font-family: Roboto, sans-serif;
}

.datenschutz-link-copy {
  color: #f1d930;
  line-height: 1.5;
  text-decoration: none;
}

.paragraph-62 {
  font-weight: 400;
}

.text-block-2 {
  color: #000;
  text-align: left;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  inset: 42% 0% auto 10%;
}

.text-block-2.vw {
  font-size: 13px;
  line-height: .8;
  top: 35%;
  left: 15%;
}

.text-block-2.vw.set {
  position: static;
}

.text-block-2.vw.set.absolut {
  z-index: 2;
  color: #fff;
  padding-bottom: 10px;
  padding-right: 30px;
  font-size: 11px;
  position: absolute;
  inset: auto;
}

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

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

.flex-box {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

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

.image-101-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

._3er-certificate-grid-no-gap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: 75%;
  margin-top: 40px;
}

._3er-certificate-grid-no-gap._2er {
  grid-template-columns: 1fr 1fr;
  width: 60%;
}

.div-block-180 {
  height: 45vh;
  box-shadow: 0 2px 5px #0003;
}

._4er-certificate-grid-no-gap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  margin-top: 40px;
}

.div-block-video1-2 {
  color: #fff;
  background-color: #0000002e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

._3er-grid-margin {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 100px;
  position: relative;
}

.card-holder {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 80%, 100% 100%, 8% 100%, 0 89%, 0% 20%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  display: flex;
  box-shadow: 0 0 6px 1px #a6a4a433;
}

.card-holder:hover {
  background-color: #eaeaea;
}

.list-1 {
  font-size: .9rem;
  line-height: 1.6;
}

.wrapper-1 {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.form-block-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.image-104 {
  filter: brightness(0%) invert();
  object-fit: contain;
  height: 10rem;
  margin-bottom: 10px;
}

.heading-94 {
  text-align: center;
  font-family: Raleway, sans-serif;
}

.text-linksb-ndig1-list {
  font-size: 1rem;
  line-height: 22px;
}

.text-linksb-ndig1-list.paragraph-font {
  line-height: 1.5;
}

.rel-div {
  z-index: 1;
  width: 100%;
  height: 90%;
  position: relative;
}

.justify {
  text-align: justify;
}

.link-block-3 {
  margin-top: auto;
}

.div-block-181 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
  position: relative;
}

.image-105 {
  width: 100%;
}

.div-block-182 {
  z-index: 1;
  width: 100%;
}

.div-block-183 {
  height: 45vh;
  box-shadow: 0 2px 5px #0003;
}

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

.code-embed {
  width: 100%;
}

.div-block-184 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px 10px;
  padding: 20px 50px;
  display: flex;
}

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

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

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

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

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

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

.form1-2 {
  margin-bottom: 0;
}

.contact-form-wrap-3 {
  z-index: 10;
  border: 1px solid #d2d2d580;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-field-11 {
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-11:hover {
  border-color: #1d1f2e80;
}

.text-field-11:active, .text-field-11:focus {
  border-color: #1d1f2e;
}

.text-field-11::placeholder {
  color: #1d1f2e4d;
}

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

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

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

@media screen and (min-width: 1440px) {
  .form-block.paragraph-font.main-color {
    margin-bottom: 0;
  }

  .form-holder.highlight {
    padding-bottom: 1vh;
  }

  .form-text-2.paragraph-font {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

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

  .navbar-6 {
    position: static;
  }

  .nav-link-3.paragraph-font {
    padding: 10px 20px;
    font-size: 2vw;
  }

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

  .paragraph-font {
    overflow-wrap: anywhere;
  }

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

  .titelvideo-start1 {
    height: 60vh;
  }

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

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

  .footer-1.main-color.paragraph-font {
    padding: 20px 40px;
  }

  .men-icon1 {
    color: #000;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--highlight);
    border: 3px solid #000;
  }

  .nav-men-1.hauptfarbe {
    background-color: var(--highlight);
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .video-2 {
    height: 80vh;
  }

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

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

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

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

  .heading-linksb-ndig1.heading-font2 {
    text-align: center;
    font-size: 4vw;
  }

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

  .text-linksb-ndig1.paragraph-font {
    text-align: center;
  }

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

  ._3er-grid1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

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

  .bild-cover1 {
    order: -9999;
    height: 60vh;
    margin-bottom: 0;
    position: relative;
    top: 0;
  }

  .bild-cover1.btm-mrg {
    margin-bottom: 40px;
  }

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

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

  .impdat {
    padding: 60px;
  }

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

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

  .logo-img {
    width: 240px;
  }

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

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

  .grid-8.main-color {
    flex-flow: column;
    display: flex;
  }

  .image-100 {
    border-radius: 20px;
  }

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

  .content-wrapper.last {
    order: 9999;
  }

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

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

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

  .navbar-top.main-color {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .image-100-contian {
    border-radius: 20px;
  }

  .image-100-contian.size {
    border-radius: 0;
  }

  .small-icon-wrapper.hide {
    display: none;
  }

  .email-no-margin {
    margin-bottom: 5px;
  }

  .image-100-rel {
    border-radius: 20px;
  }

  .image-100-rel.to-btm-sm-sc {
    object-position: 0% 20%;
  }

  .image-100-rel.to-btm-sm-sc.more {
    object-position: 0% 5%;
  }

  .heading-mittig1-large.heading-font2 {
    font-size: 3.5vw;
  }

  .karte-div.wei {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-linksb-ndig1-karte.heading-font2 {
    text-align: center;
    font-size: 3vw;
  }

  .text-linksb-ndig1-karte.paragraph-font {
    text-align: center;
  }

  .text-linksb-ndig1-karte-2.paragraph-font {
    font-size: 2vw;
  }

  .link-social {
    width: 35px;
  }

  .image-100-rel-rechts {
    border-radius: 20px;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
    width: auto;
  }

  .logo-wrapper {
    width: 19vw;
    max-width: none;
  }

  .image-80-contian-abs {
    border-radius: 20px;
  }

  .div-block-farbig-2 {
    padding: 10px;
  }

  .dropdown-toggle-12 {
    width: 100%;
  }

  .dropdown-list-14.w--open {
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .image-100-rel-blur, .image-100-abs {
    border-radius: 20px;
  }

  .nav-text-3.paragraph-font {
    padding: 10px 20px;
    font-size: 2vw;
  }

  .div-block-map {
    width: 26%;
  }

  .div-block-map.mapbg {
    padding-bottom: 130px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .location {
    width: 30px;
    height: 30px;
    bottom: 7%;
  }

  .footer-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-holder.highlight {
    width: 90%;
  }

  .text-block-2 {
    font-size: .7rem;
    line-height: .7;
  }

  .text-block-2.vw {
    font-size: 12px;
    top: 28%;
    left: 17%;
  }

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

  ._3er-certificate-grid-no-gap, ._4er-certificate-grid-no-gap {
    margin-top: 20px;
  }

  .div-block-video1-2 {
    width: 100%;
    padding-left: 0;
  }

  ._3er-grid-margin {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: flex;
  }

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

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

  .dropdown-18 {
    width: 100%;
    padding-left: 0;
  }

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

  .form-3 {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .rel-div {
    position: relative;
  }

  .div-block-184 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message {
    width: auto;
  }

  .contact-form-wrap-3 {
    flex-direction: column;
    align-items: center;
  }

  .form-wrap-5 {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .navbar1.wei {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link-3.paragraph-font {
    font-size: 2.5vw;
  }

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .titelvideo-start1 {
    height: 25rem;
  }

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

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

  .footer-1.main-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 193px;
    display: flex;
  }

  .footer-1.main-color.paragraph-font {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footertext1 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-image {
    width: 25px;
    margin-bottom: 5px;
    margin-right: 0;
  }

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

  .video-2 {
    height: 70vh;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .background-video3 {
    height: 70vh;
  }

  .div-block-video1 {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

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

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

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

  .text-linksb-ndig1.paragraph-font.list {
    padding-left: 20px;
  }

  ._3er-grid1 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

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

  .bild-cover1 {
    height: 25rem;
    margin-bottom: 0;
  }

  .bild-cover1.btm-mrg {
    margin-bottom: 0;
  }

  .slogan1.heading-font1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 1.2;
  }

  .form-block.paragraph-font.main-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .submit-button1.highlight.paragraph-font {
    margin-right: 0;
  }

  .impdat {
    padding: 40px;
  }

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

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

  .titelvideo-1 {
    height: 60vh;
  }

  .logo-img {
    width: 200px;
  }

  .maos-footer {
    height: 100px;
  }

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

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

  .grid-8.main-color {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-100-contian.size {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-mittig1-large.heading-font2 {
    font-size: 4vw;
  }

  .karte-icon-wrapper {
    width: 12vw;
  }

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

  .heading-linksb-ndig1-karte.heading-font2 {
    font-size: 4vw;
  }

  .text-linksb-ndig1-karte.paragraph-font.block {
    text-align: center;
  }

  .text-linksb-ndig1-karte-2.paragraph-font {
    font-size: 3vw;
  }

  .link-social {
    width: 30px;
  }

  .logo-grid {
    flex-flow: column;
    width: 40%;
    display: flex;
  }

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

  .div-block-farbig-2 {
    height: auto;
  }

  .nav-text-3.paragraph-font {
    font-size: 2.5vw;
  }

  .div-block-map {
    width: 39%;
  }

  .location.ser {
    bottom: 15%;
  }

  .footer-div {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-holder.highlight {
    width: 80%;
  }

  .text-block-2 {
    text-align: center;
    top: 33%;
    left: -6%;
  }

  .text-block-2.vw {
    font-size: 2vw;
    top: 30%;
    left: 0%;
    right: 10%;
  }

  .text-block-2.vw.set.absolut {
    padding-right: 20px;
  }

  ._3er-certificate-grid-no-gap {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-180 {
    height: 20rem;
  }

  ._4er-certificate-grid-no-gap {
    flex-flow: column;
    display: flex;
  }

  .div-block-video1-2 {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

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

  .list-1.paragraph-font {
    padding-left: 20px;
  }

  .image-104 {
    height: 5rem;
  }

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

  .text-linksb-ndig1-list.paragraph-font {
    padding-left: 20px;
  }

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

  .div-block-183 {
    height: 20rem;
  }

  .div-block-184 {
    padding: 10px;
  }

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

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

  .contact-form-wrap-3 {
    padding: 40px;
  }

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

  .text-field-11 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-11::placeholder {
    text-align: center;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 32px;
  }

  h2 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }

  h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-8, .link-3, .link-4 {
    font-size: 15px;
  }

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

  .linkfooter, .linkfooter.w--current {
    font-size: 15px;
  }

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

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

  .navbar1.wei {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-3.paragraph-font {
    font-size: 4vw;
  }

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

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

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

  .impdatfooter {
    text-align: left;
  }

  .footer-1.main-color {
    align-items: center;
    padding-left: 0;
  }

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

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

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

  .heading-linksb-ndig1.heading-font2 {
    overflow-wrap: anywhere;
    font-size: 20px;
  }

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

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

  .text-linksb-ndig1.paragraph-font {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

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

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

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

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

  .form-block.paragraph-font.main-color {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .logo-img {
    width: 150px;
  }

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

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

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

  .content-wrapper {
    overflow-wrap: anywhere;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .image-100-contian.size {
    width: 80%;
  }

  .email-no-margin.paragraph-font {
    font-size: .8rem;
  }

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

  .heading-mittig1-large.heading-font2 {
    font-size: 6vw;
  }

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

  .karte-icon-wrapper {
    width: 20vw;
  }

  .content-wrapper-karte {
    padding-left: 10px;
    padding-right: 0;
  }

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

  .heading-linksb-ndig1-karte.heading-font2 {
    overflow-wrap: anywhere;
    font-size: 6vw;
  }

  .text-linksb-ndig1-karte {
    font-size: 15px;
    line-height: 22px;
  }

  .text-linksb-ndig1-karte.paragraph-font {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .text-linksb-ndig1-karte-2 {
    font-size: 15px;
    line-height: 22px;
  }

  .text-linksb-ndig1-karte-2.paragraph-font {
    font-size: 4vw;
  }

  .link-social {
    width: 27px;
  }

  .logo-grid {
    width: 60%;
  }

  .nav-text-3.paragraph-font {
    font-size: 4vw;
  }

  .div-block-map {
    width: 82%;
  }

  .form-holder.highlight {
    width: 100%;
  }

  .text-block-2.vw {
    font-size: 3.5vw;
  }

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

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

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

  .list-1.paragraph-font {
    overflow-wrap: anywhere;
  }

  .wrapper-1 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

  .text-linksb-ndig1-list.paragraph-font {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  .contact-form-wrap-3 {
    padding: 40px 30px;
  }

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

#w-node-_44c21dc9-6e33-0173-209f-f1dd071c0152-5c436b24, #w-node-f13bc931-2e31-3c7e-98fb-deaef2d4e7b7-5c436b24, #w-node-ba50e172-45e6-427e-1769-afa87090161d-5c436b24, #w-node-_8bb40bc5-88ef-0cf2-67a7-b65bcd1e1d7a-5c436b83, #w-node-_8bb40bc5-88ef-0cf2-67a7-b65bcd1e1dad-5c436b83, #w-node-_9c9de641-3b23-cae2-934d-10293ece6267-5c436b84, #w-node-_690411aa-11ab-2b6a-40e1-e8b677438462-5c436b84, #w-node-_9404a57b-7c7f-f8d8-2bc6-4eb6be03754c-5c436b84, #w-node-_81f7487b-4c6e-df90-bc54-48d52109b440-5c436b84, #w-node-_5789dfbc-1c57-5307-c147-ff90a3165217-5c436b84, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-5c436b84, #w-node-_02b54dd9-513d-627f-b3dc-987d6e9277bd-6e9277b8, #w-node-cfeec096-4007-8ebe-e67b-3bf5dcc09788-4a577ea4, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-4a577ea4, #w-node-_9404a57b-7c7f-f8d8-2bc6-4eb6be03754c-4a577ea4, #w-node-f4fc51a3-a32c-75b8-2ad7-f69f36fdd1b5-4a577ea4, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-084d64fc, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-084d64fc, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-f5fb7185, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-f5fb7185, #w-node-_9404a57b-7c7f-f8d8-2bc6-4eb6be03754c-f5fb7185, #w-node-_9404a57b-7c7f-f8d8-2bc6-4eb6be037549-f5fb7185, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-fad4d27e, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-fad4d27e, #w-node-ed1ebd3a-1ae3-2232-165a-73ea2e83c76f-fad4d27e, #w-node-ed1ebd3a-1ae3-2232-165a-73ea2e83c77b-fad4d27e, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-a0e21bd0, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-a0e21bd0, #w-node-e26b77af-380d-603b-9103-825263bc7618-a0e21bd0, #w-node-e26b77af-380d-603b-9103-825263bc7615-a0e21bd0, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-ed1fb45d, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-ed1fb45d, #w-node-d55a0a01-2ab3-643d-7e1e-41aece9b72c7-ed1fb45d, #w-node-d55a0a01-2ab3-643d-7e1e-41aece9b72c4-ed1fb45d, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d2-8e577ae0, #w-node-_3f4322f9-5769-550c-2aad-7c040398a1d5-8e577ae0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ba50e172-45e6-427e-1769-afa870901641-5c436b24, #w-node-_02b54dd9-513d-627f-b3dc-987d6e9277e4-6e9277b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


