/*==========	Mobile First Method	==========*/
/* font-family: 'Caveat', cursive;/f
font-family: 'Trebuchet MS', Helvetica, sans-serif; */


body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 15px;
	color: #1e3765;
	line-height: 1.8;
	padding:0;margin:0;
}
body.fancybox-active  {
    perspective: none;
}

img:not([class])  {
    max-width: 100%;
    height: auto;
}


.btn {
	border-radius: 0;
	padding-right: 30px;
	position: relative;
	margin-right:15px;
}
.btn:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}	
.btn.btn-primary {
	background-color: #1e3765;
	border-color: #1e3765;
	background:none;
	color:#1e3765;
	
}
.btn.btn-primary:hover {
	background-color: #819fc7;
	border-color: #819fc7;
}

.btn.btn-light {
	border-color: #f8f9fa;
	background:none;
	color:#f8f9fa !important;
}
.btn.btn-light:hover {
	border-color: #e2e6ea;
	color:#ffffff;
}


.btn.btn-blauw {
	background-color: #1e3765;
	border-color: #1e3765;
	color:#ffffff;
}
.btn.btn-blauw:hover {
	background-color: #819fc7;
	border-color: #819fc7;
    background-color: rgba(30, 55, 101,0.8);
    border-color: rgba(30, 55, 101,0.8);
}

.btn.btn-out-blauw {
	color: #1e3765;
	border-color: #1e3765;
	background:none;
}
.btn.btn-out-blauw:hover {
	color: #819fc7;
	border-color: #819fc7;
    background-color: rgba(30, 55, 101,0.1);
}

.btn.btn-wit {
	border-color: #ffffff;
	background:#ffffff;
	color:#1e3765 !important;
}
.btn.btn-wit:hover {
	background:#ffffff;
	color:#1e3765 !important;
	border-color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.8);
}

.btn.btn-out-wit {
	color: #ffffff;
	border-color: #ffffff;
	background:none;
}
.btn.btn-out-wit:hover {
	color: #ffffff;
	border-color: rgba(255,255,255,0.6);
	background-color: rgba(255,255,255,0.1);
}

.btn.btn-lichtblauw {
	background-color: #819fc7;
	border-color: #819fc7;
	color:#ffffff;
}
.btn.btn-lichtblauw:hover {
	color:#ffffff !important;
	border-color: #819fc7;
	background:#819fc7;
	background-color: rgba(129,159,199,0.8);
	border-color: rgba(129,159,199,0.8);
}

.btn.btn-out-lichtblauw {
	background:none;
	border-color: #819fc7;
	color:#819fc7;
}
.btn.btn-out-lichtblauw:hover {
	color:#819fc7 !important;
	border-color: #819fc7;
	border-color: rgba(129,159,199,0.6);
	background-color: rgba(129,159,199,0.1);
}


.btn.btn-lichtgroen, .btn.btn--next, .btn.btn-login {
	background-color: #b7c728;
	border-color: #b7c728;
	color:#ffffff;
}
.btn.btn-lichtgroen:hover, .btn.btn--next:hover, .btn.btn-login:hover {
	color:#1e3765 !important;
	border-color: #b7c728;
	background-color: rgba(183,199,40,0.8);
	border-color: rgba(183,199,40,0.8);
}
.btn.btn-out-lichtgroen {
	background: none;
	border-color: #b7c728;
	color:#b7c728;
}
.btn.btn-out-lichtgroen:hover {
	color:#1e3765 !important;
	border-color: #b7c728;
	border-color: rgba(183,199,40,0.8);
	background-color: rgba(183,199,40,0.1);
}


.btn.btn-groen {
	background-color: #007132;
	border-color: #007132;
	color:#ffffff;
}
.btn.btn-groen:hover {
	color:#ffffff !important;
	border-color: #007132;
	background:#007132;
	background-color: rgba(0,113,50,0.8);
	border-color: rgba(0,113,50,0.8);
}
.btn.btn-out-groen {
	background:none;
	border-color: #007132;
	color:#007132;
}
.btn.btn-out-groen:hover {
	color:#007132 !important;
	border-color: #007132;
	border-color: rgba(0,113,50,0.6);
	background-color: rgba(0,113,50,0.1);
}

.txt-wit {
    color:#ffffff;
    text-decoration:underline;
}
.txt-blaauw {
    color:#1e3765;
}
.txt-lichtblauw {
    color:#819fc7;
}
.txt-lichtgroen {
    color:#b7c728;
}
.txt-groen {
    color:#007132;
}


.form-control {
	border-radius: 0;
}
a:not([class]) {
	text-decoration: underline;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
hr {
	border-color:#819fc7;
	border-width: 2px;
}
hr.light {
	border-width: 1px;
}

.max-60 {
    max-width:60%;
}
.max-80 {
    max-width:80%;
}
.max-100 {
    max-width:100%;
}


blockquote {
	padding: 15px 45px;
	text-align: center;
	font-size: 28px;
	font-family: 'Caveat', cursive;
	font-weight: 500;
	line-height: 1.2;
}	
/*////////////////////////////////////
KLEUREN
////////////////////////////////////*/	
.bg-kleur {
	background-color: #1e3765 !important; /* DONKERBLAUW */
}
.bg-kleur-light {
	background-color: rgba(129, 159, 199, 0.05) !important; /* DONKERBLAUW */
}
.text-kleur {
	color: #1e3765 !important; /* DONKERBLAUW */
}
.border-kleur	{
	border-color: #1e3765 !important;/* DONKERBLAUW */
}
.border-kleur-wit	{
	border-color: #ffffff !important;/* WIT */
}
.border-kleur-light	{
	border-color: rgba(30,55,101,0.1) !important;/* LIGHTBLAUW */
}

.svg-fill-kleur{
	fill: #1e3765 !important;/* DONKERBLAUW */
}


.svg-stroke-kleur{
	stroke: #1e3765 !important;/* DONKERBLAUW */
}
/*///////////////////////////////////////////////*/
.bg-royalaware, #royalaware .bg-kleur {
	background-color: #b7c728 !important; /* LICHTGROEN */
}
.bg-royalaware-80 {
	background-color: rgba(183,199,40,0.8) !important; /* LICHTGROEN */
}
.bg-royalaware-80:hover {
	background-color: rgba(183,199,40,1) !important; /* LICHTGROEN */
}
.text-royalaware, #royalaware .text-kleur {
	color: #b7c728 !important; /* LICHTGROEN */
}
.border-royalaware, #royalaware .border-kleur {
	border-color: #b7c728 !important; /* LICHTGROEN */
}

#royalaware .svg-fill-kleur, .svg-fill-royalaware{
	fill: #b7c728 !important;
}
#royalaware .svg-stroke-kleur, .svg-stroke-royalaware{
	stroke: #b7c728 !important;/* LICHTGROEN */
}

/*///////////////////////////////////////////////*/
.bg-producten, #producten .bg-kleur {
	background-color: #1e3765 !important; /* DONKERBLAUW */
}
.bg-producten-80 {
	background-color: rgba(30,55,101,0.8) !important; /* DONKERBLAUW */
}
.bg-producten-80:hover {
	background-color: rgba(30,55,101,1) !important; /* DONKERBLAUW */
}
.text-producten, #producten .text-kleur {
	color: #1e3765 !important; /* DONKERBLAUW */
}
.border-producten, #producten .border-kleur	{
	border-color: #1e3765 !important;/* DONKERBLAUW */
}
#producten .svg-fill-kleur, .svg-fill-producten{
	fill: #1e3765 !important;
}
#producten .svg-stroke-kleur, .svg-stroke-producten{
	stroke: #1e3765 !important;/* DONKERBLAUW */
}

.svg-fill-kleur-Blauw, #producten .svg-fill-kleur-Blauw {
	fill: #1e3765 !important;/* DONKERBLAUW */
}

