.header {
  position: relative;
}
.header .highlight {
  color: #ffcc00;
}
.header .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header .swiper-container .swiper-slide {
  position: relative;
}
.header .swiper-container .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.header .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.header .header-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
}
.header .header-content .top {
  display: flex;
  justify-content: end;
  align-items: center;
}
.header .header-content .top .brand img {
  max-width: 150px;
}
.header .header-content .top .menu-btn {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.header .header-content .content {
  margin-top: auto;
  margin-bottom: 2rem;
}
.header .header-content .content .text {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
}
.header .header-content .scroll-down {
  text-align: center;
  color: #fff;
}
.header .header-content .scroll-down .icon {
  font-size: 24px;
  animation: scroll-down 2s infinite;
}
@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.site-logo {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logo-wrapper {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0);
  left: 2rem;
  z-index: 1000;
  background: url("/wp-content/uploads/achtergrond.png") !important;
  padding: 1rem;
  border-radius: 4px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.logo-link img {
  max-width: 190px;
  height: auto;
}
@media (max-width: 991.98px) {
  .logo-link img {
    max-width: 150px;
  }
}
.header .swiper-container {
  height: 100vh;
}
.swiper-container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.header-content .top, .header-content .content, .header-content .scroll-down {
  pointer-events: all;
}
.menu-btn {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: 15px;
  margin-top: 0.5rem;
}
.scroll-down {
  text-align: center;
  margin-bottom: 1rem;
}
.scroll-down .icon i {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.h1-header {
  font-size: calc(1.50625rem + 3.075vw);
  line-height: 80px;
}
@media (min-width: 1200px) {
  .h1-header {
    font-size: 3.8125rem;
  }
}
@media (max-width: 991.98px) {
  .h1-header {
    line-height: normal !important;
  }
}
.wrapper-header {
  position: relative;
  height: 100vh;
}
@media (max-width: 991.98px) {
  .h1-header {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .scroll-down {
    margin-top: -8rem;
  }
  .header-text {
    margin-bottom: 8rem;
  }
}
@media (max-width: 991.98px) {
  .header-text {
    margin-bottom: 3rem;
  }
}
.scroll-down {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
}
.scroll-text {
  font-size: 18px;
}
.icon svg {
  font-size: 36px;
  margin-bottom: 0.3rem;
}
.menu-btn {
  flex-direction: column;
  margin-bottom: 1rem;
}
.menu-btn svg {
  font-size: 16px;
  margin-top: -0.6rem;
}
.menu-bar-text {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .menu-bar-text {
    display: none;
  }
}
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
}
.scroll-text {
  cursor: pointer;
}
.icon .fa-computer-mouse-scrollwheel {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .menu-btn svg {
    font-size: 26px !important;
  }
  .menu-bar-text {
    font-size: 16px !important;
  }
}
