@font-face {
  font-family: License Request;
  src: url('../fonts/LICENSE-REQUEST.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --light-beige: #cc9a68;
  --brown-beige: #af804f;
  --secondry: #4f525d;
  --mud: #856452;
}

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

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

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

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

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

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

.utility-page-wrap {
  background-color: var(--light-beige);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

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

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

.logo-img {
  object-fit: contain;
  height: 9vh;
}

.logo {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.telefonnummer {
  margin-bottom: 5px;
}

.text-layout {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.3;
}

.main-color {
  background-color: var(--brown-beige);
  color: #fff;
}

.email {
  margin-bottom: 5px;
}

.secondary-color {
  background-color: var(--secondry);
  color: #fff;
}

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

.adresse {
  margin-bottom: 5px;
}

.adresse.paragraph-font {
  margin-top: 10px;
}

.google-maps {
  width: 100%;
  height: 100%;
}

.heading-font1 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

.heading-font2 {
  font-family: Daughter Of Fortune, Georgia, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.heading-font3 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph-font {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

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

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

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

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

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

.navbar-6 {
  width: 100%;
}

.terminbutton {
  text-transform: uppercase;
}

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

.terminbutton.highlights {
  border-radius: 20px;
  font-family: Roboto, sans-serif;
}

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

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

.terminbutton.main-color {
  border-radius: 20px;
  margin-top: 10px;
  transition: all .3s;
}

.terminbutton.main-color:hover {
  background-color: var(--brown-beige);
  transform: scale(1.1);
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.datenschutz, .impressum {
  color: #fff;
  text-decoration: none;
}

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

.titelvideo1-3 {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  width: 100%;
  height: 99.9998%;
  display: flex;
}

.footer-1 {
  margin-top: auto;
  padding: 40px 100px;
}

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

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

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

.inhalt-footer {
  height: 100%;
}

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

.nav-link {
  color: #fff;
  font-weight: 700;
}

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

.header {
  z-index: 10;
  position: sticky;
  top: 0;
}

.navbar {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  display: flex;
}

.navbar.main-color {
  padding-left: 100px;
  padding-right: 100px;
}

.logo-wei {
  padding-top: 10px;
  padding-bottom: 10px;
}

.titel-start {
  height: 100vh;
  position: relative;
}

.titel-start.unterseite {
  height: 500px;
}

.title_block {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #0000 4%, #00000080 71%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 100px 0 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slogan2 {
  text-align: right;
  font-size: 70px;
  line-height: 80px;
}

.slogan2.heading-1 {
  text-transform: uppercase;
  line-height: 1.3;
}

.slogan2.heading-font1 {
  line-height: 1.3;
}

.text-mittig {
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.3;
}

.text-mittig.paragraph-font {
  font-size: 18px;
  line-height: 1.3;
}

.heading-mittig1 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}

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

.bild-cover {
  background-image: url('../images/menu-1.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.essen-bild2 {
  background-image: url('../images/AdobeStock_17496330_visu.jpg');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tabs-menu2 {
  border-bottom: 1px solid #7e7e7e;
  justify-content: flex-start;
  display: flex;
}

.spei-e-karte-tabs2 {
  background-color: #0000;
}

.spei-e-karte-tabs2.w--current {
  background-color: #fff;
}

.spei-e-karte-tabs2.heading-font3.w--current {
  color: #cc9a68;
}

.section-mittig2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 100px;
  display: flex;
}

.section-mittig2.highlights.hide {
  display: none;
}

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

.heading-mittig-klein2.heading-font2.heading-color {
  width: 100%;
  line-height: 1.3;
}

.heading-mittig-klein2.heading-font3 {
  line-height: 1.3;
}

.tab-men-2 {
  background-color: #fff;
  width: 80%;
  padding: 40px 60px;
  box-shadow: 2px 2px 10px 2px #0000004d;
}

.bild-hintergrund {
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/aussenansicht-1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 140px;
  display: flex;
}

.grid-galerie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 20px;
}

.relative_div {
  height: 43vh;
  position: relative;
}

.relative_div.zweitfarbe {
  height: 43.1vh;
}

.heading-linksb-ndig-klein2 {
  margin-top: 10px;
}

.heading-linksb-ndig-klein2.heading-font3.heading-color {
  font-size: 32px;
}

.section-big-space {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px;
  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;
}

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

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

.link-formular.white {
  color: #ecccad;
}

.impdat {
  padding: 150px 100px;
}

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

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

.success-block.highlights {
  color: #fff;
  border-style: none;
}

.success-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.3;
}

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

.content {
  z-index: 5;
  opacity: 0;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.content:hover {
  opacity: 1;
  color: #000;
}

.heading-mittig {
  text-align: center;
  margin-top: 0;
  font-size: 25px;
  line-height: 35px;
}

.heading-mittig.heading-font1 {
  line-height: 1.3;
}

.navlink_underline {
  background-color: #fff;
  width: 100%;
  height: .3vh;
  line-height: 20vh;
}

.navlink_content {
  overflow: hidden;
}

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

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

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

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

.text_field {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  height: 3.2rem;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text_field:hover {
  border-color: #1d1f2e80;
}

.text_field:active, .text_field:focus {
  border-color: #1d1f2e;
}

.text_field::placeholder {
  color: #1d1f2e4d;
}

.text_field.cc-teaxtarea {
  height: 5rem;
}

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

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

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

.form1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.form1.main-color.paragraph-font {
  background-color: #af804f;
}

.form-text {
  line-height: 1.3;
}

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

.div-block-mittig {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
}

.div-block-mittig.main-color._100 {
  height: 100%;
}

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

.div-block-deco {
  border: 1px dashed var(--light-beige);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.lottiefile {
  object-fit: contain;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: 10px;
  margin-bottom: 15px;
}

.grid_3er {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
}

.div-block-middle-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-round {
  object-fit: cover;
  border-radius: 300px;
  width: 22.5rem;
  height: 22.5rem;
  margin-bottom: 20px;
  transition: all .2s;
}

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

.heading-small.heading-font3 {
  text-align: center;
  font-weight: 400;
}

.heading-small.heading-font3.no-space {
  text-align: left;
  margin-top: 0;
}

.heading-small.heading-font3-bold {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

.form {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.button-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 40px;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 14px;
  transition: all .2s;
}

.button-2:hover {
  transform: scale(1.1);
}

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

.button-2.heading-font3.highlights {
  color: #fff;
  line-height: 1.3;
}

.button-2.heading-font3.main-color {
  text-align: left;
}

.divider {
  width: 80%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.divider.white {
  background-color: #fff;
}

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

.image-event {
  background-image: url('../images/Roulade.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 33.2vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.image-event._2 {
  background-image: linear-gradient(#0003, #0003), url('../images/image006.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 90vh;
  padding: 30px;
}

.bigger {
  letter-spacing: 2px;
  font-size: 18px;
}

.card5 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50%;
  display: flex;
  position: relative;
}

.img-box5 {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.img-box5.secondary-color {
  display: flex;
}

.img-box5.secondary-color.pad {
  padding: 20px;
}

.card-content5 {
  text-align: center;
  background-image: linear-gradient(#ffffffa1, #ffffffa1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.paragraph {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.text-span-10 {
  font-weight: 500;
}

.grid-div-links {
  min-height: 2.7vh;
}

.grid-div-rechts {
  text-align: right;
  min-height: 2.7vh;
}

.preislisten-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.angebot-grid-2 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7e7e7e;
  grid-template-columns: 1fr .25fr .25fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

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

.relative_content {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.embed-maps._55vh {
  height: 60vh;
}

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

.impdat-2.flie-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  display: flex;
}

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

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

.textarea {
  line-height: 2.9;
}

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

.heading-small-center.heading-3 {
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

.heading-small-center.heading-font3 {
  text-align: center;
}

.ablaufplan-big-button-3 {
  z-index: 2;
  color: #fff;
  background-color: #d4af37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-3:hover {
  transform: scale(1.03);
}

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

.ablaufplan-big-button-3.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 60px auto auto 0%;
}

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

.content-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

.content-wrapper.image {
  color: #fff;
  background-image: linear-gradient(#0003, #0003), url('../images/menu-14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 50%;
  height: 60vh;
}

.grid_3x1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.image-wrapper {
  outline-offset: 0px;
  outline: 1px solid #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
}

.logo-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 35px;
}

.logo-heading.heading-font2 {
  letter-spacing: 3px;
  font-family: Daughter Of Fortune, Georgia, sans-serif;
  line-height: 36px;
}

.quick-stack-3er {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-mittig-klein {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 44px;
}

.heading-mittig-klein.heading-font1 {
  font-size: 28px;
  line-height: 1.3;
}

.icon-55px {
  object-fit: contain;
  width: 3.4375rem;
  height: 3.4375rem;
}

.whatsapp {
  position: fixed;
  inset: auto 0% 0% auto;
}

.taxnummer {
  margin-bottom: 5px;
}

._1grid {
  grid-template-rows: auto;
  justify-content: stretch;
  justify-items: center;
}

._1grid.space {
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 20px;
}

.bold {
  font-size: 20px;
  font-weight: 600;
}

.form-block-4 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

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

.angebot-grid-3 {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #7e7e7e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .25fr;
  align-items: center;
  margin-bottom: 5px;
  padding: 10px 20px 10px 10px;
}

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

.slider-round {
  background-color: #0000;
  border-radius: 300px;
  width: 22.5rem;
  height: 22.5rem;
}

.slide-nav {
  display: none;
}

.opening-hours {
  border-top: 1px solid #eaeaea40;
  border-left: 1px solid #eaeaea40;
  width: 100%;
}

.grid-oh {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #eaeaea40;
  grid-template-rows: auto;
  padding-left: 5px;
}

.small-div {
  border-right: 1px solid #eaeaea40;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.table-text-2 {
  text-align: left;
  margin-bottom: 0;
  line-height: 1.6;
}

.div-block-contact {
  border: 1px dashed var(--light-beige);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-100-contain {
  object-fit: contain;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image-100-contain-top {
  object-fit: contain;
  object-position: 50% 0%;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

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

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

.popup-inside {
  background-color: #eaeaea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 11px #000;
}

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

.close-bild {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

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

.navwrapper {
  margin-left: auto;
}

.popupmain-1 {
  z-index: 1000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.close-bild-1 {
  opacity: .5;
  cursor: pointer;
  object-fit: contain;
  align-self: flex-end;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 5px;
  margin-right: 5px;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.code-embed {
  width: 100%;
  margin-top: 40px;
}

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

.div-block {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-large {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.show-mobile-landscape {
  display: none;
}

.text-size-medium {
  font-size: 1.25rem;
}

.modal1_content-wrapper {
  background-color: var(--brown-beige);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

.modal1_component {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .logo-img {
    height: 3rem;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

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

  .email {
    margin-bottom: 5px;
  }

  .paragraph-font.left {
    width: 100%;
  }

  .container-8 {
    justify-content: flex-start;
  }

  .men-icon1 {
    color: #fff;
  }

  .terminbutton.main-color:hover {
    transform: scale(1.05);
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .nav-men-1.hauptfarbe {
    background-color: #272727;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: #0000;
  }

  .div-block-footer1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

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

  .inhalt-footer {
    width: 100%;
  }

  .nav-menu-2 {
    background-color: var(--light-beige);
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
  }

  .nav-link {
    color: #fff;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 700;
  }

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

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

  .navbar.main-color {
    padding-left: 60px;
    padding-right: 60px;
  }

  .men-button2 {
    background-color: var(--light-beige);
    border-radius: 10px;
  }

  .men-button2.w--open {
    background-color: var(--light-beige);
  }

  .men-icon2 {
    color: #fff;
  }

  .titel-start {
    height: 65vh;
  }

  .titel-start.unterseite {
    height: 400px;
  }

  .title_block {
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

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

  .slogan2.heading-font1 {
    text-align: center;
    font-size: 40px;
  }

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

  .heading-mittig1.heading-font1 {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .heading-mittig1.heading-font2.heading-color {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 1.2;
  }

  .bild-cover {
    padding: 60px;
  }

  .spei-e-karte-tabs2.heading-font3 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-mittig2 {
    padding: 60px;
  }

  .heading-mittig-klein2.heading-font2 {
    line-height: 1.2;
  }

  .tab-men-2 {
    width: 100%;
    padding: 40px;
  }

  .bild-hintergrund {
    height: 45vh;
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .relative_div, .relative_div.zweitfarbe {
    width: 100%;
    height: auto;
  }

  .heading-linksb-ndig-klein2.heading-font3.heading-color {
    font-size: 30px;
  }

  .section-big-space {
    padding: 60px;
  }

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

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

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

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

  .success-heading.heading-font1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .content {
    opacity: 100;
    background-color: #cc9a684f;
    width: 100%;
    height: auto;
    padding: 20px;
    position: relative;
  }

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

  .navlink_underline {
    display: none;
  }

  .maos-footer {
    min-width: auto;
    height: auto;
  }

  .form-grid {
    width: 100%;
  }

  .text_field {
    padding: 12px;
  }

  .text_field.cc-teaxtarea {
    margin-bottom: 0;
  }

  .error-message {
    width: auto;
  }

  .form1.main-color.paragraph-font {
    margin-top: 20px;
  }

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

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

  .div-block-mittig.main-color.first {
    order: -1;
  }

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

  .lottiefile {
    width: 3rem;
    height: 3rem;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .grid_3er {
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    display: flex;
  }

  .image-round {
    width: 20rem;
    height: 20rem;
    margin-bottom: 0;
  }

  .heading-small.heading-font3.no-space {
    text-align: center;
    font-size: 18px;
  }

  .heading-small.heading-font3-bold {
    margin-top: 0;
    line-height: 1.3;
  }

  .button-2.heading-font3.highlights {
    padding: 12px 15px;
  }

  .button-2.heading-font3.highlights:hover {
    transform: scale(1.05);
  }

  .button-2.heading-font3.main-color {
    text-align: center;
    padding: 12px 15px;
    line-height: 1.3;
  }

  .button-2.heading-font3.main-color:hover {
    padding: 12px 15px;
    transform: scale(1.05);
  }

  .grid-form {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .image-event._2 {
    height: auto;
    padding: 60px;
  }

  .card5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .img-box5.secondary-color {
    position: relative;
  }

  .paragraph {
    font-size: 14px;
  }

  .grid-div-rechts {
    width: 100%;
  }

  .preislisten-grid {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .angebot-grid-2 {
    grid-template-rows: auto;
    justify-items: start;
    padding-right: 10px;
  }

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

  .relative_content {
    height: 55vh;
  }

  .embed-maps._55vh {
    height: 50vh;
  }

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

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

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

  .heading-small-center.heading-font3 {
    margin-top: 10px;
  }

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

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

  .content-wrapper {
    height: 60vh;
  }

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

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

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

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

  .quick-stack-3er {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding: 0;
  }

  .heading-mittig-klein.heading-font1 {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .icon-55px {
    width: 3rem;
    height: 3rem;
  }

  .taxnummer {
    margin-bottom: 5px;
  }

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

  ._1grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  ._1grid.space {
    display: flex;
  }

  .angebot-grid-3 {
    justify-items: start;
    padding-right: 10px;
  }

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

  .slider-round {
    width: 20rem;
    height: 20rem;
  }

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

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

  .popup-inside {
    width: 80%;
  }

  .bold-text-4 {
    font-size: 22px;
  }

  .left-arrow, .right-arrow {
    width: 45px;
    font-size: 30px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .logo-img {
    height: 2.8rem;
  }

  .text-layout.flie-text, .div-ffnungszeiten.paragraph-font {
    width: 100%;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

  .heading-footer.heading-font3 {
    font-size: 17px;
  }

  .nav-link.paragraph-font {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13.5px;
  }

  .navbar.main-color {
    padding-left: 40px;
    padding-right: 40px;
  }

  .men-button2 {
    padding: 15px;
  }

  .titel-start {
    height: 55vh;
  }

  .titel-start.unterseite {
    height: 300px;
  }

  .title_block {
    padding: 20px;
  }

  .slogan2.heading-1 {
    text-align: center;
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }

  .slogan2.heading-font1 {
    font-size: 35px;
  }

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

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

  .heading-mittig1.heading-font2.heading-color {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
  }

  .bild-cover {
    object-fit: cover;
    min-height: 300px;
    padding: 40px;
  }

  .tabs-menu2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .spei-e-karte-tabs2, .spei-e-karte-tabs2.w--current {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .spei-e-karte-tabs2.heading-font3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-mittig2 {
    padding: 40px;
  }

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

  .tab-men-2 {
    padding: 20px;
  }

  .bild-hintergrund {
    height: 40vh;
    padding: 40px;
  }

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

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

  .section-big-space {
    padding: 40px;
  }

  .angebot2 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .success-heading {
    font-size: 26px;
  }

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

  .maos-footer {
    width: auto;
  }

  .maps-gro {
    height: 400px;
  }

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

  .text_field {
    height: 3rem;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text_field::placeholder {
    text-align: center;
  }

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

  .form1.main-color.paragraph-font {
    margin-top: 10px;
    padding: 20px;
  }

  .div-block-mittig {
    padding: 15px;
  }

  .div-block-mittig.hauptfarbe {
    min-height: 400px;
  }

  .div-block-mittig.main-color {
    padding: 15px;
  }

  .image-55vh {
    height: 25rem;
  }

  .grid_3er {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .image-round {
    width: 18rem;
    height: 18rem;
  }

  .heading-small.heading-font3 {
    text-align: center;
  }

  .heading-small.heading-font3.no-space {
    text-align: left;
    width: 70%;
    font-size: 16px;
  }

  .heading-small.heading-font3.no-space.is-middle {
    text-align: center;
    width: 100%;
  }

  .heading-small.heading-font3-bold {
    text-align: center;
    font-size: 18px;
  }

  .button-2.heading-font3.highlights, .button-2.heading-font3.main-color {
    letter-spacing: 2px;
    padding: 10px 12px;
  }

  .button-2.heading-font3.main-color:hover {
    padding: 10px 12px;
  }

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

  .image-event._2 {
    padding: 40px;
  }

  .bigger {
    font-size: 16px;
  }

  .card5 {
    width: 100%;
  }

  .img-box5.secondary-color {
    padding: 10px;
  }

  .paragraph {
    margin-bottom: 5px;
  }

  .paragraph._70 {
    width: 70%;
  }

  .preisliste-spalte {
    width: 100%;
  }

  .grid-div-links {
    width: 70%;
  }

  .grid-div-rechts {
    width: 40px;
  }

  .grid-div-rechts.no-width {
    width: 100%;
  }

  .preislisten-grid {
    padding-top: 20px;
  }

  .angebot-grid-2 {
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .galerie-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .relative_content {
    height: 25rem;
  }

  .embed-maps {
    width: auto;
  }

  .embed-maps._55vh {
    height: 45vh;
  }

  .image-100.is-vh {
    height: 25rem;
  }

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

  .heading-small-center.heading-font3 {
    text-align: center;
  }

  .content-wrapper.image, .image-wrapper {
    height: 25rem;
  }

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

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

  .icon-55px {
    width: 2.5rem;
    height: 2.5rem;
  }

  .bold {
    font-size: 18px;
  }

  .form-block-4.paragraph-font {
    padding: 20px;
  }

  .grid-24 {
    width: 70%;
    display: flex;
  }

  .slider-round {
    width: 18rem;
    height: 18rem;
  }

  .grid-oh {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .small-div {
    width: 100%;
    height: 100%;
  }

  .popup-inside {
    width: 90%;
  }

  .close-bild {
    width: 25px;
    height: 25px;
  }

  .bold-text-4 {
    font-size: 20px;
  }

  .close-bild-1 {
    width: 25px;
    height: 25px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .show-mobile-landscape {
    filter: invert();
    display: block;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .modal1_content-wrapper {
    max-height: none;
    padding-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .logo-img {
    height: 2.2rem;
  }

  .adresse.paragraph-font {
    margin-top: 0;
  }

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

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

  .div-block-footer1 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link.paragraph-font {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 1.3;
  }

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

  .navbar.main-color {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .men-button2 {
    padding: 12px;
  }

  .titel-start {
    height: 50vh;
  }

  .slogan2.heading-1 {
    font-size: 30px;
    line-height: 40px;
  }

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

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

  .heading-mittig1.heading-font1 {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .bild-cover {
    background-position: 50% -1%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-menu2 {
    flex-direction: column;
  }

  .spei-e-karte-tabs2.heading-font3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .heading-mittig-klein2.heading-font3 {
    font-size: 22px;
  }

  .tab-men-2 {
    padding: 10px;
  }

  .bild-hintergrund {
    height: 35vh;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-linksb-ndig-klein2.heading-font3.heading-color {
    font-size: 22px;
  }

  .section-big-space {
    padding: 40px 20px;
  }

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

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

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

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

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

  .success-heading.heading-font1 {
    font-size: 18px;
    line-height: 1.4;
  }

  .content {
    padding-bottom: 10px;
  }

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

  .maos-footer {
    min-width: 200px;
  }

  .maps-gro {
    height: 300px;
  }

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

  .text_field {
    width: 100%;
    height: 2.5rem;
  }

  .form1 {
    width: 100%;
  }

  .form1.main-color.paragraph-font {
    padding: 15px;
  }

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

  .div-block-mittig.hauptfarbe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-mittig.main-color {
    padding: 10px;
  }

  .image-55vh {
    height: 40vh;
  }

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

  .lottiefile {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 5px;
  }

  .image-round {
    width: 15rem;
    height: 15rem;
  }

  .heading-small.heading-font3.no-space {
    width: 60%;
    font-size: 15px;
  }

  .heading-small.heading-font3.no-space.is-middle {
    margin-bottom: 5px;
  }

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

  .button-2.heading-font3.highlights, .button-2.heading-font3.main-color {
    letter-spacing: 1px;
    font-size: 11px;
  }

  .image-event._2 {
    padding: 10px;
  }

  .bigger {
    font-size: 15px;
  }

  .img-box5.secondary-color {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-content5 {
    padding: 15px;
  }

  .paragraph {
    font-size: 13.5px;
  }

  .paragraph._70, .grid-div-links {
    width: 60%;
  }

  .grid-div-rechts {
    text-align: left;
  }

  .preislisten-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .angebot-grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding: 5px 0;
  }

  .relative_content {
    height: 25rem;
  }

  .embed-maps._55vh {
    height: 40vh;
  }

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

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

  .image-100.is-vh {
    height: 25rem;
  }

  .heading-small-center.heading-3 {
    font-size: 15px;
  }

  .ablaufplan-big-button-3 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .content-wrapper, .content-wrapper.image {
    height: 45vh;
  }

  .image-wrapper {
    height: 25rem;
  }

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

  .quick-stack-3er {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .icon-55px {
    width: 2.2rem;
    height: 2.2rem;
  }

  ._1grid {
    width: 99.9253%;
  }

  .bold {
    font-size: 16px;
  }

  .grid-24 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
  }

  .angebot-grid-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .slider-round {
    width: 15rem;
    height: 15rem;
  }

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

  .popup-inside {
    width: 90%;
    padding: 10px;
  }

  .close-bild {
    width: 20px;
    height: 20px;
  }

  .bold-text-4 {
    font-size: 16px;
    line-height: 26px;
  }

  .close-bild-1 {
    width: 20px;
    height: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

#w-node-_6bfeb132-0603-5785-62f7-a881304ee462-185395f5, #w-node-_6bfeb132-0603-5785-62f7-a881304ee465-185395f5, #w-node-b84e6e62-9d3b-3125-5108-ad8381cd0071-185395f5, #w-node-b84e6e62-9d3b-3125-5108-ad8381cd0074-185395f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9e973bec-b72b-140a-ba63-2cf670bb146e-2cf25adf, #w-node-_6c94df76-e64f-bdba-570e-6e618a2ce85a-2cf25adf, #w-node-_81194e35-6f67-2c6f-9740-0f54982cefde-2cf25adf, #w-node-_648b12e9-54b0-de7b-e854-0ae0d48c2e68-2cf25adf, #w-node-_81bfff46-ad51-7d81-d9f9-165c4e4a273c-2cf25adf, #w-node-_4e6c97d6-a3c3-2fee-f160-f4cfd1009252-2cf25adf, #w-node-fb316bc2-1d1a-658a-e0c4-459e89d182e5-2cf25adf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e5d19248-03e1-5d88-86da-1fe3f648fb00-2cf25ae1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c31274-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c312cb-2cf25ae2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c312ce-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c312d6-2cf25ae2 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c312dd-2cf25ae2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c312e5-2cf25ae2 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c31305-2cf25ae2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c3131d-2cf25ae2, #w-node-d8f0733d-3156-221d-1bd3-b612f6c31334-2cf25ae2, #w-node-d8f0733d-3156-221d-1bd3-b612f6c3136a-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c31372-2cf25ae2, #w-node-d8f0733d-3156-221d-1bd3-b612f6c3138e-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c31396-2cf25ae2 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-d8f0733d-3156-221d-1bd3-b612f6c3139f-2cf25ae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1afa720a-a6ed-bd71-b6eb-6049b5b3edba-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1afa720a-a6ed-bd71-b6eb-6049b5b3edcb-2cf25ae2, #w-node-_1afa720a-a6ed-bd71-b6eb-6049b5b3ede7-2cf25ae2, #w-node-_1afa720a-a6ed-bd71-b6eb-6049b5b3edfd-2cf25ae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a53-2cf25ae2 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a63-2cf25ae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a69-2cf25ae2 {
  grid-area: 12 / 1 / 13 / 3;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a6d-2cf25ae2, #w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a73-2cf25ae2, #w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a79-2cf25ae2, #w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a7f-2cf25ae2, #w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93a85-2cf25ae2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93aa9-2cf25ae2 {
  grid-area: 5 / 1 / 6 / 3;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93aad-2cf25ae2 {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_1a0fb085-7067-6a0a-cd2c-586fbeb93ab7-2cf25ae2 {
  grid-area: 8 / 1 / 9 / 3;
}

#w-node-_030b2900-cc64-1afa-4dbd-79f4943fd3e7-2cf25ae2 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_030b2900-cc64-1afa-4dbd-79f4943fd3ff-2cf25ae2, #w-node-_030b2900-cc64-1afa-4dbd-79f4943fd416-2cf25ae2, #w-node-_030b2900-cc64-1afa-4dbd-79f4943fd44d-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_030b2900-cc64-1afa-4dbd-79f4943fd455-2cf25ae2 {
  grid-area: 1 / 1 / 2 / 4;
}

@media screen and (max-width: 991px) {
  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6ca-d144e6c3 {
    justify-self: center;
  }

  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6ce-d144e6c3 {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18eb8208-0750-59a6-9abf-912dd144e6d2-d144e6c3 {
    justify-self: center;
  }

  #w-node-_9e973bec-b72b-140a-ba63-2cf670bb146e-2cf25adf, #w-node-_6c94df76-e64f-bdba-570e-6e618a2ce85a-2cf25adf, #w-node-_81194e35-6f67-2c6f-9740-0f54982cefde-2cf25adf, #w-node-_648b12e9-54b0-de7b-e854-0ae0d48c2e68-2cf25adf, #w-node-_81bfff46-ad51-7d81-d9f9-165c4e4a273c-2cf25adf, #w-node-_4e6c97d6-a3c3-2fee-f160-f4cfd1009252-2cf25adf {
    grid-column: span 1 / span 1;
  }

  #w-node-e5d19248-03e1-5d88-86da-1fe3f648fb00-2cf25ae1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9472ce4e-2dc8-ef6d-d754-24bafb76c262-2cf25ae1 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e5d19248-03e1-5d88-86da-1fe3f648fb00-2cf25ae1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9472ce4e-2dc8-ef6d-d754-24bafb76c262-2cf25ae1 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b5d72980-8a14-a6aa-3bd3-c6f4dde54c1a-2cf25a8e {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-d8f0733d-3156-221d-1bd3-b612f6c31270-2cf25ae2 {
    grid-column-end: 2;
  }
}


@font-face {
  font-family: 'License Request';
  src: url('../fonts/LICENSE-REQUEST.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Daughter Of Fortune';
  src: url('../fonts/Daughter-of-Fortune.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}