:root {
  --orange: #d18b12;
  --beigh: #e2d2b3;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

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

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

.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: #313131;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Capture.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, contain;
}

.email {
  margin-bottom: 5px;
}

.secondary-color {
  color: #fff;
  background-color: #4f525d;
}

.highlights {
  color: #000;
  background-color: #d18b12;
}

.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: Alex Brush, 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: #d18b12;
  line-height: 1.3;
}

.container-8 {
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.navbar1 {
  z-index: 1000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.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 {
  border-bottom: 2px solid #0000;
}

.nav-link-3.flie-text:hover {
  color: #fff;
  border-bottom-color: #fff;
}

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

.navbar-6 {
  background-color: #0000;
  width: 100%;
}

.navbar-6.hauptfarbe {
  background-color: #0000;
}

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

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

.terminbutton.highlights.paragraph-font {
  color: #fff;
}

.terminbutton.highlights.paragraph-font:hover {
  background-color: var(--orange);
}

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

.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: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  height: 99.9998%;
  display: flex;
}

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

.footer-1.main-color {
  background-image: linear-gradient(#00000080, #00000080), url('../images/20250822_205507.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

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

.inhalt-footer {
  height: 100%;
}

.nav-menu-2 {
  z-index: 100000;
  flex-direction: row;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-left: 220px;
  display: flex;
}

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

.nav-link-4.paragraph-font {
  transition: all .2s;
}

.nav-link-4.paragraph-font:hover {
  border-bottom: 3px solid var(--white);
}

.nav-link-4.paragraph-font.w--current {
  border-bottom: 3px solid var(--white);
  color: #fff;
}

.header2 {
  z-index: 90;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-2 {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.navbar-2.main-color {
  background-image: none;
  background-size: auto;
}

.titelvideo-start-2 {
  background-image: linear-gradient(#ffffff8f, #0d0d0d4d);
  height: 130vh;
  position: relative;
}

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

.div-block-video-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-image: linear-gradient(#0000, #00000080 80%, #00000080);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 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 {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.3;
}

.slogan2.heading-font1._80 {
  background-color: #e2d2b3;
  width: 80%;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.heading-mittig1.heading-font2.heading-color {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 30px;
  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/-Jägerstube-6.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 {
  background-color: #e2d2b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 10vw 40px;
  display: flex;
}

.section-mittig2.secondary-color {
  background-image: linear-gradient(#00000080, #00000080);
}

.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%;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 1.3;
}

.bild-hintergrund {
  color: var(--white);
  background-image: linear-gradient(#0000004f, #0000004f), url('../images/Außengelände.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: 220px 140px;
  display: flex;
}

.grid-galerie {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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;
}

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

._2er-grid2.space {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.section-big-space {
  background-color: #e2d2b3;
  justify-content: center;
  align-items: center;
  padding: 100px;
  display: flex;
}

.section-big-space.vert {
  flex-flow: column;
}

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

.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-22 {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3;
}

.div-block-111 {
  background-color: #fff;
  width: 100%;
  height: .3vh;
  line-height: 20vh;
  display: block;
  transform: translate(0);
}

.navlink_content {
  overflow: hidden;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: auto;
  height: auto;
  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-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 5px;
  height: 7.2vh;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

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

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

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

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

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

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

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

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

.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 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_68812489_Preview_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 65vh;
}

.div-block-mittig.main-color._100 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Capture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

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

.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 {
  filter: saturate(200%) hue-rotate();
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

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

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

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

.heading-small.heading-3.farbe-der-headings.white {
  color: #fff;
}

.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;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Capture.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

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

.card5._100.zweitfarbe {
  background-color: var(--orange);
  min-height: 50.3vh;
}

.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-content5 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.paragraph-54 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  line-height: 1.5;
}

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

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

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

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

.social-media {
  filter: invert();
  object-fit: contain;
  width: 25px;
  height: 25px;
}

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

.textarea {
  font-family: Open Sans, sans-serif;
  line-height: 2.9;
}

.button-transparemt {
  border: 3px solid var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3898ec00;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition: all .2s;
}

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

.button-transparemt.heading-font3.margin {
  color: #000;
  background-color: #fff;
  margin-top: 20px;
}

.button-transparemt.heading-font3.marginn {
  margin-top: 20px;
}

.divider-weit {
  background-color: var(--white);
  width: 10rem;
  height: 1px;
}

.image-small {
  object-fit: contain;
  width: 3rem;
}

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

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

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

.card-block {
  border: 2px solid var(--white);
  position: relative;
}

.heading-block {
  z-index: 10;
  background-image: linear-gradient(#0000004d, #0000004d);
  padding-top: 30%;
  position: absolute;
  inset: 0%;
}

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

.heading-small-mitting.heading-font3 {
  color: var(--white);
  text-align: center;
}

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

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

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

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

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

.navblock {
  height: 22vh;
  position: sticky;
  inset: 0% 0% auto;
}

.navblock.main-color.hide {
  z-index: 89;
}

.navblock.main-color {
  z-index: 89;
  background-image: linear-gradient(#0000, #0000), url('../images/20250822_205507.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  height: 15vh;
}

.slide-img, .video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.widget {
  width: 80%;
  height: 100%;
}

.grid1._2er-grid2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: .75fr;
  margin-top: 20px;
}

.grid2._2er-grid2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 20px;
}

.grid3._2er-grid2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: 75vh;
  grid-template-columns: .5fr 1fr;
  grid-auto-rows: 50vh;
  margin-top: 20px;
}

.grid4._2er-grid2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 75vh;
  margin-top: 20px;
}

.para.text-mittig.paragraph-font {
  margin-bottom: 40px;
}

.background-video {
  z-index: 10;
  object-fit: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 40px;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 1px 1px 20px #8a816aba;
}

.background-video:hover {
  transform: scale(1.05);
}

.container-10 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.h1.slogan2.heading-font1 {
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
}

.h2.heading-mittig1.heading-font1 {
  color: #fff;
  font-size: 36px;
}

.text.text-mittig.paragraph-font {
  color: #fff;
}

.seection-34, .sec-4, .section-4 {
  background-color: #e2d2b3;
}

.container-11 {
  justify-content: center;
  align-items: center;
  width: 25vw;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-50 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #716959;
  background-image: linear-gradient(#0009, #0009), url('../images/Jägerstube-7.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 110vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.bild-cover--2 {
  background-image: url('../images/Außengelände-5.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.form-block-5 {
  background-color: #fff;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap-3 {
  color: #fff;
  background-color: #402e0f;
  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-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

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

.heading-4, .text-block {
  font-family: Open Sans, sans-serif;
}

.pdf-viewer-2 {
  width: 80%;
  height: 100%;
}

.bild-cover--2-2 {
  background-image: url('../images/img1.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  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;
}

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

.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-2 {
  font-size: 20px;
  line-height: 1.3;
}

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

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

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

.popup {
  z-index: 999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000005e;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-card {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.back {
  cursor: pointer;
  width: 2.5vw;
  position: absolute;
  inset: 20px 20px auto auto;
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.heading-23 {
  font-family: Verdana, Geneva, sans-serif;
}

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

.modal1_content-wrapper-2 {
  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_component-2 {
  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%;
}

.image-106 {
  width: 85px;
  height: 85px;
  position: absolute;
  inset: 0% auto auto 1%;
}

.image-106.left {
  width: 85px;
  height: 85px;
  inset: auto 0% 0% auto;
}

.modal1_content-wrapper-4 {
  color: #fff;
  background-color: #fff;
  background-image: url('../images/blue-teal-sand-paper.webp');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  position: relative;
  overflow: auto;
}

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

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

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

.popup-card {
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-img {
  max-height: 85vh;
  height: auto;
}

.popup-close {
  color: #313131;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.popup-close:hover {
  color: #1a1a1a;
}

.pop-up-light {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

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

.modal1_component-3 {
  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 (min-width: 1440px) {
  .bild-cover--2-2 {
    background-image: url('../images/img1.webp');
    flex: 1;
  }
}

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

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

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

  .inhalt-footer {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-2 {
    background-color: var(--beigh);
    margin-left: 0;
  }

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

  .nav-link-4.paragraph-font {
    color: var(--black);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link-4.paragraph-font:hover {
    border-bottom-color: var(--black);
  }

  .nav-link-4.paragraph-font.w--current {
    border-bottom-color: var(--black);
    color: var(--black);
  }

  .header2 {
    background-color: #e2d2b3;
    position: sticky;
    box-shadow: 0 2px 5px #0003;
  }

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

  .men-button2, .men-button2.w--open {
    background-color: var(--orange);
    margin-left: auto;
  }

  .men-icon2 {
    color: #fff;
  }

  .titelvideo-start-2 {
    height: 80vh;
  }

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

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

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

  .slogan2.heading-font1._80 {
    width: 100%;
  }

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

  .inhalt-mittig2 {
    position: static;
  }

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

  .heading-mittig-klein2.heading-font2.heading-color {
    color: var(--orange);
    font-size: 22px;
  }

  .bild-hintergrund {
    padding: 60px;
  }

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

  .relative_div.zweitfarbe {
    width: 100%;
  }

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

  ._2er-grid2.space {
    grid-template-rows: auto;
  }

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

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

  .impdat {
    padding: 60px;
  }

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

  .heading-22 {
    font-size: 28px;
  }

  .div-block-111 {
    display: none;
  }

  .error-message {
    width: auto;
  }

  .div-block-mittig.main-color, .image-55vh {
    height: 50vh;
  }

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

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

  .grid-form {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

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

  .img-box5 {
    height: 50vh;
    position: static;
  }

  .card-content5 {
    height: auto;
  }

  .paragraph-54 {
    font-size: 14px;
  }

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

  .relative_content {
    height: 50vh;
  }

  .impdat-2.flie-text {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    min-height: auto;
  }

  .social-media {
    height: 5vw;
  }

  .button-transparemt.heading-font3.margin {
    color: #000;
    background-color: #fff;
  }

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

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

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

  .navblock.main-color, .navblock.main-color.hide {
    display: none;
  }

  .slide-img {
    height: 50vh;
  }

  .widget {
    width: 100%;
  }

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

  .grid4._2er-grid2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .para.text-mittig.paragraph-font {
    margin-bottom: 0;
    line-height: 1.4;
  }

  .background-video {
    width: 40%;
    height: 50vh;
    margin-top: 0;
  }

  .container-10 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    max-width: 100%;
  }

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

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

  .container-11 {
    width: 100%;
    max-width: 100%;
  }

  .section-50 {
    flex-flow: column;
    height: auto;
    padding: 20px 40px;
  }

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

  .navbar-wrapper {
    margin-left: auto;
  }

  .jotform, .jotform-wrapper {
    overflow: visible;
  }

  .form-block-5 {
    height: auto;
  }

  .pdf-viewer-2 {
    width: 100%;
  }

  .bild-cover--2-2 {
    background-attachment: fixed;
    min-height: 70vh;
    padding: 60px;
  }

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

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

  .popup-card {
    width: 70%;
  }

  .back {
    width: 4vw;
  }

  .heading-23 {
    font-size: 30px;
  }

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

  .image-106, .image-106.left {
    width: 75px;
    height: 75px;
  }

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

  .pop-up-light {
    width: auto;
  }

  .modal1_content-wrapper-5 {
    width: auto;
    max-width: none;
    max-height: 70vh;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .heading-font2 {
    font-size: 25px;
    line-height: 30px;
  }

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

  .divblock1 {
    height: auto;
  }

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

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

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

  .men-button2 {
    padding: 10px;
  }

  .titelvideo-start-2 {
    height: 60vh;
  }

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

  .div-block-video-2 {
    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: 35px;
  }

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

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

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

  .inhalt-mittig2 {
    z-index: 10;
    background-color: #3333337d;
    width: 100%;
    height: 100%;
    padding: 20px 50px;
  }

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

  .section-mittig2, .bild-hintergrund {
    padding: 40px;
  }

  .grid-galerie {
    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: 25rem;
  }

  ._2er-grid2.space {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

  .angebot2 {
    height: auto;
  }

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

  .impdat {
    padding: 40px;
  }

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

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

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

  .maos-footer {
    height: auto;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

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

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

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

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

  .image-55vh {
    height: auto;
  }

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

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

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

  .card5 {
    width: 90%;
  }

  .img-box5 {
    height: 25rem;
  }

  .card-content5 {
    background-image: linear-gradient(#3333337d, #3333337d);
  }

  .paragraph-54 {
    margin-bottom: 5px;
  }

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

  .relative_content {
    height: 25rem;
  }

  .team-picture {
    height: auto;
  }

  .embed-maps._55vh {
    height: 25rem;
  }

  .button-transparemt.heading-font3.marginn {
    margin-top: 10px;
  }

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

  .card-block {
    width: 100%;
    height: auto;
  }

  .heading-block {
    width: 100%;
    padding-top: 30%;
  }

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

  .slide-img {
    height: 25rem;
  }

  .grid1._2er-grid2 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .grid2._2er-grid2, .grid3._2er-grid2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

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

  .background-video {
    width: 50%;
    height: 25rem;
  }

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

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

  .image-101 {
    height: 5rem;
  }

  .bild-cover--2-2 {
    object-fit: cover;
    min-height: 50vh;
  }

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

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

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

  .text-size-medium-2 {
    font-size: 16px;
  }

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

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

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

  .back {
    width: 6vw;
  }

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

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

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

  .image-106, .image-106.left {
    width: 65px;
    height: 65px;
  }

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

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

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

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

  .pop-up-light {
    width: auto;
    height: 60vh;
  }

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

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

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

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

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

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

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

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

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

  .titelvideo-start-2 {
    height: 70vh;
  }

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

  .slogan2.heading-font1 {
    font-size: 26px;
    line-height: 129%;
  }

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

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

  .inhalt-mittig2 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-mittig2 {
    padding: 40px 20px;
  }

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

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

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

  ._2er-grid2 {
    width: 99.9253%;
  }

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

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

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

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

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

  .maps-gro {
    height: 300px;
  }

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

  .text-field-4 {
    width: 100%;
    height: 7vh;
  }

  .form1 {
    width: 100%;
  }

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

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

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

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

  .form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .social-media {
    height: 9vw;
  }

  .button-transparemt.heading-font3.margin {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .divider-weit {
    width: 5rem;
  }

  .section-mittig {
    padding: 20px 5vw;
  }

  ._3er_grid {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-block {
    background-image: linear-gradient(#0000004d, #0000004d);
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0%;
    display: flex;
  }

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

  .background-video {
    width: 100%;
  }

  .container-10 {
    max-width: 100%;
  }

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

  .h2.heading-mittig1.heading-font1 {
    overflow-wrap: anywhere;
    font-size: 16px;
  }

  .text.text-mittig.paragraph-font {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

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

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

  .form-block-5 {
    height: auto;
  }

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

  .pdf-viewer-2 {
    overflow: auto;
  }

  .bild-cover--2-2 {
    background-position: 50% -1%;
    flex: 1;
    height: 100%;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .popup-card {
    width: 80%;
    padding: 20px;
    padding-top: 3.25rem;
  }

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

  .image-106, .image-106.left {
    width: 60px;
    height: 60px;
  }

  .pop-up-light {
    width: auto;
    height: 50vh;
  }

  .modal1_content-wrapper-5 {
    width: auto;
    padding-top: 3rem;
  }

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

@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-a4cf79a8-4cbf-0b87-594d-4ee08286f9bd-72fed8a6, #w-node-be1a8322-1273-26b1-22a4-6ee2a44e5d37-72fed8cb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


