:root {
  --white: white;
  --chocolate: #bc6c2b;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: var(--white);
  margin-bottom: 0;
  line-height: 1.4;
}

a {
  color: var(--white);
  cursor: pointer;
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

.quick-booking-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--chocolate);
  color: #fff;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 200px;
  height: 55px;
  margin-top: -55px;
  padding: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: -10px;
  left: auto;
  right: 50px;
}

.quick-booking-arrow {
  font-size: 13px;
  transform: rotate(-180deg);
}

.quick-booking-arrow._180grad {
  transform: rotate(0);
}

.text-block-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Neon, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.h3 {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
}

.h3.white {
  color: #fff;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
}

.h3.white:hover {
  color: var(--white);
}

.h3.white:focus {
  color: var(--black);
}

.h3.white.abstand-5-rechts {
  margin-right: 5px;
}

.h3.chocolate {
  color: var(--chocolate);
}

.h3.chocolate.form {
  margin-bottom: 10px;
}

.h3.chocolate.abstand-rechts {
  margin-right: 5px;
}

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

.body {
  color: var(--black);
  font-family: Delius Unicase, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.body.dark {
  background-color: var(--black);
}

.social-link {
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  transition: background-color .2s, border-color .2s;
  display: flex;
}

.social-link:hover {
  background-color: #dfa25f;
  border-color: #dfa25f;
}

.social-link.footericons {
  z-index: 1;
  border-style: none;
  border-color: rgba(255, 255, 255, .6);
  border-radius: 0;
  width: 30px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.social-link.footericons:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #622c32;
}

.hero-slider {
  background-color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icons {
  display: flex;
}

.social-icons.footer {
  height: auto;
  margin-left: -5px;
  padding-top: 0;
}

.illu {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hg_white.svg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 130%;
  height: 130%;
  display: block;
  position: absolute;
}

.illu.white {
  background-image: url('../images/hg_sterne_white_aussparung.svg');
  background-position: 50%;
  background-size: auto 100%;
  align-self: center;
  width: 100%;
  height: 100%;
}

.illu.black {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: none;
}

.div-logo {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-header {
  background-color: var(--chocolate);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.p {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.p.black {
  color: var(--black);
  order: 0;
  align-self: center;
  width: 100%;
}

.p.black.links {
  text-align: left;
  margin-top: 0;
}

.p.black.mitabstand {
  margin-top: 0%;
  margin-bottom: 20px;
  display: none;
}

.p.menu {
  margin-top: 5px;
}

.p.chocolate {
  color: var(--chocolate);
  margin-left: 10px;
}

.p.chocolate.formular {
  width: 60%;
}

.p.chocolate.formular.abstand {
  height: auto;
}

.p.chocolate.abstand-rechts {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 5px;
  font-weight: 600;
}

.p.errortext {
  background-color: var(--chocolate);
  text-align: left;
  margin-top: 0;
  padding: 15px;
}

.p.white.formular {
  width: 60%;
}

.p.white.formular.abstand {
  height: auto;
  margin-bottom: 40px;
}

.div-navitext {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 140px;
  font-family: Neon, sans-serif;
  font-size: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: 50px;
}

.navibar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-top: 0;
  font-family: brandon-grotesque, sans-serif;
  display: none;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.burgerstrich-3 {
  background-color: var(--black);
  color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  width: 35px;
  height: 3px;
  margin-top: 0;
  position: absolute;
  top: 17px;
}

.burgerstrich-3.close {
  background-color: var(--black);
  top: 17px;
  transform: rotate(-45deg);
}

.burger {
  width: 36px;
  height: 20px;
  position: relative;
}

.burger.close {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.div-weiss {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.burgerstrich-1 {
  background-color: var(--black);
  color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  width: 35px;
  height: 3px;
  margin-top: 0;
  position: absolute;
}

.burgerstrich-1.close {
  background-color: var(--black);
  top: 17px;
  transform: rotate(45deg);
}

.div-navi {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 80px;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.navi {
  background-color: var(--white);
  text-align: center;
  flex-flow: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.burgerstrich-2 {
  background-color: var(--black);
  color: rgba(0, 0, 0, 0);
  border-radius: 13px;
  width: 28px;
  height: 3px;
  margin-top: 0;
  position: absolute;
  top: 9px;
}

.burgerstrich-2.close-button {
  background-color: var(--black);
  display: none;
}

.navilink-dropdown {
  color: var(--black);
  text-align: right;
  border-bottom-style: none;
  padding: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.navilink-dropdown:hover {
  color: var(--chocolate);
  text-decoration: none;
}

.navilink-dropdown.w--current {
  color: var(--black);
  padding: 0;
  font-size: 70px;
  display: block;
}

.navilink-dropdown.w--current:hover {
  color: var(--chocolate);
}

.navilink-dropdown.unsichtbar {
  display: none;
}

.close-button {
  justify-content: center;
  padding: 20px 20px 20px 0;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.close-button.w--open {
  background-color: rgba(0, 0, 0, 0);
  width: 36px;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  top: 30px;
  bottom: 30px;
  left: auto;
  right: 50px;
}

.navilink-ohne-subnavi {
  color: rgba(0, 0, 0, 0);
  text-align: left;
  cursor: default;
  border-bottom: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  display: block;
  position: static;
}

.navilink-ohne-subnavi:hover {
  color: #3d525e;
}

.navilink-ohne-subnavi.w--current {
  color: #212127;
}

.menu-button {
  color: var(--white);
  justify-content: center;
  width: 36px;
  height: 22px;
  padding: 0;
  position: absolute;
  top: 30px;
  bottom: 0;
  left: auto;
  right: 50px;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
  height: 36px;
  top: 30px;
  bottom: 30px;
}

.div {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 60px;
  display: flex;
}

.div.menu {
  margin-top: 40px;
}

.div.menu.abstand {
  height: auto;
}

.div.button_menu {
  background-color: var(--black);
  border-radius: 150px;
  width: 140px;
  height: 140px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.lead {
  color: var(--chocolate);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  display: flex;
  position: static;
}

.lead.white {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}

.section {
  background-color: var(--chocolate);
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 50px;
  font-family: IBM Plex Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.white {
  background-color: var(--white);
  max-width: 100%;
  display: flex;
  position: static;
}

.section.white.nopaddingtop {
  padding-top: 0;
}

.section.white.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.black {
  background-color: var(--black);
  align-items: center;
}

.section.head {
  padding: 0;
}

.section.start {
  padding-top: 200px;
}

.section.nopadding {
  padding: 0;
}

.h1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.h1.abstand-60 {
  margin-bottom: 60px;
  font-size: 3.5vw;
  position: relative;
}

.h1.abstand-60.chocolate {
  color: var(--chocolate);
}

.h1.schwarz {
  color: var(--black);
}

.h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.75vw;
  font-weight: 600;
  line-height: 1.2;
}

.h2.left {
  align-self: flex-start;
}

.h2.programm {
  text-align: center;
  margin-bottom: 0;
}

.div-angebot {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.div-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 250px;
  margin-top: 10px;
  display: flex;
}

.icon {
  max-width: 80%;
}

.side-card-feature {
  flex-direction: row;
  justify-content: flex-start;
  padding: 0;
  display: flex;
}

.side-card {
  z-index: 1;
  background-color: var(--chocolate);
  border-radius: 0;
  flex: 1;
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: -15%;
  padding: 80px 8%;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
}

.side-card.reversed {
  margin-left: 0%;
  margin-right: -14%;
}

.wrapper {
  z-index: 1;
  color: rgba(0, 0, 0, 0);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column wrap;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: block;
  position: relative;
}

.wrapper.max700 {
  max-width: 700px;
}

.wrapper.max700.center {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper.max-320px {
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 320px;
  margin-bottom: 20px;
  display: flex;
}

.wrapper.form {
  align-items: center;
}

.side-card-content {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.side-card-image {
  background-color: #e3e3e3;
  width: 65.8%;
}

.side-card-image._1 {
  background-color: var(--black);
  background-image: url('../images/HG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 auto;
}

.icons-footer {
  border-bottom: 1px #000;
  flex-flow: row;
  align-content: flex-end;
  align-items: center;
  height: 22px;
  line-height: 22px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.go-up {
  z-index: 1;
  background-color: var(--chocolate);
  color: rgba(0, 0, 0, 0);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 40px;
  padding-left: 2px;
  transition: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.go-up:hover {
  background-color: var(--chocolate);
  color: #59252a;
}

.go-up:active, .go-up:focus, .go-up:visited {
  background-color: var(--chocolate);
}

.go-up.w--current {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.p-footer {
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.logo-footer {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.logo-footer.w--current {
  align-self: center;
  width: 450px;
}

.text-link-footer {
  z-index: 1;
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  transition: color .2s;
  position: relative;
}

.text-link-footer:hover {
  color: #fff;
}

.p-footer-bold {
  color: var(--white);
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

._100 {
  flex-flow: row;
  justify-content: center;
  width: 100%;
  display: flex;
}

._100.nomargin {
  margin-bottom: 0;
}

._100.nomargin.footer {
  justify-content: space-between;
}

._50 {
  width: 50%;
}

._50.nebeneinander {
  flex-direction: row;
  justify-content: space-between;
  width: 20%;
  display: flex;
}

._50.angebot, .collection-item {
  width: 100%;
}

.collection-item.event {
  width: auto;
}

.collection-list.event {
  flex-direction: column;
  align-items: center;
}

.collection-wrapper {
  width: 100%;
}

.collection-wrapper.event {
  width: auto;
}

.event-recht {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.fuchs {
  width: 40%;
  max-width: none;
  margin-bottom: 20px;
}

.fuchs.mitpflanzen {
  width: 80%;
  margin-bottom: 40px;
}

.schrift {
  width: 20%;
  max-width: none;
}

.logo-schrift {
  width: 100px;
}

.icon-slider {
  width: 50%;
  margin-left: 140px;
  margin-right: auto;
}

.icon-slider.reversed {
  margin-left: 140px;
  margin-right: 0;
}

.event-links {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 160px;
  margin-right: 10px;
  display: flex;
}

.events {
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

._30 {
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
  display: flex;
}

.logo {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: absolute;
  top: 20px;
  left: 40px;
}

.logo.w--current {
  align-self: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  left: 40px;
}

.div-datum {
  align-items: center;
  display: flex;
}

.rich-tect-block {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.image-pdf {
  width: 40px;
  height: 40px;
}

.div-pdf-link {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.div-bubble {
  background-color: var(--chocolate);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding: 20px;
  text-decoration: none;
  display: none;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: auto;
  right: 12%;
}

.div-bubble.schwarz {
  background-color: var(--black);
  width: 160px;
  height: 160px;
  top: -80px;
  right: 4%;
}

.div-bubble.schwarz:hover {
  background-color: var(--black);
  color: var(--black);
}

.div-bubble.schwarz.reservieren {
  width: 160px;
  height: 160px;
  top: 60px;
  right: 10%;
}

.div-bubble.schwarz.unsichtbar {
  display: none;
}

.div-bubble.dunkel {
  background-color: var(--black);
}

.div-bubble.klein_schwarz {
  background-color: var(--black);
  mix-blend-mode: normal;
  width: 200px;
  height: 200px;
  right: 8%;
}

.h2.schwarz {
  color: var(--black);
}

.div-zeit {
  display: flex;
}

.h5 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.h4.center {
  text-align: center;
  position: static;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.form_block {
  flex-direction: row;
  width: 60%;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.textfield {
  border: 2px solid var(--chocolate);
  color: var(--black);
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
  overflow: visible;
}

.textfield:focus {
  border-color: var(--black);
  color: var(--chocolate);
}

.textfield::placeholder {
  color: var(--chocolate);
}

.submit_button {
  background-color: var(--chocolate);
  color: var(--white);
  text-transform: uppercase;
  white-space: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
}

.submit_button:hover {
  background-color: var(--black);
}

.checkbox {
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 5px;
}

.checkbox.abstand {
  height: 60px;
  margin-bottom: 0;
}

.checkbox.box {
  border-width: 1px;
  border-color: var(--chocolate);
  border-radius: 0;
  width: 15px;
  height: 15px;
}

.checkbox.box:active, .checkbox.box.w--redirected-checked {
  background-color: var(--chocolate);
}

.success {
  background-color: var(--chocolate);
  color: var(--chocolate);
  width: 100%;
  position: relative;
}

.error {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 40px;
}

.div-checkbox {
  width: 100%;
  margin-bottom: 20px;
}

.checkbox-datenschutz {
  border-color: var(--chocolate);
  border-radius: 0;
}

.checkboxtext {
  color: var(--chocolate);
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-size: 17px;
  line-height: 1.5;
}

.textlink-datenschutz {
  border-bottom: 1px solid var(--chocolate);
  color: var(--chocolate);
  text-decoration: none;
}

.empty-state-2 {
  background-color: var(--white);
}

._20 {
  width: 50%;
}

._20.nebeneinander {
  flex-direction: row;
  justify-content: space-between;
  width: 20%;
  display: flex;
}

._20-100 {
  width: 50%;
}

._20-100.nebeneinander {
  flex-direction: row;
  justify-content: space-between;
  width: 20%;
  display: flex;
}

._20-100.angebot {
  width: 100%;
}

.abstand {
  height: 140px;
}

.link {
  color: var(--chocolate);
}

.slider {
  background-color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mask {
  align-self: center;
}

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
}

.div-slidefoto {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

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

.left-arrow, .right-arrow {
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  max-width: none;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.icon-2 {
  width: 40px;
}

.slide-nav {
  display: none;
}

.abstand-40 {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.abstand-40.vertical {
  flex-direction: column;
  align-items: center;
}

.button {
  z-index: 1;
  width: 200px;
  height: 200px;
  display: none;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: auto;
  right: 12%;
}

.button.ausgebucht {
  top: -60px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.buttonimage {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .div-bubble.schwarz {
    right: 2%;
  }

  .div-bubble.schwarz.reservieren {
    right: 9%;
  }

  .div-bubble.klein_schwarz {
    right: 6%;
  }
}

@media screen and (min-width: 1920px) {
  .p.white.formular.abstand {
    margin-bottom: 60px;
  }

  .div-bubble.klein_schwarz {
    right: 0%;
  }
}

@media screen and (max-width: 991px) {
  .social-link.footericons {
    width: 30px;
    margin-left: 0;
    margin-right: 0;
  }

  .illu {
    background-size: cover;
    display: flex;
  }

  .p.chocolate.formular, .p.white.formular.abstand {
    width: 80%;
  }

  .div-weiss, .navi {
    width: 100vw;
  }

  .navilink-dropdown.w--current {
    color: var(--black);
    font-size: 70px;
  }

  .close-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navilink-ohne-subnavi.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .lead {
    max-width: 550px;
  }

  .h1 {
    font-size: 5vw;
  }

  .h2 {
    font-size: 3vw;
  }

  .icon {
    max-width: 100%;
  }

  .side-card-feature {
    padding-left: 0;
    padding-right: 0;
  }

  .side-card {
    margin-top: 48px;
    margin-bottom: 48px;
    margin-left: -16.66%;
  }

  .wrapper {
    order: 1;
    align-items: center;
    display: flex;
  }

  ._50.nebeneinander {
    flex-direction: column;
  }

  ._50.angebot {
    width: 100%;
  }

  .fuchs {
    width: 60%;
  }

  .schrift {
    width: 25%;
  }

  .icon-slider {
    width: 70%;
    margin-left: 50px;
  }

  .icon-slider.reversed {
    margin-left: 10px;
    margin-right: 0;
  }

  .div-pdf-link {
    width: auto;
    height: auto;
  }

  .div-bubble.klein_schwarz {
    width: 150px;
    height: 150px;
    right: 0%;
  }

  .h4.center {
    font-size: 16px;
  }

  .form_block {
    width: 80%;
  }

  ._20.nebeneinander {
    flex-direction: column;
  }

  ._20.angebot {
    width: 100%;
  }

  ._20-100.nebeneinander {
    flex-direction: column;
  }

  ._20-100.angebot {
    width: 100%;
  }

  .slider {
    height: 400px;
  }

  .left-arrow, .right-arrow {
    width: 60px;
  }

  .button {
    width: 140px;
    height: 140px;
    top: -100px;
  }

  .button.ausgebucht {
    top: -160px;
  }
}

@media screen and (max-width: 767px) {
  .quick-booking-header {
    right: 20px;
  }

  .h3 {
    font-size: 14px;
  }

  .illu {
    justify-content: center;
    width: 100vw;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .illu.white {
    background-position: 0 0;
    background-size: auto 60%;
    width: 120%;
    height: 120%;
  }

  .div-logo {
    height: 55vh;
  }

  .p {
    font-size: 16px;
  }

  .p.white.formular.abstand {
    height: auto;
  }

  .div-navitext {
    margin-top: 100px;
    right: 20px;
  }

  .burgerstrich-1:hover {
    color: #3d525e;
  }

  .navi {
    width: 100vw;
    height: 100vh;
  }

  .navilink-dropdown {
    font-size: 34px;
  }

  .navilink-dropdown.w--current {
    font-size: 30px;
  }

  .close-button.w--open, .menu-button {
    right: 20px;
  }

  .menu-button.w--open {
    padding-top: 15px;
    padding-bottom: 15px;
    top: 20px;
    bottom: 20px;
  }

  .lead {
    max-width: 500px;
    font-size: 25px;
    line-height: 30px;
  }

  .section {
    padding: 80px 20px;
  }

  .h1 {
    font-size: 7vw;
    line-height: 36px;
  }

  .h1.abstand-60 {
    font-size: 3.5vw;
  }

  .h2 {
    font-size: 4vw;
  }

  .h2.programm {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-angebot {
    padding: 0;
  }

  .div-text {
    margin-top: 0;
  }

  .icon {
    max-width: 75%;
  }

  .side-card-feature {
    flex-flow: column wrap;
  }

  .side-card-feature.reversed {
    flex-direction: column-reverse;
  }

  .side-card {
    width: 83.33%;
    margin: -48px auto 0;
    padding-top: 56px;
    padding-bottom: 40px;
    display: block;
  }

  .side-card.reversed {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.max-320px {
    max-width: none;
  }

  .wrapper.ausgebucht {
    padding-top: 60px;
  }

  .side-card-image {
    width: 100%;
    height: 400px;
  }

  .go-up {
    margin-top: 0;
    bottom: 80px;
    right: 20px;
  }

  .logo-footer {
    margin-bottom: 60px;
  }

  .logo-footer.w--current {
    width: 280px;
  }

  ._100 {
    flex-direction: column;
    align-items: center;
  }

  ._100.zeiten {
    flex-direction: row;
  }

  ._50.nebeneinander {
    width: 100%;
  }

  ._50.angebot {
    margin-bottom: 40px;
  }

  .event-recht {
    align-self: center;
    max-width: 100%;
  }

  .fuchs {
    width: 100%;
    height: auto;
  }

  .schrift {
    width: 35%;
  }

  .icon-slider {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
  }

  .icon-slider.reversed {
    margin-left: 0;
  }

  .event-links {
    flex-direction: row;
    align-self: center;
    align-items: center;
  }

  ._30 {
    width: 100%;
    margin-bottom: 20px;
  }

  ._30.nomargin {
    margin-bottom: 0;
  }

  .logo {
    margin-bottom: 60px;
    left: 20px;
  }

  .logo.w--current {
    width: 280px;
    left: 20px;
  }

  .rich-tect-block {
    font-size: 16px;
  }

  .image-pdf {
    width: 30px;
    height: 30px;
  }

  .div-bubble {
    width: 140px;
    height: 140px;
    right: 60px;
  }

  .div-bubble.schwarz {
    display: none;
    top: -150px;
  }

  .div-bubble.schwarz.reservieren {
    top: 25px;
    right: 4%;
  }

  .div-bubble.klein_schwarz {
    top: -40px;
  }

  .h4.white.aw-mobile {
    font-size: 9.5px;
  }

  .checkboxtext {
    font-size: 16px;
  }

  ._20.nebeneinander {
    width: 100%;
  }

  ._20.angebot {
    margin-bottom: 40px;
  }

  ._20-100.nebeneinander {
    width: 100%;
  }

  ._20-100.angebot {
    margin-bottom: 40px;
  }

  .left-arrow, .right-arrow {
    width: 40px;
  }

  .arrow {
    width: 30px;
    height: 30px;
  }

  .button {
    right: 60px;
  }

  .button.ausgebucht {
    top: -100px;
  }
}

@media screen and (max-width: 479px) {
  .quick-booking-header {
    padding-left: 20px;
    padding-right: 20px;
    left: auto;
  }

  .hero-slider {
    height: 75vh;
  }

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

  .p.chocolate.formular {
    width: 100%;
  }

  .p.chocolate.formular.abstand {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    position: relative;
  }

  .p.white.formular.abstand {
    width: 100%;
  }

  .div-navitext {
    align-items: flex-end;
    left: 20px;
  }

  .burgerstrich-1:hover {
    color: rgba(0, 0, 0, 0);
  }

  .close-button {
    top: 0;
    left: 20px;
  }

  .close-button.w--open {
    top: 20px;
  }

  .div {
    width: 100%;
  }

  .div.menu.abstand {
    margin-bottom: 80px;
  }

  .div.menu.abstand.unten {
    margin-bottom: 0;
  }

  .lead {
    max-width: none;
  }

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

  .h1 {
    font-size: 11vw;
  }

  .h1.abstand-60 {
    font-size: 9vw;
  }

  .h2 {
    font-size: 7vw;
  }

  .side-card-feature {
    align-items: stretch;
  }

  .side-card {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    padding-left: 12%;
    padding-right: 12%;
  }

  .wrapper.form {
    align-content: center;
  }

  .side-card-image {
    height: 280px;
  }

  .p-footer {
    text-decoration: none;
  }

  .p-footer:focus {
    color: #fff;
  }

  .p-footer-bold {
    text-decoration: none;
  }

  .p-footer-bold:focus {
    color: #fff;
  }

  ._100 {
    margin-bottom: 20px;
  }

  ._100.zeiten {
    margin-bottom: 0;
  }

  .collection-wrapper, .collection-wrapper.event {
    width: 100%;
  }

  .event-recht {
    max-width: 90%;
  }

  .fuchs.mitpflanzen {
    width: 100%;
  }

  .icon-slider {
    width: 80%;
  }

  .event-links {
    flex-direction: column;
  }

  .events {
    width: 100%;
  }

  .rich-tect-block {
    flex-direction: row;
  }

  .image-pdf {
    width: 25px;
    height: 25px;
  }

  .div-bubble {
    top: -70px;
    right: 20px;
  }

  .div-bubble.schwarz {
    display: none;
    top: 220px;
  }

  .div-bubble.klein_schwarz {
    width: 120px;
    height: 120px;
    top: 600px;
  }

  .div-zeit {
    flex-direction: row;
  }

  .h4.center {
    font-size: 13px;
    line-height: 17px;
  }

  .h4.white.aw-mobile {
    font-size: 9px;
  }

  .form_block {
    width: 100%;
  }

  .textfield {
    object-fit: fill;
  }

  .abstand {
    height: 110px;
  }

  .button {
    top: -70px;
    right: 20px;
  }
}


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