.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.section-2 {
  width: 100%;
  height: 100vh;
}

.heading {
  position: fixed;
  left: 20px;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: futura-pt-condensed, sans-serif;
  color: #420d7e;
  font-size: 24px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-indent: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: transparent;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 15vw;
  line-height: 15vw;
  letter-spacing: 0px;
}

.div-block-2 {
  width: 80%;
  height: 10vh;
}

.text-block-2 {
  font-family: futura-pt-condensed, sans-serif;
}

.slide {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

.slider {
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: transparent;
}

.text-block-3 {
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 5vw;
}

.mask {
  width: 100%;
  height: 100vh;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 70%;
  -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-style: solid;
  border-width: 2px;
  border-color: #f70;
}

.heading-2 {
  position: fixed;
  left: 0px;
  top: 3%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 8px;
}

.text-block-4 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 23px;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 18px;
  text-align: center;
}

.text-block-5 {
  position: fixed;
  left: auto;
  top: 22px;
  right: 0%;
  bottom: auto;
  z-index: 22;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 8px;
}

.button {
  position: fixed;
  left: auto;
  top: 3%;
  right: 23px;
  bottom: auto;
  z-index: 22;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 8px;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 24;
  display: none;
  -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;
  background-color: #f70;
}

.link {
  margin-bottom: 7px;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  letter-spacing: 8px;
}

.text-block-6 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.link-2 {
  margin-right: 5px;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  text-decoration: none;
}

.link-3 {
  margin-left: 5px;
}

.link-4 {
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  text-decoration: none;
}

.button-2 {
  position: fixed;
  left: auto;
  top: 3%;
  right: 23px;
  bottom: auto;
  z-index: 25;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 10px 0px;
  background-color: transparent;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 8px;
}

.text-block-7 {
  margin-top: 0px;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
}

.div-block-6 {
  position: static;
  left: 23px;
  top: auto;
  right: auto;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: futura-pt-condensed, sans-serif;
}

.link-5 {
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  text-decoration: none;
}

.slide-2 {
  background-color: #f70;
}

.link-5-copy {
  margin-top: 14px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
  text-decoration: none;
}

.text-block-7-copy {
  margin-top: 14px;
  font-family: futura-pt-condensed, sans-serif;
  color: #fff;
  font-size: 22px;
  letter-spacing: 3px;
}

.icon {
  color: #f70;
}

.icon-2 {
  color: #f70;
}

.section-3 {
  display: none;
  width: 100%;
  height: 100vh;
  -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;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.link-6 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  margin-top: 2%;
  margin-bottom: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: futura-pt, sans-serif;
  color: #f70;
  font-size: 18px;
  letter-spacing: 3px;
  text-decoration: none;
}

.div-block-7 {
  width: 80%;
  height: 70%;
  padding: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #f70;
}

.div-block-8 {
  width: 80%;
}

.heading-3 {
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  color: #f70;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.div-block-9 {
  width: 80%;
}

