/*
Theme Name: VRHL Content & Creatie
Theme URI: http://vrhl.nl
Author: Afdeling Web
Author URI: http://vrhl.nl/web
Description: Dit thema hebben wij zelf gemaakt. Was best leuk!
Version: 1.0.2
License: Hij is van ons. Punt.
Text Domain: vrhl
*/


/* - - - - C O L O R S - - - - - */

:root {

  --orange:#F76840;
  --white: #f4f4f4;
  --black: #1D1D1B;
}

.intro {
  font-size:20px !important; 
  line-height:28px !important;
  font-family:'CircularXXWeb-Bold' !important;

}

/* 
Lenis recomended css 
*/

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* 
Lenis recomended css ends 
*/

p {opacity:0.8 !important;}

.data-aos-delay {transition-delay:0.4s;}

.black {color: var(--black);}

.small-icon {
  font-size:14px !important;
  margin-right:10px;
}

.mouse{
  transition: all 0.03s ease-in-out;
  height: 30px;
  width: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 11;
  -webkit-pointer-events:none;
  pointer-events:none;

}
.click{  
  width: 10px;
  height: 10px;
  background: transparent;
  border:2px solid #1D1D1B;
  border-radius: 50%;
  position: absolute;
  z-index: -1 !important;
  visibility: hidden;
  -webkit-pointer-events:none;
  pointer-events:none;
}




@keyframes click{
  0%{
    transform: scale(1);
    opacity: 1;
    filter: blur(1px)
  }
  50%{
    transform: scale(2);
    opacity: 0.2;
    filter: blur(1px)
  }
  
  
  100%{
    transform: scale(1);
    opacity: 1;
    filter: blur(1px)
  }
}

.article {cursor: pointer !important;}

.orange-name {}

#people-overview h1 {
  color: var(--black);
}

#team-members {
  padding-top:100px;
}


#related_projects h2, #team-members h2 {
  font-family: "CircularXXWeb-Bold";
  font-size: 32px;
  margin-top: 16px;
  color: var(--orange);
  margin-bottom: 5px !important;
  border-bottom: 2px solid var(--orange);
  display:inline;
}

.team-member p {
  opacity:0.5;
  text-align:center;
}

.team-member {
  opacity:0.6;
  transition:1s;
}

.team-member.swiper-slide-active {
  opacity:1 !important;
}

.team-member img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition:1s;
  transform: scale(1.2);
}

.team-member.swiper-slide-active img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transform: scale(1);
}

.team-member div {
  transition:0.3s;
  transform: rotate3d(1, 1, 1, 15deg);
}

.team-member.swiper-slide-active div {
  transform: rotate3d(0, 0, 0, 0deg);
}

.team-member p {
  opacity:0;
  transition:0.3s;
}

.team-member.swiper-slide-active p {
  opacity:0.5;
}

.team-member h3 {
  opacity:0;
  transition:0.3s;
}

.team-member.swiper-slide-active h3 {
  opacity:1;
}




.portfolio-item {
  height: 60vh;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
}

.row-flex {
  display: flex !important;
  flex-wrap: wrap !important;
}

.read-more-absolute-padding {
  padding-bottom:100px;
}

.read-more-absolute {
  position: absolute;
  left:0px;
  bottom:0px;
}



.client-name {
  color: #838383;
  font-size:16px;
  font-family:'CircularXXWeb-Book';
}

.arrow {
  float:right;
  margin-top:-8px;
  margin-right:20px;
}

.client-name:before{
}

.thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height:50vh; 
  width:100%; 
  background-color:#1D1D1B;
  cursor:pointer !important;
}

.thumb-small {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height:300px;
  min-height:300px;
  width:100%; 
  background-color:#1D1D1B;
  cursor:pointer !important;
  border-radius:4px;

}

#curtain {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0%;
  z-index: 9999;
  transition: 0.3s;
  width: 100%;
  display: none;
  backdrop-filter: blur(2px) !important;
}


.sesamopen {
 transition: 1s !important;
 display: block !important;
 background: rgba(0, 0, 0, 0.3);
 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
 filter: grayscale(100%);
 -webkit-animation: transit 0.3s forwards; /* for less modern browsers */
 animation: transit 0.3s forwards;
}

