/************************************************* Colors ******************************************/
html,
body {
  max-width: 100vw;
  overflow-x: hidden;
}
.grey {
  background-color: #f0f0f0;
}
.white {
  background-color: #ffffff;
}
.yellow {
  background-color: #dcb700 !important;
}
.right {
  text-align: right;
}
.streep {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.streep .content {
  display: inline-block;
  width: 80px;
  height: 2px;
  background-color: black;
  border-radius: 10px;
}
*:focus {
  outline: none;
}
.container-content {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .container-content {
    margin-top: 65px !important;
  }
}
/************************************************* Home ******************************************/
.home-img {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  position: relative;
  top: -84px;
  max-width: 100vw;
  overflow: hidden;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .home-img {
    height: 400px;
    width: 100%;
    position: relative;
    top: 0px;
    padding-top: 0px;
    overflow: hidden;
  }
}
.home-img.small {
  top: 0px;
  height: 200px;
  text-align: center;
  margin-bottom: 50px;
  padding-top: 0px;
}
.home-img.small.no-margin {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .home-img.small {
    height: 200px;
  }
}
.home-img.small .achtergrond-afb {
  top: 0px;
}
.home-img.small h3 {
  color: #ffffff;
}
.home-img.small .streep {
  text-align: center;
}
.home-img.small .streep .content {
  display: inline-block;
  background-color: white;
  margin-top: 20px;
}
.home-img .achtergrond-afb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120%;
  z-index: -1;
}
.home-img .achtergrond-afb.home-banner {
  height: 150%;
  top: -140px;
  left: -140px;
  filter: none;
}
@media (max-width: 767px) {
  .home-img .achtergrond-afb.home-banner {
    top: -203px;
    left: -35%;
    height: 800px;
    width: 1200px;
  }
}
.home-img .content {
  display: table-cell;
  vertical-align: middle;
}
.home-img .content h1 {
  color: #ffffff;
}
.home-img .content h2 {
  color: #dcb700;
}
.home-img .content a {
  margin-bottom: 20px;
}
.home-img .content i {
  display: block;
  color: #ffffff;
  font-size: 35px;
}
.padding-block {
  display: inline-block;
  width: 100%;
  padding: 60px 90px;
}
.padding-block.onder {
  padding-top: 0px !important;
}
@media (max-width: 767px) {
  .padding-block {
    padding: 40px 20px 40px 20px;
  }
}
.padding-block.grey {
  background-color: #f0f0f0;
}
.padding-block.top {
  padding-top: 80px;
}
#showreel .video {
  display: inline-block;
  width: 100%;
  height: 300px;
}
@media (max-width: 767px) {
  #showreel .video {
    margin-bottom: 25px;
  }
}
#showreel p {
  margin-bottom: 15px;
}
#showreel .video-content {
  display: table;
}
#showreel .content {
  display: table-cell;
  vertical-align: middle;
}
#over-ons {
  text-align: center;
}
#over-ons .streep {
  margin-bottom: 40px;
}
#over-ons .afbeelding {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-bottom: 40px;
}
#over-ons .tekst {
  display: inline-block;
  padding: 0px 120px;
  text-align: center;
}
@media (max-width: 767px) {
  #over-ons .tekst {
    padding: 0px 0px;
  }
}
#over-ons .tekst p {
  margin-bottom: 40px;
}
#aanbod {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
#aanbod a {
  position: absolute;
  top: 60px;
  right: 90px;
}
@media (max-width: 767px) {
  #aanbod a {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
  }
}
#aanbod .append-streep {
  text-align: center;
}
#aanbod .streep {
  margin-bottom: 40px;
}
#aanbod i {
  color: #dcb700;
  font-size: 24px;
}
#aanbod .col-md-4 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #aanbod .col-md-4 {
    margin-bottom: 25px;
  }
}
#klant-reacties {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 300px;
}
#klant-reacties .filter {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 60px 0px;
}
#klant-reacties .filter h3 {
  color: white;
}
#klant-reacties .filter .streep {
  margin-bottom: 35px;
}
#klant-reacties .filter .streep .content {
  background-color: white;
}
#klant-reacties .filter .single-item {
  display: inline-block;
  width: 100%;
  padding: 0px 150px;
}
@media (max-width: 767px) {
  #klant-reacties .filter .single-item {
    padding: 0px 70px;
  }
}
#klant-reacties .filter .single-item p {
  color: white;
}
@media (max-width: 768px) {
  #klant-reacties {
    height: 425px;
  }
}
@media (max-width: 992px) {
  #klant-reacties {
    height: 375px;
  }
}
#vacature {
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 50px;
  padding-bottom: 50px;
}
#vacature h3 {
  color: black;
}
#vacature .streep {
  margin-bottom: 35px;
}
#vacature .streep .content {
  background-color: black;
}
#vacature .vacature-tekst {
  display: inline-block;
  width: 100%;
  padding: 0px 150px;
}
@media (max-width: 767px) {
  #vacature .vacature-tekst {
    padding: 0px 70px;
  }
}
#vacature .vacature-tekst p {
  color: black;
}
#vacature a.btn-flat {
  margin-top: 30px;
}
#blog .append-streep {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#blog .streep {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #blog .blog-bericht {
    margin-bottom: 20px;
  }
}
#blog .blog-bericht .foto {
  display: inline-block;
  width: 100%;
  height: 200px;
  margin-bottom: -5px;
}
#blog .blog-bericht .tekst {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #f0f0f0;
}
#blog .blog-bericht .tekst h4 {
  margin-bottom: 0px;
  color: black;
}
#blog .blog-bericht .tekst p {
  color: #000000;
}
#klanten-logo .append-streep {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#klanten-logo .streep {
  margin-bottom: 40px;
}
#klanten-logo .multiple-items {
  padding: 0px 90px;
}
#klanten-logo .multiple-items .logo {
  height: 150px;
}
/************************************************* Aanbod ******************************************/
#aanbod-detail {
  display: inline-block;
  width: 100%;
}
#aanbod-detail .foto {
  display: inline-block;
  width: 100%;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  #aanbod-detail .foto {
    height: 150px;
  }
}
#aanbod-detail .tekst {
  display: table;
  width: 100%;
  margin-bottom: -5px;
}
@media (max-width: 767px) {
  #aanbod-detail .tekst {
    display: inline-block;
  }
  #aanbod-detail .tekst.right {
    text-align: left;
  }
}
#aanbod-detail .tekst .content {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 90px;
}
@media (max-width: 767px) {
  #aanbod-detail .tekst .content {
    display: inline-block;
    padding: 30px 40px 50px 40px;
  }
}
#aanbod-detail .tekst .content h4,
#aanbod-detail .tekst .content p {
  margin-bottom: 20px;
}
.contact.op-aanbod {
  display: table;
  width: 100%;
  height: 300px;
}
.contact.op-aanbod .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0px 200px;
}
@media (max-width: 767px) {
  .contact.op-aanbod .content {
    padding: 0px 20px;
  }
}
.contact.op-aanbod .content h3,
.contact.op-aanbod .content p {
  color: #ffffff;
}
.contact.op-aanbod .content p {
  margin-bottom: 30px;
}
.contact.op-aanbod .content .streep {
  margin-bottom: 25px;
}
.contact.op-aanbod .content .streep .content {
  padding: 0px;
  background-color: white;
  display: inline-block;
}
/************************************************* Over ons ******************************************/
.over-ons {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 250px;
}
@media (max-width: 767px) {
  .over-ons {
    padding: 50px 20px;
  }
}
.over-ons h3 {
  margin-bottom: 40px;
}
.over-ons p {
  margin-bottom: 25px;
}
/************************************************* Poortfolio ******************************************/
.portfolio {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.portfolio h3 {
  margin-bottom: 30px;
}
.portfolio .filters a {
  color: #b4b4b4;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .portfolio .filters a {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.portfolio .filters a:last-of-type {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .portfolio .filters a:last-of-type {
    margin-right: 10px;
  }
}
.portfolio .filters a.active {
  color: black;
}
.portfolio .filters a:hover {
  cursor: pointer !important;
}
.portfolio-overzicht.padding-block {
  padding-top: 0px;
}
.portfolio-overzicht .col-md-4 {
  margin-bottom: 35px;
}
.portfolio-overzicht .col-md-4:hover {
  text-decoration: none;
}
.portfolio-overzicht .beeld {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-color: #dcb700;
}
.portfolio-overzicht .titel p {
  color: black;
}
.portfolio-overzicht .categorie p {
  color: #b4b4b4;
}
.portfolio-detail {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
}
.portfolio-detail h3 {
  vertical-align: top;
  display: inline;
}
.portfolio-detail .prev {
  float: left;
  color: #b4b4b4;
  vertical-align: top;
  font-size: 25px;
  padding-top: 5px;
}
.portfolio-detail .next {
  float: right;
  color: #b4b4b4;
  vertical-align: top;
  font-size: 25px;
  padding-top: 5px;
}
.portfolio-detail .video {
  display: inline-block;
  width: 100%;
  height: 600px;
  background-color: white;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .portfolio-detail .video {
    height: 250px;
  }
}
.portfolio-detail .video iframe {
  width: 100%;
  height: 100%;
}
.portfolio-detail .video-uitleg {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid black;
  padding: 40px 0px 50px 0px;
}
.gerelateerd {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.gerelateerd .streep {
  margin-bottom: 40px;
}
.gerelateerd .titel,
.gerelateerd .categorie {
  text-align: left;
}
.gerelateerd h3 {
  display: inline-block;
  text-align: center;
}
.blog-pagina .col-md-4 {
  margin-bottom: 30px;
}
.blog-pagina .beeld {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-color: #afafaf;
  margin-bottom: -5px;
}
.blog-pagina .tekst {
  display: inline-block;
  width: 100%;
  padding: 40px 40px;
  background-color: #f0f0f0;
  text-align: center;
}
.blog-pagina .tekst .titel h4 {
  margin-bottom: 20px;
}
.blog-pagina .tekst .uitleg {
  margin-bottom: 20px;
}
.blog-detail {
  display: inline-block;
  width: 100%;
  padding: 60px 10px;
}
.blog-detail .beeld {
  display: inline-block;
  width: 100%;
  height: 350px;
  background-color: #f0f0f0;
  margin-bottom: 30px;
  background-size: cover;
}
@media (max-width: 767px) {
  .blog-detail .beeld {
    height: 250px;
  }
}
.blog-detail h4 {
  margin-bottom: 30px;
}
.blog-detail p {
  margin-bottom: 15px;
}
.blog-detail .border-bottom {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: black;
}
.blog-detail img {
  max-width: 100%;
  height: auto !important;
}
.blog-detail ul {
  list-style: none;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .blog-detail ul:first-of-type {
    margin-top: 40px;
  }
}
.blog-detail ul:last-of-type {
  margin-bottom: 0px;
}
.blog-detail ul h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid black;
}
.blog-detail ul li {
  margin-bottom: 7px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}
