/*
	Theme Name: iClicks Boilerplate Child Theme
	Template: iclicksboilerplate
	Theme URI: https://www.iclicks.nl
	Description: iClicks Boilerplate Theme
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/* EXAMPLE

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

font-family: 'Poppins', sans-serif;

END EXAMPLE */

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}
body {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  color: #000;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -moz-transition: padding-left 0.3s ease;
  -webkit-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
  background-color: #fff;
}
p {
  margin: 0 0 1.75em 0;
  line-height: 1.73em;
}
/*------------------------------------*\
    HEADINGS
\*------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  color: #000;
  line-height: 1.3em;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
h1 {
  font-size: 1.8em;
}
h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h1.big,
h2.big {
  font-size: 2em;
}
h1.small,
h2.small {
  font-size: 1.2em;
}
h1.underline,
h2.underline,
h3.underline {
  position: relative;
  padding-bottom: 10px;
}
h1.underline:after,
h2.underline:after,
h3.underline:after,
h3.underline:after,
h1.underline:before,
h2.underline:before,
h3.underline:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 60px;
  height: 3px;
  background: #b49136;
}
h1.underline:after,
h2.underline:after,
h3.underline:after {
  bottom: 0px;
}
.text-center h1.underline:after,
.text-center h2.underline:after,
.text-center h3.underline:after,
.text-center h3.underline:after,
.text-center h1.underline:before,
.text-center h2.underline:before,
.text-center h3.underline:before {
  position: relative;
  bottom: -50px;
  margin: 0 auto;
}
.text-center h1.underline:after,
.text-center h2.underline:after,
.text-center h3.underline:after {
  bottom: -15px;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #000;
}
/*START YOAST BREADCRUMBS*/
#breadcrumbs a {
  color: #000;
  font-weight: 300;
}
#breadcrumbs a:hover {
  color: #b49136;
}
#breadcrumbs #text {
  color: #000;
}
#breadcrumbs span a {
  position: relative;
}
#breadcrumbs span a:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  top: 0px;
  font-weight: 700;
  content: "\f054";
  color: #b49136;
  font-size: 12px;
  width: 20px;
  padding: 0px 3px 0px 6px;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 500;
  color: #000;
}
p#breadcrumbs {
  margin-bottom: 0px;
}
/*END YOAST BREADCRUMBS*/
.sidebar-lp a,
.bottom-footer a,
.top-footer a,
a.read-more {
  font-weight: bold;
  position: relative;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.read-more:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  margin-left: 7px;
  font-weight: 700;
  color: #b49136;
  text-align: center;
  font-size: 20px;
  top: 2px;
  position: relative;
}
.sidebar-lp a:hover,
a.read-more:hover:after,
a.read-more:hover,
.telefoonnummer-container a:hover,
.top-footer a:hover,
a:hover {
  color: #b49136;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}
a.left-animation {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 0px;
}
a.left-animation:hover {
  left: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.top-animation {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0px;
}
a.top-animation:hover {
  top: -2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*------------------------------------*\
    VISIBILITY
\*------------------------------------*/
.hidden {
  display: none !important;
}
.show-1024,
.show-900,
.show-800,
.show-768,
.show-670,
.show-550,
.show-480 {
  display: none;
}
#fancybox-left-ico {
  left: 20px !important;
}
#fancybox-right-ico {
  right: 20px !important;
  left: unset !important;
}
/*------------------------------------*\
    TEXT TRANSFORM
\*------------------------------------*/

.text-transform-uppercase {
  text-transform: uppercase;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.section {
  position: relative;
  width: 100%;
}
.animated {
  overflow: hidden;
}
.wrap,
.wrap-small {
  padding: 0 0;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}
.wrap-h-100 {
  height: 100%;
}
/* header */
.header {
}

/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}


/*------------------------------------*\
    START VIMEO HEADER
\*------------------------------------*/
.mb-40 {
  margin-bottom: 40px;
}
.vimeo-header {
  margin-bottom: 40px;
}
.wrap-vimeo,
.vimeo-header {
    height: 450px !important;
	overflow: hidden;
}
.vimeo-header-inner {
	width:100%;
	height: 450px !important;
	position: absolute;
	left:0px;
	top:0px;
	overflow: hidden;
}
.wrap-vimeo {
  max-width: 100% !important;
  position: relative;
}
.vimeo-600 .wrap-vimeo,
.vimeo-600,
.vimeo-600 .vimeo-header-inner {
  height: 600px !important;
}
#video-background-new {
  right: 0px;
  bottom: 0px;
  z-index: -100;
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* video {
  display: block;
  left: 0px;
  overflow: hidden;
  padding-bottom: 56.25%; /* 56.25% = 16:9. set ratio */
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  } */

video .wrapper {
  display: block;
  height: 300%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  }

/*------------------------------------*\
    END VIMEO HEADER
\*------------------------------------*/

/*------------------------------------*\
    COLS
\*------------------------------------*/
.row {
  min-height: 20px;
  box-sizing: border-box;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #d6bb76;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #d6bb76;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #d6bb76;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.pull-center {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

.day {
  display: inline-block;
  min-width: 110px;
}

#menu-mobile-menu .menu-item-846{
  background-color:#b49136 ;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/
.owl-stage-outer {
  overflow: hidden;
}
.owl-stage .owl-item {
  float: left;
}
.home-slider .owl-item,
.slider {
  position: relative;
  height: 700px;
}
.default-slider .owl-item,
.default-slider .slider {
  height: 500px;
}
.slide-image-lp,
.slide-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 700px;
  width: 100%;
  overflow: hidden;
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.owl-slider-ec .slide-image-lp,
.owl-slider-ec .slide-image {
  height: 400px;
}
.slide-image-lp {
  height: 500px;
}
.default-slider-template-sidebar .owl-item,
.default-slider-template-sidebar .slider {
  height: 400px;
}
.slider-content {
  position: absolute;
  float: left;
  width: 100%;
  z-index: 10;
  bottom: 200px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
.slider-content p {
  margin-bottom: 0px;
}
.slider-content h3 {
}
.slider-content h2 {
}
.no-dots .owl-dots,
.no-dots .owl-nav {
  display: none;
}
/*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

/*------------------------------------*\
    START FORMS CSS
\*------------------------------------*/
input,
select,
textarea {
  width: 100%;
  margin-bottom: 30px;
}
select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border: 1px solid #dedede;
  padding: 8px 8px;
  background: none;
  min-height: 40px;
  background-color: #fff;
  color: #777777;
  font-size: 15px;
  margin: 10px 0px;
}
::-webkit-input-placeholder {
  color: #777777;
}
::-moz-placeholder {
  color: #777777;
}
:-ms-input-placeholder {
  color: #777777;
}
:-moz-placeholder {
  color: #777777;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  max-width: 300px;
}
input[name="_sf_search[]"] {
  display: none;
}

/*------------------------------------*\
    END FORMS CSS
\*------------------------------------*/

/*------------------------------------*\
    START POP-UP CSS
\*------------------------------------*/
#dialog h4 {
	font-size: 18px;
	color: #4a4a4a;
}
#dialog p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  line-height: 1.2em;
}
#dialog p.small-strong {
	font-size: 14px;
	color: #000;
    text-transform: uppercase;
    font-weight: 800;	
}
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
	width: 100% !important;
}
/*#boxes .window {
	position: absolute;
	left: 50%;
	margin-left:-220px;
	top: 0;
	width: 440px;
	height: 500px !important;
	display: none;
	z-index: 9999;
	height: 300px;
	padding: 40px;
	box-sizing:border-box;
	background-color: #ffffff;
	border-radius: 15px;
}*/
#boxes .window {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 220px !important;
	width: 700px;
	height: auto !important;
	display: none;
	z-index: 9999;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 0px;
	text-align:leftßß;
	/* box-sizing: border-box; */
}
#boxes .window h2 {
    font-size: 50px;
    font-weight: 800;
    color: #000;
    line-height: 1.2em;
    margin-bottom: 10px;	
    text-align: left;
}
.information {
	margin-bottom: 28px;
}
.information .button-blue {
	background: #009edd;
    color: #fff;
    border: 2px solid #009edd;
    border-radius: 0px;
    margin-right: 10px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;	
    padding: 20px 40px;
}
.information .button-blue:nth-child(2) {
	margin-right:0px;
}
.information .button-blue:hover {
	background: #000;
    color: #fff;
    border: 2px solid #000;
    padding: .3em 1em;	
    padding: 20px 40px;	
}
/* ORIGINAL STYLE

#boxes .window .content-box {
    width: 50%;
    left: 27%;
    position: absolute;
}
*/
#boxes .window .content-box {
	padding: 40px;
	position: relative;
}
.img-box img {
	height: 63px;
}
#popupfoot
{
    position: absolute;
    right: 0px;
    top: -63px;
    background: red;
    width: 63px;
    height: 63px;
}

#popupfoot a.readmore {
  color: #fff;
  font-size: 25px;
  line-height: 57px;
  height: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-abs-pop-up {
	position: absolute;
    right: -95px;
    top: 230px;
    z-index: 10;
}
.img-abs-pop-up img {
	width: 215px;
}

.popup{
      position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(49,60,65,0.7);
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    pointer-events: none;
}

.popup__wrapper{
      display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: calc(100% - 60px);
    height: calc(100% - 0px);
}

.popup__content{
      display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    width: 100%;
    background-color: #D9E2E6;
    padding: 30px;
    position: relative;
    padding-top: 90px;
}

