/* Algemeen */

html {
	background-color: #fff;
	}

body {
	background-color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	padding: 0;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	color: #000;
	}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2?856008caa5eb66df68595e734e59580d") format("woff2"),
			 url("../fonts/bootstrap-icons.woff?856008caa5eb66df68595e734e59580d") format("woff");
	}

/* Banner Home */

.banner-home {
	margin-top: 100px;
	margin-bottom: -80px;
	}

.banner-home p {
	    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
		    color: #0F1A4D;
	}

.banner-home a {
	color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    display: inline-block;
		background-color: #273583;
	}

.banner-home a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Afbeeldingen */
img {
	padding: 0;
	max-width: 100%;
	height: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
a img {
	border: none;
	}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-khtml-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

a:link, a:visited {
  outline: none !important;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

/* Logo */
.header .logo {
  z-index: 10000;
	padding: 8px 0 0;
	position: relative;
	display: block;
  }

.header .logo img {
	max-width: 100%;
	max-height: 63px;
	}

/* Paginatie */

.page-link, .page-link:hover, .page-link:focus {
	color: #00b6e8;
	box-shadow: none;
	}

.page-link.active, .active > .page-link {
	background-color: #00b6e8;
	border-color: #00b6e8;
	}



/* Menu */
header {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	background: #fff;
	z-index: 3000;
	position: relative;
	}

.header {
	position: fixed;
	width: 100%;
	height: 80px;
	margin-top: 50px;
	background-color: #fff;
	box-shadow: 0 0 2px rgb(0 0 0 / 35%);
	}

nav {
	margin: 0;
	}

.navbar {
	padding: 0;
	left: 0;
	right: 0;
	}

.navbar-toggler {
	border: 1px solid #333;
	padding: 8px 12px 6px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10000;
	color: #333;
	box-shadow: none !important;
	}

.navbar-collapse {
	text-align: right;
	margin-top: 20px;
  }

.navbar-collapse > ul {
	position: relative;
	z-index: 2000;
	padding: 0;
	list-style: none;
	display: inline-block;
	}

.navbar-collapse > ul > li {
  float: left;
	margin-left: 15px;
	}

.navbar .navbar-collapse > ul > li > a {
	padding: 10px 20px 23px;
	color: #333;
	font-weight: 300;
	font-size: 18px;
	display: block;
	background-color: transparent;
	text-decoration: none;
	}

.navbar .navbar-collapse > ul > li.menu-item-has-children > a:after {
  content: "\f282";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	color: #00b6e8;
	font-size: 18px;
  }

.navbar .navbar-collapse > ul > li:first-child > a {
	margin-left: 0;
	}

.navbar .navbar-collapse > ul > li > a:hover,
.navbar .navbar-collapse > ul > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color: #333;
	}

.navbar .navbar-collapse > ul > .active > a,
.navbar .navbar-collapse > ul > .active > a:hover,
.navbar .navbar-collapse > ul > .active > a:focus {
	color: #333;
	font-weight: bold;
	}

.navbar .navbar-collapse > ul > li.current-menu-item > a,
.navbar .navbar-collapse > ul > li.current-menu-parent > a {
	background-color: #EFEFEF;
	color: #171717;
	}

.navbar .navbar-nav .tel {
	overflow: hidden;
	position: relative;
	}

.navbar .navbar-nav .tel:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	height: 30px;
	border-left: 1px solid #333;
	}

.navbar .navbar-nav .tel a,
.navbar .navbar-nav .tel a:hover,
.navbar .navbar-nav .tel a:active,
.navbar .navbar-nav .tel a:focus,
.navbar .navbar-nav .pll-parent-menu-item > a,
.navbar .navbar-nav .pll-parent-menu-item > a:hover,
.navbar .navbar-nav .pll-parent-menu-item > a:active,
.navbar .navbar-nav .pll-parent-menu-item > a:focus {
	color: transparent;
	}