.blog-detail ul li a {
  color: black;
}
.recente-blogberichten {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.recente-blogberichten .streep {
  margin-bottom: 40px;
}
.recente-blogberichten .beeld {
  display: inline-block;
  width: 100%;
  height: 200px;
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  .recente-blogberichten .beeld {
    margin-bottom: 20px;
  }
}
.contact {
  display: inline-block;
  width: 100%;
  height: auto;
}
.contact .titel-top {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.contact h4 {
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  .contact h4 {
    margin-top: 30px;
  }
}
.contact p,
.contact a {
  color: black;
}
.contact .social h4 {
  margin-top: 30px;
}
.contact .social a {
  display: inline-block;
}
.contact .social a:last-of-type i {
  margin-right: 0px;
}
.contact .social a i {
  font-size: 20px;
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .contact form .select label {
    margin-bottom: 10px;
  }
}
.contact form .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px;
  border: 1px solid black;
  margin-bottom: 20px;
  background-color: transparent;
  border-radius: 0px;
  width: 250px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  background-image: url('/assets/img/arrow.png');
  background-size: 4%;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .contact form .select select {
    background-size: 3%;
    width: 100%;
  }
}
.contact form input,
.contact form textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid black;
  padding: 7px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  resize: none;
}
.contact form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact form ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact form :-ms-input-placeholder {
  /* IE 10+ */
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
.contact form :-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}
#map-canvas {
  display: inline-block;
  width: 100%;
  height: 300px;
}
.scroll:hover {
  cursor: pointer;
}
/*** Bug fixes Firefox ***/
#showreel {
  background-color: white;
}
/************************************************* Algemene voorwaarden ******************************************/
.algemene-voorwaarden {
  margin: 60px 0;
}
.algemene-voorwaarden p {
  margin-bottom: 10px;
}
/************************************************* GDPR ******************************************/
#privacy .gdpr-block {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  #privacy .gdpr-block .nav-tabs li {
    width: 100%;
    border: 1px solid #dddddd;
  }
  #privacy .gdpr-block .nav-tabs li a {
    border: none;
    margin-right: 0;
  }
  #privacy .gdpr-block .nav-tabs li.active a {
    background-color: #dfdfdf;
  }
}
#privacy .gdpr-block .nav-tabs li a {
  color: black;
}
#privacy .gdpr-block .tab-content .tab-pane {
  padding: 30px 0;
}
#privacy .gdpr-block .tab-content .tab-pane h4 {
  margin-bottom: 20px;
}
#privacy .gdpr-block .tab-content .tab-pane p {
  margin-bottom: 10px;
}
#privacy .gdpr-block .tab-content .tab-pane p:last-of-type {
  margin-bottom: 0;
}
.cc-message {
  font-family: 'Source Sans Pro', sans-serif;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: 0;
  width: auto;
}
.checkbox {
  margin-bottom: 20px;
}
.checkbox label {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.checkbox label a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
}
.checkbox label.error {
  font-weight: 700;
}
