.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navi {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 7;
  width: 100%;
  max-height: 170px;
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: #fff;
}

.wrapper-3 {
  display: block;
  height: 150px;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-3.home {
  height: auto;
  margin-bottom: 30px;
}

.wrapper-3.reiten {
  height: auto;
  margin-bottom: 15px;
  background-image: url('../images/AdobeStock_90038511_Preview.jpeg');
  background-position: 0% 15%;
  background-size: cover;
}

.navbar-2 {
  padding-left: 12px;
  background-color: #fff;
  font-family: Merriweather, serif;
}

.navbar-2:hover {
  background-color: #fff;
  font-family: Merriweather, serif;
}

.container-4 {
  display: inline;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #5a6635;
}

.brand {
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-menu {
  position: static;
  top: 50%;
  bottom: 50%;
  margin-top: 40px;
  margin-bottom: 0px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.navli {
  margin-right: 20px;
  border-radius: 7px;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  font-family: Merriweather, serif;
  color: #5a6635;
  font-size: 18px;
  cursor: pointer;
}

.navli:hover {
  margin-right: 20px;
  border-top: 2px solid #000;
  border-bottom: 2px none #737b51;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  transition: all 300ms cubic-bezier(.55, .085, .68, .53);
  color: #5a6635;
  cursor: pointer;
}

.navli.w--current {
  margin-right: 20px;
  border-top: 1px none #102435;
  background-color: #34470b;
  box-shadow: inset 0 0 20px 20px #34470b;
  color: #fff;
  text-decoration: none;
}

.navli.w--current:hover {
  color: #fff;
}

.image-2 {
  position: relative;
  left: 37px;
  top: 24px;
  display: inline-block;
  width: 250px;
  margin: 0px auto 25px;
  padding-right: 0px;
}

.columns {
  position: static;
  display: inline-block;
  width: 60%;
  margin-right: 32px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.paragraph {
  padding-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
  text-decoration: none;
}

.column {
  text-align: right;
}

.div-block {
  margin-top: 9px;
  background-color: #fff;
}

.section-3 {
  height: auto;
  margin-bottom: 0px;
  border-left: 1px solid #fff;
  background-color: #fff;
}

.section-3.lern {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-4 {
  height: auto;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/Bewegung.jpg');
  background-position: 100% 0%;
  background-size: 72%;
  background-repeat: no-repeat;
}

.section-4.lern {
  margin-bottom: 0px;
}

.div-block-2 {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-3 {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 500px;
  margin-left: 42px;
  padding-top: 0px;
  padding-left: 12px;
  border-right: 12px solid #fff;
  border-bottom: 0px none #fff;
  border-left: 0px solid #fff;
  background-color: #34470b;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-4 {
  position: relative;
  top: auto;
  z-index: 0;
  width: 70px;
  height: 500px;
  margin-top: -500px;
  border-bottom: 12px none #fff;
  border-left: 12px none #fff;
  background-color: #34470b;
}

.paragraph-2 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.bold-text {
  margin-left: 0px;
  -webkit-transform: translate(-5px, 0px);
  -ms-transform: translate(-5px, 0px);
  transform: translate(-5px, 0px);
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.field-label-3 {
  font-family: Oswald, sans-serif;
  color: #fff;
}

.submit-button {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 29px;
  padding-left: 29px;
  border-radius: 4px;
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 35px;
}

.form-2 {
  width: 350px;
  padding-left: 3px;
}

.select-field {
  font-family: Oswald, sans-serif;
  color: #333;
}

.div-block-5 {
  position: relative;
  z-index: 1;
  display: block;
  width: 40%;
  height: auto;
  min-height: 100%;
  margin-top: 10px;
  margin-left: 36px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.heading {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading._2 {
  width: auto;
  height: auto;
  margin-left: 0px;
  color: #34470b;
  font-size: 4vw;
  font-weight: 700;
  text-align: left;
}

.heading-2 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.bold-text-2 {
  color: #34470b;
  text-decoration: none;
}

.section-5 {
  height: auto;
  margin-bottom: 20px;
}

.section-5.lern {
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-5.home {
  margin-bottom: 0px;
}

.wrapper-2 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #34470b;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-2.lern {
  margin-bottom: 15px;
  background-color: #cdd1d4;
  background-image: url('../images/a8682109-7f47-45bb-b4cf-c392e8360164.jpg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.wrapper-2.lern._2 {
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  background-color: #6e9d74;
  background-image: none;
}

.paragraph-3 {
  position: relative;
  z-index: 2;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 16px;
  letter-spacing: 0px;
  text-indent: 0px;
}

.div-block-7 {
  width: auto;
  height: auto;
  margin-right: 49px;
  margin-left: 0px;
  padding-top: 25px;
  padding-left: 25px;
  float: right;
  background-color: #bf6560;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.div-block-7.lern {
  position: relative;
  right: 49px;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 10px;
  background-color: #59805e;
}

.div-block-7.home._2 {
  width: 50%;
  height: auto;
  background-color: #59805e;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  text-align: left;
}

.div-block-7._2 {
  background-color: #6e9d74;
}

.div-block-7._3 {
  background-color: #59805e;
}

.heading-3 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 4vw;
  line-height: 4vw;
  text-transform: none;
}

.heading-4 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 25px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 3vw;
  line-height: 3vw;
  white-space: normal;
}

.button {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.button.left {
  margin-top: 20px;
  margin-bottom: 20px;
  float: none;
}

.button-2 {
  margin-top: 39px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 20px;
}

.button-2.home {
  margin-top: 30px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #59805e;
}

.wrapper-4 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e0e6cf;
  background-image: url('../images/AdobeStock_81030602.jpeg');
  background-position: 100% 0%;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-10 {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0px -50px 0px 39px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #855d81;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-10.lern {
  margin-top: 0px;
  background-color: #e6cfe4;
}

.div-block-10.lern._2 {
  height: auto;
  margin-top: 0px;
  margin-right: -67px;
  background-color: #e6d0cf;
}

.div-block-10.lern._3 {
  background-color: #feffff;
}

.div-block-10.lern._3.pulp {
  color: #34470b;
}

.div-block-10.reiten {
  height: auto;
  background-color: #bf6560;
}

.div-block-10.reit {
  right: 41px;
  bottom: 0px;
  margin-right: 1px;
  margin-left: 0px;
  padding-bottom: 1px;
  background-color: #c1dce5;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.div-block-10.reit._2 {
  right: 0px;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 25px;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-block-10.reit._2._1 {
  left: 29px;
  right: 0px;
  height: auto;
  background-color: #60bf6d;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.paragraph-6 {
  position: relative;
  z-index: 2;
  margin-right: 4px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.button-3 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #60bf6d;
  font-size: 20px;
}

.button-3.lern {
  display: block;
  margin-top: 0px;
  background-color: #34470b;
  color: #e6cfe4;
}

.button-3._3 {
  margin-left: 45px;
  float: left;
  color: #60bf6d;
  font-size: 20px;
  font-weight: 400;
}

.button-3._4 {
  display: none;
  margin-bottom: 20px;
  margin-left: 45px;
  float: left;
}

.wrapper-5 {
  display: block;
  height: auto;
  max-width: 1920px;
  margin: 0px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/AdobeStock_185086879kl.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-5.home {
  margin-bottom: 15px;
  background-image: none;
}

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

.div-block-12 {
  position: relative;
  z-index: 2;
  margin-right: -20px;
  padding-right: 15px;
  padding-left: 20px;
  background-color: #fff;
}

.mask {
  overflow: visible;
  width: 50%;
  height: 100%;
}

.div-block-13 {
  height: 100%;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-image: url('../images/_LHA9879.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.slide {
  height: 100%;
}

.div-block-14 {
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-image: url('../images/_LHA0037.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.slide-3 {
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-image: url('../images/Backgroundhome3.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.slide-4 {
  border-right: 10px solid #fff;
  border-left: 10px solid #fff;
  background-image: url('../images/Zimmer3.jpg');
  background-position: 0% 100%;
  background-size: cover;
}

.section-6 {
  overflow: hidden;
  height: auto;
  margin-bottom: 0px;
  background-color: #fff;
}

.slide-nav {
  display: none;
  overflow: visible;
  margin-left: 0px;
  padding-left: 0px;
}

.slider {
  overflow: hidden;
  height: 100%;
}

.icon {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.icon-2 {
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 250px;
  height: 50px;
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 14px;
  padding-left: 0px;
  float: left;
  clear: none;
  border-radius: 20px 20px 0px 0px;
  background-color: #34470b;
  text-align: left;
}

.button-4 {
  margin-top: 30px;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.paragraph-7 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-5 {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-left: 40px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
}

.slider-2 {
  height: auto;
  margin-bottom: 75px;
  background-color: transparent;
}

.slide-5 {
  width: 33%;
  margin-top: 0px;
  padding-top: 0px;
}

.grid-4 {
  width: 100%;
  -ms-grid-columns: 32% 32% 32%;
  grid-template-columns: 32% 32% 32%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-16 {
  display: block;
  overflow: visible;
  width: 80%;
  height: 100%;
  margin-top: 124px;
  margin-left: 40px;
  padding-right: 10px;
  padding-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.72)), to(hsla(0, 0%, 100%, 0.72)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.72), hsla(0, 0%, 100%, 0.72));
  text-align: left;
}

.slide-6 {
  width: 33%;
}

.slide-7 {
  width: 33%;
  height: 100%;
}

.slide-8 {
  width: 33%;
}

.image-6 {
  display: block;
  width: 300px;
  height: 200px;
  margin-top: -101px;
  margin-left: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 1px #000;
}

.heading-6 {
  position: relative;
  z-index: 2;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 28px;
  line-height: 32px;
}

.paragraph-3-copy {
  position: relative;
  z-index: 2;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.mask-2 {
  height: 100%;
}

.wrapper-6 {
  display: block;
  height: auto;
  max-width: 1920px;
  margin: 10px auto 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #34470b;
  -webkit-perspective: none;
  perspective: none;
}

.button-5 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  border-radius: 20px;
  background-color: #34470b;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.wrapper-7 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-7.lern {
  margin-top: 15px;
}

.slider-3 {
  display: block;
  width: 700px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: transparent;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.image-7 {
  width: 100px;
  height: 100px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  clear: none;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
}

.image-8 {
  width: 100px;
  height: 100px;
  margin-top: 173px;
  margin-left: 0px;
}

.image-9 {
  display: none;
  width: 100px;
  height: 100px;
  margin-top: 173px;
  margin-left: 0px;
}

.image-10 {
  display: none;
  width: 100px;
  height: 100px;
  margin-top: 10px;
}

.paragraph-8 {
  margin-left: 0px;
  padding: 80px 80px 10px;
  font-family: Vollkorn, serif;
  font-size: 20px;
  text-align: center;
}

.left-arrow {
  background-color: transparent;
}

.icon-3 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-4 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.paragraph-9 {
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.slide-9 {
  padding: 0px 80px 10px;
  text-align: center;
}

.slide-10 {
  padding: 99px 80px 10px;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.slide-11 {
  margin-bottom: 10px;
  padding: 0px 80px 10px;
}

.grid-5 {
  display: block;
  grid-column-gap: 0px;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
}

.section-7 {
  margin-top: 10px;
  border-radius: 20px;
}

.paragraph-11 {
  margin-bottom: -1px;
  padding-top: 20px;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.map {
  margin-top: 0px;
  margin-bottom: -30px;
}

.map.home {
  margin-top: 0px;
  margin-bottom: 15px;
}

.map.gaeste {
  margin-top: 0px;
}

.slide-12 {
  width: 33%;
}

.slide-13 {
  width: 33%;
}

.slide-14 {
  width: 33%;
}

.slide-15 {
  width: 33%;
}

.div-block-20 {
  display: -ms-grid;
  display: grid;
  height: 30px;
  margin-left: -17px;
  padding-left: 0px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid #fff;
}

.paragraph-13 {
  color: #fff;
  font-size: 30px;
}

.div-block-21 {
  padding-top: 20px;
  padding-left: 10px;
}

.bold-text-3 {
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  line-height: 3vw;
}

.image-11 {
  width: auto;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.grid-6 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.grid-6.pension {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-6.nutztierarche {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-12 {
  width: 150px;
  height: auto;
  border-radius: 20px;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
}

.div-block-22 {
  padding-top: 20px;
  padding-left: 10px;
}

.grid-7 {
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-13 {
  width: auto;
  height: 25px;
  margin-top: 18px;
  margin-left: 10px;
}

.image-14 {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-left: 0px;
}

.paragraph-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.grid-8 {
  width: 80%;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.bold-text-5 {
  font-size: 45px;
}

.paragraph-15 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.bold-text-6 {
  font-size: 28px;
}

.bold-text-7 {
  font-size: 28px;
}

.bold-text-8 {
  font-size: 28px;
}

.heading-7 {
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.impressumblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 1px;
  padding-left: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#aaad9a), to(#fff));
  background-image: linear-gradient(180deg, #aaad9a, #fff);
  box-shadow: 4px 4px 10px 1px #000;
}

.paragraph-16 {
  display: inline-block;
  float: left;
  font-family: Montserrat, sans-serif;
}

.link {
  color: #333;
}

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

.link-3 {
  color: #333;
}

.bold-text-9 {
  color: #333;
}

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

.link-block.w--current {
  margin-right: 20px;
  padding-left: 0px;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.link-5 {
  color: #333;
  text-decoration: none;
}

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

.wrapper-imprint {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
  font-family: Montserrat, sans-serif;
  color: #34470b;
}

.paragraph-3-copy {
  position: relative;
  z-index: 2;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.bold-text-28 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-15 {
  height: 25px;
  margin-top: 15px;
  margin-left: 20px;
  line-height: 25px;
}

.image-16 {
  height: 25px;
  margin-top: 15px;
  margin-left: 20px;
}

.image-17 {
  width: 25px;
  height: 25px;
  margin-top: 15px;
  margin-left: 20px;
}

.link-block-2 {
  width: 45px;
}

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

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

.wrapper-8 {
  display: block;
  height: auto;
  max-width: 1920px;
  margin: 0px auto 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Gutschein.jpg');
  background-position: 0px 0px;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-28 {
  width: 45%;
  height: auto;
  margin-right: 49px;
  margin-left: 0px;
  padding-top: 25px;
  padding-left: 25px;
  float: right;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.heading-8 {
  margin-bottom: 25px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4.5vw;
}

.heading-8._2 {
  margin-left: 0px;
  color: #34470b;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}

.heading-9 {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.paragraph-3-copy {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.paragraph-3-copy-copy {
  position: relative;
  z-index: 2;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.heading-4-copy-1 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 20px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  text-align: left;
  white-space: normal;
}

.heading-copy {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 45px;
}

.heading-2-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: 0px;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.paragraph-3-copy-copy {
  position: relative;
  z-index: 2;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.paragraph-21 {
  margin-top: 40px;
  margin-left: 40px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 30px;
  line-height: 30px;
  text-shadow: 1px 1px 6px #fff;
}

.text-field-2 {
  width: 400px;
  margin-top: 0px;
  margin-left: 39px;
  padding-top: 0px;
  background-color: hsla(0, 0%, 100%, 0.53);
}

.submit-button-2 {
  position: relative;
  top: -6px;
  margin-top: 0px;
  margin-left: 38px;
  border-radius: 20px;
  background-color: #34470b;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.form-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 2px;
}

.paragraph-22 {
  margin-left: 40px;
  text-shadow: 1px 1px 6px #fff;
}

.link-9 {
  color: #333;
}

.grid-9 {
  margin-top: 25px;
}

.button-2-copy-copy {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
}

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

.text-span-4 {
  font-size: 30px;
}

.image-18 {
  position: static;
  z-index: 2;
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.grid-10 {
  margin-right: 45px;
  margin-bottom: 26px;
  margin-left: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-19 {
  position: relative;
  z-index: 2;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.image-20 {
  position: static;
  z-index: 2;
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-23 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.image-21 {
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-22 {
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-23 {
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-24 {
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-24 {
  position: relative;
  z-index: 2;
  margin-bottom: 2px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-25 {
  position: relative;
  z-index: 2;
  margin: 327px 45px 25px 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #ed8754;
  font-size: 14px;
  letter-spacing: normal;
  text-indent: 0px;
  white-space: normal;
}

.grid-11 {
  width: auto;
  height: 50px;
  margin: 30px 45px 0px 0px;
  padding-bottom: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-text-43 {
  color: #333;
  text-decoration: none;
}

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

.bold-text-44 {
  color: #333;
  text-decoration: none;
}

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

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-27 {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
}

.div-block-30 {
  display: -ms-grid;
  display: grid;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0%;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #34470b;
}

.div-block-30.lern {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-30.lern-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-26 {
  width: 296px;
  margin-bottom: 0px;
  border-radius: 100%;
}

.image-27 {
  width: 296px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-28 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-29 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.section-9 {
  margin-bottom: 15px;
}

.slider-4 {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.slider-4.lern._2 {
  position: relative;
}

.slide-16 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/_LHA9879.jpg');
  background-position: 38% 50%;
  background-size: cover;
}

.slide-16.lern {
  background-image: url('../images/storytelling-4203628_1280.jpg');
  background-position: 38% 70%;
}

.icon-5 {
  margin-top: auto;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-6 {
  left: 0px;
  z-index: auto;
  margin-top: auto;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-11 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-11.lern {
  height: auto;
  margin-bottom: 0px;
}

.section-11.lern._4 {
  margin-bottom: 0px;
}

.section-11.lern._5 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.section-11.lern._6 {
  margin-bottom: 15px;
}

.section-11.lern._6.neu {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-10-home {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: -45px;
  margin-left: 54px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #e0e6cf;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.text-span-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.text-span-9._2 {
  color: #fff;
  font-size: 16px;
}

.grid-13 {
  margin-right: 45px;
  margin-bottom: 26px;
  margin-left: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

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

.bold-text-46 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.bold-text-47 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.bold-text-48 {
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.bold-text-49 {
  text-decoration: none;
}

.link-block-6 {
  text-decoration: none;
}

.section-12 {
  margin-top: 40px;
}

.section-13 {
  margin-top: 0px;
}

.section-13.gaeste {
  margin-top: 0px;
}

.slide-17 {
  background-image: url('../images/Zimmer1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-17.lern {
  background-image: url('../images/fantasy-4626641_1280.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-14 {
  margin-bottom: 31px;
}

.section-14.home {
  margin-bottom: 0px;
}

.section-16 {
  height: auto;
  margin-bottom: 0px;
}

.section-16.lern {
  margin-bottom: 0px;
}

.section-16.lern._3 {
  margin-top: 0px;
  margin-bottom: 15px;
}

.div-block-34 {
  position: static;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: -121px;
  padding-top: 25px;
  padding-right: 10px;
  padding-left: 25px;
  float: none;
  background-color: #bf60b7;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.div-block-34._99 {
  margin-right: -310px;
  margin-left: 0px;
  background-color: #2f3b4b;
}

.div-block-34._99._2 {
  display: block;
  height: auto;
  margin-right: 20px;
  float: right;
  background-color: #bf6560;
}

.div-block-34._99._2._98 {
  background-color: #60bf6d;
}

.wrapper-11 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 60% repeat(auto-fit, 40%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf60b7;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.wrapper-12 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e95717;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-12.lern-2 {
  width: 100%;
  height: auto;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #e6d0cf;
}

.wrapper-12.g-ste {
  margin-bottom: 15px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #855d81;
}

.wrapper-12._2 {
  margin-bottom: 15px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #bf6560;
}

.wrapper-12.reit {
  height: auto;
  margin-bottom: 15px;
  background-color: #805b59;
  background-image: url('../images/AdobeStock_179089776kl.jpeg');
  background-position: 100% 50%;
  background-size: 60% 100%;
  background-repeat: no-repeat;
}

.wrapper-12.reit._2 {
  display: block;
  background-color: #80695b;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.wrapper-12.reit._2._8 {
  background-color: #bf6560;
  background-image: url('../images/20160904_140025.jpg');
  background-position: 100% 100%;
  background-size: 60% 100%;
}

.wrapper-12.neu {
  background-color: #80695b;
  background-image: url('../images/horse-4632388_1920.jpg');
  background-position: 100% 50%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}

.wrapper-12.neu._13 {
  margin-bottom: 15px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #60bf6d;
  background-image: url('../images/wild-horse-3707268_1920.jpg');
  background-position: 100% 60%;
  background-size: 60% 100%;
}

.wrapper-12.pulp {
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #e6cfe4;
}

.slide-16-copy {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background-image: url('../images/_LHA0037.jpg');
  background-position: 40% 100%;
  background-size: cover;
}

.image-33 {
  display: inline-block;
  width: auto;
  height: 100px;
  margin-top: -62px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  clear: none;
  text-align: left;
}

.image-33._2 {
  margin-top: 0px;
}

.slide-32 {
  background-image: url('../images/20180415_031813.jpg');
  background-position: 100% 100%;
  background-size: 110% 100%;
}

.paragraph-31 {
  margin: 0px 45px 0px 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.paragraph-31._2 {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 15px;
  color: #34470b;
  font-size: 16px;
  text-align: left;
}

.paragraph-31._3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-32 {
  margin-bottom: 20px;
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.slide-18 {
  background-image: url('../images/_LHA9855.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-18.lern {
  background-image: url('../images/fantasy-2243769_1280.jpg');
  background-position: 50% 50%;
}

.slide-19 {
  background-image: url('../images/_LHA9865.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/_LHA9885.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/_LHA9895.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-36 {
  position: relative;
  z-index: 2;
  width: 750px;
  height: 700px;
  margin-top: 0px;
  margin-right: -50px;
  margin-left: 39px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #e95717;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-36.reit {
  width: 100%;
  height: auto;
  background-color: #805b59;
}

.div-block-36._2 {
  width: auto;
  height: auto;
  margin-left: 38px;
  background-color: #bf6560;
}

.slider-5 {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.slide-22 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/Zimmer3_1.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-23 {
  background-image: url('../images/_LHA9961.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-38 {
  text-align: center;
}

.div-block-39 {
  margin-bottom: 10px;
}

.bold-text-56 {
  color: #34470b;
  font-size: 50px;
  line-height: 50px;
}

.div-block-40 {
  background-color: transparent;
}

.div-block-40._2 {
  background-color: transparent;
}

.div-block-40._3 {
  background-color: transparent;
}

.div-block-40._3._10 {
  background-color: #fff;
}

.div-block-40.reit {
  margin-bottom: 0px;
  background-color: #fff;
}

.home {
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.wrapper-13 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Eternahof-klein.jpg');
  background-position: 100% 50%;
  background-size: 90vw 100vh;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.image-37 {
  display: none;
}

.bold-text-57 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-33 {
  margin-top: 18px;
  font-family: Vollkorn, serif;
}

.bold-text-58 {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.italic-text {
  margin-right: 45px;
  color: #d75b00;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 1px;
  -webkit-column-count: 50;
  column-count: 50;
}

.italic-text-2 {
  color: #423725;
  text-decoration: none;
}

.bold-text-59 {
  text-decoration: none;
}

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

.bold-text-60 {
  text-decoration: none;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  text-decoration: none;
}

.link-block-11 {
  text-decoration: none;
}

.bold-text-61 {
  text-decoration: none;
}

.link-block-12 {
  text-decoration: none;
}

.link-14 {
  color: #000;
}

.link-15 {
  color: #000;
}

.link-block-14 {
  text-decoration: none;
}

.link-block-15 {
  text-decoration: none;
}

.link-block-16 {
  text-decoration: none;
}

.link-block-17 {
  text-decoration: none;
}

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

.text-span-11 {
  font-size: 14px;
}

.text-span-13 {
  font-size: 30px;
}

.text-span-14 {
  font-size: 30px;
}

.paragraph-34 {
  width: 50%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.italic-text-4 {
  font-family: Montserrat, sans-serif;
  color: #cbc13d;
  font-size: 28px;
}

.text-span-15 {
  margin-left: 0px;
  font-size: 16px;
}

.text-span-19 {
  font-size: 16px;
}

.list-item-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.list-item-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.list-item-11 {
  font-size: 16px;
}

.list-2 {
  color: #fff;
  text-align: left;
}

.list-item-12 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.grid-14 {
  margin-top: 0px;
  margin-left: 42px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-36 {
  color: #fff;
  font-size: 1vw;
  text-align: left;
}

.div-block-43 {
  height: 100%;
}

.div-block-43._2._3 {
  display: -ms-grid;
  display: grid;
  height: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-image: none;
}

.text-span-27 {
  font-size: 16px;
}

.text-span-27._2 {
  color: #34470b;
  font-size: 16px;
}

.slide-24 {
  background-image: url('../images/22222.jpg');
  background-position: 60% 0%;
  background-size: auto 100%;
}

.slide-24._2 {
  background-image: url('../images/bee-1040521_1920.jpg');
  background-position: 50% 0%;
  background-size: auto 100%;
}

.slide-25 {
  height: 100%;
  margin-bottom: 0px;
  background-image: url('../images/P1050706.JPG');
  background-position: 50% 0%;
  background-size: auto 100%;
}

.slide-25._2 {
  background-image: url('../images/_LHA0205.jpg');
  background-position: 0% 0%;
  background-size: auto 100%;
}

.div-block-47 {
  background-color: #34470b;
}

.div-block-49 {
  margin-right: 0px;
  background-color: transparent;
}

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

.italic-text-5 {
  color: #34470b;
}

.list-7 {
  margin-left: 0px;
  color: #34470b;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

.list-8 {
  margin-left: 0px;
  color: #34470b;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

.image-38 {
  position: relative;
  top: 0px;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 25px;
  margin-left: 45px;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

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

.bold-text-64 {
  color: #fff;
}

.list-9 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.lightbox-link {
  margin-left: 44px;
}

.image-39 {
  width: 155px;
  height: 125px;
  margin-left: 28px;
}

.text-span-34 {
  font-size: 16px;
}

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

.text-span-36 {
  font-size: 30px;
}

.text-span-37 {
  font-size: 30px;
}

.text-span-38 {
  font-size: 30px;
}

.text-span-39 {
  font-size: 30px;
}

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

.text-span-41 {
  font-size: 30px;
}

.button2 {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button2._4 {
  display: none;
  margin-bottom: 20px;
  margin-left: 45px;
  float: left;
}

.button2._4._1 {
  display: block;
  float: right;
  background-color: #000;
  color: #eedbcd;
  text-decoration: none;
}

.button2._4._2 {
  background-color: #000;
  color: #9dbe27;
}

.button2._4._2._1 {
  display: block;
  margin-bottom: 58px;
  float: left;
  background-color: #fff;
  color: #6e9d74;
}

.button1 {
  display: block;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button1._4 {
  display: none;
  margin-bottom: 20px;
  margin-left: 45px;
  float: left;
}

.button1._4._1 {
  display: none;
  background-color: #000;
  color: #eedbcd;
  text-decoration: none;
}

.italic-text-6 {
  font-style: normal;
  letter-spacing: 0px;
}

.grid-16 {
  margin-left: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-42 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1vw;
}

.div-block-50 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.div-block-51 {
  margin-bottom: 30px;
}

.italic-text-9 {
  font-style: normal;
  letter-spacing: 0px;
}

.text-span-42 {
  font-size: 30px;
}

.text-span-43 {
  color: #34470b;
  font-size: 16px;
}

.text-span-47 {
  font-size: 30px;
}

.text-span-48 {
  font-size: 30px;
}

.text-span-49 {
  font-size: 30px;
}

.text-span-51 {
  font-size: 30px;
}

.text-span-57 {
  font-size: 30px;
}

.text-span-58 {
  font-size: 16px;
}

.text-span-59 {
  font-size: 30px;
}

.text-span-60 {
  font-size: 30px;
}

.text-span-65 {
  font-size: 16px;
}

.text-span-70 {
  font-size: 30px;
}

.text-span-71 {
  font-size: 30px;
}

.text-span-72 {
  font-size: 30px;
}

.text-span-73 {
  font-size: 30px;
}

.text-span-74 {
  font-size: 30px;
}

.text-span-75 {
  font-size: 30px;
}

.text-span-76 {
  font-size: 30px;
}

.text-span-91 {
  font-size: 30px;
}

.text-span-93 {
  font-size: 30px;
}

.text-span-94 {
  font-size: 30px;
}

.text-span-95 {
  font-size: 30px;
}

.text-span-96 {
  font-size: 30px;
}

.text-span-97 {
  font-size: 30px;
}

.text-span-98 {
  font-size: 30px;
}

.text-span-99 {
  font-size: 30px;
}

.text-span-100 {
  font-size: 30px;
}

.text-span-101 {
  font-size: 30px;
}

.text-span-102 {
  font-size: 30px;
}

.div-block-52 {
  margin-top: 0px;
}

.slide-nav-2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 132px;
}

.button-13 {
  display: block;
  margin-top: 10px;
  margin-right: 45px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #855d81;
  font-size: 20px;
}

.button-9-2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #bf60b7;
  font-size: 20px;
  text-align: right;
}

.button-9-3 {
  display: block;
  margin-top: 10px;
  margin-right: 45px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #bf6560;
  font-size: 20px;
}

.image-41 {
  width: auto;
  height: 150px;
  text-align: center;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.list-11 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

.text-span-103 {
  font-size: 20px;
}

.text-span-104 {
  font-size: 20px;
}

.text-span-105 {
  font-size: 30px;
}

.text-span-106 {
  font-size: 20px;
  font-weight: 700;
}

.list-12 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.paragraph-43 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: center;
}

.paragraph-44 {
  font-family: Montserrat, sans-serif;
}

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

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

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

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

.paragraph-45 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

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

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

.bold-text-81 {
  font-size: 30px;
}

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

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

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

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

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

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

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

.paragraph-46 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
}

.bold-text-89 {
  font-size: 30px;
}

.paragraph-47 {
  margin-bottom: 25px;
}

.form-block-2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.submit-button-3 {
  border-radius: 20px;
  background-color: #34470b;
  font-family: Oswald, sans-serif;
  font-size: 20px;
}

.link-block-18 {
  color: #34470b;
  text-decoration: none;
}

.slide-28 {
  font-family: Montserrat, sans-serif;
  color: #34470b;
}

.text-span-107 {
  color: #34470b;
  font-size: 30px;
}

.slide-29 {
  background-image: url('../images/_LHA9943.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

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

.image-43 {
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.paragraph-48 {
  margin-top: -37px;
  margin-left: 67px;
  color: #fff;
}

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

.image-44 {
  margin-right: 45px;
  float: right;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.image-45 {
  float: right;
}

.image-46 {
  width: auto;
  height: 150px;
  margin-top: 15px;
  padding-top: 0px;
}

.div-block-56 {
  text-align: center;
}

.text-span-108 {
  font-size: 30px;
}

.text-span-109 {
  font-size: 30px;
}

.text-span-110 {
  font-size: 30px;
}

.wrapper-14 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/_LHA9943_1.jpg');
  background-position: 100% 50%;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.text-span-111 {
  font-size: 30px;
}

.heading-0 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  float: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading-12 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.paragraph-6-copy {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.grid-13-copy {
  margin-right: 45px;
  margin-bottom: 26px;
  margin-left: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-10-copy {
  margin-bottom: 37px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 2vw;
  text-align: left;
}

.heading-10-copy {
  margin-bottom: 37px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
}

.paragraph-32-copy {
  margin-right: 45px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.text-span-112 {
  font-size: 30px;
}

.text-span-113 {
  font-size: 30px;
}

.text-span-114 {
  font-size: 30px;
}

.text-span-115 {
  font-size: 30px;
}

.text-span-116 {
  font-size: 30px;
}

.text-span-117 {
  font-size: 30px;
}

.text-span-118 {
  font-size: 30px;
}

.text-span-119 {
  font-size: 30px;
}

.text-span-120 {
  font-size: 30px;
}

.div-block-57 {
  display: block;
  text-align: center;
}

.heading-13 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.button-7 {
  display: block;
  margin-top: 10px;
  margin-right: 45px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
}

.list-13 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
}

.text-span-121 {
  font-size: 16px;
}

.heading-14 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.list-14 {
  margin-left: 45px;
  color: #fff;
}

.paragraph-49 {
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.list-15 {
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.heading-15 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.heading-16 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.italic-text-14 {
  font-style: normal;
}

.columns-2 {
  width: 100%;
  margin-bottom: 25px;
}

.text-block {
  text-decoration: none;
}

.bold-text-91 {
  text-decoration: underline;
}

.wrapper-15 {
  display: block;
  height: 150px;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-16 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #59805e;
  background-image: url('../images/AdobeStock_35633568.jpeg');
  background-position: 0% 50%;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.text-span-122 {
  color: #34470b;
  font-size: 30px;
}

.heading-1 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.heading-17 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.italic-text-15 {
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
}

.text-span-123 {
  font-size: 30px;
}

.button-12 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-12.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: left;
  color: #59805e;
}

.section-17 {
  height: auto;
  margin-bottom: 0px;
}

.slide-31 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background-image: url('../images/Frühstück2.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-59 {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0px 40px 0px -41px;
  padding: 25px;
  float: none;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.text-span-124 {
  font-size: 30px;
}

.text-span-125 {
  font-size: 30px;
}

.text-span-126 {
  font-size: 30px;
}

.link-28 {
  color: #fff;
}

.link-29 {
  color: #fff;
}

.div-block-61 {
  background-color: #6e9d74;
}

.paragraph-66 {
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.bold-text-95 {
  font-size: 3vw;
}

.section-11-copy {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.slider-11-copy {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.image-47 {
  width: auto;
  height: auto;
}

.text-span-128 {
  color: #34470b;
  font-size: 30px;
}

.text-span-129 {
  color: #34470b;
  font-size: 30px;
}

.bold-text-96 {
  color: #34470b;
  text-decoration: none;
}

.link-30 {
  color: #34470b;
  text-decoration: none;
}

.bold-text-97 {
  color: #34470b;
  text-decoration: none;
}

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

.heading-19 {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-left: 45px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.section-18 {
  height: auto;
  margin-bottom: 0px;
}

.slider-12 {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  text-align: left;
}

.slide-33 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background-image: url('../images/Zelt21.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/Zelt12.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-62 {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: -41px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #6e9d74;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.button-10 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #6e9d74;
  font-size: 20px;
  text-align: right;
}

.text-span-130 {
  font-size: 30px;
}

.text-span-131 {
  font-size: 30px;
}

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

.text-span-132 {
  color: #000;
}

.slider-13 {
  height: 100%;
}

.icon-9 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-10 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-35 {
  background-image: url('../images/family-2810999.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-36 {
  background-image: url('../images/65613dda-0246-4a66-b5e8-44e6d872c05a.JPG');
  background-position: 50% 0%;
  background-size: cover;
}

.bold-text-98 {
  font-size: 16px;
}

.heading-20 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading-21 {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 3vw;
  line-height: 3vw;
}

.bold-text-99 {
  color: #33470b;
  font-size: 4vw;
  line-height: 4vw;
}

.slider-14 {
  height: 100%;
}

.slide-38 {
  background-image: url('../images/hahn-3294462_1920.jpg');
  background-position: 30% 0%;
  background-size: auto 100%;
}

.slide-37 {
  background-image: url('../images/20170922_153738.jpg');
  background-position: 100% 0%;
  background-size: auto 100%;
}

.text-span-133 {
  font-size: 30px;
}

.slider-15 {
  height: 100%;
}

.text-span-134 {
  font-size: 30px;
}

.text-span-135 {
  font-size: 30px;
}

.text-span-136 {
  font-size: 30px;
}

.text-span-137 {
  font-size: 30px;
}

.text-span-138 {
  font-size: 30px;
}

.slide-39 {
  background-image: url('../images/P1030105.jpg');
  background-position: 100% 50%;
  background-size: auto 100%;
}

.slide-40 {
  background-image: url('../images/P1050548.jpg');
  background-position: 20% 0%;
  background-size: auto 100%;
}

.text-span-139 {
  font-size: 30px;
}

.icon-11 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-12 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.grid-18 {
  margin-left: 45px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-span-140 {
  font-size: 30px;
}

.text-span-141 {
  font-size: 30px;
}

.button-14 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-14.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: right;
  background-color: #34470b;
  color: #e6d0cf;
}

.button-15 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-15.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: right;
  background-color: #34470b;
  color: #fff;
}

.bold-text-101 {
  font-size: 3vw;
  line-height: 3vw;
}

.left-arrow-3 {
  left: 1.8vw;
}

.text-span-143 {
  font-size: 30px;
}

.text-span-144 {
  font-size: 30px;
}

.wrapper-20 {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #fff1b8;
  background-image: url('../images/Reitkunstschmiede.jpg');
  background-position: -30% 50%;
  background-size: 90%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.heading-22 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.image-49 {
  float: none;
}

.heading-23 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading-24 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 24px;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.button-18 {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #fff1b8;
  font-size: 20px;
}

.paragraph-50 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.image-50 {
  width: auto;
  height: 150px;
}

.paragraph-67 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-68 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.paragraph-69 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-span-145 {
  font-size: 30px;
}

.text-span-146 {
  font-size: 30px;
}

.text-span-147 {
  font-size: 30px;
}

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

.heading-26 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.paragraph-70 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.button-19 {
  display: block;
  margin: 10px 45px 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #007610;
  font-size: 20px;
}

.button-20 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #ffe7e6;
  font-size: 20px;
}

.wrapper-21 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #6e9d74;
  background-image: url('../images/AdobeStock_164840287kl.jpeg');
  background-position: 0px 0px;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-22 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-60 {
  position: relative;
  left: -34px;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0px 0px 0px -38px;
  padding: 25px 25px 734px;
  float: left;
  background-color: #6e9d74;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.wrapper-23 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #6e9d74;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-64 {
  background-color: #fff;
}

.wrapper-24 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf6560;
  background-image: url('../images/Bewegung.jpg');
  background-position: 0% 50%;
  background-size: 80% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.heading-27 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.text-span-148 {
  font-size: 30px;
}

.bold-text-102 {
  font-size: 3vw;
  line-height: 3vw;
}

.bold-text-103 {
  font-size: 50px;
}

.italic-text-16 {
  font-style: normal;
}

.paragraph-51 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.wrapper-27 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #59805e;
  -webkit-perspective: none;
  perspective: none;
}

.button-22 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #60bf6d;
  font-size: 20px;
}

.div-block-67 {
  margin-left: 26px;
  background-color: #bccc8f;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.button-23 {
  display: block;
  margin: 15px 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #bf60b7;
  font-size: 20px;
}

.div-block-68 {
  margin-right: 0px;
  background-color: #fff;
}

.list-17 {
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.list-item-15 {
  color: #34470b;
}

.div-block-69 {
  margin-right: 0px;
  background-color: #fff;
}

.heading-28 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.wrapper-28 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e0e6cf;
  -webkit-perspective: none;
  perspective: none;
}

.heading-29 {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 4vw;
  line-height: 4vw;
}

.heading-30 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 25px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 3vw;
  line-height: 3vw;
  white-space: normal;
}

.bold-text-105 {
  font-size: 50px;
  line-height: 50px;
}

.section-20 {
  height: auto;
  margin-bottom: 20px;
}

.section-21 {
  height: auto;
  margin-bottom: 20px;
}

.section-22 {
  height: auto;
  margin-bottom: 20px;
}

.div-block-71 {
  position: relative;
  left: -39px;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #e0e6cf;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.div-block-72 {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin: 0px -50px 0px 39px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.link-block-19 {
  text-decoration: none;
}

.link-block-20 {
  text-decoration: none;
}

.link-block-21 {
  text-decoration: none;
}

.link-block-22 {
  text-decoration: none;
}

.paragraph-73 {
  font-size: 1vw;
  text-align: left;
}

.section-24 {
  margin-top: 0px;
}

.section-25 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.paragraph-74 {
  margin-right: 45px;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.div-block-73 {
  position: static;
  z-index: 2;
  width: 50%;
  height: 100%;
  margin-top: 0px;
  margin-right: 25px;
  margin-left: 0px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: right;
  background-color: #60bf6d;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.section-26 {
  margin-top: 0px;
}

.wrapper-29 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #60bf6d;
  background-image: url('../images/horses-1530497.jpg');
  background-position: 0px 0px;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.bold-text-115 {
  font-size: 3vw;
  line-height: 3vw;
}

.slide-41 {
  background-image: url('../images/_LHA0044.jpg');
  background-position: 100% 100%;
  background-size: 110% 100%;
}

.section-27 {
  height: auto;
  margin-bottom: 0px;
}

.paragraph-53 {
  margin: 0px 45px 0px 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.section-28 {
  height: auto;
  margin-bottom: 20px;
}

.section-29 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-30 {
  height: auto;
  margin-bottom: 0px;
}

.section-31 {
  height: auto;
  margin-bottom: 0px;
}

.section-32 {
  height: auto;
  margin-bottom: 20px;
}

.section-33 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper-31 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #59805e;
  background-image: url('../images/horse-430441_1920.jpg');
  background-position: 0% 100%;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-32 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #60bf6d;
  background-image: url('../images/M2.jpg');
  background-position: 180% 100%;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.section-34 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-35 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bold-text-116 {
  font-size: 3vw;
  line-height: 3vw;
}

.paragraph-54 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 0px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.text-span-152 {
  font-size: 30px;
}

.text-span-153 {
  font-size: 30px;
}

.link-34 {
  color: #34470b;
  text-decoration: none;
}

.slider-16 {
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: 125px;
}

.slide-42 {
  height: 100%;
  background-image: url('../images/b3b2dbbd-bc16-40e0-adbc-ff27df60dfac.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-43 {
  background-image: url('../images/90dd75c5-c49c-43f6-b339-0d1a8ca1e203.JPG');
  background-position: 40% 0%;
  background-size: cover;
}

.slide-44 {
  background-image: url('../images/baa18dc5-09e0-4f70-ab1b-a921fc4fdb6e.jpg');
  background-position: 50% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.wrapper-33 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bccc8f;
  background-image: url('../images/Bewegung.jpg');
  background-position: 100% 50%;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.text-span-154 {
  font-size: 30px;
}

.text-span-155 {
  font-size: 30px;
}

.text-span-156 {
  font-size: 30px;
}

.text-span-157 {
  font-size: 30px;
}

.text-span-158 {
  font-size: 30px;
}

.wrapper-34 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf60b7;
  background-image: url('../images/Kindmitpferd.jpg');
  background-position: 100% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-74 {
  margin-left: 26px;
  background-color: #bf60b7;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.section-36 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.success-message {
  background-color: #34470b;
}

.error-message {
  background-color: red;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
}

.list-18 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.list-item-16 {
  text-align: left;
}

.wrapper-35 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf6560;
  background-image: url('../images/businessman-2606509_1920.jpg');
  background-position: -180% 0%;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.wrapper-36 {
  display: block;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-37 {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/a8682109-7f47-45bb-b4cf-c392e8360164.jpg');
  background-position: 100% 50%;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.div-block-75 {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  height: auto;
  min-height: 100%;
  margin-top: 10px;
  margin-left: 36px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-76 {
  position: relative;
  left: -41px;
  z-index: 2;
  width: auto;
  height: auto;
  margin-right: 49px;
  margin-left: 0px;
  padding-top: 25px;
  padding-left: 25px;
  float: right;
  background-color: #80597c;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.heading-31 {
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
}

.heading-32 {
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.text-span-159 {
  font-size: 30px;
}

.text-span-160 {
  font-size: 30px;
}

.text-span-161 {
  font-size: 30px;
}

.text-span-162 {
  font-size: 30px;
}

.text-span-163 {
  font-size: 30px;
}

.text-span-164 {
  font-size: 30px;
}

.text-span-165 {
  font-size: 30px;
}

.slide-45 {
  background-image: url('../images/dfce8214-63bd-4283-badf-488a02139c9f.JPG');
  background-position: 0% 50%;
  background-size: cover;
}

.div-block-77 {
  width: auto;
  height: auto;
  margin-right: 49px;
  margin-left: 0px;
  padding-top: 25px;
  padding-left: 25px;
  float: right;
  background-color: #fff1b8;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.bold-text-117 {
  color: #fff;
}

.wrapper-39 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #80597c;
  -webkit-perspective: none;
  perspective: none;
}

.button-24 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #80597c;
  font-size: 20px;
}

.list-19 {
  color: #34470b;
}

.heading-33 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 45px;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading-34 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #34470b;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.paragraph-55 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

.youtube-3 {
  top: 304px;
  background-image: none;
}

.bold-text-119 {
  font-size: 45px;
  line-height: 50px;
}

.image-53 {
  width: 100%;
}

.paragraph-56 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-align: left;
}

.column-2 {
  left: 0px;
}

.bold-text-120 {
  color: #34470b;
  text-align: right;
  text-decoration: none;
}

.section-37 {
  margin-right: auto;
  margin-left: auto;
}

.image-54 {
  width: 100%;
}

.text-block-3 {
  padding-top: 0px;
  padding-bottom: 25px;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.paragraph-75 {
  padding-left: 10px;
  background-color: #34470b;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-span-168 {
  color: #fff;
  text-decoration: none;
}

.text-span-168:hover {
  text-decoration: underline;
}

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

.link-35:hover {
  text-decoration: underline;
}

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

.wrapper-40 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #60bf6d;
  background-image: url('../images/ziegen.jpg');
  background-position: 0px 0px;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.div-block-80 {
  position: relative;
  left: -62px;
  z-index: 2;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  float: right;
  background-color: #59805e;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.button-25 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-25.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: left;
  color: #59805e;
}

.button-26 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-26.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: left;
  color: #bf6560;
}

.button-27 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-27.bold-text-21 {
  margin-bottom: 25px;
  margin-left: 45px;
  float: left;
  color: #6e9d74;
}

.button-28 {
  display: block;
  margin: 15px 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #bccc8f;
  font-size: 20px;
}

.button-29 {
  display: block;
  margin-top: 10px;
  margin-right: 45px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #805b59;
  font-size: 20px;
}

.button-31 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: right;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #908f8f;
  font-size: 20px;
}

.button-31.neuer {
  margin-right: 0px;
  color: #bf6560;
}

.bold-text-121 {
  color: #34470b;
  text-decoration: none;
}

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

.link-40 {
  color: #34470b;
  text-decoration: none;
}

.bold-text-122 {
  color: #34470b;
  text-decoration: none;
}

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

.link-42 {
  color: #34470b;
  text-decoration: none;
}

.link-block-24 {
  text-decoration: none;
}

.link-block-25 {
  text-decoration: none;
}

.link-block-26 {
  text-decoration: none;
}

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

.link-44 {
  color: #34470b;
  text-decoration: none;
}

.div-block-81 {
  position: static;
  width: auto;
  height: auto;
  margin-right: 49px;
  margin-left: 0px;
  padding-top: 25px;
  padding-left: 25px;
  float: right;
  background-color: #e6cfe4;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  color: #fff;
}

.grid-19 {
  width: 70%;
  margin-left: 45px;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-76 {
  color: #34470b;
}

.paragraph-77 {
  color: #34470b;
}

.paragraph-78 {
  color: #34470b;
}

.wrapper-42 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e6cfe4;
  -webkit-perspective: none;
  perspective: none;
}

.button-32 {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #34470b;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
  font-family: Oswald, sans-serif;
  color: #e6cfe4;
  font-size: 20px;
}

.bold-text-123 {
  text-decoration: none;
}

.text-span-171 {
  text-decoration: none;
}

.link-45 {
  color: #34470b;
  text-decoration: none;
}

.bold-text-124 {
  color: #34470b;
  text-decoration: none;
}

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

.bold-text-125 {
  color: #34470b;
}

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

.paragraph-79 {
  margin-left: 45px;
  color: #34470b;
}

.text-span-172 {
  font-size: 30px;
}

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

.link-48:hover {
  text-decoration: underline;
}

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

.link-49:hover {
  text-decoration: underline;
}

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

.paragraph-59 {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
}

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

.link-52 {
  color: #34470b;
}

.link-53 {
  color: #34470b;
}

.radio-button-label {
  color: #fff;
}

.link-54 {
  color: #fff;
}

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

.div-block-82 {
  background-image: url('../images/Nutztierpark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-21 {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.text-span-173 {
  text-align: left;
}

.paragraph-80 {
  color: #fff;
  text-align: right;
}

.select-field-3 {
  font-family: Oswald, sans-serif;
}

.text-field-3 {
  font-family: Oswald, sans-serif;
}

.text-field-4 {
  font-family: Oswald, sans-serif;
  color: #333;
}

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

.link-57:hover {
  text-decoration: underline;
}

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

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

.paragraph-81 {
  text-align: right;
}

.grid-20 {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.grid-20.coaching {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

._3 {
  font-size: 26px;
  font-weight: 700;
}

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

._2 {
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.list-20 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #adafb3;
}

.list-21 {
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.popup-overlay-2 {
  position: fixed;
  z-index: 99;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(143, 187, 29, 0.7);
}

.inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-113 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  min-height: 500px;
  padding: 40px 12px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #ffeded;
  font-family: Exo, sans-serif;
}

.div-block-112 {
  margin-top: 20px;
}

.button-33 {
  margin-right: 0px;
  border-radius: 3px;
  background-color: #8fbb1d;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, background-position 200ms ease, border 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, background-position 200ms ease, border 200ms ease, box-shadow 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-33:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px 4px rgba(0, 0, 0, 0.3);
  color: #111;
}

.div-block-114 {
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
  background-color: transparent;
}

.paragraph-82 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.image-56 {
  margin-bottom: 5px;
}

.paragraph-83 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 25px;
  line-height: 23px;
  text-align: center;
}

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

.bold-text-127 {
  font-size: 21px;
  text-align: center;
}

.paragraph-84 {
  font-size: 14px;
  text-align: center;
}

.image-59 {
  display: inline-block;
  margin-top: -4px;
  margin-right: 0px;
  margin-left: 267px;
  padding-top: 0px;
  padding-right: 4px;
  float: right;
  text-align: left;
}

.link-block-27 {
  float: right;
  color: #34470b;
}

.image-60 {
  width: auto;
  height: 150px;
}

.wrapper-3-coaching {
  display: block;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/_LHA9943_1.jpg');
  background-position: 100% 50%;
  background-size: auto 120%;
  background-repeat: no-repeat;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-3-coaching.lern {
  display: block;
  height: auto;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.div-block-coaching {
  position: relative;
  z-index: 1;
  display: block;
  width: 40%;
  height: auto;
  min-height: 100%;
  margin-top: 10px;
  margin-left: 36px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-coaching.lern {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 10px 28px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-5 {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.image-61 {
  width: auto;
  height: auto;
}

.right-arrow-3 {
  left: auto;
  right: 10.2vw;
  margin-left: 0px;
}

.left-arrow-4 {
  left: 2.3vw;
}

.left-arrow-5 {
  left: 2.1vw;
}

.right-arrow-4 {
  right: 3.1vw;
}

.grid-17-zelte {
  margin-right: 20px;
  margin-bottom: 26px;
  margin-left: 45px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-links {
  margin-bottom: 37px;
  margin-left: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.heading-links-klein {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  clear: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.grid-6-home {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.right-arrow-5 {
  right: 2vw;
}

.link-63 {
  color: #fff;
}

.link-64 {
  color: #fff;
}

.slide-46 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background-image: url('../images/Camping.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-47 {
  background-image: url('../images/20190803_192554.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-48 {
  background-image: url('../images/20190806_205050.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.right-arrow-6 {
  right: 2.9vw;
}

.image-63 {
  width: auto;
  height: 150px;
}

.image-64 {
  width: auto;
  height: 150px;
}

.grid-6-sport {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.grid-6-aktiv {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-65 {
  width: 150px;
  height: auto;
}

.image-66 {
  width: 150px;
  height: auto;
}

.right-arrow-7 {
  right: 2.6vw;
}

.left-arrow-6 {
  left: 3vw;
}

.right-arrow-8 {
  right: 2.5vw;
}

.grid-6-kontakt {
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.image-67 {
  width: auto;
  height: 150px;
}

.image-68 {
  width: auto;
  height: 150px;
}

.image-69 {
  width: auto;
  height: 150px;
}

.image-70 {
  width: auto;
  height: 150px;
}

.image-71 {
  width: auto;
  height: 150px;
}

.image-72 {
  width: auto;
  height: 150px;
}

.image-73 {
  width: auto;
  height: 150px;
}

.image-74 {
  width: auto;
  height: 150px;
}

.heading-18-copy {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.heading-11-copy {
  margin-top: 0px;
  margin-bottom: 36px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.bold-text-128 {
  color: #34470b;
}

.paragraph-89 {
  color: #fff;
  font-size: 1vw;
}

.heading-8-copy {
  margin-bottom: 25px;
  margin-left: 45px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
}

.icon-15 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-16 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-12-copy {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  text-align: left;
}

.icon-17 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.icon-18 {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.right-arrow-9 {
  right: 3.3vw;
}

.image-75 {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

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

.paragraph-54-copy {
  position: relative;
  z-index: 2;
  margin-right: 45px;
  margin-bottom: 25px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
  text-align: left;
}

.bold-text-129 {
  color: #fff;
}

.link-65 {
  color: #fff;
}

.text-span-175 {
  font-size: 30px;
}

.picto {
  position: static;
  z-index: 2;
  display: block;
  width: auto;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.wrapper-1 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 60% repeat(auto-fit, 40%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf60b7;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.wrapper-9 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 60% repeat(auto-fit, 40%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #6e9d74;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.wrapper-11-copy {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 60% repeat(auto-fit, 40%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf60b7;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.paragraph-90 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
}

.text-span-176 {
  font-size: 30px;
}

.button-6 {
  display: inline-block;
  width: 170px;
  height: 46px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 15px;
  background-color: rgba(56, 152, 236, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#34470b), to(#34470b));
  background-image: linear-gradient(180deg, #34470b, #34470b);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.heading-37 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-38 {
  margin-bottom: 20px;
  text-align: center;
}

.button-34 {
  width: 200px;
  height: 46px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-top: 9px;
  padding-right: 15px;
  background-color: #34470b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.heading-36 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.heading-25 {
  margin-bottom: 15px;
  text-align: left;
}

.list-item {
  font-weight: 400;
}

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

.heading-40 {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}

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

.heading-41 {
  margin-top: 50px;
  text-align: center;
}

.wrapper-43 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: hidden;
  height: auto;
  max-width: 1920px;
  margin: 80px auto 60px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-92 {
  padding-left: 0px;
}

.section-38 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-77 {
  display: inline-block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bold-text-131 {
  font-family: Montserrat, sans-serif;
}

.text-span-177 {
  font-size: 26px;
}

.text-span-178 {
  display: inline;
  font-size: 26px;
}

.link-67 {
  color: #333;
}

.slide-49 {
  background-image: url('../images/Bistrokl.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-25 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #bf6560;
  -webkit-perspective: none;
  perspective: none;
}

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

.youtube-5 {
  overflow: hidden;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-68 {
  color: #333;
  text-decoration: none;
}

.button-34-copy {
  width: auto;
  height: 46px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-right: 15px;
  background-color: #34470b;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.link-69 {
  color: #333;
  text-decoration: none;
}

.link-69:hover {
  text-decoration: underline;
}

.link-70 {
  color: #333;
  text-decoration: none;
}

.link-70:hover {
  text-decoration: underline;
}

.link-71 {
  color: #333;
  text-decoration: none;
}

.link-71:hover {
  text-decoration: underline;
}

.image-56-copy {
  margin-bottom: 5px;
  border-radius: 100px;
}

.paragraph-93 {
  font-size: 16px;
}

.spiderbooking {
  position: static;
  z-index: 0;
  width: 97.7172300987637%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
}

.bold-text-133 {
  display: block;
}

.bold-text-134 {
  color: #34470b;
}

.wrapper-3-copy {
  display: block;
  height: 150px;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-3-copy.home {
  height: auto;
  margin-bottom: 0px;
}

.paragraph-66-copy {
  padding-top: 20px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 24px;
}

.link-block-29 {
  margin-left: 20px;
}

.wrapper-3-copy {
  display: block;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-3-copy.home {
  height: auto;
  margin-bottom: 30px;
}

.link-73 {
  color: #34470b;
}

.section-1 {
  height: auto;
  margin-bottom: 20px;
}

.section-1.lern {
  margin-top: 0px;
  margin-bottom: 0px;
}

.div-block-82-copy {
  background-image: url('../images/Nutztierpark.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.wrapper-10 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e95717;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-10.lern-2 {
  width: 100%;
  height: auto;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  background-color: #e6d0cf;
}

.div-block-70 {
  position: relative;
  left: -53px;
  z-index: 4;
  margin-left: 0px;
  background-color: #6e9d74;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.wrapper-71 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #59805e;
  -webkit-perspective: none;
  perspective: none;
}

.wrapper-72 {
  display: -ms-grid;
  display: grid;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #59805e;
  -webkit-perspective: none;
  perspective: none;
}

.slider-17 {
  height: 100%;
}

.slider-22 {
  display: block;
}

.heading-42 {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 35px;
  margin-left: 45px;
  float: none;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: left;
  letter-spacing: 0px;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
}

.button-35 {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  margin-left: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  float: left;
  clear: none;
  border-radius: 20px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #6e9d74;
  font-size: 20px;
  text-align: right;
}

.bold-text-138 {
  color: #fff;
}

.paragraph-94 {
  margin-bottom: 20px;
  margin-left: 45px;
  font-family: Montserrat, sans-serif;
  color: #34470b;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.heading-43 {
  position: relative;
  bottom: 0px;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 45px;
  padding-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 3vw;
  font-style: normal;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  -webkit-column-count: auto;
  column-count: auto;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  white-space: normal;
}

.slider-18 {
  position: relative;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  text-align: left;
}

.link-74 {
  color: #fff;
}

.bold-text-139 {
  color: #34470b;
}

.div-block-78 {
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: -41px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
  background-color: #e6cfe4;
  -webkit-transform: skew(5deg, 0deg);
  -ms-transform: skew(5deg, 0deg);
  transform: skew(5deg, 0deg);
}

.wrapper-26 {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  height: auto;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  float: none;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-columns: 60% repeat(auto-fit, 40%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #e6cfe4;
  -webkit-perspective: none;
  perspective: none;
  text-align: right;
}

.slide-50 {
  left: auto;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  background-image: url('../images/Ferien.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-51 {
  background-image: url('../images/Reitercamp-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-52 {
  background-image: url('../images/Reitercamp-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-53 {
  background-image: url('../images/Reitercamp-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-54 {
  background-image: url('../images/Reitercamp-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-55 {
  background-image: url('../images/Reitercamp-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-56 {
  background-image: url('../images/Reitercamp-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-57 {
  background-image: url('../images/Reitercamp-7.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text-135 {
  color: #fff;
}

.slide-42-copy {
  height: 100%;
  background-image: url('../images/b3b2dbbd-bc16-40e0-adbc-ff27df60dfac.JPG');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-58 {
  display: block;
  text-align: center;
}

.link-75 {
  color: #34470b;
}

.section-0 {
  height: auto;
  margin-bottom: 0px;
  background-color: transparent;
}

.section-0.lern {
  margin-bottom: 0px;
}

.section-23 {
  height: auto;
  margin-bottom: 0px;
  background-color: transparent;
}

.section-23.lern {
  margin-bottom: 0px;
}

.text-span-179 {
  line-height: 16px;
}

.div-block-coaching-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 40%;
  height: auto;
  min-height: 100%;
  margin-top: 10px;
  margin-left: 36px;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 25px;
  background-color: #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.div-block-coaching-2.lern {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 10px 28px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.section-40 {
  height: auto;
  margin-bottom: 0px;
  background-color: transparent;
}

.section-40.lern {
  margin-bottom: 0px;
}

@media screen and (min-width: 1440px) {
  .section-4 {
    margin-left: 0px;
    background-image: none;
  }

  .div-block-2 {
    background-image: url('../images/Bewegung.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .heading {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading._2 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-2 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-3 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-4 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-5 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .image-9 {
    display: block;
  }

  .image-10 {
    display: block;
  }

  .bold-text-3 {
    font-size: 1.5vw;
    line-height: 1.5vw;
  }

  .grid-6 {
    width: 100%;
  }

  .bold-text-4 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .grid-8 {
    width: 60%;
  }

  .heading-8 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-8._2 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-4-copy-1 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-copy {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-2-copy {
    font-size: 1vw;
    line-height: 1vw;
  }

  .div-block-34 {
    margin-right: 40px;
    padding-right: 0px;
  }

  .wrapper-12.lern-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-36._2 {
    margin-left: 45px;
  }

  .bold-text-56 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .wrapper-13 {
    background-size: auto 100%;
  }

  .paragraph-36 {
    font-size: 0.5vw;
    line-height: 0.5vw;
  }

  .paragraph-42 {
    font-size: 0.5vw;
    line-height: 0.8vw;
  }

  .image-46 {
    width: 150px;
    height: 150px;
  }

  .heading-0 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-12 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-10-copy {
    font-size: 2vw;
  }

  .heading-13 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-15 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-16 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-1 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-17 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .bold-text-95 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-19 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-21 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .bold-text-99 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-22 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-23 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-26 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-27 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .bold-text-102 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .bold-text-103 {
    font-size: 2vw;
    line-height: 2px;
  }

  .div-block-67 {
    margin-left: 33px;
  }

  .heading-28 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .heading-29 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-30 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .bold-text-105 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .div-block-72 {
    margin-right: 0px;
  }

  .paragraph-73 {
    font-size: 0.5vw;
    line-height: 0.8vw;
  }

  .bold-text-115 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .wrapper-33 {
    background-size: auto;
  }

  .heading-34 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .youtube-3 {
    top: 290px;
  }

  .div-block-82 {
    background-image: url('../images/Nutztierpark.jpg');
    background-position: 0px 0px;
    background-size: auto;
  }

  .popup-overlay-2 {
    display: none;
    margin-top: -10px;
  }

  .div-block-114 {
    width: auto;
    max-width: 500px;
  }

  .image-58 {
    width: auto;
    height: 150px;
  }

  .div-block-coaching.lern {
    height: auto;
  }

  .column-7 {
    height: 100%;
  }

  .grid-17-zelte {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-links {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-links-klein {
    font-size: 1vw;
    line-height: 1vw;
  }

  .grid-6-home {
    width: 100%;
  }

  .grid-6-sport {
    width: 100%;
  }

  .grid-6-aktiv {
    width: 50%;
  }

  .grid-6-kontakt {
    width: 50%;
  }

  .heading-18-copy {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-11-copy {
    font-size: 2vw;
    line-height: 2vw;
  }

  .bold-text-128 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .paragraph-89 {
    font-size: 0.5vw;
    line-height: 0.5vw;
    text-align: right;
  }

  .heading-8-copy {
    font-size: 2vw;
    line-height: 2vw;
    text-align: left;
  }

  .wrapper-43 {
    margin-bottom: 60px;
  }

  .section-38 {
    height: auto;
  }

  .section-39 {
    height: auto;
    margin-bottom: 60px;
  }

  .youtube-5 {
    position: static;
    overflow: hidden;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph-93 {
    display: block;
  }

  .spiderbooking {
    height: auto;
  }

  .bold-text-134 {
    color: #34470b;
    text-decoration: none;
  }

  .link-72 {
    color: #34470b;
    text-decoration: none;
  }

  .div-block-82-copy {
    background-image: url('../images/Nutztierpark.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .wrapper-10.lern-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-42 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-43 {
    font-size: 1vw;
    line-height: 1vw;
  }

  .bold-text-135 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .section-0 {
    margin-left: 0px;
    background-image: none;
  }

  .section-23 {
    margin-left: 0px;
    background-image: none;
  }

  .div-block-coaching-2.lern {
    height: auto;
  }

  .section-40 {
    margin-left: 0px;
    background-image: none;
  }
}

@media screen and (max-width: 991px) {
  .navi {
    background-color: #fff;
  }

  .wrapper-3 {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-3.home {
    width: 100%;
  }

  .navbar-2 {
    background-color: #fff;
  }

  .container-4 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    z-index: 6;
    background-color: #fff;
  }

  .image-2 {
    top: 0px;
    margin-top: -1px;
  }

  .div-block {
    display: none;
  }

  .section-3 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
  }

  .section-3.lern {
    margin-top: 0px;
  }

  .section-4 {
    height: auto;
    margin-top: 49px;
  }

  .section-4.lern {
    display: none;
    overflow: visible;
  }

  .div-block-2 {
    display: none;
    height: 300px;
    margin-bottom: 0px;
    background-image: url('../images/Backgroundhome.jpg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .div-block-2.reiten {
    display: block;
  }

  .div-block-2.reiten.neu {
    display: none;
    background-image: none;
  }

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

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

  .paragraph-2 {
    color: #34470b;
  }

  .div-block-5 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading._2 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading-2 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .section-5 {
    height: auto;
    margin-top: -356px;
    margin-bottom: 20px;
  }

  .section-5.lern {
    margin-top: 0px;
  }

  .section-5.home {
    margin-top: -321px;
  }

  .wrapper-2 {
    width: 100%;
    height: 550px;
    margin-top: 513px;
    margin-bottom: 0px;
  }

  .wrapper-2.lern {
    height: auto;
    margin-top: 136px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: url('../images/_LHA0162.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .wrapper-2.lern._2 {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .paragraph-3 {
    color: #34470b;
  }

  .div-block-7 {
    width: auto;
    height: auto;
    margin-top: 416px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-7.lern {
    right: 0px;
    width: auto;
    height: auto;
    margin: 0px;
    padding-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-7.home {
    margin-top: 549px;
  }

  .div-block-7.home._2 {
    width: 100%;
    margin-top: 507px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-7._2 {
    margin-top: 349px;
  }

  .div-block-7._3 {
    margin-top: 391px;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 3vw;
    line-height: 3vw;
  }

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

  .button {
    margin-top: 0px;
  }

  .button-2.home {
    margin-left: 0px;
    padding-left: 15px;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .wrapper-4 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 300px;
    grid-template-rows: auto 300px;
    background-position: 0% -40%;
    background-size: contain;
  }

  .div-block-10 {
    position: static;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-10.lern {
    margin-top: 0px;
  }

  .div-block-10.lern._2 {
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 0px;
  }

  .div-block-10.lern._2._12 {
    margin-top: 0px;
  }

  .div-block-10.lern._3 {
    margin-top: 457px;
  }

  .div-block-10.lern._3.pulp {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 25px;
  }

  .div-block-10.reiten {
    top: 370px;
    margin-top: 0px;
  }

  .div-block-10.reit {
    margin-top: 366px;
    margin-right: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-10.reit._2 {
    right: 0px;
    margin-top: 0px;
  }

  .div-block-10.reit._2._1 {
    left: 0px;
    margin-top: 479px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .paragraph-6 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .button-3 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-3._3 {
    display: block;
  }

  .button-3._4 {
    display: block;
    margin-left: 0px;
  }

  .wrapper-5 {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
  }

  .wrapper-5.home {
    background-image: none;
  }

  .grid-3 {
    grid-auto-columns: 48%;
    grid-template-columns: repeat(auto-fit, 49%);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-12 {
    margin-right: 0px;
    padding-bottom: 16px;
  }

  .mask {
    width: 100%;
    height: 100%;
  }

  .div-block-13 {
    height: 350px;
    margin-top: 1px;
  }

  .slide {
    height: auto;
  }

  .div-block-14 {
    height: 350px;
  }

  .slide-3 {
    height: 350px;
  }

  .slide-4 {
    height: 350px;
  }

  .section-6 {
    height: auto;
  }

  .slide-nav {
    margin-top: 0px;
  }

  .slider {
    width: 100%;
    height: 100%;
  }

  .icon {
    display: none;
  }

  .icon-2 {
    display: none;
  }

  .div-block-15 {
    margin-top: 52px;
    margin-right: auto;
    margin-left: 0px;
  }

  .button-4 {
    margin-right: 15px;
  }

  .heading-5 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .slide-5 {
    width: 100%;
  }

  .grid-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .div-block-16 {
    width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-6 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-7 {
    width: 100%;
  }

  .slide-8 {
    width: 100%;
  }

  .image-6 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-6 {
    margin-left: 0px;
    font-size: 20px;
  }

  .mask-2 {
    width: 100%;
    height: auto;
  }

  .wrapper-6 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-5 {
    margin-bottom: 45px;
  }

  .wrapper-7 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .slider-3 {
    width: 80%;
  }

  .div-block-17 {
    padding-top: 15px;
  }

  .image-7 {
    display: none;
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }

  .image-8 {
    display: none;
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .image-9 {
    display: none;
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }

  .image-10 {
    display: none;
    width: 50px;
    height: 50px;
    margin-right: 0px;
  }

  .paragraph-8 {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-arrow {
    margin-left: -59px;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .paragraph-9 {
    padding-top: 30px;
    color: #34470b;
    font-size: 14px;
  }

  .slide-9 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-11 {
    padding-right: 0px;
    padding-left: 0px;
    color: #34470b;
  }

  .mask-3 {
    width: 100%;
  }

  .grid-5 {
    display: block;
    width: 100%;
    margin-top: 0px;
    -ms-grid-columns: 0.5fr;
    grid-template-columns: 0.5fr;
  }

  .section-7 {
    width: auto;
  }

  .map {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .map.gaeste {
    margin-bottom: 0px;
  }

  .slide-12 {
    width: 100%;
  }

  .slide-13 {
    width: 100%;
  }

  .slide-14 {
    width: 100%;
  }

  .slide-15 {
    width: 100%;
  }

  .div-block-20 {
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    background-color: #34470b;
  }

  .paragraph-13 {
    font-size: 20px;
  }

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

  .grid-8 {
    width: 100%;
  }

  .bold-text-5 {
    font-size: 30px;
  }

  .paragraph-15 {
    height: auto;
  }

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

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

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

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

  .wrapper-imprint {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .bold-text-28 {
    font-family: Vollkorn, serif;
    font-size: 14px;
  }

  .wrapper-8 {
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1px;
    background-position: 50% 0%;
    background-size: contain;
  }

  .div-block-28 {
    width: auto;
    height: auto;
    margin-top: 405px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-8 {
    margin-left: 0px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading-8._2 {
    margin-top: 0px;
    margin-left: 0px;
    font-size: 3vw;
  }

  .paragraph-3-copy {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
  }

  .paragraph-3-copy-copy {
    margin-right: 0px;
    margin-left: 0px;
  }

  .heading-4-copy-1 {
    margin-left: 0px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-copy {
    margin-bottom: 20px;
    font-size: 3vw;
    line-height: 3vw;
  }

  .heading-2-copy {
    font-size: 20px;
  }

  .paragraph-21 {
    font-size: 24px;
  }

  .grid-9 {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-2-copy-copy {
    margin-left: 15px;
    font-size: 16px;
  }

  .paragraph-23 {
    font-size: 16px;
  }

  .paragraph-25 {
    margin-top: 10px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .section-8 {
    margin-top: 0px;
  }

  .section-8.lern {
    margin-top: 0px;
  }

  .div-block-30 {
    width: 95%;
  }

  .image-26 {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    clear: none;
    text-align: center;
  }

  .image-27 {
    width: 150px;
  }

  .paragraph-28 {
    font-size: 12px;
  }

  .paragraph-29 {
    font-size: 12px;
  }

  .section-9 {
    width: 100%;
    height: auto;
  }

  .slider-4 {
    height: 500px;
  }

  .slider-4.lern {
    height: 350px;
    margin-top: -939px;
  }

  .slider-4.lern._2 {
    margin-top: 0px;
  }

  .slide-16 {
    margin-top: -1px;
  }

  .slide-16.lern {
    margin-top: 0px;
  }

  .section-11 {
    width: 100%;
    margin-top: 358px;
  }

  .section-11.lern {
    margin-top: 0px;
  }

  .section-11.lern._4 {
    margin-top: 0px;
  }

  .section-11.lern._5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-11.lern._6 {
    margin-top: 570px;
  }

  .section-11.lern._6.neu {
    margin-top: 0px;
  }

  .div-block-10-home {
    top: 295px;
    width: auto;
    height: auto;
    margin-top: -2px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grid-13 {
    margin-left: 0px;
  }

  .section-12 {
    margin-top: 0px;
  }

  .section-13 {
    margin-top: 0px;
  }

  .section-13.gaeste {
    margin-top: 0px;
  }

  .section-16.lern._3 {
    margin-top: 47px;
  }

  .div-block-34 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-34._99._2 {
    margin-top: 310px;
  }

  .wrapper-11 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-12 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #64434b;
  }

  .wrapper-12.lern-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .wrapper-12.g-ste {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-12._2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #e95717;
  }

  .wrapper-12.reit {
    margin-top: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/AdobeStock_179089776kl.jpeg');
    background-position: 100% 0%;
    background-size: contain;
  }

  .wrapper-12.reit._2._8 {
    top: 0px;
    margin-top: 0px;
    background-position: 100% 0%;
    background-size: contain;
  }

  .wrapper-12.neu._13 {
    margin-top: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 100% 0%;
    background-size: contain;
  }

  .wrapper-12.pulp {
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #e6cfe4;
  }

  .paragraph-31 {
    margin-left: 0px;
  }

  .paragraph-31._2 {
    margin-left: 0px;
  }

  .paragraph-32 {
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .div-block-36 {
    width: 100%;
    margin-top: -172px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-36.reit {
    margin-top: -103px;
  }

  .div-block-36._2 {
    margin-top: 4px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .slider-5 {
    position: relative;
    left: auto;
    top: auto;
    height: 500px;
  }

  .slide-22 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-38 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-39 {
    padding-bottom: 10px;
  }

  .bold-text-56 {
    font-size: 30px;
  }

  .div-block-40._2 {
    margin-top: 0px;
  }

  .div-block-40._3 {
    display: block;
    margin-top: -173px;
    background-color: transparent;
  }

  .div-block-40._3._10 {
    margin-top: 0px;
  }

  .div-block-40.reit {
    margin-top: -345px;
  }

  .home {
    margin-bottom: 1px;
    padding-left: 0px;
    font-family: Montserrat, sans-serif;
    font-size: 3vw;
    line-height: 3vw;
  }

  .wrapper-13 {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .image-37 {
    display: block;
  }

  .right-arrow {
    margin-right: -60px;
    padding-right: 0px;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    display: block;
  }

  .div-block-41 {
    margin-bottom: 10px;
  }

  .paragraph-34 {
    width: 95%;
    font-size: 16px;
  }

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

  .div-block-43 {
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-43._2 {
    display: none;
    margin-top: 0px;
    background-repeat: no-repeat;
  }

  .div-block-43._2._3 {
    display: block;
    margin-top: 0px;
  }

  .div-block-43.ente {
    margin-top: 0px;
    background-image: none;
  }

  .div-block-43._6 {
    display: block;
    margin-top: -1176px;
  }

  .slide-25 {
    margin-top: 0px;
    background-size: cover;
  }

  .slide-25._2 {
    margin-top: 0px;
  }

  .div-block-46 {
    margin-top: 575px;
  }

  .div-block-49 {
    margin-top: 0px;
    background-image: none;
  }

  .list-7 {
    margin-bottom: 29px;
    margin-left: 0px;
  }

  .list-8 {
    margin-left: 0px;
  }

  .image-38 {
    margin-left: 425px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button2 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button2._4._2._1 {
    margin-bottom: 28px;
    margin-left: 0px;
  }

  .button1 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .menu-button {
    margin-top: 36px;
  }

  .text-span-57 {
    font-size: 30px;
  }

  .button-13 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    color: #64434b;
  }

  .button-9-2 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    float: right;
  }

  .button-9-3 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    color: #e95717;
  }

  .slide-29 {
    height: 100%;
  }

  .image-44 {
    margin-right: 10px;
  }

  .image-46 {
    height: 150px;
  }

  .wrapper-14 {
    width: 95%;
    height: auto;
    margin-bottom: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .text-span-111 {
    font-size: 30px;
  }

  .heading-0 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-12 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .paragraph-6-copy {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .grid-13-copy {
    margin-left: 0px;
  }

  .heading-10-copy {
    margin-left: 0px;
    font-size: 30px;
  }

  .heading-10-copy {
    margin-left: 0px;
  }

  .paragraph-32-copy {
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .text-span-112 {
    font-size: 30px;
  }

  .text-span-113 {
    font-size: 30px;
  }

  .text-span-114 {
    font-size: 30px;
  }

  .text-span-115 {
    font-size: 30px;
  }

  .text-span-116 {
    font-size: 30px;
  }

  .text-span-117 {
    font-size: 30px;
  }

  .heading-13 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .button-7 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .list-13 {
    font-size: 14px;
  }

  .text-span-121 {
    font-size: 30px;
  }

  .heading-14 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .heading-15 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 2vw;
    line-height: 2vw;
  }

  .heading-16 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .wrapper-15 {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-16 {
    width: 100%;
    height: 550px;
    margin-top: 368px;
    margin-bottom: 0px;
    background-position: 50% 150%;
    background-size: cover;
  }

  .heading-1 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-17 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .button-12 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-12.bold-text-21 {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .div-block-59 {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-span-124 {
    font-size: 30px;
  }

  .text-span-125 {
    font-size: 30px;
  }

  .text-span-126 {
    font-size: 30px;
  }

  .paragraph-66 {
    color: #34470b;
  }

  .bold-text-95 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .section-11-copy {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .slider-11-copy {
    top: 16px;
    display: block;
    height: 500px;
    margin-top: 0px;
  }

  .heading-19 {
    margin-left: 0px;
    font-size: 30px;
  }

  .slider-12 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 500px;
    margin-top: 0px;
  }

  .div-block-62 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-10 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    float: right;
  }

  .slider-13 {
    height: 400px;
    margin-top: 0px;
  }

  .heading-20 {
    margin-left: 0px;
    padding-left: 0px;
  }

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

  .bold-text-99 {
    font-size: 30px;
  }

  .slider-14 {
    height: 450px;
    margin-top: 0px;
  }

  .slider-15 {
    height: 450px;
    margin-top: 0px;
  }

  .slide-39 {
    background-size: cover;
  }

  .button-14 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-14.bold-text-21 {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .button-15 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-15.bold-text-21 {
    display: block;
    overflow: visible;
    margin-bottom: 0px;
  }

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

  .wrapper-20 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: url('../images/AdobeStock_200150642.jpeg');
    background-position: 0% 0%;
    background-size: contain;
  }

  .heading-22 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-23 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-24 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .button-18 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .paragraph-50 {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 16px;
  }

  .paragraph-67 {
    font-size: 16px;
  }

  .paragraph-68 {
    font-size: 16px;
  }

  .paragraph-69 {
    height: auto;
  }

  .heading-26 {
    margin-left: 0px;
    padding-left: 0px;
  }

  .button-19 {
    display: block;
    margin-top: -4px;
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 15px;
  }

  .button-20 {
    display: block;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .wrapper-21 {
    width: 100%;
    height: auto;
    margin-top: 513px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: url('../images/AdobeStock_164840287kl.jpeg');
    background-size: contain;
  }

  .wrapper-22 {
    width: 95%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .div-block-60 {
    left: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-23 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #007610;
  }

  .wrapper-24 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 50% 0%;
    background-size: 100%;
  }

  .heading-27 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

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

  .paragraph-51 {
    font-size: 16px;
  }

  .div-block-65 {
    margin-top: 0px;
  }

  .wrapper-27 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-22 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .div-block-67 {
    margin-top: 309px;
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-23 {
    display: block;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .div-block-68 {
    margin-top: 0px;
    background-image: none;
  }

  .div-block-69 {
    width: 95%;
    margin-top: 0px;
    background-image: none;
  }

  .heading-28 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .wrapper-28 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: transparent;
    background-image: url('../images/_LHA0162.jpg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .heading-29 {
    margin-left: 0px;
    color: #334401;
    font-size: 30px;
  }

  .heading-30 {
    margin-left: 0px;
    color: #334401;
    font-size: 20px;
  }

  .bold-text-105 {
    margin-left: 0px;
    font-size: 30px;
  }

  .section-20 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-21 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .section-22 {
    height: auto;
    margin-top: -499px;
    margin-bottom: 20px;
  }

  .div-block-71 {
    left: 0px;
    width: auto;
    height: auto;
    margin-top: 601px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #d3e5e7;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-72 {
    width: 100%;
    height: auto;
    margin-top: 27px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .image-52 {
    padding-bottom: 25px;
  }

  .section-24 {
    margin-top: 33px;
  }

  .section-25 {
    width: 100%;
    margin-top: 0px;
  }

  .paragraph-74 {
    margin-left: 0px;
    text-align: left;
  }

  .div-block-73 {
    width: 100%;
    height: auto;
    margin-top: 342px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-26 {
    margin-top: 0px;
  }

  .wrapper-29 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-size: contain;
  }

  .bold-text-106 {
    font-size: 14px;
  }

  .bold-text-107 {
    font-size: 14px;
  }

  .bold-text-108 {
    font-size: 14px;
  }

  .bold-text-109 {
    font-size: 14px;
  }

  .bold-text-110 {
    font-size: 14px;
  }

  .bold-text-111 {
    font-size: 14px;
  }

  .bold-text-112 {
    font-size: 14px;
  }

  .bold-text-113 {
    font-size: 16px;
  }

  .bold-text-114 {
    font-size: 16px;
  }

  .slide-41 {
    background-image: url('../images/_LHA0044.jpg');
    background-size: 100% 100%;
  }

  .section-27._1957 {
    margin-top: 0px;
  }

  .paragraph-53 {
    margin-left: 0px;
    color: #33470b;
  }

  .section-28 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-29 {
    width: 100%;
    margin-top: 0px;
  }

  .section-32 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .section-33 {
    width: 100%;
    margin-top: 0px;
  }

  .wrapper-31 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 50% 0%;
    background-size: contain;
  }

  .wrapper-32 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #64434b;
    background-position: 100% 0%;
    background-size: contain;
  }

  .section-34 {
    width: 100%;
    margin-top: 0px;
  }

  .section-35 {
    width: 100%;
    margin-top: 0px;
  }

  .paragraph-54 {
    margin-left: 0px;
    font-size: 16px;
  }

  .slider-16 {
    background-color: transparent;
    background-image: none;
  }

  .slide-42 {
    background-color: #007610;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .slide-43 {
    background-position: 50% 100%;
  }

  .slide-44 {
    background-position: 100% 50%;
    background-size: cover;
  }

  .wrapper-33 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 0% 0%;
    background-size: contain;
  }

  .text-span-154 {
    font-size: 30px;
  }

  .text-span-155 {
    font-size: 30px;
  }

  .text-span-156 {
    font-size: 30px;
  }

  .text-span-157 {
    font-size: 30px;
  }

  .text-span-158 {
    font-size: 30px;
  }

  .wrapper-34 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-position: 100% 0%;
    background-size: contain;
  }

  .div-block-74 {
    margin-top: 480px;
    margin-left: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-36 {
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
  }

  .wrapper-35 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-size: contain;
  }

  .wrapper-36 {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-37 {
    width: 95%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 548px;
    background-image: url('../images/a8682109-7f47-45bb-b4cf-c392e8360164.jpg');
    background-position: 100% 0%;
    background-size: contain;
  }

  .div-block-75 {
    position: static;
    top: 479px;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-76 {
    left: 0px;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    background-color: #bf4447;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slide-45 {
    background-image: url('../images/dfce8214-63bd-4283-badf-488a02139c9f.JPG');
    background-position: 0% 50%;
  }

  .div-block-77 {
    width: auto;
    height: auto;
    margin-top: 416px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-39 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #bf4447;
  }

  .button-24 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-left: 0px;
    padding-right: 15px;
  }

  .heading-33 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-34 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .paragraph-55 {
    margin-right: 10px;
    margin-left: 0px;
    font-size: 16px;
  }

  .youtube-3 {
    top: -23px;
    box-shadow: 0 10px 20px 10px #000;
  }

  .text-span-166 {
    font-size: 30px;
  }

  .text-span-167 {
    font-size: 30px;
  }

  .paragraph-75 {
    margin-bottom: 30px;
  }

  .wrapper-40 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-size: contain;
  }

  .div-block-80 {
    left: 0px;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-25 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-25.bold-text-21 {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .button-26 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-26.bold-text-21 {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .button-27 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-27.bold-text-21 {
    display: block;
    overflow: visible;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .button-28 {
    display: block;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-29 {
    display: block;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .button-31 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .div-block-81 {
    width: auto;
    height: auto;
    margin-top: 416px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grid-19 {
    margin-left: 0px;
  }

  .wrapper-42 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-image: url('../images/AdobeStock_200150642.jpeg');
    background-position: 0% 0%;
    background-size: contain;
  }

  .button-32 {
    display: none;
    margin-top: -4px;
    margin-right: 15px;
    padding-right: 15px;
  }

  .paragraph-79 {
    margin-right: 25px;
    margin-left: 0px;
    padding-right: 0px;
  }

  .paragraph-59 {
    margin-left: 0px;
    font-size: 16px;
  }

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

  .div-block-82 {
    height: auto;
    margin-top: 0px;
  }

  .slider-21 {
    position: relative;
    top: 0px;
    display: block;
    height: 500px;
    margin-top: 0px;
  }

  .list-21 {
    margin-left: 0px;
  }

  .popup-overlay-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }

  .inner-2 {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-113 {
    width: 100%;
    height: auto;
    min-height: 0px;
  }

  .image-58 {
    width: auto;
    height: 150px;
  }

  .image-59 {
    margin-left: 51px;
  }

  .wrapper-3-coaching {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-3-coaching.lern {
    margin-top: 0px;
    background-image: none;
  }

  .div-block-coaching {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-coaching.lern {
    top: 0px;
    margin-top: 0px;
  }

  .right-arrow-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .right-arrow-4 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .grid-17-zelte {
    margin-left: 0px;
  }

  .heading-links {
    margin-left: 0px;
    font-size: 30px;
  }

  .heading-links-klein {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .slide-46 {
    position: relative;
  }

  .heading-18-copy {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .heading-11-copy {
    margin-left: 0px;
    font-size: 30px;
  }

  .bold-text-128 {
    line-height: 30px;
  }

  .heading-8-copy {
    margin-left: 0px;
    font-size: 30px;
  }

  .slider-12-copy {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 500px;
    margin-top: 0px;
  }

  .paragraph-54-copy {
    margin-left: 0px;
    font-size: 16px;
  }

  .bold-text-130 {
    font-size: 2vw;
    line-height: 2vw;
  }

  .wrapper-1 {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .wrapper-9 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-11-copy {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    background-color: #6e9d74;
  }

  .wrapper-43 {
    display: block;
    max-width: none;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper-25 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #bf6560;
  }

  .wrapper-3-copy {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-3-copy.home {
    width: 100%;
  }

  .paragraph-66-copy {
    color: #34470b;
  }

  .wrapper-3-copy {
    width: 95%;
    height: auto;
    margin-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-3-copy.home {
    width: 100%;
  }

  .section-1 {
    height: auto;
    margin-top: -356px;
    margin-bottom: 20px;
  }

  .section-1.lern {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bold-text-136 {
    font-size: 3vw;
  }

  .div-block-82-copy {
    height: 350px;
    margin-top: 0px;
  }

  .wrapper-10 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #64434b;
  }

  .wrapper-10.lern-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #fff;
  }

  .div-block-70 {
    left: 0px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: left;
  }

  .wrapper-71 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .wrapper-72 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider-17 {
    height: 450px;
    margin-top: 0px;
  }

  .heading-42 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .button-35 {
    display: block;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-right: 15px;
    float: right;
  }

  .paragraph-94 {
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .heading-43 {
    margin-left: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .slider-18 {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    height: 500px;
    margin-top: 0px;
  }

  .div-block-78 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-26 {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slide-50 {
    position: relative;
  }

  .bold-text-135 {
    color: #fff;
    line-height: 30px;
  }

  .slide-42-copy {
    background-color: #6e9d74;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section-0 {
    height: auto;
    margin-top: 49px;
  }

  .section-0.lern {
    display: none;
    overflow: visible;
  }

  .section-23 {
    height: auto;
    margin-top: 49px;
  }

  .section-23.lern {
    display: none;
    overflow: visible;
  }

  .div-block-coaching-2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-coaching-2.lern {
    top: 0px;
    margin-top: 0px;
  }

  .section-40 {
    height: auto;
    margin-top: 49px;
  }

  .section-40.lern {
    display: none;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .body {
    background-color: transparent;
  }

  .navi {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
  }

  .wrapper-3 {
    margin-bottom: 15px;
  }

  .wrapper-3.home {
    margin-bottom: 15px;
    background-size: cover;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 3;
    height: 90px;
  }

  .container-4 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-top: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .brand {
    height: 70px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .image-2 {
    left: -115px;
    width: 10em;
    margin-top: 0px;
  }

  .section-3 {
    margin-bottom: 15px;
    padding-top: 0px;
  }

  .section-3.lern {
    margin-top: 19px;
    margin-bottom: 15px;
  }

  .section-4 {
    margin-bottom: 0px;
  }

  .div-block-2 {
    background-image: none;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .div-block-5 {
    height: auto;
    margin-top: 0px;
  }

  .heading {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

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

  .heading-2 {
    padding-left: 0px;
    font-size: 16px;
  }

  .section-5 {
    height: auto;
    margin-top: 0px;
  }

  .section-5.lern {
    margin-top: 0px;
  }

  .section-5.home {
    margin-top: 0px;
  }

  .wrapper-2 {
    height: 250px;
    margin-top: 78px;
    background-image: url('../images/Frühstück2.JPG');
    background-position: 0px 0px;
    background-size: cover;
  }

  .paragraph-3 {
    margin-bottom: 1px;
    font-size: 12px;
  }

  .div-block-7 {
    width: 100%;
    height: auto;
    margin-top: 302px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-7.lern {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-7.home {
    margin-top: 248px;
  }

  .div-block-7.home._2 {
    margin-top: 251px;
  }

  .div-block-7._2 {
    margin-top: 233px;
  }

  .div-block-7._3 {
    margin-top: 361px;
  }

  .heading-3 {
    margin-left: 0px;
    font-size: 3vw;
  }

  .heading-4 {
    margin-left: 0px;
    font-size: 16px;
  }

  .button-2 {
    margin-top: 15px;
    padding-top: 10px;
  }

  .button-2.home {
    font-size: 12px;
  }

  .wrapper-4 {
    margin-bottom: 15px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('../images/AdobeStock_81030602.jpeg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-10.lern {
    margin-top: 0px;
  }

  .div-block-10.lern._2._12 {
    margin-top: 0px;
  }

  .div-block-10.reiten {
    top: 273px;
    margin-top: 0px;
  }

  .div-block-10.reit._2._1 {
    margin-top: 332px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .button-3 {
    margin-top: 0px;
  }

  .button-3.lern {
    font-size: 14px;
  }

  .button-3._3 {
    display: block;
    margin-left: 15px;
    font-size: 14px;
  }

  .button-3._4 {
    display: block;
  }

  .wrapper-5 {
    height: auto;
  }

  .grid-3 {
    margin-bottom: 0px;
  }

  .div-block-12 {
    margin-top: 0px;
  }

  .div-block-13 {
    background-position: 0% 200%;
    background-size: cover;
  }

  .div-block-14 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .section-6 {
    height: auto;
    margin-bottom: 15px;
  }

  .button-4 {
    margin-top: 4px;
    margin-bottom: 18px;
  }

  .slider-2 {
    width: 100%;
  }

  .slide-5 {
    width: 100%;
  }

  .grid-4 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .slide-6 {
    width: 100%;
  }

  .slide-7 {
    width: 100%;
  }

  .slide-8 {
    width: 100%;
  }

  .mask-2 {
    width: 100%;
  }

  .wrapper-6 {
    margin-top: 0px;
  }

  .wrapper-7.lern {
    margin-top: 0px;
  }

  .slider-3 {
    width: 100%;
    margin-top: 0px;
    background-color: #fff;
  }

  .image-7 {
    display: none;
  }

  .image-8 {
    display: none;
  }

  .image-9 {
    position: relative;
    z-index: 5;
    display: none;
  }

  .image-10 {
    display: none;
  }

  .paragraph-8 {
    width: 100%;
    margin-top: 18px;
    padding-top: 36px;
  }

  .left-arrow {
    z-index: 0;
  }

  .slide-9 {
    padding-top: 38px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .slide-11 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Merriweather, serif;
    font-size: 12px;
  }

  .mask-3 {
    z-index: 0;
  }

  .grid-5 {
    margin-top: 0px;
  }

  .map {
    margin-top: 33px;
    margin-bottom: 0px;
  }

  .map.gaeste {
    margin-bottom: 0px;
  }

  .div-block-20 {
    padding-top: 10px;
  }

  .image-11 {
    width: 100%;
    height: 50px;
  }

  .image-12 {
    width: 50px;
    height: auto;
  }

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

  .paragraph-3-copy {
    margin-bottom: 1px;
  }

  .wrapper-8 {
    height: auto;
    margin-top: 8px;
    padding-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .div-block-28 {
    width: 100%;
    height: auto;
    margin-top: 259px;
    margin-right: 0px;
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-8 {
    margin-top: 0px;
    font-size: 3vw;
  }

  .paragraph-3-copy {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .paragraph-3-copy-copy {
    margin-bottom: 15px;
  }

  .heading-4-copy-1 {
    margin-bottom: 20px;
    font-size: 2vw;
  }

  .heading-copy {
    margin-top: 0px;
    font-size: 3vw;
  }

  .heading-2-copy {
    font-size: 2vw;
    line-height: 2vw;
  }

  .button-2-copy-copy {
    margin-top: 15px;
    padding-top: 10px;
    font-size: 12px;
  }

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

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

  .grid-10 {
    margin-left: 0px;
  }

  .paragraph-23 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .paragraph-24 {
    margin-left: 0px;
  }

  .paragraph-25 {
    margin-top: 80px;
    margin-left: 0px;
  }

  .grid-11 {
    margin-left: 0px;
  }

  .section-8 {
    margin-top: 0px;
  }

  .section-8.lern {
    margin-top: 0px;
    padding-top: 0px;
  }

  .section-9 {
    margin-top: -40px;
    padding-top: 2px;
  }

  .slider-4.lern {
    margin-top: -1035px;
  }

  .slider-4.lern._2 {
    height: 250px;
    margin-top: 0px;
  }

  .slide-16.lern {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section-11 {
    margin-top: 0px;
  }

  .section-11.lern {
    margin-top: 602px;
  }

  .section-11.lern._4 {
    margin-top: 0px;
  }

  .section-11.lern._5 {
    margin-top: 0px;
  }

  .section-11.lern._6.neu {
    margin-top: 0px;
  }

  .div-block-10-home {
    top: 60px;
    width: 100%;
    height: auto;
    margin-top: 277px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 24px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-span-9 {
    font-size: 12px;
  }

  .section-12 {
    margin-top: 0px;
  }

  .section-13 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .section-13.gaeste {
    margin-top: 0px;
  }

  .section-16 {
    margin-top: -10px;
  }

  .section-16.lern {
    margin-top: 0px;
  }

  .section-16.lern._3 {
    margin-top: -30px;
  }

  .div-block-34 {
    top: -507px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-34._99._2 {
    top: 223px;
    margin-top: 228px;
  }

  .wrapper-11 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-12 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-12.lern-2 {
    margin-bottom: 15px;
    grid-row-gap: 16px;
    -ms-grid-rows: auto auto minmax(auto, 1fr);
    grid-template-rows: auto auto minmax(auto, 1fr);
  }

  .wrapper-12.reit {
    background-position: 100% 0%;
  }

  .wrapper-12.reit._2._8 {
    top: 0px;
    margin-top: 0px;
    background-size: contain;
  }

  .wrapper-12.pulp {
    margin-bottom: 15px;
    grid-row-gap: 0px;
    background-color: #fff;
    background-image: none;
  }

  .paragraph-31 {
    font-size: 12px;
  }

  .paragraph-31._2 {
    margin-right: 0px;
  }

  .paragraph-32 {
    font-size: 12px;
  }

  .div-block-36 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-36.reit {
    margin-top: -185px;
  }

  .div-block-39 {
    margin-bottom: 10px;
  }

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

  .div-block-40._3 {
    margin-top: 0px;
  }

  .div-block-40.reit {
    height: 250px;
    margin-top: 0px;
    background-size: cover;
  }

  .image-37 {
    width: 100%;
  }

  .bold-text-57 {
    font-size: 14px;
  }

  .paragraph-33 {
    font-family: Vollkorn, serif;
    font-size: 12px;
  }

  .bold-text-58 {
    font-size: 14px;
  }

  .text-span-13 {
    font-size: 20px;
  }

  .text-span-14 {
    font-size: 20px;
  }

  .paragraph-34 {
    font-size: 12px;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .text-span-15 {
    font-size: 12px;
  }

  .text-span-19 {
    font-size: 12px;
  }

  .grid-14 {
    margin-left: 0px;
  }

  .div-block-43 {
    display: block;
    margin-top: -1239px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: none;
  }

  .div-block-43._2._3 {
    margin-top: 0px;
  }

  .text-span-27 {
    font-size: 12px;
  }

  .slide-24 {
    position: static;
  }

  .slide-25 {
    position: static;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .div-block-49 {
    margin-top: 0px;
  }

  .image-38 {
    width: 100px;
    margin-left: 349px;
  }

  .list-9 {
    font-size: 12px;
  }

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

  .text-span-36 {
    font-size: 20px;
  }

  .text-span-37 {
    font-size: 20px;
  }

  .text-span-38 {
    font-size: 20px;
  }

  .text-span-39 {
    font-size: 20px;
  }

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

  .text-span-41 {
    font-size: 20px;
  }

  .button2 {
    margin-top: 0px;
  }

  .button2._4._2._1 {
    margin-bottom: 40px;
  }

  .button1 {
    margin-top: 0px;
  }

  .italic-text-6 {
    font-size: 16px;
  }

  .menu-button {
    top: 352px;
    z-index: 5;
    margin-top: 0px;
    border-radius: 50px;
    background-color: rgba(218, 33, 205, 0.66);
    color: #fff;
  }

  .text-span-43 {
    font-size: 12px;
  }

  .text-span-47 {
    font-size: 20px;
  }

  .text-span-48 {
    font-size: 20px;
  }

  .text-span-49 {
    font-size: 20px;
  }

  .text-span-51 {
    font-size: 20px;
  }

  .text-span-57 {
    font-size: 20px;
  }

  .text-span-58 {
    font-size: 20px;
  }

  .text-span-59 {
    font-size: 20px;
  }

  .text-span-60 {
    font-size: 20px;
  }

  .text-span-65 {
    font-size: 12px;
  }

  .text-span-70 {
    font-size: 20px;
  }

  .text-span-71 {
    font-size: 20px;
  }

  .text-span-72 {
    font-size: 20px;
  }

  .text-span-73 {
    font-size: 20px;
  }

  .text-span-74 {
    font-size: 20px;
  }

  .text-span-75 {
    font-size: 20px;
  }

  .text-span-76 {
    font-size: 20px;
  }

  .text-span-91 {
    font-size: 20px;
  }

  .text-span-93 {
    font-size: 20px;
  }

  .text-span-94 {
    font-size: 20px;
  }

  .text-span-95 {
    font-size: 20px;
  }

  .text-span-96 {
    font-size: 20px;
  }

  .text-span-97 {
    font-size: 20px;
  }

  .text-span-98 {
    font-size: 20px;
  }

  .text-span-99 {
    font-size: 20px;
  }

  .text-span-100 {
    font-size: 20px;
  }

  .text-span-101 {
    font-size: 20px;
  }

  .text-span-102 {
    font-size: 20px;
  }

  .button-13 {
    margin-top: 0px;
  }

  .button-9-2 {
    margin-top: 0px;
  }

  .button-9-3 {
    margin-top: 0px;
  }

  .icon-7 {
    color: #fff;
    font-size: 20px;
  }

  .image-44 {
    margin-top: 20px;
  }

  .image-46 {
    height: 50px;
  }

  .text-span-108 {
    font-size: 20px;
  }

  .text-span-109 {
    font-size: 20px;
  }

  .text-span-110 {
    font-size: 20px;
  }

  .text-span-111 {
    font-size: 20px;
  }

  .heading-0 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-12 {
    padding-left: 0px;
    font-size: 16px;
  }

  .paragraph-6-copy {
    font-size: 12px;
  }

  .grid-13-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-10-copy {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-32-copy {
    font-size: 12px;
  }

  .text-span-112 {
    font-size: 20px;
  }

  .text-span-113 {
    font-size: 20px;
  }

  .text-span-114 {
    font-size: 20px;
  }

  .text-span-115 {
    font-size: 20px;
  }

  .text-span-116 {
    font-size: 20px;
  }

  .text-span-117 {
    font-size: 20px;
  }

  .text-span-118 {
    font-size: 20px;
  }

  .text-span-119 {
    font-size: 20px;
  }

  .text-span-120 {
    font-size: 20px;
  }

  .heading-13 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .button-7 {
    margin-top: 0px;
  }

  .list-13 {
    margin-top: 30px;
    font-size: 12px;
  }

  .text-span-121 {
    font-size: 20px;
  }

  .heading-14 {
    padding-left: 0px;
  }

  .paragraph-49 {
    font-size: 12px;
  }

  .list-15 {
    font-size: 12px;
  }

  .heading-15 {
    padding-left: 0px;
    font-size: 2vw;
  }

  .heading-16 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 30px;
  }

  .wrapper-16 {
    height: 250px;
    margin-top: 78px;
    background-image: url('../images/AdobeStock_35633568.jpeg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-span-122 {
    font-size: 20px;
  }

  .heading-1 {
    padding-left: 0px;
    font-size: 16px;
  }

  .heading-17 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .text-span-123 {
    font-size: 20px;
  }

  .button-12 {
    margin-top: 0px;
  }

  .button-12.bold-text-21 {
    margin-left: 15px;
    font-size: 14px;
  }

  .section-17 {
    margin-top: -10px;
  }

  .div-block-59 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .text-span-124 {
    font-size: 20px;
  }

  .text-span-125 {
    font-size: 20px;
  }

  .text-span-126 {
    font-size: 20px;
  }

  .section-11-copy {
    margin-top: 0px;
  }

  .image-47 {
    width: 100px;
  }

  .text-span-128 {
    font-size: 20px;
  }

  .text-span-129 {
    font-size: 20px;
  }

  .heading-19 {
    margin-left: 0px;
    font-size: 20px;
  }

  .section-18 {
    margin-top: 0px;
  }

  .slider-12 {
    left: auto;
    top: auto;
  }

  .div-block-62 {
    top: 0px;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-10 {
    margin-top: 0px;
  }

  .text-span-130 {
    font-size: 20px;
  }

  .text-span-131 {
    font-size: 20px;
  }

  .slider-13 {
    height: 250px;
  }

  .heading-20 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 40px;
  }

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

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

  .text-span-133 {
    font-size: 20px;
  }

  .text-span-134 {
    font-size: 20px;
  }

  .text-span-135 {
    font-size: 20px;
  }

  .text-span-136 {
    font-size: 20px;
  }

  .text-span-137 {
    font-size: 20px;
  }

  .text-span-138 {
    font-size: 20px;
  }

  .text-span-139 {
    font-size: 20px;
  }

  .text-span-140 {
    font-size: 20px;
  }

  .text-span-141 {
    font-size: 20px;
  }

  .button-14 {
    margin-top: 0px;
  }

  .button-14.bold-text-21 {
    margin-bottom: 15px;
  }

  .button-15 {
    margin-top: 0px;
  }

  .bold-text-101 {
    font-size: 16px;
  }

  .left-arrow-3 {
    margin-top: 0px;
  }

  .text-span-143 {
    font-size: 20px;
  }

  .text-span-144 {
    font-size: 20px;
  }

  .wrapper-20 {
    height: auto;
    margin-top: 0px;
    background-image: url('../images/AdobeStock_200150642.jpeg');
    background-position: 0% 0%;
    background-size: contain;
  }

  .heading-22 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-23 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-24 {
    padding-left: 0px;
    font-size: 20px;
  }

  .button-18 {
    display: block;
    margin-top: 0px;
  }

  .paragraph-50 {
    margin-left: 0px;
    font-size: 12px;
  }

  .paragraph-67 {
    font-size: 12px;
  }

  .paragraph-68 {
    font-size: 12px;
  }

  .paragraph-69 {
    font-size: 12px;
  }

  .text-span-145 {
    font-size: 20px;
  }

  .text-span-146 {
    font-size: 20px;
  }

  .text-span-147 {
    font-size: 20px;
  }

  .heading-26 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 40px;
  }

  .button-19 {
    display: block;
    margin-top: 0px;
  }

  .button-20 {
    display: block;
    margin-top: 0px;
  }

  .wrapper-21 {
    height: 250px;
    margin-top: 78px;
    background-image: url('../images/AdobeStock_164840287kl.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .wrapper-22 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-60 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-23 {
    top: 0px;
    margin-top: 0px;
    background-color: #007610;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .div-block-64 {
    margin-top: 2px;
  }

  .wrapper-24 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
    background-image: url('../images/Pferd1.jpg');
    background-position: 0% 0%;
    background-size: contain;
  }

  .heading-27 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .text-span-148 {
    font-size: 20px;
  }

  .bold-text-102 {
    font-size: 16px;
  }

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

  .paragraph-51 {
    margin-left: 0px;
    font-size: 12px;
  }

  .wrapper-27 {
    height: auto;
    margin-top: 0px;
  }

  .button-22 {
    margin-top: 0px;
  }

  .div-block-67 {
    margin-top: 231px;
  }

  .button-23 {
    margin-top: 0px;
  }

  .div-block-68 {
    margin-top: 0px;
  }

  .list-17 {
    font-size: 12px;
  }

  .div-block-69 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .heading-28 {
    padding-left: 0px;
    font-family: Oswald, sans-serif;
    font-size: 16px;
  }

  .wrapper-28 {
    margin-top: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #d3e5e7;
    background-image: url('../images/_LHA0162.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .heading-29 {
    margin-left: 0px;
    font-size: 20px;
  }

  .heading-30 {
    margin-left: 0px;
    font-size: 16px;
  }

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

  .section-20 {
    height: auto;
    margin-top: 0px;
  }

  .section-21 {
    height: auto;
    margin-top: 0px;
  }

  .section-22 {
    height: auto;
    margin-top: -67px;
  }

  .div-block-71 {
    width: 100%;
    height: auto;
    margin-top: 330px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .div-block-72 {
    width: 100%;
    height: auto;
    margin-top: -9px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-24 {
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .section-25 {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .paragraph-74 {
    font-size: 12px;
  }

  .div-block-73 {
    top: 0px;
    width: 100%;
    height: auto;
    margin-top: 347px;
    margin-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-26 {
    margin-top: 29px;
    margin-bottom: 0px;
  }

  .bold-text-106 {
    font-size: 12px;
  }

  .bold-text-107 {
    font-size: 12px;
  }

  .bold-text-108 {
    font-size: 12px;
  }

  .bold-text-109 {
    font-size: 12px;
  }

  .bold-text-110 {
    font-size: 12px;
  }

  .bold-text-111 {
    font-size: 12px;
  }

  .bold-text-112 {
    font-size: 12px;
  }

  .bold-text-115 {
    font-size: 16px;
  }

  .section-27 {
    margin-top: -10px;
  }

  .paragraph-53 {
    font-size: 12px;
  }

  .section-28 {
    height: auto;
    margin-top: 0px;
  }

  .section-29 {
    margin-top: 0px;
  }

  .section-30 {
    margin-top: -18px;
  }

  .section-31 {
    margin-top: 0px;
  }

  .section-32 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-33 {
    margin-top: 0px;
  }

  .wrapper-31 {
    height: auto;
    margin-top: 78px;
    background-image: url('../images/horse-430441_1920.jpg');
    background-position: 50% 0%;
    background-size: contain;
  }

  .wrapper-32 {
    margin-top: 0px;
    background-image: url('../images/M2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/M2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 0px 0px, 0px 0px;
    background-size: contain, auto;
  }

  .section-34 {
    margin-top: 0px;
  }

  .section-35 {
    margin-top: 0px;
  }

  .bold-text-116 {
    font-size: 16px;
  }

  .paragraph-54 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .text-span-152 {
    font-size: 20px;
  }

  .text-span-153 {
    font-size: 20px;
  }

  .wrapper-33 {
    height: auto;
    margin-top: 0px;
    background-image: url('../images/Backgroundhome_1.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .text-span-154 {
    font-size: 20px;
  }

  .text-span-155 {
    font-size: 20px;
  }

  .text-span-156 {
    font-size: 20px;
  }

  .text-span-157 {
    font-size: 20px;
  }

  .text-span-158 {
    font-size: 20px;
  }

  .wrapper-34 {
    height: auto;
    margin-top: 0px;
    background-image: url('../images/a8682109-7f47-45bb-b4cf-c392e8360164.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-74 {
    margin-top: 362px;
  }

  .section-36 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .list-18 {
    font-size: 12px;
  }

  .wrapper-35 {
    background-image: url('../images/businessman-2606509_1920.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .wrapper-36 {
    margin-bottom: 15px;
  }

  .wrapper-37 {
    padding-top: 401px;
  }

  .div-block-75 {
    height: auto;
    margin-top: 0px;
  }

  .div-block-76 {
    width: 100%;
    height: auto;
    margin-top: -18px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .heading-31 {
    margin-left: 0px;
    font-size: 30px;
  }

  .heading-32 {
    margin-left: 0px;
    font-size: 20px;
  }

  .text-span-159 {
    font-size: 20px;
  }

  .text-span-160 {
    font-size: 20px;
  }

  .text-span-161 {
    font-size: 20px;
  }

  .text-span-162 {
    font-size: 20px;
  }

  .text-span-163 {
    font-size: 20px;
  }

  .text-span-164 {
    font-size: 20px;
  }

  .text-span-165 {
    font-size: 20px;
  }

  .div-block-77 {
    width: 100%;
    height: auto;
    margin-top: 302px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-39 {
    height: auto;
    margin-top: 0px;
  }

  .button-24 {
    margin-top: 0px;
  }

  .heading-33 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-34 {
    padding-left: 0px;
    font-size: 16px;
  }

  .paragraph-55 {
    margin-left: 0px;
    font-size: 12px;
  }

  .youtube-3 {
    top: 33px;
  }

  .text-span-166 {
    font-size: 20px;
  }

  .text-span-167 {
    font-size: 20px;
  }

  .wrapper-40 {
    background-image: url('../images/ziegen_1.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-80 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .button-25 {
    margin-top: 0px;
  }

  .button-25.bold-text-21 {
    margin-left: 15px;
    font-size: 14px;
  }

  .button-26 {
    margin-top: 0px;
  }

  .button-26.bold-text-21 {
    margin-left: 15px;
    font-size: 14px;
  }

  .button-27 {
    margin-top: 0px;
  }

  .button-27.bold-text-21 {
    margin-left: 15px;
    font-size: 14px;
  }

  .button-28 {
    margin-top: 0px;
  }

  .button-29 {
    display: block;
    margin-top: 0px;
  }

  .button-31 {
    margin-top: 0px;
  }

  .div-block-81 {
    width: 100%;
    height: auto;
    margin-top: 302px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-42 {
    height: auto;
    margin-top: 0px;
    background-image: url('../images/AdobeStock_200150642.jpeg');
    background-position: 0% 0%;
    background-size: contain;
  }

  .button-32 {
    display: block;
    margin-top: 0px;
  }

  .paragraph-59 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .slider-21 {
    left: auto;
    top: auto;
  }

  .list-21 {
    font-size: 12px;
  }

  .div-block-113 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #ffeded;
  }

  .image-58 {
    height: 50px;
  }

  .image-59 {
    display: none;
    margin-left: 0px;
  }

  .div-block-coaching {
    height: auto;
    margin-top: 0px;
  }

  .div-block-coaching.lern {
    top: 0px;
  }

  .grid-17-zelte {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-links {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-links-klein {
    padding-left: 0px;
    font-size: 16px;
  }

  .heading-18-copy {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .heading-11-copy {
    margin-left: 0px;
    font-size: 16px;
  }

  .heading-8-copy {
    margin-top: 0px;
    font-size: 20px;
  }

  .slider-12-copy {
    top: 0px;
  }

  .paragraph-54-copy {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .picto {
    height: 25px;
    text-align: center;
  }

  .wrapper-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-9 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-11-copy {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-25 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .paragraph-93 {
    width: 100.0013599785809%;
    font-size: 14px;
  }

  .wrapper-3-copy {
    margin-bottom: 15px;
  }

  .wrapper-3-copy.home {
    margin-bottom: 15px;
    background-size: cover;
  }

  .wrapper-3-copy {
    margin-bottom: 15px;
  }

  .wrapper-3-copy.home {
    margin-bottom: 15px;
    background-size: cover;
  }

  .section-1 {
    height: auto;
    margin-top: 0px;
  }

  .section-1.lern {
    margin-top: 0px;
  }

  .div-block-82-copy {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .wrapper-10 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-10.lern-2 {
    margin-bottom: 15px;
    grid-row-gap: 0px;
  }

  .wrapper-71 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .wrapper-72 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .heading-42 {
    margin-top: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .button-35 {
    margin-top: 0px;
  }

  .paragraph-94 {
    font-size: 12px;
  }

  .heading-43 {
    padding-left: 0px;
    font-size: 16px;
  }

  .slider-18 {
    top: 0px;
  }

  .div-block-78 {
    position: static;
    top: 0px;
    width: 95%;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .wrapper-26 {
    position: static;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .bold-text-135 {
    color: #fff;
  }

  .section-0 {
    margin-bottom: 0px;
  }

  .section-23 {
    margin-bottom: 0px;
  }

  .div-block-coaching-2 {
    height: auto;
    margin-top: 0px;
  }

  .div-block-coaching-2.lern {
    top: 0px;
  }

  .section-40 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .navi {
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    background-color: #fff;
  }

  .wrapper-3 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .navbar-2 {
    z-index: 5;
    margin-bottom: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .container-4 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    top: 95px;
    width: auto;
    margin-top: 0px;
    background-color: hsla(0, 0%, 100%, 0.77);
  }

  .image-2 {
    left: -46px;
    width: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: right;
  }

  .section-3 {
    height: auto;
  }

  .section-3.lern {
    margin-top: 0px;
  }

  .section-4 {
    height: auto;
    margin-top: 17px;
  }

  .section-4.lern {
    margin-top: 15px;
  }

  .div-block-2 {
    height: 150px;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .div-block-5 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .heading._2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    line-height: 20px;
  }

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

  .section-5 {
    width: 100%;
  }

  .section-5.lern {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .wrapper-2 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .wrapper-2.lern {
    margin-top: -233px;
  }

  .wrapper-2.lern._2 {
    background-size: contain;
  }

  .paragraph-3 {
    font-size: 12px;
    line-height: 20px;
  }

  .div-block-7 {
    margin-top: 167px;
    margin-bottom: 0px;
  }

  .div-block-7.lern {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
  }

  .div-block-7.home._2 {
    margin-top: 226px;
    margin-bottom: 15px;
  }

  .div-block-7._2 {
    margin-top: 132px;
  }

  .div-block-7._3 {
    margin-top: 181px;
  }

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

  .heading-4 {
    margin-top: 0px;
    font-size: 16px;
  }

  .button {
    font-size: 14px;
  }

  .button-2 {
    font-size: 14px;
  }

  .wrapper-4 {
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 32px;
    padding-left: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/AdobeStock_81030602.jpeg');
  }

  .div-block-10 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-10.lern {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-10.lern._2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-10.lern._2._12 {
    margin-top: 0px;
  }

  .div-block-10.lern._3 {
    margin-top: 579px;
  }

  .div-block-10.lern._3.pulp {
    margin-top: 0px;
  }

  .div-block-10.reiten {
    top: 159px;
    margin-top: 0px;
  }

  .div-block-10.reit {
    margin-top: 180px;
    margin-bottom: 103px;
  }

  .div-block-10.reit._2 {
    margin-top: 2px;
  }

  .div-block-10.reit._2._1 {
    margin-top: 192px;
  }

  .paragraph-6 {
    font-size: 12px;
  }

  .button-3 {
    display: block;
    margin-top: 26px;
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #729900;
    font-size: 14px;
  }

  .button-3._4 {
    color: #60bf6d;
  }

  .wrapper-5 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .grid-3 {
    height: auto;
    grid-auto-columns: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 250px;
    grid-template-rows: auto 250px;
  }

  .div-block-12 {
    padding-bottom: 0px;
  }

  .div-block-13 {
    height: 100%;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide {
    height: 100%;
    background-image: url('../images/_LHA0037.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .div-block-14 {
    height: 200px;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-3 {
    height: 100%;
    background-position: 0% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-4 {
    height: 100%;
    background-position: 100% 0%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-6 {
    height: auto;
  }

  .slider {
    height: 270px;
    background-color: transparent;
  }

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

  .button-4 {
    font-size: 14px;
  }

  .heading-5 {
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .div-block-16 {
    width: 100%;
  }

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

  .wrapper-6 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .wrapper-7 {
    max-width: 95%;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .slider-3 {
    height: auto;
  }

  .left-arrow {
    display: none;
  }

  .section-7 {
    margin-top: 0px;
  }

  .map {
    margin-top: 15px;
  }

  .map.home {
    height: 350px;
  }

  .div-block-20 {
    height: auto;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-left: 10px;
    float: none;
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-21 {
    padding-right: 10px;
  }

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

  .image-11 {
    width: 100%;
    height: 50px;
  }

  .image-12 {
    width: 50px;
    height: auto;
  }

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

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .paragraph-15 {
    font-size: 12px;
  }

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

  .wrapper-imprint {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .paragraph-3-copy {
    font-size: 12px;
  }

  .wrapper-8 {
    max-width: 95%;
    margin-top: 20px;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .div-block-28 {
    margin-top: 143px;
  }

  .heading-8 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .heading-8._2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
  }

  .paragraph-3-copy {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .paragraph-3-copy-copy {
    font-size: 12px;
  }

  .heading-4-copy-1 {
    margin-top: 0px;
    font-size: 2vw;
  }

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

  .heading-2-copy {
    font-size: 2vw;
  }

  .paragraph-21 {
    margin-left: 10px;
    font-size: 16px;
  }

  .text-field-2 {
    margin-left: 10px;
    padding-right: 5px;
  }

  .submit-button-2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .paragraph-22 {
    margin-left: 10px;
    font-size: 12px;
  }

  .link-9 {
    font-size: 12px;
  }

  .grid-9 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .button-2-copy-copy {
    font-size: 14px;
  }

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

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

  .image-18 {
    width: auto;
    height: 25px;
  }

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

  .image-19 {
    height: 25px;
  }

  .image-20 {
    height: 25px;
  }

  .paragraph-23 {
    font-size: 12px;
  }

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

  .image-22 {
    height: 25px;
  }

  .image-23 {
    height: 25px;
  }

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

  .grid-11 {
    height: auto;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-8 {
    margin-top: 0px;
  }

  .section-8.lern {
    margin-top: 0px;
  }

  .div-block-30 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-30.lern {
    margin-bottom: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-30.lern-copy {
    margin-bottom: 34px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .image-26 {
    width: 150px;
  }

  .section-9 {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .slider-4 {
    height: 200px;
  }

  .slider-4.lern {
    height: 250px;
    margin-top: -1149px;
  }

  .slider-4.lern._2 {
    margin-top: 0px;
  }

  .slide-16.lern {
    margin-top: 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section-11 {
    margin-top: 0px;
  }

  .section-11.lern {
    margin-top: 0px;
  }

  .section-11.lern._4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-11.lern._5 {
    margin-top: 0px;
  }

  .section-11.lern._6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-11.lern._6.neu {
    margin-top: 0px;
  }

  .div-block-10-home {
    margin-top: 147px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .text-span-9 {
    font-size: 12px;
  }

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

  .section-13 {
    margin-top: 0px;
  }

  .section-13.gaeste {
    margin-top: 0px;
  }

  .slide-17.lern {
    background-size: cover;
  }

  .section-16 {
    margin-top: 200px;
  }

  .section-16.lern {
    margin-top: 0px;
  }

  .div-block-34 {
    top: -404px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-34._99._2 {
    top: 297px;
    margin-top: 117px;
  }

  .wrapper-11 {
    max-width: 95%;
    margin-bottom: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .wrapper-12 {
    width: auto;
    max-width: 95%;
    margin-top: -39px;
    margin-bottom: auto;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-12.lern-2 {
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: transparent;
  }

  .wrapper-12.g-ste {
    margin-top: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .wrapper-12._2 {
    margin-top: 0px;
    background-color: #bf6560;
  }

  .wrapper-12.neu._13 {
    margin-top: 0px;
    margin-bottom: 15px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    background-position: 100% -10%;
  }

  .wrapper-12.pulp {
    margin-bottom: 10px;
  }

  .slide-16-copy {
    top: auto;
  }

  .image-33 {
    height: 50px;
    margin-top: -43px;
    margin-right: 0px;
  }

  .image-33._2 {
    margin-top: 0px;
    margin-right: 0px;
  }

  .paragraph-31 {
    width: 95%;
    margin-top: -6px;
    margin-right: 0px;
    font-size: 12px;
  }

  .paragraph-31._2 {
    font-size: 12px;
  }

  .paragraph-31._3 {
    margin-bottom: 8px;
    font-weight: 400;
  }

  .paragraph-32 {
    margin-left: 0px;
    font-size: 12px;
  }

  .div-block-36.reit {
    margin-top: -363px;
  }

  .div-block-36._2 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .slider-5 {
    height: 200px;
  }

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

  .div-block-40 {
    height: auto;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .div-block-40._2 {
    margin-top: 0px;
    padding-top: 0px;
  }

  .div-block-40._3 {
    margin-top: 0px;
  }

  .home {
    height: auto;
    margin-top: 0px;
    line-height: 12px;
  }

  .wrapper-13 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .right-arrow {
    display: none;
  }

  .bold-text-58 {
    font-size: 12px;
  }

  .text-span-11 {
    font-size: 12px;
  }

  .paragraph-34 {
    font-size: 12px;
  }

  .italic-text-4 {
    font-size: 16px;
  }

  .text-span-15 {
    font-size: 12px;
  }

  .text-span-19 {
    font-size: 12px;
  }

  .paragraph-36 {
    font-size: 10px;
  }

  .div-block-43 {
    margin-top: 0px;
    background-image: none;
  }

  .div-block-43._2 {
    display: block;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .div-block-43.ente {
    margin-top: 0px;
  }

  .div-block-43._6 {
    margin-top: 0px;
    background-image: none;
  }

  .text-span-27 {
    font-size: 12px;
  }

  .slide-25 {
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide-25._2 {
    height: 100%;
    margin-top: 0px;
  }

  .list-7 {
    font-size: 12px;
    text-align: left;
  }

  .list-8 {
    font-size: 12px;
    text-align: left;
  }

  .image-38 {
    margin-top: -8px;
    margin-left: 0px;
  }

  .text-span-34 {
    font-size: 12px;
  }

  .button2 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button2._4._2._1 {
    margin-bottom: 25px;
    margin-left: 10px;
  }

  .button1 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .grid-16 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 80% 20%;
    grid-template-columns: 80% 20%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    font-size: 6px;
  }

  .paragraph-42 {
    padding-right: 22px;
    font-size: 1em;
    text-align: right;
  }

  .div-block-50 {
    margin-left: 0px;
    font-size: 9px;
  }

  .italic-text-9 {
    font-size: 16px;
    line-height: 18px;
  }

  .image-40 {
    margin-bottom: 23px;
  }

  .menu-button {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 99;
    background-color: rgba(124, 50, 194, 0.78);
    color: #fff;
  }

  .menu-button.w--open {
    top: 592px;
  }

  .text-span-42 {
    font-size: 20px;
  }

  .text-span-43 {
    font-size: 12px;
    line-height: 12px;
  }

  .text-span-47 {
    font-size: 20px;
  }

  .text-span-48 {
    font-size: 20px;
  }

  .text-span-49 {
    font-size: 20px;
  }

  .text-span-51 {
    font-size: 20px;
  }

  .text-span-57 {
    font-size: 20px;
  }

  .text-span-98 {
    font-size: 20px;
  }

  .text-span-99 {
    font-size: 20px;
  }

  .button-13 {
    margin-top: 7px;
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-9-2 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-9-3 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .image-41 {
    height: 75px;
  }

  .form-block-2 {
    width: 100%;
  }

  .slide-29 {
    background-position: 100% 0%;
    background-size: contain;
  }

  .image-44 {
    display: block;
    width: 100px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    float: right;
    text-align: left;
  }

  .image-46 {
    height: 50px;
  }

  .text-span-108 {
    font-size: 20px;
  }

  .text-span-109 {
    font-size: 20px;
  }

  .text-span-110 {
    font-size: 20px;
  }

  .wrapper-14 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .text-span-111 {
    font-size: 20px;
  }

  .heading-0 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .paragraph-6-copy {
    font-size: 12px;
  }

  .grid-13-copy {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-10-copy {
    font-size: 20px;
  }

  .heading-10-copy {
    font-size: 20px;
  }

  .paragraph-32-copy {
    margin-left: 0px;
    font-size: 12px;
  }

  .text-span-112 {
    font-size: 20px;
  }

  .text-span-113 {
    font-size: 20px;
  }

  .text-span-114 {
    font-size: 20px;
  }

  .text-span-115 {
    font-size: 20px;
  }

  .text-span-116 {
    font-size: 20px;
  }

  .text-span-117 {
    font-size: 20px;
  }

  .text-span-118 {
    font-size: 20px;
  }

  .text-span-119 {
    font-size: 20px;
  }

  .text-span-120 {
    font-size: 20px;
  }

  .heading-13 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .button-7 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .list-13 {
    margin-top: 75px;
    font-size: 12px;
    line-height: 12px;
  }

  .text-span-121 {
    font-size: 12px;
  }

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

  .heading-15 {
    font-size: 14px;
    line-height: 14px;
  }

  .heading-16 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .wrapper-15 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-16 {
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .text-span-122 {
    font-size: 20px;
  }

  .heading-1 {
    font-size: 16px;
  }

  .heading-17 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .button-12 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-12.bold-text-21 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .section-17 {
    margin-top: 0px;
  }

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

  .text-span-124 {
    font-size: 20px;
  }

  .text-span-125 {
    font-size: 20px;
  }

  .text-span-126 {
    font-size: 20px;
  }

  .div-block-61 {
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .bold-text-95 {
    font-size: 14px;
    line-height: 14px;
  }

  .section-11-copy {
    margin-top: 0px;
  }

  .slider-11-copy {
    position: static;
    height: 200px;
  }

  .text-span-128 {
    font-size: 20px;
  }

  .text-span-129 {
    font-size: 20px;
  }

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

  .section-18 {
    margin-top: 0px;
  }

  .slider-12 {
    top: 0px;
    height: 200px;
  }

  .slide-33 {
    top: auto;
  }

  .div-block-62 {
    top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .button-10 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .heading-20 {
    margin-bottom: 14px;
    font-size: 25px;
  }

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

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

  .slider-14 {
    height: 250px;
    margin-top: 0px;
  }

  .slider-15 {
    height: 250px;
  }

  .slide-39 {
    background-size: cover;
  }

  .grid-18 {
    margin-left: 0px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .button-14 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-14.bold-text-21 {
    margin-bottom: 30px;
  }

  .button-15 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-15.bold-text-21 {
    margin-bottom: 30px;
  }

  .bold-text-101 {
    font-size: 16px;
  }

  .wrapper-20 {
    max-width: 95%;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .heading-22 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .image-49 {
    width: 100px;
    height: auto;
    float: none;
    text-align: left;
  }

  .heading-23 {
    display: block;
    margin-bottom: 14px;
    font-size: 25px;
    line-height: 30px;
  }

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

  .button-18 {
    margin-right: 15px;
    margin-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .image-50 {
    height: 75px;
  }

  .paragraph-67 {
    font-size: 12px;
  }

  .paragraph-68 {
    font-size: 12px;
  }

  .paragraph-69 {
    font-size: 12px;
  }

  .heading-26 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .button-19 {
    margin-right: 15px;
    margin-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-20 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .wrapper-21 {
    height: auto;
    max-width: 95%;
    margin-bottom: 15px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    background-size: contain;
  }

  .wrapper-22 {
    width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-60 {
    margin-top: -13px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .wrapper-23 {
    width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #6e9d74;
  }

  .div-block-64 {
    height: auto;
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .wrapper-24 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    background-size: contain;
  }

  .heading-27 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .bold-text-103 {
    font-size: 25px;
  }

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

  .wrapper-27 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .paragraph-71 {
    font-size: 10px;
  }

  .paragraph-72 {
    font-size: 10px;
  }

  .button-22 {
    display: block;
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .div-block-67 {
    margin-top: 137px;
    padding-top: 0px;
  }

  .button-23 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .list-17 {
    font-family: Montserrat, sans-serif;
  }

  .div-block-69 {
    margin-top: -1303px;
  }

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

  .wrapper-28 {
    width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: auto;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .heading-30 {
    margin-top: 0px;
    font-size: 16px;
  }

  .section-20 {
    width: 100%;
  }

  .section-21 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .section-22 {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-block-71 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-72 {
    margin-top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .image-52 {
    margin-bottom: 16px;
  }

  .paragraph-73 {
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    font-size: 1em;
    text-align: left;
  }

  .section-24 {
    margin-top: 0px;
  }

  .section-25 {
    margin-top: 0px;
  }

  .paragraph-74 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 12px;
  }

  .div-block-73 {
    top: 0px;
    margin-top: 124px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #60bf6d;
  }

  .section-26 {
    margin-top: 0px;
  }

  .wrapper-29 {
    max-width: 95%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 0px;
    background-image: url('../images/horses-1530497.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .slide-41 {
    background-image: url('../images/_LHA0044.jpg');
    background-position: 100% 50%;
    background-size: 100% 100%;
  }

  .section-27 {
    margin-top: 199px;
  }

  .section-27._1957 {
    margin-top: 0px;
  }

  .paragraph-53 {
    margin-top: -6px;
    font-size: 12px;
  }

  .section-28 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .section-29 {
    margin-top: 0px;
  }

  .section-30 {
    margin-top: 0px;
  }

  .section-31 {
    margin-top: 0px;
  }

  .section-32 {
    width: 100%;
    margin-top: 0px;
  }

  .section-33 {
    margin-top: 0px;
  }

  .wrapper-31 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    background-size: contain;
  }

  .wrapper-32 {
    width: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-image: url('../images/M2.jpg');
    background-position: 0% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .section-34 {
    margin-top: 0px;
  }

  .section-35 {
    margin-top: 0px;
  }

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

  .slide-42 {
    background-color: #6e9d74;
  }

  .wrapper-33 {
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .wrapper-34 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .div-block-74 {
    margin-top: 213px;
  }

  .section-36 {
    margin-top: 286px;
  }

  .list-18 {
    font-size: 12px;
  }

  .wrapper-35 {
    max-width: 95%;
    margin-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .wrapper-36 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .wrapper-37 {
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: auto;
    padding-top: 224px;
    padding-left: 0px;
  }

  .div-block-75 {
    top: 242px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-76 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-77 {
    margin-top: 167px;
    margin-bottom: 0px;
  }

  .wrapper-39 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .button-24 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .heading-33 {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .heading-34 {
    font-size: 16px;
  }

  .youtube-3 {
    top: 37px;
    margin-top: 0px;
  }

  .mask-4 {
    width: 100%;
    height: 100%;
  }

  .wrapper-40 {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-image: url('../images/ziegen.jpg');
    background-position: 0px 0px;
    background-size: contain;
  }

  .div-block-80 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-25 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-25.bold-text-21 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .button-26 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-26.bold-text-21 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .button-27 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-27.bold-text-21 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .button-28 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-29 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-31 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .button-31.neuer {
    position: relative;
    z-index: 99;
    display: none;
  }

  .div-block-81 {
    margin-top: 167px;
    margin-bottom: 0px;
    padding-left: 25px;
  }

  .grid-19 {
    width: 100%;
    margin-left: 0px;
  }

  .paragraph-76 {
    font-size: 10px;
  }

  .paragraph-77 {
    font-size: 10px;
  }

  .paragraph-78 {
    font-size: 10px;
  }

  .wrapper-42 {
    max-width: 95%;
    margin-bottom: 15px;
    padding-left: 0px;
    background-image: url('../images/DSC08453.jpg');
  }

  .button-32 {
    margin-right: 15px;
    margin-left: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .paragraph-79 {
    font-size: 12px;
  }

  .text-span-172 {
    font-size: 20px;
  }

  .paragraph-59 {
    font-size: 12px;
  }

  .slider-21 {
    top: 0px;
    height: 200px;
  }

  .grid-20 {
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .link-60 {
    display: block;
    width: 90%;
  }

  .list-21 {
    font-size: 12px;
  }

  .popup-overlay-2 {
    display: none;
  }

  .div-block-113 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-114 {
    width: 100%;
  }

  .paragraph-82 {
    font-size: 25px;
  }

  .paragraph-83 {
    font-size: 20px;
  }

  .paragraph-84 {
    font-size: 12px;
  }

  .image-58 {
    height: 50px;
  }

  .image-59 {
    display: block;
    margin-left: 2px;
  }

  .wrapper-3-coaching {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
  }

  .wrapper-3-coaching.lern {
    background-position: 100% 0%;
    background-size: contain;
  }

  .div-block-coaching {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-coaching.lern {
    top: 0px;
  }

  .right-arrow-3 {
    display: none;
  }

  .left-arrow-4 {
    display: none;
  }

  .left-arrow-5 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .grid-17-zelte {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

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

  .heading-links-klein {
    font-size: 16px;
  }

  .grid-6-home {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .slide-46 {
    top: auto;
  }

  .right-arrow-6 {
    display: none;
  }

  .heading-18-copy {
    margin-bottom: 14px;
    font-size: 25px;
  }

  .heading-11-copy {
    font-size: 25px;
  }

  .paragraph-89 {
    font-size: 10px;
  }

  .heading-8-copy {
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 18px;
  }

  .slider-12-copy {
    top: 0px;
    height: 200px;
  }

  .icon-17 {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .icon-18 {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .paragraph-54-copy {
    font-size: 12px;
  }

  .bold-text-130 {
    font-size: 14px;
    line-height: 14px;
  }

  .picto {
    width: auto;
    height: 25px;
    text-align: center;
  }

  .wrapper-1 {
    max-width: 95%;
    margin-bottom: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    grid-row-gap: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .wrapper-9 {
    max-width: 95%;
    margin-bottom: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .wrapper-11-copy {
    max-width: 95%;
    margin-bottom: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .left-arrow-8 {
    display: none;
  }

  .right-arrow-10 {
    display: none;
  }

  .left-arrow-9 {
    display: none;
  }

  .right-arrow-11 {
    display: none;
  }

  .left-arrow-10 {
    display: none;
  }

  .left-arrow-11 {
    display: none;
  }

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

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

  .wrapper-43 {
    height: auto;
  }

  .wrapper-25 {
    width: auto;
    max-width: 95%;
    margin-top: -39px;
    margin-bottom: auto;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .paragraph-93 {
    width: 100%;
  }

  .wrapper-3-copy {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .paragraph-66-copy {
    font-size: 20px;
  }

  .wrapper-3-copy {
    max-width: 95%;
    margin-bottom: auto;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .section-1 {
    width: 100%;
  }

  .section-1.lern {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bold-text-136 {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper-10 {
    width: auto;
    max-width: 95%;
    margin-top: -39px;
    margin-bottom: auto;
    padding-left: 0px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .wrapper-10.lern-2 {
    margin-top: 0px;
    margin-bottom: 15px;
    background-color: transparent;
  }

  .bold-text-137 {
    font-size: 16px;
    line-height: 18px;
  }

  .wrapper-71 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
  }

  .wrapper-72 {
    height: auto;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
    background-image: none;
    background-size: auto;
  }

  .slider-17 {
    height: 250px;
    margin-top: 0px;
  }

  .heading-42 {
    margin-bottom: 14px;
    font-size: 20px;
  }

  .button-35 {
    margin-right: 15px;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 14px;
  }

  .paragraph-94 {
    margin-left: 0px;
    font-size: 12px;
  }

  .heading-43 {
    font-size: 16px;
  }

  .slider-18 {
    top: 0px;
    height: 200px;
  }

  .div-block-78 {
    top: 0px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .wrapper-26 {
    max-width: 95%;
    margin-bottom: auto;
    padding-bottom: 15px;
    padding-left: 0px;
    grid-auto-flow: row;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }

  .slide-50 {
    top: auto;
  }

  .bold-text-135 {
    color: #fff;
  }

  .slide-42-copy {
    background-color: #6e9d74;
  }

  .section-0 {
    height: auto;
    margin-top: 17px;
  }

  .section-0.lern {
    margin-top: 15px;
  }

  .section-23 {
    height: auto;
    margin-top: 17px;
  }

  .section-23.lern {
    margin-top: 15px;
  }

  .div-block-coaching-2 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-coaching-2.lern {
    top: 0px;
  }

  .section-40 {
    height: auto;
    margin-top: 17px;
  }

  .section-40.lern {
    margin-top: 15px;
  }
}

#w-node-d550117b-f8eb-dacf-590c-549781caee18-691351d3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

#w-node-_0b707031-7edd-7e41-d641-f33a4cf99c9c-691351d3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d611-691351d3 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d615-691351d3 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-691351d3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_1e14f2a5-2faa-90b1-9ace-6cb17a2240e4-0b1351d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_71387d5d-7848-327a-c446-206a988b2a4d-0b1351d9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f424-0b1351d9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f428-0b1351d9 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-0b1351d9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-a9593ad0-2c4d-bfc2-dfc2-913c8b7024e2-9f1351da {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a9593ad0-2c4d-bfc2-dfc2-913c8b7024e6-9f1351da {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a9593ad0-2c4d-bfc2-dfc2-913c8b7024fc-9f1351da {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a12568-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a12569-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a1256a-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a1256b-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a1256c-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a1256d-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0e0b84b9-6338-4bf6-fe1d-8b6246a1256e-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5f46f72f-696b-418d-5cac-02f8a595ce74-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_07c4245e-a346-68d7-3986-222d80ef7da9-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_07c4245e-a346-68d7-3986-222d80ef7daa-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_07c4245e-a346-68d7-3986-222d80ef7dac-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_07c4245e-a346-68d7-3986-222d80ef7dad-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_07c4245e-a346-68d7-3986-222d80ef7dae-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_904b63a0-9061-28ba-b421-88d526e397f2-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c9455-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2389d40c-a91a-ce67-c06d-69fbd8fd6607-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c945a-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c9458-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c9457-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c9459-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c945b-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_7e532a3a-1ddd-1a1b-062b-2195367f65dd-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ab19bb4d-a6b8-fc91-19db-ba90774c9456-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_94f5adc8-e63c-9611-0631-23bd6e839313-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_343f0f8b-9024-d715-4955-51c0b51890f3-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_62306e32-18ab-7b91-2288-e1c810422838-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4413bb46-a857-657e-522f-699ecec59968-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3e81d4e3-f26b-329a-6342-7ec4fc0ef592-5b1351db {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd8b-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd8d-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd8e-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd95-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd8f-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd90-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a64167e6-a010-e6c2-cf93-077f325ebd94-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4aacdf0a-29c8-7652-15ac-a6ba5fd37e02-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a52ab76d-b1fa-8ec6-99c7-c97b44153a87-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f1d-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f1e-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f1f-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f20-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f21-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f24-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f25-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-f7905e7f-cf9a-18d1-8111-5525728f8f26-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_9f931e24-6d25-f6b0-4359-7971f72ac710-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-_212a5a6a-6f3a-0d62-f7b0-984846b0564a-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_212a5a6a-6f3a-0d62-f7b0-984846b0564e-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_20a9db45-c786-3ec7-7ff2-11170ec211e3-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8d0386da-8dc4-4646-72c9-e611d178fe7e-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_2b5acc72-c13d-9350-b805-b813e2306e47-5b1351db {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: 6;
  grid-column-start: 6;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_54acef3f-497c-6636-602a-b453ecd455be-5b1351db {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_8bf40e27-8df1-45d7-ef9d-e7e6e861bcea-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_61160181-76cc-b12e-c127-daaae1fe53b9-5b1351db {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-5b1351db {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62c-5b1351db {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d5f6-811351dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7ddf2e1e-252c-07da-df25-9a1e783a77ec-811351dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fc5094ca-8acb-e1ff-e18b-4e018c481381-811351dc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e3648ce9-0930-5928-6b99-9dcb284bc3d8-811351dc {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-811351dc {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-fe1351dd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fcbba243-defc-d957-e2b8-106c11b8ed7f-261351de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fcbba243-defc-d957-e2b8-106c11b8ed83-261351de {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fcbba243-defc-d957-e2b8-106c11b8ed9b-261351de {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f424-191351df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f428-191351df {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-191351df {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_2a34a632-5c11-e324-38fc-123ffa568624-0d1351e0 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2ab9cf69-dfb7-201c-54d5-ec5296ba4ba4-0d1351e0 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-0d1351e0 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-c51351e1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d611-4a1351e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d615-4a1351e2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_021620b5-1635-ea1d-4299-a39d98f47338-4a1351e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-fe4da817-dfa8-5c76-c211-9f58e33aa777-4a1351e2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-4a1351e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_5f46f72f-696b-418d-5cac-02f8a595ce74-651351e3 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_3a7c47d5-313b-1e47-523b-a152f3242724-651351e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_3a7c47d5-313b-1e47-523b-a152f3242733-651351e3 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-651351e3 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d611-671351e4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d615-671351e4 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5e74bda1-4fcb-23f0-56fb-b746e9e76aa5-671351e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-671351e4 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f424-2f1351e5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f428-2f1351e5 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-2f1351e5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f424-ff1351e6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f428-ff1351e6 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-ff1351e6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_2a34a632-5c11-e324-38fc-123ffa568624-071351e7 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2ab9cf69-dfb7-201c-54d5-ec5296ba4ba4-071351e7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-071351e7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f424-1f1351e8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f428-1f1351e8 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4fddffdf-bc67-53d8-6e9c-000e4e14f43e-1f1351e8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-ec2d85a7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-2331150e {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_0d4f060b-0ed9-0bf5-8396-d0a24a49d62b-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_07c4245e-a346-68d7-3986-222d80ef7dad-5b1351db {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 1;
    grid-column-end: 6;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_17c55cd4-bae3-8d93-902d-86d2d10c9da3-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_0b707031-7edd-7e41-d641-f33a4cf99c9c-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9d0358ac-a093-a4ea-9412-156995c223f5-5b1351db {
    -ms-grid-column-align: auto;
    justify-self: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_07c4245e-a346-68d7-3986-222d80ef7d82-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_07c4245e-a346-68d7-3986-222d80ef7d8c-5b1351db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_3e81d4e3-f26b-329a-6342-7ec4fc0ef592-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-a64167e6-a010-e6c2-cf93-077f325ebd96-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f7905e7f-cf9a-18d1-8111-5525728f8f28-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_212a5a6a-6f3a-0d62-f7b0-984846b05619-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ed1d8aba-f111-e27e-ab25-020e5292fb2e-811351dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e81d4e3-f26b-329a-6342-7ec4fc0ef592-811351dc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c8ab64c4-218e-0543-0fe1-dd6f82ea5818-4a1351e2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d9b2e0f9-dfb8-9773-342b-b09c7f7a2ce3-4a1351e2 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_75e9e51b-e9b4-7ade-c62d-efd35e889946-651351e3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7cda2408-df1a-5edf-81d2-37ca5aa74962-651351e3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7cda2408-df1a-5edf-81d2-37ca5aa7496c-651351e3 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ed1d8aba-f111-e27e-ab25-020e5292fb2e-671351e4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e474743a-1953-4935-a82e-8e27b6a8a77f-671351e4 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_17c55cd4-bae3-8d93-902d-86d2d10c9da3-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d550117b-f8eb-dacf-590c-549781caee18-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_0b707031-7edd-7e41-d641-f33a4cf99c9c-691351d3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_07c4245e-a346-68d7-3986-222d80ef7d82-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_07c4245e-a346-68d7-3986-222d80ef7d8c-5b1351db {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-a64167e6-a010-e6c2-cf93-077f325ebd96-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_212a5a6a-6f3a-0d62-f7b0-984846b05619-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7cda2408-df1a-5edf-81d2-37ca5aa74962-651351e3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_7cda2408-df1a-5edf-81d2-37ca5aa7496c-651351e3 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_904b63a0-9061-28ba-b421-88d526e397f2-5b1351db {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_2389d40c-a91a-ce67-c06d-69fbd8fd6607-5b1351db {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_3e81d4e3-f26b-329a-6342-7ec4fc0ef592-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-f7905e7f-cf9a-18d1-8111-5525728f8f28-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_212a5a6a-6f3a-0d62-f7b0-984846b05619-5b1351db {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_212a5a6a-6f3a-0d62-f7b0-984846b05622-5b1351db {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9b630277-9066-5f25-8bf7-c44f3d19b242-811351dc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_3e81d4e3-f26b-329a-6342-7ec4fc0ef592-811351dc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_75e9e51b-e9b4-7ade-c62d-efd35e889927-fe1351dd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-c8ab64c4-218e-0543-0fe1-dd6f82ea5800-4a1351e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d9b2e0f9-dfb8-9773-342b-b09c7f7a2caf-4a1351e2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_75e9e51b-e9b4-7ade-c62d-efd35e889927-651351e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9b630277-9066-5f25-8bf7-c44f3d19b242-651351e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5122a65c-ead7-8241-6597-331f1d58dc53-651351e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a6a61c7c-6785-0a62-bba5-1e1d73f50843-651351e3 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-d9b2e0f9-dfb8-9773-342b-b09c7f7a2caf-651351e3 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