.navbar .navbar-nav .tel a:after {
	content: "";
	background: url('../img/phone.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 14px;
	right: 10px;
	}

.navbar .navbar-nav .tel a:hover:after {
	transform: rotate(45deg);
	}

.navbar .navbar-nav .pll-parent-menu-item {
	margin-left: 0;
	position: relative;
	}

.navbar .navbar-nav .pll-parent-menu-item > a {
	width: 55px;
	font-size: 0px;
	height: 60px;
	}

.navbar .navbar-nav .pll-parent-menu-item > ul {
	width: 200px;
	margin-left: -50px;
	top: 60px;
	}

.navbar .navbar-nav .pll-parent-menu-item > a:before {
	content: "";
	background: url('../img/language.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	-webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
	height: 22px;
	width: 22px;
	position: absolute;
	top: 15px;
	left: 10px;
	}

.navbar .navbar-collapse > ul > li.pll-parent-menu-item > a:after {
  position: absolute;
	right: 0;
	top: 18px;
  }

/* Sub menu */

.navbar .navbar-collapse > ul > li > ul {
	position: absolute;
	transform-origin: 50% 0;
  transform: scaleY(0) translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
	padding-left: 0;
	z-index: -1;
	text-align: left;
	display: block;
	opacity: 0;
	padding-bottom: 8px;
	}

.navbar .navbar-collapse > ul > li > ul:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	background-color: #fff;
	}

.navbar .navbar-collapse222 > ul > li > ul:before {
	content: '';
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	filter: blur(20px);
	z-index: -1;
	}

.navbar .navbar-collapse > ul > li:hover > ul {
	max-height: 1000px;
	opacity: 1;
	transform: scaleY(1) translateZ(0);
	}

.navbar .navbar-collapse > ul > li > ul li {
	list-style: none outside none;
	}

.navbar .navbar-collapse > ul > li > ul li:first-child {
	list-style: none outside none;
	border-top: 0;
	}

.navbar .navbar-collapse > ul > li > ul li a {
	-webkit-transition: all 0ms;
	-moz-transition: all 0ms;
	-ms-transition: all 0ms;
	-o-transition: all 0ms;
	transition: all 0ms;
	color: #333333;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	}
	
	.navbar .navbar-collapse > ul > li > ul li a:before {
  content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	color: #00b6e8;
	}

.navbar .navbar-collapse > ul > li > ul li a:hover, .navbar .navbar-collapse > ul > li > ul li a:focus {
  color: #333333;
	text-decoration: none;
	}

.navbar .navbar-collapse > ul > li > ul li:before {
	color: #fff;
	display: none;
	}

/* Header - Top */

.header-top {
	padding: 10px 0px 5px;
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #fff;
	}

.header-top a {
	text-decoration: none;
	color: #333;
font-weight: 300;
font-size: 18px;
	}

.header-top .telefoon,
.header-top .mail {
	margin-right: 45px;
	}

.header-top .facebook {
	margin-right: 0;
	}

.header-top .telefoon img,
.header-top .mail img {
	width: 26px;
	margin-right: 10px;
	}

.header-top .facebook img {
	width: 26px;
	}

.header-top .instagram img {
	width: 55px;
	margin-top: -2px;
	}
	
/* Lightbox */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	}

.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
	}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
	}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
	}

/* Home - Highlights */

.highlights {
	position: absolute;
	bottom: -31px;
	left: 0;
	width: 100%;
	z-index: 10;
	}

.highlights .inner {
	position: relative;
	}

.highlight {
	font-size: 22px;
	line-height: 22px;
	display: inline-block;
	background-color: #000;
	}

.highlight a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 20px 80px 20px 20px;
	}

.highlight span {
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b6e8;
	
	}

.highlight a:after {
	content: "";

	color: #fff;
	font-size: 62px;
	top: -10px;
right: -15px;
	position: absolute;
	
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;

background-color: #00b6e8;

padding: 10px;
height: 82px;
width: 82px;
	}

.highlight a:before {
  content: "";
  position: absolute;
  background: url('../img/pijl-wit.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top right;
  z-index: 10;
	top: 0px;
	right: 5px;
	width: 60px;
	height: 60px;
	background-size: auto;
	}


/* Flexible Content - Titel + Tekst + Link */

.titel-tekst-link {
	padding: 125px 0 75px;
	text-align: center;
	border-bottom: 1px solid #BFBFBF;
	}

.titel-tekst-link h1 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 15px;
	}

.titel-tekst-link p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
	color: #333;
	}

.titel-tekst-link a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	text-decoration: none;
	color: #000;
	}

.titel-tekst-link a:hover {
	color: #00b6e8;
	}

.titel-tekst-link a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Flexible Content - Pagina Tekst */

.pagina-tekst {
	padding: 125px 0;
	text-align: center;
	}

.pagina-tekst p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
	}

/* Flexible Content - Markten + Tekst + Blok van 2 naast elkaar met foto */

.markten-tekst-2 {
	padding: 75px 0 75px;
	}

.markten {
	padding: 0;
	}

.markten-tekst-2 h2 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 15px;
	}

.markten-tekst-2 p {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 30px;
	}

.markten-tekst-2 .link {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	text-decoration: none;
	color: #000;
	display: inline-block;
	}

.markten-tekst-2 .link:hover {
	color: #00b6e8;
	}

.markten-tekst-2 .link:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

.markten .markten-inner,
.markten-tekst-2 .markten-inner,
.markten {
  position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	}

.markten .markten-inner img,
.markten-tekst-2 .markten-inner img {
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	}

.markten .markten-inner:hover img,
.markten-tekst-2 .markten-inner:hover img {
	-webkit-transform:scale(1.1); transform:scale(1.1);
	}

.markten-tekst-2 .markten-inner a:before {
	left: -100px;
	width: 66%;
	height: 73%;
	bottom: 0;
	}
	
.markten .markten-inner a:before {
	left: -80px;
	width: 80%;
	height: 92%;
	bottom: 0;
	}

.markten-tekst-2 .markten-inner:hover a:before, .markten .markten-inner:hover a:before {
	opacity: 1;
	}

.markten-tekst-2 .markten-inner a, .markten .markten-inner a {
	display: block;
}

.markten-tekst-2 .markten-inner span, .markten .markten-inner span {
	color: #000;
	padding: 20px 20px;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(255,255,255,0.8);
	}