@keyframes transit  {
 0%   { display: none;   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);}
  1%  { display: block; opacity: 0;}
  100% { display: block; opacity: 1;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}
  }


  [data-aos=blur] {
    opacity: 0;
    filter: blur(25px);
    position: relative;
    top: 60px;

  }
  [data-aos=blur].aos-animate {
    opacity: 1;
    filter: blur(0px);
    top: 0px;
  }

  [data-aos=header] {
    opacity: 0.2;
    filter: blur(25px);
    position: relative;
    top: 0px;
    transform: scale(1.1);

  }
  [data-aos=header].aos-animate {
    opacity: 1;
    filter: blur(0px);
    top: 0px;
    transform: scale(1);
  }

  [data-aos=loading] {
    opacity: 0.2;
    filter: blur(40px);
    transform: scale(1.02);
    position: relative;
    top: 0px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  [data-aos=loading].aos-animate {
    opacity: 1;
    filter: blur(0px);
    top: 0px;
    transform: scale(1);
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
  }

  .profilepicture {
    mask-image: url('assets/images/people-mask.svg');
    -webkit-mask-image: url('assets/images/people-mask.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    text-align: center;
    max-width: 250px;
    max-height: 250px;
    display: inline-block;
    margin: auto;
  }

  .profilepicture-large {
    width: 380px;
    height: 380px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
    mask-image: url('assets/images/people-mask.svg');
    -webkit-mask-image: url('assets/images/people-mask.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    text-align: center;
  }

  .profilepicture-xlarge {
    max-width: 60vh;
    max-height: 60vh;
    width:100%;
    margin:auto;
    background-size: cover;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    mask-image: url('assets/images/people-mask.svg');
    -webkit-mask-image: url('assets/images/people-mask.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-aspect-ratio: 1 / 1;
    text-align: center;
    transition:0.3s;
  }

  .box-shadow {
    box-shadow:
    0 0 200px 0px var(--white);

    position: absolute;
    max-width: 670px;
    max-height: 670px;
    width:100%;
    height:100%;
    top:0%;
    left:22%;
    margin:auto;
    border-radius:1000px;
    mask-aspect-ratio: 1 / 1;
    z-index:-1;
    opacity:0.3;
  }

  .border-grey {
    border: 1px solid #ccc;
    padding:30px;
  }

  .min-h-100 {
    min-height: 60vh;
  }

  .max-height {
    min-height: 100vh;
  }

  .min-h-50 {
    min-height: 50vh;
  }

  .min-h-30 {
    min-height: 30vh;
  }

  video {
    width: 100%;
    height: auto;
  }

  html {
    scroll-behavior: smooth;
  }

  .impressie-slide {
    background-size: cover;
    background-position: center center;
  }

  .owl-next {
    display: none;
  }

  .item {
    cursor: grabbing;
  }

  .wp-block-button__link {
    background-color: var(--orange) !important;
    display: inlineblock;
    font-size: inherit;
    font-weight: 400;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 15px 35px !important;
    margin: 0;
    white-space: initial;
    border: 0px;
    border-radius: 0px;
  }

  .cta-btn {
    background-color:#f4f4f4;
    transition:0.3s;
    color:var(--black);
    width:320px;
    padding:15px;
    font-weight:bold;
    width:auto !important;
    min-width:320px !important;
    display:inline-block;
    margin-bottom:40px;
    text-align:center;
    border-radius:5px;
  }

  .cta-btn:hover {
    background-color:#ff4800;
    color:var(--black) !important;
  }


  .btn {
    width:320px !important;
    width:auto !important;
    min-width:320px !important;
    display:inline-block !important;
    border-radius:5px;
    font-weight:bold !important;
  }


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

  .impressie-slide {
    height: 200px !important;
  }

  .entry-title {font-size:25px; line-height:30px;}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .impressie-slide {
    height: 550px !important;
  }
  .client-logo {
    max-width: 200px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .impressie-slide {
    height: 550px !important;
  }

  footer a {
    font-size: 18px;
    font-family: 'CircularXXWeb-Book';
  }



  .contactdetails p {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 27px;
  }

  .contactdetails a {
    font-size: 18px;
    font-family: 'CircularXXWeb-Book';
    line-height: 27px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .impressie-slide {
    height: 75vh !important;
  }
}




@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("assets/fonts/CircularXXWeb-Book.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("assets/fonts/CircularXXWeb-Book.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXWeb-BookItalic";
  src: url("assets/fonts/CircularXXWeb-BookItalic.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-BookItalic";
  src: url("assets/fonts/CircularXXWeb-BookItalic.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("assets/fonts/CircularXXWeb-Bold.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("assets/fonts/CircularXXWeb-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "CircularXXWeb-BoldItalic";
  src: url("assets/fonts/CircularXXWeb-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "CircularXXWeb-BoldItalic";
  src: url("assets/fonts/CircularXXWeb-BoldItalic.woff2") format("woff2");
}


.bg-orange {
  background-color: #f4f4f4!important;
}

.nolinkline a {
  text-decoration: none!important;
}



.titleonorange h3 {
  color: var(--black);
  font-family: CircularXXWeb-Bold;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 40px 0;
  text-align: center;
  
}

.people-header .header-page {
  height: 30vw!important;
}

.people-header {
  height: 30vw!important;
}

@media (max-width: 880px)
{
  .entry-title {
    max-width: 100%!important;
    font-size: 42px;
    line-height: 42px;
  }

}

@media (max-width: 600px)
{

  .people-header .header-page {
    height: 60vw!important;
  }

  .people-header {
    height: 60vw!important;
  }
}
/* Hey Rob, onderstaande kan eventueel weg. */

input[type=checkbox] {
 position: relative;
 cursor: pointer;
 margin-bottom: 5px;
 font-size: 16px;
}
input[type=checkbox]:before {
 content: "";
 display: block;
 width: 25px;
 height: 25px;
 top: 0;
 left: 0;
 border: 2px solid #f4f4f4;
 border-radius: 3px;
 background-color: white;
}
input[type=checkbox]:checked:after {
 content: "";
 display: block;
 width: 5px;
 height: 10px;
 border: solid #f4f4f4;
 border-width: 0 2px 2px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 top: 6px;
 left: 11px;
}




.gform_title, .gform_description {display:none !important;}

input:focus {
  border:1px solid #f4f4f4 !important;
}

.main {
  transition: 0.5s;
  filter: blur(0px);
  transform: scale(1);
}

.slide {
 transition: 0.5s;
 filter: blur(10px);
 overflow-x: hidden;
 -webkit-touch-callout: none; /* iOS Safari */
 -webkit-user-select: none; /* Safari */
 -khtml-user-select: none; /* Konqueror HTML */
 -moz-user-select: none; /* Old versions of Firefox */
 -ms-user-select: none; /* Internet Explorer/Edge */
 user-select: none; /* Non-prefixed version, currently */
}
#hierzijnwijgoedin p.snippet a:hover {
  color: var(--black) !important;
  opacity: 1;
}

.clients-subpage {
  text-align: center;
  background-color:var(--black);
}

.clients-subpage img {
  max-height: 140px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  vertical-align:middle;
}

.clients-subpage img:hover {
  max-height: 140px;

}


.clients {
  text-align: center;
  border: 1px solid #dddddd;
  display: table;
  height: 100%;
  color: red !important;
  transition:0.3s;
  transform: scale(1);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  min-height: 245px;
}

.clients:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}



.clients img {
  max-height: 140px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: table-cell;
  vertical-align: middle;
  margin-left:auto;
  margin-right:auto;
  mix-blend-mode: darken;
}

.clients img:hover {
  max-height: 140px;

}

#groeien {
  background-color:var(--black);
  min-height:100vh;
}

.werkendoejebij-slider.swiper-slide {
  opacity:1;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transition:1s;
  transform: perspective(3000px) rotateY(0deg);
}
.werkendoejebij-slider.swiper-slide-next, .werkendoejebij-slider.swiper-slide-prev {
  transition:1s;
  transition-delay:0s;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity:0.2;
}

.werkendoejebij-slider.swiper-slide-prev {
  transform: perspective(6000px) rotateY(30deg);
}
.werkendoejebij-slider.swiper-slide-next {
  transform: perspective(6000px) rotateY(-30deg);
}

.werkendoejebij-slider span {
  letter-spacing:-1px;
  color:var(--orange);
}

.werkendoejebij-slider h2 {
  transition:0.3s;
  transition-delay:1s;
  font-family: 'CircularXXWeb-Bold';
  font-size: 4vw;
  margin-top: 16px;
  color:var(--orange) !important;
  margin-bottom: 1rem!important;
  -webkit-text-fill-color: var(--black); /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--orange);
}

.swiper-slide-active .profilepicture-xlarge {
  box-shadow: rgba(255, 255, 255, 0.25) 0px 50px 100px -20px, rgba(255, 255, 255, 0.3) 0px 30px 60px -30px;
  transform: scale(0.9c);
  transition:0.3s;
}

.werkendoejebij-slider.swiper-slide-active h2 { 
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: var(--orange); /* Will override color (regardless of order) */
}



#content .introduction p:first-child {
  font-size: 20px !important;
  line-height: 30px !important;
  color: var(--black);
}

/* VIDEO */
.video-wrapper {
  top: -200px;
  /* Fix Robert - Safe zone */
  bottom: 0px;
  left: 0px;
  right: 0px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

/* ARTICLES */
.highlighted-articles h3 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 36px;
  margin-top: 36px;
  color: #f4f4f4;
}

#content .content.project-content p:first-child, #content .posts-content p:first-child {
  font-family: 'CircularXXWeb-Bold' !important;
  font-weight: 400 !important;
  font-style: normal;
  color: var(--black);
}

#content .posts-content p>strong, #content .project-content p>strong {
  font-family: 'CircularXXWeb-Bold' !important;
  font-weight: 400 !important;
  font-style: normal;
  color: var(--black);
}

#content .posts-content p>a>strong, #content .project-content p>a>strong {
  font-family: 'CircularXXWeb-Bold' !important;
  font-weight: 400 !important;
  font-style: normal;
  color: var(--black);
}

#content .posts-content a {
  text-decoration: underline;
  color: var(--black);
}

#content .posts-content .gform_wrapper {
  background-color: #EEE;
  padding: 25px;
}

#content .posts-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
}

#content .posts-content .gform_wrapper .top_label .gfield_label, #content .posts-content .gform_wrapper legend.gfield_label {
  font-family: 'CircularXXWeb-Bold' !important;
  font-weight: 400 !important;
  font-style: normal;
  color: var(--black);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
  background-color: var(--orange);
  display: block;
  font-size: inherit;
  font-weight: 400;
  color: var(--black);
  border-radius: 0px;
  padding: 10px 15px;
  margin: 0;
  white-space: initial;
  border: 0px;
  border-radius: 0px;
  color:#ffffff;
}


#input_13_8_3 {
  margin-left:15px;
}



#input_13_8_6_container {margin-left:15px;}

#input_13_8_3_container label {
  left:15px !important;
}

#input_13_8_3_container label {
  left:15px !important;
}

#input_13_7_1{
  left:18px !important; 
  margin-right:25px;
}

#ginput_container label{
  padding-left: 15px;
}

.gform_wrapper input[type=checkbox] {
  float:left;
  width:30px !important;
  display:inline;
  height:20px;
  top:9px;
  margin-right:10px;
  margin-top:5px;
  padding-top:5px;
}
/*
ul {
    list-style-type: disc !important;
    list-style: disc !important;
}


ul ul {
    list-style-type: disc !important;
    list-style: disc !important;
}

::marker {display:disc; color:#000001;}
marker {display:disc; color:#000001;}
*/
label {display:inline;}

#content .posts-content .gform_wrapper ::-webkit-input-placeholder {
  color: var(--black);
}

#content .posts-content .gform_wrapper :-moz-placeholder {
  opacity: 1;
  color: var(--black);
}

/* Firefox 18- */
#content .posts-content .gform_wrapper ::-moz-placeholder {
  opacity: 1;
  color: var(--black);
}

/* firefox 19+ */
#content .posts-content .gform_wrapper:-ms-input-placeholder {
  color: var(--black);
}

/* ie */
#content .posts-content .gform_wrapper input:-moz-placeholder {
  color: var(--black);
}

.logo-detail {
  margin-bottom: 30px;
}

.logo-detail img {
  max-width: 80%;
  max-height: 80px;
  margin: 0 auto;
}

.breadcrumb-content p, .breadcrumb-content p a, .breadcrumb-content p strong {
  font-size: 16px !important;
  color: var(--black) !important;
}

.breadcrumb-content a {
  text-decoration: underline;
}

.breadcrumb-content span {
  color:#838383;
}




#content ol>li, #content ul>li {
  font-family: 'CircularXXWeb-book';
  font-size: 16px;
  line-height: 28px;
  color: #var(--black);
  padding-right: 0px;
}

ul.unique-selling-points{
  list-style: none;
  margin-bottom: 2rem;
}

ul.unique-selling-points>li{
  position: relative;
  padding: 5px 0px 5px 30px;
}

