body::before {
  display: none;
  content: "xs";
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body::before {
    content: "sm";
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body::before {
    content: "md";
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  body::before {
    content: "lg";
  }
}
@media (min-width: 1200px) {
  body::before {
    content: "xl";
  }
}
.button-container-footer {
  background-color: #C799FC;
}

.popup {
  display: none;
}

#recensie-img {
  border-radius: 50%;
}

#recensies-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
}

#recensies-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

#recensies-popup {
  padding: 0px;
  background: #FFF;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 490px;
  height: 590px;
  width: 980px;
  max-width: 95%;
  z-index: 9999;
  box-shadow: 10px 10px 38px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 17px 18px 55px -1px rgba(0, 0, 0, 0.5);
}

#recensie-picker {
  font-weight: bold;
}

#recensies-popup #recensie-persoon {
  padding-right: 30px;
  padding-left: 30px;
  height: 100%;
  text-align: center;
}

#recensies-popup .container-fluid {
  height: 100%;
}

#recensies-popup p {
  padding: 40px;
  font-size: 14px;
  line-height: 25px;
  padding-right: 0px;
}

#recensies-popup #recensie-persoon #recensie-btn-bekijk-project {
  margin-top: 15px;
}

@media (max-width: 768px) {
  #recensies-popup {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    transform: inherit;
    height: auto;
  }

  #recensies-popup .container-fluid {
    height: auto;
  }

  #recensies-popup p {
    padding: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  #recensies-popup #recensie-persoon {
    padding: 0;
  }

  #recensies-popup #recensie-persoon #recensie-img {
    width: 100% !important;
    margin-left: 5px;
  }

  #recensies-popup #recensie-persoon #recensie-naam {
    margin-left: 20px;
    margin-top: 0;
  }

  #recensies-popup #recensie-persoon #recensie-functie {
    margin-left: 20px;
  }

  #recensies-popup #recensie-persoon #recensie-btn-bekijk-project {
    margin-left: 20px;
    margin-top: 11px;
  }
}
#recensie-content {
  transition: opacity 1s ease-in-out;
}

#recensies-menu, #recensies-menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#recensies-menu li {
  padding: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  padding-left: 34px;
}

#recensies-menu li.active {
  background: #FFF;
  sfont-size: 15px;
}

#recensies-menu li a {
  color: #000;
}

#recensies-menu li.active a {
  text-decoration: none;
  color: var(--clic-groen);
}

#recensies-popup .popup-menu-bar h4 {
  text-transform: uppercase;
  color: silver;
  font-size: 14px;
  padding: 20px;
  padding-top: 60px;
}

#recensies-popup h3 {
  padding: 40px;
  padding-bottom: 0;
  font-size: 35px;
}

#recensie-naam {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: -1px;
}

#recensie-functie {
  font-size: 12px;
}

.kruisje:hover {
  filter: invert(100%);
  transition: filter 200ms ease-in-out;
}

#recensies-container .custom-select {
  border: 0;
  border-radius: 0;
  background: #FFF url("/img/select-arrow-down.svg") no-repeat right 0rem center;
}

#klant-logo {
  width: 100%;
  max-height: 42%;
  max-width: 45%;
}

.klanten-list li a:hover {
  text-decoration: none;
}

#klant-summary p {
  font-size: 13px;
  line-height: 23px;
}

#klant-summary ul {
  padding: 0;
  margin: 0;
  padding-left: 17px;
}

#klant-summary ul li {
  padding: 0;
  margin: 0;
}

ul.klanten-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.klanten-list li {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

ul.klanten-list li a {
  text-decoration: none;
  color: #000;
}

ul.klanten-list li a.active {
  color: #9485F7;
}

#klant-summary-titel {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}

@media (max-height: 780px) {
  ul.klanten-list li {
    font-size: 16px;
    line-height: 28px;
  }

  #klant-summary p {
    line-height: 20px;
  }

  #klant-summary-titel {
    font-size: 16px;
    line-height: 24px;
  }
}
.marquee-container {
  z-index: 9999;
  color: #FFF;
  line-height: 67px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 22.28px;
  word-spacing: 20px;
  font-size: 48px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  height: 67px;
}
@media (max-width: 767.98px) {
  .marquee-container {
    width: 100vw;
    font-size: 35px;
  }
  .marquee-container:not(.marquee-homepage) {
    bottom: inherit;
    top: 420px;
  }
}
@media (min-width: 992px) {
  .marquee-container {
    width: 50vw;
  }
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 200px;
  overflow-x: hidden;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee calc(120s * 10) linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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