a.opbouwfonds-box {
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  transition: color 0.3s ease-in-out;
  color: #FFF;
}
a.opbouwfonds-box .opbouwfonds-box-content {
  max-width: 80vw;
}
a.opbouwfonds-box .opbouwfonds-box-content h1 {
  font-size: clamp(24px, 6vw, 80px);
  text-transform: uppercase;
  margin-bottom: 20px;
}
a.opbouwfonds-box .opbouwfonds-box-content p {
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1.5;
}
a.opbouwfonds-box .opbouwfonds-box-content h2 {
  font-size: clamp(20px, 3vw, 60px);
  text-decoration: underline;
}

section.homepage-intro {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  section.homepage-intro {
    height: 820px;
  }
}
@media (min-width: 768px) {
  section.homepage-intro {
    flex-direction: row;
  }
}
section.homepage-intro > div {
  flex: 1;
}
section.homepage-intro .video-frame {
  z-index: 100;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.homepage-intro .video-frame h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 21px;
}
@media (min-width: 992px) {
  section.homepage-intro .video-frame h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1400px) {
  section.homepage-intro .video-frame h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767.98px) {
  section.homepage-intro .video-frame {
    padding: 0 12%;
  }
}
section.homepage-intro .video-frame img.logo {
  width: 94px;
  margin-right: 20px;
}
@media (min-width: 992px) {
  section.homepage-intro .video-frame img.logo {
    width: 256px;
  }
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  section.homepage-intro .video-frame {
    flex-direction: column;
  }
  section.homepage-intro .video-frame img.logo {
    margin: 0;
  }
  section.homepage-intro .video-frame h1 {
    text-align: center;
    margin-top: 30px;
  }
}
section.homepage-intro .content-frame {
  display: flex;
  flex-direction: column;
}
section.homepage-intro .content-frame > div {
  flex: 1;
}
section.homepage-intro .content-frame .content-frame-top {
  display: flex;
  z-index: 10;
  padding: 20px;
  position: relative;
}
section.homepage-intro .content-frame .content-frame-top .watermark {
  position: absolute;
  z-index: -1;
}
@media (max-width: 767.98px) {
  section.homepage-intro .content-frame .content-frame-top .watermark {
    bottom: -180px;
    left: 0;
    right: 0;
    width: 100vw;
  }
}
@media (min-width: 768px) {
  section.homepage-intro .content-frame .content-frame-top .watermark {
    right: 10px;
    top: 230px;
  }
}
@media (max-width: 991.98px) {
  section.homepage-intro .content-frame .content-frame-top {
    min-height: 390px;
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  section.homepage-intro .content-frame .content-frame-top .content {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (min-width: 992px) {
  section.homepage-intro .content-frame .content-frame-top .content {
    margin: auto;
  }
}
section.homepage-intro .content-frame .content-frame-bottom {
  z-index: 10;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  section.homepage-intro .content-frame .content-frame-bottom h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
}
@media (min-width: 992px) {
  section.homepage-intro .content-frame .content-frame-bottom {
    display: flex;
    justify-content: space-evenly;
  }
}
@media (min-width: 992px) {
  section.homepage-intro .content-frame .content-frame-bottom > div {
    flex: 1;
  }
}
section.homepage-intro .content-frame .content-frame-bottom .content-frame-text {
  display: flex;
  background-color: #EE6146;
  padding: 60px 0;
  position: relative;
}
section.homepage-intro .content-frame .content-frame-bottom .content-frame-text:after {
  z-index: 5;
  position: absolute;
  display: block;
  content: "";
  width: 42px;
  height: 42px;
  background: #EE6146;
  border-radius: 3px;
  transform: rotate(45deg);
  bottom: -12px;
  left: 50%;
  margin-left: -20px;
}
@media (min-width: 992px) {
  section.homepage-intro .content-frame .content-frame-bottom .content-frame-text:after {
    bottom: inherit;
    left: inherit;
    margin-left: inherit;
    right: -12px;
    top: 50%;
    margin-top: -20px;
  }
}
section.homepage-intro .content-frame .content-frame-bottom .content-frame-text .content {
  margin: auto;
  text-align: center;
  padding: 0 50px;
}
section.homepage-intro .content-frame .content-frame-bottom .content-frame-pic {
  min-width: 200px;
}
section.homepage-intro .content-frame .content-frame-bottom .content-frame-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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