ul.unique-selling-points>li:before {
  font-family: 'font awesome 5 pro','font awesome 5 free'!important;
  content: '\f058';
  position: absolute;
  color: #3c3;
  left: 0;
  font-weight: 900;
}

.wp-block-gallery{
  margin-bottom: 2rem;
}

#content h2 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 22px;
  margin-top: 16px;
  color: #f4f4f4;
  margin-bottom: 1rem!important;
}

#content .wp-block-column h4 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 20px!important;
  margin-top: 0px;
  color: #212121;
  margin-bottom: 1rem!important;
}

#content p {
  margin-bottom: 2rem;
}

#content ul li {
}

.gform_fields li::before {
  content: "" !important;
  color:var(--orange);
  display: inline-block;
  width:15px;
  display:none !important;
}

#content ul li::before {
  content: "\2022";
  color:var(--orange);
  display: inline-block;
  width:15px;
}



#content ul {list-style:none; margin-left:-10px}




#content p>a, #content ul>li>a, #content ol>li>a{
  text-decoration: underline!important;
  color: var(--black);!important;
}

#meer-weten #content p, #meer-weten #content p>a {
  font-size: 16px!important;
  line-height: 28px!important;
  font-family: 'CircularXXWeb-Book';
}

#meer-weten #content p>a{
  text-decoration: none!important;
}

#meer-weten #content h3, #meer-weten #content h4 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 16px!important;
  margin-top: 15px!important;
}

#meer-weten #content #people-block p{
  font-size: 13px!important;
  line-height: 28px!important;
}

#meer-weten #content #people-block p>a{
  font-size: 13px!important;
  line-height: 28px!important;
  border: none!important;
}

#meer-weten #content img{
  width: 100%;
  height: auto;

}

svg.fas, i.fas{
  font-family: 'font awesome 5 pro','font awesome 5 free'!important;
}

form .gform_body ul.gform_fields {
  list-style: none!important;
  padding: 0px!important;
}

form .gform_body ul.gform_fields .ginput_container input, form .gform_body ul.gform_fields .ginput_container textarea{
  width: 100%;
}

.audio-popup{
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
  padding: 16px;
  width: 240px;
  max-width: 100%;
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 9999;
}

@media (max-width: 768px){

  h1, h2, h3, h4{
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: 10 4 4;
    letter-spacing: -1px;
  }

  #content h2, #content h3, .titleonorange h3,  {
    font-size: 20px!important;
    line-height: 20px!important;
    text-align: left;
  }

  #meer-weten h2{
    font-size: 28px!important;
    line-height: 28px!important;
    text-align: center;
  }

  .audio-popup{
    padding: 16px;
    width: auto;
    bottom: 16px;
    right: 16px;
    left: 16px;
  }

}

#content p>a.btn-intext{
  text-decoration: none!important;
  border: 2px solid;
  background-color: #f4f4f4!important;
  border-color: #f4f4f4!important;
  color: var(--black)!important;
  border-radius: 2px;
  padding: 12px 30px;
}

.wp-block-pullquote blockquote{
  background-color: #F9F9F9;
  padding: 40px;
}

.wp-block-pullquote blockquote p{
  font-family: 'CircularXXWeb-Bold'!important;
  font-style: italic;
  color: #212121!important;
}

h4{
  color: #212121;
  font-size: 22px!important;
  font-weight: bold;
  max-width: 600px;
  letter-spacing:0px;
}

#content.bg-transparent{
  background: transparent!important;
}

#field_6_6 #content ul>li{
  display: block!important;
}

#field_6_6 input{
  padding: 0px!important;
  margin: 0px!important;
}

#field_6_6 label{
  padding: 8px;
  display: block!important;
}

h2.prototype-title{
  min-height: 152px;
}

.download-popup{
  box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  bottom: -300px;
  right: 60px;
  z-index: 99;
  width: 100%;
  max-width: 480px;
  transition: all .5s ease-in-out;
}

.download-popup.appear{
  bottom: 60px;
  transition: all .5s ease-in-out;    
}

.download-popup h4{
  font-family: CircularXXWeb-Bold;
  font-size: 22px;
  color: var(--black)!important;
}

.download-popup ul.download-popup--list>li{
  padding-left: 20px;
  padding-top: 3px;
  padding-bottom: 3px
}

.download-popup ul.download-popup--list>li::before{
  font-family: 'font awesome 5 pro','font awesome 5 free';
  font-size: 12px;
  content: '\f058';
  position: absolute;
  color: #f4f4f4!important;
  left: 0px!important;
  top: 7px!important;

}

.download-popup p.download-popup--cta{
  font-family: CircularXXWeb-Bold;
  color: #f4f4f4!important;
}



