/*
Theme Name: Kegro
Theme URI: https://www.productplus.nl/
Description: Kegro - Template
Author: Product Plus
Author URI: http://www.productplus.nl
version: 
Tags: Productplus, thema, pp
*/

@font-face {
	font-family: "Rockwell Bold";
	src: url("font/RockwellStd-Bold.otf");
}
@font-face {
	font-family: "Rockwell Light";
	src: url("font/RockwellStd-Light.otf");
}
html{
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	line-height: 25px;
	background: #FFF;
	color: #000;
	letter-spacing: 0.2px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rockwell Bold';
	color: #000;
}

h1 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 500;
}

h2 {
	font-size: 40px;
	line-height: 40px;
	font-weight: 500;
}

h3 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}

h4, h5, h6 {
	font-size: 19px;
	line-height: 25px;
	font-weight: 500;
}


a:hover,
a:focus,
a:active {
	text-decoration: none;
}

a.main-button{
	background-color: #0077BA;
	color: white;
	text-decoration: none;
	font-size: 17px;
	line-height: 17px;
	padding: 10px 20px;
	display: inline-block;
	font-family: "Rockwell Bold";
	transition: all .25s ease-in-out;
    position: relative;
    z-index: 1;
}
a.main-button:after{
	content: "\f054";
	font-size: 13px;
	font-family: "Font Awesome 5 Pro";
	margin-left: 10px;
}
a.main-button:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: #005f98;
    z-index: -1;
    transition: transform .5s;
}
a.main-button:hover::before{
	transform: scaleY(1);
}

a.terug.main-button{
	margin-top: 20px;
	margin-left: -12px;
}
a.terug.main-button i{
	font-size: 13px;
	margin-right: 10px;
}
a.terug.main-button:after{
	content: "";
}


.iframe-container {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
	box-shadow: 0px 10px 20px #0000002f;
}
.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.cat{
	flex: 1 0 0 !important;
}
.grecaptcha-badge{
	z-index: 9999;
}


/**********************/
/***** Reuseable ******/
/**********************/
.kernwaarden-con{
	background-color: white;
	box-shadow: 0px 10px 20px #0000002F;
	margin-top: 45px;
	margin-bottom: 45px;
}
.kernwaarden-con .kern-wrapper{text-align: center; padding: 50px 20px;}
.kernwaarden-con .kern-wrapper img{width: 100%;max-width: 160px;}
.kernwaarden-con .kern-wrapper ul{
	list-style-type: none;
	padding: 0;
	margin-top: 20px;
	line-height: 30px;
}
.kernwaarden-con .kern-wrapper ul li{line-height: 26px;text-align: center;}
img.gif{
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100000;
}
.mouseanimation img.mouse{
	position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
	width: 32px;
}
.mouseanimation img.mouseclick{
	position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    width: 32px;
	display: none;
}
.mouseanimation img.mouseclick.highlight{
	display: block;
}
.mouseanimation img.mouseclick.highlight ~ img.mouse{
	display: none;
}
/*******************/
/***** HEADER ******/
/*******************/
.mobile-bar,
.mobile-list { 
	display: none; 
}
section.menu-bar .socials{
	position: absolute;
	right: 13%;
	top: 0;
	background-color: #0077BA;
	display: flex;
	border-radius: 0 0 11px 11px;
	z-index: 999;
}
section.menu-bar .socials a.facebook{
	padding: 5px 12px 0px 15px;
	color: white;
}
section.menu-bar .socials a.linkedin{
	padding: 5px 15px 0px 12px;
	color: white;
}
/*******************/
/******* MENU ******/
/*******************/
header section.menu-bar{
	padding: 10px 0px;
}
header section.menu-bar ul.desktop{
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 0;
}
header section.menu-bar ul.desktop li{
	display: inline-block;
	position: relative;
}
/* header section.menu-bar ul.desktop > li.current-menu-item > a{
	font-family: "Rockwell Bold";
}
header section.menu-bar ul.desktop  li.current-menu-item > a > ul li{
	font-family: "Rockwell Bold";
} */
.current-menu-ancestor > a,
.current-menu-item a{
	font-family: "Rockwell Bold" !important;
}
header section.menu-bar ul.desktop li.menu-item-has-children > a::after{
	content: "\f078";
	font-size: 14px;
	font-family: "Font Awesome 5 Pro";
	display: inline-block;
	margin-left: 5px;
	font-weight: 400;
}
header section.menu-bar ul.desktop li.menu-item-has-children:hover > a::after{
	content: "\f077";
}
header section.menu-bar ul.desktop > li > a:before{
	content: "";
    position: absolute;
    height: 3px;
    background-color: #0077BA; /*#FEDC31;*/
    top: 60%;
	width: 0;
	transition: all .5s ease-in-out;
}
header section.menu-bar ul.desktop > li:hover > a:before{
	width: 100%;
	transition: all .5s ease-in-out;
	
}
header section.menu-bar ul.desktop > li > a{
	padding: 30px 0px;
}
header section.menu-bar ul.desktop > li:hover > a{
	color: #0077BA;
}

header section.menu-bar ul.desktop li ul.sub-menu{
	display: none;
	position: absolute;
    padding: 0;
	padding-left: 0;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 10px 20px #00000030;
	z-index: 10;
    margin-top: 10px;
    width: 250px;
	left: 50%;
    transform: translateX(-50%);
}