.markten .markten-inner:hover span,
.markten-tekst-2 .markten-inner:hover span {
	color: #fff;
	}

.markten-tekst-2 .markten-inner:hover span, .markten .markten-inner:hover span {
	background-color: #00b6e8;
	}

.markten-tekst-2 .markten-inner span:after, .markten .markten-inner span:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Flexible Content - Markten Detail */

.markten-detail {
  position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	padding: 25px 0 50px;
	}

.markten-detail .markten-inner {
  position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	}

.markten-detail a {
	text-decoration: none;
	}

.markten-detail h2 {
	margin-top: 20px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 45px;
	}

.markten-detail p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0;
	color: #333333;
	padding-right: 45px;
	}

.markten-detail .buttoninformatie {
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
	margin-top: 20px;
	}

.markten-detail .buttoninformatie:hover {
	color: #fff;
	}

.markten-detail .buttoninformatie:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Flexible Content - Titel + Blokken + Link */

.onze-werkwijze {
	padding: 75px 0 75px;
	}

.onze-werkwijze h3 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 45px;
	}

.onze-werkwijze h4 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	}

.onze-werkwijze p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	}

.onze-werkwijze a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	}

.onze-werkwijze a:hover {
	color: #00b6e8;
	}

.onze-werkwijze a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Flexible Content - Quote */

.quote {
	position: relative;
	background-color: #bebebe;
	}

.quote .inner {
	position: relative;
	}

.quote .inner .quoteinner {
	overflow: hidden;
	z-index: 20;
	position: relative;
	padding: 150px 0 150px;
	}

/* Tandwiel */
.quote .inner:after {
	z-index: 5;
	}

.tandwiel1,
.tandwiel2 {
	position: absolute;
	background-repeat: no-repeat;
	right: 0;
	width: 600px;
	height: 101%;
	bottom: -120px;
	background-size: 100%;
	background-position: top right;
	}

.tandwiel1 {
	filter: invert(1) grayscale(1) contrast(9);
	z-index: 10;
	}

.tandwiel2 {
	z-index: 5;
	}

.quote span.titel {
	font-size: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	
	}

.quote .glsr {
	margin-top: 30px;
	}

.quote .glsr span {
	font-size: 22px;
	color: #fff;
	}

.quote a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-top: 30px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	}

.quote a:hover {
	color: #00b6e8;
	}

.quote a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

.quote .background {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	background-color: #888;
	overflow: hidden;
	top: 0;
	z-index: 10;
	}

.quote .background img {
	object-fit: cover;
	width: 100%;
	height: auto;
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	object-position: center;
	position: absolute;
	}

/* Flexible Content - Groter titel + Knop */

.titel-knop {
	padding: 75px 0 75px;
	font-size: 18px;
	}

.titel-knop h4 {
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	}

.titel-knop a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	padding: 15px 35px 22px;
	text-decoration: none;
	display: inline-block;
	margin-left: 268px;
	background-color: #00b6e8;
	}

/* Flexible Content - Groter titel + Knop + Contact */

.titel-knop-contact {
	padding: 50px 0 150px;
	}

.titel-knop-contact span {
	font-size: 44px;
	line-height: 54px;
	font-weight: 700;
	}

.titel-knop-contact a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	padding: 15px 35px 22px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	}

.titel-knop-contact .contact-foto {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 330px;
	margin-left: 100px;
	margin-right: 100px;
	}

.titel-knop-contact .contact-foto img {
	position: relative;
	z-index: 15;
	}

.titel-knop-contact .contact-foto-naam {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-top: 10px;
	}

/* Flexible Content - Tekst + Foto rechts */

.tekst-foto-rechts {
	padding: 50px 0 50px;
	border-top: 1px solid #BFBFBF;
	}

.tekst-foto-rechts h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	padding-right: 45px;
	}

.tekst-foto-rechts p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 0;
	color: #333333;
	padding-right: 45px;
	}

/* Flexible Content - Foto Gallerij */

.photogallery {
	margin: 45px 0 30px;
	}

.photogallery .carousel-caption {
	position: relative;
	text-align: left;
	color: #333;
	right: auto;
	bottom: auto;
	left: auto;
	font-size: 18px;
	}

.photogallery .carousel-indicators {
	position: relative;
	}

/* Referenties */

.referentie {
  background-color: #eee;
	padding: 75px 0 75px;
	}

.referentie .titel h3 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 15px;
}

.referentie .titel p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 30px;
}

.referentie-inner {
	background-color: #fff;
	margin-bottom: 24px;
	height: calc(100% - 24px);
	}

.referentie-inner a {
	text-decoration: none;
	display: block;
	}

.referentie-wrapper .referentie-tekst {
	position: relative;
	bottom: 0;
	background-color: #fff;
	padding: 15px 0px;
	margin-left: 15px;
	margin-right: 10px;
	text-align: left;
}

.referentie-tekst h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	}

.iconsreferentie .calendar,
.iconsreferentie .afmeting,
.iconsreferentie .plaats,
.iconsreferentie .straat,
.iconsreferentie .type {
	color: #7d7d7d;
	font-style: italic;
	font-size: 14px;
	margin-bottom: 5px;
}