#fold-out h5 a {
  color: var(--black);
}
#fold-out h5 a::after {
  content: "";
}
#fold-out h5:hover a {
  color: #646464;
}
#fold-out h5:hover .fa {
  left: 0;
}
#fold-out h5:focus a {
  color: #646464;
}
#fold-out h5:focus .fa {
  left: 0;
}
#fold-out h5:active a {
  color: #646464;
}
#fold-out h5:active .fa {
  left: 0;
}
#fold-out .fa {
  left: 0;
  margin-right: 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#fold-out .info-div {
  float: left;
  width: 100%;
  margin-left: 20px;
}
#fold-out .info-div .info-div-second {
  margin-left: 28px;
}
#fold-out .info-div .info-div-third {
  margin-left: 28px;
}
#fold-out .secondary-foldout,
#fold-out .tertiary-foldout {
  color: black;
}
#fold-out .secondary-foldout i.fa,
#fold-out .tertiary-foldout i.fa {
  top: 6px;
  position: relative;
}
#fold-out .tertiary-foldout {
  width: 100%;
  color: var(--black);
  margin-left: -6px;
}
#fold-out .tertiary-foldout i.fa {
  top: 6px;
  position: relative;
}
html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 16px;
  vertical-align: baseline;
}
body {
  font-family: 'CircularXXWeb-Book';
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
::-moz-selection {
  background: #646464;
  color: white;
}
::selection {
  background: #646464;
  color: white;
}
.clear-bg:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear-bg {
  display: inline-block;
}
html[xmlns] .clear-bg {
  display: block;
}
* html .clear-bg {
  height: 1%;
}
p:last-of-type {
  margin-bottom: 0;
}
p:not(:last-of-type) {
  margin-bottom: 1rem;
}
img {
  max-width: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
table {
  margin: 0 0 18px 0;
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  padding: 4px 2px 4px 0;
  vertical-align: top;
  text-align: left;
}
th {
  padding: 4px 2px 4px 0;
  vertical-align: top;
  text-align: left;
}
hr {
  width: 100%;
  border: none 0;
  border-top: 1px solid black;
  height: 1px;
  margin: 10px auto;
}
hr.large {
  width: 75%;
}
hr.medium {
  width: 50%;
}
hr.small {
  width: 25%;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
sup {
  vertical-align: baseline;
  font-size: 15px;
  position: relative;
  top: -6px;
}
sub {
  vertical-align: baseline;
  font-size: 15px;
  position: relative;
  bottom: -6px;
}
small {
  font-size: 0.8em;
}
fieldset {
  padding: 20px;
  border: 1px solid #474747;
  margin: 0 0 15px 0;
}
legend {
  padding: 0 4px 0 4px;
}
textarea,
input {
  outline: none;
}
ul {
  padding-left: 0;
  margin-left: 1rem;
}
ol {
  list-style: decimal;
  padding-left: 0;
  margin-left: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  letter-spacing: -1px;
}
h1 {
  color: #646464;
  font-size: 30px;
}
a {
  color: var(--black);
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:focus {
  color: #646464;
  text-decoration: none;
  outline: none;
}
a:active {
  color: #646464;
  text-decoration: none;
  outline: none;
}
input[type="submit"] {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.container,
.container-fluid {
  text-align: left;
}

.content-wrapper,
.content-wrapper-small,
.content-wrapper-large {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
.content-wrapper-small {
  padding-top: 15px;
  padding-bottom: 15px;
}
.content-wrapper-large {
  padding-top: 90px;
  padding-bottom: 90px;
}
.slanted-box {
  width: calc(100% + 30px);
  height: 300px;
  position: relative;
  z-index: 2;
  left: -15px;
  top: 0;
  overflow: hidden;
}
.slanted-box:after {
  content: "";
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background: #646464;
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  transform: skewY(-7deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pos-h-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pos-v-align {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.object-fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn {
  display: block;
  font-size: inherit;
  font-weight: 400;
  border-radius: 0px;
  padding: 10px 15px;
  margin: 0;
  white-space: initial;
}
.btn-normal {
  color: #646464;
  background: transparent;
  border: 1px solid #646464;
}
.btn-normal:hover {
  color: white;
  background: #646464;
}
.btn-normal:focus {
  color: white;
  background: #646464;
}
.btn-normal:active {
  color: white;
  background: #646464;
}
.btn-outline {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.btn-outline:hover {
  color: #646464;
  background: white;
}
.btn-outline:focus {
  color: #646464;
  background: white;
}
.btn-outline:active {
  color: #646464;
  background: white;
}
.btn-diap {
  color: white;
  background: #646464;
  border: 1px solid #646464;
}
.btn-diap:hover {
  color: #646464;
  background: transparent;
  border: 1px solid #646464;
}
.btn-diap:focus {
  color: #646464;
  background: transparent;
  border: 1px solid #646464;
}
.btn-diap:active {
  color: #646464;
  background: transparent;
  border: 1px solid #646464;
}
input:hover,
button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input:focus,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
input:active,
button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.form-box {
  color: #646464;
  display: block;
  font-weight: 400;
  width: 100%;
  background: white;
  border-radius: 0px;
  border: 1px solid white;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-box:hover {
  color: #646464;
  background: white;
  border: 1px solid #646464;
}
.form-box:focus {
  color: #646464;
  background: white;
  border: 1px solid #646464;
}
.form-box:active {
  color: #646464;
  background: white;
  border: 1px solid #646464;
}
.form-ddl {
  color: var(--black);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px 12px;
  height: 42px;
  line-height: 34px;
}
.form-control:hover {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
  border: 0;
}
.form-control:active {
  outline: 0;
  box-shadow: none;
  border: 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    padding-right: 18px;
  }
}
label {
  width: 100%;
  color: #666666;
  position: relative;
  margin-bottom: 0;
  font-weight: 400;
}
label:hover {
  color: #646464;
}
label:hover:before,
label:hover:after {
  color: #646464;
}
label:after {
  color: #666666;
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 11px;
  right: 9px;
  top: 39px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
label:after:hover {
  color: #646464;
}
label:before {
  color: #666666;
  content: "";
  right: 4px;
  top: 0px;
  width: 23px;
  height: 18px;
  position: absolute;
  pointer-events: none;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
label:before:hover {
  color: #646464;
}
.custom-rb input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
.custom-rb label {
  color: var(--black);
  display: inline-block;
  position: relative;
  margin-left: -30px;
  padding-left: 24px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.custom-rb label#cphMain_lblThree {
  width: 160px;
  margin-right: 0;
}
.custom-rb .check {
  display: inline-block;
  display: block;
  position: relative;
  border: 1px solid var(--black);
  background: white;
  border-radius: 100%;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.custom-rb .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.custom-rb .answer {
  display: inline-block;
  width: 33.33%;
}
.custom-rb input[type="radio"]:checked ~ .check {
  border: 1px solid var(--black);
}
.custom-rb input[type="radio"]:checked ~ .check::before {
  background: #646464;
}
.custom-rb input[type="radio"]:checked ~ label {
  color: var(--black);
}
.check-me {
  margin-top: 8px;
}
input[type="checkbox"].custom-check,
.custom-check input[type="checkbox"] {
  display: inline-block;
  border: 1px solid #8c8c8c;
  background: var(--black);
  color: #646464;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: 0px 15px 30px 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
input[type="checkbox"].custom-check:focus,
input[type="checkbox"].custom-check:hover,
.custom-check input[type="checkbox"]:focus,
.custom-check input[type="checkbox"]:hover {
  outline: none;
}
input[type="checkbox"].custom-check:checked:before,
.custom-check input[type="checkbox"]:checked:before {
  font-family: FontAwesome;
  color: #646464;
  content: "\f00c";
  margin: 9px 0 0 -3px;
  display: inline-block;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  font-size: 28px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
textarea::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--black);
}
input.form-box::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: var(--black);
}
input.form-box:-moz-placeholder,
.textareax:-moz-placeholder {
  color: var(--black);
}
input.form-box::-moz-placeholder,
.textarea::-moz-placeholder {
  color: var(--black);
}
input.form-box:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: var(--black);
} 



@media (min-width: 0px) {
  body,
  html {
    background-color: #f4f4f4;
    height: 100%;
  }
  .navbar-brand img {
    width: 240px;
    margin-top: 14px;
  }
  .navigation {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -2000px;
    background-color: var(--black);
    transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
    transition-delay:0.1s;
    background: rgba(0, 0, 0, 0.46);
    padding: 10px 0px 10px 10px;
  }
  .navigation-inner {
    padding: 0px;
  }
  .navigation li a {
    font-size: 22px;
    color: #f4f4f4;
    display: block;
    transition: 0.3s;
    font-family: "CircularXXWeb-Bold";
    margin-top: 10px;
    text-decoration: underline;
  }

  .navigation li a:hover {
    color: var(--orange) !important;
    text-decoration: underline;
  }

  .navigation li a:after {
    content: '.';
  }

  .navigation ul {
    list-style: none;
    margin-left: 0;
  }
  .navigation a:hover {
    color: #ffffff;
  }
  .navigation-contact {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 34px;
    color: #ffffff;
    margin-top: 70px;
  }
  .navigation-contact a {
    font-family: 'CircularXXWeb-Bold';
    color: #ffffff;
  }
  .sub-menu li a {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    font-family: 'CircularXXWeb-Bold';
    color: #ffffff;
    padding-left: 30px;
  }
  .sub-menu li a:hover {
    color: #f4f4f4;
  }
  #submenu a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularXXWeb-Bold';
    color: #ffffff;
    padding-left: 30px;
  }
  #submenu a:hover {
    color: #ffffff;
  }
  .anyquestions {
    color: #f4f4f4;
    font-size: 13px !important;
    font-family: "CircularXXWeb-Bold";
    line-height: 13px;
  }
  .closebtn {
    font-size: 40px !important;
    color: #ffffff;
    line-height: 13px;
  }
  .closebtn {
    color: #ffffff;
  }
  .nav-item a {
    color: var(--black);
    font-weight: bold;
    font-family: 'CircularXXWeb-Bold';
    font-size: 13px;
  }

  .fa-phone {
    font-size: 20px;
  }
  .hamburger {
    font-size: 40px !important;
    line-height: 20px;
    cursor: pointer;
    color: var(--black) !important;
    position: absolute;
    right: 30px;
  }
  .navbar-brand {
    width: 200px;
  }
  #intro {
    margin-top: 0px;
  }
  #intro h1 {
    font-size: 40px;
    color: var(--orange);
    font-family: 'CircularXXWeb-Bold';
    line-height: 40px;
    margin: auto;
  }

  #ip h1 {
    font-size: 80px;
    color: var(--orange);
    font-family: 'CircularXXWeb-Bold';
    line-height: 40px;
    margin: auto;
  }



  #details h1 {
    font-size: 80px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    line-height: 40px;
  }

  #small-header h1{
    color:var(--black);
    font-size:100px;
    letter-spacing:-5px;
  }


  #intro h2 {
    font-size: 30px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    margin-top: 80px;
    text-decoration: underline;
  }
  #intro a {
    font-size: 20px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    margin-top: 50px;
    text-decoration: none;
    border-bottom: 2px solid var(--black);
  }
  #intro .medewerker {
    font-size: 30px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    margin-top: 50px;
  }
  .phonenumber {
    color: var(--black);
    font-weight: bold;
    font-family: CircularXXWeb-Bold;
    position: absolute;
    right: 120px;
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  #hallo {
    margin-top: 200px !important;
  }
  #hallo h1 {
    font-size: 40px;
    color: var(--black);
    line-height: 40px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hallo p {
    color: var(--black);
  }
  #projecten .read-more {
    font-size: 22px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 29px;
    text-decoration: underline;
    color: var(--orange);
    margin-top: 30px;
    display: block;
  }
  #goedverhaal {
    margin-top: 100px;
  }
  #goedverhaal h1 {
    font-size: 40px;
    color: var(--black);
    line-height: 40px;
    font-family: 'CircularXXWeb-Bold';
  }
  #goedverhaal p {
    color: var(--black);
  }
  #goedverhaal .read-more {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 18px;
    text-decoration: underline;
    color: var(--orange);
    margin-top: 30px;
    display: block;
  }
  #visie {
    margin-top: 100px;
  }
  #visie h1 {
    font-size: 50px;
    color: var(--black);
    line-height: 50px;
    font-family: 'CircularXXWeb-Bold';
  }
  #jan {
    background-color: var(--black);
  }
  #jan h2 {
    color: #f4f4f4;
    font-family: 'CircularXXWeb-Bold';
  }
  #jan p {
    color: #1D1D1B;
  }
  #hierzijnwijgoedin {
    margin-top: 100px;
  }
  #hierzijnwijgoedin h1 {
    font-size: 50px;
    color: var(--black);
    line-height: 50px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hierzijnwijgoedin h2 {
    font-size: 40px;
    color: var(--orange);
    line-height: 40px;
    font-family: CircularXXWeb-Bold;
  }
  #hierzijnwijgoedin p {
    color: var(--black);
  }
  #hierzijnwijgoedin .read-more {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 18px;
    text-decoration: underline;
    color: var(--orange);
    margin-top: 30px;
    position: absolute !important;
  }
  .item {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23px;
  }
  .item .link {
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 400;
    position: absolute;
    padding-top: 25px;
    background-image: url("assets/images/overlay.png");
  }
  .item h4 {
    padding: 10px 25px 10px 25px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 26px;
    line-height: 26px;
  }
  .item span {
    padding: 60px 25px 10px 25px;
    margin-top: 20px;
    color: var(--black);
    font-family: CircularXXWeb-Bold
    font-size: 12px;
  }
  .blogpost {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23px;
    position: relative;
    background-color: #1D1D1B;
  }
  .blogpost .link {
    top: 0px;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 400;
    position: absolute;
    padding-top: 25px;
    background-image: url("assets/images/overlay.png");
  }
  .blogpost h4 {
    padding: 10px 25px 10px 25px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 36px;
    line-height: 36px;
    position: relative;
  }
  .blogpost div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: 0.3s;
  }
  .blogpost div:hover {
    opacity: 0.5;
  }
  .blogpost span {
    padding: 60px 25px 10px 25px;
    margin-top: 20px;
    color: var(--black);
    font-family: CircularXXWeb-Bold;
    font-size: 18px;
    position: relative;
  }
  #onzemensen {
    margin-top: 15vh;
  }
  #onzemensen-bg a {
    font-family: "CircularXXWeb-Bold";
    font-size: 20px;
    color: var(--black);
    line-height: 20px;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
    color: var(--black);
    background-color:#f4f4f4;
  }
  footer h3 {
    font-family: "CircularXXWeb-Bold";
    font-size: 50px;
    color: var(--black);
    line-height: 50px;
  }
  footer h4 {
    font-family: "CircularXXWeb-Bold";
    font-size: 25px;
    color: var(--black);
    line-height: 25px;
  }
  footer span {
    font-family: "CircularXXWeb-Bold";
    font-size: 25px;
    color: var(--black);
    line-height: 27px;
  }
  footer a {
    font-family: "CircularXXWeb-Bold";
    font-size: 18px;
    color: var(--black);
    line-height: 26px;
    text-decoration: none;
  }
  footer p {
    font-family: "CircularXXWeb-Book";
    font-size: 18px;
    color: var(--black);
    line-height: 27px;
    text-decoration: none;
  }
  footer input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: var(--black);
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-family: "CircularXXWeb-";
    width: 100%;
    padding-right: 5px;
  }
  footer .send {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    color: #ffffff;
    padding: 10px 30px 10px 30px;
  }
  #content {
    background-color: #f4f4f4;
  }
  #content h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 22px;
    margin-top: 16px;
    color: var(--orange);
    margin-bottom: 5px !important;
    border-bottom: 2px solid var(--orange);
    display:inline;
  }
  #content h3 {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    margin-top: 15px;
    color: var(--orange);
    border-bottom: 2px solid var(--orange);
    display:inline-block;
  }
  #content p {
    margin-top:15px;
    font-size: 16px;
    line-height: 28px;
    font-family: "CircularXXWeb-book";
  }

  #content .tag {
    font-family: "CircularXXWeb-Bold";
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid;
    margin: 5px 5px 5px 0px;
    color: #f4f4f4;
  }

  .min-height-100 {
    min-height: 50vh;
  }

  .entry-title {
    font-family: "CircularXXWeb-Bold";
    color: #ffffff;
    max-width: 70%;
  }
  #meer-weten {
    background-color: #f4f4f4;
  }

  #meer-weten h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 59px;
    text-align: center;
    color: var(--black);
  }
  #meer-weten h4 {
    font-family: "CircularXXWeb-Bold";
    font-size: 24px;
    text-align: center;
    color: var(--black);
    padding-bottom: 20px;
  }
  #meer-weten a {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    text-align: center;
    color: var(--orange);
    text-decoration: none;
    border-bottom: 3px solid var(--orange);
    padding-bottom: 0px;
  }
  #meer-weten a:hover {
  }
  #people-overview h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 36px;
    color: #var(--black);
  }
  #people-overview .read-more {
    font-size: 24px;
    font-family: 'CircularXXWeb-Bold';
    color: var(--orange);
    text-decoration: none;
    border-bottom: 2px solid;
  }
  #people-overview img {
    max-width: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #people-overview img:hover {
    max-width: 250px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  .logocontainer {
    margin-top: -100px;
  }
  #medewerkers {
    background-color: var(--black);
  }
  #medewerkers h2 a {
    font-family: "CircularXXWeb-Bold";
    font-size: 27px;
    text-align: center;
    color: #var(--black);
    margin-top: 15px;
    text-decoration: none;
    border-bottom: none;
  }
  #medewerkers .leeshetverhaalvan {
    font-family: "CircularXXWeb-Bold";
    font-size: 20px;
    color: #f4f4f4;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 50px;
    border-bottom: solid 2px #f4f4f4;
  }
  #medewerkers img {
    border-radius: 50%;
    max-width: 195px;
  }
  .header-page {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
  }
}

