.achtergrond-sanctum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  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;
}

.inhoud-achtergrond {
  width: 100vw;
  height: 60vh;
  background-color: #fff;
}

.tekst-sanctum {
  width: 100vw;
  height: 60vh;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20vh;
  padding-top: 0vh;
  padding-right: 123px;
  -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;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  margin-top: 0vh;
  padding-top: 0vh;
  -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 {
  width: 500px;
  height: 300px;
  font-family: 'Open Sans', sans-serif;
}

.div-block {
  width: 1200px;
  height: 250px;
  background-image: url('../images/placeholder-desktop-leeg-3890x2160-alleen-illustraties.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-sanctum {
  width: 400px;
  height: 200px;
  background-image: url('../images/Logo-Sanctum.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  color: #6a6772;
  font-size: 24px;
  font-weight: 700;
}

.link {
  color: #6a6772;
  font-weight: 700;
  text-decoration: none;
}

.link-2 {
  color: #6a6772;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: #6a6772;
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .inhoud-achtergrond {
    height: 60vh;
  }

  .tekst-sanctum {
    height: 60vh;
  }

  .columns {
    height: 60vh;
  }

  .column {
    height: 20vh;
  }

  .column-2 {
    height: 30vh;
  }

  .div-block {
    width: 1300px;
    height: 250px;
  }
}

@media screen and (min-width: 1920px) {
  .inhoud-achtergrond {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -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;
  }

  .tekst-sanctum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -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;
  }

  .columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60vh;
    -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;
    line-height: 28px;
  }

  .column {
    height: 20vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-2 {
    height: 40vh;
  }

  .text-block {
    width: 650px;
    height: 400px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .div-block {
    width: 1900px;
    height: 200px;
  }

  .heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  .achtergrond-sanctum {
    background-color: #fff;
  }

  .div-block {
    width: 730px;
  }
}

@media screen and (max-width: 767px) {
  .text-block {
    width: 400px;
  }

  .div-block {
    width: 550px;
  }
}

@media screen and (max-width: 479px) {
  .column {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-2 {
    height: 70vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block {
    width: 250px;
    height: 550px;
    margin-left: 10vw;
  }

  .div-block {
    width: 300px;
  }

  .logo-sanctum {
    width: 300px;
    height: 150px;
  }

  .heading {
    margin-left: 10vw;
    font-size: 24px;
  }
}