/* -- Fonts ----------------------------------*/
@font-face {
  font-family: 'panton-300';
  src: url("./fonts/panton-light-webfont.woff2") format("woff2"), url("./fonts/panton-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'panton-400';
  src: url("./fonts/panton-webfont.woff2") format("woff2"), url("./fonts/panton-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'panton-600';
  src: url("./fonts/panton-semibold-webfont.woff2") format("woff2"), url("./fonts/panton-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'panton-700';
  src: url("./fonts/panton-bold-webfont.woff2") format("woff2"), url("./fonts/panton-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'panton-800';
  src: url("./fonts/panton-extrabold-webfont.woff2") format("woff2"), url("./fonts/panton-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* -- Font weights ---------------------------*/
.text-300 {
  font-family: 'panton-300', sans-serif;
  font-weight: normal !important;
}

.text-400 {
  font-family: 'panton-400', sans-serif;
  font-weight: normal !important;
}

.text-600 {
  font-family: 'panton-600', sans-serif;
  font-weight: normal !important;
}

.text-700 {
  font-family: 'panton-700', sans-serif;
  font-weight: normal !important;
}

.text-800 {
  font-family: 'panton-800', sans-serif;
  font-weight: normal !important;
}

/* -- Font sizing ----------------------------*/
strong, b {
  font-family: 'panton-700', sans-serif;
  font-weight: normal !important;
}

.display-1,
.display-2,
.display-3,
.display-4,
.h1,
.h2 {
  display: block;
  line-height: 1;
}

.h3,
.h4,
.h5,
.h6 {
  display: block;
  line-height: 1.2;
}

p {
  margin: 0;
}

p + p {
  margin-top: 1rem;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  font-family: 'panton-400', sans-serif;
  font-weight: normal;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  font-size: 16px;
}

/* -- Links ---------------------------------*/
a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.link--700 {
  font-family: 'panton-700', sans-serif;
  font-weight: normal;
}

.link--black, .link--black:hover {
  color: #000;
}

/* -- Buttons -------------------------------*/
.btn {
  font-family: 'panton-700', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: .5rem;
}

.btn-lg {
  padding: 1rem 2rem;
}

.btn-darkyellow {
  font-size: .9rem;
  background: #E6B400;
  color: #ffffff;
}

.btn-darkyellow:hover,
.btn-darkyellow:focus,
.btn-darkyellow:active {
  color: #ffffff;
  background: #d2a400;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-white {
  font-size: .9rem;
  background: #ffffff;
  color: #000000;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  color: #000000;
  background: whitesmoke;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .45rem 1.5rem .45rem 1rem;
  border-radius: .75rem;
  margin: .25rem 0;
}

.btn-app i {
  font-size: 2.8rem;
  margin-right: .75rem;
}

.btn-app span {
  font-size: .9rem;
  text-align: left;
  line-height: 1;
}

.btn-app strong {
  display: block;
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
}

.btn-app--black {
  background: #000000;
}

.btn-app--black i,
.btn-app--black span {
  color: #ffffff;
}

.btn-app--black strong {
  color: #FDC60B;
}

.btn-app--yellow {
  background: #FDC60B;
}

.btn-app--yellow i,
.btn-app--yellow span,
.btn-app--yellow strong {
  color: #000000;
}

/* Backgrounds ----------------------------*/
.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #000000;
}

.bg-yellow {
  background: #FDC60B;
}

.bg-darkyellow {
  background: #E6B400;
}

.bg-brown {
  background: #6B625B;
}

.bg-gradient {
  background-color: #fdc60b;
  background-color: -webkit-gradient(linear, left top, right top, from(#fdc60b), to(#fff23a));
  background-color: linear-gradient(to right, #fdc60b 0%, #fff23a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc60b', endColorstr='#fff23a',GradientType=1 );
}

/* -- Colors ------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-yellow {
  color: #FDC60B;
}

.text-darkyellow {
  color: #E6B400;
}

.text-brown {
  color: #6B625B;
}

/* -- Carousel ----------------------------*/
.owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.owl-next,
.owl-prev {
  display: block;
  font-size: 1.45rem;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: none;
}

.owl-next.disabled,
.owl-prev.disabled {
  opacity: .6;
}

.animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-animated-out {
  z-index: 1;
}

.owl-animated-in {
  z-index: 0;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* -- Form ----------------------------*/
.wpcf7 {
  position: relative;
}

.wpcf7 .ajax-loader {
  display: none;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
}

.wpcf7 .wpcf7-not-valid-tip {
  padding-top: 5px;
  color: #d70842;
  text-align: right;
  display: none;
}

.wpcf7 .wpcf7-not-valid,
.not-valid {
  border-left: 4px solid #d70842 !important;
}

.wpcf7 .wpcf7-response-output {
  padding: 15px;
  text-align: center;
  margin: 15px 0 0 0;
}

.wpcf7 .wpcf7-validation-errors {
  background: #fff;
  color: #856404;
  border: none;
  border-left: 4px solid #856404;
}

.wpcf7 .wpcf7-mail-sent-ok {
  display: none;
  background: #fff;
  color: #155724;
  border: none;
  border-left: 4px solid #155724;
}

.wpcf7-form-control-wrap {
  margin-bottom: 1rem;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-textarea {
  max-height: 188px;
}

.form-control {
  font-family: 'panton-700', sans-serif;
  font-size: 1rem;
  color: #fff;
  border: none;
  background: #E6B400;
  border-radius: .25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1em 1em 0.75em 1em;
  height: auto;
}

select.form-control:not([size]):not([multiple]) {
  height: auto;
}

.form-control:focus {
  background: #E6B400;
  border: none;
  color: #808080;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* -- Lists --------------------------*/
.list-check {
  margin: 0;
  padding-left: 0;
}

.list-check li:before {
  content: '\f00c';
  display: inline-block;
  margin-right: .5rem;
  font-family: "Font Awesome 5 Pro";
  border: 1px solid #FDC60B;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
}

.list-check li {
  font-family: 'panton-700', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #ffffff;
}

.list-check li + li {
  margin-top: .5rem;
}

#topbar-facts {
  background: #000000;
  padding: .6rem 0;
}

.fact-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fact-wrapper__item {
  color: #ffffff;
}

.fact-wrapper__item strong {
  font-family: 'panton-800', sans-serif;
  color: #FDC60B;
}

/* -- Header ----------------------------*/
.home #header {
  background-image: url('../images/masthead-bg-sm.png');
  background-repeat: no-repeat;
  background-position: top right -100px;
  background-attachment: scroll;
}

@media all and (min-width: 576px) {
  .home #header {
    background-position: bottom right;
  }
}

@media all and (min-width: 768px) {
.home #header {
  background-image: url('../images/masthead-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: inherit;
}
}

@media all and (min-width: 768px) {
  .home #header {
    background-position: bottom center;
  }
}

@media all and (min-width: 1200px) {
  .home #header {
    background-size: contain;
  }
}

/* -- Header base -----------------------*/
#header--base {
  padding: 1.25rem 0;
}

.header--base__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
}

.header--base__list li + li {
  margin-left: 1.25rem;
}

.header--base__list li a:not([class]) {
  color: #000000;
}

.navbar-toggler {
  display: block;
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
}

/* -- Header navigation -----------------*/
#mainnav li a {
  font-family: 'panton-700', sans-serif;
  font-weight: normal;
  color: #000000;
}

/* -- Header masthead -------------------*/
#header--masthead {
  padding: 4rem 0;
}

  #header--masthead .display-3 {
    font-size: 3rem;
  }

  #header--masthead .display-4 {
    font-size: 2rem;
  }