.popup__content .close{
      position: absolute;
    right: 50px;
    top: 50px;
    width: 28px;
    height: 28px;
    background-color: transparent;
    border: none;
    padding: 0;
}
.popup__content__image{
  width: 220px;
}
.popup__content__text{
      flex-grow: 1;
}
.popup__content__image+.popup__content__text{
      width: calc(100% - 220px);
}
.popup__content__button{
      display: block;
    text-align: right;
    width: 100%;
    margin-top: 20px;
}
.popup__content__button a{
      text-align: right;
          font-size: 15px;
    color: #475860;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    border: 1px solid #b8a068;
    -moz-transition: background-color 300ms,color 300ms,box-shadow 300ms;
    -o-transition: background-color 300ms,color 300ms,box-shadow 300ms;
    -webkit-transition: background-color 300ms,color 300ms,box-shadow 300ms;
    transition: background-color 300ms,color 300ms,box-shadow 300ms;
}
.popup__content__button a:hover{
color: #fff;
    background-color: #b8a068;
    -moz-box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 0px rgba(0,0,0,0.15);
}
.popup__content .gold{
      color: #b8a068;
}
.popup__content .close:before, .popup__content .close:after{
  position: absolute;
    top: 0;
    left: 15px;
    content: " ";
    height: 33px;
    width: 1px;
    background-color: #475860;
}
.popup__content .close:before {
    transform: rotate(45deg);
}
.popup__content .close:after {
    transform: rotate(-45deg);
}
.show-popup{
  display: block; 
  opacity: 1; 
  pointer-events: all;
}

@media (max-width: 1000px) {
	#boxes .window {
		width: 90%;
		margin-left: -45%;
	}	
	#boxes .window h2 {
		font-size: 35px !important;
	}
	.information .button-blue {
		display:block;
		font-size: 18px;
		padding: 15px 25px;
	}
	.information .button-blue:hover {
			padding: 15px 25px;
	}
	.img-abs-pop-up {
		right: 15px;
	}
	.img-abs-pop-up img {
		width: 170px;
	}	
}
@media (max-width: 768px) {
	img.icons-pop-up {
		width: 150px;
	}
	.img-abs-pop-up {
		right: 13px;
		top: 42%;
	}
	.img-abs-pop-up img {
		width: 110px;
	}
}	
@media (max-width: 670px) {
	#popupfoot
	{
	top: -63px;
	}
	.img-box {
		height: 63px	
	}
	#boxes .window {
		top: 200px !important;
	}
  .h-60-670 {
    height:60px;
  }
}

@media (max-width: 600px) {
  .popup__content__image {
      width: 100%;
      margin-bottom: 20px;
  }
  .popup__content__image+.popup__content__text {
      width: 100%;
  }
  .popup__content__button {
      text-align: center;
  }
  .popup__content .close {
      top: 30px;
      right: 30px;
  }
  .popup__content {
      justify-content: center;
      text-align: center;
      padding: 30px;
      padding-top: 88px;
  }
}

@media (max-width: 550px) {
	#boxes .window h2 {
		font-size: 26px !important;
	}
	#dialog p {
		font-size: 20px;
		line-height: 1.2em;
	}
	.img-abs-pop-up {
		display:none;
	}
	.information .button-blue {
		font-size: 12px;
		padding: 10px 16px;
		margin-right: 0px;
		width: 100%;
		margin-bottom: 10px;
	}
	.information .button-blue:hover {
		padding: 10px 16px;
	}
}

@media (max-width: 480px) {
	#boxes .window h2 {
		font-size: 20px;
	}
	#boxes .window .content-box {
		padding: 20px;
	}
}
/*------------------------------------*\
    END POP-UP CSS
\*------------------------------------*/


/*------------------------------------*\
    CUSTOM CSS
\*------------------------------------*/
.font-300 {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-500 {
  font-weight: 500;
}
.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}
.font-dk {
  color: #000;
}
.font-blue {
  color: #b49136;
}
.bg-dk,
.bg-dk h2,
.bg-dk h3,
.tekst-white,
.tekst-white h2 {
  color: #fff;
}
.text-center {
  text-align: center;
}
.bg-photo {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-photo-64 {
  padding-top: 64%;
}
.bg-photo-app {
  ppadding-top: 67%;
}
.bg-photo-94 {
  padding-top: 94%;
}
.bg-photo-150 {
  padding-top: 150%;
}
.bg-photo-152 {
  padding-top: 152%;
}
.bg-gr {
  background-color: #f8f8f8;
}
.bg-dk {
  background-color: #000;
}
a.button,
.button,
span.button,
a.button-white,
.button-white,
span.button-white,
a.button-outline,
.button-outline,
span.button-outline,
a.button-outline-blue,
.button-outline-blue,
span.button-outline-blue,
a.button-outline-white,
.button-outline-white,
span.button-outline-white,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: #b49136;
  line-height: 1.65em;
  display: inline-block;
  padding: 12px 25px 12px 25px;
  color: #fff !important;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0.4em;
  border: 2px solid #b49136;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-shadow: none !important;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  position: relative;
  mmargin-right: 10px;
  -webkit-appearance: none;
  text-transform: uppercase;
}
.text-center a.button,
.text-center .button,
.text-center span.button,
.text-center a.button-white,
.text-center .button-white,
.text-center span.button-white,
.text-center a.button-outline,
.text-center .button-outline,
.text-center span.button-outline,
.text-center input[type="button"],
.text-center input[type="reset"],
.text-center input[type="submit"] {
  margin-right: 0px;
}
.text-center .gewonen_buttons a.button:nth-child(1) {
  margin-right: 10px;
}
a.button-dk,
.button-dk,
span.button-dk {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
a.button-white,
.button-white,
span.button-white {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}
a.button-white:hover,
.button-white:hover,
span.button-white:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
a.button-outline,
.button-outline,
span.button-outline {
  background: transparent;
  color: #000 !important;
  border: 2px solid #000;
}
a.button-outline-blue,
.button-outline-blue,
span.button-outline-blue {
  background: transparent;
  color: #000 !important;
  border: 2px solid #b49136;
}
a.button-outline-white,
.button-outline-white,
span.button-outline-white {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
}
a.button-outline:hover,
.button-outline:hover,
span.button-outline:hover,
a.button:hover,
.button:hover,
span.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
a.button-outline-white:hover,
.button-outline-white:hover,
span.button-outline-white:hover {
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff;
}
a.button-dk:hover,
.button-dk:hover,
span.button-dk:hover {
  background: #b49136;
  border: 2px solid #b49136;
}
.button-menu {
  padding: 5px 40px !important;
  margin-right: 0px;
  margin-left: 16px;
}
.button-menu:hover a {
  color: #b49136 !important;
}
ul.no-list {
  list-style: none;
}
ul {
  padding-left: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 55px;
}
li {
  position: relative;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 13px;
}
li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 6px;
  left: 0;
  content: "\f111";
  color: #b49136;
  font-size: 7px;
  width: 20px;
  font-weight: 900;
}
li.agenda:before {
  font-size: 15px;
  top: 3px;
  content: "\f073";
}
ul.no-list li {
  padding-left: 0px;
}
ul.no-list li:before {
  content: none;
}
ul.check li {
  padding-left: 25px;
}
ul.check li:before {
  content: "\f00c";
  font-size: 15px;
  top: 4px;
}
ul.arrow li:before {
  content: "\f054";
  font-size: 12px;
  top: 4px;
}
/*------------------------------------*\
    START HEADER
\*------------------------------------*/

/*------------------------------------*\
		START TOPHEADER
	\*------------------------------------*/
.top-menu ul,
.topheader {
  height: 60px;
}
.top-menu ul ul.sub-menu {
  height: unset;
}
.topheader,
.topheader a {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}
.top-menu ul {
  margin-bottom: 0px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.top-menu li {
  float: left;
  margin-bottom: 0px;
  padding-left: 0px;
}
.top-menu li:before {
  content: none;
}
.search_tog {
  display: inline-block;
  position: relative;
  width: auto;
  cursor: pointer;
  color: #222;
}
.search_tog:before {
  content: "\f002";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  font-size: 12px;
  float: left;
  width: 25px;
  height: 25px;
  font-size: 17px;
  padding-top: 2px;
}
.second_header_search_mob {
  position: absolute;
  right: 0px;
  top: 57px;
  z-index: 100000;
  background-color: #000;
  padding: 15px;
}
.second_header_search_mob {
  display: none;
}
.second_header_search_mob.show_search {
  display: block !important;
  position: absolute;
  width: 300px;
}
.show_search input {
  margin-bottom: 0px;
  border: none;
  padding: 5px;
  max-width: 260px;
}
.show_search button.search_button {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  height: 32px;
}
/*------------------------------------*\
		END TOPHEADER
	\*------------------------------------*/

/*------------------------------------*\
		START BOTTOMHEADER
	\*------------------------------------*/
.bottomheader,
.bottomheader-inner {
  height: 125px;
}
.logo {
  float: left;
  width: 300px;
}
.logo img {
  max-width: 165px;
  max-height: 100px;
}
.bottomheader-menu {
  width: calc(100% - 300px);
}
/*------------------------------------*\
		END BOTTOMHEADER
	\*------------------------------------*/

/*------------------------------------*\
    END HEADER
\*------------------------------------*/

/*END TOPHEADER*/

/*------------------------------------*\
    START VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
}
.slider-full {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  margin-bottom: 0px;
}
.video {
}
.video .wrapper {
  display: block;
  height: 300%;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video iframe {
  display: block;
  height: 100%;
  width: 100%;
  bbackground: #000 url(images/spinner.gif) no-repeat center center;
}
/* The only rule that matters */
#video-background {
  /*  making the video fullscreen  */
  pposition: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: #fefefe url(images/spinner.gif) no-repeat center center;
  background-size: 70px 70px;
}
/*------------------------------------*\
    END VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

/*------------------------------------*\
    START COOKIE CSS
\*------------------------------------*/

