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

.body {
  background-color: #0b0b0b;
}

.navigaton {
  height: 100px;
  max-width: 1350px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image {
  min-width: 250px;
}

.section {
  min-height: 90vh;
  justify-content: space-between;
  margin-top: 100px;
  display: flex;
}

.section.mobile-section {
  display: none;
}

.div-block {
  min-width: 60%;
  background-image: url('../images/lemuerd_bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.background-video {
  min-height: 100%;
}

.div-block-2 {
  min-width: 40%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Syne Bold, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.button {
  color: #000;
  background-color: #fff;
  border-radius: 350px;
  padding: 16px 32px;
  font-family: Syne Regular, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-block-3 {
  margin-top: 65px;
}

.div-block-4 {
  margin-bottom: 0;
}

.div-block-5 {
  align-items: center;
  margin-top: 150px;
  display: flex;
}

.text-block {
  color: #fff;
  margin-left: 15px;
  font-family: Syne Regular, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.info_wrapper {
  background-image: linear-gradient(rgba(0, 0, 0, .92), rgba(0, 0, 0, .92)), url('../images/icon_lemuerd.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 150px;
  padding-bottom: 175px;
}

.text-block-2 {
  max-width: 1000px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Syne Regular, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.section-2 {
  background-color: #fff;
}

.div-block-6 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 175px;
}

.text-block-3 {
  color: #0b0b0b;
  text-align: center;
  font-family: Syne Bold, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.diensten {
  min-height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/r-architecture-JvQ0Q5IkeMM-unsplash.jpg');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  flex: 1;
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.diensten._2e {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/jason-leung-BUa1LDeT8PI-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex: 1;
}

.diensten._2e._3e {
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/trappen.jpg');
}

.text-block-4 {
  color: #fff;
  font-family: Syne Medium, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.div-block-8 {
  z-index: 99;
  height: 100px;
  background-color: #0b0b0b;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-3 {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 200px;
}

.div-block-9 {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9.mobile {
  display: none;
}

.text-block-5 {
  text-align: center;
  font-family: Syne Regular, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.link {
  color: #0b0b0b;
  font-family: Syne Medium, sans-serif;
  font-weight: 500;
}

.link-2 {
  color: #0b0b0b;
  font-family: Syne Medium, sans-serif;
  font-weight: 400;
}

.text-block-6 {
  color: #0b0b0b;
  text-align: center;
  margin-top: 33px;
  font-family: Syne Regular, sans-serif;
  font-size: 16px;
}

.div-block-10 {
  max-width: 46%;
  flex: 1;
}

.text-block-7 {
  color: #0e0e0e;
  margin-top: 25px;
  margin-left: 24px;
  font-family: Syne Regular, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

@media screen and (max-width: 991px) {
  .section {
    display: none;
  }

  .section.mobile-section {
    margin-top: 0;
    display: block;
  }

  .div-block {
    min-width: 100%;
  }

  .background-video._112 {
    min-height: 90vh;
    background-image: linear-gradient(rgba(0, 0, 0, .34), rgba(0, 0, 0, .34));
    align-items: flex-end;
    padding-bottom: 41px;
    display: flex;
  }

  .div-block-2._221 {
    max-width: 90%;
    min-width: 90%;
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading._2332 {
    text-align: center;
  }

  .div-block-3._2123 {
    justify-content: center;
    display: flex;
  }

  .div-block-5._312 {
    justify-content: center;
  }

  .text-block-2 {
    max-width: 90%;
    font-size: 36px;
    line-height: 44px;
  }

  .div-block-7 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-8 {
    background-color: rgba(11, 11, 11, 0);
  }

  .div-block-9.mobile {
    display: none;
  }

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

  .div-block-10.sec {
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .info_wrapper {
    padding-top: 125px;
    padding-bottom: 150px;
  }

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

  .div-block-6 {
    padding-top: 75px;
    padding-bottom: 150px;
  }

  .div-block-9 {
    max-width: 90%;
    display: none;
  }

  .div-block-9.mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .image {
    min-width: 200px;
  }

  .heading._2332 {
    font-size: 44px;
    line-height: 44px;
  }

  .info_wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, .84), rgba(0, 0, 0, .84)), url('../images/icon_lemuerd.svg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .text-block-2 {
    font-size: 24px;
  }

  .text-block-3 {
    font-size: 44px;
    line-height: 44px;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .text-block-4, .text-block-5 {
    font-size: 26px;
  }

  .text-block-7 {
    margin-right: 24px;
    font-size: 18px;
    line-height: 26px;
  }
}


@font-face {
  font-family: 'Syne Bold';
  src: url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne Medium';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne Regular';
  src: url('../fonts/Syne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}