header section.menu-bar ul.desktop li:hover ul.sub-menu{
	display: block;
	top: 77px;
	margin-top: 10px;
	z-index: 100;
}
header section.menu-bar ul.desktop li ul.sub-menu li{
	display: block;
	border-bottom: 1px solid #00000041;
}
header section.menu-bar ul.desktop li ul.sub-menu li:after{
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translate(-50%, -50%);
}
header section.menu-bar ul.desktop li ul.sub-menu li:hover{
	background-color: #0077BA; /*#FFDC00;*/
}
header section.menu-bar a{
	font-family: "Rockwell light";
	color: black;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

header section.menu-bar a:hover{
	font-family: "Rockwell light";
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

header section.menu-bar a.jijmaakthet-logo img{
	width: 100%;
	padding: 0 25px;
}
header section.menu-bar ul.desktop li ul.sub-menu li a{
	padding: 25px 30px;
}
header section.menu-bar .main-logo{
	display: flex;
	align-items: center;
}
/*******************/
/**** FRONTPAGE ****/
/*******************/
section.fp{position: relative;}

section.fp .main-img .video-wrapper{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
section.fp .main-img .video-wrapper video.video_all{
	height: 100%;
    width: 100%;
    object-fit: cover;
}
section.fp .fp-c-wrapper{
	z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	color: white;
	pointer-events: none;
}
section.fp .fp-main{
	animation: fadeout 10s cubic-bezier(0.47, 0, 0.75, 0.72) 1 forwards;
}
@keyframes fadeout {
	0% {
	   opacity:1;
    }
    80%{
	   opacity: 1;
    }
    100%{
	   opacity:0;
    }
}
.testing{
	display: none;
}
section.fp .main-img span.play-button{
	position: absolute;
    right: 5%;
    bottom: 15%;
    padding: 15px;
    border-radius: 35px;
    background-color: #0077BA;
}
section.fp .main-img span.play-button i{
	margin-right: 10px;
}
section.fp .main-img span#muteVideo{
	position: absolute;
}
section.fp .fp-c-wrapper .desc{
	font-family: "Rockwell light";
	font-size: 30px;
	text-shadow: 0px 3px 6px #000000D3;
	line-height: 35px;
}
section.fp .fp-c-wrapper span.main-title{display: flex;}
section.fp .fp-c-wrapper span.main-title h1.title{
	color: white; 
	line-height: 75px; 
	font-size: 70px;
	text-shadow: 0px 3px 6px #000000D3;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	display: flex;
	margin-right: 22px;
}
section.fp .fp-c-wrapper span.main-title p{
	text-transform: uppercase;
	font-family: 'Rockwell Bold';
	margin: 0;
	font-size: 70px;
	text-shadow: 0px 3px 6px #000000D3;
	line-height: 100px;
}
section.fp .main-img{
	position: relative;
	height: 650px;
	overflow: hidden;
}
section.fp .main-img .fp-img-wrapper{
	display: flex;
	justify-content: center;
}
section.fp .main-img img{
	width: 25%;
}
section.fp .fp-category{
	z-index: 2;
	position: relative;
	padding-bottom: 50px;
	background-color: #F6F6F6;
}
section.fp .fp-category .col{
	margin-top: -60px;
	z-index: 3;
	position: relative;
}
section.fp .fp-category a.category-link{
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	color: black;
	background-color: white;
	box-shadow: 0px 10px 20px #00000041;
}
section.fp .fp-category a.category-link:hover{
	background-color: #0077ba; /*#FFDC00;*/
	color: white;
	transform: translateY(4px);
	box-shadow: none;
}
section.fp .fp-category a.category-link p.cat-title{
	font-family: "Rockwell bold";
	font-weight: bold;
	font-size: 30px;
}
section.fp .fp-category a.category-link p.cat-count{
	font-family: "Rockwell light";
	font-size: 17px;
}
section.fp .fp-category a.category-link i{font-size: 22px;}
section.fp .fp-category a.category-link:after{
	content: "";
	display: block;
	padding-bottom: 100%;
}
section.fp .fp-category a.category-link .category-wrapper{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}

/* Eerste Banner */
section.fp .fp-banner{
	margin: 60px 0;
}
section.fp .fp-banner .txt-wrapper h2{
	font-size: 40px;
	color: #000;
	line-height: 50px;
	margin-bottom: 20px;
}
section.fp .fp-banner .txt-wrapper p.txt{
	margin: 30px 0 50px;
}
section.fp .fp-banner .txt-wrapper a i{
	margin-left: 10px;
	font-size: 15px;
}

/* Waarom werken bij Kegro */
.waarom-werken-bij{background-color: #F6F6F6; padding: 75px 0px;}
.waarom-werken-bij h2{
	display: block;
	text-align: center;
}
.waarom-werken-bij .con-fluid{margin-top: 100px;}
.waarom-werken-bij .vacature-txt{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.waarom-werken-bij .lees-meer a.main-button,
.waarom-werken-bij .vacature-txt a.main-button{
	margin: 45px 0;
}
@media (min-width: 992px){
	.waarom-werken-bij .owl-vacatures .owl-stage{
		padding-left: 0px !important;
	}
}
.waarom-werken-bij .owl-vacatures .owl-item{
	padding: 25px ;
}
.waarom-werken-bij .owl-vacatures .item a{
	position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
	display: flex;
}
.waarom-werken-bij .owl-vacatures .item a.b-shadow{
	box-shadow: 0px 10px 20px #0000002f;
	overflow: hidden;
}
/* .waarom-werken-bij .owl-vacatures .item a.b-shadow{
	box-shadow: 0px 10px 20px #0000002f;
} */
.waarom-werken-bij .owl-vacatures .item .image{
	width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    left: 0 !important;
	z-index: 0;
}

.waarom-werken-bij .owl-vacatures .item .txt-wrapper{
	background-color: white;
	position: absolute;
    z-index: 10;
    width: 100%;
    height: 22%;
    bottom: 0;
	text-align: center;
	padding: 0 15px;
}

/* .waarom-werken-bij .owl-vacatures .item .txt-wrapper:before{
	content: "";
    position: absolute;
    left: 0;
    width: 100.07%;
    height: 100%;
    top: -98%;
    background-color: white;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
} */
.waarom-werken-bij .owl-vacatures .item .txt-wrapper:before{
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 98%;
    border-bottom: 100px solid white;
    border-left: 500px solid transparent;
}
.waarom-werken-bij .owl-vacatures .item .txt-wrapper h3{
	font-size: 18px;
	margin-top: 5px;
}
.waarom-werken-bij .owl-vacatures .item .txt-wrapper span{
	cursor: pointer;
	position: absolute;
	bottom: 5%;
	display: flex;
	width: 100%;
	justify-content: center;
}

.waarom-werken-bij .owl-vacatures .item .txt-wrapper span label{
	font-size: 13px;
	font-family: "Rockwell Light";
	color:#000;
	cursor: pointer;
}
.waarom-werken-bij .owl-vacatures .item .txt-wrapper span label:after{
	content: "|";
	margin: 0px 5px;
	cursor: pointer;
}
.waarom-werken-bij .owl-vacatures .item .txt-wrapper span label:last-child:after{
	content: "";
}
.waarom-werken-bij .owl-vacatures .item .txt-wrapper span i{
	margin-right: 5px;
} 
.waarom-werken-bij .owl-vacatures .item a.link:hover .hover{
	opacity: 1;
	transition: .5s;
}
.waarom-werken-bij .owl-vacatures .item .hover{
	height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    background-color: #0077ba; /*#FFDC00;*/
	opacity: 0;
	transition: .5s;
}
.waarom-werken-bij .owl-vacatures .item .hover label{
    font-family: 'Rockwell Bold';
    color: white;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
}
.waarom-werken-bij .owl-vacatures .owl-nav{
	width: 100%;
	display: flex !important;
	justify-content: space-between;
    position: absolute;
	padding: 0 25px;
}
.waarom-werken-bij .owl-vacatures .owl-nav i.fa-arrow-circle-left{
	margin-right: 10px;
	font-size: 2rem;
}
.waarom-werken-bij .owl-vacatures .owl-nav i.fa-arrow-circle-right{
	margin-left: 10px;
	font-size: 2rem;
}
.waarom-werken-bij .owl-vacatures .owl-nav i.fa-arrow-circle-left:hover,
.waarom-werken-bij .owl-vacatures .owl-nav i.fa-arrow-circle-right:hover{
	color: #0077BA;
}
/* Verhalen van Collega's */
.verhalen{
	background-color: #0077ba;/*#FFDC00;*/
	padding: 100px 0px;
}
.verhalen .bekijk-verhalen{
	position: relative;
	background-color: white;
}
.verhalen .bekijk-verhalen .txt-wrapper.desktop{
	display: block;
}
.verhalen .bekijk-verhalen .txt-wrapper.mobile{
	display: none;
}
.verhalen .bekijk-verhalen .txt-wrapper{
	position: absolute;
    top: 25%;
    left: 15%;
    right: 15%;
}
.verhalen .bekijk-verhalen .txt-wrapper h2{
	position: relative;
}

.verhalen .bekijk-verhalen .txt-wrapper p{
	margin: 40px 0px 40px;
}
.verhalen .collega-verhalen{
	position: relative;
	transition: all 1s linear;
    transform-style: preserve-3d;
}
.verhalen .collega-verhalen img{
	z-index: 2;
    backface-visibility: hidden;
}
.verhalen .collega-verhalen .verhalen-wrapper{
	z-index: -1;
    transform: rotateY(180deg);
    background-color: black;
    position: absolute;
    top: 0;
    bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
    align-items: center;
	color: white;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.verhalen .collega-verhalen .verhalen-wrapper p{
	font-family: 'Kalam', cursive;
	font-size: 20px;
	line-height: 30px;
}
.verhalen .collega-verhalen .verhalen-wrapper label{
	font-size: 20px;
	margin-top: 30px;
}
.verhalen .main-wrapper{
	position: relative;
}

/* .verhalen .main-wrapper.active .collega-verhalen{
	transform: rotateY(180deg);
} */
.verhalen .main-wrapper:hover .collega-verhalen{
	transform: rotateY(180deg);
}
/*******************/
/***** ARCHIVE *****/
/*******************/
section.header img.archive-img{
	height: 380px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	/* object-position: 67%; */
}
section.header .txt-wrapper{
	padding: 60px 0 10px;
	position: relative;
}
section.vacatures,
section.category{
	background-color: #F6F6F6;
	padding: 30px;
}
section.category .selected{
	background-color: #0077ba;/* #FFDC00; */
	color: white;
}
section.category a.category-link{
	display: block;
	font-family: 'Rockwell Bold';
	color: black;
	text-decoration: none;
	box-shadow: 0px 3px 6px #00000029;
	font-size: 20px;
	background-color: white;
}
section.category a.category-link .category-wrapper{
	text-align: center;
	display: flex;
	justify-content: space-between;
	padding: 15px 20px 10px 20px;
	align-items: flex-start;
}
section.category a.category-link .category-wrapper p{
	margin: 0;
}
section.vacatures{
	padding-bottom: 30px;
}
section.vacatures .vac-bar{
	margin-bottom: 20px;
	position: relative;
}
section.vacatures .vac-bar a.main-link{
	display: block;
	text-decoration: none;
	color: black;
	padding: 20px;
	background-color: white;
	box-shadow: 0px 3px 6px #00000029;
	transition: .5s all;
	position: relative;
	z-index: 1;
}
section.vacatures .vac-bar a.main-link:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: #0077ba; /*#FFDC00;*/
    z-index: -1;
    transition: transform .5s;
}
section.vacatures .vac-bar a.main-link:hover{
	transform: scale(105%);
	box-shadow: none;
	color: white;
}
section.vacatures .vac-bar a.main-link:hover h2{
	color: white;
}
section.vacatures .vac-bar a.main-link:hover::after{
	transform: scaleY(1);
}
section.vacatures .vac-bar a.main-link h2{
	font-size: 25px;
}
section.vacatures .vac-bar a.main-link .vacature-cta label{
	cursor: pointer;
	font-family: 'Rockwell Light';
	font-size: 15px;
}
section.vacatures .vac-bar a.main-link .vacature-cta label:after{
	content: "|";
	margin: 0 10px;
}
section.vacatures .vac-bar a.main-link .vacature-cta label:last-child:after{
	content: "";
}
section.vacatures .vac-bar a.main-link .vacature-cta label i{
	margin-right: 10px;
}

section.vragen-over{
	padding: 75px 0;
}
section.vragen-over .wrapper{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
section.vragen-over .koptxt{
	display: block;
	position: relative;
}
section.vragen-over .koptxt label{
	font-family: 'Rockwell Bold';
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
section.vragen-over span.persoon{
	margin: 20px 0;
	display: block;
}
section.vragen-over span.persoon #naam{
	font-family: 'Rockwell Bold';
	font-weight: bold;
}
section.vragen-over span.persoon #functie{
	font-family: 'Rockwell Light';
}
section.vragen-over span.bereikbaar a{
	color: black;
	text-decoration: none;
}
section.vragen-over span.bereikbaar a:hover{
	color: #FFDC00;
}
section.vragen-over span.bereikbaar i{
	margin-right: 20px;
}

section.vragen-over .img-wrapper{
	height: 300px;
	width: 300px;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
}
section.vragen-over .img-wrapper img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
section.s-direct{margin-top: 6rem;}
section.s-direct .container{
	background-color: #F6F6F6;
}
section.s-direct .container .row{
	box-shadow: 0px 10px 10px #0000002F;
}
section.s-direct .gform_wrapper{
	padding-top: 100px;
	padding-bottom: 30px;
}
section.s-direct #gform_wrapper_1 h2{
	font-size: 40px;
	margin-bottom: 40px;
}

section.s-direct #gform_wrapper_1 input,
section.s-direct #gform_wrapper_1 select,
section.s-direct #gform_wrapper_1 textarea{
	padding: 15px;
}
section.s-direct #gform_wrapper_1 input#gform_submit_button_1{
	padding: 10px 20px;
}

section.s-direct #gform_wrapper_1 select{
	font-size: 17px;
}
section.s-direct .gform_wrapper #input_1_2,
section.s-direct .gform_wrapper #input_1_3_3,
section.s-direct .gform_wrapper #input_1_3_6,
section.s-direct .gform_wrapper #input_1_4,
section.s-direct .gform_wrapper #input_1_5{
	border: none;
}
section.s-direct .gform_wrapper #input_1_2{
	font-family: 'Rockwell Light';
}
section.s-direct .gform_wrapper #input_1_3_3,
section.s-direct .gform_wrapper #input_1_3_6,
section.s-direct .gform_wrapper #input_1_4,
section.s-direct .gform_wrapper #input_1_5{
	font-family: 'Rockwell Light';
}
section.s-direct .gform_wrapper #field_1_6{
	position: relative;
	padding: 20px;
	background: white;
	display: flex;
    flex-direction: column;
}
section.s-direct .gform_wrapper .gform_drop_area{
	background-color: white;
	border: none;
    margin: 0;
}
section.s-direct .gform_wrapper .gform_drop_area .gform_drop_instructions,
section.s-direct .gform_wrapper .gform_fileupload_rules{
	display: none;
}
section.s-direct .gform_wrapper .gform_drop_area button{
	font-family: 'Rockwell Light';
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0; */
	border: none;
	background-color: black;
	color: white;
	padding: 10px 20px;
}
section.s-direct .gform_wrapper .gform_drop_area button:after{
	content: '\f093';
    color: white;
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    margin-left: 15px;
    font-size: 17px;
}
section.s-direct .gform_wrapper #field_1_6 #gform_preview_1_6{
	order: 2;
}
section.s-direct .gform_wrapper #field_1_6 .gfield_description{
	font-family: 'Rockwell Bold';
	/* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
	padding: 0;
	left: 15px;
	font-size: 17px;
	text-align: center;
	order: 1;
}
section.s-direct .gform_wrapper #field_1_6 ul.validation_message{
	margin-bottom: 10px;
	
}
section.s-direct #gform_submit_button_1{
	padding: unset;
	background-color: #0077BA;
    color: white;
    text-decoration: none;
    font-size: 17px;
    padding: 10px 20px;
    display: inline-block;
    font-family: "Rockwell Bold";
    transition: all .25s ease-in-out;
    position: relative;
    z-index: 1;
	border: none;
}
section.s-direct #gform_submit_button_1::before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background-color: #0077ba; /* #FFDC00; */
    z-index: -1;
    transition: transform .5s;
}
section.s-direct #gform_submit_button_1:hover::before{
	transform: scaleY(1);
}

