nav .navbarlogo {
  height: 100px;
  width: 100px;
  padding-bottom: 10px;
}

nav {
  background-image: url(../images/navbar-background2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}

.navtext:hover {
  color: #a4acea;
}
.navtext {
  font-size: 1.3rem;
  font-weight: bolder;
}

li {
  list-style-type: none;
}

h1 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0.5%;
  font-family: "Libre Baskerville", serif;
  font-size: 3.125rem;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.ondersteuningsTextRij {
  margin-top: 100px;
}
.ondersteuningsTextBox p {
  font-size: 1.3rem;
}
.ondersteuningsTextBox {
  font-size: 1.2rem;
  padding-left: 8%;
  padding-right: 8%;
  height: 620px;
  background-color: #b6db1417;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-style: double;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 100px;
}

.ondersteuningsFotos {
  height: 620px;
  width: 700px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.kolommen img {
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 1190px) {
  .ondersteuningsFotos {
    height: 510px;
  }
}

@media (max-width: 1170px) {
  .kolommen {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .navbar {
    --bs-navbar-padding-y: 4rem;
  }
  .navbarknop {
    margin-right: 20px;
  }
}

@media (max-width: 550px) {
  .ondersteuningsFotos {
    height: 350px;
  }
  .ondersteuningsTextBox {
    height: fit-content;
  }
}

@media (max-width: 350px) {
  .ondersteuningsTextBox {
    height: fit-content;
  }
}