.svg-fill-kleur-Wit, #producten .svg-fill-kleur-Wit{
	fill: #ffffff !important;/* WIT */
}

.svg-fill-kleur-Zwart, #producten .svg-fill-kleur-Zwart{
	fill: #000000 !important;/* Zwart */
}

.svg-fill-kleur-Groen, #producten .svg-fill-kleur-Groen{
	fill: #B7C728 !important;/* Groen */
}

/*///////////////////////////////////////////////*/
.bg-melkveehouders, #melkveehouders .bg-kleur {
	background-color: #1e3765 !important; /* DONKERBLAUW */
}
.bg-melkveehouders-80 {
	background-color: rgba(0,113,50,0.8) !important; /* DONKERGROEN */
}
.bg-melkveehouders-80:hover {
	background-color: rgba(0,113,50,1) !important; /* DONKERGROEN */
}
.text-melkveehouders, #melkveehouders .text-kleur {
	color: #1e3765  !important; /* DONKERBLAUW */
}
.border-melkveehouders, #melkveehouders .border-kleur {
	border-color: #1e3765 !important; /* DONKERBLAUW */
}
#melkveehouders .svg-fill-kleur, .svg-fill-melkveehouders{
	fill: #007132 !important;/* DONKERGROEN */
}
#melkveehouders .svg-stroke-kleur, .svg-stroke-melkveehouders{
	stroke: #007132 !important;/* DONKERGROEN */
}

/*///////////////////////////////////////////////*/
.bg-klanten, #klanten .bg-kleur {
	background-color: #819fc7 !important; /* DONKERGROEN */
}
.text-klanten, #klanten .text-kleur {
	color: #819fc7 !important; /* DONKERGROEN */
}
.border-klanten, #klanten .border-kleur {
	border-color: #819fc7 !important; /* DONKERGROEN */
}
#klanten .svg-fill-kleur, .svg-fill-klanten{
	fill: #819fc7 !important;/* DONKERGROEN */
}
#klanten .svg-stroke-kleur, .svg-stroke-klanten{
	stroke: #819fc7 !important;/* DONKERGROEN */
}
/*////////////////////////////////////
header
////////////////////////////////////*/	
#header {
	position: relative;
	/* height:40%; */
}
#header:before {
	padding-top: 38%;
	content: "";
	display: block;
}
#header-uit:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 150%;
	background-image: url('../images/masker_driehoek.svg');
	background-repeat: no-repeat;
	background-positon: left top;
	z-index: 2;
}
.vv #header:before {
	padding-top: 28.5%;
	content: "";
	display: block;
}
.vv #header:after {
	height: 195%;
}
.navbar-brand {
	width: 15vw;
	max-width: 75px;
	padding-left: 15px;
	padding-top: 15px;
	
}
.navbar-brand img {
	width: 100%;
}
/* /////
Menu
///// */
/* /////
Menu
///// */
.fixed-top {
    height: 50px;
}
#demenus {
	z-index: 2400;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}	


#demenus-ori:after {
    content: "";
    position: fixed;
    top: -1px;
    left: 0;
    right: 0;
    /* height: 26vw;*/
    /* width: 11vw;*/
    height: 54vw;
    width: 26vw;
    
    background-image: url(../images/masker_driehoek.svg);
    background-repeat: no-repeat;
    background-positon: left top;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0%, 0% 100%, 0% 100%);
}

#demenus:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 26vw;
    z-index: 2;
    padding-top: 29%;
    width: 26vw;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 39% 100%, 0% 100%);
}

#demenus.scroll:after {
    padding-top: 19.6%;
    clip-path: polygon(0 0, 100% 0, 59% 100%, 0% 100%);
}


.noafter:after {
    content: none;
}

#demenus #menu {
	background-color: #ffffff;
}
#demenus #menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#demenus .knoppen {
	position: relative;
	background-color: #ffffff;
	height: 40px;
}
#demenus .knoppen:before{
	content: "";
	position: absolute;
	left: -30px;
	border-style: solid;
	border-width: 0 30px 40px 0;
	border-color: #ffffff #ffffff transparent #ffffff;
}
#demenus #menu .navbar-nav {
	/* border-top: 1px solid red; */
	padding-top: 15px;
	margin-top: 15px;
}
#demenus #menu .nav-item {
	align-items: center;
	font-size:15px;
	border: none;
    border-bottom:1px solid rgba(82,110,133,0.4);
}
#demenus #menu .nav-item.show {
    border-bottom: none;
}
#demenus #menu .nav-item:first-of-type {
    border-top:1px solid rgba(82,110,133,0.4);
}
#demenus #menu .nav-item:last-of-type {
	margin-right: 0;
}
#demenus #menu .nav-item .nav-link{
	color: #516e85;
	padding-left:10px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#demenus #menu .nav-item .nav-flex {
    height:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#demenus #menu .nav-item .opensub{
    position: absolute;
    right: 0;
    top: 0;
    padding-left:16px;
	padding-right: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-left:1px solid rgba(82,110,133,0.4);
	text-align: center;
}
#demenus #menu .nav-item .opensub i.fa{
    line-height: 1.8;
}
#demenus #menu .nav-item .nav-link.btn{
	color: #ffffff;
	background-color: #516e85;
	height: 30px;
	width:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}
#demenus #menu  .dropdown-menu {
    border-radius:0;
    border: none;
    border-top: 1px solid rgba(82,110,133,0.4);
    padding: 0;
    margin-top: 0;
}
#demenus #menu  .dropdown-menu .dropdown-item {
    font-size: 90%;
    color: #516e85;
    text-align: left;
    padding-left: 32px;
    color: #ffffff;
    background-color: #526e85;
    border-bottom: 1px solid #ffffff;
}
#demenus #menu  .dropdown-menu .dropdown-item a{
    color: #ffffff;
}
#demenus #menu  .dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}
#demenus #menu  .dropdown-menu .dropdown-item.active, .dropdown-item:active {
    //color: #516e85;
    text-decoration: none;
    //background-color: #ffffff;
    font-weight: bold;
}
#demenus #menu .nav-item.level2 {
    font-size: 90%;
    color: #516e85;
    text-align: left;
    color: #ffffff;
    background-color: #526e85;
    border-bottom: none;
    
}
#demenus #menu .nav-item.level2 a.nav-link{
    color: #ffffff;
    padding-left: 32px;
    border-bottom: 1px solid #ffffff;
}
#demenus #menu .nav-item.level2 .opensub {
    background-color: #ffffff;
}
#demenus #menu .nav-item.level2 .dropdown-item a{
    padding-left: 6px;
}
#demenus #menu .nav-item.taalselectie img{
	height: 20px;
	width: 30px;
}
#demenus #menu .nav-item.taalselectie .dropdown-toggle::after {
	display: none;
}
#demenus #menu .nav-item.loginmenu .dropdown-toggle::after {
	display: none;
}
#demenus #menu .nav-item.taalselectie  .dropdown-menu {
	border-radius:0;
	left: auto;
	right: 0;
}
#demenus #menu .nav-item.loginmenu  .dropdown-menu {
	border-radius:0;
	left: auto;
	right: 0;
}
#demenus #menu .nav-item.taalselectie .dropdown-menu img{
	height: 20px;
}

#menu #zoekbalk {
	
	padding: 8px;
	display: block;
}
#menu #zoekbalk .input-group {
	width: auto;
	margin: 0 auto;
}
#menu #zoekbalk .btn {
	padding-right: .75rem;
}
#menu #zoekbalk .btn:after {
	display: none;
}
.slideinfo h3{
	font-size: 20px;
	margin:0;
}

/* /////
SLIDER
///// */

#header #slider-header {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#header .item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	width: 100%;
	height: 100%;
}	