button#gform_submit_button_1 :before{
	background: #005f98 !important;
}
/* section.s-direct #gform_submit_button_1:hover{
	transform: translateY(4px);
    box-shadow: none;
} */
section.s-direct #gform_wrapper_1 .gform_validation_errors{
	margin-bottom: 20px;
}
section.s-direct #gform_wrapper_1 h2.gform_submission_error{
	margin-bottom: 0;
	line-height: 20px;
	font-size: 20px;
	margin-top: 5px;
}
section.s-direct form .gfield_error{
	position: relative;
}
section.s-direct form .gfield_error .ginput_container_select,
section.s-direct form .gfield_error .ginput_container input#input_1_3_3,
section.s-direct form .gfield_error .ginput_container input#input_1_3_6,
section.s-direct form .gfield_error .ginput_container_email{
	border: 1.5px solid #c02b0a;
}
section.s-direct form .gfield_error .gfield_validation_message{
	position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    margin-top: 0;
	background-color: transparent;
	border: none;
}
section.s-direct form .gfield_error#field_1_6{
	border: 1.5px solid #c02b0a
}
section.s-direct form .gfield_error#field_1_6 #validation_message_1_6{
	left: 50%;
	transform: translateX(-50%);
}
section.s-direct form fieldset.show p{
	margin-bottom: 0;
}
section.s-direct form fieldset.show label#label_1_7_1{
	margin-left: 10px;
}
section.s-direct form fieldset.show a{
	color: black;
}
section.s-direct form fieldset.show a:hover{
	color: #0077BA;
	text-decoration: none;
}
section.s-direct form ul#gform_multifile_messages_1_6{
	border: none;
	background-color: transparent;
	text-align: center;
	color: black;
}
/* Bedankt pagina */
section.bedankt .txt-wrapper{
	margin-bottom: 60px;
}
section.bedankt .txt-wrapper h1{
	text-align: center;
}
section.bedankt .txt-wrapper .desc{
	text-align: center;
	font-size: 20px;
}
section.bedankt a{
	color: black;
	text-decoration: none;
}
section.bedankt a:hover{
	color: #0077BA;
}
/*******************/
/****** SINGLE *****/
/*******************/
section.single img.archive-img{
	height: 380px;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
section.single .cta .cta-col{
	box-shadow: 0px 10px 20px #0000002F;
	margin-top: -50px;
	position: relative;
	z-index: 10;
}
section.single .cta .cta-col .col{
	padding: 40px 20px;
	background-color: white;
}
section.single .cta .cta-col .cta-wrapper{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
section.single .cta .cta-col .cta-wrapper i{
	color: #0077BA;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 15px;
}
section.single .cta .cta-col .cta-wrapper p{
	font-family: "Rockwell Bold";
	text-align: center;
}
section.single .cta .wrapper{
	padding: 0 50px;
    margin: 50px 0;
}
section.single .blokken{
	background-color: #F6F6F6;
}
section.single .blokken .een_kol{
	margin: 50px 0;
	padding: 50px 75px !important;
}
section.single .blokken .twee-kolommen{
	/* padding-bottom: 75px; */
}
section.single .blokken .kol_links,
section.single .blokken .kol_rechts{
	height: 100%;
}
section.single .blokken .een_kol,
section.single .blokken .kol_links,
section.single .blokken .kol_rechts{
    padding: 50px;
    box-shadow: 0px 10px 20px #0000002f;
    background-color: white;
}
section.single .blokken .kol_links,
section.single .blokken .kol_rechts{
	box-shadow: none;
	background-color: unset;
}
section.single .twee-kolommen .links{
	padding-left: 16.66666667%;
	background-color: #005f98;
	box-shadow: 0px 10px 10px #0000002f;
}
section.single .twee-kolommen .links h2,
section.single .twee-kolommen .links ul{
	color: white;
}
section.single .twee-kolommen .rechts{
	padding-right: 16.66666667%;
	background-color: #1177BA;
	box-shadow: 0px 10px 10px #0000002f;
}
section.single .twee-kolommen .rechts h2,
section.single .twee-kolommen .rechts ul{
	color: white;
}
section.single .twee-kolommen .rechts ul li:before{
	color: #005f98 !important; /* #FFDC00; */
}



section.single .blokken h2{
	font-size: 30px;
}
section.single .blokken .een_kol .tmt-wrapper{
	margin-bottom: 40px;
}
section.single .blokken .een_kol .tml-wrapper h2{
	margin-bottom: 20px;
}
section.single .blokken .tml-wrapper ul{
	list-style-type: none;
	position: relative;
}
section.single .blokken .tml-wrapper ul li{
	line-height: 25px;
	font-size: 16px;
	margin-bottom: 15px;
}
section.single .blokken .tml-wrapper ul li:before{
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
	font-weight: 600;
	color: #0077BA;
}
section.single .inwerk{
	background-color: #f6f6f6;
	padding: 75px 0;
}
section.single .inwerk .container .row{
	box-shadow: 0px 10px 10px #0000002f;
    background-color: white;
}
section.single .inwerk h2{
	font-family: "Rockwell Bold";
	display: block;
}
section.single .inwerk p{
	line-height: 28px;
	margin: 25px 0;
}
section.single .inwerk img{
	width: 100%;
	max-height: 440px;
	object-fit: contain;
	padding: 30px 0;
}
/*******************/
/****** WAAROM *****/
/*** Werkdag van ***/
/*******************/
section.kern{
	background-color: #F6F6F6;
	padding: 75px 0;
}
section.kern h2{
	display: block;
	text-align: center;
}
section.ontmoet{
	padding: 50px 0;
}
section.archive-over h2,
section.ontmoet h2,
section.werkdag h2{
	font-size: 30px;
	text-align: center;
}
section.archive-over h2{
	margin-bottom: 40px;
}
section.archive-over .archive-tmt{
	margin-bottom: 50px;
}
section.ontmoet .carousel-wrapper{
	display: block;
	margin: 30px auto 0;
}
section.ontmoet .carousel-wrapper .owl-nav{
	position: absolute;
	top: 40%;
	width: 100%;
}
section.ontmoet .carousel-wrapper .owl-nav button.owl-prev{
	position: absolute;
	left: -10%;
}
section.ontmoet .carousel-wrapper .owl-nav button.owl-next{
	position: absolute;
	right: -10%;
}
section.ontmoet .carousel-wrapper .owl-nav i{
	font-size: 2rem;
}
section.ontmoet span{
	margin: 15px;
    display: block;
}
section.ontmoet span .naam{
	font-family: "Rockwell Bold";
}
section.ontmoet span .functie{
	font-family: "Rockwell Light";
}
section.archive-over{
	background-color: white;
	padding: 75px 0 0;
}
section.werkdag{
	background-color: #F6F6F6;
	padding: 50px 0;
}
section.archive-over p.main-txt,
section.werkdag p.main-txt{
	text-align: center;
	font-family: "Rockwell Light";
	margin-bottom: 30px;
}

section.werkdag .col{
	position: relative;
	padding: 0 5px;
}

section.werkdag .cat-wrapper{
	position: relative;
	cursor: pointer;
}
section.werkdag .cat-wrapper p.cat-title{
	position: absolute;
	font-family: "Rockwell Bold";
	color: white;
	font-size: 25px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}
section.werkdag .cat-wrapper img{
	width: 100%;
	object-fit: cover;
	height: 340px;
}
section.werkdag .cat-wrapper .hover{
	opacity: 0;
}
section.werkdag .cat-wrapper:hover .hover,
section.werkdag .current .cat-wrapper .hover{
	opacity: .5;
	background-color: #0077BA;
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.werkdag-van .verhaal,
section.werkdag .verhaal{
	margin-top: 80px;
}
.werkdag-van .verhaal .verhaal-wrapper,
section.werkdag .verhaal .verhaal-wrapper{
	transition: opacity 1s ease-out;
    height: 100%;
    opacity: 1;
    overflow: visible;
    padding: 5px;
    margin: 0 0px;
    background-color: white;
    box-shadow: 0px 5px 10px #0000002f;
}
.werkdag-van .verhaal .verhaal-wrapper img,
section.werkdag .verhaal .verhaal-wrapper img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	position: relative;
	vertical-align: baseline;
}
.werkdag-van .verhaal .verhaal-wrapper .txt-wrapper,
section.werkdag .verhaal .verhaal-wrapper .txt-wrapper{
	padding: 20px;
	position: relative;
	/* height: 400px; */
}
.werkdag-van .verhaal .verhaal-wrapper .image-wrapper,
section.werkdag .verhaal .verhaal-wrapper .image-wrapper{
	position: relative;
	overflow: hidden;
	height: 249px;
}
.werkdag-van .verhaal .verhaal-wrapper .image-wrapper .triangle,
section.werkdag .verhaal .verhaal-wrapper .image-wrapper .triangle{
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 0;
    height: 0;
    border-bottom: 180px solid #0077ba;
    border-left: 700px solid transparent;
}
/* .werkdag-van .verhaal .verhaal-wrapper .image-wrapper .triangle,
section.werkdag .verhaal .verhaal-wrapper .image-wrapper .triangle{
    content: "";
    position: absolute;
    left: -25%;
    width: 150%;
    height: 50%;
    bottom: -1px;
    background-color: #FFDC00;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 10;
} */

.werkdag-van .verhaal .verhaal-wrapper .wrapper,
section.werkdag .verhaal .verhaal-wrapper .wrapper{
	display: block;
    margin: 5px 30px;
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
	color: white;
}
.werkdag-van .verhaal .verhaal-wrapper .wrapper .naam,
section.werkdag .verhaal .verhaal-wrapper .wrapper .naam{
	font-family: "Rockwell Bold";
	font-size: 30px;
	margin-bottom: 7.5px;
}
.werkdag-van .verhaal .verhaal-wrapper .wrapper .functie,
section.werkdag .verhaal .verhaal-wrapper .wrapper .functie{
	font-family: "Rockwell Light";	
	font-size: 22px;
}
.werkdag-van .verhaal .verhaal-wrapper .wrapper .naam,
.werkdag-van .verhaal .verhaal-wrapper .wrapper .functie,
section.werkdag .verhaal .verhaal-wrapper .wrapper .naam,
section.werkdag .verhaal .verhaal-wrapper .wrapper .functie{
	/* display: inline-block; */
	text-align: right;
}
.werkdag-van .verhaal .verhaal-wrapper .quote,
section.werkdag .verhaal .verhaal-wrapper .quote{
	font-style: italic;
	margin: 20px 0;
}

section.werkdag .verhaal .main-verhaal{
	transition: opacity 1s ease-out;
	height: 0;
	opacity: 0;
	overflow: hidden;
	display: none;
}

section.werkdag .verhaal .main-verhaal.selected{
	transition: opacity 1s ease-out;
	height: 100%;
	opacity: 1;
	overflow: visible;
	display: block;
	margin-bottom: 30px;
	/* padding: 5px;
	margin: 0 10px;
    background-color: white;
    box-shadow: 0px 5px 10px #0000002f; */
}
section.werkdag .verhaal .main-verhaal.selected:nth-child(0){
	margin-left: 8.33333333%;
}
/* section.werkdag .verhaal .main-verhaal:nth-child(odd){
	margin-left: 8.33333333%;
} */

section.archive-over img.banner{
	width: 100%;
    margin: 6rem 0 0;
    max-height: 350px;
    object-fit: cover;
}
section.archive-over .werkdag-van{
	background-color: #F6f6f6;
	padding: 4rem 0;
}

section.banner{
	padding: 50px 0;
}
section.banner span{
	line-height: 40px;
}
section.banner span #enthousiast{
	font-family: "Rockwell Bold";
	font-size: 2rem;
}
section.banner span #bekijk{
	font-family: "Rockwell Light";
	font-size: 2rem;
}

