:root {
  --rot: #d43a25;
  --grau: #565550;
}

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

h1 {
  color: var(--rot);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: ibm-plex-serif, sans-serif;
  font-size: 60px;
  font-weight: 800;
  line-height: 100%;
  position: static;
}

h2 {
  color: var(--rot);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 35px;
  font-weight: 800;
  line-height: 100%;
}

h3 {
  color: var(--rot);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
}

h4 {
  color: var(--grau);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
}

h5 {
  color: var(--grau);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

.section {
  display: block;
}

.section.navbar {
  z-index: 2147483647;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.section._2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.nav-logo {
  z-index: 2147483647;
  background-color: var(--rot);
  color: var(--rot);
  width: 13vh;
  min-width: 125px;
  height: 13vh;
  min-height: 125px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.heading {
  color: var(--grau);
  font-size: 4vw;
}

.heading-2 {
  font-size: 1.5px;
}

.heading-3 {
  font-size: 1.5vw;
}

.image {
  height: 80%;
  margin: auto;
  display: block;
}

.image-2 {
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: sticky;
  box-shadow: 0 3px 15px -4px #000c;
}

.nav-burger-menu {
  z-index: 2147483647;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--rot);
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 13vh;
  min-width: 125px;
  height: 13vh;
  min-height: 125px;
  margin: auto;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block {
  height: 4000px;
}

.strich {
  background-color: var(--rot);
  width: 2.25vw;
  min-width: 25px;
  max-width: 35px;
  height: .2vw;
  min-height: 2px;
  max-height: 3px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: auto 0%;
}

.strich._1, .strich._2 {
  margin-bottom: .25vw;
}

.strich._3 {
  margin-bottom: 0;
}

.nav-menu-burger {
  cursor: pointer;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.overlay {
  z-index: 2147483647;
  border-right: 5px solid var(--rot);
  color: #eeeded;
  background-color: #fff;
  width: 35vw;
  height: 100vh;
  margin-left: -35vw;
  transition: opacity .1s;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.x-animation-inout {
  cursor: pointer;
  width: 2.5vw;
  min-width: 30px;
  max-width: 60px;
  height: 2.5vw;
  min-height: 30px;
  max-height: 60px;
}

.nav-trigger {
  cursor: pointer;
  flex: 0 auto;
}

.div-block-2 {
  margin-right: -65vw;
  position: absolute;
  inset: 0%;
}

.div-block-3 {
  background-color: #a16060;
  width: 100vw;
  max-width: 1440px;
  height: 500px;
  margin-left: auto;
  margin-right: -65vw;
}

.h4 {
  color: var(--grau);
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.h4:hover, .h4:active {
  color: var(--rot);
}

.menu-list {
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none;
  display: flex;
}

.list-item-2, .list-item-3, .list-item-4 {
  list-style-type: none;
}

.list {
  margin-top: 3vw;
  margin-left: 10vw;
  padding-left: 0;
}

.heading-4 {
  margin-top: 0;
}

.heading-5 {
  margin-left: 10vw;
}

.div-block-4 {
  align-items: center;
  width: 100%;
  height: 13vh;
  display: flex;
}

.text {
  color: var(--grau);
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 18px;
}

.platzhalter-75px {
  height: 75px;
}

.hero__start {
  height: 100vh;
}

.section__100vh {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: center;
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.section__100vh._1 {
  display: none;
}

.picture__100vh {
  color: var(--grau);
  background-image: url('../images/_DSC0080.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section__container {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  border: 0 #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1440px;
  height: 600px;
  margin-top: 121px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-11 {
  float: none;
  clear: none;
  width: 50%;
  display: inline;
}

.heading-11.bigger-heading {
  font-size: 65px;
}

.html-embed {
  width: 100%;
}

.section__text {
  float: left;
  clear: none;
  justify-content: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.section__map {
  float: right;
  width: 50%;
}

.schlosspark__timer {
  background-color: var(--rot);
  width: 80%;
  height: 6px;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: auto;
}

.schlosspark__bg {
  background-color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: -6px;
  padding-top: 0;
  position: static;
  top: auto;
}

.heading-12 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.stadt__bg {
  z-index: 1;
  background-color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: -6px;
  padding-top: 0;
  position: static;
  top: auto;
}

.stadt__timer {
  z-index: 1;
  background-color: var(--rot);
  width: 80%;
  height: 6px;
  margin-top: 0;
  padding-top: 0;
  position: static;
  top: auto;
}

.platzhalter-25px {
  height: 25px;
}

.section__cont {
  max-width: 1440px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.c-section__placeholder50 {
  height: 50px;
  display: block;
}

.columns {
  height: 100%;
}

.image-3, .image-4 {
  max-width: 75%;
}

.map {
  z-index: 1;
  position: relative;
  inset: 0%;
}

.section__cont-margin {
  margin-left: 30px;
  margin-right: 30px;
}

.platzhalter-25px-copy {
  height: 25px;
}

.column {
  z-index: 1;
  position: relative;
}

.navigation {
  z-index: 2147483647;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timer-schlosspark {
  z-index: 1;
  background-color: var(--rot);
  color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: 15px;
  position: relative;
}

.bg-schlosspark {
  color: #56555033;
  background-color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: -6px;
  position: relative;
}

.timer-stadt {
  z-index: 1;
  background-color: var(--rot);
  color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: 15px;
  position: relative;
}

.bg-stadt {
  color: #56555033;
  background-color: #56555033;
  width: 80%;
  height: 6px;
  margin-top: -6px;
  position: relative;
}

.column-2 {
  display: block;
}

.menu-right {
  z-index: 2147483647;
  width: 13vh;
  min-width: 125px;
  height: 100vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-icons {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 13vh;
  min-width: 125px;
  height: 13vh;
  min-height: 125px;
  display: flex;
  position: relative;
}

.image-5 {
  flex: 0 auto;
  width: 2.1vw;
  min-width: 30px;
  max-width: none;
  height: 2.1vw;
  min-height: 30px;
  max-height: none;
}

.image-5:hover {
  width: 2.5vw;
  height: 2.5vw;
}

.image-6, .image-7 {
  width: 2.5vw;
  min-width: 30px;
  height: 2.5vw;
  min-height: 30px;
}

.nav-menu-fixed {
  width: 13vh;
  min-width: 125px;
  height: 13vh;
  min-height: 125px;
  position: static;
  inset: 0% 0% auto auto;
}

.image-8 {
  height: 100px;
  position: static;
  inset: auto 0% 0%;
}

.hero-overlay-buchungsmaske {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.btn1 {
  background-color: var(--rot);
  background-image: url('../images/Schleifen-15.svg');
  background-position: 0 0;
  background-size: 125px;
  margin: 10px auto;
  padding: 10px 18px 13px;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}

.heading-13 {
  flex: 0 auto;
}

.hero-overlay-text {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 9px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 40px;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span {
  font-weight: 300;
  display: none;
}

.text-span-2 {
  font-size: 60px;
  font-weight: 800;
  line-height: 125%;
  display: none;
}

.navigation-buttons {
  display: none;
}

.heading-20 {
  font-size: 20px;
  font-weight: 400;
}

.heading-20:hover {
  font-size: 23px;
}

.link-block {
  font-family: ibm-plex-sans, sans-serif;
  font-weight: 200;
  text-decoration: none;
}

.lottie-animation {
  justify-content: center;
  width: 3.5vw;
  min-width: 35px;
  max-width: 60px;
  height: 3.5vw;
  min-height: 35px;
  max-height: 60px;
  margin-bottom: 50px;
  display: block;
}

.image-12 {
  margin-bottom: 50px;
}

.div-block-9 {
  align-items: center;
  margin: 20px;
  display: block;
}

.div-block-10 {
  background-image: url('../images/_48A3115-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.grid-3 {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  justify-items: stretch;
}

.section-2-picture-main {
  z-index: 1;
  background-image: url('../images/_48A3115-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
  position: relative;
}

.section-2-text {
  z-index: 1;
  position: relative;
}

.heading-21 {
  font-size: 60px;
}

.heading-22 {
  font-family: ibm-plex-serif, sans-serif;
}

.heading-23 {
  margin-bottom: 0;
  font-family: ibm-plex-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.heading-24 {
  margin-top: 11px;
}

.platzhalter-50px {
  height: 50px;
}

.section-2-schleife-bg {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 740px;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
  overflow: hidden;
}

.image-13 {
  background-color: #0000;
  width: 575px;
  transform: translate(17vw, 2vh);
}

.utility-page-wrap {
  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;
}

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

.form-control-datepick {
  background-color: #fff;
  border: 1px #fff;
  margin-bottom: 0;
}

.form-group {
  float: left;
  clear: right;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.control-label, .form-control {
  display: none;
}

.booking-form {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.form-block, .datepicker-code {
  display: none;
}

@media screen and (min-width: 1440px) {
  .section._2 {
    padding-left: 100px;
    padding-right: 100px;
    overflow: hidden;
  }

  .overlay {
    background-color: #fff;
    width: 30vw;
    margin-left: -30vw;
  }

  .section__100vh._2 {
    width: 100vw;
    display: block;
  }

  .section__cont._2 {
    min-height: 0;
    margin: auto;
  }

  .menu-right {
    position: absolute;
  }

  .nav-icons {
    position: static;
  }

  .hero-overlay-buchungsmaske {
    display: none;
  }

  .hero-overlay-text {
    text-shadow: 0 0 12px #000;
    font-size: 40px;
  }

  .text-span {
    font-size: 40px;
    font-weight: 300;
  }

  .text-span-2 {
    font-size: 60px;
    font-weight: 800;
    line-height: 125%;
  }

  .heading-20 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .link-block {
    text-align: center;
    text-decoration: none;
  }

  .grid-2 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-6 {
    background-image: url('../images/_48A3115-2.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 500px;
  }

  .div-block-7 {
    background-image: url('../images/_48A3139.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 400px;
  }

  .div-block-8 {
    background-image: url('../images/Garten.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .section-2-picture-main {
    z-index: 2;
  }

  .image-13 {
    display: block;
    transform: translate(22vw, 2vh);
  }

  .image-14 {
    z-index: 1;
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    color: var(--rot);
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 23px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 20px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .overlay {
    width: 100vw;
    margin-left: -100vw;
    padding-left: 0;
    transition-property: none;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: scroll;
  }

  .h4 {
    font-size: 20px;
  }

  .heading-6 {
    color: var(--grau);
    font-size: 50px;
  }

  .heading-7, .heading-8 {
    font-size: 28px;
  }

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

  .text {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .platzhalter-75px, .platzhalter-25px {
    height: 75px;
  }

  .c-section__placeholder50 {
    position: static;
  }

  .platzhalter-25px-copy {
    height: 75px;
  }

  .menu-right {
    background-image: none;
  }

  .nav-icons {
    display: none;
  }

  .text-span {
    font-size: 35px;
  }

  .text-span-2 {
    font-size: 55px;
  }

  .div-block-5 {
    width: 100vw;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .navigation-buttons {
    background-color: #fff;
    height: 75px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .navigation-buttons-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75px;
    text-decoration: none;
    display: flex;
  }

  .image-9, .image-10, .image-11 {
    width: 35px;
    height: 35px;
    margin-top: 10px;
  }

  .navigation-buttons-text {
    color: var(--grau);
    margin-top: 5px;
    font-family: ibm-plex-sans, sans-serif;
    font-size: 14px;
    text-decoration: none;
  }

  .heading-18, .heading-19 {
    margin-top: 5px;
  }

  .lottie-animation {
    margin-bottom: 100px;
  }

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

  .section-2-schleife-bg {
    order: 0;
    display: none;
  }

  .heading-25 {
    color: var(--rot);
  }

  .heading-26 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 21px;
  }

  h4 {
    font-size: 20px;
  }

  .overlay {
    z-index: 10000;
    width: 100vw;
    margin-left: -100vw;
  }

  .x-animation-inout {
    z-index: 2147483647;
    position: relative;
  }

  .text {
    font-size: 16px;
  }

  .hero-overlay-buchungsmaske {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 23px;
  }

  h3 {
    font-size: 19px;
  }

  h4 {
    font-size: 20px;
  }

  .section {
    display: block;
  }

  .section.navbar {
    z-index: 10000;
    display: block;
  }

  .section._2 {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .nav-logo {
    z-index: 1000;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .image-2 {
    z-index: 0;
  }

  .nav-burger-menu {
    inset: 0% 0% auto auto;
  }

  .overlay {
    z-index: 90071992;
    width: 100vw;
    margin-left: -100vw;
    overflow: auto;
  }

  .h4 {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 18px;
  }

  .menu-list {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .heading-6 {
    color: var(--grau);
    font-size: 4vw;
  }

  .heading-10 {
    font-size: 2px;
  }

  .section__cont {
    height: auto;
  }

  .columns {
    width: 100%;
    overflow: visible;
  }

  .menu-right {
    background-image: none;
  }

  .hero-overlay-buchungsmaske {
    display: none;
  }

  .text-span {
    font-size: 25px;
  }

  .text-span-2 {
    font-size: 50px;
  }

  .menu-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1.5fr 1.5fr 1.5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center stretch;
    place-items: baseline center;
    width: 100vw;
    margin-right: 0;
    display: grid;
    position: static;
  }

  .haus-div {
    filter: brightness(200%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .icons {
    height: 28px;
  }

  .icon-font {
    color: #46443f;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 2px;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: flex;
  }

  .jobs-div, .business-div {
    filter: brightness(200%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80px;
    display: flex;
  }

  .freizeit-div {
    filter: brightness(200%);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    z-index: 2147483647;
    background-color: #fff;
    width: 100vw;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-14, .heading-15, .heading-16 {
    font-size: 20px;
  }

  .navigation-buttons {
    background-color: #fff;
    height: 70px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .columns-2 {
    width: 100vw;
  }

  .column-3 {
    clear: left;
    flex-direction: column;
    justify-content: space-between;
    display: block;
    position: relative;
  }

  .column-4, .column-5 {
    clear: left;
  }

  .grid {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navigation-buttons-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .image-9, .image-10 {
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-11 {
    width: 30px;
    height: 30px;
    margin-top: 10px;
  }

  .navigation-buttons-text {
    margin-top: 5px;
    font-size: 12px;
  }

  .heading-18, .heading-19 {
    margin-top: 5px;
  }

  .section-2-picture-main {
    background-position: 75%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f7bc24fc-2bb1-7bdd-5171-ea7d81dfe4a8-ec055a54 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_983db374-8b66-7da7-cf1b-037ec4936df7-ec055a54 {
    justify-self: center;
  }
}