/*----------------------------------------------------------------------------------------------*/

@media (min-width: 576px) {
  .logocontainer {
    margin-top: -100px;
  }
  .item {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23px;
  }
  .item .link {
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 400;
    position: absolute;
    padding-top: 25px;
    background-image: url("assets/images/overlay.png");
  }
  .item h4 {
    padding: 10px 25px 10px 25px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 26px;
    line-height: 26px;
  }
  .item span {
    padding: 60px 25px 10px 25px;
    margin-top: 20px;
    color: var(--black);
    font-family: CircularXXWeb-Bold;
    font-size: 12px;
  }
}

#small-header h1{
  color:var(--black);
  font-size:100px;
  letter-spacing:-5px;
}


@media (min-width: 768px) {
  .navbar-brand img {
    width: 200px;
    margin-top: 14px;
  }
  .navigation {
    height: 100%;
    width: 700px;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -1000px;
    background-color: var(--black);
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
    transition-delay:0,5s;
    padding: 30px 00px 30px 60px;
    overflow: scroll;
  }
  .hamburger {
    font-size: 40px !important;
    line-height: 20px;
    cursor: pointer;
    float: right;
    display: inline-block;
    position: relative;
    -webkit-transition: width 2s;
    transition: width 2s;
    display: inline-block;
    right: 0px;
  }
  .navigation-inner {
    padding: 0px;
  }
  .navigation li a {
    text-decoration: underline;
    font-size: 34px;
    color: #f4f4f4;
    display: block;
    transition: 0.3s;
    font-family: "CircularXXWeb-Bold";
    margin-top: 30px;
  }
  .navigation ul {
    list-style: none;
    margin-left: 0;
  }
  .navigation a:hover {
    color: #f4f4f4;
  }
  .navigation-contact {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 34px;
    color: #f4f4f4;
    margin-top: 70px;
  }
  .navigation-contact a {
    font-family: 'CircularXXWeb-Bold';
    color: #f4f4f4;
  }
  .sub-menu {padding-top: 10px;}
  .sub-menu li a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularXXWeb-Bold';
    color: #f4f4f4;
    padding-left: 30px;
  }
  .sub-menu li a:hover {
    color: #f4f4f4;
  }
  #submenu a {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularXXWeb-Bold';
    color: #f4f4f4;
    padding-left: 30px;
  }
  #submenu a:hover {
    color: #f4f4f4;
  }
  .anyquestions {
    color: #f4f4f4;
    font-family: 'CircularXXWeb-Bold';
    font-size: 16px;
    padding-right: 10px;
    line-height: 16px;
  }
  .nav-item a {
    color: var(--black);
    font-weight: bold;
    font-family: 'CircularXXWeb-Bold';
    font-size: 13px;
  }
  .fa-phone {
    font-size: 15px;
    margin-right:10px;
    transition:0.3s !important;
  }


  .navbar-brand {
    width: 260px;
  }
  #intro {
    margin-top: 0px;
  }
  #intro h1 {
    font-size: 100px;
    color: var(--orange);
    font-family: 'CircularXXWeb-Bold';
    line-height: 105px;
    letter-spacing:-5px;
  }
  #intro a {
    font-size: 30px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    margin-top: 50px;
    text-decoration: none;
    border-bottom: 2px solid var(--black);
  }
  .phone©info {
    color: var(--black);
    font-weight: bold;
    font-family: CircularXXWeb-Bold;
    text-align: right;
    display: block;
    margin-top: 10px;
  }
  #hallo {
    margin-top: 100px;
  }
  #hallo h1 {
    font-size: 118px;
    color: var(--black);
    line-height: 118px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hallo p {
    color: var(--black);
    font-family: CircularXXWeb-Bold;
    font-size: 16px;
    line-height: 26px;
  }
  #hallo .read-more {
    font-size: 24px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 24px;
    text-decoration: underline;
    color: var(--orange);
    margin-top: 30px;
    display: block;
  }
  #goedverhaal {
    margin-top: 100px;
  }
  #goedverhaal h1 {
    font-size: 120px;
    color: var(--black);
    line-height: 120px;
    font-family: 'CircularXXWeb-Bold';
  }
  #goedverhaal p {
    color: var(--black);
  }
  #goedverhaal .read-more {
    font-size: 24px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 24px;
    text-decoration: underline;
    color: var(--black);
    margin-top: 30px;
    display: block;
  }
  #visie {
    margin-top: 100px;
  }
  #visie h1 {
    font-size: 120px;
    color: var(--black);
    line-height: 120px;
    font-family: 'CircularXXWeb-Bold';
  }
  #jan {
    background-color: var(--black);
  }
  #jan h2 {
    color: #f4f4f4;
    font-family: 'CircularXXWeb-Bold';
    font-size: 48px;
    line-height: 48px;
  }
  #jan p {
    color: #f4f4f4;
    font-size: 16px;
    line-height: 26px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hierzijnwijgoedin {
    margin-top: 100px;
  }
  #hierzijnwijgoedin h1 {
    font-size: 120px;
    color: var(--black);
    line-height: 120px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hierzijnwijgoedin h2 {
    font-size: 36px;
    color: var(--black);
    line-height: 36px;
    font-family: 'CircularXXWeb-Bold';
  }
  #hierzijnwijgoedin p {
    color: var(--black);
    margin-bottom: 30px;
  }
  #hierzijnwijgoedin .column {
    min-height: 300px;
  }
  #hierzijnwijgoedin .read-more {
    font-size: 18px;
    font-family: 'CircularXXWeb-Bold';
    line-height: 18px;
    text-decoration: underline;
    color: var(--black);
    bottom: 0;
    left: 15px;
    right: 0;
    position: absolute;
  }
  .item {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23px;
  }
  .item .link {
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 400;
    position: absolute;
    padding-top: 25px;
    background-image: url("assets/images/overlay.png");
  }
  .item h4 {
    padding: 10px 25px 10px 25px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 36px;
    line-height: 36px;
  }
  .item span {
    padding: 60px 25px 10px 25px;
    margin-top: 20px;
    color: var(--black);
    font-family: CircularXXWeb-Bold;
    font-size: 18px;
  }
  .blogpost {
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23px;
    position: relative;
    background-color: #1D1D1B;
  }
  .blogpost .link {
    top: 0px;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 400;
    position: absolute;
    padding-top: 25px;
    background-image: url("assets/images/overlay.png");
  }
  .blogpost h4 {
    padding: 10px 25px 10px 25px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 36px;
    line-height: 36px;
    position: relative;
  }
  .blogpost div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    transition: 0.3s;
  }
  .blogpost div:hover {
    opacity: 0.5;
  }
  .blogpost span {
    padding: 60px 25px 10px 25px;
    margin-top: 20px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
    font-size: 18px;
    position: relative;
  }
  #onzemensen-bg {
    background-image: url("assets/images/onzemensen.png");
    background-size: cover;
    padding-top: 250px;
    padding-bottom: 100px;
    padding-left: 165px;
  }
  #onzemensen-bg a {
    font-family: "CircularXXWeb-Bold";
    font-size: 70px;
    color: var(--black);
    line-height: 70px;
  }
  footer {
    padding-top: 120px;
    padding-bottom: 120px;
    color: var(--black);
  }
  footer h3 {
    font-family: "CircularXXWeb-Bold";
    font-size: 80px;
    color: var(--black);
    line-height: 80px;
  }
  footer h4 {
    font-family: "CircularXXWeb-Bold";
    font-size: 25px;
    color: var(--black);
    line-height: 25px;
  }
  footer span {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    color: var(--black);
    line-height: 27px;
  }
  footer a {
    font-family: "CircularXXWeb-Book";
    font-size: 18px;
    color: var(--black) !important;
    line-height: 27px;
    text-decoration: none;
    cursor: pointer !important;
  }
  footer p {
    font-family: "CircularXXWeb-Book";
    font-size: 18px;
    color: var(--black);
    line-height: 27px;
    text-decoration: none;
  }
  footer input[type=text] {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: var(--black);
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    font-family: "CircularXXWeb-Bold";
    width: 100%;
    padding-right: 5px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 4px !important;
  }
  footer .send {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    border: 1px solid var(--orange);
    color: #ffffff;
    padding: 10px 30px 10px 30px;
    background-color: var(--orange) !important;
  }
  footer .socialicon {
    margin-right: 10px;
  }
  .contactdetails a {
    font-family: "CircularXXWeb-Book";
    font-size: 18px;
    color: var(--black);
    line-height: 27px;
    text-decoration: none;
  }
  .contactdetails i {
    font-size: 23px;
    color: var(--black);
    line-height: 27px;
    text-decoration: none;
  }

  .entry-title {
    font-family: "CircularXXWeb-Bold";
    font-size: 60px;
    line-height: 76px;
    max-width: 60%;
    background-color: var(--black);
    display:inline;
    padding: 0px 20px 0px 20px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
  }



  #content {
    background-color: #f4f4f4;
  }
  #content h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 22px;
    margin-top: 16px;
    color: var(--orange);
    margin-bottom: 5px !important;
  }
  #content h3 {
    font-family: "CircularXXWeb-Bold";
    font-size: 16px;
    margin-top: 15px;
  }
  #content p {
    font-size: 18px;
    line-height: 32px;
    font-family: "CircularXXWeb-Book";
    opacity:0.8 !important;
  }
  #content .intro-text {
    font-family: 'CircularXXWeb-Bold';
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 2rem;
  }
  #content .intro-text:last-child {
    padding-bottom: 0px !important;
  }
  #content .tag {
    font-family: "CircularXXWeb-Bold";
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid;
    margin: 5px 5px 5px 0px;
    color: #f4f4f4;
  }
  #more-projects {
    background-color: var(--black);
  }
  #more-projects h3 {
    font-family: "CircularXXWeb-Bold";
    font-size: 36px;
    margin-top: 36px;
    color: #f4f4f4;
  }
  #gratis-consultant {
    background-color: #f4f4f4;
  }
  #gratis-consultant h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 118px;
    text-align: center;
    color: #d9d9d9;
  }
  #meer-weten {
    background-color: #f4f4f4;
  }

  #meer-weten h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 118px;
    text-align: center;
    color: var(--black);
  }
  #meer-weten h4 {
    font-family: "CircularXXWeb-Bold";
    font-size: 36px;
    text-align: center;
    color: var(--black);
    padding-bottom: 20px;
  }
  #meer-weten a {
    font-family: "CircularXXWeb-Bold";
    font-size: 18px;
    text-align: center;
    color: var(--orange);
    text-decoration: none;
    border-bottom: 2px solid var(--orange);
    padding-bottom: 0px;
  }

  #people-overview h2 {
    font-family: "CircularXXWeb-Bold";
    font-size: 28px;
    color: #var(--black);
  }
  #people-overview .read-more {
    font-size: 18px;
    font-family: "CircularXXWeb-Bold";
    color: var(--orange);
    text-decoration: none;
    border-bottom: 2px solid;
  }
  #people-overview img {
    max-width: 250px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.3s;
  }
  #people-overview img:hover {
    max-width: 250px;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
  #medewerkers {
    background-color: var(--black);
  }
  #medewerkers h2 a {
    font-family: "CircularXXWeb-Bold";
    font-size: 36px;
    text-align: center;
    color: #var(--black);
    margin-top: 15px;
    text-decoration: none;
    border-bottom: none;
  }
  #medewerkers .leeshetverhaalvan {
    font-family: "CircularXXWeb-Bold";
    font-size: 24px;
    color: #f4f4f4;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-bottom: 5px;
    border-bottom: solid 4px #f4f4f4;
  }
  #medewerkers .meermedewerkers {
    font-family: "CircularXXWeb-Bold";
    font-size: 24px;
    color: #f4f4f4;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: solid 4px #f4f4f4;
  }
  #medewerkers img {
    border-radius: 50%;
    max-width: 195px;
    border-bottom: none;
  }
  .logocontainer {
    margin-top: -100px;
  }
  .header-page {
    background-size: cover;
    height: 600px;
    background-repeat: no-repeat;
  }
  .ikwil h1 {
    font-family: "CircularXXWeb-Bold";
    font-size: 36px;
    color: #1D1D1B !important;
  }
  .ikwil .fa-caret-down {
    font-size: 36px;
    color: #f4f4f4;
  }
}
@media (min-width: 992px) {
  .logocontainer {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .logocontainer {
    margin-top: -200px;
  }
}
body {
  background-color: #f4f4f4;
  height: 100% !important;
}
.wow {
  visibility: hidden !important;
}
.entry-title {
  position: relative;
  display: inline;
}
.vragen-white {
  color: var(--white);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-white:hover {
  color: var(--white);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-white:active {
  color: var(--white);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-white:focus {
  color: var(--white);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-black {
  color: var(--black);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-black:hover {
  color: var(--black);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-black:active {
  color: var(--black);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vragen-black:focus {
  color: var(--black);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.phone-white {
  color: var(--white);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.phone-black {
  color: var(--black);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.hamburger-black {
  color: var(--black) !important;
}
.hamburger-white {
  color: var(--white) !important;
}
.orangebg {
  background-color: #ff5c02;
}
.vragen {
  font-family: 'CircularXXWeb-Bold';
}
.navbar {
  padding-bottom: 20px;
}
.owl-next {
  position: absolute;
  height: 330px;
  background-color: var(--black);
  right: -5px;
  color: var(--black) !important;
  font-size: 80px !important;
  top: -5px;
  width: 60px;
}
.owl-prev {
  display: none !important;
}
.owl-next:hover {
  background-color: #1D1D1B;
  opacity: 1;
}
html,
body {
  height: 100%;
  font-family: "CircularXXWeb-Book";
  line-height: 27px;
}
.orange {
  color: var(--orange) !important;
}
.container {
  max-width: 1540px !important;
  padding-left: 20px;
  padding-right: 20px;
}
.container-1200 {
  max-width: 1200px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container-1600 {
  max-width: 1600px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-1800 {
  max-width: 1800px !important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-brand {
  height: 50px;
  margin-top: 17px;
  animation-name: fadein;
  animation-duration: 1.5s;
}

.white {color:#ffffff;}
.whitebackground {
  animation-name: dropin;
  animation-duration: 0.3s;
  background-color: #f4f4f4;
}
@keyframes dropin {
  0% {
    margin-top: -200px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.vrhl-black {
  background-image: url("assets/images/vrhl-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vrhl-white {
  background-image: url("assets/images/vrhl-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vrhl-orange {
  background-image: url("assets/images/vrhl-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.vrhl-black-small {
  background-image: url("assets/images/vrhl-orange-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vrhl-white-small {
  background-image: url("assets/images/vrhl-white-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.vrhl-orange-small {
  background-image: url("assets/images/vrhl-orange-small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -ms-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}

.closebtn {
  font-size: 40px !important;
  color: #f4f4f4;
  line-height: 30px;
  position: absolute;
  right: 42px;
  top: 40px;
  z-index: 9999;
}

.closebtn:hover {
  color: #f4f4f4;}

  .header-blog-project {
    background-size: cover;
    background-repeat: no-repeat;
  }
  .belons {
    float: right;
    display: inline-block;
  }
  .callme {
    position: absolute;
    left: 65px;
    top: 42px;
    color: #f4f4f4;
    font-family: 'CircularXXWeb-Bold';
  }

  .clientslider img {
    position: absolute;
    opacity: 0;
    bottom: 0%;
  }

  .client-logo {
   -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
   mix-blend-mode: multiply; !important;
 }

 .client-logo:hover {
   -webkit-filter: grayscale(0%) !important; /* Safari 6.0 - 9.0 */
   filter: grayscale(0%) !important;
   mix-blend-mode: multiply; !important;
 }

 .clientslider img {
  animation: logoslider 24s infinite;
}
@keyframes logoslider {
  0% {
    opacity: 0;
    top: -100px;
  }
  3% {
    opacity: 1;
    top: 0px;
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    top: 0px;
  }
  33% {
    opacity: 0;
    top: 20px;
  }
}
.clientslider1 img:nth-of-type(1) {
  animation-delay: 0s;
}
.clientslider1 img:nth-of-type(2) {
  animation-delay: 8s;
}
.clientslider1 img:nth-of-type(3) {
  animation-delay: 16s;
}
.clientslider2 img:nth-of-type(1) {
  animation-delay: 0.1s;
}
.clientslider2 img:nth-of-type(2) {
  animation-delay: 8.1s;
}
.clientslider2 img:nth-of-type(3) {
  animation-delay: 16.1s;
}
.clientslider3 img:nth-of-type(1) {
  animation-delay: 0.2s;
}
.clientslider3 img:nth-of-type(2) {
  animation-delay: 8.2s;
}
.clientslider3 img:nth-of-type(3) {
  animation-delay: 16.2s;
}
.clientslider4 img:nth-of-type(1) {
  animation-delay: 0.3s;
}
.clientslider4 img:nth-of-type(2) {
  animation-delay: 8.3s;
}
.clientslider4 img:nth-of-type(3) {
  animation-delay: 16.3s;
}
.clientslider5 img:nth-of-type(1) {
  animation-delay: 0.4s;
}
.clientslider5 img:nth-of-type(2) {
  animation-delay: 8.4s;
}
.clientslider5 img:nth-of-type(3) {
  animation-delay: 16.4s;
}
/*# sourceMappingURL=style.min.css.map */



a:hover {
  color: var(--black);
}

.project-content a {
  color: var(--black) !important;
  font-weight: bold;
}


.form-control:hover {
  box-shadow: 2px !important;
  border: 1px solid #ced4da !important;
}



.errortitle {
  color: var(--black);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979797+0,1D1D1B+100&0.35+0,0+100 */
  -webkit-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  word-wrap: break-word;
  background-size: cover;
}

a:hover {
  color: var(--black);
}

#intro a:hover {
  padding-bottom: 5px;
  border-bottom: 2px solid var(--black);
}

#footerbar {
  background-color: var(--orange);
  height: 20px;
}

footer .socialicon {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

footer .socialicon:hover {
  color: var(--black);
}

.at-below-post {
  margin: 10px 0 0 0;
}

.at-label {
  color: var(--black) !important;
}

label::after {
  display: none;
}

footer .send {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  cursor: pointer;
}

footer .send:hover {
  background-color: var(--orange);
  color: var(--white);
  cursor: pointer;
}

.wp-block-embed-spotify {
  height:240px !important;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* END Ronald's fixes */
/* GENERAL */
body {
  overflow-x: hidden;
}

.header-page {
  position: relative;
  overflow: hidden;
  background-position:center center !important;
}

.bg-cover-top {
  background-position: top center !important;
}

.bg-cover-middle {
  background-position: 50% 50% !important;
}

.bg-cover-bottom {
  background-position: bottom center !important;
}

.bg-gradient {
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.01) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.01) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.01) 60%, rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a61D1D1B', endColorstr='#1D1D1B00', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.bg-gradient-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1D1D1B+0,1D1D1B+20,1D1D1B+100&0.4+0,0+20,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#661D1D1B', endColorstr='#1D1D1B00', GradientType=0);
  /* IE6-9 */
}

.header-page iframe,
.header-page video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.video {
  z-index:-2;
}

.header-page iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-page video {
  width: 100%;
}

.sticky-top {
  top: 121px;
}

/* OVERVIEW */
article {
  background-size: cover;
  background-position: center center;
}

.item .link, article .item {
  padding: 25px;
}

.item .link span {
  padding: 0px;
}

.item h4 {
  padding: 10px 0px 0px 0px !important;
}



#impressie-slider {
  background-color: #fff;
}

.swiper-slide h3 {
  font-size: 20px !important;
  font-family: 'CircularXXWeb-Bold';
}

.swiper-img {
  height: 30vh;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.swiper-img a {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}


/* FONTS */
strong, b {}

/* HEADER */
h1 {
  color: #f4f4f4;
  font-family: 'CircularXXWeb-Bold';
  font-size: 36px;
}

h2 a {
  color: #f4f4f4;
  font-size: 26px;
}

h2 a:hover {
  color: #f4f4f4;
}

.item {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#979797+0,1D1D1B+100&0.35+0,0+100 */
  background: -moz-linear-gradient(top, rgba(151, 151, 151, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(151, 151, 151, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(151, 151, 151, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59979797', endColorstr='#1D1D1B00', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  word-wrap: break-word;
  background-size: cover;
  background-position: center center;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.2;
}

.item {
  position: relative;
}

.item:hover {
  -webkit-box-shadow: 0px 0px 60px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 60px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 60px -12px rgba(0, 0, 0, 0.75);
  background-size: cover;
}

.item h4 {
  position: relative;
  -webkit-transition: margin .3s;
  -moz-transition: margin .3s;
  -ms-transition: margin .3s;
  transition: margin .3s;
}

.item:hover h4 {
  margin: 10px 0 0 0;
}

.vragen {
  font-family: 'CircularXXWeb-Bold';
  font-size: 15px;
  margin-right: 15px;
  margin-left: 5px;
}

/* CONTENT */
.content {
  word-wrap: break-word;
}

#content p {
  color: #var(--black);
}

ul {
  margin-left: 0px !important;
}

ul.services {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none !important;
}

ul.services>li:before {content:'' !important;}

ul.services>li {
  width: 100%;
  color: var(--black) !important;
  display: inline-block;
  padding: 15px 0px 15px;
  width:50%;
  border-bottom:1px solid #ccc
}


ul.services>li>a {
  color: var(--orange) !important;
  text-decoration: underline;
}

ul.services>li>a:hover {
  text-decoration: underline;
}

.loadMoreBtn {
  font-family: 'CircularXXWeb-Bold';
  color: #f4f4f4 !important;
  font-size: 26px;
  padding-bottom: 50px;
}

.loadMoreBtn:active {}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

.sitemap-menu h4 {
	font-size:18px !important;
}

.sitemap ul li a {
  font-size: 16px !important;
  font-family: 'CircularXXWeb-Bold';
  text-decoration:underline;
  color:var(--orange) !important;
}

.sitemap ul li a {
  font-size: 16px !important;
  font-family: 'CircularXXWeb-Bold';
}

.sitemap ul {
	
  list-style-type: none;
}

.sitemap li {
	margin-left:0px;
}

.sitemap-card {
  background-color: #f4f4f4;
  border: none;
}

[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}




@media (max-width: 992px) {
  ul.services {
    padding: 0px 15px;
  }

  ul.services>li {
    border-bottom: 1px solid var(--black);
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
  }

  #small-header h1{
    color:var(--black);
    font-size:50px;
    letter-spacing:-2px;
  }


}



@media (max-width: 992px) {
  #content .introduction p:first-child {
    font-family: "CircularXXWeb-Bold" !important;
    font-size: 16px !important;
    line-height: 28px !important;
    color: var(--black);
  }
}

/* HEADER */
.navbar {
  padding: 30px 0px 20px;
}

.navbar.whitebackground {
  padding: 30px 0px;
}

.navbar-brand {
  height: 50px;
  margin-top: 0px;
  animation-name: fadein;
  animation-duration: 1.5s;
}

@media (max-width: 1200px) {
  .navbar {
    padding: 20px;
  }

  .navbar.whitebackground {
    padding: 20px;
  }

  .navigation {
    width: 500px;
    max-width: 100%;
    overflow: scroll;
  }
}

/* iNTRO */
#intro {
  min-height: calc(100vh - 200px);
  padding-top: 60px;
}

#intro .table-container {
  display: table;
}

#intro .table-cell {
  display: table-cell;
  vertical-align: middle;
}

#intro .content-block {
  max-width: 670px;
}

@media (max-width: 1200px) {
  #intro .content-block {
    max-width: 570px;
  }

  #intro h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 992px) {
  #intro {
    padding-top: 60px;
  }

  #intro .content-block {
    max-width: 470px;
  }

  #intro h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 768px) {
  #intro {
    padding-top: 60px;
  }

  #intro .content-block {
    max-width: 470px;
  }

  #intro h1 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 576px) {
  #intro h1 {
    font-size: 60px;
    line-height: 60px;
  }
}

/* LOGOS */
.logocontainer {
  margin-top: 80px;
  padding: 15px 0px;
}

.clientslider img {
  max-width: 50%;
  text-align: center;
  margin: auto;
}

/* SEGMENT */
.segment .ikwil h3 {
  font-family: 'CircularXXWeb-Bold' !important;
  font-size: 36px !important;
  line-height: 43px;
  color: #1D1D1B !important;
}

/* SNIPPETS */
.snippet-link {
  display: block;
  width: 100%;
  height: 100%;
}

.text-bottom {
  position: absolute;
  bottom: 0px;
}

#projecten {
  margin-top: 200px;
}

.vrhl-icon {
  display: inline-block;
  position:relative;
  top:-25px;
  width: 40px;
}

.next, .prev {
  display: inline-block !important;
  float: right;
  margin-top: -10px;
}

#projecten h2, #hierzijnwijgoedin h2, #goedverhaal h2 {
  font-size: 46px;
  line-height: 50px;
  color: var(--black);
  letter-spacing:-1px;
  font-family: 'CircularXXWeb-Bold';
}

/* DIENSTEN */
#hierzijnwijgoedin h3 {
  font-size: 32px;
  color: var(--orange);
  line-height: 36px;
  font-family: 'CircularXXWeb-Bold';
  text-decoration: underline;
}

#hierzijnwijgoedin h3 a {
  color:var(--orange);
}

#hierzijnwijgoedin p {
  font-size: 18px;
  line-height: 27px;
  color: var(--black);
  margin-bottom: 30px;
  font-family: 'CircularXXWeb-Book';
}





@media (max-width: 576px) {
  #hallo h2, #hierzijnwijgoedin h2, #goedverhaal h2 {
    font-size: 30px;
    line-height: 40px;
    color: var(--black);
    font-family: 'CircularXXWeb-Bold';
  }
}

@media (min-width: 768px) {
  .item h4 {
    font-size: 32px;
  }
}

@media (min-width: 768px) {
  #onzemensen-bg {
    background-image: url(assets/images/onzemensen.png);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 270px;
    padding-left: 70px;
    padding-right: 560px;
  }

  #onzemensen-bg a {
    font-family: 'CircularXXWeb-Bold';
    font-size: 60px;
    color: var(--black);
    line-height: 70px;
  }

  .header-page {
    height: 35vw;
    max-height:800px;
  }

/* PROJECTS */
.header-page.header-projects h1 {
  font-size: 48px;
  line-height: 60px;
}

#content .sidebar h3 {
  margin: 0px;
  padding: 0px;
}

#content .content.project-content p:first-child {
  font-size: 18px;
  font-weight: bold !important;
  line-height: 27px;
  color: var(--black);
}

#content .content.project-content p:first-child {
  font-style: inherit;
}

#content .content.project-content h2 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 32px;
  margin-top: 16px;
  color: var(--orange);
  margin-bottom: 5px !important;
}

#content .content.project-content h3 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 23px;
  margin-top: 23px;
  color: var(--orange);
  margin-bottom: 5px !important;
}

#content .content.project-content h4 {
  font-family: 'CircularXXWeb-Bold';
  font-size: 18px;
  margin-top: 18px;
  color: var(--orange);
  margin-bottom: 5px !important;
}