/*******************/
/******* MVO *******/
/*******************/
section.mvo h2{
	font-size: 2rem;
}
section.mvo .main-txt .txt-wrapper{
	padding: 60px 0 0px;
	position: relative;
}

section.mvo .title-tekst{
	margin-top: 40px;
}
section.mvo .title-tekst p.txt{
	margin-bottom: 50px;
}
section.mvo .title-tekst .title-tekst-row{
	margin-bottom: 50px;
}
section.mvo .title-tekst .title-tekst-row img{
	max-height: 300px;
	object-fit: contain;
}
section.mvo .tma-breedt{
	background-color: #0077ba; /* #FEDC31; */
	color: white;
}
section.mvo .tma-breedt h2, 
section.mvo .tma-breedt a{
	color: white;
}
section.mvo .tma-breedt .txt-wrapper{
	padding: 75px 75px 75px 0;
}
section.mvo .tma-breedt img{
	width: 100%;
	height: 100%;
	max-height: 410px;
	object-fit: contain;
}
section.mvo .tmi{
	background-color: #f6f6f6;
	padding-bottom: 20px;
}
section.mvo .tmi .container{
	box-shadow: 0px 10px 10px #0000002F;
}
	@media (max-width: 992px){
		section.mvo .tmi .resize-div{
			margin-left: 21%;
			width: 58%;
		}
	}