#header .item .focus{
	position: absolute;
	height: 22vw;
	width: 22vw;
}
.vv #header .item .focus{
	position: absolute;
	height: 16vw;
	width: 16vw;
}
#header .item .focus .driehoek{
	width: 100%;
	fill: none;
}
.owl-stage-outer, .owl-stage, .owl-item{
	height: 100%;
}
#slider-info {
	position: relative;
	
}
.slideinfo {
	-webkit-transition: margin 0.5s; /* Safari prior 6.1 */
	transition: margin 0.5s;
	color: #ffffff;
	font-size: 16px;
	margin-top: 20px;
}

#slider-header h1, #slider-header h3, #slider-header h5 {
    position:absolute;
    bottom:30px;
	width:100%;
	text-align:center;
	color:#ffffff;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.3);
	font-weight:400;
	font-size:25px;
}
#slider-header h5 {
    bottom:10px;
	font-size:15px;
}
#timers {	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 16px;
	width: 100%;
}
#timers .detimer {
	height: 15px; 
	width: 15px; 
	position: relative; 
	margin-right: 8px;
	cursor: pointer;
}
#timers .detimer #ct-circle-container svg circle{
	fill:none;
	stroke:#1e3765 ;
	stroke-dashoffset:0;
	stroke-width:50%
}
.detimer:last-of-type {
	margin-right: 0;
}
/*
.timer { 
	background: #ffffff; 
	border-radius: 50%; 
	height: 15px; 
	width: 15px; 
	position: relative; 
	margin-right: 8px;
	cursor: pointer;
} 

.timer.active { 
	animation: timer 5s steps(20, start) infinite; 
	background: linear-gradient(90deg, transparent 50%, #ffffff 50%); 

} 
.timer.active:after { 
	animation: mask 5s steps(10, start) infinite; 
	border-radius: 100% 0 0 100% / 50% 0 0 50%; 
	content: ''; 
	height: 100%; 
	left: 0; 
	position: absolute;
	top: 0; 
	transform-origin: 100% 50%; 
	width: 50%; 
} 
@keyframes timer { 
	100% { transform: rotate(360deg); } 
} 
@keyframes mask { 
	0% { background: #ffffff; transform: rotate(0deg); } 
	50% { background: #ffffff; transform: rotate(-180deg); } 
	50.01% { background: transparent; transform: rotate(0deg); } 
	100% { background: transparent; transform: rotate(-180deg); } 
}
*/
/* /////
BROODKRUIMELS
///// */
#kruimelpad {
    position: relative;
    min-height:50px;
}
#broodkruimels {
	line-height: 1.4;
}
.drivenbytaste {
	position: absolute;
	right: 0px;
	top: 0px;
}

#header .drivenbytaste {
	bottom: -1px;
	top:auto;
	z-index:1020;
	background-color:#ffffff;
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 5% 100%);
    max-width: 82%;
    padding-left:45px;
}


.vv #drivenbytaste {
	display: none;
}
.scroll_down {
	border-width: 2px;
	padding-right: 0.75rem;
	position: absolute;
	left: 16px;
	top:0px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items:center;
}
.scroll_down i{
	/* animation: down 2s steps(6, start) infinite;  */
}
@keyframes down { 
	0% { opacity: 1; } 
	100% { opacity: 0.2; } 
}
.scroll_down:hover {
	background-color: #efefef;
}
.border-kleur-wit.scroll_down:hover {
	background-color: #1E3765;
}
.scroll_down:after {
	display: none;
}

/* /////
CONTENT
///// */
#content {
	position: relative;
}



/* /////
blok1
///// */
#blok1 h1 {
	color: #819fc7;
}
#blok1 .vlak {
	background-color: #819fc7;
	color: #ffffff;
	position: relative;
	min-height: 350px;

}
#blok1 .driehoek-1 {
	position: absolute;
	left: 8vw;
	top: -30px;
	width: 15vw;
}
#blok1 .driehoek-1 .driehoek{
	fill: #819fc7;
}
#blok1 .driekhoek-2-wrapper {
	overflow: hidden;
	height: 100%;;
	position: absolute;
	width: 8vw;
	right: 0;
	bottom:-100px;
}
#blok1 .driehoek-2{
	position: absolute;
	right: -7vw;
	width: 15vw;
	bottom:0;
}
#blok1 .driehoek-2 .driehoek{
	fill: #819fc7;
}

#blok1 .foto {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#blok1 .foto:before {
	padding-top: 80%;
	content: "";
	display: block;
}

/* /////
blok2
///// */
#blok2 .container {

}

#blok2 .driehoek-1{
	position: absolute;
	right: 15px;
	top: -45px;
	width: 8vw;
}
#blok2 .driehoek-1 .driehoek{
	fill: none;
	stroke: #1e3765;
}

#blok2 .foto {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#blok2 .foto:before {
	padding-top: 64%;
	content: "";
	display: block;
}


/* /////
video
///// */
#video {
	position: relative;
}
#video .layer .content-body{

	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#video .layer .content-body:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(30,55,101,0.8);
	transition: all 0.5s;
}

#video2 {
    color:#ffffff;
}
#video2 a {
    position:relative;
    color:#ffffff;
    text-decoration:none;
}

#video2 a.videokader {
    display:table;
    width:100%;
    height:100%;
    min-height:200px;
    background-size:cover;
}

#video2 a span.play {
    background-color:rgba(30,55,101,0.25);
    font-size:20px;
    color:#ffffff;
    display:table-cell;
    vertical-align: middle;
    text-align:center;
	transition: all 0.3s;
}
#video2 a span.play:hover {
    background-color:rgba(30,55,101,0.55);
    font-size:22px;
}


#video .layer .content-body:hover:before{
	background-color: rgba(30,55,101,0.2);
}
#video .content-body a, #video .content-body .linkmobiel{
	z-index: 103;
	color: #ffffff;
}
#video .driehoek-1{
	position: absolute;
	left: 21vw;
	bottom: -45px;
	width: 6vw;
	z-index: 105;
}
#video .driehoek-1 .driehoek{
	stroke: #1e3765;
}
#video a:hover {
	text-decoration: none;
}

#video h4{
	font-style: italic;
}	


/* /////
#blok3
///// */
#blok3 {
	position: relative;
}
#blok3 .containermobiel {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 720px;
}
#blok3 .layer .content-wrap {
	width:100%;
	height: 100%;
}
#blok3 .layer .content-body{
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	height: 100%;
}
#blok3 .top{
	height: 175px;
}
#blok3 .bottom .slogan{
	position: absolute;
	left: -205px;
	bottom: 70px;
	font-family: 'Caveat', cursive;
	font-weight: 500;
	font-size: 30px;
	line-height:1.2em;
	width: 185px;
	text-align: center;
}

#blok3 .tekst {
	position: relative;
	padding-right: 32px;
}
#blok3 .tekst ul {
  list-style: none;
  padding: 0;
}
#blok3 .tekst li {
  padding-left: 1.3em;
  padding-top: 8px; 
  padding-bottom:8px;
}
#blok3 .tekst li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
#blok3 .icons {
	display: flex;
}
#blok3 .icons .icon {

	margin-right: 30px;
	position: relative;
	display: block;
}
#blok3 .icons .icon img {
	height: 35px;
}
#blok3 .icons .icon:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;

	display: flex;
	align-items: center;
	justify-content: center;
}
#blok3 .icons .icon:last-of-type {
	margin-right: 0;
}
#blok3 .icons .icon:last-of-type:after {
	display: none;
}

/* /////
blok4
///// */
#blok4 {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#blok4:before {
	padding-top: 38%;
	content: "";
	display: block;
}
#blok4:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 75%;
	background-image: url(../images/masker_driehoek.svg);
	background-repeat: no-repeat;
	z-index: 2;
}


/* /////
blok5
///// */
#blok5{
	position: relative;
}
#blok5 img {
	margin-right:10px;
	margin-bottom:10px;
}