#content .content.project-content a {
  color: #f60;
}

#newsletter input {width:50%; border-radius:500px;}

#newsletter {
  background-color:#F4ECEA;
  border-radius:10px;
  box-shadow: rgba(247, 104, 64, 0.35) 0px 25px 20px -20px;
  margin-left:-45px;
}

.newsletter {
  background-color:#ffffff;
  border-radius:500px;
}

.send {
  width:49%;
  border-radius:500px !important;

}

}

@media (max-width: 1200px) {
  #content .content.project-content {
    padding-right: 110px;
  }
}

@media (max-width: 992px) { }

@media (max-width: 576px) {

  #newsletter {
    background-color:#F4ECEA;
    border-radius:0px;
    box-shadow: rgba(247, 104, 64, 0.35) 0px 25px 20px -20px;
    margin-left:0px;
  }

  .newsletter {
    background-color:#ffffff;
    border-radius:0px;
  }

  .send {
    width:100%;
    border-radius:0px !important;

  }


  #content .content.project-content {
    padding-right: 10px;
  }

  #details h1 {
    font-size: 40px;
    color: var(--orange);
    font-family: 'CircularXXWeb-Bold';
    line-height: 45px;
    margin: auto;
    color: var(--black);
    text-align:center;
  }

  .profilepicture-large {
    width: 240px;
    height: 240px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;

    mask-image: url('assets/images/people-mask.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    text-align: center;
  }



}





@media only screen and (max-width: 576px) and (min-width: 0px) {
  #people-overview h2 {
    font-family: 'CircularXXWeb-Bold';
    font-size: 20px !important;
    color: #var(--black);
  }
}