/*
Theme Name: métier
Theme URI: https://www.loregoethals.be
Version: 1.0
Description: A blueprint theme for sites developed by métier
Author: Lore Goethals
Author URI: https://www.loregoethals.be
template: bb-theme
*/
:root {
  --color-black: #000A0B;
  --color-green: #001F20;
  --color-orange: #F96D17;
}

@font-face {
  font-family: "DIN";
  src: url("fonts/DIN-Black.woff2") format("woff2"), url("fonts/DIN-Black.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "DIN";
  src: url("fonts/DIN-Medium.woff2") format("woff2"), url("fonts/DIN-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "DIN";
  src: url("fonts/DIN-Light.woff2") format("woff2"), url("fonts/DIN-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
  font-weight: 400;
}
html {
  overflow-x: hidden !important;
}

.menu svg {
  max-height: 16px !important;
  margin: 0.75em;
}

.footer, .footer a {
  color: #ffffff !important;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1.5px !important;
  text-transform: lowercase;
  line-height: 2em;
  text-align: center;
}
.footer:hover, .footer a:hover {
  text-decoration: none !important;
  color: var(--color-orange) !important;
}
@media (max-width: 600px) {
  .footer, .footer a {
    text-align: center;
  }
}

.cta-link {
  text-transform: uppercase;
  color: var(--color-orange) !important;
  font-size: 14px;
  letter-spacing: 1.5px !important;
}
.cta-link:hover {
  text-decoration: none !important;
  color: #ffffff !important;
}

.aanbod-item {
  border: 1px solid var(--color-orange);
  padding: 10px !important;
}
@media (min-width: 900px) {
  .aanbod-item {
    height: 40vh;
    padding: 3em !important;
  }
}

.aanbod-item-frame {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  cursor: ns-resize;
}
.aanbod-item-frame::-webkit-scrollbar {
  display: none !important;
}
.aanbod-item-frame p {
  font-size: 14px !important;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .aanbod-item-frame {
    height: 90%;
    overflow-y: scroll;
  }
}

.swiper-container {
  overflow-x: hidden !important;
}
@media (min-width: 600px) {
  .swiper-container.testimonial {
    width: 200%;
  }
}

.testimonial .swiper-wrapper {
  align-items: center;
}

.swiper-slide.testimonial {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 600px) {
  .swiper-slide.testimonial {
    font-size: 14px;
    padding-right: 0px !important;
  }
}
.swiper-slide.testimonial .persoon {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1.4px;
}
@media (max-width: 600px) {
  .swiper-slide {
    padding-right: 4em;
  }
}

.swiper-button-next {
  background: url(img/next.svg) 0 50% no-repeat !important;
  align-items: center;
  justify-content: center;
}
.swiper-button-next.visie {
  top: 45% !important;
  right: 5% !important;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 600px) {
  .swiper-button-next.visie {
    top: 35% !important;
  }
}
.swiper-button-next.coach {
  right: 55% !important;
  top: 45% !important;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 600px) {
  .swiper-button-next.coach {
    top: 35% !important;
    right: 5% !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .swiper-button-next.coach {
    top: 45% !important;
    right: 45% !important;
  }
}
@media (max-width: 599px) {
  .swiper-button-next.testimonial {
    display: none;
  }
}
@media (min-width: 600px) {
  .swiper-button-next.testimonial {
    background: url(img/right.svg) 0 50% no-repeat !important;
    top: 45% !important;
    margin-right: 5%;
    width: 50px !important;
    height: 50px !important;
  }
}
.swiper-button-next:after {
  content: "" !important;
}

@media (max-width: 599px) {
  .swiper-button-prev.testimonial {
    display: none;
  }
}
@media (min-width: 600px) {
  .swiper-button-prev.testimonial {
    background: url(img/left.svg) 0 50% no-repeat !important;
    top: 45% !important;
    margin-left: 5%;
    width: 50px !important;
    height: 50px !important;
  }
}
.swiper-button-prev:after {
  content: "" !important;
}

.trajecten-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.traject, .traject-mobile {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 85vh;
  text-align: center;
  cursor: pointer;
  flex: 0.5;
  transition: all 200ms ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.traject .traject-overlay, .traject-mobile .traject-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 31, 32, 0.6);
}
.traject .traject-content, .traject-mobile .traject-content {
  opacity: 0;
  position: absolute;
  z-index: 5;
  padding: 10%;
}
.traject.active, .traject-mobile.active {
  flex: 1;
}
.traject.active .traject-content, .traject-mobile.active .traject-content {
  opacity: 1;
}

.traject-oranje {
  background-color: var(--color-orange);
  display: block;
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: var(--color-green);
  overflow-x: hidden;
  transition: all 0.4s;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

body.mobile-menu-opened .mobile-menu {
  opacity: 1;
  pointer-events: initial;
}

@media (max-width: 992px) {
  #mobile-menu > .fl-row-content-wrap {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