#blok5 h2, #blok5 h3, #blok5 h4 {
    color: #1e3765
}
#blok5 .driehoek-1{
	position: absolute;
	left: -20px;
	bottom: 28px;
	width: 8vw;
}
#blok5 .driehoek-1 .driehoek{
	stroke: #1e3765;
}
#blok6 .bedrijf {
	/*font-size: 18px;*/
}
#blok6 .logo {
	width: 100%;
	height: 85px;
}
#blok6 .logo img{
	max-height: 100%;
}
#blok6	.lijn{
	position: relative;
}
#blok6	.lijn .driehoek-1{
	position: absolute;
	left: 8%;
	bottom: -10px;
	width: 85px;
}
#blok6	.driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #007132;
	stroke-width: 10;
}
#overaware .image{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: scroll;
width: 100%;
}
#overaware .image:before{
padding-top: 48%;
content: "";
display: block;
}
#overaware .image2{
object-fit: cover;
width: 200px;
height: 100px;
}
.informatievak{
    background-color: #819fc7 !important; 
    color: #FFF !important;
}
#team .image{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: scroll;
width: 100%;
}
#team .image:before{
padding-top: 48%;
content: "";
display: block;
}

.vink{
content: '✔';
width: 20px; 
height: 20px;
text-align: center;
border: 1px solid #aaa;
background-color: #819fc7;
border-radius: 50%;
}

/* /////
workshop overzicht
///// */
#workshopoverview .image{
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: scroll;
width: 100%;
}
#workshopoverview .image:before{
padding-top: 48%;
content: "";
display: block;
}
/* /////
laatstenieuws
///// */

#laatstenieuws, #laatstenieuws section {
	position: relative;
}
#laatstenieuws .stretched-link:after {
    z-index: 103;
}
#laatstenieuws .berichten {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 720px;
}

#laatstenieuws .foto {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#laatstenieuws .foto:before {
	padding-top: 80%;
	content: "";
	display: block;
}

#laatstenieuws .layer .content-wrap{
	width:100%;
	//height: 100%;

}
#laatstenieuws .layer .content-body{
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;

}
#laatstenieuws .layer.bottom .content-body{
  	height: 100%;  
}
#laatstenieuws .content-body h3{
	font-size: 16px;
}
#laatstenieuws .content-body {
	color: #ffffff;
	font-size: 15px;
}

#laatstenieuws .bottom{
	height: 125px;
}
#laatstenieuws .content-body  h3{
	display: inline-block;
	border-bottom: 3px solid #ffffff;
}
#laatstenieuws .calender {
    position:absolute;
    right:10px;
    bottom:10px;
	border:1px solid #ffffff; 
	width: 55px;
}
#laatstenieuws .calender .maand{
	display: block;
	text-transform: uppercase;
	color: ;
	background-color: #ffffff;
	text-align: center;
	padding: 2px 4px;
	font-size: 9px;
}
#laatstenieuws .calender .dag{
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 8px;
	font-size: 28px;
	line-height: 1;
}	

#laatstenieuws .lijn {
	margin-top: 55px;
	position: relative;
}

#laatstenieuws .driehoek-1{
	position: absolute;
	left: 25%;
	top: -25px;
	width: 85px;
}
#laatstenieuws .driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #1e3765;
	stroke-width: 10;

}

.driehoek-3{
	position: absolute;
	left: 25%;
	top: -25px;
	width: 85px;
}
.driehoek-3 .driehoek{
	fill: #ffffff;
	stroke: #1e3765;
	stroke-width: 10;

}


/* versie pascal 
#laatstenieuws article {
	position:relative;
	height:200px;
	width:100%;
	background-color:#007132 ;
	padding:0;
	margin-bottom:10px;
	overflow:hidden;
}

#laatstenieuws .triangle {
	position: absolute;
	width: 600px;
	height: 200px;
	right: 0px;
	top: 0;
	border-left:10px #ffffff solid;
		box-sizing: content-box;
	background-size:cover;
}

#laatstenieuws .triangleoverlay {
	position: absolute;
	width: 200px;
	height: 200px;
	right: 10px;
	top: 0;
}

#laatstenieuws .triangle2 {
	background-image: url(https://images.pexels.com/photos/1311518/pexels-photo-1311518.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
	width: 700px;
}

#laatstenieuws .triangle3 {
	background-image: url(https://images.pexels.com/photos/2280551/pexels-photo-2280551.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260);
	width: 800px;
}

#laatstenieuws .bericht {
	min-height: 200px;
	border-bottom: 5px solid #ffffff;
}
#laatstenieuws .content-body{
	background-color:#007132 ;
}
#laatstenieuws .bericht .foto {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	position: relative;
}
#laatstenieuws .bericht .foto:after {
	content: "";
	background-image: url('../images/masker-nieuws.svg');
	position: absolute;
	left: 0;
	bottom:0;
	top: 0;
	width: 85px;
	background-size: cover;
	background-position: right;
	background-attachment: scroll;
}
*/ 

/* /////
nieuwsoverzicht
///// */



#nieuwsoverzicht .filters .form-control {
	height: calc(1.5em + .75rem + 4px);
	border-width: 2px;
	position: relative;

}
#nieuwsoverzicht .filters select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ffffff;
}


#nieuwsoverzicht .filters .datefilter:-ms-input-placeholder {
	color: #ffffff;
}
#nieuwsoverzicht .filters .datefilter::-webkit-input-placeholder {
	color: #ffffff;
}
#nieuwsoverzicht .filters .datefilter::placeholder {
	color: #ffffff;
}

.form-control.datefilter {
	color: #ffffff;
}
.daterangepicker {
	border-radius: 0 !important; 
}
.daterangepicker:after, .daterangepicker:before {
	display: none !important;
}	

#nieuwsoverzicht .filters .select {
	position: relative;

}
#nieuwsoverzicht .filters .select:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 0px 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	box-sizing: border-box;
	margin-left: 0;
	border: none;
	font-style: normal;
}	
#nieuwsoverzicht .filters .zoekveld {
	border-right: none;
}
 #nieuwsoverzicht .filters .input-group-append .btn {
	border-left: none;
	padding: 0 12px;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	border-width: 2px;
}
#nieuwsoverzicht .filters .btn:after{
	display: none;
}


#nieuwsoverzicht .foto {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#nieuwsoverzicht .foto:before {
	padding-top: 60%;
	content: "";
	display: block;
}

#nieuwsoverzicht .calender {
	border:1px solid #1e3765; 
	width: 55px;
}
#nieuwsoverzicht .calender .maand{
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1e3765;
	text-align: center;
	padding: 2px 4px;
	font-size: 9px;
}
#nieuwsoverzicht .calender .dag{
	display: block;
	color: #1e3765;
	text-align: center;
	padding: 8px;
	font-size: 28px;
	line-height: 1;
}	

#nieuwsoverzicht .driehoek-1{
	position: absolute;
	right: 30px;
	bottom: 17px;
	width: 85px;
}
#nieuwsoverzicht .driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #1e3765;
	stroke-width: 10;
}


/* /////
nieuwsbericht
///// */
#nieuwsbericht .calender {
	border:1px solid #1e3765; 
	width: 55px;
}
#nieuwsbericht .calender .maand{
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #1e3765;
	text-align: center;
	padding: 2px 4px;
	font-size: 9px;
}
#nieuwsbericht .calender .dag{
	display: block;
	color: #1e3765;
	text-align: center;
	padding: 8px;
	font-size: 28px;
	line-height: 1;
}	

#nieuwsbericht .meerinfo .foto {
	width: 100%;
	display: flex;
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 42px;
}
#nieuwsbericht .meerinfo .foto:hover {
	text-decoration: none;
}
#nieuwsbericht .meerinfo .foto:before {
	padding-top: 60%;
	content: "";
	display: block;
}
#nieuwsbericht .meerinfo .over {
	font-style: italic;
}