.calendar:before {
  content: "\F1F6";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	color: #00b6e8;
	}

.afmeting:before {
  content: "\F14A";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	color: #00b6e8;
	}

.plaats:before,
.straat:before {
  content: "\F3E7";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	color: #00b6e8;
	}

.type:before {
  content: "\F1AF";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: bold !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 8px;
	color: #00b6e8;
	}

.referentie .referentie-link {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-top: 30px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	}

.referentie .referentie-link:hover {
	color: #00b6e8;
	}

.referentie .referentie-link:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

#leveranciers {
	scroll-margin-top: 150px;
	}

.leveranciers .leveranciers-link {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 30px;
	text-decoration: none;
	display: inline-block;
	color: #000;
	}

.leveranciers .leveranciers-link:hover {
	color: #00b6e8;
	}

.leveranciers .leveranciers-link:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

/* Leveranciers Slider */


.leveranciers .slider-logos {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-bottom: 30px;
	}

.leveranciers .slider-logos {
	padding: 30px 0;
	}

.slick-slide {
  margin: 0px 50px;
	position: relative;
	}

.slick-slide:before {
  content: "";
	position: absolute;
	border-left: 1px solid #CCDBC5;
	height: 20px;
	left: -50px;
	top: 20px;
	}

.slick-slide img {
  width: auto;
	height: 60px;
	}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.slick-list:focus {
  outline: none;
	}
	
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
	}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
	}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	}
	
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
	}
	
.slick-track:after {
  clear: both;
	}
	
.slick-loading .slick-track {
  visibility: hidden;
	}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	}
	
[dir='rtl'] .slick-slide {
  float: right;
	}

.slick-slide img {
  display: block;
	}

.slick-slide.slick-loading img {
  display: none;
	}

.slick-slide.dragging img {
  pointer-events: none;
	}

.slick-initialized .slick-slide {
  display: block;
	}

.slick-loading .slick-slide {
  visibility: hidden;
	}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
	}

.slick-arrow.slick-hidden {
  display: none;
	}


/* Partners */

.partners {
	margin-top: -45px;
	padding-bottom: 75px;
	}

.partners-inner {
	border: 1px solid #00b6e8;
	position: relative;
	display: block;
	text-align: center;
	padding: 0;
	margin-bottom: 24px;
	}

.partners-inner a {
	text-decoration: none;
	display: block;
	}


.partners-inner img {
	max-height: 80px;
  margin: 0 auto;
  padding: 30px 30px 0;
	}

.partners-inner2 h3:before {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background: #00b6e8;
  left: 50%;
  margin-left: -50px;
	margin-top: -10px;
	}

.partners-inner .text {
	background-color: #eee;
	padding: 20px;
	margin-top: 20px;
	}

.partners-inner h3 {
	display: block;
	}

.partners-inner span {
	color: #333;
	}


/* Projecten */


.projecten {
	padding: 25px 0 50px;
	}

.projecten .projecten-inner,
.projecten {
  position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
	}

.projecten .projecten-inner img {
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	}

.projecten .projecten-inner:hover img {
	-webkit-transform:scale(1.1); transform:scale(1.1);
	}

.projecten .projecten-inner a {
	display: block;
	}

.projecten .projecten-inner span {
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
	display: inline-block;
	position: absolute;
	top: 1.5rem;
	left: 1.5rem;
	right: 1.5rem;
	z-index: 10;
	font-weight: 600;
	}

.projecten .projecten-inner span p {
	font-size: 18px;
	font-weight: 300;
	opacity: 0;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	}

.projecten .projecten-inner:hover span p {
	opacity: 1;
	}

.projecten .projecten-inner a:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
	}

.projecten .projecten-inner:hover a:before {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	height: 100%;
	}

/* Flexible Content - Projecten knop */

.projecten-knop {
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 3rem;
	}

.projecten-knop a {
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	padding: 15px 35px 22px;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	}

/* Home */

.home {
	overflow-x: hidden;
	}

.home .carousel-inner {
	text-align: center;
	background-color: rgba(15, 26, 77, 0.8);
	max-height: 82vh;
	margin-top: 80px;
	}

.home .carousel-item {
	max-height: 82vh;
	overflow: hidden;
	position: relative;
	display: flex !important;
	background-color: #bebebe;
	}

.home .carousel-item img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	}

.home .carousel-caption {
	font-size: 36px;
	line-height: 54px;
	top: 30%;
	padding-bottom: 0;
	text-align: left;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	padding-top: 0;
	bottom: auto;
  }
    
.home .carousel-caption p {
	text-shadow: 0 3px 6px rgb(0 0 0 / 70%);
	color: #FFF;
	margin: 0;
	display: inline-block;
	text-align: left;
	font-weight: bold;
	width: auto;
background-color: rgba(0,0,0,0.5);
padding: 20px 40px;
	}

.home .carousel-indicators {
	bottom: -75px;
	margin-bottom: 0;
	}

.carousel-indicators button {
	border-radius: 100%;
	width: 15px !important;
	height: 15px !important;
	opacity: 1 !important;
	margin-right: 5px !important;
	margin-left: 5px !important;
	background-color: #CEE2E8 !important;
	}