@media all and (min-width: 576px) {
  #header--masthead .display-3 {
    font-size: 3.25rem;
  }

  #header--masthead .display-4 {
    font-size: 2.25rem;
  }
}

@media all and (min-width: 768px) {
  #header--masthead {
    padding: 8rem 0;
  }
}

@media all and (min-width: 992px) {
  #header--masthead .display-3 {
    font-size: 4.5rem;
  }
  
  #header--masthead .display-4 {
    font-size: 3.5rem;
  }
}

/* -- Header title ----------------------*/
#header--title {
  padding: 4rem 0 0 0;
}

#masthead .owl-masthead .item {
  height: 480px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#masthead .owl-masthead .owl-masthead__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masthead .owl-masthead .owl-masthead__content .display-2 {
  color: #fff;
}

#masthead .owl-nav {
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px;
  margin: 0 auto;
}

@media all and (min-width: 576px) {
  #masthead .owl-nav {
    max-width: 540px;
  }
  #masthead .owl-masthead .item {
    height: 540px;
  }
}

@media all and (min-width: 768px) {
  #masthead .owl-nav {
    max-width: 720px;
  }
  #masthead .owl-masthead .item {
    height: 600px;
  }
  #masthead.subpage .owl-masthead .item {
    height: 580px;
  }
}