#nieuwsbericht .meernieuws .lijn{
	position: relative;
}


#nieuwsbericht .meernieuws .lijn .driehoek-1{
	position: absolute;
	left: 25%;
	top: -25px;
	width: 85px;
}
#nieuwsbericht .meernieuws .driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #007132;
	stroke-width: 10;
}

#nieuwsbericht .tags .tag, #nieuwsoverzicht .tag {
	margin-bottom: 5px;
	padding: 6px 12px;	
	color:#ffffff;
}
#nieuwsbericht .tags .tag:after {
	display: none;
}

.navigatie .btn {
	padding: 6px 12px;	
	margin-bottom: 5px;
}
.navigatie .btn:after {
	display: none;
}

#nieuwsbericht .gerelateerd .foto {
	width: 55px;
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#nieuwsbericht .gerelateerd .foto:before {
	padding-top: 60%;
	content: "";
	display: block;
}
#nieuwsbericht .gerelateerd h5{
	font-size: 16px;

}
#nieuwsbericht .delen a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
#nieuwsbericht .icons.social a:hover{
	background-color: rgba(255,255,255,0.6);
}
/* /////
komwerken
///// */

#komwerken .foto {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
#komwerken .foto:before {
	padding-top: 64%;
	content: "";
	display: block;
}
#komwerken .vacature h3{
	color: #ffffff;
}
#komwerken .vacature h4{
	color: #ffffff;
}
#komwerken .vacature .titel {
	position: relative;
	margin-bottom: 32px;
}
#komwerken .vacature .titel:after {
	position: absolute;
	//content: "";
	left: 0vw;
	right: 0;
	width: 100%;
	
	height: calc(100% + 32px);
	top: -16px;
	background-color: #1e3765;
	z-index:-1;
}
#komwerken .driehoek-1{
	position: absolute;
	right: 30px;
	bottom: 17px;
	width: 85px;
}
#komwerken .driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #1e3765;
	stroke-width: 10;
}
#komwerken .slogan {
	font-family: 'Caveat', cursive;
	font-weight: 500;
	max-width: 600px;
	font-family: 'Caveat', cursive;
	font-size: 30px;
	text-align: center;
}


/* /////
Slogan
///// */
#slogan h2 {
	font-family: 'Caveat', cursive;
	font-weight: 500;
	max-width: 600px;

}	
/* /////
Over Aware
///// */
#overaware {
	overflow: hidden;
	position: relative
}
#overaware .over{
	/* font-size: 18px; */
    color: #1e3765 !important;
}
#overaware img {
    margin-right:3%;
}
#overaware hr {
    border-color: rgba(30,55,101,0.1);
}

#overaware .driehoek-1{
	position: absolute;
	right: 5vw;
	bottom: -40px;
	width: 105px;
}
#overaware .driehoek-1 .driehoek{
	fill: #1e3765;
	stroke: #1e3765;
	stroke-width: 10;
}

#overaware .driehoek-2 {
	position: absolute;
	right: 5vw;
	bottom: -40px;
	width: 85px;
}
#overaware .driehoek-2 .driehoek{
	fill: #819FC7  !important;
	stroke: #ffffff  !important;
	stroke-width: 10;
}
/* /////
Zoeken
///// */
#zoeken .btn{
    padding-right: 12px;
}
#zoeken .btn:after{
    display: none;
}
/* /////
video-overzicht
///// */
#video-overzicht .card-body, #video-overzicht .card-footer {
    font-size: 14px;
}
#video-overzicht .card-body h5 {
    color: rgba(33,96,58,1);
}
#video-overzicht .play {
	font-size: 75px;
	color: #ffffff;
	position: absolute;
	left: 35%;
	left: calc(50% - 32.1px);
	top: 35%;
	top: calc(50% - 37.5px);
}
#video-overzicht a:hover .play{
	color: #1e3765;
}

/* /////
footer
///// */
#footer {
	background-color: #819fc7;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}
#footer h4 {
	text-transform: uppercase;
	font-size:18px;
}

#footer .driehoek-1{
	position: absolute;
	left: -130px;
	bottom: -55px;
	width: 260px;
}
#footer .driehoek-1 .driehoek{
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 10;
}
#footer .nav-link {
	padding: 0;
	color: #ffffff;
}
#footer .contact span {
	display: block;
}
#footer .vacatures{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffffff;
	text-transform: uppercase;
	font-size: 22px;
	padding: 16px;
	text-align: center;
	line-height: 1.2;
	color: #ffffff;
}
#footer .icons a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .icons a:hover{
	background-color: rgba(0,0,0,0.15);
}
#footer .icons.social {
	color: #819fc7;
}
#footer .icons.social a{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: inherit;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
#footer .icons.social a:hover{
	background-color: rgba(255,255,255,0.6);
}

#footer .ondermenu a {
	color: #ffffff;
	text-decoration: none;
}



#footer #drivenbytaste {
	width: 175px;
	margin: 0 auto;

}
#footer #drivenbytaste .svg-fill-kleur {
	fill: #ffffff !important;
}

#vacaturelijst .gekozen_filters .filter{
	background-color: #48625e;
	color: rgba(255,255,255,0.7);
	height: 24px;
	padding-right: 32px;
	padding-left: 12px;
	margin-right: 6px;
	margin-bottom: 6px;
	display: inline-flex;
	align-items: center;

	position: relative;
	font-size: 12px;
}
#vacaturelijst .gekozen_filters .filter a{
	background-color: #e10723;
	color: rgba(255,255,255,0.8);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
	bottom: 0;
}
#vacaturelijst .gekozen_filters .filter a:hover{
	color: rgba(255,255,255,1);
	text-decoration: none;
}

#vacaturelijst #filter .custom-control-label {
    padding-bottom: 0;
}

#vacatures {
	position: relative;
	z-index:100;
}

#vacatures .sorteerenzoek .form-control, #vacatures #filter .titel{
	height: calc(1.5em + .75rem + 4px);
	border-width: 2px;
	position: relative;

}
#vacatures .sorteerenzoek select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #ffffff;
}


#vacatures .sorteerenzoek .select {
	position: relative;

}
#vacatures .sorteerenzoek .select:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 0px 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	box-sizing: border-box;
	margin-left: 0;
	border: none;
	font-style: normal;
}	
#vacatures .sorteerenzoek .zoekveld {
	border-right: none;
}
#vacatures .sorteerenzoek .input-group-append .btn {
	border-left: none;
	padding: 0 12px;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	border-width: 2px;
	height:auto;
	
}
#vacatures .sorteerenzoek .btn:after{
	display: none;
}

#vacatures #filter  {
	/* font-size: 13px; */
}

#vacatures #filter div.collapse > div {
	font-size: 13px;
	line-height: 1.4;
	//padding-bottom:10px;
}
#vacatures #filter div.collapse > div.custom-control-label {
    padding-bottom: 0;
}

#vacatures #filter .titel {
	position: relative;
}
#vacatures #filter .titel:after {
content: "\f107";
	font-family: FontAwesome;
	font-size: 22px;
	height: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	padding: 0px 8px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	pointer-events: none;
	box-sizing: border-box;
	margin-left: 0;
	border: none;
	font-style: normal;
}

#vacatures #filter .titel[aria-expanded="true"]:after {
  content: "\f106"; /* fa-chevron-up */
}
#vacatures #filter #afstand .form-control  {
    width: 100%;
}

#vacatures #filter #afstand .postcode {
    width: 100px;
    margin-right: 5px;
}
#vacatures #filter #afstand .afstand {
    max-width: calc(100% - 105px);
}

#vacatures #filter .custom-control-label {
    line-height: 24px;
}