.carousel-indicators button.active {
	background-color: #00b6e8 !important;
	}

button:focus-visible {
  outline: 0 !important;
	}

.home-nieuws {
	position: relative;
	padding: 60px 0;
}

.home-nieuws h2 {
	color: #2d2b27;
	font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
	text-align: center;
	letter-spacing: 3px;
}
.home-nieuws h3 {
	color: #2d2b27;
	font-size: 14px;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
	font-weight: normal;
	letter-spacing: 3px;
}

.home-nieuws:before {
	content: "";
	position: absolute;
	background-color: #f8f8f8;
	width: 100%;
	height: 30%;
	left: 0;
	top: 70%;
}

.home-nieuws .nieuws-inner {
	position: relative;
	text-align: center;
	padding-bottom: 45px;
}

.nieuws-wrapper {
	margin-top: -30px;
	margin-bottom: 30px;
	}

.nieuws-wrapper .nieuws-inner {
	position: relative;
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px 0;
}

.nieuws-inner a {
	text-decoration: none;
	}

.nieuws-inner a.nieuws-leesverder {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	}

.nieuws-inner a.nieuws-leesverder:hover {
	color: #C19B35;
	}

.nieuws-inner a.nieuws-leesverder:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

.nieuws-inner a:hover .nieuws-tekst {
	background-color: #f8f8f8;
}

.terugoverzicht {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: -30px;
	color: #000;
	}

.terugoverzicht:hover {
	color: #00b6e8;
	}
	
.terugoverzicht:before {
	content: "\f284";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
	}

.home-nieuws .nieuws-tekst {
	position: relative;
	bottom: 0;
	background-color: #fff;
	padding: 30px 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: -30px;
}

.nieuws-wrapper .nieuws-tekst {
	position: relative;
	bottom: 0;
	background-color: #fff;
	padding: 30px 15px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
}

.nieuws-tekst h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	}

.nieuws-tekst p {
	text-decoration: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 30px;
	}

.nieuws-tekst .nieuwsdatum {
	color: #7d7d7d;
	font-style: italic;
	font-size: 14px;
}

.nieuwsdatumpagina {
	font-style: italic;
	color: #777;
	margin-bottom: 20px;
	margin-top: 30px;
	margin-bottom: -30px;
	}

.terugoverzicht {
	float: right;
	}

.pagina-image {
	margin-bottom: 60px;
	margin-top: -50px;
	}

.placeholder {
	width: 100%;
  opacity: 1;
	}

/* Pagina */

.pagina, .nieuws, .contact {
	padding: 0;
	position: relative;
	}

.header-afbeelding {
	max-height: 450px;
	overflow: hidden;
	position: relative;
	display: flex;
	min-height: 360px;
	background-color: #bebebe;
	}

.header-afbeelding img {
	object-fit: cover;
	object-position: center;
	mix-blend-mode: multiply;
	width: 100%;
	}

.header-afbeelding .titel {
	position: absolute;
  width: 100%;
  bottom: 30px;
	}

.header-afbeelding h1 {
	z-index: 100;
	}

.pagina-title {
	position: absolute;
	bottom: 0;
	z-index: 100;
	width: 100%;
	}

.pagina h1, .contact h1 {
	font-size: 44px;
	line-height: 54px;
	margin-top: -75px;
	margin-bottom: 0;
	font-weight: bold;
  padding: 0;
	position: relative;
	color: #fff;
	text-shadow: 0 1px 2px rgb(0 0 0 / 70%);
	}

.content {
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	padding: 75px 0;
	}

.content .link a {
	font-size: 22px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 30px;
	text-decoration: none;
	color: #000;
	display: inline-block;
	}

.content .link a:hover {
	color: #00b6e8;
	}

.content .link a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

.nieuws h1 {
	font-size: 26px;
	margin-top: 0;
	font-weight: bold;
  padding: 0;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	color: #1a1a1a;
	}

.pagina .tekst li:before, .nieuws .tekst li:before {
	content: "-";
	display: inline-block;
	margin-left: -25px;
	width: 25px;
	color: #0098d8;
	}

.pagina .tekst li, .nieuws .tekst li {
	list-style: none outside none;
	margin-bottom: 5px;
	}

.pagina ul {
	margin-left: 0;
	margin-top: 15px;
	}
	
.pagina strong {
	font-weight: bold;
	}

.pagina .tekst > div > div:first-child {
	padding-right: 45px;
	}

.pagina .tekst > div > div:last-child {
	padding-left: 45px;
	}

.pagina .overonsfoto {
	font-size: 16px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d0d0cf;
	padding: 0 120px;
	}

.pagina .row > div:last-child .overonsfoto {
	border-bottom: 0;
	margin-bottom: 0;
	}

.pagina .overonsfoto .afbeelding {
	margin-bottom: 20px;
	}

.pagina .overonsfoto .afbeelding img {
	max-width: 175px;
	width: 100%;
	}

.pagina .carousel {
	margin-bottom: 30px;
	}

.page-submenu {
	position: relative;
	}