section.mvo .tmi .txt-wrapper{
	padding: 75px 0 50px;
}
section.mvo .tma-normaal{
	background-color: #f6f6f6;
	padding: 55px 0 75px;
}
section.mvo .tma-normaal .container{
	background-color: #0077ba;/*#FEDC31;*/
	color: white;
}
section.mvo .tma-normaal .container h2{
	color: white;
}
section.mvo .tma-normaal .container a{
	color: white;
}
section.mvo .tma-normaal .txt-wrapper{
	padding: 0 7rem;
}
section.mvo .tma-normaal img{
	width: 100%;
}
section.mvo .to-page{
	padding: 35px 0;
}
section.mvo .to-page .navigation{
	display: flex;
	justify-content: space-between;
}

section.mvo .to-page .navigation .previous a,
section.mvo .to-page .navigation .next a{
	color: #0077BA;
	font-size: 1.5rem;
	text-decoration: none;
	display: flex;
}
section.mvo .to-page .navigation .previous a:hover,
section.mvo .to-page .navigation .next a:hover{
	color: #0077BA;
}
section.mvo .to-page .navigation .previous a p{
	margin-left: 20px;
	margin-bottom: 0;
}
section.mvo .to-page .navigation .next a p{
	margin-right: 20px;
	margin-bottom: 0;
}
/*************************/
/******* Vitaliteit ******/
/*************************/
section.vitaliteit{
	background-color: #f6f6f6;
}
section.vitaliteit .col-wrapper{
    background-color: white;
    box-shadow: 0px 10px 20px #0000002f;
    margin: 50px 20px;
    padding: 30px 30px;
	min-height: 600px;
}
section.vitaliteit .col .col-wrapper .img-wrapper{
	height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	margin-bottom: 30px;
}
section.vitaliteit .col .col-wrapper h2{
	text-align: center;
    margin: 20px 0;
}
/**********************/
/******* Academy ******/
/**********************/
section.academy .txt-wrapper .txt{
	margin-top: 20px;
}
section.academy .txt-wrapper .quote-wrapper{
	margin-left: -50px;
	padding: 30px 0;
}
section.academy .txt-wrapper .quote-wrapper p.quote{
	font-family: 'Kalam', cursive;
	font-size: 1.5rem;
	color: #0077BA;
}
section.academy .blok{
	background-color: #f6f6f6;
	padding: 50px 0;
}
section.academy .blok img.naast-tekst{max-height: 250px; object-fit: contain;}
section.academy .blok .txt{margin-top: 40px; margin-bottom: 40px;}
section.academy .blok .blok-row{
	background-color: #0077ba;/*#FFDC00;*/
	color: white;
	box-shadow: 0px 10px 20px #0000002F;
	margin-top: 30px;
	margin-bottom: 60px;
}
section.academy .blok .blok-row h2, section.academy .blok .blok-row a{
	color: white;
}
section.academy .blok p.kop-tekst{
	padding-bottom: 50px;
}
section.academy .blok .txt-wrapper{
	padding: 0 80px;
}
section.academy .blok .txt-wrapper h2{}
section.academy .blok .txt-wrapper p{}
section.academy .blok img{
	width: 100%;
}
/**********************/
/******* Contact ******/
/**********************/
section.contact .txt-blok{
	margin: 60px 0;
}
section.contact .txt-blok ul.contact-gegevens{
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin-top: 40px;
}
section.contact .txt-blok ul.contact-gegevens li{
	position: relative;
	padding-left: 32px;
}
section.contact .txt-blok ul.contact-gegevens li.telefoon:after,
section.contact .txt-blok ul.contact-gegevens li.mail:after,
section.contact .txt-blok ul.contact-gegevens span.adres:after{
	font-family: "Font Awesome 5 Pro";
	position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
	font-weight: 600;
	color: #0077BA;
}
section.contact .txt-blok ul.contact-gegevens li.telefoon:after{content: "\f095"}
section.contact .txt-blok ul.contact-gegevens li.mail:after{content: "\f0e0"}
section.contact .txt-blok ul.contact-gegevens span.adres:after{content: "\f3c5";}