#vacatures #filter .custom-control-input.disabled~.custom-control-label {
    color: rgb(173, 181, 189);;
}
#vacatures #filter .custom-control-input.disabled~.custom-control-label::before {
    background-color: #e9ecef;
}
#vacatures #filter .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #526e85;
    background-color: #526e85;
}
#vacatures .vacature {
	position: relative;
}
#vacatures .vacature:hover{
	background-color: rgba(0,0,0,0.05);
}

#vacatures .share .share-icons {
	list-style: none;
	padding: 0;
}
#vacatures .share .share-icons li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 5px;
}
#vacatures .share .share-icons li a {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #ffffff;
	height: 30px;
	width: 30px;
}

#vacatures .share .share-icons li a:hover {
    text-decoration: none;
    opacity: 0.6;
}
#vacatures .vacature_blok:first-of-type {
    border-top: 1px solid #f0f6ff;
}
#vacatures .vacature_blok h3.mobiel {
    line-height: 1;
    padding: 5px;
    border-bottom: 1px solid #f0f6ff;
    margin:0;
	display: block;
	position: relative;
}

#vacatures .vacature_blok h3.mobiel:after {
	content: "\f106";
	font-size: 26px;
	font-family: FontAwesome;
	color: rgba(56,123,191,1);	
	line-height: 18px;
	font-style: light;
	position: absolute;
	right: 5px;
}
#vacatures .vacature_blok h3.mobiel.collapsed:after {
	content: "\f107";
}
#vacatures .vacature_blok .info{
    border-bottom: 1px solid #f0f6ff;
}


/* /////
contact
///// */
#contact {
	position: relative;
	z-index:100;
}

#contact #mapid{
    height: 180px;
}
#vestigingen .foto{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;

    position: relative;
}
#vestigingen .foto:before{
    content: "";
    padding-top: 60%;
    display: block;
}
#vestigingen .plattegrond{
    height: 180px;
}
#vestigingen a {
    color:#1E3779;
    text-decoration:none;
}
#vestigingen ul {
    list-style: none;
    list-style-position: outside;
    padding-left:1em;
}
#vestigingen ul li:before {
    font-family: 'FontAwesome';
    content: '\f019';
    margin:0 5px 0 -15px;
}


#contact .icons a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
#contact .icons a:hover{
	background-color: rgba(0,0,0,0.15);
}
#contact .icons.social {
	color: #819fc7;
}
#contact .icons.social a{
	background-color: rgb(30,55,101);
	border: 1px solid rgb(30,55,101);
	color: inherit;
	border-radius: 50%;
	text-decoration: none;
	font-size: 20px;
	margin-left: 3px;
	margin-right: 3px;
	color:#ffffff;
}
#contact .icons.social a:hover{
	background-color: rgba(129,159,199,0.6);
}

/* /////
medewerkers
///// */
#medewerkers .foto{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: scroll;

    position: relative;
}
#medewerkers .foto:before{
    content: "";
    padding-top: 60%;
    display: block;
}

#medewerkers blockquote {
    padding : 0 30px;
    //text-indent: -60px;
    text-align: left;
    margin-bottom:0;
}
#medewerkers blockquote + div{
    padding: 0 60px;    
}
#medewerkers .btn.open_verhaal:after {
    content: "\f106";
}
#medewerkers .btn.open_verhaal.collapsed:after {
    content: "\f105";
}
#medewerkers hr {
    border-width: 1px;
}

/* /////
cases
///// */
#cases .foto{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: scroll;
    position: relative;
    max-width: 100%;
    height: auto;
}
#cases .foto:before{
    content: "";
    padding-top: 60%;
    display: block;
}

#cases blockquote {
    padding : 0 30px;
    text-align: left;
    margin-bottom:0;
}
#cases blockquote + div{
    padding: 0 60px;    
}
#cases .btn.open_verhaal:after {
    content: "\f106";
}
#cases .btn.open_verhaal.collapsed:after {
    content: "\f105";
}
#cases hr {
    border-width: 1px;
}


.list .foto, .list .fotobig {
	position: relative;
	background-color: #efefef;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
}
.list .foto:before {
	padding-top: 140%;
	content: "";
	display: block;
}
.list .fotobig:before {
	padding-top: 70%;
	content: "";
	display: block;
}

.list h3 {
     font-size:20px;
     text-align:center;
     font-weight:300;
}

.list-link h3 {
    font-size: 1.3rem;
    text-align:left;
    font-weight:300;
    padding-bottom:0;
}

.list .keten {
     color:#ffffff;
}

.list .keten .foto:before {
	padding-top: 100%;
	content: "";
	display: block;
}

.list .arrow:before {
    position: absolute;
    content: '';
    width:50px;
    height:50px;
    left: -25px;
    margin: 45% 0;
    background-color: inherit;
    -webkit-transform: rotate(45deg);

}

.list .driehoek-2 {
    position: absolute;
    right: -7vw;
    width: 15vw;
    bottom: -3vh;
}


.informatievak  {
    position:relative;
}
.informatievak h3 {
    font-weight:300;
}
.informatievak ul {
    list-style: none;
    list-style-position: outside;
    padding-left:1em;
    font-size:1.2em;
}
.informatievak ul li:before {
    font-family: 'FontAwesome';
    content: '\f055';
    margin:0 5px 0 -15px;
    color: #ffffff;
}


#overaware ul {
    list-style: none;
    list-style-position: outside;
    padding-left:1em;
}
#overaware ul li:before {
    font-family: 'FontAwesome';
    content: '\f055';
    margin:0 5px 0 -15px;
}

.transparent50 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}
.transparent20 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

  /* Netscape */
  -moz-opacity: 0.2;

  /* Safari 1.x */
  -khtml-opacity: 0.2;

  /* Good browsers */
  opacity: 0.2;
}




.photowithoverlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    position: relative;
    min-height:300px;
    overflow: hidden;
    transition: all .8s;
    z-index:1;
    justify-content: center;
}

.photowithoverlay:hover {
  transform: scale(1.25); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  z-index:100;

}
.photowithoverlay .overlay-text {
    display:block;text-align: center;vertical-align: middle;line-height: 30px;color: #ffffff;text-shadow: 1px 1px 6px rgba(0,0,0,0.5);font-weight: 400;font-size: 25px;text-decoration:none;z-index:1000;
}
.photowithoverlay .overlay-text p {
    font-size: initial !important;
    line-height: initial !important;
    
}

.photowithoverlay:hover .overlay-text {
    z-index:1002;
    position: relative;
}

.photowithoverlay .overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(129, 159, 199, 0.8);
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
	color: #ffffff;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	display:flex;
	z-index:500;
}
.photowithoverlay .overlay blockquote {
	font-size: 22px;
	padding:10px 15px 0 15px;
}
.photowithoverlay:hover .overlay{
	opacity: 1;
}

.photowithoverlay .overlay .stretched-link {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.photowithoverlay .overlay .icons a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50%;
	text-decoration: none;
	font-size: 22px;
	margin-left: 5px;
	margin-right: 5px;
}
.photowithoverlay .overlay .icons a:hover{
	background-color: rgba(0,0,0,0.15);
}

.richtext blockquote {
    font-size: 28px;
    line-height: 1.4;
    padding: 5px 10px;
}
.richtext iframe {
    max-width:100%;
}