.page-submenu:after {
	border-right: 1px solid #ccc;
	height: 100%;
	content: "";
	right: 15px;
	position: absolute;
	top: 0;
	}

.page-submenu ul {
    padding: 0 0 0 12px;
	}

.page-submenu ul li {
	list-style: outside none none;
	}

.page-submenu ul li::before {
	color: #000;
	content: "\203A";
	display: inline-block;
	font-size: 18px;
	margin-left: -12px;
	width: 20px;
	}

.page-submenu ul li.current_page_item a {
	font-weight: bold;
	}

/* YouTube */

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/* Contact */

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	color: #dd0000;
	}

.wpcf7-form {
	margin-top: 40px;
	}

.wpcf7-form label {
	width: 100%;
	color: #7d7d7d;
	}

.wpcf7-form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #7C7B7B;
	padding: 10px 0;
	width: 100%;
	color: #999;
	}

.wpcf7-form-control::placeholder {
	color: #BFBFBF;
	opacity: 1; /* Firefox */
	}
.wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #BFBFBF;
	}
.wpcf7-form-control::-ms-input-placeholder { /* Microsoft Edge */
	color: #BFBFBF;
	}

.wpcf7-form-control:focus {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	outline: none;
	}

.contactsubmit {
	border: 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b6e8;
	}

.contactsubmitlink a {
	color: #fff !important;
	text-decoration: none;
	border: 0;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
	display: inline-block;
	background-color: #00b6e8;
	}

.contactsubmit:after,
.contactsubmitlink a:after {
	content: "\f285";
	font-family: bootstrap-icons !important;
	display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.225em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	margin-left: 5px;
	}

.contactsubmit:hover {
	background-color: #00b6e8;
	color: #fff;
	}

.contact-telefoon {
	margin-top: 75px;
	}

.contact-telefoon,
.contact-mail {
	position: relative;
	}

.contact-telefoon a,
.contact-mail a {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-decoration: none;
	padding: 5px 5px 5px 80px;
	display: inline-block;
	margin-bottom: 30px;
	}

.contact-telefoon a:before,
.contact-mail a:before {
	content: "";
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	}

