.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  height: 100%;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(380deg, #c9d45a, #fff);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
}

.image {
  width: 40%;
  margin-bottom: 30px;
}

.text-block {
  color: #000;
  text-align: center;
  margin-top: 0;
  font-family: Varela Round, sans-serif;
  font-size: 15px;
  line-height: 21px;
  text-decoration: none;
}

.text-block.links {
  text-align: left;
}

.text-block.rechts {
  text-align: right;
}

.text-block.fett {
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 900;
}

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

.columns {
  width: 500px;
  margin-bottom: 20px;
}

.container {
  background-color: #fff;
  background-image: url('../images/bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.section-2 {
  height: 100%;
}

.image-2 {
  margin-bottom: 90px;
  position: static;
}

.div-block {
  background-color: #000;
  width: 370px;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

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

@media screen and (max-width: 991px) {
  .image {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 74%;
    margin-bottom: 40px;
  }

  .text-block.links {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block.rechts {
    text-align: center;
    padding-bottom: 25px;
    font-size: 16px;
    line-height: 22px;
  }

  .text-block.fett {
    font-size: 19px;
  }

  .columns {
    width: auto;
  }

  .container {
    background-position: 50% 100%;
    background-size: 840px;
  }

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

  .div-block {
    width: 70%;
  }
}