.video-embed {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-embed iframe, .video-embed object, .video-embed embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.weight-normal {
 font-weight:200;   
    
}


form span.error {
    background-color: #ff0000;
    padding: 5px 15px;
    color: #ffffff;
    margin: 5px 0;
    display: block;
}
form input.error, form textarea.error {
    border-color: #ff0000;
}


	/* Extra Small Devices, Phones */ 
	@media only screen and (min-width : 480px) {

	}
	
	/* Small devices (landscape phones, 576px and up)*/
	@media only screen and (min-width: 576px) { 
		#laatstenieuws .bottom {
			height: 175px;
		}
		#header:after {
			height: 125%;
		}
		
	}

	/* Small Devices, Tablets */
	@media only screen and (min-width : 768px) {
	   
	    #demenus:after {
            height: 35vw;
            width: 19vw;
        }
        #demenus.scroll:after {
            height: 11vw;
            padding-top: 10%;
            clip-path: polygon(0 0, 100% 0, 59% 100%, 0% 100%);
        }

	    
	    
        #slider-header h1, #slider-header h3 {
            bottom:50px;
        	font-size:35px;
        	width:80%;
        	padding-left:20%;
        }
        #slider-header h5 {
            bottom:20px;
        	font-size:25px;
        }

		#laatstenieuws .bottom {
			height: 225px;
		}
		
		#header:after {
			height: 100%;
		}
		.vv #header:after {
			height: 150%;
		}
		.collapse.dont-collapse-sm {
            display: block;
            height: auto !important;
            visibility: visible;
        }
	}

	/* Medium Devices, Desktops */
	@media only screen and (min-width : 992px) {
	    
        #demenus:after {
            height: 30vw;
            width: 14vw;
        }
	    
        #slider-header h1, #slider-header h3 {
            bottom:50px;
        	font-size:60px;
        }
        #slider-header h5 {
            bottom:15px;
        	font-size:25px;
        }

		h1 {
			font-size: 2.5rem;
		}
		h2 {
			font-size: 2rem;
		}
		h3 {
			font-size: 1.5rem;
		}
		blockquote {
			font-size: 32px;
			padding: 15px 90px;
		}
		.medium-gutters {
			margin-right: -30px;
			margin-left: -30px;
		}
		.medium-gutters > [class*="col-"] {
			padding-right: 30px;
			padding-left: 30px;
		}
		
		.large-gutters {
			margin-right: -45px;
			margin-left: -45px;
		}
		.large-gutters > [class*="col-"] {
			padding-right: 45px;
			padding-left: 45px;
		}
		#header:before {
			padding-top: 38%;
		}
		#header:after {
			height: 75%;
		}
		.vv #header:after {
			height: 100%;
		}
		.navbar-brand {
			max-width: none;
			width: 7vw;
			padding-left: 2vw;
			padding-top: 2vw;
		}
		
		#submenu .item {
		    max-width: 25%;
		}
		
		
		#slider-info {
			margin-top: -180px;
			z-index: 23;
			min-height: 180px;
		}	
		.slideinfo.active, .slideinfo:hover {
			margin-top: 0px;
			/* margin-bottom: 20px;*/
		}
		.slideinfo {
			height: calc(100% - 20px);
		}
		#timers {	
		     margin-top: -45px;   
		     justify-content: flex-end;
		}
		#timers .detimer #ct-circle-container svg circle{
		     stroke: #ffffff;   
		}
		.vv #drivenbytaste {
			display: inline-block;
		}
		#video section{
			position:relative;
			width:100%;
			min-height:300px;
			overflow:hidden;
			z-index: 100;
		}
		
		#video .layer{
			position:absolute;
			width:100vw;
			min-height:300px;
			overflow:hidden;
			border-right:10px solid #ffffff;
		}
		#video .layer .content-body{
			position:absolute;
		}
		#video .layer .content-wrap{
			position:absolute;
			width:100vw;
			min-height:300px;
		}
		
		
		
		#video .bottom{
			z-index:101;
			border: none;
		}
		
		#video .bottom .content-body{
			right: 0%;
			top: 0;
			bottom: 0;
			height: 100%;
			background-color: red;
			transform: none;
			width:30%;
			width:calc(18vw + 109.19107px);
			padding-left: 109.19107px;
			color: #ffffff;
		}
		
		#video .top{
			background: blue;
			color:#222;
			z-index:102;
			width:50vw;
		}
		
		#video .top .content-body{
			padding-right: 7vw;
			width:95%;
			left:0%;
			top: 0;
			bottom: 0;
			height: 100%;
			background-color: green;
			transform: none;
		}
		
		#video .skewed .top{
			transform: skew(-26deg);
			margin-left:-1000px;
			width:calc(82vw + 1000px);
		}
		
		#video .skewed .top .content-wrap{
			transform: skew(26deg);
			margin-left:1000px;
		}
		
		#video .blok1{
			border-right: 15px solid #ffffff;
		}
		#video h3{
			font-size: 2rem;
		}
		#komwerken .vacature .titel:after {

			width: 100vw;
			left: calc(-50vw );
			right: 0;
		}
		
		
		#footer .vacatures{
			font-size: 28px;
			border-width: 3px;
		}
		#blok3 .containermobiel {
			max-width: none;
			padding: 0;
		}
		#blok3 section{
			position:relative;
			width:100%;
			min-height:500px;
			overflow:hidden;
			z-index: 100;
		}
		
		#blok3 .layer{
			position:absolute;
			width:100vw;
			min-height:100%;
			overflow:hidden;
			border-right:10px solid #ffffff;
		}
		
		#blok3 .layer .content-wrap{
			position:absolute;
			width:99vw;
			min-height:100%;
		}
		
		#blok3 .layer .content-body{
			position:absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			background-attachment: scroll;
		}
		
		#blok3 .content-body a{
			z-index: 103;
			color: #ffffff;
		}
		
		#blok3 .bottom{
			z-index:101;
			border: none;
		}
		
		#blok3 .bottom .content-body{
			justify-content: center;
			right: 0%;
			top: 0;
			bottom: 0;
			height: 100%;
			background-color: red;
			transform: none;
			width:50%;
			padding-left: 8vw;
			color: #ffffff;
		}
		
		#blok3 .top{
			background: white;
			color:#222;
			z-index:102;
			width:47vw;
		}
		
		#blok3 .top .content-body{
			padding-right: 18vw;
			width:65%;
			left:0%;
			top: 0;
			bottom: 0;
			height: 100%;
			background-color: white;
			transform: none;
		}
		
		#blok3 .skewed .top{
			transform: skew(-26deg);
			margin-left:-1000px;
			width:calc(47vw + 1000px);
		}
		
		#blok3 .skewed .top .content-wrap{
			transform: skew(26deg);
			margin-left:1000px;
		}
		
		/* #blok3 .bottom .content-body { 
			padding-left: 23vw;
		}*/
		#blok3 .tekst {
			padding-right: 32px;
			font-size: 15px;
		}
		#blok3 .icons .icon {
			margin-right: 48px;
		}
		#blok3 .icons .icon img {
			height: 45px;
		}
		#blok3 .icons .icon:after {
			right: -24px;
			font-size: 22px;
		}
		
		#footer .ondermenu a:after {
			content: " - "
		}	
		#footer .ondermenu a:last-of-type:after {
		 	display: none;
		}
		
		#footer #drivenbytaste {
			width: 175px;
			position: absolute;
			right: 30px;
			bottom: 90px;
		}
		#laatstenieuws .berichten {
			max-width: none;
			padding: 0;
		}
		#laatstenieuws section{
			position:relative;
			width:100%;
			min-height:200px;
			overflow:hidden;
			z-index: 100;
			border-bottom:10px solid #ffffff;
		
		}
		
		#laatstenieuws .layer{
			position:absolute;
			width:100vw;
			min-height:200px;
			overflow:hidden;
			border-right:10px solid #ffffff;
		}
		
		#laatstenieuws .layer .content-wrap{
			position:absolute;
			width:100vw;
			min-height:200px;
		}
		
		#laatstenieuws .layer .content-body{
			position:absolute;
			display: flex;
			align-items: center;
			justify-content: center;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center;
			background-attachment: scroll;
		}
		
		#laatstenieuws .content-body a{
			z-index: 103;
			color: #ffffff;
		}
		
		#laatstenieuws .bottom{
			z-index:101;
			border: none;
		}
		
		#laatstenieuws .bottom .content-body{
			right: 0%;
			top: 0;
			bottom: 0;
			height: 100%;
			transform: none;
			width:calc(30vw + 68.40403px);
			padding-left: 10vw;
			color: #ffffff;
		}
		
		#laatstenieuws .top{
		
			color:#222;
			z-index:102;
			width:50vw;
		}
		
		#laatstenieuws .top .content-body{
			padding-right: 7vw;
			width:75%;
			left:0%;
			top: 0;
			bottom: 0;
			height: 100%;
		
			transform: none;
		}
		
		#laatstenieuws .skewed .top{
			transform: skew(-26deg);
			margin-left:-1000px;
			width:calc(70vw + 1000px);
		}
		
		#laatstenieuws .skewed .top .content-wrap{
			transform: skew(26deg);
			margin-left:1000px;
		}
		
		#laatstenieuws a:hover {
			text-decoration: none;
		}
		#laatstenieuws .top .content-body {
			width:calc(70vw - 98.40403px - 98.40403px - 68.40403px);
		}
		
		#laatstenieuws .twee.skewed .top{ 
			width:calc(70vw + 1000px - 98.40403px);
		}
		#laatstenieuws .twee .bottom .content-body{
			width:calc(30vw + 98.40403px + 68.40403px);
		}
		
		#laatstenieuws .drie.skewed .top{ 
			width:calc(70vw + 1000px - 98.40403px - 98.40403px);
		}
		#laatstenieuws .drie .bottom .content-body{
			width:calc(30vw + 98.40403px + 98.40403px + 68.40403px);
		}

		
		#laatstenieuws article .tekst {
			font-size: 24px;
		}
		
		#nieuwsbericht .calender {
			width: 100px;
			border-width: 3px;		
		}
		#nieuwsbericht .calender .maand{
			font-size: 16px;
		}
		#nieuwsbericht .calender .dag{
			font-size: 64px;
		}
		#nieuwsbericht .gerelateerd .foto {
			width: 125px;
		}
		#nieuwsbericht .gerelateerd h5{
			font-size: 20px;
		}	
		
			
		#blok6 .logo {
			height: 125px;
		}
		#komwerken .titel h3 {
			font-size: 32px;
		}
	}

	/* Large Devices, Wide Screens */
	@media only screen and (min-width : 1200px) {
		blockquote {
			font-size: 36px;
			padding: 15px 90px;
		}

	#demenus {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			z-index: 2400;
			
		}
		#demenus #menu {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: auto;
			background:none;
		}
		#demenus #menu ul.navbar-nav {
			background-color:#ffffff;
			max-width: 80vw;
			position: relative;
			height: 50px;
			justify-content: flex-end;

			border-top: none;
			padding-top: 0;
			margin-top: 0;
		}
		
		#demenus #menu ul.navbar-nav:before{
			content: "";
			position: absolute;
			left: -40px;
			border-style: solid;
			border-width: 0 40px 50px 0;
			border-color: #ffffff #ffffff transparent #ffffff;
		}
		#demenus #menu .nav-item {
			display: flex;
			font-size: 14px;
			padding-left: 10px;
			border: none;
		}
		#demenus #menu .nav-item:first-of-type {
		    border: none;
		}
		#demenus #menu .nav-item .nav-link{
		    padding-right: 14px;
		}
		#demenus #menu .nav-item .nav-link:after{
			content:'';
			display: block;
			border-bottom: 2px solid #ffffff;
		}
		#demenus #menu .nav-item:hover .nav-link:after {
		    border-bottom: 2px solid rgba(82,110,133,0.6);
		}
		#demenus #menu .nav-item.active .nav-link:after{
		    border-bottom: 2px solid rgba(82,110,133,0.4);
		}
		#demenus #menu .nav-item.active:hover .nav-link:after{
		    border-bottom: 2px solid rgba(82,110,133,0.8);
		}
		
		#demenus #menu .nav-item:hover>.dropdown-menu {
            display: block;
            top: calc(100% - 10px);
            left: 16px;
            border: 0;
            background-color: rgba(255,255,255,0.9);
            border-radius:0;
            padding-top: 10px;
            background-color: #ffffff;
        }
        #demenus #menu .nav-item.taalselectie:hover> .dropdown-menu {
            border-radius: 0;
            left: auto;
            right: 0;
        }
        #demenus #menu .nav-item.loginmenu:hover> .dropdown-menu {
            border-radius: 0;
            left: auto;
            right: 0;
        }
        #demenus #menu .nav-item .dropdown-item {
            padding-left: 16px;    
            display: inline-block;
            position: relative;
            font-size: 14px;
            background-color: #ffffff;
            color: #516e85;
        }
        #demenus #menu .nav-item.level2{
            font-size: 14px;            
        }
        
		#demenus #menu .nav-item .dropdown-item:hover {
		    background: rgba(81,100,131,0.1);
		    color: #516e85;
		}
		#demenus #menu .nav-item .dropdown-item a {
		    color: #516e85;
		}
		#demenus #menu .nav-item .dropdown-item a:hover {
		    text-decoration: none;
		}
		#demenus #menu .nav-item .dropdown-item a.active {
		    font-weight: bold;
		}
		#demenus #menu .nav-item.level2 {
		    background-color: #ffffff;    
		}
		#demenus #menu .nav-item.level2 a.nav-link:after,#demenus #menu .nav-item.level2.active .nav-link:after {
		    border: none;
		}
		#demenus #menu .nav-item.level2 a.nav-link {
		    padding-left: 6px;
            color: #516e85;
            border: none;
		}
		#demenus #menu .nav-item.level2:hover {
		    background: rgba(81,100,131,0.1);
            color: #516e85;
		}
		#demenus #menu .nav-item.level2:hover>.dropdown-menu {
		    left: 100%;
		    padding: 0;
		    top: 0;
		}
		#demenus #menu .nav-item .nav-link.btn{
			margin-left: 0;
			padding-left: 16px;
			padding-right: 16px;
		}
		
		
		#demenus #menu .nav-item .nav-link.btn:after {
			content:'';
			border: none;
		}
		
		
		
		#fixedmenu #zoekbalk, #menu #zoekbalk {
			background-color: rgba(129,159,199,0.8);
			display: none;
			position: absolute;
			top: 60px;
			right: 0;
		}
		#fixedmenu #zoekbalk.show, #fixedmenu #zoekbalk.collapsing, #menu #zoekbalk.show, #menu #zoekbalk.collapsing {
			display: block;
		}
		#fixedmenu #menu .nav-item.taalselectie img, #demenus #menu .nav-item.taalselectie img {
			height: 30px;
			width: 30px;
		}
		#slider-info {
			margin-top: -180px;
			z-index: 25;
		}	
		#timers {	
			width: auto;
		}
		#blok3 .bottom .content-body {
			padding-left: 7vw;
		}
		#blok3 .tekst {
			padding-right: 48px;
		}
		#blok3 .icons .icon img {
			height: 55px;
		}
		
	}
	@media only screen and (min-width : 1300px) {
		#blok5 .driehoek-1 {
			left: 3%;
		}	
		#blok2 .driehoek-1 {
			right: -3vw;
		}
		
		#fixedmenu #menu .nav-item, #demenus #menu .nav-item {
			font-size: 14px;
		}
	}
	
	@media only screen and (min-width : 1600px) {
		blockquote {
			font-size: 42px;
			padding: 15px 120px;
		}
		
		#fixedmenu .nav-item, #demenus #menu .nav-item {
			font-size: 14px;
		}
		#blok5 .driehoek-1 {
			left: 10%;
		}
		#blok3 .bottom .content-body {
			padding-left: 3vw;
		}
		#blok3 .tekst {
			padding-right: 144px;
		}	
	}
	
	@media only screen and (min-width : 1800px) {
		#blok5 .driehoek-1 {
			left: 13%;
		}	
	}
