h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 30px;
  font-weight: 700;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #333;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-bottom: 220px;
  -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-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#fff)), url('../images/shutterstock_506777512.png');
  background-image: linear-gradient(180deg, transparent 10%, #fff), url('../images/shutterstock_506777512.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.wrapper.notabsolute {
  height: auto;
  padding-bottom: 0px;
}

.body {
  max-height: 100vh;
  min-height: 100vh;
}

.image {
  width: 100%;
}

.text-block {
  margin-bottom: 20px;
  font-size: 2em;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 7.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer.notabsolute {
  position: static;
}

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

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #333;
}

.text-block-2 {
  margin-top: 20px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.text-block-3 {
  margin-top: 10px;
}

.link-block {
  width: 45%;
}

.link-block.w--current {
  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;
}

.link-block.unterseite {
  width: 25%;
}

.text-block-4 {
  padding-top: 20px;
}

.rich-text-block {
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  background-color: hsla(0, 0%, 100%, 0.69);
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 20px;
  }
  .link-block {
    width: 67%;
  }
  .link-block.unterseite {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .link-block.unterseite {
    width: 60%;
  }
  .rich-text-block {
    width: 95%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .wrapper.notabsolute {
    padding-right: 0px;
    padding-left: 0px;
  }
  .text-block {
    font-size: 17px;
  }
  .link-block.unterseite {
    width: 90%;
  }
  .rich-text-block {
    width: 100%;
    padding: 10px 15px;
  }
}