/* Webtoffee GDPR overwrites */

#wt-cli-settings-btn,
#wt-cli-accept-btn,
#wt-cli-accept-all-btn {
  transition: 0.3s;
}

#wt-cli-settings-btn:hover,
#wt-cli-accept-btn:hover {
  text-decoration: underline;

  opacity: 0.8;
}

#wt-cli-accept-all-btn:hover {
  opacity: 0.8;
}

#cookie-law-info-bar {
  border-top: 1px solid #ccc !important;
}

.wt-cli-custom-checkbox input[type="checkbox"] {
  left: 5px !important;
  top: 20px !important;
}

.textwidget .row .col6 img{
  text-align: center;
}

.textwidget .row .col6 {
  text-align:center;
}





@media only screen and (max-width: 768px) {
  .cli-plugin-button {
    margin: 10px 0px !important;
  }
}

@media only screen and (max-width: 550px) {
  .cli-plugin-button,
  .cli-bar-btn_container a {
    width: 100% !important;

    text-align: center !important;
  }
}
/*------------------------------------*\
    END COOKIE CSS
\*------------------------------------*/

/*------------------------------------*\
   START RESPONSIVE TABEL
\*------------------------------------*/
.responsivetabel {
  margin: 3em 0;
  width: 100%;
}
.sidebar .responsivetabel {
  margin: 1em 0 2em 0;
}
.responsivetabel.prijs-sidebar {
  margin: 0em 0em 1em 0em;
}
.responsivetabel.prijs-sidebar tr {
  border-top: none;
  border-bottom: none;
}
.responsivetabel tr:nth-child(even) {
  background-color: #f6f6f6;
}
.responsivetabel th {
  display: none;
}
.responsivetabel td {
  display: block;
}
.responsivetabel td a {
  text-decoration: underline;
}
.responsivetabel td:last-child {
  padding-bottom: 0.5em;
}
.responsivetabel td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}
.responsivetabel a {
  color: #4e4e4e;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  border-radius: 4px;
  padding: 0px;
}
.responsivetabel a:hover {
  color: #0c3646;
  text-align: left;
  background-color: none;
}
@media (min-width: 768px) {
  .responsivetabel td:before {
    display: none;
  }
  .responsivetabel a {
    padding: 0px;
  }
}
.responsivetabel th,
.responsivetabel td {
  text-align: left;
}
@media (min-width: 768px) {
  .responsivetabel th,
  .responsivetabel td {
    display: table-cell;
    padding: 10px 10px 10px 30px;
    width: 0%;
  }
  .sidebar .responsivetabel td {
    padding-right: 10px;
  }
  .responsivetabel.prijs-sidebar th,
  .responsivetabel.prijs-sidebar td {
    width: 16%;
  }
  .responsivetabel.mhp th,
  .responsivetabel.mhp td {
    width: 76%;
  }
  .responsivetabel th {
    color: #000;
    font-weight: 300;
  }
}

.responsivetabel {
  border-radius: 0.4em;
  /*overflow: hidden;*/
}

.responsivetabel tr {
  border-color: #f1f1f1;
}

.responsivetabel th,
.responsivetabel td {
  margin: 0.5em 0em;
}

@media (min-width: 768px) {
}
@media (max-width: 767px) {
  .responsivetabel th,
  .responsivetabel td:before {
    color: #000;
    font-weight: 300;
    width: 100%;
  }
  .responsivetabel td:before {
    padding-bottom: 0px;
  }
  .responsivetabel tr {
    border-color: #477f76;
  }
  .responsivetabel th,
  .responsivetabel td {
    margin: 0.1em 0em;
    padding: 10px;
  }
}
/*------------------------------------*\
   EINDE RESPONSIVE TABEL
\*------------------------------------*/

/*------------------------------------*\
    START MENU
\*------------------------------------*/

div.menu {
  z-index: 999;
}
.nav {
  float: right;
}
.nav > ul {
  margin: 0;
  padding: 0;
}
.header .nav ul {
  text-align: left;
  width: 100%;
  padding-left: 0px;
  margin: 0px;
}
.nav ul li {
  list-style: none;
  margin-bottom: 0;
  float: left;
  position: relative;
}
.nav ul li:before {
  content: none;
}
.nav ul li.current a:link,
.nav ul li.current a:visited,
.nav ul li.current a:active {
  color: #fff;
}
.nav ul li.current ul li a {
  color: #000 !important;
}
.nav ul li ul li.current {
}
.header .nav ul li {
  display: inline-block;
  float: inherit;
  padding: 0px 15px;
}
.nav ul li a:link,
.nav ul li a:visited,
.nav ul li a:active {
  text-transform: uppercase;
  cursor: pointer;
  color: #000;
  line-height: 2.5em;
  padding: 43px 0px;
  font-size: 16px;
  display: block;
  font-weight: 500;
  transition: all 0.5s ease-in-out;
}
.top-menu .nav ul li a:link,
.top-menu .nav ul li a:visited,
.top-menu .nav ul li a:active {
  color: #fff;
  padding: 10px 0px;
}
.nav ul li.location > a:after,
.nav ul ul li.menu-item-has-children > a:after,
.nav ul li.menu-item-has-children > a:after {
  content: "\f054";
  color: #b49136;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin: 0 0 0 8px;
  float: right;
}
.nav ul li.location > a:after {
  content: "\f041";
}
.top-menu .nav ul li.location > a:after,
.top-menu .nav ul li > a:after {
  color: #b49136;
}
.nav ul li.menu-item-has-children ul li > a {
  font-size: 14px;
}
.nav ul li ul li.menu-item-has-children ul li > a {
  font-size: 13px;
}
.nav ul ul li.menu-item-has-children > a:after {
  content: "\f105";
}
.header .nav ul li:first-child,
.header .nav ul li a:first-child {
  padding-left: 0px;
}
.header .nav ul li:last-child,
.header .nav ul li a:last-child,
.header .nav ul ul li:first-child,
.header .nav ul ul li a:first-child {
  padding-left: unset;
  padding-right: unset;
}
.header .nav ul ul li a:first-child {
  padding: 15px 10px 15px 19px;
}
.header .nav ul li:last-child,
.header .nav ul li a:last-child {
  padding-right: 0px;
}
.header .nav ul li.button-menu a {
  padding: 0px;
}
.header .nav ul ul li {
  float: left;
  text-align: left;
}
.top-nav.nav ul li a:link,
.top-nav.nav ul li a:visited,
.top-nav.nav ul li a:active {
  text-transform: inherit;
  padding: 0 13px;
}
.top-menu .nav ul li a:hover,
.nav ul li a:hover {
  color: #b49136;
}
.nav ul li.last-child a:link,
.nav ul li.last-child a:visited,
.nav ul li.last-child a:active {
  padding-right: 0;
}
.nav ul ul,
.nav ul ul ul {
  display: none;
}
.nav ul li:hover ul,
.nav ul ul li:hover ul {
  display: block;
}
.nav ul li ul li ul,
.nav ul li ul {
  position: absolute;
  left: 0px;
  text-align: left;
  top: 125px;
  background: #000;
  z-index: 3;
  margin-left: 0px;
  padding-left: 0;
}
.top-menu .nav ul li ul {
  top: 60px;
}
.nav ul li ul li ul {
  top: 0px;
  left: 290px;
}
.nav ul li:hover ul,
.nav ul li:hover ul li {
  width: 290px;
  z-index: 1000;
}
.nav ul li:hover ul ul {
  display: none;
}
.nav ul li:hover ul li:hover ul {
  display: block;
}
.nav ul ul li:hover,
.nav ul ul li:hover ul li {
  width: 290px;
  z-index: 1000;
}
.nav ul li.wpml-ls-item:hover ul,
.nav ul li:hover ul li.wpml-ls-item {
  width: 50px;
}
.header .nav ul ul li,
.nav ul ul li:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.nav ul ul li a:link,
.nav ul ul li a:visited,
.nav ul ul li a:active {
  line-height: 20px;
  padding: 15px 10px 15px 12px;
  color: #fff;
  height: 50px;
  font-size: 15px;
  border-left: none;
}
.nav ul ul li:last-child a:link,
.nav ul ul li:last-child a:visited,
.nav ul ul li:last-child a:active {
}
.nav ul ul li a:hover {
  background-color: #b49136;
  color: #fff !important;
}
.nav ul li.current_page_item ul li a:link,
.nav ul li.current_page_item ul li a:visited,
.nav ul li.current_page_item ul li a:active {
  color: #fff;
  border-top: none;
}

/*------------------------------------*\
    END MENU
\*------------------------------------*/

/*------------------------------------*\
    START SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/

.social-icons {
  float: right;
  padding-top: 22px;
}
.social-icons a {
  width: 43px;
  height: 43px;
  color: #c8c8c8;
  float: left;
  text-align: center;
  margin-right: 9px;
  background-color: #fff;
  line-height: 41px;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 43px;
  border: 2px #c8c8c8 solid;
}
/*------------------------------------*\
    END SOCIAL MEDIA IN MENU CSS
\*------------------------------------*/