@media all and (min-width: 992px) {
  #masthead .owl-nav {
    max-width: 960px;
  }
  #masthead .owl-masthead .item {
    height: 680px;
  }
  #masthead.subpage .owl-masthead .item {
    height: 580px;
  }
}

@media all and (min-width: 1200px) {
  #masthead .owl-nav {
    max-width: 1140px;
  }
  #masthead .owl-masthead .item {
    height: 760px;
  }
  #masthead.subpage .owl-masthead .item {
    height: 580px;
  }
}

/* -- Hoe werkt het -----------------------------------------------*/
#hoe-werkt-het {
  padding: 5rem 0;
}

#hoe-werkt-het p {
  color: #fff;
  margin: 0;
}

#hoe-werkt-het p + p {
  margin-top: 1rem;
}

/* -- Zo werkt het ------------------------------------------------*/
#zo-werkt-het--tabs {
  padding: 1rem 0 0 0;
}

#zo-werkt-het--tabs .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#zo-werkt-het--tabs .tabs-wrapper h4 {
  color: #ffffff;
}

#zo-werkt-het--tabs .tabs-wrapper .nav-tabs li a {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  padding: 1rem 1rem .75rem 1rem;
  color: #000000;
  background: #FDC60B;
  border: none;
} 

#zo-werkt-het--tabs .tabs-wrapper .nav-tabs li a:hover {
  background: #fed857;
}

#zo-werkt-het--tabs .tabs-wrapper .nav-tabs li a.active,
#zo-werkt-het--tabs .tabs-wrapper .nav-tabs li a.active:hover {
  background: #ffffff;
}

#zo-werkt-het--content {
  padding: 5rem 0 6.5rem 0;
}

#zo-werkt-het--content .tab-pane {
  width: 100%;
}

.owl-zo-werkt-het {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.owl-zo-werkt-het .item {
  text-align: center;
}

.owl-zo-werkt-het .item figure {
  display: inline-block;
  position: relative;
}

.owl-zo-werkt-het .item figure img {
  display: block;
  width: auto;
}

.owl-zo-werkt-het .item figure .step {
  top: 0;
  right: 0;
  position: absolute;
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #ffffff;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #000000;
  border-radius: 100%;
}

  .owl-zo-werkt-het .item figure img {
    width: 130px;
  }

.owl-zo-werkt-het .item h5 {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  color: #000000;
}

.owl-zo-werkt-het .item p {
  font-size: .85rem;
  color: #6B625B;
  margin: 0;
}

.owl-zo-werkt-het .owl-nav {
  position: absolute;
  bottom: -5rem;
}

@media all and (min-width: 576px) {  
  #zo-werkt-het--tabs .tabs-wrapper .nav-tabs li a {
    padding: 1rem 1.75rem .75rem 1.75rem;
  }
}

/* -- Voorbeelden -------------------------------------------------*/
#voorbeelden {
  padding: 3rem 0 0 0;
}

.owl-voorbeelden .item {
  position: relative;
}

.owl-voorbeelden .item:after {
  content: '';
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 52px;
  height: 52px;
  background-image: url("../images/starmovie-icon.svg");
  background-size: contain;
  z-index: 10;
}

