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

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

:root {
  --main-color: #172056;
  --gold: #d49f2e;
  --white: white;
  --black: black;
}

.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;
  align-items: stretch;
  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(--main-color);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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;
  width: 130px;
}

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

.telefonnummer.paragraph-font {
  margin-bottom: 0;
}

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

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

.email {
  margin-bottom: 5px;
}

.highlights {
  background-color: var(--gold);
  background-image: linear-gradient(90deg, var(--gold), #e9ce94 54%, var(--gold));
  color: #000;
}

.adresse {
  margin-bottom: 5px;
}

.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: Open Sans, sans-serif;
  font-weight: 600;
  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: #dcb445;
  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;
  font-family: Exo, sans-serif;
}

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

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

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

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

.titelvideo {
  filter: blur(5px);
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
}

.inhaltstartseite {
  padding: 20px 10px;
}

.div-block-footer1 {
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

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

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

.inhalt-footer {
  height: 100%;
  margin-left: 30px;
  margin-right: 30px;
}

.nav-menu {
  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 {
  font-size: 16px;
}

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

.header {
  z-index: 99;
  position: sticky;
  top: 0%;
  bottom: 100%;
}

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

.titelvideo-start {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.div-block-video {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(90deg, #0000 50%, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 0 60px 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 {
  font-size: 50px;
  line-height: 1.3;
}

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

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

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

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

.heading-mittig1.heading-font1 {
  font-size: 35px;
  line-height: 1.3;
}

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

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

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

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

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

.section-mittig2.highlights {
  background-image: linear-gradient(90deg, var(--gold), #e9ce94 54%, var(--gold));
}

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

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

.heading-mittig-klein2.heading-font2.heading-color {
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

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

.relative_div {
  background-color: #fff;
  height: 43vh;
  position: relative;
}

.relative_div.zweitfarbe {
  height: 43.1vh;
}

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

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

.impdat {
  padding: 100px 40px;
}

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

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

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

.heading-success {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  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%;
  display: flex;
}

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

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

.form1.highlights {
  width: 100%;
}

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

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

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

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

.lottiefile {
  object-fit: contain;
  width: 60px;
  height: 60px;
  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: 20px;
}

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

._4er-grid.space {
  margin-top: 60px;
}

._4er-grid._1 {
  grid-template-columns: 1fr 1fr;
  width: 80%;
}

._4er-grid._2nd {
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

._4er-grid._3rd {
  grid-template-columns: 1fr;
  width: 27%;
}

.div-block-middle-vertical {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.div-block-middle-vertical.right {
  padding-left: 35%;
}

.div-block-middle-vertical.link-block {
  color: #000;
}

.div-block-middle-vertical.speiskarte {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

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

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

.heading-small.heading-3 {
  line-height: 1.3;
}

.heading-small.heading-3.farbe-der-headings {
  font-family: Open Sans, sans-serif;
}

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

.heading-small.heading-font3.heading-color.small {
  margin-bottom: 0;
  font-size: 18px;
}

.heading-small.heading-font3.heading-color.small-black {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
}

.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 {
  background-image: linear-gradient(90deg, var(--gold), #e9ce94 54%, var(--gold));
  line-height: 1.3;
}

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

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

.card5._100 {
  width: 100%;
  height: 100%;
  min-height: 50.3vh;
}

.card5._100.highlights {
  color: #000;
}

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

.card-content {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

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

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

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

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

.impdat-2.flie-text {
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
}

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

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

.image-100.border {
  border: 1px solid #00000026;
}

.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 {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

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

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

.container-heading-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-middle-vertical-left {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-right: 35%;
  display: flex;
}

.text-span-script {
  font-family: Ebu, sans-serif;
  font-size: 32px;
}

.popup-bg {
  z-index: 999;
  z-index: auto;
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.popup-card {
  padding: 40px;
}

.popup-card.main-color {
  z-index: 1;
  border: 3px dashed #fff;
  border-radius: 20px;
  padding: 60px;
  position: relative;
}

.cancle-button {
  filter: invert();
  cursor: pointer;
  object-fit: contain;
  width: 1.5vw;
  position: absolute;
  inset: 5% 2% auto auto;
}

.code-embed {
  width: 80%;
}

.titelvideo-abs {
  z-index: 1;
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 100%;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0% auto;
}

.button-3 {
  background-color: var(--gold);
}

.grid-1x3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
}

.top_button {
  z-index: 999;
  position: fixed;
  inset: auto 1% 3% auto;
}

.arroe-top {
  filter: none;
  object-fit: contain;
  border-radius: 100%;
  width: 2vw;
}

.link-block-3-clr {
  background-color: #eac958;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  box-shadow: 0 2px 5px 4px #0003;
}

.bild-cover-flex {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_1912.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.link-block-menu {
  height: 40vh;
}

.link-block-menu.pop {
  height: 100%;
}

.head {
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.pop-up-div-2 {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.form_block {
  background-color: #fff;
  padding: 40px 20px;
}

.jotform-wrapper {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.jotform-embed {
  width: 100%;
  height: 100%;
  overflow: auto;
}

._4er-grid-_desktop-below {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 20px;
}

._4er-grid-_desktop-below._2nd {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  display: none;
}

._2er-grid-menu {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.jotform-wrapper-100 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}

.logo-blovk {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-img {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#17205629, #17205629), linear-gradient(120deg, #00000080, #ffffff80), url('../images/AdobeStock_157413472_visu.jpeg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-klein {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
}

.no-overflow {
  position: relative;
  overflow: hidden;
}

.divblock-farbig {
  background-color: var(--main-color);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5vh 8vw 15vh;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.logo-bild {
  object-fit: contain;
  min-width: 300px;
}

.baustellenseite {
  min-height: 100vh;
  display: flex;
}

._2er-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.heading-gro {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 55px;
}

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

.link-wei-2:hover {
  color: #a0a0a0;
}

.link-wei-2:active {
  color: #bdbdbd;
}

.lottie {
  width: 65%;
  margin-bottom: 60px;
}

.text {
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.text.gro {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-weight: 700;
}

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

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

.div-block {
  z-index: 100;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.modal1_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: auto;
  max-width: 48rem;
  max-height: none;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

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

.hide-mobile-landscape {
  height: 50px;
}

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

.margin-bottom.margin-xsmall {
  margin: 0 0 10px;
}

.margin-bottom.margin-large {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

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

.modal1_close-button {
  position: absolute;
  inset: 0% 0% auto auto;
}

.button-5 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.show-mobile-landscape {
  height: 50px;
  display: none;
}

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

.modal1_component {
  z-index: 99;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000004a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

._3er-grids-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 40px;
}

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

.text-size-medium-2 {
  font-size: 1.125rem;
}

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

.modal1_component-2 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.modal1_component-3 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.modal1_content-wrapper-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 28%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 3rem 2rem;
  position: relative;
  overflow: auto;
}

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

.hide-mobile-landscape-3 {
  filter: invert();
}

.modal1_component-4 {
  z-index: 1000;
  -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%;
}

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

.show-mobile-landscape-4 {
  height: 50px;
  display: none;
}

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

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

.hide-mobile-landscape-4 {
  height: 50px;
}

.modal1_component-5 {
  z-index: 99;
  -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%;
}

.modal1_content-wrapper-5 {
  background-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_close-button-5 {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

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

.text-size-medium-3 {
  font-size: 1.125rem;
}

.hide-mobile-landscape-5 {
  filter: invert();
}

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

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

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

.text-size-medium-4 {
  font-size: 1.125rem;
}

.hide-mobile-landscape-6 {
  filter: invert();
}

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

.bold-text-10, .bold-text-11 {
  color: var(--gold);
}

.tabs {
  width: 100%;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--main-color);
  color: #fff;
  font-size: 15px;
}

.tab-link-tab-1.paragraph-font {
  text-align: center;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.tab-link-tab-1.paragraph-font:hover {
  transform: scale3d(1.1, 1, 1);
}

.tab-link-tab-1.paragraph-font.w--current {
  background-color: var(--gold);
}

.menu-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 20px;
}

.lightbox-menu {
  box-shadow: 0 0 5px #0003;
}

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

.menu-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 0;
  display: flex;
}

.text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-style: italic;
  display: flex;
}

.archive {
  display: none;
}

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

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

.button-6 {
  text-align: center;
  border-style: solid;
  border-width: 1px;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

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

.modal1_component-8 {
  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 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .telefonnummer {
    margin-bottom: 5px;
  }

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

  .email {
    margin-bottom: 5px;
  }

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

  .men-icon1 {
    color: #fff;
  }

  .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-content: space-between;
    place-items: flex-start center;
    display: flex;
  }

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

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

  .inhalt-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .nav-menu {
    background-color: var(--main-color);
    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: 10px 0;
    font-size: 14px;
  }

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

  .navbar.main-color {
    background-color: var(--main-color);
    flex-flow: column;
    padding: 0;
  }

  .men-button2 {
    background-color: var(--gold);
    text-align: center;
    width: 100%;
    padding: 10px 0;
  }

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

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start {
    height: 60vh;
  }

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

  .div-block-video {
    background-image: linear-gradient(#00000040, #00000040);
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

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

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

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

  .heading-mittig1.heading-font1.margin {
    margin-top: 40px;
  }

  .heading-mittig1.heading-font2.heading-color {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bild-cover, .section-mittig2 {
    padding: 60px;
  }

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

  .relative_div, .relative_div.zweitfarbe {
    height: 45vh;
  }

  .heading-linksb-ndig-klein2.heading-font3 {
    text-align: center;
    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;
  }

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

  .navlink-underline {
    display: none;
  }

  .form1.highlights {
    padding: 20px;
  }

  .div-block-mittig.main-color {
    height: auto;
  }

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

  .image-55vh.is-top {
    object-position: 50% 25%;
    height: 55vh;
  }

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

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

  ._4er-grid.space {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    margin-top: 20px;
  }

  ._4er-grid._1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  ._4er-grid._2nd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-bottom: 20px;
  }

  ._4er-grid._2nd.hidden, ._4er-grid._3rd.hidden {
    display: none;
  }

  .div-block-middle-vertical {
    margin-top: 0;
  }

  .div-block-middle-vertical.right, .div-block-middle-vertical.speiskarte, .div-block-middle-vertical.speiskarte {
    margin-top: 0;
    padding-left: 0%;
  }

  .image-round {
    width: 200px;
    height: 200px;
    margin-bottom: 0;
  }

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

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

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

  .card5 {
    width: 90%;
    height: 85%;
  }

  .card5._100.highlights {
    flex-flow: column;
    min-height: auto;
  }

  .img-box5 {
    height: 45vh;
    position: relative;
  }

  .card-content {
    height: auto;
  }

  .team-picture.is-top {
    object-position: 50% 20%;
  }

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

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

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

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

  .container-heading-wrapper {
    max-width: 100%;
  }

  .div-block-middle-vertical-left {
    margin-top: 0;
    padding-right: 0%;
  }

  .popup-card.main-color {
    padding: 100px;
  }

  .cancle-button {
    width: 30px;
  }

  .code-embed {
    width: 100%;
  }

  .grid-1x3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .arroe-top {
    width: 25px;
  }

  .bild-cover-flex {
    padding: 60px;
  }

  .link-block-menu {
    height: 45vh;
  }

  .navlinks_wrapper {
    width: 100%;
  }

  .form_block {
    padding: 20px;
  }

  .jotform-wrapper, .jotform-embed {
    height: auto;
    overflow: visible;
  }

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

  ._4er-grid-_desktop-below._2nd {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 20px;
    display: grid;
  }

  ._2er-grid-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .jotform-wrapper-100 {
    height: auto;
    margin-top: 10px;
  }

  .logo-blovk {
    padding-bottom: 10vh;
  }

  .divblock-farbig {
    padding-bottom: 10vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .modal1_content-wrapper {
    max-width: 90%;
    padding: 2rem;
  }

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

  ._3er-grids-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .hide-mobile-landscape-3 {
    filter: invert();
  }

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

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

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

  .tabs-menu {
    flex-flow: wrap;
  }

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

  .menu-grid.set-tab {
    width: 50%;
    display: flex;
  }
}

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

  .logo.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-layout, .div-ffnungszeiten.paragraph-font {
    font-size: 15px;
  }

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

  .divblock1 {
    height: auto;
  }

  .div-block-footer1 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

  .nav-link.paragraph-font, .men-button2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .titelvideo-start {
    height: 50vh;
  }

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

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

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

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

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

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

  .inhalt-mittig2 {
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 0;
  }

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

  .section-mittig2 {
    padding: 40px;
  }

  .heading-mittig-klein2.heading-font2.heading-color {
    font-size: 18px;
  }

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

  .relative_div, .relative_div.zweitfarbe {
    height: 40vh;
  }

  .heading-linksb-ndig-klein2.heading-font3 {
    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;
  }

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

  .maps-gro {
    height: 400px;
  }

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

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

  .image-55vh.is-top {
    object-position: 50% 35%;
    height: 45vh;
  }

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

  ._4er-grid.space {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    display: flex;
  }

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

  .div-block-middle-vertical.speiskarte {
    height: auto;
  }

  .image-round {
    width: 180px;
    height: 180px;
  }

  .heading-small.heading-3.farbe-der-headings {
    margin-top: 10px;
  }

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

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

  .card5 {
    width: 90%;
  }

  .card-content {
    padding: 15px;
  }

  .team-picture.is-top {
    object-position: 50% 15%;
  }

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

  .popup-card.main-color {
    padding: 60px;
  }

  .cancle-button {
    width: 25px;
  }

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

  .arroe-top {
    width: 30px;
  }

  .link-block-3-clr {
    width: 45px;
    height: 45px;
  }

  .bild-cover-flex {
    object-fit: cover;
    padding: 40px;
  }

  .head {
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.3;
  }

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

  ._4er-grid-_desktop-below._2nd {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  ._2er-grid-menu {
    grid-template-columns: 1fr;
  }

  .logo-blovk {
    padding-bottom: 0;
  }

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

  .no-overflow {
    width: 100%;
    height: 100%;
  }

  ._2er-grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lottie {
    width: 90%;
  }

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

  .modal1_content-wrapper {
    width: 75%;
    height: auto;
    max-height: none;
    padding: 2rem;
  }

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

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

  .modal1_close-button {
    inset: 0% 0% auto auto;
  }

  .show-mobile-landscape {
    height: 40px;
    display: block;
  }

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

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

  ._3er-grids-menu {
    grid-template-columns: 1fr;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .show-mobile-landscape-2 {
    display: block;
  }

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

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

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

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

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

  .image-55vh-2 {
    height: 350px;
  }

  .show-mobile-landscape-4 {
    display: block;
  }

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

  .modal1_close-button-4 {
    right: 2rem;
  }

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

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

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

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

  .text-size-medium-3 {
    font-size: 1rem;
  }

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

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

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

  .text-size-medium-4 {
    font-size: 1rem;
  }

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

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

  .tabs-menu {
    flex-flow: wrap;
  }

  .tab-link-tab-1.paragraph-font {
    font-size: 14px;
  }

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

  .show-mobile-landscape-7 {
    filter: none;
    display: block;
  }

  .modal1_component-8 {
    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%;
  }

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

  .logo-img {
    width: 100px;
  }

  .logo.w--current {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .text-layout, .div-ffnungszeiten.paragraph-font {
    font-size: 14px;
  }

  .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;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .nav-link.paragraph-font {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .navbar.main-color {
    width: 100%;
  }

  .men-button2 {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .titelvideo-start {
    height: 45vh;
  }

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

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

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

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

  .heading-mittig1.heading-font1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
  }

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

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

  .section-mittig2 {
    padding: 20px;
  }

  .heading-mittig-klein2.heading-font2.heading-color {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .grid-galerie {
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .relative_div, .relative_div.zweitfarbe {
    height: 35vh;
  }

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

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

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

  .impdat.is-wrap {
    overflow-wrap: break-word;
  }

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

  .success_block.highlights {
    padding: 20px;
  }

  .heading-success {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

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

  .maps-gro {
    height: 300px;
  }

  .form1 {
    width: 100%;
  }

  .form1.highlights {
    padding: 15px;
  }

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

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

  .image-55vh, .image-55vh.is-top {
    height: 40vh;
  }

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

  .grid-_3er {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  ._4er-grid._1 {
    margin-top: 10px;
  }

  .div-block-middle-vertical, .div-block-middle-vertical.right {
    width: 100%;
  }

  .div-block-middle-vertical.speiskarte {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    height: auto;
  }

  .image-round {
    width: 180px;
    height: 180px;
  }

  .heading-small.heading-3.farbe-der-headings {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .heading-small.heading-font3 {
    margin-bottom: 5px;
    font-size: 16px;
  }

  .heading-small.heading-font3.heading-color {
    font-size: 18px;
  }

  .heading-small.heading-font3.heading-color.small, .heading-small.heading-font3.heading-color.small-black {
    font-size: 14px;
  }

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

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

  .divider.white {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .card5 {
    width: 90%;
    height: 90%;
  }

  .img-box5 {
    height: 35vh;
  }

  .card-content {
    padding: 10px;
  }

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

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

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

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

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

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

  .div-block-middle-vertical-left {
    width: 100%;
  }

  .popup-card.main-color {
    border-width: 2px;
    padding: 40px;
  }

  .cancle-button {
    width: 22px;
  }

  .arroe-top {
    width: 25px;
  }

  .link-block-3-clr {
    width: 40px;
    height: 40px;
  }

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

  .link-block-menu {
    height: 40vh;
  }

  .pop-up-div-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._4er-grid-_desktop-below {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._4er-grid-_desktop-below._2nd {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._2er-grid-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .jotform-wrapper-100 {
    margin-top: 0;
  }

  .div-block-img {
    min-height: 300px;
  }

  .text-klein {
    font-size: 20px;
    line-height: 25px;
  }

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

  .lottie {
    width: 100%;
  }

  .text {
    font-size: 18px;
  }

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

  .modal1_content-wrapper {
    width: 90%;
  }

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

  .show-mobile-landscape {
    height: 35px;
  }

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

  ._3er-grids-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal1_component-2 {
    width: auto;
    height: auto;
    display: flex;
  }

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

  .modal1_content-wrapper-3 {
    width: auto;
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .modal1_component-4 {
    width: auto;
    height: auto;
    display: flex;
  }

  .show-mobile-landscape-4 {
    height: 30px;
  }

  .modal1_content-wrapper-4 {
    width: 80%;
  }

  .modal1_close-button-4 {
    right: 2rem;
  }

  .modal1_component-5 {
    width: auto;
    height: auto;
    display: flex;
  }

  .modal1_component-6, .modal1_component-7 {
    width: auto;
    height: auto;
  }

  .tabs-menu {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }

  .tab-link-tab-1.paragraph-font {
    text-align: center;
  }

  .menu-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .menu-grid.set-tab {
    width: 100%;
  }

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

#w-node-_1031fe65-8fae-810f-c336-7fa06ad68cda-ad71a226, #w-node-ca8008d7-fccc-dec3-a479-b0a176df51c9-ad71a226, #w-node-_70a7b8d6-a031-0546-aa40-5a119c5fc9ae-ad71a226, #w-node-_8676684f-50ad-60bf-a18b-585885b0f0e4-ad71a226 {
  grid-area: 1 / 2 / 2 / 3;
}

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

  #w-node-_1031fe65-8fae-810f-c336-7fa06ad68cda-ad71a226 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

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


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