/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/resources/buurtzorg/fonts/fa-solid-900.eot);
  src: url(/resources/buurtzorg/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/resources/buurtzorg/fonts/fa-solid-900.woff2) format("woff2"), url(/resources/buurtzorg/fonts/fa-solid-900.woff) format("woff"), url(/resources/buurtzorg/fonts/fa-solid-900.ttf) format("truetype"), url(/resources/buurtzorg/fonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*

.VueCarousel { padding-left:1.5em; padding-right:1.5em; }
.VueCarousel-slide { cursor:pointer; }

.VueCarousel-navigation-button { !*background:rgba(0,0,0,0.2)!important;*! width:2em!important; height:100%; text-indent:-999px; overflow:hidden; }
.VueCarousel-navigation-button::before { color:$black; line-height: 1; float:left; text-indent:0; font-family: 'Font Awesome 5 Free'; font-weight: 400; font-size: 20px; line-height: 1; opacity: .75;}

.VueCarousel-navigation-prev { left: 2em!important; margin-left:0!important; }
.VueCarousel-navigation-prev::before { content: "\f053"; }

.VueCarousel-navigation-next { right: 2em!important; }
.VueCarousel-navigation-next::before { content: "\f054";  }

.vue-carousel-light .VueCarousel-navigation-prev::before,
.vue-carousel-light .VueCarousel-navigation-next::before { color:$black; }

*/
.VueCarousel-slide {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  overflow: hidden;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  height: 70vmax;
  width: 100%;
  position: relative;
}

.VueCarousel-slide IMG {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  z-index: 1;
  height: 100%;
  width: 100%;
}

.VueCarousel-slide .title {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: auto;
  width: 100%;
}

.VueCarousel-navigation-button {
  width: 3.5rem !important;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}

.VueCarousel-navigation-button:focus {
  outline: none !important;
}

.VueCarousel-navigation-button::before {
  color: #fff;
  line-height: 1;
  float: left;
  text-indent: 0;
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 400;
  font-size: 20px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
}

.VueCarousel-navigation-prev {
  left: 3.5rem !important;
  margin-left: 0 !important;
}

.VueCarousel-navigation-prev::before {
  content: "\f053";
}

.VueCarousel-navigation-next {
  right: 3.5rem !important;
}

.VueCarousel-navigation-next::before {
  content: "\f054";
}

.vue-carousel-light .VueCarousel-navigation-prev::before,
.vue-carousel-light .VueCarousel-navigation-next::before {
  color: #000;
}

.VueCarousel-slide .dot {
  position: absolute;
  z-index: 4;
  top: -35px;
  right: -30px;
}

.VueCarousel-slide .dot DIV {
  display: table-cell;
  height: 140px;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #000;
  color: #fff;
  padding: 1em 1em 0 .5em;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 1.6rem;
}

.VueCarousel-slide .dot.lastchance DIV {
  background-color: #e45252;
}

.VueCarousel-slide .dot.used DIV {
  background-color: #f69028;
}

.VueCarousel-slide .dot.newmodel DIV {
  background-color: #84ac41;
}

.VueCarousel-slide .dot.directdrive DIV {
  background-color: #008cc8;
}

.VueCarousel-slide .dot.directdeal DIV {
  background-color: #f69028;
}

@media (min-width: 768px) {
  .VueCarousel-slide .dot {
    top: auto;
    bottom: -35px;
    right: -35px;
    padding: 0 1em;
  }
  .VueCarousel-slide .dot DIV {
    padding: 0 1em .5em 1em;
    height: 180px;
    width: 180px;
    font-size: 2rem;
  }
}

@media (min-width: 992px) {
  .VueCarousel-slide {
    max-height: 600px;
  }
  .VueCarousel-slide .dot {
    top: auto;
    bottom: -45px;
    right: -40px;
    padding: 0 1em;
  }
  .VueCarousel-slide .dot DIV {
    padding: 0 1em .5em 1em;
    height: 240px;
    width: 240px;
    font-size: 2.2rem;
  }
}

.image-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 4em;
  position: absolute;
  z-index: 100;
  bottom: 0;
  width: 100%;
}

.image-overlay H5 {
  line-height: 1em;
  padding-top: .5em;
}

.video-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 4em;
  width: 100%;
}

.border-grey {
  border-bottom: 1px solid #d7d7d7;
}

.large-numbers {
  color: #989797;
  font-size: 1.8em;
}

.numbers {
  font-size: 3.2rem;
  letter-spacing: -2px;
}

.numbers .smaller {
  font-size: 80%;
  display: inline-block;
}

.numbers .lighter {
  font-weight: 300;
  font-size: 55%;
}

.btn-xl {
  padding: 0.7rem 1.2rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/*
.sub-footer-background-image { background-image:url("/resources/buurtzorg/images/subfooter.jpg"); background-position:60% 0%; background-repeat: no-repeat; background-size: cover; }
.sub-footer { min-height:550px; }
.sub-footer .white-block { background:$white; max-width:100%; border-radius:4px; margin-top:5em; margin-bottom:30em; }
*/
.blue hr {
  border-top: 1px solid #4da1d4;
}

.margin-up {
  margin-top: -1em;
}

.large-overlay {
  height: 4.5em;
  font-size: 1.3rem;
}

.large-overlay H5 {
  font-size: 1.8rem;
  padding-top: .7em;
}

.quote {
  font-size: 1.6em;
  line-height: 1.2;
}

/* Medium devices (ipads, 768px and up) */
@media (min-width: 768px) {
  .border-grey {
    border-bottom: 0;
    border-right: 1px solid #d7d7d7;
  }
}

/* Large devices (desktops, 1024px and up) */
/*@include media-breakpoint-up(lg) {


  .bg .background-image { right:0;}
  .bg .container-fluid { background-color:transparent; }

  .sub-footer-background-image { background-position:center center; }
  .sub-footer .white-block { max-width:500px; position:absolute; left:2em; bottom:2em; margin-bottom:0; margin-top:0; }
}*/
/* xlarge devices (desktops, 1200px and up) */
/*
@include media-breakpoint-up(xl) {
  .sub-footer { min-height:700px; }
}*/

