.section {
  width: 100vw;
  height: 100vh;
  padding-right: 0px;
  background-image: url('../images/background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 40vw;
  height: 100vh;
  padding-right: 100px;
  padding-bottom: 0px;
}

.div-block-2 {
  position: relative;
  width: 100%;
  height: 50%;
}

.logo {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 60%;
  background-image: url('../images/Reitstall_Logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.div-block-5 {
  margin-top: 30px;
}

.text-block-2 {
  font-family: Chaparralpro, sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 33px;
  text-align: center;
}

.div-block-6 {
  margin-top: 50px;
}

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

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

@media screen and (max-width: 991px) {
  .div-block {
    width: 50vw;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 40vh 10px 50px;
  }

  .div-block-2 {
    height: 50%;
  }

  .text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .div-block-6 {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'Chaparralpro';
  src: url('../fonts/ChaparralPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Chaparralpro';
  src: url('../fonts/ChaparralPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}