.text-block-8 {
  margin-top: 5px;
  font-family: futura-pt, sans-serif;
  color: #f70;
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

.div-block-10 {
  width: 100%;
  height: 100%;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.icon-3 {
  color: #f70;
}

.icon-4 {
  color: #f70;
}

.slide-3 {
  background-image: url('../images/Libeco-Steiner-01-Nov.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 22;
  width: 100%;
  height: 70px;
  background-color: transparent;
}

.slide-nav {
  display: none;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -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;
  background-color: #f70;
}

.text-block-9 {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 22;
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
}

.link-7 {
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-7-copy {
  font-family: futura-pt, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.div-block-12-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -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;
  background-color: #f70;
}

.heading-2-mobil {
  position: fixed;
  left: 0px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 8px;
}

.button-3 {
  display: none;
}

.button-4 {
  display: none;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 5px;
  -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-style: solid;
  border-width: 0px;
  border-color: #f70;
  background-color: #f70;
}

.div-block-15 {
  width: 80%;
}

.text-block-10 {
  margin-bottom: 5px;
  font-family: futura-pt, sans-serif;
  color: #f70;
  font-size: 22px;
  letter-spacing: 5px;
}

.form-block {
  width: 80%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.field-label {
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #f70;
  font-family: futura-pt, sans-serif;
  color: #000;
}

.text-field-2 {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #f70;
  font-family: futura-pt, sans-serif;
  color: #000;
}

.field-label-2 {
  font-family: futura-pt-condensed, sans-serif;
  color: #f70;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.submit-button {
  background-color: #f70;
  font-family: futura-pt, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.body {
  background-color: #f70;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.text-block-11 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 10vw;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 500;
  letter-spacing: 10px;
}

.heading-4 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 300;
  letter-spacing: 10px;
}

.link-8 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.2vw;
  font-weight: 300;
  letter-spacing: 10px;
  text-decoration: none;
}

.body-2 {
  background-color: #f70;
}

.div-block-17 {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 50px 60px;
}

.text-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 200;
  text-align: center;
}

.link-9 {
  margin-right: 10px;
  padding-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.75vw;
  font-weight: 300;
  letter-spacing: 10px;
}

.link-10 {
  margin-left: 10px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 0.75vw;
  font-weight: 300;
  letter-spacing: 10px;
}

.div-block-18 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3vh;
  -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;
}

.body-3 {
  background-color: #f70;
}

.div-block-19 {
  width: 100%;
  min-height: 100vh;
  padding: 50px 60px;
}

.text-block-14 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.heading-4-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 300;
  letter-spacing: 10px;
}

.heading-4-copy-copy {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.5vw;
  line-height: 1.5vw;
  font-weight: 300;
  letter-spacing: 10px;
}

.text-block-11-copy {
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 10vw;
}

.link-11 {
  color: #fff;
}

.link-12 {
  color: #fff;
}

.link-13 {
  color: #fff;
}

.link-14 {
  color: #fff;
}

.link-15 {
  color: #fff;
}

.link-16 {
  color: #fff;
}

.link-17 {
  color: #fff;
}

.link-18 {
  color: #fff;
}

.link-19 {
  color: #fff;
}

.link-20 {
  color: #fff;
}

@media (max-width: 991px) {
  .section-2 {
    height: auto;
    min-height: 100vh;
    padding-right: 22px;
    padding-left: 22px;
  }
  .div-block {
    height: 100vh;
  }
  .div-block-3 {
    width: 100%;
    height: 60%;
  }
  .heading-2 {
    display: none;
  }
  .button {
    display: none;
  }
  .menu {
    display: none;
  }
  .link {
    font-size: 50px;
    line-height: 50px;
  }
  .link-2 {
    letter-spacing: 2px;
  }
  .link-4 {
    letter-spacing: 2px;
  }
  .button-2 {
    display: none;
  }
  .section-3 {
    height: 100vh;
    padding: 40px 22px;
  }
  .div-block-7 {
    width: 100%;
    height: 100%;
  }
  .div-block-8 {
    width: 100%;
  }
  .div-block-9 {
    width: 100%;
  }
  .text-block-9 {
    font-size: 16px;
  }
  .link-7 {
    font-size: 16px;
  }
  .link-7-copy {
    font-size: 16px;
  }
  .heading-2-mobil {
    top: 0px;
    z-index: 22;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .button-3 {
    position: fixed;
    left: auto;
    top: 18px;
    right: 10px;
    bottom: auto;
    z-index: 23;
    display: block;
    background-color: transparent;
    color: #f70;
    font-size: 40px;
  }
  .button-4 {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-right: 40px;
    padding-right: 0px;
    -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: transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 40px;
    line-height: 40px;
  }
  .text-block-11 {
    font-size: 14vw;
  }
  .link-8 {
    font-size: 2vw;
  }
  .link-9 {
    font-size: 1.2vw;
  }
  .link-10 {
    font-size: 1.2vw;
  }
  .text-block-14 {
    font-weight: 300;
  }
  .heading-4-copy-copy {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2vw;
    line-height: 2vw;
  }
}

@media (max-width: 767px) {
  .section-2 {
    height: auto;
    min-height: 100vh;
  }
  .heading-2 {
    display: none;
  }
  .link {
    font-size: 40px;
    line-height: 40px;
  }
  .text-block-9 {
    font-size: 14px;
  }
  .link-7 {
    font-size: 14px;
  }
  .link-7-copy {
    font-size: 14px;
  }
  .text-block-11 {
    margin-bottom: 40px;
    font-size: 14vw;
  }
  .heading-4 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2vw;
    line-height: 2vw;
  }
  .link-8 {
    margin-bottom: 2px;
    font-size: 2vw;
  }
  .link-9 {
    font-size: 2vw;
    font-weight: 200;
  }
  .link-10 {
    font-size: 2vw;
    font-weight: 200;
  }
  .div-block-19 {
    padding-right: 60px;
    padding-left: 60px;
  }
  .heading-4-copy {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2vw;
    line-height: 2vw;
  }
  .heading-4-copy-copy {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 2vw;
    line-height: 2vw;
  }
  .text-block-11-copy {
    margin-bottom: 40px;
    font-size: 14vw;
  }
}

@media (max-width: 479px) {
  .section-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block {
    font-size: 20vw;
  }
  .text-block-3 {
    margin-top: 5px;
    font-size: 8vw;
    text-align: center;
  }
  .div-block-3 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-2 {
    position: fixed;
    left: 0%;
    top: 15px;
    right: auto;
    bottom: auto;
    display: none;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  .text-block-4 {
    font-size: 14px;
    text-align: center;
  }
  .button {
    top: 1px;
    right: 23px;
    display: none;
    font-size: 14px;
  }
  .link {
    font-size: 34px;
    letter-spacing: 0px;
  }
  .link-2 {
    font-size: 12px;
  }
  .link-4 {
    font-size: 12px;
  }
  .button-2 {
    font-size: 12px;
  }
  .icon {
    display: none;
  }
  .icon-2 {
    display: none;
  }
  .section-3 {
    height: auto;
    padding: 20px 15px;
  }
  .div-block-7 {
    width: 100%;
    padding: 10px;
  }
  .div-block-8 {
    width: 100%;
  }
  .heading-3 {
    font-size: 16px;
  }
  .div-block-9 {
    width: 100%;
  }
  .text-block-8 {
    font-size: 12px;
  }
  .icon-3 {
    display: none;
  }
  .icon-4 {
    display: none;
  }
  .text-block-9 {
    font-size: 12px;
  }
  .link-7 {
    font-size: 12px;
  }
  .link-7-copy {
    font-size: 12px;
  }
  .heading-2-mobil {
    position: fixed;
    left: 0%;
    top: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: 16px;
    text-align: left;
  }
  .button-3 {
    position: fixed;
    left: auto;
    top: 22px;
    right: 10px;
    bottom: auto;
    z-index: 23;
    background-color: transparent;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #f70;
    font-size: 40px;
    font-weight: 400;
  }
  .button-4 {
    margin-top: 20px;
    margin-right: 30px;
  }
  .field-label {
    font-size: 16px;
  }
  .field-label-2 {
    font-size: 16px;
  }
  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-16 {
    height: auto;
    max-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.3vw;
  }
  .text-block-11 {
    margin-bottom: 40px;
  }
  .heading-4 {
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
    text-indent: 0vw;
  }
  .link-8 {
    font-size: 3vw;
    text-align: center;
    letter-spacing: 7px;
  }
  .div-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link-9 {
    margin-right: 0px;
    font-size: 2vw;
  }
  .link-10 {
    margin-left: 0px;
    font-size: 2vw;
  }
  .div-block-18 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-19 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-14 {
    font-weight: 200;
  }
  .heading-4-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.5vw;
    line-height: 4.5vw;
    text-align: center;
    letter-spacing: 10px;
    text-indent: 8px;
  }
  .heading-4-copy-copy {
    display: none;
    font-size: 5vw;
    line-height: 6vw;
    text-align: center;
    text-indent: 0vw;
  }
  .text-block-11-copy {
    margin-bottom: 40px;
  }
}