/*------------------------------------*\
   START FIXED CTA
\*------------------------------------*/
.fixed-cta {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  padding: 15px 20px;
  width: 50px;
  height: 145px;
  top: 25%;
  z-index: 10000;
  right: 0px;
  background: #000;
}
.fixed-cta-location {
  top: calc(30% + 135px);
  height: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}
.fixed-cta-location .is-active .fa-map-marker-alt,
.fixed-cta-location .fa-times-circle {
  display: none;
}
.fixed-cta-location .is-active .fa-times-circle {
  display: block;
  color: #b49136;
}
.fixed-cta a {
  color: #fff;
}
.fixed-cta a:hover {
  color: #b49136;
}
.fixed-cta .fab,
.fixed-cta .fa {
  font-weight: 700;
  font-size: 16px;
}
.fixed-cal {
  font-size: 16px;
}

.fixed-cta-container {
  background-color: #000;
  padding: 10px 0 20px 0px;
  position: fixed;
  height: 450px;
  top: calc(30% + 135px);
  right: -440px;
  bottom: 0;
  z-index: 100000;
  display: block !important;
  width: 440px !important;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
  -moz-transition: right 0.3s ease;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}
.fixed-cta-container.off-screen {
  right: 0;
  left: unset !important;
}

.fixed-cta-container.off-screen + * {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-delay: 0.1s; /* Safari */
  transition-delay: 0.1s;
}

/*
.fixed-cta div:before {
    display:block;
    font-family: 'Font Awesome 5 Free';
	top: 20px;
    left: 22px;
    content: '\f082';
    position: relative;
    right: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	height: 60px;
    width: 60px;
    margin-bottom: 0px;
}

.fixed-cta div.linkedin:before {
    	content: '\f0e1'
}
.fixed-cta div.instagram:before {
	content: '\f16d'
}
*/
.exp-center-menu-menu h2,
.exp-center-menu-menu h3 {
  color: #fff;
}
.exp-center-menu-menu {
  padding: 60px;
  color: #fff;
}
.exp-center-menu-menu .fa,
.exp-center-menu-menu .fas {
  color: #b49136;
}
/*------------------------------------*\
	END FIXED CTA
\*------------------------------------*/

