@font-face {
  font-family: Bwgradualdemo;
  src: url('../fonts/bwgradualdemo-lightitalic.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwgradualdemo;
  src: url('../fonts/bwgradualdemo-thinitalic.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwgradualdemo;
  src: url('../fonts/bwgradualdemo-bold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwgradualdemo;
  src: url('../fonts/bwgradualdemo-extrabold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bwgradualdemo;
  src: url('../fonts/bwgradualdemo-medium.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --gold: #e3735e;
  --main-color: #1a171b;
  --white: white;
}

.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-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  left: auto;
  overflow: visible;
}

.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 {
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.navbar {
  width: 100%;
}

.navbar.main-color {
  z-index: 1000;
}

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

.navbar-link:hover {
  color: gray;
}

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

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

.navbar-link.paragraph-font {
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.navbar-link.paragraph-font:hover {
  color: #e3735e;
}

.navbar-link.paragraph-font.w--current {
  color: #e3735e;
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

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

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

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

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

.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: Montserrat, 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: Raleway, sans-serif;
}

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

.terminbutton.highlights {
  padding: 20px;
  font-family: Outfit, sans-serif;
}

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

.terminbutton.highlights.heading-3 {
  margin-top: 20px;
}

.terminbutton.white {
  background-color: var(--white);
  color: #000;
  border: 1px solid #000;
  padding: 20px;
  font-family: Outfit, sans-serif;
}

.instagram3 {
  width: 30px;
}

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

.utility-page-wrap {
  background-image: url('../images/5e4e799880743331e550192d_schloss-gold.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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 {
  border-bottom: 1px solid var(--gold);
  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;
}

.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 {
  padding-top: 30px;
  padding-bottom: 10px;
}

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

.footertext1.vertical {
  flex-direction: column;
}

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

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

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

.telefonnummer1 {
  margin-bottom: 5px;
}

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

.email {
  margin-bottom: 5px;
}

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

.adresse {
  margin-bottom: 5px;
}

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

.ffnungszeiten {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

.div-block-video {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-video.padding {
  padding-right: 0;
}

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

.heading-linksb-ndig.heading-font1 {
  font-family: Bwgradualdemo, Arial, sans-serif;
}

.heading-linksb-ndig.heading-font1.heading-color {
  font-family: Bwgradualdemo, Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.heading-linksb-ndig.heading-font1.mitting {
  text-align: center;
}

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

.section-gro-e-abst-nde.secondary-color.spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-gro-e-abst-nde.nopadding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-gro-e-abst-nde.nopadding.color {
  color: #fff;
  background-color: #632423;
}

.section-gro-e-abst-nde.new {
  padding-top: 50px;
  padding-bottom: 10px;
}

.section-gro-e-abst-nde.spacinmg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-linksb-ndig {
  font-size: 14px;
  line-height: 22px;
}

.text-linksb-ndig.paragraph-font {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.text-linksb-ndig.paragraph-font.resize {
  font-size: 18px;
}

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

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

.text-mittig.paragraph-font {
  overflow-wrap: anywhere;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text-mittig.paragraph-font.resize {
  font-size: 16px;
}

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

.heading-mittig.heading-font1 {
  font-family: Bwgradualdemo, Arial, sans-serif;
  font-size: 50px;
  line-height: 1.3;
}

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

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

.slogan1.heading-font1 {
  line-height: 1;
}

.slogan1.heading-font1.heading-color {
  font-family: Bwgradualdemo, Arial, sans-serif;
  font-size: 54px;
}

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

.link-formular.farbe-der-headings {
  color: var(--gold);
}

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

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

.text-field {
  color: #333;
}

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

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

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.div-block-success.highlights {
  color: #fff;
}

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
}

.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: 32vw;
  height: 100%;
}

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

.maps-gro {
  width: 100%;
}

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

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

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

.social-media {
  object-fit: contain;
  height: 3vw;
}

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

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

.image-100.contain.scale {
  transform: scale(1.5);
}

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

.image-100.rel {
  filter: blur(8px);
}

.image-100.abs-cont {
  object-fit: contain;
  position: absolute;
  inset: 0%;
}

.image-wrapper {
  height: 45vh;
}

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

.grid-2er.wrapp-down {
  grid-template-columns: .75fr .75fr;
}

.div-block-image {
  z-index: 2;
  position: relative;
}

.overlay {
  z-index: 2;
  background-image: linear-gradient(90deg, #fff 11%, #0000);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._2ergridnogap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
}

.card1-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  background-color: #141414;
  border-bottom: 1px solid #ffffff80;
  border-right: 1px solid #ffffff80;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-small.heading-font1 {
  font-family: Bwgradualdemo, Arial, sans-serif;
  font-size: 24px;
}

.div {
  border: 1px solid var(--gold);
  padding: 10px;
}

.link-next {
  color: var(--gold);
  margin-top: 10px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
}

.line-travel {
  background-color: var(--gold);
  width: 100%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(-100%, -1px);
}

._2er {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  width: 100%;
}

._2er.wrapp-down {
  width: 100%;
}

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

.heading-midd.heading-font1.heading-color {
  font-family: Outfit, sans-serif;
}

.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.content.left-zero {
  box-shadow: none;
  padding-left: 0;
  padding-right: 40px;
}

.content.left-zero.mittig {
  justify-content: center;
  align-items: flex-start;
}

.content.gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  transition: all .4s;
}

.content.gap:hover {
  color: #fff;
  background-color: #000000b3;
}

.content.gap.rel {
  position: relative;
  left: 50%;
}

.content.gap-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #f7f7f7;
  justify-content: space-between;
  align-items: center;
  transition: all .4s;
}

.content.gap-flex:hover {
  background-color: var(--black);
  color: #fff;
}

.image-wrapper._70vh {
  height: 65vh;
  position: sticky;
  top: 1px;
}

.image-wrapper._70vh.border {
  border: 4px solid var(--gold);
}

.icon-wrapper {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  display: flex;
}

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

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

.experience-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
}

.card2-wrapper {
  border: 1px solid var(--gold);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading-links {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 30px;
}

.icons {
  background-color: var(--gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Vast Shadow, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

._4er {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.text-linksb-ndig1-list {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

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

.text-linksb-ndig1-list.paragraph-font.list {
  font-family: Outfit, sans-serif;
}

.dropdown-block {
  width: 100%;
}

.dropdown-button {
  background-color: var(--gold);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-content {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

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

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

.heading-mittig-smaler {
  text-align: center;
  font-size: 17px;
}

.heading-mittig-smaler.heading-font1 {
  overflow-wrap: anywhere;
  font-family: Outfit, sans-serif;
}

.image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

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

._3er.gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
}

._3er._4er {
  grid-column-gap: 20px;
  grid-row-gap: 41px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.paragraph-links {
  font-family: Raleway, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.paragraph-links.heading-color {
  font-family: Bwgradualdemo, Arial, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.card3-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px solid var(--gold);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
}

.card3-wrapper:hover {
  border-left: 3px solid var(--gold);
}

.card3-wrapper.no-left-border {
  border-right-width: 0;
}

.card3-wrapper.hide {
  display: none;
}

.sub-slogan {
  border-left: 2px solid var(--gold);
  padding-left: 30px;
  font-size: 17px;
  font-weight: 400;
  line-height: 28px;
}

.sub-slogan.heading-font2 {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

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

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

.slider {
  background-color: #0000;
  width: 500px;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: static;
}

.slider_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  display: flex;
  position: static;
}

.arrows {
  color: #4b3225;
}

.slider_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide_content_wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.slider-section {
  background-color: #fbfbfb;
  padding: 140px 100px;
}

.hiddem {
  display: none;
}

.icon {
  width: 60px;
}

.inhalt-div {
  border-bottom: 5px #b8860b;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px;
  transition: all .4s ease-in-out;
  display: flex;
  box-shadow: inset 0 0 5px 1px #e4e4e4;
}

.inhalt-div:hover {
  transform: translate(0, -10px);
}

.mask {
  position: static;
  overflow: visible;
}

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

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

.footer-flex-p1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-single-p1 {
  align-self: flex-start;
}

.footer-link-wrapper-p1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.footer-wrapper-p1 {
  border-top: 2px solid var(--gold);
  color: #000;
  background-image: url('../images/ChatGPT-Image-Jun-9-2026-02_14_50-PM.webp');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer-single-grid-p1 {
  align-self: flex-start;
}

.footer-link-p1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.footer-link-p1:hover {
  color: var(--gold);
  font-weight: 600;
}

.footer-link-p1.w--current {
  font-family: Outfit, sans-serif;
}

.footer-list-title-p1 {
  color: var(--gold);
  margin-bottom: 38px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.footer-social-p1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.footer-social-p1:hover {
  color: var(--gold);
  font-weight: 600;
}

.content-wrapper-mittig {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.link-kontakt {
  color: #333;
  text-decoration: none;
}

.error-message {
  color: #fff;
  background-color: #e71d1d;
}

.error-page-heading {
  color: #fff;
  text-align: center;
}

.error-page-heading.heading-linksb-ndig1.heading-2 {
  font-size: 40px;
}

.error-page-text {
  color: #fff;
}

.utility-page-content-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto;
}

.utility-page-wrap-2 {
  background-color: #ae955a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.error-icon {
  filter: brightness(0%) invert();
  object-fit: cover;
  width: 20rem;
}

.form-holder {
  width: 100%;
}

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

.text-block-4 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
}

.bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16 {
  font-family: Outfit, sans-serif;
}

.row1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.row2 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.div-block-115 {
  position: absolute;
  inset: -15% auto auto 0%;
}

.div-block-116 {
  padding-left: 40px;
  padding-right: 40px;
}

.card-title {
  color: #000c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  line-height: 1em;
}

.c-card-title {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

._w-cards-list {
  width: 100%;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: sticky;
  top: 1px;
}

.card-details {
  color: #0a0a0a;
  margin-bottom: 0;
}

.c-cloneable {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

._w-cloneable {
  justify-content: center;
  display: flex;
}

._w-card {
  background-color: #e6dfcd;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 35vh;
  margin-bottom: 100px;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 15px #13131380;
}

.c-card-content-divider {
  border-bottom: 1px dashed #bbb;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.card-subtitle {
  color: #0a0a0a;
  margin-top: 0;
  margin-bottom: 0;
}

.c-card-details {
  margin-bottom: 20px;
}

.c-cards-list {
  width: 100%;
  transition: all .2s;
  position: relative;
}

.cloneable-area {
  width: 100%;
}

.c-card {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  transition: all .25s;
  position: relative;
}

.c-card._2 {
  max-width: none;
  position: sticky;
  top: 100px;
}

.c-card._3 {
  max-width: none;
  position: sticky;
  top: 180px;
}

.c-card._4 {
  position: sticky;
  top: 260px;
}

.c-card._1 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 20px;
}

.c-card._5 {
  position: sticky;
  top: 340px;
}

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

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

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

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

.image-101 {
  width: 100%;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.image-102 {
  object-fit: cover;
  border-radius: 100%;
  height: 50vh;
}

.link-9 {
  color: #632423;
  text-decoration: none;
}

.image-103 {
  height: 12vh;
}

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

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

@media screen and (min-width: 1440px) {
  .kontakt-heading.heading-font1, .heading-midd.heading-font1.heading-color {
    font-family: Bwgradualdemo, Arial, sans-serif;
  }

  .experience-wrapper {
    grid-template-rows: auto;
  }

  .heading-mittig-smaler.heading-font1 {
    font-family: Bwgradualdemo, Arial, sans-serif;
  }

  ._3er._4er {
    grid-row-gap: 42px;
  }

  .card3-wrapper {
    background-color: #ae955a3b;
  }

  .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19 {
    font-family: Bwgradualdemo, Arial, sans-serif;
  }

  .div-block-115 {
    top: -20%;
  }

  .div-block-116 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

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

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

  .container {
    min-width: 100%;
  }

  .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-link.paragraph-font {
    text-align: center;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .navbar-link.paragraph-font:hover, .navbar-link.paragraph-font.w--current {
    color: var(--black);
  }

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

  .terminbutton {
    padding: 8px 12px;
  }

  .terminbutton.highlights {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .terminbutton.highlights.heading-3 {
    margin-top: 10px;
    line-height: 1.5;
  }

  .terminbutton.white {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titelvideo-start {
    height: auto;
  }

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

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

  .footer-1.main-color {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 100px;
    display: grid;
  }

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

  .footertext1.vertical {
    flex-direction: column;
  }

  .men-icon {
    color: #fff;
  }

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

  .men-buttton.hauptfarbe.w--open {
    background-color: var(--main-color);
  }

  .nav-men.hauptfarbe {
    background-color: var(--gold);
  }

  .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-video {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 60px;
  }

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

  .heading-linksb-ndig.heading-font1.heading-color {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
    line-height: 1.3;
  }

  .heading-linksb-ndig.heading-font1.mitting {
    text-align: center;
  }

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

  .text-linksb-ndig.paragraph-font, .text-mittig.paragraph-font {
    text-align: center;
  }

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

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

  .slogan1.heading-font1.heading-color {
    text-align: center;
    margin-top: 0;
    font-size: 30px;
    line-height: 1.3;
  }

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

  .form-text.paragraph-font {
    margin-bottom: 10px;
  }

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

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

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

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

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

  .heading-success.heading-font1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .logo-img {
    width: 25rem;
  }

  .maps-gro {
    order: -9999;
    height: 50vh;
  }

  .social-media {
    height: 4vw;
  }

  .social-media.smaller {
    height: 22px;
  }

  .image-100.contain.scale {
    width: auto;
    height: 30vh;
  }

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

  .grid-2er.wrapp-down {
    flex-flow: column-reverse;
  }

  .div-block-image {
    height: 50vh;
  }

  .overlay {
    background-image: none;
  }

  .card1-wrapper {
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }

  .heading-small.heading-font1 {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
  }

  .smal-text.paragraph-font.heading-color {
    line-height: 1.3;
  }

  .link-next {
    margin-top: 5px;
  }

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

  ._2er.wrapp-down {
    flex-flow: column-reverse;
  }

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

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

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

  .content.left-zero {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content.left-zero.mittig {
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .content.gap.rel {
    left: 0%;
  }

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

  .image-wrapper._70vh.border {
    width: auto;
    height: 60vh;
    position: static;
  }

  .image-wrapper._70vh.border.auto {
    width: 100%;
    height: auto;
  }

  .image-wrapper._70vh.border.adj {
    position: relative;
  }

  .icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .experience-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

  .icons {
    width: 38px;
    height: 38px;
  }

  .icons.tick {
    width: 35px;
    height: 35px;
  }

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

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

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

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

  .dropdown-button {
    padding-left: 15px;
    padding-right: 30px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
  }

  .dropdown-icon {
    margin-right: 10px;
  }

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

  .content-wrapper.padding-0 {
    padding: 0;
  }

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

  .heading-mittig-smaler.heading-font1 {
    margin-top: 10px;
  }

  .image-wrap {
    height: 45vh;
  }

  ._3er {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    display: flex;
  }

  .paragraph-links.heading-color {
    margin-bottom: 0;
    font-size: 35px;
  }

  .card3-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .sub-slogan {
    font-size: 16px;
    line-height: 1.3;
  }

  .sub-slogan.heading-font2 {
    text-align: center;
  }

  .div-block-btn {
    align-items: stretch;
  }

  .slider {
    flex-flow: column;
    width: 400px;
  }

  .arrow {
    width: 5vw;
    font-size: 30px;
  }

  .slider_container {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
  }

  .slider-section {
    padding: 60px;
  }

  .icon {
    width: 50px;
  }

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

  .footer-flex-p1 {
    width: 100%;
  }

  .footer-single-p1 {
    width: 50%;
  }

  .footer-wrapper-p1 {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-single-grid-p1 {
    width: 50%;
  }

  .footer-link-p1 {
    padding-top: 0;
  }

  .footer-list-title-p1 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.3;
  }

  .div-block {
    width: 100%;
  }

  .textarea {
    text-align: left;
  }

  .error-icon {
    width: 18rem;
  }

  .div-block-116.hide {
    display: none;
  }

  .div-block-118 {
    justify-content: center;
    align-items: center;
  }

  .div-block-119 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    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;
  }

  .navbar-link.paragraph-font {
    padding: 12px;
    line-height: 1.4;
  }

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

  .titelvideo1 {
    height: 60vh;
  }

  .inhalt-mittig1 {
    height: auto;
  }

  .terminbutton {
    font-size: 13px;
  }

  .terminbutton.highlights.heading-3 {
    line-height: 1.4;
  }

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

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

  .footer-1.main-color {
    padding-left: 60px;
  }

  .footertext1 {
    margin-bottom: 10px;
  }

  .men-buttton.hauptfarbe {
    padding: 14px;
    font-size: 20px;
  }

  .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-video {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .heading-linksb-ndig.heading-font1.heading-color {
    font-size: 25px;
  }

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

  .text-linksb-ndig.paragraph-font, .text-mittig.paragraph-font {
    text-align: center;
  }

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

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

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

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

  .submit-button1.highlights.paragraph-font {
    font-size: 13px;
    line-height: 1.4;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

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

  .logo-img {
    width: 22rem;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 20rem;
  }

  .social-media {
    height: 5vw;
  }

  .social-media.smaller {
    height: 20px;
  }

  .image-100.contain.scale {
    height: 15rem;
  }

  .div-block-image {
    height: 40vh;
  }

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

  .heading-small.heading-font1 {
    font-size: 17px;
  }

  .div {
    padding: 8px;
  }

  ._2er.grid {
    display: flex;
  }

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

  .content.gap-flex {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-wrapper._70vh.border {
    height: 30rem;
  }

  .icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .experience-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .card2-wrapper {
    width: 100%;
  }

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

  .icons {
    width: 35px;
    height: 35px;
  }

  .icons.tick {
    width: 30px;
    height: 30px;
  }

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

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

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

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

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

  .image-wrap {
    height: 22rem;
  }

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

  .paragraph-links.heading-color {
    font-size: 30px;
  }

  .sub-slogan {
    padding-left: 20px;
    font-size: 15px;
  }

  .div-block-btn {
    flex-flow: column;
  }

  .slider {
    width: 300px;
  }

  .arrow {
    font-size: 25px;
  }

  .slider_container {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .slider-section {
    padding: 40px;
  }

  .icon {
    width: 40px;
  }

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

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

  .footer-flex-p1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-single-p1.paragraph-font {
    width: 100%;
  }

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

  .footer-wrapper-p1 {
    padding: 20px;
  }

  .footer-single-grid-p1 {
    width: 100%;
  }

  .footer-list-title-p1 {
    margin-bottom: 5px;
    font-size: 17px;
  }

  .footer-social-p1 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .error-icon {
    width: 16rem;
  }

  .image-102 {
    height: 50vh;
  }
}

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

  .navbar-link.paragraph-font {
    padding: 10px;
    font-size: 13.5px;
    line-height: 1.3;
  }

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

  .titelvideo1 {
    height: 100%;
  }

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

  .terminbutton.highlights.heading-3 {
    line-height: 1.3;
  }

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

  .impdatfooter {
    text-align: left;
  }

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

  .men-buttton.hauptfarbe {
    padding: 12px;
    font-size: 18px;
  }

  .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-video {
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-linksb-ndig.heading-font1.heading-color {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
  }

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

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

  .text-linksb-ndig.paragraph-font {
    font-size: 13.5px;
  }

  .text-linksb-ndig.paragraph-font.resize {
    font-size: 12px;
  }

  .text-mittig.paragraph-font {
    text-align: center;
    font-size: 13.5px;
  }

  .text-mittig.paragraph-font.resize {
    font-size: 12px;
  }

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

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

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

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

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

  .submit-button1.highlights.paragraph-font {
    font-size: 12px;
    line-height: 1.3;
  }

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

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

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

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

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

  .heading-success.heading-font1 {
    font-size: 20px;
    line-height: 1.3;
  }

  .logo-img {
    width: 18rem;
  }

  .maps-gro {
    height: 18rem;
  }

  .social-media {
    height: 8vw;
  }

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

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

  .image-100.contain.scale {
    height: 10rem;
  }

  .div-block-image {
    height: 30vh;
  }

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

  .card1-wrapper {
    padding: 15px;
  }

  .heading-small.heading-font1 {
    font-size: 16px;
  }

  .div {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .smal-text.paragraph-font.heading-color {
    font-size: 13.5px;
  }

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

  .heading-midd.heading-font1.heading-color {
    font-size: 18px;
  }

  .content, .content.gap-flex {
    padding: 15px;
  }

  .image-wrapper._70vh.border {
    height: 20rem;
  }

  .icon-wrapper {
    width: 36px;
    height: 36px;
  }

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

  .card2-wrapper {
    padding: 15px;
  }

  .heading-links.heading-color {
    font-size: 20px;
  }

  .icons {
    width: 32px;
    height: 32px;
  }

  .icons.tick {
    width: 25px;
    height: 25px;
  }

  .text-block {
    font-size: 16px;
  }

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

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

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

  .dropdown-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 13px;
  }

  .image-wrap {
    height: 15rem;
  }

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

  .paragraph-links.heading-color {
    font-size: 25px;
  }

  .card3-wrapper {
    padding: 15px;
  }

  .sub-slogan {
    padding-left: 10px;
    font-size: 14px;
  }

  .slider {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    display: flex;
  }

  .arrow {
    width: 8vw;
    font-size: 22px;
  }

  .slider_container {
    grid-column-gap: 320px;
    grid-row-gap: 320px;
  }

  .slide_content_wrapper {
    width: 100%;
  }

  .slide {
    margin-right: 30px;
  }

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

  .icon {
    width: 35px;
  }

  .mask {
    width: 100%;
  }

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

  .heading-mittig1-small.heading-font2 {
    font-size: 18px;
  }

  .footer-flex-p1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    font-size: 13px;
  }

  .footer-single-p1, .footer-single-grid-p1 {
    width: 100%;
  }

  .footer-list-title-p1 {
    font-size: 16px;
  }

  .content-wrapper-mittig {
    padding: 15px;
  }

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

  .error-page-heading.heading-linksb-ndig1.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .error-icon {
    width: 14rem;
  }

  .card-title {
    font-size: 2.5em;
  }

  .card-details {
    font-size: .9em;
    line-height: 1.2em;
  }

  ._w-card {
    min-height: auto;
    margin-bottom: 40px;
    padding: 20px;
  }

  .c-card-content-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .card-subtitle {
    font-size: 1.3em;
    line-height: 1em;
  }

  .c-card._2 {
    top: 80px;
  }

  .c-card._3 {
    top: 140px;
  }

  .c-card._4 {
    top: 200px;
  }

  .c-card._5 {
    top: 260px;
  }

  .image-102 {
    height: 30vh;
  }
}

#w-node-e38a2b99-2d2e-852b-5bdf-926cf8211238-bda6b8e2 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_04e41849-faed-dbd4-f026-da3e03153883-4325414e, #w-node-_91083225-7ed3-51dd-83d2-a4c55c467224-4325415e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bwgradualdemo';
  src: url('../fonts/bwgradualdemo-lightitalic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradualdemo';
  src: url('../fonts/bwgradualdemo-thinitalic.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradualdemo';
  src: url('../fonts/bwgradualdemo-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradualdemo';
  src: url('../fonts/bwgradualdemo-extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bwgradualdemo';
  src: url('../fonts/bwgradualdemo-medium.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}