.owl-voorbeelden .owl-nav button {
  background: #FDC60B;
}

@media all and (min-width: 992px) {
  .owl-voorbeelden .owl-nav {
    width: 255px;
    position: absolute;
    bottom: 0;
    left: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media all and (min-width: 1200px) {
  .owl-voorbeelden .owl-nav {
    width: 300px;
  }
}

/* -- Klanten -----------------------------------------------------*/
#wie-gebruikt-het {
  padding: 5rem 0;
}

.klanten--list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

  .klanten--list li {
    padding: .5rem;
  }
  
    .klanten--list li img {
       max-width: 200px;
    }

/* -- Kosten ------------------------------------------------------*/
#wat-kost-het {
  padding: 4rem 0 0 0;
  overflow: hidden;
}

.kosten--inner {
  padding: 2rem 1.5rem;
  background: #FDC60B;
}

.card--price {
  padding: 1rem 0;
  border: none;
  border-radius: 0;
  height: 100%;
}

.card--price h4 {
  margin: 0 0 .25rem 0;
}

.card--price span.label {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  display: inline-block;
  width: auto;
  background: #FDC60B;
  padding: .25rem .5rem;
  border-radius: .5rem;
  margin-bottom: 1rem;
}

.card--price ul {
  display: block;
  padding-left: 1.5rem;
}

.card--price ul li + li {
  margin-top: .3rem;
}

.card--price ul li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 700;
  color: #1EB400;
  position: absolute;
  left: 1.25rem;
}

@media all and (min-width: 992px) {
  .kosten--inner {
    padding: 3rem 0;
  }
}

/* -- Download ----------------------------------------------------*/
#download {
  padding: 3rem 0;
}

/* -- Reseller ----------------------------------------------------*/
#reseller {
  padding: 5rem 0;
  color: #fff;
}

#reseller strong,
#reseller p a {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  color: #FDC60B;
}

/* -- Content creators --------------------------------------------*/
#content-creators {
  padding: 5rem 0;
}

.owl-creators .item img {
  width: auto;
  display: block;
  margin: 0 auto;
}

/* -- FAQ ---------------------------------------------------------*/
#faq,
#page {
  padding: 2rem 0 4rem 0;
}

#page h5 {
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  color: #000;
}

#page ul li a,
#page p a {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  color: #000;
}

#page ul:not([class]) {
  padding-left: 1rem;
  margin: 1rem 0;
}

.faq-wrapper,
.page-wrapper {
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
}

#veelgestelde-vragen .card {
  border: none;
  border-bottom: 1px solid #D3D0CE;
  border-radius: 0;
  padding: 1rem 0;
}

#veelgestelde-vragen .vraag-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#veelgestelde-vragen .vraag-top a {
  font-family: 'panton-800', sans-serif;
  font-weight: normal;
  font-size: 1.125rem;
  color: #000000;
}

#veelgestelde-vragen .vraag-top a i {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100%;
  text-align: center;
  background: #FDC60B;
  border: 1px solid #FDC60B;
}

#veelgestelde-vragen .vraag-top a.collapsed i {
  background: none;
  border: 1px solid #D3D0CE;
}

#veelgestelde-vragen .vraag-top a.collapsed i:before {
  content: '\f063';
}

#veelgestelde-vragen .vraag-body {
  padding: 1.5rem 0 .5rem 0;
}

@media all and (min-width: 768px) {
  #zo-werkt-het--tabs .tabs-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media all and (min-width: 992px) {
  .faq-wrapper,
  .page-wrapper {
    padding: 2.5rem;
  }
  #veelgestelde-vragen .vraag-body p {
    max-width: 80%;
  }
}

#project-introductie {
  padding: 1.5rem 0;
}

#project-gallery {
  padding: 2rem 0 5rem 0;
}

#contact {
  padding: 4rem 0;
}

#contact small {
  font-size: 14px;
  color: #A5862F;
}

#contact small a,
#contact small a:hover {
  font-size: 14px;
  color: #A5862F;
}
/*# sourceMappingURL=stylesheet.css.map */