/*------------------------------------*\
    START STICKY UP CSS
\*------------------------------------*/
.cd-top {
  background: #b49136;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  bottom: 30px;
  right: 30px;
  text-align: center;
  position: fixed;
  display: none;
}
.cd-is-visible {
  cursor: pointer;
  display: block;
  opacity: 1;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
/*------------------------------------*\
    END STICKY UP CSS
\*------------------------------------*/

/*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
.top-footer {
  position: relative;
  padding: 100px 0px 100px 0px;
  background-position: center 50%;
  background-size: cover;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.bottom-footer {
  font-size: 14px;
  color: #fff;
}
.top-footer h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 26px;
}
.top-footer h3.font-dk {
  color: #000;
}
.bottom-footer a,
.top-footer a {
  font-weight: 300;
  color: #fff;
  padding-right: 5px;
}
.bottom-footer a:hover,
.top-footer a:hover {
  color: #b49136;
  left: 3px;
}
.top-footer ul.arrow li:before {
  color: #b49136;
}
.top-footer .widget {
  float: left;
  width: 25%;
  margin-right: 0%;
  padding: 0px 40px 0px 0px;
}
.top-footer .widget ul {
  margin-bottom: 30px;
}
.top-footer .widget-last.widget {
  padding: 0px 0px 0px 0px;
}
.bottom-footer {
  background-color: #000;
  position: relative;
  padding: 13px 0px 10px 0px;
  display: block;
}
.bottom-footer p {
  margin-bottom: 0px;
}
.bottom-footer ul,
ul#menu-footer-menu,
ul.social-media-list-footer {
  margin-bottom: 0px;
}
.social-media-list-footer li {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.social-media-list-footer li.facebook {
  margin-right: 6px;
}
.social-media-list-footer li .fab {
  font-size: 24px;
}
.social-media-list-footer a {
  position: relative;
  top: 0px;
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}
.social-media-list-footer a:hover {
  top: -3px;
  left: 0px;
}
ul#menu-footer-menu {
  float: left;
}
ul#menu-footer-menu li {
  padding-right: 5px;
  padding-left: 5px;
  float: left;
  margin-bottom: 0px;
}
ul#menu-footer-menu li:before {
  content: none;
}
ul#menu-footer-menu li:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  left: unset;
  right: -3px;
  font-size: 9px;
  top: 6px;
  position: absolute;
  content: "\f715";
  -webkit-transform: rotate(52deg);
  -moz-transform: rotate(52deg);
  -ms-transform: rotate(52deg);
  -o-transform: rotate(52deg);
  transform: rotate(52deg);
}
ul#menu-footer-menu li:last-child:after {
  content: none;
}
/*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

/*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
		START RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/
.section-row-1-fp {
  z-index: 100;
}
.row-container-blokken-wit-icoon-titel-content {
  margin-top: -200px;
}
.row-container-blokken-wit-icoon-titel-content.row-container-blokken-wit-icoon-titel-content-new {
  margin-top: 0px !important;
}
.row-container-blokken-wit-icoon-titel-content {
  cursor: pointer;
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 70px 40px 145px 80px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.row-container-blokken-wit-icoon-titel-content:nth-child(2n + 2) {
  margin-right: 0px;
}
.banner-wit-tekst-blok-section {
  min-height: 795px;
}
@media screen and (max-width: 1024px) {
  .banner-wit-tekst-blok-section {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .banner-wit-tekst-blok-section {
    min-height: 400px;
  }
}
@media screen and (max-width: 550px) {
  .banner-wit-tekst-blok-section {
    min-height: 200px;
  }
}
.slider-content-lp img,
.banner-wit-tekst-blok-outer img,
.row-container-blokken-wit-icoon-titel-content img {
  max-width: 70px;
  margin-bottom: 15px;
  max-height: 70px;
  min-width: 70px;
}
.banner-wit-tekst-blok-outer .button,
.row-container-blokken-wit-icoon-titel-content .button {
  margin-right: 0px;
  margin-bottom: 0px;
}
.row-container-blokken-wit-icoon-titel-content .button-blokken {
  position: absolute;
  bottom: 65px;
}
/*------------------------------------*\
		END RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/

.post-container-fp {
  position: relative;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  height: 400px;
}
.post-container-fp h2 a,
.post-container-fp h3 a,
.post-container-fp h2,
.post-container-fp h3 {
  color: #fff;
}
.post-container-fp:nth-child(2n + 2) {
  margin-right: 0px;
}
.post-container-fp h3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
.post-container-fp-lees-meer-container {
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}
.post-container-fp a.read-more,
.post-container-fp a.read-more:after {
  font-weight: semi-bold;
  color: #b49136;
  left: 30px;
}
.post-container-fp a.read-more:after {
  left: 3px;
}
.post-container-fp a.read-more:hover,
.post-container-fp a.read-more:hover:after {
  color: #000;
  left: 33px;
}
.post-container-fp a.read-more:hover:after {
  left: 6px;
}
.post-container-inner-fp {
  padding: 0px 0px 10px 70px;
}
.post-date-fp {
  color: #b49136;
  margin-bottom: 3px;
}
.gradient-full {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.gradient-half {
  width: 50%;
}
.gradient-half-left {
  right: unset;
  left: 0px;
}
.pinterest {
  cursor: pointer;
  vvisibility: 0;
  position: absolute;
  top: 20px;
  height: 35px;
  width: 35px;
  background: #000;
  color: #fff;
  transition: width 0.4s;
}
.pinterest-share {
  display: none;
}
.pinterest.active .pinterest-share {
  display: block;
}
.pinterest.active {
  width: 80px;
}
.pinterest.active .fab {
  display: none;
}
.video-url {
  text-align: center;
  position: absolute;
  width: 100%;
  top: calc(50% - 47px);
}
.video-url-inner,
.video-url a {
  color: #fff;
  font-size: 30px;
  border-radius: 95px;
  padding-top: 18px;
  width: 95px;
  height: 95px;
  text-align: center;
  display: inline-block;
  border: 4px solid #fff;
}
.video-url a:hover {
  color: #b49136;
  border-color: #b49136;
}
.video-url .fas {
  font-size: 50px;
  color: #fff;
}
.video-url a:hover .fas {
  color: #b49136;
}

/*------------------------------------*\
	START ICON LINK CONTENT CSS
\*------------------------------------*/
.blokken-icoon-titel-tekst {
}
.single-blok-icoon-titel-tekst {
  float: left;
  width: calc(33.333% - 30px);
  margin-right: 45px;
  padding: 0px 40px;
  text-align: center;
  margin-bottom: 60px;
}
.single-blok-icoon-titel-tekst:nth-child(3n + 3) {
  margin-right: 0px;
  padding-right: 0px;
}
.single-blok-icoon-titel-tekst:nth-last-child(-n + 3) {
  margin-bottom: 0px;
}
.blok-icoon {
  width: 100%;
}
.blok-icoon img {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
  margin-bottom: 10px;
}
.blok-titel {
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 19px;
}
/*------------------------------------*\
	END ICON LINK CONTENT CSS
\*------------------------------------*/

/*------------------------------------*\
	START BANNER WIT TEKSTBLOK CSS
\*------------------------------------*/

.banner-wit-tekst-blok-outer {
  float: left;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 70px 80px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

/*------------------------------------*\
	END BANNER WIT TEKSTBLOK CSS
\*------------------------------------*/

.review-blok-latest-projects-single {
  float: left;
  width: calc(33.333333333% - 30px);
  margin-right: 45px;
  margin-bottom: 0px;
  height: 350px;
}
.review-blok-latest-projects-single.post-container-fp:nth-child(2n + 2) {
  margin-right: 45px;
}
.review-blok-latest-projects-single:nth-child(3n + 3) {
  margin-right: 0px;
}
.review-blok-latest-projects-single .post-container-inner-fp {
  padding: 0px 0px 0px 50px;
}
/*------------------------------------*\
		START GRIJS REVIEWBLOKJE CSS
	\*------------------------------------*/
.review-blok-titel {
  font-size: 20px;
  text-transform: uppercase;
}
.grijs-review-blok {
  padding: 50px 40px;
}
.s4-sterren.stars {
  left: 0px;
}
.s4-sterren,
.stars4 {
  background-image: url("img/star.svg");
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 20px 50px;
  width: 80px;
  display: block;
  height: 15px;
}
.s5-sterren,
.stars5 {
  background-image: url(img/star.svg);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: 20px 50px;
  width: 100px;
  display: block;
  height: 15px;
}
/*------------------------------------*\
		END GRIJS REVIEWBLOKJE CSS
	\*------------------------------------*/

/*------------------------------------*\
		START GOOGLE MAPS BOVEN FOOTER CSS
	\*------------------------------------*/

.section-row-map iframe {
  min-width: 100%;
  max-width: 100%;
  bottom: 0;
  height: 500px !important;
}
/*------------------------------------*\
		END GOOGLE MAPS BOVEN FOOTER CSS
	\*------------------------------------*/
/*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    START LP CSS
\*------------------------------------*/
.post-type-archive-voorbeelden .template-sidebar-content {
  padding-right: 0px;
}
.single-project-container {
  float: left;
  width: calc(33.3333% - 20px);
  margin-right: 30px;
}
.single-project-container:nth-child(3n + 3) {
  margin-right: 0px;
}
.single-project-container img {
  object-fit: cover;
  height: 300px;
}
.section-top-lp {
  height: 550px;
}
.section-top-lp:after {
  content: "";
  display: block;
  position: relative;
  left: 0px;
  width: 100%;
  height: 100px;
  top: -100px;
  width: 100%;
  background-color: #fff;
}
.slider-content-top-lp {
  z-index: 10;
  float: left;
  width: calc(50% - 30px);
  margin-right: 60px;
}
.slider-content-top-lp:nth-child(2) {
  margin-right: 0px;
}
.slider-content-top-lp.owl-item,
.slider-content-top-lp .slider,
.slider-content-top-lp .slide-image {
  height: 450px;
}
.padding-sidebar-top {
  padding: 70px 50px 20px 50px;
}
.padding-sidebar-bottom {
  padding: 50px 50px 0px 50px;
}
.iclicks-wp-galerij-foto-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.iclicks-wp-galerij-single-img {
  float: left;
  margin-bottom: 12px;
}
.iclicks-wp-galerij-single-img img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.template-beeldbank .iclicks-wp-galerij-single-img img {
  object-fit: contain;
  height: 150px;
}
.nmb-img-4 {
  width: calc(25% - 9px);
  margin-right: 12px;
}
.nmb-img-4:nth-child(4n + 4) {
  margin-right: 0px;
}
.nmb-img-3 {
  width: calc(33.33% - 9px);
  margin-right: 12px;
}
.nmb-img-3:nth-child(3n + 3) {
  margin-right: 0px;
}
.container-blokken-lp-single {
  position: relative;
  float: left;
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
  padding: 70px 40px 70px 80px;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.container-blokken-lp-single:nth-child(2n + 2) {
  margin-right: 0px;
}
.video-outer {
  position: relative;
  height: 450px;
  cursor: pointer;
}
.header-default.news-page {
  display: none;
}
/*------------------------------------*\
    END LP CSS
\*------------------------------------*/

/*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/
.template-sidebar-content {
  padding-right: 65px;
}
.sidebar-lp {
  background-color: #f8f8f8;
  padding: 70px 50px 20px 50px;
  margin-top: 10px;
}
.sidebar-lp h2,
.sidebar-lp h3 {
  color: #000;
}
.sidebar-lp,
.sidebar-lp a {
  color: #000;
}
.sidebar-lp a {
  font-weight: 400;
}
.sidebar-lp a:hover {
  color: #b49136;
  left: 3px;
}

/*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

/*------------------------------------*\
    START ND BEELDBANK CSS
\*------------------------------------*/
.template-beeldbank .sidebar-lp {
  margin-top: 0px;
}
.tax-image-block {
  display: block;
  width: 48%;
  float: left;
  box-sizing: border-box;
  margin: 1%;
  padding: 10px;
}
.tax-image-block .img,
.iclicks-wp-galerij-single-img .img {
  width: 100%;
  height: 200px;
  background-size: cover;
}
.tax-image-block .terms {
  display: block;
  width: 100%;
}
.tax-image-block .terms .term {
  display: inline-block;
  margin-right: 5px;
}
.tax-image-block .terms .term:after {
  content: ",";
}
.tax-image-block .terms .term:first-letter {
  text-transform: capitalize;
}

.filters {
  margin-bottom: 40px;
}
.filters ul {
  list-style: none;
}
.filters ul li:before {
  position: relative;
  display: none;
}
.filters .filter-input {
  display: inline-block;
  width: initial;
  margin-right: 5px;
}
.filters input[type="checkbox"] {
  width: auto;
}
.filters form {
  mmax-height: 1000px;
  overflow-y: hidden;
}
.filters form ul li {
  width: 100%;
}
.filters li.sf-field-reset a {
  font-weight: 600;
  text-transform: uppercase;
}
.filters form ul.children li {
  padding-left: 30px;
}
.filters .list-header {
  font-weight: 600;
  margin-bottom: 10px;
}
.filters input {
  margin-bottom: 5px;
}

.filters input[type="checkbox"],
.filters input[type="radio"] {
  position: absolute;
  left: 0;
  top: 5;
  margin-right: 20px;
  background: nno;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 20px;
  margin: 0 10px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  min-width: 20px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
  border: 1px solid #999;
}
.filters input[type="checkbox"]:disabled:hover {
  cursor: not-allowed;
}
.filters input[type="checkbox"]:checked:before,
.filters input[type="radio"]:checked:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  background: #b49136;
  position: absolute;
  left: -1px;
  top: -1px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}

.searchandfilter ul li > label i {
  margin-right: 15px;
}
.searchandfilter ul li > label i.active {
  transform: rotate(90deg);
}
.searchandfilter ul li ul.children {
  display: none;
}
.searchandfilter ul li.active ul.children {
  display: block;
}

@media screen and (max-width: 767px) {
  .col12-sm {
    width: 100%;
    float: none;
  }
}
@media screen and (min-width: 767px) {
  .p-l-50px {
    padding-left: 50px;
  }
}

/*------------------------------------*\
    END BEELDBANK CSS
\*------------------------------------*/

/*------------------------------------*\
    START PROJECTEN CSS
\*------------------------------------*/
.sidebar-widget div > label {
  display: none;
}
.sidebar-widget input {
  margin-bottom: 0px;
}
.sidebar-widget input[type="submit"] {
  margin-top: 20px;
  font-size: 16px !important;
  padding: 12px 20px 13px 20px;
  max-width: 100%;
  width: 100%;
}
.searchandfilter h4 {
  font-size: 24px;
}
.searchandfilter ul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0px;
}
.sidebar-widget .searchandfilter li {
  padding-left: 0px;
  margin-bottom: 7px;
}
.sidebar-widget li:last-child {
  display: block;
  width: 100%;
}
.sidebar-widget li:before {
  content: none;
}
.sidebar-widget .searchandfilter li.cat-item {
  float: left;
  width: 100%;
  text-transform: lowercase;
}
.sidebar-widget label {
  display: block;
  padding-left: 30px;
  padding-top: 6px;
  display: block;
}
.sidebar-widget input[type="checkbox"],
.sidebar-widget input[type="radio"] {
  position: absolute;
  left: 0px;
  top: 8px;
  margin-right: 20px;
  background: #fff;
  border: 1px solid #e3dfd8;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: 0px 10px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}
.sidebar-widget input[type="checkbox"]:checked:before,
.sidebar-widget input[type="radio"]:checked:before {
  content: " ";
  font-family: FontAwesome;
  background: #ffb81e;
  position: absolute;
  left: 2px;
  top: 2px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------------------*\
    END PROJECTEN CSS
\*------------------------------------*/

/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
.template-sidebar-news article {
  padding: 25px 0px;
  border-bottom: 1px solid #f1f1f1;
}
.template-sidebar-news article h2 {
  font-size: 1.4em;
  margin: 0 0 10px 0;
}
.news-overzicht-container {
  display: flex;
  flex-flow: row wrap;
}
.foto-news {
  float: left;
  width: 150px;
  margin-right: 40px;
}
.foto-news img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}
.content-news {
  float: left;
  width: calc(100% - 190px);
  margin-bottom: 0px;
}
.template-sidebar-news article a.read-more {
  font-weight: 400;
  color: #777;
  font-size: 15px;
}
.template-sidebar-news article a.read-more:after {
  color: #777;
  font-size: 14px;
  top: 0;
}
.template-sidebar-news article a.read-more:hover {
  left: 3px;
  color: #b49136;
}
.template-sidebar-news article a.read-more:hover:after {
  color: #b49136;
}
/*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/

/*------------------------------------*\
    START SINGLE NEWS TEMPLATE CSS
\*------------------------------------*/

.single-post .sidebar-lp {
  margin-top: 0px;
}
.single-news-template .has-post-thumbnail img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  margin-bottom: 25px;
}
.date ul {
  margin-bottom: 0px;
}
.date ul li {
  padding-left: 20px;
}
.single-news-template .alignnone {
  margin: 0px;
}

/*------------------------------------*\
    END SINGLE NEWS TEMPLATE CSS
\*------------------------------------*/

/*------------------------------------*\
    START SEARCH PAGE CSS
\*------------------------------------*/
.search-results h2 {
  text-transform: unset;
  font-weight: 400;
  margin-bottom: 5px;
}
/*------------------------------------*\
    END SEARCH PAGE CSS
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 1300px) {
  .wrap {
    max-width: 1300px;
    min-height: 20px;
    box-sizing: border-box;
  }
  .wrap-small {
    max-width: 50%;
  }
  .wrap.wrap-full {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1500px) {
}
@media only screen and (max-width: 1400px) {
  .top-menu .nav ul li a:link,
  .top-menu .nav ul li a:visited,
  .top-menu .nav ul li a:active {
    font-size: 12px;
  }
  .logo {
    width: 200px;
  }
  .bottomheader-menu {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 1350px) {
  .wrap {
    max-width: 96%;
  }
  .wrap.wrap-full {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1300px) {
  .hide-1300 {
    display: none;
  }
  /*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/

  .slide-image-lp,
  .slide-image {
    height: 500px;
  }
  .home-slider .owl-item,
  .slider {
    height: 500px;
  }
  .default-slider .owl-item,
  .default-slider .slider,
  .slide-image-lp,
  .layer-absolute {
    height: 500px;
  }
  .row-container-blokken-wit-icoon-titel-content {
    margin-top: 40px;
  }

  /*------------------------------------*\
   END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

  /*------------------------------------*\
    END VIDEO AS HEADER/ FULL SCREEN VIDEO
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/

  /*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/
}

@media only screen and (max-width: 1250px) {
  .logo img {
    max-width: 125px;
  }
  .logo {
    width: 135px;
  }
  .bottomheader-menu {
    width: calc(100% - 135px);
  }
  .button-menu {
    padding: 5px 20px !important;
    margin-left: 10px;
  }
  .header .nav ul li {
    padding: 0px 12px;
  }
  a.button,
  .button,
  span.button,
  a.button-white,
  .button-white,
  span.button-white,
  a.button-outline,
  .button-outline,
  span.button-outline,
  a.button-outline-blue,
  .button-outline-blue,
  span.button-outline-blue,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    padding: 12px 20px 12px 20px;
    font-size: 15px;
  }

  .owl-slider-ec .owl-item,
  .owl-slider-ec .slider,
  .owl-slider-ec .slide-image-lp,
  .owl-slider-ec .slide-image {
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  /*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
  h1.big,
  h2.big {
    font-size: 1.6em;
  }
  .text-center h1.underline:after,
  .text-center h2.underline:after,
  .text-center h3.underline:after {
    bottom: -10px;
  }
  /*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/

  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-1200 {
    display: none;
  }
  .show-1200 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
		START RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/
  .row-container-blokken-wit-icoon-titel-content {
    padding: 40px 40px 125px 40px;
  }
  .container-blokken-lp-single a.button,
  .row-container-blokken-wit-icoon-titel-content a.button {
    font-size: 14px;
  }
  /*------------------------------------*\
		END RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/

  /*------------------------------------*\
		START BANNER WIT TEKSTBLOK CSS
	\*------------------------------------*/
  .banner-wit-tekst-blok-outer {
    padding: 40px;
  }
  /*------------------------------------*\
		END BANNER WIT TEKSTBLOK CSS
	\*------------------------------------*/

  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START LP CSS
\*------------------------------------*/
  .section-top-lp:after {
    top: -70px;
  }
  .sidebar-lp,
  .padding-sidebar-top {
    padding: 30px 30px 20px 30px;
  }
  .container-blokken-lp-single {
    padding: 40px;
  }
  /*------------------------------------*\
    END LP CSS
\*------------------------------------*/
}
@media only screen and (max-width: 1100px) {
  .bottomheader-menu,
  .bottomheader,
  .bottomheader-inner {
    height: 90px;
  }
  .nav ul li a:link,
  .nav ul li a:visited,
  .nav ul li a:active {
    font-size: 14px;
    padding: 28px 0px;
  }
  .nav ul li ul li ul,
  .nav ul li ul {
    top: 90px;
  }
  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
		START RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/
  .review-blok-latest-projects-single {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    height: unset;
  }
  .review-blok-latest-projects-single.post-container-fp {
    width: calc(50% - 20px);
    margin-right: 40px;
    height: 400px;
  }
  .review-blok-latest-projects-single.post-container-fp:nth-child(2n + 2) {
    margin-right: 40px;
  }
  .review-blok-latest-projects-single:nth-child(3n + 3) {
    margin-right: 0px;
  }
  /*------------------------------------*\
		END RIJ 1 HOMEPAGE CSS
	\*------------------------------------*/

  /*------------------------------------*\
    START LP CSS
\*------------------------------------*/

  /*------------------------------------*\
    END LP CSS
\*------------------------------------*/

  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/
}
@media only screen and (max-width: 1024px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-1024 {
    display: none;
  }
  .show-1024 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START RESPONSIVE MENU
\*------------------------------------*/
  .btn-stroke:hover.c-hamburger--htx.is-active span {
    background: none;
  }
  #menu-mobile-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #menu-mobile-menu li {
    line-height: 1.8em;
    margin-bottom: 0.2em;
    padding: 4px 0px 4px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: initial;
  }
  #menu-mobile-menu li:before {
    content: none;
  }
  #menu-mobile-menu li .sub-menu a,
  #menu-mobile-menu li a {
    font-size: 15px;
    color: #fff;
    display: block;
    cursor: pointer;
    text-align: left;
    min-height: inherit !important;
  }
  #menu-mobile-menu
    .menu-item-has-children
    .sub-menu
    .menu-item-has-children
    a:after,
  #menu-mobile-menu .menu-item-has-children a:after,
  #menu-mobile-menu li.haschild > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 12px;
    margin: 0 10px 0 0;
    float: right;
  }
  #menu-mobile-menu .menu-item-has-children ul li a:after {
    display: none;
  }
  #menu-mobile-menu
    .menu-item-has-children
    ul
    li.menu-item-has-children
    a:after {
    display: block;
  }
  #menu-mobile-menu
    .menu-item-has-children
    ul
    li.menu-item-has-children
    li
    a:after {
    display: none;
  }
  #menu-mobile-menu li a:hover {
    /*color:#999;*/
  }
  #menu-mobile-menu li.current > a {
    color: #e21a22;
  }
  #menu-mobile-menu .sub-menu,
  #menu-mobile-menu .child {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #menu-mobile-menu .menu-item-has-children.active .sub-menu,
  #menu-mobile-menu .haschild.active .child {
    display: block;
  }
  #menu-mobile-menu .menu-item-has-children.active .sub-menu ul.sub-menu,
  #menu-mobile-menu .haschild.active .child ul.child {
    display: none;
  }
  #menu-mobile-menu
    .menu-item-has-children.active
    .sub-menu
    li.active
    ul.sub-menu,
  #menu-mobile-menu .haschild.active .child .active ul.child {
    display: block;
  }
  #menu-mobile-menu .menu-item-has-children,
  #menu-mobile-menu .haschild {
    left: -81%;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(
      0.42,
      0,
      0.58,
      1
    ); /* ease-in-out */
  }
  #menu-mobile-menu .menu-item-has-children.active,
  #menu-mobile-menu .haschild.active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    background-color: #000;
    border-bottom: 0;
    padding-top: 0px;
    z-index: 2;
  }
  #menu-mobile-menu .menu-item-has-children.active > a,
  #menu-mobile-menu .haschild.active > a {
    padding-left: 15px !important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu-mobile-menu .menu-item-has-children.active > a:before,
  #menu-mobile-menu .haschild.active > a:before {
    display: none;
  }
  #menu-mobile-menu .menu-item-has-children.active .mobile-close,
  #menu-mobile-menu .first-child .mobile-exit,
  #menu-mobile-menu .haschild.active .mobile-close {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    float: right;
    font-size: 24px;
    background: #000;
    top: 0px;
    right: 0px;
    height: 48px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #menu-mobile-menu .mobile-exit .c-hamburger {
    margin-left: 3px;
    margin-top: 2px;
  }
  #menu-mobile-menu .mobile-exit .c-hamburger span::before,
  #menu-mobile-menu .mobile-exit .c-hamburger span::after {
    background-color: #ffffff;
  }
  #menu-mobile-menu .menu-item-has-children .mobile-close i,
  #menu-mobile-menu .haschild.active .mobile-close i {
    pointer-events: None;
  }
  .mobile-menu-container .logo-lt {
    max-width: 200px;
  }
  .mobile-menu-container .wpml-ls-menu-item .wpml-ls-flag {
    width: 30px;
    height: 30px;
  }
  .mobile-menu-container .icon-mail,
  .mobile-menu-container .icon-phone {
    float: left;
    width: 100%;
    margin: 0 0 1.5em 0;
  }
  .c-hamburger span::before {
    top: -8px;
  }
  .c-hamburger span::after {
    bottom: -8px;
  }
  .c-hamburger--htx span {
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
  }
  .c-hamburger--htx.is-active span {
    background: none;
  }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }
  .mobile-menu {
    position: relative;
    right: 0px;
    margin-right: 0px;
    z-index: 100;
    top: 0px;
  }
  .is-sticky .mobile-menu {
    top: -24px;
  }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 36px !important;
    height: 36px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    cursor: pointer;
    background: none;
    border: 0;
    bbackground: #fff;
    margin: 0px 0 0 10px;
    border-radius: 0px;
    /* transition: background 0.3s; */
  }
  .down .c-hamburger {
    background: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 16px;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 60%;
    margin-left: 38%;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: #fff;
    content: "";
  }
  .btn-stroke:hover.c-hamburger span,
  .btn-stroke:hover.c-hamburger span::before,
  .btn-stroke:hover.c-hamburger span::after {
    background-color: #a72072;
  }
  .down .c-hamburger span,
  .down .c-hamburger span::before,
  .down .c-hamburger span::after {
    background-color: @#000000;
  }
  .btn-stroke:hover.c-hamburger--htx.is-active span {
    background: none;
  }
  .mobile-menu-container .logo-lt {
    max-width: 260px;
    padding-left: 15px;
  }
  .c-hamburger span::before {
    top: -8px;
  }

  .c-hamburger span::after {
    bottom: -8px;
  }
  .c-hamburger--htx span {
    transition: background 0s 0.3s;
  }

  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }

  .c-hamburger--htx span::before {
    transition-property: top, transform;
  }

  .c-hamburger--htx span::after {
    transition-property: bottom, transform;
  }

  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
  }

  .c-hamburger--htx.is-active span {
    background: none;
  }

  .c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
  }
  .container-wrapper {
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(
      0.42,
      0,
      0.58,
      1
    ); /* ease-in-out */
  }
  .mobile-menu-container {
    background-color: #000;
    padding: 10px 0 20px 0px;
    position: fixed;
    top: 0;
    left: -75%;
    bottom: 0;
    z-index: 100000;
    display: block !important;
    width: 75% !important;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    transition-timing-function: cubic-bezier(
      0.42,
      0,
      0.58,
      1
    ); /* ease-in-out */
  }
  .off-screen {
    left: 0;
  }

  .off-screen + * {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
  }
  .logo-mobile img {
    max-width: 100px;
    padding: 15px 0px 15px 15px;
  }
  .contact-mobile-menu .contact-block-mobile-menu {
    padding-left: 15px;
    margin-top: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
  }
  .contact-mobile-menu,
  .contact-mobile-menu a,
  .contact-mobile-menu h2,
  .contact-mobile-menu h3 {
    color: #fff;
  }
  .contact-mobile-menu h3 {
    font-weight: 400;
  }
  .contact-mobile-menu li {
    padding-left: 0px;
  }
  .contact-mobile-menu li:before {
    content: none;
  }
  .contact-mobile-menu .wpml-ls-legacy-list-horizontal {
    padding: 0px;
    padding-left: 0px;
    border: none;
  }
  .contact-mobile-menu .wpml-ls-legacy-list-horizontal a {
    padding-left: 0px;
  }
  .top-menu .nav ul li:nth-last-child(-n + 2) {
    display: none;
  }
  /*------------------------------------*\
    END RESPONSIVE MENU
\*------------------------------------*/

  /*------------------------------------*\
	START CUSTOM CSS
\*------------------------------------*/

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
  }
  /*------------------------------------*\
	END CUSTOM CSS
\*------------------------------------*/

  /*------------------------------------*\
   START SLIDER CSS
\*------------------------------------*/

  .slide-image-lp,
  .slide-image {
    height: 400px;
  }
  .default-slider-template-sidebar .owl-item,
  .default-slider-template-sidebar .slider {
    height: 300px;
  }
  .home-slider .slide-image,
  .home-slider .owl-item,
  .slider {
    height: 300px;
  }
  /*------------------------------------*\
   END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
  .logo {
    height: 60px;
    width: 50%;

    padding-top: 7px;
  }
  .logo img {
    max-width: 100px;
    height:50px !important;
  }
  /*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/
  .row-container-blokken-wit-icoon-titel-content {
    mmargin-top: -150px;
  }
  .review-blok-latest-projects-single.post-container-fp,
  .post-container-fp {
    height: 300px;
  }
  .post-container-inner-fp {
    padding: 0px 30px 10px 30px;
  }
  .review-blok-latest-projects-single .post-container-inner-fp {
    padding: 0px 30px 10px 30px;
  }
  /*------------------------------------*\
		START BANNER WIT TEKSTBLOK CSS
	\*------------------------------------*/
  .banner-wit-tekst-blok-outer {
    width: 70%;
  }
  /*------------------------------------*\
		END BANNER WIT TEKSTBLOK CSS
	\*------------------------------------*/

  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/
  .template-sidebar-content {
    padding-right: 30px;
  }
  .sidebar-lp {
    padding: 25px;
  }
  .sidebar-widget {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  /*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

  /*------------------------------------*\
    START LP CSS
\*------------------------------------*/

  /*------------------------------------*\
    END LP CSS
\*------------------------------------*/

  /*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
  .top-footer {
    padding: 50px 0px 50px 0px;
  }
  .top-footer .widget.widget-first {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .top-footer .widget {
    width: 100%;
    padding: 0px 50px 0px 0px;
  }
  .top-footer .widget.widget-last {
    padding: 0px 0px 0px 0px;
  }
  /*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

  .post-type-archive-voorbeelden .template-sidebar-content {
    padding-right: 0px;
  }
  .single-project-container {
    float: left;
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  .single-project-container:nth-child(3n + 3) {
    margin-right: 30px;
  }
  .single-project-container:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .single-project-container img {
    height: 200px;
    width: 100%;
  }
  .filters.off-screen {
    display: block;
  }
  .template-beeldbank .sidebar-lp {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 900px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-900 {
    display: none;
  }
  .show-900 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/
  .row-container-blokken-wit-icoon-titel-content:nth-child(1) {
    mmargin-top: -100px;
  }
  .row-container-blokken-wit-icoon-titel-content {
    margin-top: 50px;
    padding: 30px;
  }
  .row-container-blokken-wit-icoon-titel-content {
    width: 100%;
    margin-right: 0px;
  }
  .row-container-blokken-wit-icoon-titel-content a.button {
    font-size: 15px;
  }
  .row-container-blokken-wit-icoon-titel-content .button-blokken {
    position: relative;
    bottom: 0px;
  }
  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
	START ICON LINK CONTENT CSS
\*------------------------------------*/
  .blokken-icoon-titel-tekst {
  }
  .single-blok-icoon-titel-tekst {
    width: calc(50% - 45px);
    margin-right: 45px;
  }
  .single-blok-icoon-titel-tekst:nth-child(3n + 3) {
    margin-right: 45px;
    padding-right: 40px;
  }
  .single-blok-icoon-titel-tekst:nth-child(2n + 2) {
    margin-right: 0px;
    padding-right: 0px;
  }
  .single-blok-icoon-titel-tekst:nth-last-child(-n + 3) {
    margin-bottom: 60px;
  }
  .single-blok-icoon-titel-tekst:nth-last-child(-n + 2) {
    margin-bottom: 0px;
  }
  /*------------------------------------*\
	END ICON LINK CONTENT CSS
\*------------------------------------*/

  /*------------------------------------*\
    START LP CSS
\*------------------------------------*/
  .slider-content-top-lp {
    width: 100%;
    margin-right: 0px;
  }
  .section-top-lp:after {
    content: none;
  }
  .slider-content-top-lp.owl-item,
  .slider-content-top-lp .slider,
  .slider-content-top-lp .slide-image {
    height: 315px;
  }
  .container-blokken-lp-single {
    width: 100%;
    margin-right: 0px;
  }
  .container-blokken-lp-single:nth-last-child(-n + 1) {
    margin-bottom: 0px;
  }
  .template-lp-content {
    order: 1;
  }
  .template-lp-sidebar {
    order: 2;
  }
  .sidebar-widget {
  }
  .sidebar-widget .widget_text {
    padding-right: 10px;
  }
  .sidebar-widget ul {
    margin-bottom: 10px;
  }
  /*------------------------------------*\
    END LP CSS
\*------------------------------------*/

  /*------------------------------------*\
		START TEMPLATE SIDEBAR CSS
	\*------------------------------------*/
  .template-sidebar-content {
    padding-right: 0px;
  }
  /*------------------------------------*\
		END TEMPLATE SIDEBAR CSS
	\*------------------------------------*/
}

