@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap");
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  font-family: "Poppins";
  background-color: #FFFDFA;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  color: #5E5E5E;
}

.container {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1400px;
}

.section-color {
  background-color: #F6F8FF;
  display: block;
  padding: 30px 0px 30px 0px;
  margin-bottom: 50px;
  margin-top: 50px;
  position: relative;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-color {
    padding: 30px 20px 30px 20px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.title {
  font-weight: 700;
  font-size: 50px;
  border-bottom: 3px solid;
  display: inline-block;
  left: 100px;
  top: 130px;
  position: absolute;
  z-index: 1000;
  color: #FFFFFF;
}
.title.sub-page {
  text-align: center;
  left: 50%;
  /* Center horizontally */
  top: 50%;
  /* Center vertically */
  transform: translate(-50%, -50%);
  /* Center both horizontally and vertically */
}

@media (max-width: 768px) {
  .title {
    left: 20px;
    font-size: 20px;
  }
}
.theme-nav {
  padding: 20px;
  max-width: 800px;
  width: 40%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
}
.theme-nav .theme-btn {
  border-left: solid 1px #C0C0C0;
  height: 100%;
  color: #fff;
  text-decoration: none;
  display: block;
}

@media (max-width: 768px) {
  .theme-nav {
    width: 100%;
  }
  .theme-nav div {
    padding: 0px;
  }
  .theme-nav .theme-btn {
    border-left: none;
  }
}
.color {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.color.scrolled {
  background-color: #fff;
}
.color.scrolled .theme-btn {
  color: #000000;
}

.sidenav {
  height: 100%;
  width: 0px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.25));
}
.sidenav .active {
  background-color: #DFEEFF;
  border-radius: 5px;
  color: #5E5E5E;
  margin-left: 20px;
  margin-right: 20px;
}
.sidenav .logout {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding-left: 30px;
  background: #D9D9D9;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #5E5E5E;
}
.sidenav__heading {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #5E5E5E;
}
.sidenav__menu-items {
  padding-bottom: 200px;
}
.sidenav__menu-items a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
  padding-left: 30px;
  background: #D9D9D9;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #5E5E5E;
}
.sidenav__menu-items a:hover {
  color: #a0a0a0;
}
.sidenav .closebtn {
  top: 0;
  right: 25px;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #D9D9D9;
  font-size: 70px;
  line-height: 1;
}

.theme-footer {
  background-color: #5E5E5E;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 70px;
  color: #FFFFFF;
}
.theme-footer__div {
  font-size: 15px;
  color: #FFFFFF;
}
.theme-footer__div__title {
  font-size: 27px;
  padding-bottom: 10px;
}
.theme-footer__sub {
  background-color: #D9D9D9;
  padding: 10px;
  padding-left: 20px;
  font-size: 12px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .theme-footer {
    background-color: #5E5E5E;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  margin-bottom: 150px;
}
.hero.sub-page {
  position: relative;
  height: 50vh;
  width: 100%;
  overflow: hidden;
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  .hero img {
    object-fit: none;
    object-position: left;
    width: 100%;
    height: 100%;
  }
}
.hero img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid white;
  position: relative;
  margin: 0 auto;
  /* Horizontaal centreren */
  cursor: pointer;
  transition: transform 0.2s;
}

.arrow-down:hover {
  transform: translateY(3px);
}

.scroll-indicator p {
  color: white;
  margin: 0;
  font-size: 16px;
}

.theme-slick {
  height: 100%;
  height: 100%;
}
.theme-slick__card {
  margin: 10px;
  border-radius: 10%;
  /* Pas hier de border-radius toe */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-decoration: none;
  overflow: hidden;
  transition: transform 250ms;
}
.theme-slick__card:hover {
  transform: translateY(-5px);
}
.theme-slick__item {
  height: 100%;
  width: 100%;
}
.theme-slick__item img {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
}
.theme-slick__text-block {
  padding: 10px;
  color: #5E5E5E;
}
.theme-slick__text-block__title {
  font-weight: 600;
}
.subtitle {
  font-size: 28px;
  padding-bottom: 13px;
}

.info-block__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 5%;
}

.personal-block {
  padding: 25px 50px 25px 50px;
  background-color: #D9D9D9;
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.personal-block::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0px;
  background-image: url("media/Zakelijkefotocutqualityreduced.png");
  background-size: cover;
  background-size: 100% 100%;
  display: inline-block;
  width: 270px;
  height: 400px;
}
.personal-block__title {
  font-size: large;
  font-weight: bold;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .personal-block {
    padding-bottom: 300px;
  }
  .personal-block::after {
    content: "";
    position: absolute;
    bottom: 0px;
    background-image: url("media/Zakelijkefotocutqualityreduced.png");
    background-size: cover;
    background-size: 100% 100%;
    display: inline-block;
    width: 200px;
    height: 300px;
    right: 0;
  }
}
.text {
  padding-bottom: 20px;
}

.custom-shape-divider-top-1696338843 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  margin-bottom: -1px;
}

.custom-shape-divider-top-1696338843 svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
  transform: rotateY(180deg);
  background-color: #5E5E5E;
}

.custom-shape-divider-top-1696338843 .shape-fill {
  fill: #FFFDFA;
}

.language-slider {
  width: 100%;
  overflow: hidden;
}

.language-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
}

.language-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.light-gray-box {
  background: linear-gradient(to bottom, #f0f0f0, transparent);
  border-radius: 10px; /* Adjust the value as needed */
  padding: 50px;
  width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .light-gray-box {
    background: linear-gradient(to bottom, #f0f0f0, transparent);
    border-radius: 10px; /* Adjust the value as needed */
    padding: 20px;
    width: 100%;
    margin: 0;
  }
}
.photo-section {
  text-align: center;
}

.section-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.photo {
  width: 250px;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: #f0f0f0;
}

.photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px 10px 0 0;
}

.photo-caption {
  padding: 10px;
  text-align: center;
  border-radius: 0 0 10px 10px; /* Rounded bottom corners */
}

/*# sourceMappingURL=style.css.map */
