@media only screen and (max-width: 992px) {
  #header-foto {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #header-foto-klein {
    display: none;
  }
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

#header-foto-klein {
  overflow: hidden;
  width: 250px;
  height: 300px;
}

#partner-info {
  font-size: 12px !important;
  font-weight: 300 !important;
}

#partner-info a {
  font-weight: 600 !important;
}

.hero-logo {
  width: 200px !important;
  height: 250px !important;
  align-self: center !important;
}

.hero-image-768px {
  width: 30% !important;
  left: 80% !important;
  top: 6% !important;
}

#header-foto-klein {
  width: 350px !important;
  height: 375px !important;
}

/* Mobiele hero groter maken */
@media (max-width: 768px) {
  .owl-carousel {
    height: 850px !important;
  }

  .owl-carousel .owl-stage-outer,
  .owl-carousel .owl-stage,
  .owl-carousel .owl-item {
    height: 850px !important;
  }

  .hero-image-768px {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    text-align: center;
    margin-top: 30px;
  }

  #header-foto {
    max-width: 80%;
    height: auto;
  }

  .custom-font-slider-1 {
    font-size: 32px;
    line-height: 1.2;
  }

  .custom-font-slider-2 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 4px !important;
  }

  .header-nav-main .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin: 0 !important;
    width: 100%;
  }
}

.font-weight-bold.text-color-dark.text-10 {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .sideHeader-cta-btn {
    display: none !important;
  }
}

.sideHeader-cta-btn {
  position: fixed;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  align-items: center;
}

.social-icons.social-icons-large li a {
  height: 60px;
  line-height: 62px;
  width: 60px;
  font-size: 2rem;
}

.btn {
  font-family: "Nunito", Arial, sans-serif !important;
  text-transform: none !important;
  font-size: 1rem;
  font-weight: 600;
}