@media only screen and (max-width: 800px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-800 {
    display: none;
  }
  .show-800 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
}
@media only screen and (max-width: 768px) {
  /*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
  ul#menu-top-menu li:nth-child(3) {
    display: none;
  }
  /*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
  h1.big,
  h2.big {
    font-size: 1.4em;
  }
  .text-center h1.underline:after,
  .text-center h2.underline:after,
  .text-center h3.underline:after {
    bottom: -14px;
  }
  .text-center h1.underline,
  .text-center h2.underline,
  .text-center h3.underline {
    padding-bottom: 15px;
  }
  /*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/

  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-768 {
    display: none;
  }
  .show-768 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
	START BANNER WIT TEKSTBLOK CSS
\*------------------------------------*/
  .banner-wit-tekst-blok-outer {
    padding: 40px 20px;
    width: 90%;
  }
  /*------------------------------------*\
	END BANNER WIT TEKSTBLOK CSS
\*------------------------------------*/
}

@media only screen and (max-width: 670px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-670 {
    display: none;
  }
  .show-670 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
  ul#menu-top-menu li:nth-child(2) {
    display: none;
  }
  /*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
  .home-slider .slide-image,
  .home-slider .owl-item,
  .home-slider .slider,
  .default-slider-template-sidebar .owl-item,
  .default-slider-template-sidebar .slider {
    height: 200px;
  }
  .section-top-lp {
    height: unset;
  }
  /*------------------------------------*\
   END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
   START FIXED CTA
\*------------------------------------*/
  .fixed-cta-container {
    right: -80%;
    width: 80% !important;
    height: 280px;
  }
  .fixed-cta-container.off-screen {
    right: 0;
    left: unset !important;
  }

  .fixed-cta-container.off-screen + * {
    width: 100%;
  }
  .exp-center-menu-menu {
    padding: 20px;
    color: #fff;
  }
  /*------------------------------------*\
	END FIXED CTA
\*------------------------------------*/

  /*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
  body {
    font-size: 13px;
  }
  .text-center h1.underline:after,
  .text-center h2.underline:after,
  .text-center h3.underline:after {
    bottom: -7px;
  }
  .text-center h1.underline:before,
  .text-center h2.underline:before,
  .text-center h3.underline:before {
    bottom: -39px;
  }
  .text-center h1.underline,
  .text-center h2.underline,
  .text-center h3.underline {
    padding-bottom: 25px;
  }
  /*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/
  /*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
  .default-slider .owl-item,
  .slider,
  .slide-image-lp,
  .slide-image {
    height: 300px;
  }
  .home-slider .slider-content {
    bottom: 30px;
  }

  .owl-slider-ec .owl-item,
  .owl-slider-ec .slider,
  .owl-slider-ec .slide-image-lp,
  .owl-slider-ec .slide-image {
    height: 200px;
  }
  /*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/
  .review-blok-latest-projects-single.post-container-fp,
  .post-container-fp {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
    height: 250px;
  }
  .section-row-map iframe {
    height: 250px !important;
  }
  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
	START ICON LINK CONTENT CSS
\*------------------------------------*/
  .blokken-icoon-titel-tekst {
  }
  .single-blok-icoon-titel-tekst {
    padding: 0px 20px;
  }
  .single-blok-icoon-titel-tekst:nth-child(3n + 3) {
    padding-right: 20px;
  }
  .blok-icoon img {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
  }
  .blok-titel {
    font-size: 17px;
  }
  /*------------------------------------*\
	END ICON LINK CONTENT CSS
\*------------------------------------*/

  /*------------------------------------*\
    START LP CSS
\*------------------------------------*/
  .sidebar-widget .widget_text {
    margin-bottom: 20px;
  }
  .nmb-img-4 {
    width: calc(50% - 6px);
  }
  .nmb-img-4:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .nmb-img-3 {
    width: calc(50% - 6px);
  }
  .nmb-img-3:nth-child(1n + 1) {
    margin-right: 6px;
  }
  /*------------------------------------*\
    END LP CSS
\*------------------------------------*/

  /*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
  .top-footer .widget {
    padding: 0px 25px 0px 0px;
  }
  .top-footer .widget.widget-last {
    padding: 0px 0px 0px 0px;
  }
  /*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/
}
@media only screen and (max-width: 550px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-550 {
    display: none;
  }
  .show-550 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START HEADER CSS
\*------------------------------------*/
  ul#menu-top-menu {
    display: none;
  }
  /*------------------------------------*\
    END HEADER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
  .default-slider .owl-item,
  .slider,
  .slide-image-lp,
  .slide-image {
    height: 300px;
  }
  /*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/

  /*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
  a.button,
  .button,
  span.button,
  a.button-white,
  .button-white,
  span.button-white,
  a.button-outline,
  .button-outline,
  span.button-outline,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 11px 15px 11px 15px;
    font-size: 13px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .container-blokken-lp-single a.button,
  .row-container-blokken-wit-icoon-titel-content a.button {
    padding: 11px 15px 11px 15px;
    font-size: 13px;
  }
  .row-container-blokken-wit-icoon-titel-content a.button {
    width: 100%;
    font-size: 13px;
  }
  .text-center .gewonen_buttons a.button:nth-child(1) {
    margin-right: 0px;
  }
  /*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/

  /*------------------------------------*\
	START BODY HOMEPAGE CSS
\*------------------------------------*/
  .post-container-fp,
  .post-container-fp:nth-child(3) {
    width: calc(100% - 0px);
    margin: 0px 0px 30px 0px;
  }
  /*------------------------------------*\
	END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
	START ICON LINK CONTENT CSS
\*------------------------------------*/
  .blokken-icoon-titel-tekst {
  }
  .single-blok-icoon-titel-tekst {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .single-blok-icoon-titel-tekst:nth-child(3n + 3) {
    margin-right: 0px;
  }
  .single-blok-icoon-titel-tekst:nth-child(2n + 2) {
    padding-right: 20px;
  }
  .single-blok-icoon-titel-tekst:nth-last-child(-n + 3),
  .single-blok-icoon-titel-tekst:nth-last-child(-n + 2) {
    margin-bottom: 20px;
  }
  .single-blok-icoon-titel-tekst:nth-last-child(-n + 1) {
    margin-bottom: 0px;
  }

  /*------------------------------------*\
	END ICON LINK CONTENT CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

  /*------------------------------------*\
    END BODY TEMPLATE SIDEBAR CSS
\*------------------------------------*/

  /*------------------------------------*\
    START FOOTER CSS
\*------------------------------------*/
  .top-footer .widget.widget-first {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-footer .widget {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  .top-footer .widget.widget-last {
    padding: 0px;
    margin-bottom: 0px;
  }
  /*------------------------------------*\
    END FOOTER CSS
\*------------------------------------*/

  .single-project-container {
    width: 100%;
    margin-right: 0px;
  }
  .single-project-container:nth-child(3n + 3) {
    margin-right: 0px;
  }
  .single-project-container img {
    height: 200px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /*------------------------------------*\
    START SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/
  .hide-480 {
    display: none;
  }
  .show-480 {
    display: block;
  }

  /*------------------------------------*\
    END SHOW HIDE RESPONSIVE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START SLIDER CSS
\*------------------------------------*/
  .home-slider .slide-image,
  .home-slider .owl-item,
  .home-slider .slider,
  .default-slider-template-sidebar .owl-item,
  .default-slider-template-sidebar .slider {
    height: 120px;
  }

  .owl-slider-ec .owl-item,
  .owl-slider-ec .slider,
  .owl-slider-ec .slide-image-lp,
  .owl-slider-ec .slide-image {
    height: 250px;
  }
  .row-container-blokken-wit-icoon-titel-content {
    margin-top: 20px;
  }
  /*------------------------------------*\
    END SLIDER CSS
\*------------------------------------*/
}
@media only screen and (max-width: 400px) {
  /*------------------------------------*\
    START CUSTOM CSS
\*------------------------------------*/
  .row-container-blokken-wit-icoon-titel-content {
    padding: 20px;
  }
  .row-container-blokken-wit-icoon-titel-content a.button {
    font-size: 11px;
  }

  /*------------------------------------*\
    END CUSTOM CSS
\*------------------------------------*/

  /*------------------------------------*\
    START BODY HOMEPAGE CSS
\*------------------------------------*/
  .post-container-inner-fp {
    padding: 0px 20px 10px 20px;
  }
  /*------------------------------------*\
    END BODY HOMEPAGE CSS
\*------------------------------------*/

  /*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
  .foto-news {
    width: 100%;
    margin-right: 0px;
  }
  .content-news {
    width: 100%;
  }
  .foto-news img {
    height: 200px;
    margin-bottom: 20px;
  }
  /*------------------------------------*\
    START NEWS GRID TEMPLATE CSS
\*------------------------------------*/
}

.image-description {
  text-align: center;
  display: block;
  font-size: 12px;
}

/*------------------------------------*\
    START TEAM
\*------------------------------------*/
.team-grid {
  display: flex;
  flex-wrap: wrap;
}
.team-grid .single-project-container img {
  width: 100%;
}
.team-grid .single-project-title {
  position: absolute;
  bottom: 0px;
  color: #fff;
}
.team-grid .single-project-title h2 {
  color: #fff;
}
.team-grid .single-project-container {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  margin-bottom: 15px;
}
.team-grid .single-project-container,
.team-grid .single-project-thumb {
  position: relative;
}
.team-grid .team-tags {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}
.team-grid .team-tags p {
  margin-bottom: 0px;
}

/*------------------------------------*\
    END TEAM
\*------------------------------------*/

.grecaptcha-badge {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  display: flex;
  padding: 10px 20px;
}

/* Custom styling: DI */
.owl-slider-custom:not(.owl-loaded) {
  display: flex;
  overflow: hidden;
}
.owl-slider-custom:not(.owl-loaded) .slider {
  flex: 1 0 auto;
  width: 100%;
}
