.quoteBlock {
  width: 1440px;
  margin: -40px auto 0 auto;
  background: transparent;
}
.quoteBlock[data-aos="animate"] .qbWrapper .qbBackground {
  right: 0;
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.quoteBlock[data-aos="animate"] .qbWrapper .qbLists {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.quoteBlock.aos-animate .qbWrapper .qbBackground {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quoteBlock.aos-animate .qbWrapper .qbLists {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.quoteBlock .qbBackground {
  background: #5bcf69;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quoteBlock .qbWrapper {
  padding: 100px 50px 50px 150px;
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 200px);
}
.quoteBlock .qbWrapper .qbLists {
  opacity: 1;
}
.quoteBlock .qbWrapper .qbLists .qbOpdrachtgeversBlock {
  display: inline-block;
  width: 35%;
  line-height: 30px;
  vertical-align: top;
  padding-right: 50px;
  box-sizing: border-box;
}
.quoteBlock .qbWrapper .qbLists .qbOpdrachtgeversBlock .qbList {
  margin-right: 20px;
  font-weight: 700;
  font-style: italic;
  display: inline-block;
  color: #5bcf69;
}
.quoteBlock .qbWrapper .qbLists .qbOpdrachtgeversBlock .qbList.showAll {
  display: none;
  cursor: pointer;
  color: #1f1f1f !important;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock {
  width: 500px;
  margin: 0 auto;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll {
  position: relative;
  padding-bottom: 30px;
  margin-top: 30px;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .scrollButton {
  font-size: 18px;
  position: absolute;
  top: -10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .scrollButton:hover {
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll #qbNext {
  right: -25px;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll #qbPrev {
  left: -25px;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .indicator {
  background: #ebebeb;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: relative;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .indicator .indicatorOverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  background: url(/assets/img/dot_overlay_green.png);
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .indicator .indicatorLoaded {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  border-radius: 2px;
  background: #1f1f1f;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteScroll .indicator .indicatorLoaded.active {
  width: 100%;
  -webkit-transition: all 5.7s linear;
  -moz-transition: all 5.7s linear;
  -o-transition: all 5.7s linear;
  transition: all 5.7s linear;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer {
  overflow: hidden;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer .qbQuoteWrapper {
  position: relative;
  left: 0;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer .qbQuoteWrapper .qbQuotes {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  white-space: normal;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer .qbQuoteWrapper .qbQuotes .qbQuote {
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer .qbQuoteWrapper .qbQuotes .qbQuoteAuthor {
  padding-top: 10px;
  font-weight: 700;
}
.quoteBlock .qbWrapper .qbLists .qbQuoteBlock .qbQuoteContainer .qbQuoteWrapper .qbQuotes .qbQuoteAuthor .qbQuoteCompany {
  color: #5bcf69;
}
@media all and (max-width: 1440px) {
  .quoteBlock {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .quoteBlock .qbWrapper {
    width: 100%;
    padding: 100px 50px 50px 50px;
  }
}
@media all and (max-width: 767px) {
  .quoteBlock {
    margin-top: 0;
  }
  .quoteBlock .qbWrapper {
    padding: 40px 50px 30px 50px;
  }
  .quoteBlock .qbWrapper .qbText {
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
  }
  .quoteBlock .qbWrapper .qbText .qbTextQuote {
    font-size: 18px;
  }
  .quoteBlock .qbWrapper .qbLists .qbQuoteBlock {
    width: 100%;
  }
}
/*# sourceMappingURL=quote_block.css.map */