@font-face {
  font-family: Scriptin;
  src: url('../fonts/SCRIPTIN.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Zapfino;
  src: url('../fonts/Zapfino.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --highlights: #d1994f;
  --white: #fff;
  --hauptfarbe: #000;
  --transparent: transparent;
  --zweitfarbe: #fff5ec;
}

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

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

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

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

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

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

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

.logo {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  text-decoration: none;
  display: flex;
}

.logo.farbe-der-headings.w--current {
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
}

.navlink {
  color: #eac958;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.navlink:hover {
  color: gray;
  background-color: #d1994f;
  border-bottom: 1px solid #d1994f;
}

.navlink.w--current {
  color: #d1994f;
  background-color: #d1994f;
  border-bottom-style: solid;
}

.navlink.w--current:hover {
  -webkit-text-fill-color: transparent;
  background-color: #d1994f;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #d1994f;
}

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

.navlink.flie-text.small {
  padding: 20px;
}

.navlink.flie-text {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #0000;
}

.navlink.flie-text:hover {
  border-bottom-color: var(--highlights);
  color: #333;
  background-color: #d1994f;
  font-size: 14px;
}

.navlink.flie-text.w--current {
  border-bottom-color: var(--highlights);
  color: #d1994f;
  background-color: #d1994f;
}

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.2;
}

.hauptfarbe {
  background-color: var(--hauptfarbe);
  color: #fff;
  background-image: linear-gradient(225deg, #000, #515050 49%, #020202);
}

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

.hauptfarbe.dropdown.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

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

.heading-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

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

.heading-3 {
  color: #d1994f;
  font-family: Scriptin, Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.inhaltstartseite {
  padding: 20px 10px;
}

.telefonnummer1 {
  margin-bottom: 5px;
}

.telefonnummer1.flie-text {
  display: block;
}

.email {
  margin-bottom: 5px;
}

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

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

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

.slogan1 {
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 80px;
}

.round-button1 {
  border-radius: 19px;
  padding: 10px 30px;
}

.bild-zoom-effekt1 {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: flex-start;
  min-height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all .2s;
  display: flex;
}

.bild-zoom-effekt1:hover {
  background-image: linear-gradient(#fff3, #fff3), url('../images/AdobeStock_311892515_visu.webp');
  background-size: auto, cover;
}

.div-block-wei-1 {
  background-color: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60%;
  padding: 60px;
  display: flex;
}

.heading-linksb-ndig-effekt1 {
  margin-top: 0;
  font-size: 22px;
}

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

.footer {
  justify-content: space-around;
  height: auto;
  padding: 40px 10vw;
  display: flex;
}

.footer.hauptfarbe {
  align-items: flex-start;
  margin-top: auto;
}

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

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

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

.success-block.highlights {
  color: #fff;
  padding: 100px;
}

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

.logo-wrapper {
  margin-right: auto;
}

.navbar {
  background-color: #ddd0;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.kopfzeile {
  z-index: 999;
  border-bottom: 1px solid #ccc;
  padding: 10px 5vw;
}

.kopfzeile.hauptfarbe {
  background-image: linear-gradient(45deg, #000000d1, #515050 50%, #000000d1);
  padding-left: 3vw;
  padding-right: 3vw;
}

.titelbereich {
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.titelinhalt-wrapper {
  z-index: 2;
  color: #fff;
  background-color: #00000059;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 15vh 10vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan {
  text-align: center;
  margin-bottom: 20px;
  font-size: 55px;
}

.slogan.heading-1 {
  text-align: left;
  font-family: Zapfino, Palatino Linotype, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: 72px;
}

.bereich-mittig {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15vh 10vw;
  display: flex;
  position: relative;
}

.bereich-mittig.hauptfarbe {
  flex: 1;
  padding-left: 10vw;
  padding-right: 10vw;
}

.bereich-mittig._2er-grid1-2 {
  padding-top: 0;
}

.absatz-mittig {
  text-align: center;
  line-height: 1.5;
}

.absatz-mittig.flie-text.left-align {
  text-align: left;
  padding-left: 60px;
}

.absatz-mittig.flie-text.left-align._2 {
  padding-left: 0;
}

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

.heading-klein-mittig.heading-2 {
  margin-bottom: 20px;
}

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

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 40px;
  display: flex;
}

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

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

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

.impdat-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  flex-flow: column;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: flex;
}

.form-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: block;
}

.form-text {
  text-transform: none;
  margin-bottom: 10px;
}

.impdat2 {
  padding: 15vh 10vw;
}

.impdat2.wrapp {
  flex: 1;
}

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

.quadrat-div {
  border: 1px solid #ccc;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 10px;
  padding: 5% 8%;
  display: flex;
}

.quadrat-div._1 {
  margin-top: 20px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.div-block-maps {
  height: 100%;
  min-height: 500px;
}

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

.link.colour {
  color: #d1994f;
  display: inline-block;
}

.form {
  text-align: left;
}

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

.logo-heading {
  margin-top: 0;
  font-size: 42px;
}

.logo-heading.heading-3 {
  margin-bottom: 10px;
  font-size: 50px;
}

.logo-heading-klein {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
}

.logo-heading-klein.flie-text {
  color: #b38547;
  font-size: 14px;
}

.header-top {
  justify-content: space-between;
  align-items: center;
  padding: 10px 5vw;
  display: flex;
}

.icon-20px {
  object-fit: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.titelslider {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
}

.bild-100 {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.bild-100.up {
  object-position: 50% 0%;
}

.bild-100.top {
  object-position: 50% 15%;
}

.heading-kursive-mittig {
  color: #999;
  text-align: center;
  margin-top: 0;
  margin-bottom: -20px;
  font-size: 60px;
}

.heading-kursive-mittig.heading-3 {
  color: #d1994f;
}

.divider-weiss {
  background-color: var(--white);
  width: 12.5rem;
  height: .063rem;
  margin-bottom: 20px;
  position: relative;
  top: 40px;
}

.button-weiss {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #fff;
  padding: 15px 30px;
  transition: all .3s ease-in-out;
}

.button-weiss.flie-text {
  background-color: #ffffff45;
}

.button-weiss.flie-text:hover {
  color: #333;
  background-color: #fff;
}

.button-weiss.flie-text.position {
  position: relative;
  top: 54px;
}

.heading-block-mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-block-mittig.error {
  margin-bottom: 20px;
}

.heading-gross-mittig {
  text-align: center;
  font-size: 49px;
  position: relative;
}

.divider {
  background-color: #999;
  width: 12.5rem;
  height: .063rem;
  margin-top: 10px;
}

.inhalt-80 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.button {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 15px 30px;
  transition: all .3s ease-in-out;
}

.button.highlights.flie-text:hover {
  background-color: #333;
}

.slogan-kursive {
  opacity: .5;
  margin-top: 0;
  margin-bottom: -20px;
  font-size: 60px;
}

.slogan-kursive.heading-3.position {
  position: relative;
  top: -31px;
}

.inhalt-stack {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
}

.heading-block-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.heading-block-links.mittig {
  justify-content: center;
  align-items: center;
}

.heading-gross-links {
  text-align: left;
  font-size: 49px;
  position: relative;
}

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

.inhalt-links.mittig {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.absatz-links {
  text-align: left;
  line-height: 1.5;
}

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

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

.bild-wrapper-relativ {
  width: 100%;
  position: relative;
}

.bild-wrapper-relativ.auto {
  width: 100%;
}

.bild-wrapper-70vh {
  z-index: 2;
  width: 100%;
  height: 80vh;
  position: relative;
}

.hg-bild-block-rechts {
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: -3% -3% auto auto;
}

.hg-bild-block-links {
  width: 100%;
  height: 80vh;
  position: absolute;
  inset: -3% auto auto -3%;
}

.form-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.text-field {
  height: 3.125rem;
  line-height: 1.5;
}

.text-field.cc-text-area {
  height: 6rem;
  line-height: 1.5;
}

.socials-block {
  z-index: 99958446;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6em;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: fixed;
  inset: auto 0% 28% auto;
}

.social-icon {
  object-fit: contain;
  background-color: #fff;
  border: 2.5px solid #fff;
  border-radius: 50px;
  width: auto;
}

.social-icon:hover {
  border-color: var(--highlights);
  background-color: #d1994f;
}

.button-wrappers {
  background-color: #d1994f;
  border-radius: 50px;
  width: 4em;
}

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

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

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

._3er_grid.q {
  grid-template-columns: 1fr 1.25fr .75fr;
  width: 100%;
}

.dropdown-toggle-16 {
  padding: 0 20px 0 0;
}

.dropdown-icon {
  color: #fff;
}

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

.error-message {
  color: var(--white);
  background-color: #df1b1b;
}

.text-block {
  line-height: 1.5;
}

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

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

.error-img {
  filter: contrast(200%) invert();
  object-fit: contain;
  width: 100%;
  height: 45vh;
}

.dropdown-link {
  color: #eac958;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.dropdown-link:hover {
  color: gray;
  background-color: #d1994f;
  border-bottom: 1px solid #d1994f;
}

.dropdown-link.w--current {
  color: #d1994f;
  background-color: #d1994f;
  border-bottom-style: solid;
}

.dropdown-link.w--current:hover {
  -webkit-text-fill-color: transparent;
  background-color: #d1994f;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #d1994f;
}

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

.dropdown-link.flie-text {
  color: #333;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #0000;
}

.dropdown-link.flie-text:hover {
  border-bottom-color: var(--highlights);
  color: #333;
  background-color: #d1994f;
  font-size: 14px;
}

.dropdown-link.flie-text.w--current {
  color: #d1994f;
  background-color: #d1994f;
  border-bottom-color: #333;
}

.kontakt-block-links {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label-text {
  text-transform: none;
  margin-bottom: 10px;
  line-height: 1.5;
}

.list-links {
  text-align: left;
  line-height: 1.5;
}

.sub-navlink {
  color: #eac958;
  -webkit-text-fill-color: transparent;
  background-color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #0000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all .3s ease-in-out;
}

.sub-navlink:hover {
  border-bottom-color: var(--highlights);
  color: gray;
  background-color: #d1994f;
}

.sub-navlink.w--current {
  color: #d1994f;
  background-color: #d1994f;
}

.sub-navlink.w--current:hover {
  border-bottom-color: var(--highlights);
  -webkit-text-fill-color: transparent;
  background-color: #d1994f;
  -webkit-background-clip: text;
  background-clip: text;
}

._2-1-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
}

.info-wrapper-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span {
  text-align: center;
}

.code-embed {
  width: 100%;
}

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

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

.card {
  border: 1px solid #ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.heading-card {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.heading-card.heading-2 {
  font-size: 30px;
}

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

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

@media screen and (max-width: 991px) {
  .navlink.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

  .navlink.flie-text.small {
    padding-left: 0;
  }

  .navlink.flie-text {
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border-bottom-style: none;
    padding: 15px 0;
  }

  .navlink.flie-text:hover {
    color: var(--hauptfarbe);
    -webkit-text-fill-color: inherit;
    background-color: #d1994f00;
    background-clip: border-box;
    border-bottom-style: none;
  }

  .navlink.flie-text.w--current {
    color: var(--hauptfarbe);
  }

  .navlink.flie-text.small {
    width: 20%;
  }

  .hauptfarbe.dropdown {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hauptfarbe.dropdown.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

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

  .telefonnummer1 {
    margin-bottom: 5px;
    text-decoration: none;
  }

  .email {
    margin-bottom: 5px;
  }

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

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

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

  .slogan1 {
    font-size: 40px;
  }

  .bild-zoom-effekt1 {
    min-height: 50vh;
  }

  .div-block-wei-1 {
    width: 80%;
    height: auto;
    padding: 40px;
  }

  .footer-image {
    width: 1.3rem;
  }

  .footer.hauptfarbe {
    padding: 40px;
  }

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

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

  .nav-men {
    background-color: var(--highlights);
    padding: 10px 20px;
    position: absolute;
  }

  .men-button2.hauptfarbe {
    background-color: var(--highlights);
    background-image: none;
    padding: 15px;
    font-size: 22px;
  }

  .men-button2.hauptfarbe.w--open {
    background-color: var(--highlights);
    background-image: none;
  }

  .men-icon3 {
    color: #fff;
  }

  .navbar {
    padding: 10px 5vw;
    position: relative;
  }

  .kopfzeile.hauptfarbe {
    padding: 0 0;
  }

  .titelbereich {
    height: 75vh;
  }

  .titelinhalt-wrapper {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
  }

  .slogan.heading-1 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 2;
    top: 0;
  }

  .bereich-mittig {
    padding: 60px;
  }

  .bereich-mittig.hauptfarbe {
    flex: 1;
    padding: 60px;
  }

  .bereich-mittig._2er-grid1-2 {
    margin-top: 0;
  }

  .absatz-mittig.flie-text.left-align {
    padding-left: 0;
  }

  .heading-klein-mittig.heading-2 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 1.5;
  }

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

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

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

  .impdat-2 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    padding-left: 0;
  }

  .form-block {
    flex-flow: column;
    margin-top: 10px;
  }

  .impdat2 {
    padding: 60px;
  }

  .impdat2.wrap {
    overflow-wrap: anywhere;
  }

  .success-2 {
    height: auto;
    padding: 60px;
  }

  .quadrat-div {
    padding: 40px;
  }

  .quadrat-div._1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link {
    line-height: 1.3;
  }

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

  .logo-heading.heading-3 {
    margin-bottom: 5px;
    font-size: 40px;
  }

  .logo-heading-klein.flie-text {
    margin-bottom: 0;
  }

  .icon-20px {
    width: 1.2rem;
    height: 1.2rem;
  }

  .heading-kursive-mittig.heading-3 {
    margin-bottom: -10px;
    font-size: 40px;
  }

  .divider-weiss {
    margin-bottom: 10px;
    top: 0;
  }

  .button-weiss.flie-text.position {
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 20px;
    top: 20px;
  }

  .heading-block-mittig {
    margin-bottom: 0;
  }

  .heading-block-mittig.error {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-gross-mittig.heading-1 {
    font-size: 35px;
    line-height: 1.3;
  }

  .divider {
    margin-bottom: 20px;
  }

  .inhalt-80 {
    width: 100%;
  }

  .button.highlights.flie-text {
    letter-spacing: 1px;
    padding: 12px 20px;
  }

  .slogan-kursive.heading-3.position {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 2.3;
    top: 0;
  }

  .inhalt-stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0;
  }

  .heading-block-links {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .heading-gross-links.heading-1 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 1.5;
  }

  .text-wrapper, .absatz-links.flie-text {
    text-align: center;
  }

  .absatz-links.flie-text.mid {
    font-weight: 600;
  }

  .bild-wrapper-relativ, .bild-wrapper-relativ.auto {
    width: auto;
  }

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

  .hg-bild-block-rechts.highlights {
    height: 55vh;
    top: -2%;
    right: -2%;
  }

  .hg-bild-block-links.highlights {
    height: 55vh;
  }

  .form-grid {
    width: 100%;
  }

  .text-field {
    height: 3rem;
  }

  .text-field.cc-text-area {
    height: 5.8rem;
  }

  .socials-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
    inset: auto 1% 2% auto;
  }

  .button-wrappers {
    width: 2.5rem;
  }

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

  .dropdown-toggle-16 {
    width: 100%;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-right: 0;
  }

  .dropdown-2 {
    width: 100%;
  }

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

  ._404-page-content {
    width: 100%;
  }

  .error-img {
    height: 40vh;
  }

  .dropdown-link.flie-text {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link.flie-text.w--current {
    color: var(--highlights);
    background-color: #d1994f00;
  }

  .dropdown-link.flie-text {
    color: var(--white);
    -webkit-text-fill-color: inherit;
    background-color: #fff0;
    background-clip: border-box;
    border-bottom-style: none;
    padding: 10px 0;
  }

  .dropdown-link.flie-text:hover {
    color: var(--highlights);
    -webkit-text-fill-color: inherit;
    background-color: #d1994f00;
    background-clip: border-box;
    border-bottom-style: none;
  }

  .dropdown-link.flie-text.w--current {
    color: var(--highlights);
  }

  .left-arrow {
    width: 55px;
  }

  .slider-arrow {
    font-size: 2rem;
  }

  .slide-nav {
    z-index: 5;
    height: 2rem;
    font-size: 12px;
  }

  .right-arrow {
    width: 55px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

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

  .kontakt-block-links {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .label-text {
    text-align: center;
  }

  .list-links.flie-text {
    text-align: left;
  }

  .dropdown-3 {
    width: 100%;
  }

  .sub-navlink {
    border-bottom-style: none;
    padding: 10px 0;
  }

  .sub-navlink.w--current {
    color: var(--white);
  }

  .info-wrapper-top {
    width: 100%;
  }

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

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

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

@media screen and (max-width: 767px) {
  .logo.farbe-der-headings, .logo.farbe-der-headings.w--current {
    max-width: none;
  }

  .navlink.flie-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navlink.flie-text.small {
    width: 35%;
  }

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

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

  .inhalt-mittig1, .angebot2 {
    height: auto;
  }

  .slogan1 {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 40px;
  }

  .bild-zoom-effekt1 {
    min-height: 300px;
  }

  .div-block-wei-1 {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 22px;
  }

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

  .footer.hauptfarbe {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .checkbox-field {
    margin-bottom: 0;
  }

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

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

  .nav-men {
    padding: 5px 15px;
  }

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

  .men-icon3 {
    font-size: 22px;
  }

  .titelbereich {
    height: 28rem;
  }

  .titelinhalt-wrapper {
    padding: 20px;
  }

  .slogan.heading-1 {
    font-size: 35px;
  }

  .bereich-mittig, .bereich-mittig.hauptfarbe {
    padding: 40px;
  }

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

  .absatz-mittig.flie-text.left-align {
    text-align: center;
  }

  .heading-klein-mittig.heading-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

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

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .impdatlink.flie-text {
    font-size: 13.5px;
  }

  .impdat-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

  .impdat2 {
    padding: 40px;
  }

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

  .quadrat-div {
    margin-bottom: 8px;
    padding: 20px;
  }

  .maps-gro {
    height: 400px;
  }

  .link {
    font-size: 13.5px;
  }

  .logo-heading.heading-3 {
    font-size: 35px;
  }

  .logo-heading-klein.flie-text {
    letter-spacing: 1px;
    margin-top: 10px;
    font-size: 12px;
  }

  .info-text.flie-text {
    font-size: 13.5px;
  }

  .icon-20px {
    width: 1.1rem;
    height: 1.1rem;
  }

  .heading-kursive-mittig.heading-3 {
    font-size: 35px;
    line-height: 1.4;
  }

  .button-weiss.flie-text.position {
    font-size: 13.5px;
    top: 10px;
  }

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

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

  .divider {
    width: 12rem;
  }

  .button.highlights.flie-text {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
  }

  .slogan-kursive.heading-3.position {
    text-align: center;
    font-size: 45px;
  }

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

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

  .absatz-links.flie-text {
    font-size: 13.5px;
  }

  .bild-wrapper-relativ {
    width: auto;
  }

  .bild-wrapper-70vh, .hg-bild-block-rechts.highlights, .hg-bild-block-links.highlights {
    height: 22rem;
  }

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

  .text-field {
    height: 2.8rem;
  }

  .text-field.cc-text-area {
    height: 5.3rem;
  }

  .socials-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-wrappers {
    width: 2.2rem;
  }

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

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

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

  .error-img {
    height: 15rem;
  }

  .dropdown-link.flie-text {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .left-arrow {
    width: 50px;
  }

  .slider-arrow {
    font-size: 1.8rem;
  }

  .right-arrow {
    width: 50px;
  }

  .label-text, .list-links.flie-text {
    font-size: 13.5px;
  }

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

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

  .logo.farbe-der-headings.w--current {
    justify-content: center;
    align-items: flex-start;
  }

  .navlink.flie-text.small {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navlink.flie-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.5px;
  }

  .navlink.flie-text.small {
    width: 50%;
  }

  .hauptfarbe.dropdown.w--open {
    padding: 5px 15px;
  }

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

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

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

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

  .div-block-wei-1 {
    width: 90%;
  }

  .heading-linksb-ndig-effekt1 {
    font-size: 20px;
  }

  .footer-image {
    width: 1.1rem;
    margin-bottom: 8px;
    padding-bottom: 0;
  }

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

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

  .nav-men {
    padding-left: 10px;
    padding-right: 10px;
  }

  .men-button2.hauptfarbe {
    padding: 12px;
  }

  .men-icon3 {
    font-size: 20px;
  }

  .kopfzeile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titelbereich {
    height: 25rem;
  }

  .titelinhalt-wrapper {
    padding: 20px;
  }

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

  .bereich-mittig, .bereich-mittig.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

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

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .inhalt-nebeneinander1 {
    width: 90vw;
  }

  .footertext2 {
    flex-direction: column;
    justify-content: center;
  }

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

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

  .quadrat-div {
    margin-bottom: 5px;
    padding: 15px;
  }

  .quadrat-div._1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .maps-gro {
    height: 300px;
  }

  .link {
    font-size: 13px;
  }

  .logo-heading.heading-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .logo-heading-klein.flie-text {
    letter-spacing: 0;
    font-size: 10.5px;
  }

  .header-top.highlights {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .heading-kursive-mittig.heading-3 {
    font-size: 30px;
    line-height: 2;
  }

  .button-weiss.flie-text.position {
    letter-spacing: 0;
    padding: 9px 12px;
    font-size: 11px;
  }

  .heading-block-mittig {
    margin-bottom: 0;
  }

  .heading-block-mittig.error {
    font-size: 22px;
  }

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

  .divider {
    width: 10rem;
    margin-top: 5px;
    margin-bottom: 15px;
  }

  .button.highlights.flie-text {
    letter-spacing: 0;
    margin-top: 10px;
    padding: 9px 15px;
    font-size: 12px;
  }

  .slogan-kursive.heading-3.position {
    font-size: 35px;
  }

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

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

  .absatz-links.flie-text {
    font-size: 13.5px;
  }

  .bild-wrapper-70vh {
    height: 100%;
    max-height: 22rem;
  }

  .hg-bild-block-rechts.highlights, .hg-bild-block-links.highlights {
    height: 100%;
  }

  .text-field {
    height: 2.6rem;
  }

  .text-field.cc-text-area {
    height: 5rem;
  }

  .socials-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-wrappers {
    width: 2rem;
  }

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

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

  .error-img {
    height: 13rem;
  }

  .left-arrow {
    width: 45px;
  }

  .slider-arrow {
    font-size: 1.5rem;
  }

  .slide-nav {
    font-size: 10px;
  }

  .right-arrow {
    width: 45px;
  }

  .contact-block {
    text-align: center;
  }

  .list-links.flie-text {
    padding-left: 20px;
    font-size: 13.5px;
  }

  .info-wrapper-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }
}

#w-node-_23a96c99-88f1-36ab-e494-8c4f51d4f04c-51a622e1, #w-node-_1a9efa02-1d41-4b79-7f19-dfee0bbf414f-51a622f3, #w-node-f6c4d389-2e0c-7a0e-71b6-6dff2f6022f6-eb920c31, #w-node-_25a21d87-4d8f-dac8-a350-a20fefb12e08-59a251a4, #w-node-_8444c196-38b4-61bb-56e4-5eb904712d3b-e6678e7c, #w-node-_43e9e70d-e51e-6756-5a59-a5734fc614c0-a0f7ced4, #w-node-_5e87c2cd-105b-e563-87e1-96191a0554ec-34ace1f7, #w-node-abae3344-de8b-3a67-d70d-f5f076a664bb-dad6648c, #w-node-_4e62cb35-92a4-bfab-2cf7-80b0c586e1f9-400aea11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_23a96c99-88f1-36ab-e494-8c4f51d4f04c-51a622e1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_23a96c99-88f1-36ab-e494-8c4f51d4f067-51a622e1 {
    order: -9999;
  }

  #w-node-_1a9efa02-1d41-4b79-7f19-dfee0bbf414f-51a622f3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1a9efa02-1d41-4b79-7f19-dfee0bbf4167-51a622f3 {
    order: -9999;
  }

  #w-node-f6c4d389-2e0c-7a0e-71b6-6dff2f6022f6-eb920c31 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f6c4d389-2e0c-7a0e-71b6-6dff2f602313-eb920c31 {
    order: -9999;
  }

  #w-node-_25a21d87-4d8f-dac8-a350-a20fefb12e08-59a251a4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_25a21d87-4d8f-dac8-a350-a20fefb12e20-59a251a4 {
    order: -9999;
  }

  #w-node-_8444c196-38b4-61bb-56e4-5eb904712d3b-e6678e7c, #w-node-_43e9e70d-e51e-6756-5a59-a5734fc614c0-a0f7ced4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_43e9e70d-e51e-6756-5a59-a5734fc614d8-a0f7ced4 {
    order: -9999;
  }

  #w-node-_5e87c2cd-105b-e563-87e1-96191a0554ec-34ace1f7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e87c2cd-105b-e563-87e1-96191a055501-34ace1f7 {
    order: -9999;
  }

  #w-node-abae3344-de8b-3a67-d70d-f5f076a664bb-dad6648c, #w-node-_4e62cb35-92a4-bfab-2cf7-80b0c586e1f9-400aea11 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e62cb35-92a4-bfab-2cf7-80b0c586e20f-400aea11 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Scriptin';
  src: url('../fonts/SCRIPTIN.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Zapfino';
  src: url('../fonts/Zapfino.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Castillo';
  src: url('../fonts/Castillo.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}