section.contact .txt-blok ul.contact-gegevens li a{
	color: black;
	text-decoration: none;
}
section.contact .txt-blok ul.contact-gegevens li a:hover{
	color: #0077BA;
}


section.contact .info {background-color: #F6F6F6;}
section.contact .contact-row{
	justify-content: center;
}
section.contact .info h2{
	text-align: center;
	padding: 50px 0 40px;
}
section.contact .info img{
	max-width: 240px;
	max-height: 240px;
    width: 100%;
	object-fit: cover;
    border-radius: 50%;
    border: 3px white solid;
	display: block;
	margin: -50% auto 0;
}
section.contact .info .meer-weten{
	position: relative;
	margin: 0 25px;
}
section.contact .info .info-wrapper{
	background-color: #0077ba; /* #FFDC00; */
	color: white;
	padding: 40px 20px;
	position: relative;
	margin-top: 130px;
	box-shadow: 0px 10px 20px #0000002f;
    margin-bottom: 40px;
}
section.contact .info .info-wrapper p.naam{
	margin-top: 50px;
	text-align: center;
	font-family: "Rockwell Bold";
	font-size: 1.2rem;
	margin-bottom: 5px;
}
section.contact .info .info-wrapper p.functie{
	text-align: center;
	font-family: "Rockwell Light";
	font-size: 1rem;
}
section.contact .info .info-wrapper ul{
	margin-top: 30px;
    text-align: center;
	padding: 0;
}
section.contact .info .info-wrapper ul li.telefoon,
section.contact .info .info-wrapper ul li.email{
	list-style-type: none;
	position: relative;
	/* padding-left: 32px; */
}
section.contact .info .info-wrapper ul li.telefoon a,
section.contact .info .info-wrapper ul li.email a{
	color: white;
	text-decoration: none;
}
section.contact .info .info-wrapper ul li.telefoon a:hover,
section.contact .info .info-wrapper ul li.email a:hover{
	color: white;
}
/* section.contact .info .info-wrapper ul li i{
	margin-right: 10px;
} */
section.contact .info .info-wrapper ul li.telefoon:after{content: "\f095";}
section.contact .info .info-wrapper ul li.email:after{content: "\f0e0";}
section.contact .info .info-wrapper ul li.telefoon:after,
section.contact .info .info-wrapper ul li.email:after{
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	position: absolute;
	left: 5%;
}
section.contact .volg-ons{
	padding: 50px 0;
}
section.contact .volg-ons span{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
section.contact .volg-ons span h2{
	margin-bottom: 0;
	margin-right: 15px;
}
section.contact .volg-ons span a{
	margin-left: 20px;
	font-size: 1rem;
	color: #0077BA;
}

section.contact .volg-ons span a i{
	line-height: 20px;
}
section.contact .volg-ons span a:hover{
	color: #005f98; /* #FFDC00; */
}
iframe .review-box{display: none;}
/*******************/
/******* 404 ******/
/*******************/

section.notfound{
	padding: 150px 0;
}

/*******************/
/****** FOOTER *****/
/*******************/
footer{
	position: relative;
	background-color: #0077BA;
	color: white;
}
footer a{
	color: white; 
	text-decoration: none;
}
footer a:hover{
	color: white; /* #FFDC00; */
}
footer ul{
	list-style-type: none;
	padding: 0;
}
footer ul li#telefoon{
	margin-top: 20px;
}
footer ul li#telefoon,
footer ul li#email{
	padding: 5px 0px;
}
footer ul li i{
	margin-right: 25px;
}
footer ul span.socials{
	margin-top: 20px;
	display: flex;
}
footer ul span.socials i{
	font-size: 20px;
}
footer label.vakgebied{
	padding: 0 0 20px 0;
}
footer ul#menu-footer{
	position: relative;
	padding: 0 2rem;
}
footer ul#menu-footer li:after{
	content: '\f054'; 
	font-family: "Font Awesome 5 Pro";
	position: absolute;
	left: 0;
	font-size: 13px;
}
footer .footer-extra label.title-footer-txt{
	font-family: 'Aleo', serif;
	font-size: 25px;
}
footer .footer-extra p{
	margin: 20px 0;
}
footer .footer-extra span a{
	font-weight: bold;
}
footer .balk .main-balk{
	border-top: 2px solid #2B8EC6;
	background-color: #0077BA;
	padding: 20px 0;
	margin-top: 20px;
}

footer .balk ul li{
	display: inline-block;
	list-style-type :none;
}

footer .balk ul, footer .copyright{
	display: inline-block;
    text-align: center;
    margin: 0;
}

footer .balk ul li:after, 
footer .copyright:after,
footer .balk .footer-links div:after{
	content: '|';
    padding: 0 10px;
}

footer .balk ul li:last-of-type:after,
footer .balk .footer-links div:last-of-type:after{
	display: none;
}

footer .pp{
	text-align: center;
}

@media only screen and (min-width: 991px) {
	.pb-img-fix{
		height: 400px !important;
	}
}