.contact-telefoon a:before {
	background: url('../img/phone-blauw.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	}

.contact-mail a:before {
	background: url('../img/email-blauw.svg');
	background-repeat: no-repeat;
	background-size: 100%;
	}

.contact-telefoon span,
.contact-mail span {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
	display: block;
	}

.iframecontact {
	width: 100%;
	}

.contact {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	border-top: 1px solid #BFBFBF;
	padding: 75px 0;
	}

.contact h2 {
	font-size: 44px;
	line-height: 54px;
	margin-bottom: 30px;
	}

.contact .contactformulier > p {
	font-size: 22px;
	line-height: 28px;
	}

.contact a {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-decoration: none;
	}

.contact strong {
	font-weight: 600;
	}

#googlemaps {
  height: 500px;
	}

	
/* Footer */

.footer {
	color: #333;
	font-size: 18px;
	padding: 45px 0 75px;
	line-height: 24px;
  background-color: #ddd;
	}



.footer a, .footer a:hover, .footer a:active, .footer a:focus {
	color: #333;
	}

.footer p {
	margin-bottom: 30px;
	}

.footer h4 {
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	font-style: italic;
	}

.footer .footer-logo {
	margin-bottom: 30px;
	display: inline-block;
	}

.footer .footer-logo img {
	height: 54px;
	}

.footer img.icon {
	width: 15px;
	margin-right: 10px;
	}

.footer strong {
	font-weight: bold;
	}

.footer ul li:before {
	color: #00b6e8;
	content: "\203A";
	display: inline-block;
	font-size: 18px;
	margin-left: -12px;
	width: 20px;
	}
	
.footer ul {
	padding: 0 0 0 12px;
	}

.footer ul li {
	list-style: outside none none;
	}
	
/* Copyright */
.footerbottom {
	padding: 33px 0;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	background-color: #fff;
	}

.footerbottom a {
	color: #333;
	text-decoration: none;
	}

@media screen and (max-width:1399px){
	
	.titel-knop a {
		margin-left: 100px;
		font-size: 33px;
		line-height: 47px;
		}
	
	.titel-knop span {
		font-size: 39px;
		line-height: 49px;
		}
		
	.navbar .navbar-collapse > ul > li > a {
		padding: 10px 16px 23px;
		}

}

@media screen and (max-width:1199px){
	
	.titel-knop a {
		margin-left: 100px;
		font-size: 30px;
		line-height: 44px;
		}
	
	.titel-knop span {
		font-size: 34px;
		line-height: 44px;
		}
	
	.navbar-inverse .navbar-collapse > ul > li > a {
		padding: 4px 16px;
		font-size: 19px;
		}

	.home .carousel-caption {
		font-size: 26px;
		}
	
	.home .carousel-caption p {
		min-height: 64px;
		}
	
	.submenu {
		min-height: 45px;
		}
	
	.nieuws-tekst h3 {
		font-size: 20px;
		}
	
	.navbar-collapse > ul > li {
		margin-left: 12px;
		}
	
	.navbar .navbar-collapse > ul > li > a {
		padding: 10px 14px 24px;
		font-size: 17px;
		}
	
	.header .logo {
		position: relative;
		}
	
}

@media screen and (max-width:991px){

	.navbar-inverse .navbar-collapse > ul > li > a {
		padding: 4px 14px;
		font-size: 17px;
		}
	
	.navbar .navbar-collapse > ul > li > a {
		padding: 14px 5px 25px;
		font-size: 15px;
		}
	
	.navbar .navbar-nav .tel a:after {
		right: 0;
		}
	
	.home .carousel-caption span {
		font-size: 16px;
		}
	
	.home .carousel-caption p {
		padding: 15px 30px;
		}
	
	.submenu {
		min-height: 35px;
		}
	
	.nieuws-tekst h3 {
		font-size: 17px;
		}
	
	.header {
		height: 82px;
		}
	
	.navbar-collapse {
		margin-top: 20px;
		}
	
	.navbar-collapse > ul > li {
		margin-left: 10px;
		}
	
	.navbar-collapse > ul > li:first-child {
		margin-left: 0;
		}
	
	.header .logo {
		position: relative;
		padding: 15px 0 15px;
		}
	
	.header .logo img {
		max-width: 170px;
		}
	
}

@media screen and (max-width:767px){
	
	.header {
		height: auto;
		}
	
	.header .logo {
		position: relative;
		padding: 15px 0 15px;
		}
	
	.header .logo img {
		max-width: 120px;
		}
	
	.nieuwsdatumpagina {
		margin-bottom: 0;
		}
	
	header .top, header .top a {
		font-size: 14px;
		}
	
	header .top .justify-content-end {
		display: block;
		}
	
	.header-phone {
		display: none;
		}
	
	.highlights {
		position: relative;
		}
	
	.highlight a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		}
	
	.highlights p {
		font-size: 16px;
		display: flex;
		margin-bottom: 0;
		}
	
	.highlight span {
		font-size: 16px;
		line-height: 22px;
		display: flex;
		margin-left: 10px;
		padding: 8px 20px 12px;
		}
	
	.highlight span:after {
		margin-top: 5px;
		}
	
	.highlights .row > div {
		border-left: 0;
		border-bottom: 1px solid #BFBFBF;
		}	
	
	.home .carousel-caption p {
		padding: 0px 15px;
		min-height: 0;
		font-size: 18px;
		}
	
	.carousel-indicators {
		display: none;
		}
	
	.nieuws-wrapper .nieuws-inner {
		border-top: 0;
		}
	
	.titel-tekst-link h1 {
		font-size: 25px;
		}
	
	.titel-tekst-link p {
		font-size: 17px;
		}
	
	.titel-tekst-link a {
		font-size: 17px;
		}
	
	.titel-tekst-link {
		padding: 45px 0;
		}
	
	.markten-tekst-2 h2 {
		font-size: 25px;
		}
	
	.markten-tekst-2 p {
		font-size: 17px;
		}
	
	.markten-tekst-2 {
		border-bottom: 1px solid #BFBFBF;
		margin-top: 0;
		}
	
	.markten-tekst-2, .markten {
		padding: 25px 0 15px;
		}
	
	.markten-tekst-2 .markten-inner span, .markten .markten-inner span {
		font-size: 16px;
		}
	
	.onze-werkwijze h3 {
		font-size: 25px;
		margin-bottom: 15px;
		}
	
	.onze-werkwijze h4 {
		font-size: 19px;
		}
	
	.onze-werkwijze p {
		font-size: 17px;
		}
	
	.onze-werkwijze a {
		font-size: 17px;
		}
	
	.onze-werkwijze {
		padding: 45px 0 45px;
		}
	
	.quote {
		margin-bottom: 0;
		}	
	
	.quote .background {
		width: 100%;
		}
	
	.quote span {
		font-size: 30px;
	line-height: 45px;
		}
	
	.quote a {
		font-size: 20px;
		}
	
	.quote .inner .quoteinner {
		padding: 75px 0 200px;
		}	
	
	.quote .background .img-parallax {
		left: 0;
		top: 0 !important;
		transform: none !important;
		position: relative;
		}
	
	.tandwiel1, .tandwiel2 {
		width: 200px;
		}
	
	.tandwiel-parallax {
		bottom: -150px !important;
		}
	
	.titel-tekst-link {
		text-align: left;
		}
	
	.titel-knop span {
		font-size: 25px;
		line-height: 30px;
		}
	
	.titel-knop a {
		margin-left: 0;
		display: block;
		text-align: center;
		margin-top: 30px;
		font-size: 22px;
		}
	
	.titel-knop {
		padding: 45px 0 45px;
		}
	
	.footer {
		padding: 45px 0 30px;
		font-size: 16px;
		}	
	
	.footerbottom {
		font-size: 15px;
		text-align: center;
		padding: 15px 0;
		}
	
	.footer .dnv {
		margin-top: 30px;
		margin-bottom: 30px;
		}
	
	.home .carousel-inner > .item > img, .home .carousel-inner > .item > a > img {
		width: 120%;
		margin-left: -10%;
		max-width: 120%;
		}
	
	.home .carousel-caption {
		top: auto;
		bottom: 0;
		}
	
	.pagina h1, .contact h1 {
		font-size: 25px;
		}
	
	.content {
		font-size: 17px;
		padding: 15px 0 0;
		}
	
	.titel-knop-contact span {
		font-size: 25px;
		line-height: 30px;
		}
	
	.titel-knop-contact a {
		margin-left: 0;
		display: block;
		text-align: center;
		margin-top: 30px;
		font-size: 22px;
		margin-bottom: 30px;
		}
	
	.titel-knop-contact .contact-foto {
		margin-left: auto;
		margin-right: auto;
		width: 150px;
		height: 168px;
		}
	
	.titel-knop-contact .contact-foto:before {
		left: -39px;
		width: 232px;
		height: 100%;
		bottom: -28px;
		}
	
	.titel-knop-contact .contact-foto:after {
		left: 1px;
		width: 147px;
		height: 100%;
		bottom: 8px;
		}
	
	.titel-knop-contact {
		padding: 50px 0 30px;
		}
	
	.contact h2 {
		font-size: 25px;
		margin-bottom: 15px;
		}
	
	.contact .contactformulier > p {
		font-size: 17px;
		}
	
	.contact {
		font-size: 17px;
		padding: 30px 0 30px;
		}
	
	.contact-telefoon {
		margin-top: 15px;
		}
	
	.iframecontact {
		height: 300px;
		}
	
	hr {
		margin-top: 15px;
		margin-bottom: 15px;
		}
	
	.header-top a {
		font-size: 16px;
		}
	
	.header-top .telefoon {
		margin-right: 15px;
		}
	
	.header-top .mail {
		margin-right: 0;
		}
	
	.page-submenu:after {
		border-right: 0;
		}
	
	.page-submenu h2 {
		margin-bottom: 0;
		}
	
	.navbar {
		margin: 0 -15px;
		}
	
	.navbar-collapse {
		margin-top: 0;
		}

  .navbar-collapse > ul {
    display: block;
    margin-bottom: 0;
    float: none;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
		
		height: calc(80vh - 66px);
		overflow-y: scroll;
		overflow-x: hidden;
    }
  
	.navbar .navbar-nav .pll-parent-menu-item > a:before {
		top: 11px;
		}
	
	.navbar .navbar-collapse > ul > li.pll-parent-menu-item > a:after {
		left: 33px;
		right: auto;
		top: 16px;
		}
	
	.navbar-collapse > ul > li {
		border-top: 1px solid #eee;
		float: none;
		margin-bottom: 0;
		}
	
	.navbar-collapse > ul > li:first-child {
		border-top: 0;
		margin-left: 15px;
		}
	
	.navbar .navbar-collapse > ul > li > a {
		margin-bottom: 0;
		margin-left: 0;
		padding: 10px 0;
		text-align: left;
		font-size: 15px;
		}

	.navbar-inverse .navbar-collapse > ul > li > a {
		margin-left: 0;
		font-size: 15px;
		padding: 10px 0;
		display: block;
		}
	
	.navbar .navbar-collapse > ul > li > ul:before {
		background: none;
		}
	
	.navbar .navbar-nav .tel {
		display: none;
		}
	
	.navbar .navbar-collapse > ul > li > ul li a {
		font-size: 15px;
		padding: 10px 0;
		}
		
	.navbar .navbar-collapse > ul > li > ul {
		position: relative;
		visibility: visible;
		text-align: left;
		z-index: 10;
		box-shadow: none;
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		opacity: 1;
		padding-bottom: 0;
		}
	
	.navbar .navbar-collapse > ul > li > ul > li, .navbar .navbar-collapse > ul > li > ul > li:first-child {
		border-top: 1px solid #eee;
		}
	
	.navbar .navbar-collapse > ul > li > ul li a:hover, .navbar .navbar-collapse > ul > li > ul li a:focus {
		background-color: #fff;
		color: #666;
		}
	
	.navbar .navbar-nav .pll-parent-menu-item {
		margin-left: 10px;
		}
	
	.navbar .navbar-nav .pll-parent-menu-item > ul {
		width: auto;
		margin-left: auto;
		}
	
    .navbar-inverse {
        text-align: center;
        }
    
    .navbar-toggle > div {
        float: left;
        }
    
	.sr-only-menu {
		padding: 0 5px 1px 0;
		overflow: hidden;
		border: 0;
		display: inline-block;
		font-size: 15px;
		}
	
    #nav-icon {
        height: 17px;
        width: 20px;
        position: relative;
        margin: 0 auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
				display: inline-block;
        }
      
    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
				color: #00b6e8;
				background-color: #00b6e8;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        }
      
    #nav-icon span:nth-child(1) {
        top: 0px;
        }
      
    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 7px;
        }
      
    #nav-icon span:nth-child(4) {
        top: 14px;
        }
      
    #nav-icon.open span:nth-child(1) {
        top: 3px;
        width: 0%;
        left: 50%;
        }
      
    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        }
      
    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        }
      
    #nav-icon.open span:nth-child(4) {
        top: 3px;
        width: 0%;
        left: 50%;
        }
}