/*
Theme Name: Foodwerk
Theme URI: https://www.foodwerk.nl/
Description: Foodwerk - Template
Author: Factorblue
Author URI: http://www.factorblue.com
Version: 1.2
Tags: Factorblue, Foodwerk
*/

html{
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

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

p a{
	color: #565656;
	text-decoration: underline;
}

p a:hover{
	text-decoration: none;
	color: #565656;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Aleo', serif;
	color: #1E1F7B;
	font-weight: 700;
}

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

h2 {
	font-size: 30px;
	line-height: 35px;
}

h3 {
	font-size: 25px;
	line-height: 30px;
}

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

ul{
	margin-bottom: 0;
}

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

:focus{
	outline: none;
	box-shadow: none;
}
.wp-block-button a {
    margin: 20px 0;
}
.gform_wrapper input.button,
.wp-block-button a,
a.btn{
	background-color: #1E1F7B;
	border-radius: 7px;
	color: #fff !important;
	position: relative;
	font-family: 'Aleo', serif;
	padding: 5px 40px 5px 20px;
	box-shadow: #030331 2px 2px 0;
	border: none;
}

.gform_wrapper input.button,
.wp-block-button.pink a,
a.btn.pink{
	background-color: #E4056D !important;
	box-shadow: #900043 2px 2px 0;
}

.wp-block-button a:after,
a.btn:after{
	content: '\f35a';
    position: absolute;
    right: 15px;
    top: 5.5px;
    font-family: 'Font Awesome 5 Pro';
}

.gform_wrapper input.button:hover,
.wp-block-button:hover a,
a.btn:hover{
	box-shadow: none;
	cursor: pointer;
	/*margin: 2px -2px -2px 2px;*/
    position: relative;
    top: 2px;
    right: -2px;
}

.gform_wrapper .gform_footer input.button:hover{
	margin: 2px 14px -2px 2px !important;
}

form#gform_6 p.gf_progressbar_title{
	display: none;
}
/* .popup{
	display: none;
} */
.popup{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
	justify-content: center;
	align-items: center;
}
.popup .popuplink{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.popup .img-wrapper{
	position: relative;
}
.popup .img-wrapper .cross-link{
	position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: flex;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    margin-right: -20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    background-color: #391486;
    font-size: 22px;
}
.popup .img-wrapper a.cross-link{
	cursor: pointer;
}
.popup .img-wrapper a.cross-link .cross{
	color: white;
}
.popup .img-wrapper a img{
	max-height: 550px;
	max-width: 550px;
}
@media (max-width: 600px) {
	.popup{padding: 25px;}
	.popup .img-wrapper img{width: 100%;}
}
/*******************/
/***** HEADER ******/
/*******************/
.mobile-bar,
.mobile-list { 
	display: none; 
}

/*******************/
/******* MENU ******/
/*******************/

header section.menu-bar {
	width: 100%;
	background-color: #fff;
	padding: 5px 0 10px;
	z-index: 100;
	position: relative;
}

header section.menu-bar img{
	align-self: baseline;
}

header section.menu-bar.fixed{
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
}

header section.menu-bar ul.desktop{
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

header section.menu-bar ul.desktop > li{
	display: inline-block;
	position: relative;
}

header section.menu-bar ul.desktop li#menu-item-31 .sub-menu{
	left: -45px;
	min-width: 200px;
}

header section.menu-bar ul.desktop li a{
	font-family: 'Aleo', serif;
	font-size: 16px;
	color: #1E1F7B;
	display: block;
	transition: all .5s;
	padding: 10px 20px;
}

header section.menu-bar ul.desktop > li > a:before{
	content: '';
    height: 2px;
    background-color: #E4056D;
    position: absolute;
    bottom: 10px;
    left: 20px;
    width: calc(100% - 40px);
    transform: scaleX(0);
    transition: transform .5s cubic-bezier(.215,.61,.355,1);
}

header section.menu-bar ul.desktop > li > a.oneTouch:before,
header section.menu-bar ul.desktop > li:hover > a:before{
	transform: scaleX(1);
}

header section.menu-bar ul.desktop > li > a.oneTouch,
header section.menu-bar ul.desktop > li:hover > a{
	transform: translate(0,-5px);
	transition: all .5s;
	color: #E4056D;
}

header section.menu-bar ul.desktop li ul.sub-menu{
	display: none;
	padding-left: 0;
	min-width: fit-content;
	opacity: 0;
	padding-bottom: 10px;
	list-style: none;
}

header section.menu-bar ul.desktop > li > a.oneTouch,
header section.menu-bar ul.desktop li ul.sub-menu li:hover a{
	color: #E4056D;
}

header section.menu-bar ul.desktop li ul.sub-menu:before{
	content: '\f0de';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 40px;
    top: -8px;
    z-index: 0;
    text-shadow: rgba(0, 0, 0, 0.06) 0 -3px 3px;
}

header section.menu-bar ul.desktop li ul.sub-menu.open,
header section.menu-bar ul.desktop li:hover ul.sub-menu{
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0 -1px 6px;
    border-radius: 7px;
    text-align: center;
    animation-name: menu-moveup;
    animation-duration: 0.5s;
    opacity: 1;
    z-index: 1;
}

header section.menu-bar ul.desktop li:hover ul.sub-menu li{
	position: relative;
}

@keyframes menu-moveup {
	from {
		opacity: 0;
		transform: translateY(50px);
	}
	to {
		opacity: 1; 
		transform: translateY(0);
	}
}

header section.menu-bar ul.desktop li ul.sub-menu li a{
	display: block;
	padding: 10px 20px 0;
	white-space: nowrap;
}

/*******************/
/**** FRONTPAGE ****/
/*******************/

header section.header{
	position: relative;
}

header section.header .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

header section.header .content .wrapper{
	margin-top: -100px;
}

header section.header .content img{
	display: block;
	margin: auto;
}

header section.header .content .quote{
	display: block;
	text-align: center;
	color: #fff;
	font-family: 'Aleo', serif;
	font-size: 25px;
	text-shadow: 0 3px 10px;
	margin-top: -80px;
	margin-bottom: 30px;
	line-height: 30px;
}

header section.header .content a.btn{
	margin: 0 20px;
}

header section.header .content a.btn:hover{
	margin: 2px 18px -2px 22px;
}

section.uspbar{
	margin-top: -70px;
    position: relative;
}

section.uspbar .row{
	background-color: #E4056D;
	border-radius: 30px;
	color: #fff;
	padding: 20px 0;
	margin: 0 40px;
}

section.uspbar .usp{
	margin: auto;
    text-align: center;
    position: relative;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.uspbar .usp img{
	margin-top: -30px;
}

section.uspbar .usp .title{
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
}

section.page.fp .desc{
	-webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

section.fp_usps .wrapper .bg{
	border-radius: 24px;
	padding: 40px 50px;
	color: #fff;
	min-height: 360px;
}

section.fp_usps .wrapper .bg.opdrachtgevers{
	background-color: #1E1F7B;
}

section.fp_usps .wrapper .bg.aanpakkers{
	background-color: #E4056D;
}

section.fp_usps .wrapper h2{
	color: #fff;
	margin-bottom: 20px;
}

section.txtUsp .wrapper ul,
section.fp_usps .wrapper ul{
	list-style: none;
	padding-left: 30px;
}

section.txtUsp .wrapper ul li,
section.fp_usps .wrapper ul li{
	position: relative;
	font-family: 'Aleo', serif;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
}

section.txtUsp .wrapper ul li:before,
section.fp_usps .wrapper ul li:before{
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	color: #fff;
	position: absolute;
	left: -30px;
	top: 0px;
}

section.fp_usps .wrapper a.btn{
	display: table;
	margin: 20px auto 0;
}

section.fp_usps .wrapper a.btn:hover{
	margin: 22px auto -2px;
}

section.fp_txt{
	padding: 80px 0 30px;
}

section.fp_txt a.btn{
	width: 200px;
}

section.fp_txt a.btn:first-of-type{
	margin-top: 30px;
}

section.fp_txt a.btn:first-of-type:hover{
	margin: 32px -2px -2px 2px;
}

section .sidebar a.btn:nth-of-type(2),
section.fp_txt a.btn:nth-of-type(2){
	margin-top: 15px;
}

section .sidebar a.btn:nth-of-type(2):hover, 
section.fp_txt a.btn:nth-of-type(2):hover{
	margin: 17px -2px -2px 2px;
}

section.fp_vacs{
	margin-bottom: 80px;
}

section.related .vacature,
section.fp_vacs .vacature{
	background-color: #E4056D;
	box-shadow: #900043 2px 2px 0;
	border-radius: 24px;
	color: #fff;
	padding: 30px 30px 40px;
	height: 100%;
}

section.related .vacature{
	background-color: #1E1F7B;
	box-shadow: #030331 2px 2px 0;
}

section.related .vacature .title,
section.fp_vacs .vacature .title{
	color: #fff;
}

section.related .vacature div.icon,
section.fp_vacs .vacature div.icon{
	position: absolute;
	right: 25px;
	bottom: 10px;
	background-color: #fff;
	border-radius: 100%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}

section.fp_vacs .vacature div.icon i{
	color: #E4056D;
	font-size: 20px;
}

section.related .vacature div.icon i{
	color: #1E1F7B;
	font-size: 20px;
}

section.related .vacature:hover,
section.fp_vacs .vacature:hover{
	box-shadow: none;
	margin: 2px -2px -2px 2px;
	cursor: pointer;
}

section.related .vacature:hover div.icon,
section.fp_vacs .vacature:hover div.icon{
	background-color: transparent;	
}

section.related .vacature:hover div.icon i,
section.fp_vacs .vacature:hover div.icon i{
	color: #fff;
}

/*******************/
/******* PAGE ******/
/*******************/

section.page{
	padding: 80px 0;
}

section.team .wrapper p:last-of-type,
section .sidebar .desc p:last-of-type,
section.page .desc p:last-of-type{
	margin-bottom: 0;
}

section.team .wrapper ul.info_dots li a{
	color: #434343;
}

section.team .wrapper ul.info_dots li a:hover{
	color: #E4056D;
}


/*******************/
/**** VACATURES ****/
/*******************/

section.content .tarieven,
section.txtUsp .wrapper,
section.contact .sidebar,
section.referenties .gform_wrapper,
section.single_vac .info_wrapper,
section.vacatures form{
	background-color: #E4056D;
	border-radius: 24px;
	padding: 20px 0;
	box-shadow: #900043 0px 5px 0;
}

section.vacatures{
	margin-bottom: 50px;
}

section.vacatures .searchandfilter{
	margin-bottom: 50px;
}

section.vacatures .searchandfilter ul{
	padding-left: 30px;
}

section.vacatures .searchandfilter ul li h4{
	color: #fff;
	padding-bottom: 0;
}

section.vacatures .searchandfilter ul li ul{
	padding-left: 0;
	position: relative;
}

section.vacatures .searchandfilter ul li ul li label:hover,
section.vacatures .searchandfilter ul li ul li:hover{
	cursor: pointer;
}

section.vacatures .searchandfilter ul li ul li label{
	color: #fff;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li input,
section.vacatures .searchandfilter ul li ul li input{
	margin-top: 3px;
    margin-bottom: -2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 4px;
    width: 15px !important;
    height: 15px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
}
.gform_wrapper ul.gform_fields li ul.gfield_checkbox li input{
	border: solid #1E1F7B 1px;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 3px !important;
}

.gform_wrapper ul.gform_fields li ul.gfield_checkbox li input:checked:after,
section.vacatures .searchandfilter ul li ul li input:checked:after{
	content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-weight: 900;
    top: -4px;
    left: 0;
    color: #1E1F7B;
    font-size: 16px;
}

.gform_wrapper ul.gform_fields li.gfield#field_2_4{
	position: relative;
}

.gform_wrapper ul.gform_fields li.more.gfield#field_2_4 li.gchoice_2_4_1{
	max-height: 40px;
	overflow: hidden;
}

section.vacatures .searchandfilter ul li ul.more{
	max-height: 140px;
	overflow: hidden;
}

section.vacatures .searchandfilter > ul > li{
	position: relative;
}

section.vacatures .searchandfilter > ul > li.line:after{
	content: "";
	width: calc(100% - 50px);
	height: 1px;
	color: #fff;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

.gform_wrapper ul.gform_fields li.less#field_2_4:after,
.gform_wrapper ul.gform_fields li.more#field_2_4:before,
.gform_wrapper ul.gform_fields li.more#field_2_4:after,
.gform_wrapper ul.gform_fields li.less#field_2_4:before,
section.vacatures .searchandfilter ul li ul.less:after,
section.vacatures .searchandfilter ul li ul.more:after,
section.vacatures .searchandfilter ul li ul.less:before,
section.vacatures .searchandfilter ul li ul.more:before{
    position: absolute;
    bottom: -7px;
    color: #fff;
    font-size: 14px;
}

section.purple .gform_wrapper ul.gform_fields li.less#field_2_4:after,
section.purple .gform_wrapper ul.gform_fields li.more#field_2_4:before,
section.purple .gform_wrapper ul.gform_fields li.more#field_2_4:after,
section.purple .gform_wrapper ul.gform_fields li.less#field_2_4:before{
	color: #1E1F7B;
}

.gform_wrapper ul.gform_fields li.more#field_2_4:after,
.gform_wrapper ul.gform_fields li.less#field_2_4:after,
section.vacatures .searchandfilter ul li ul.less:after,
section.vacatures .searchandfilter ul li ul.more:after{
	right: 70px;
}

.gform_wrapper ul.gform_fields li.less#field_2_4:after,
section.vacatures .searchandfilter ul li ul.less:after{
    content: 'Toon minder';
}

.gform_wrapper ul.gform_fields li.more#field_2_4:after,
section.vacatures .searchandfilter ul li ul.more:after{
	content: 'Toon meer';
}

.gform_wrapper ul.gform_fields li.less#field_2_4:before,
.gform_wrapper ul.gform_fields li.more#field_2_4:before,
section.vacatures .searchandfilter ul li ul.less:before,
section.vacatures .searchandfilter ul li ul.more:before{
	content: '\f077';
    right: 50px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 10px;
    bottom: -10px;
}

.gform_wrapper ul.gform_fields li.less#field_2_4:after,
.gform_wrapper ul.gform_fields li.more#field_2_4:after{
	bottom: -20px;
	right: 15px;
}

.gform_wrapper ul.gform_fields li.less#field_2_4:before,
.gform_wrapper ul.gform_fields li.more#field_2_4:before{
	bottom: -22px;
	right: 0;
}

.gform_wrapper ul.gform_fields li.more#field_2_4:before,
section.vacatures .searchandfilter ul li ul.more:before{
	content: '\f078';
}

section.team .wrapper,
section.contact .gform_wrapper,
section.referenties .wrapper,
section.vacatures #results .vacature{
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0 5px 10px;
	padding: 30px 30px 40px;
	border-radius: 24px;
	position: relative;
	margin-bottom: 30px;
}

section.vacatures #results .vacature h2{
	font-size: 25px;
}

section.vacatures #results .vacature:hover{
	box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px;
	cursor: pointer;
}

section.vacatures #results .vacature:hover div.icon{
	background-color: transparent;
}

section.vacatures #results .vacature:hover div.icon i{
	color: #E4056D;
}

section.vacatures #results .vacature .desc{
	color: #6E6E6E;
}

ul.info_dots{
	list-style: none;
	padding-left: 0;
	margin-bottom: 13px;
    margin-top: 15px;
	font-family: 'Aleo', serif;
	color: #434343;
}

ul.info_dots li{
	display: inline-block;
	margin-right: 20px;
}

/* ul.info_dots li:after{
	content: '\f111';
	font-family: 'Font Awesome 5 Pro';
	color: #1E1F7B;
	font-weight: 900;
	font-size: 6px;
	margin: 0 10px;
	vertical-align: middle;
} */

ul.info_dots li:last-of-type:after{
	display: none;
}

ul.info_dots li span i{
	color: #E4056D;
	margin-right: 5px;
}

section.vacatures #results .vacature div.icon{
	position: absolute;
	right: 20px;
	bottom: 10px;
	background-color: #E4056D;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

section.vacatures #results .vacature div.icon i{
	font-size: 20px;
	color: #fff;
}

/*******************/
/****** SINGLE *****/
/*******************/

section.back{
	padding: 30px 0;
}

section.back a{
	color: #1E1F7B;
}

section.back a:hover{
	color: #E4056D;
}

section.single_vac h2{
	font-size: 25px;
}
section.single_vac h3{
	font-size: 20px;
}


section.single_vac .desc{
	margin-bottom: 50px;
}

section.page .desc ul,
section.single_vac .desc ul{
	margin-bottom: 20px;
	line-height: 30px;
	padding-left: 30px;
}

section.page .desc ul li,
section.single_vac .desc ul li{
	position: relative;
	list-style: none;
}

section.page .desc ul li:before,
section.single_vac .desc ul li:before{
	content: '\f058';
	font-family: 'Font Awesome 5 Pro';
	color: #E4056D;
	position: absolute;
	left: -30px;
	top: 0px;
}

section.single_vac .info_wrapper{
	padding: 10px 30px 30px;
	margin-bottom: 50px;
}

section.content .tarieven table,
section.single_vac .info_wrapper table.vac_info{
	list-style: none;
	padding-left: 0;
	width: 100%;
	color: #fff;
}

section.content .tarieven a:hover,
section.content .tarieven a{
	color: #fff;
}

section.content .tarieven table{
	width: 80%;
}

section.content .tarieven table tr,
section.single_vac .info_wrapper table.vac_info tr{
	border-bottom: solid .5px #fff;
	height: 50px;
}

section.content .tarieven table tr td,
section.single_vac .info_wrapper table.vac_info tr td{
	vertical-align: bottom;
}

section.content .tarieven table tr td:nth-child(1),
section.single_vac .info_wrapper table.vac_info tr td:nth-child(1){
	font-size: 15px;
}

section.content .tarieven table tr td:nth-child(2),
section.single_vac .info_wrapper table.vac_info tr td:nth-child(2){
	font-size: 17px;
}

section .sidebar a.btn:first-of-type,
section.single_vac .txt a.btn:first-of-type{
	margin-top: 30px;
}

section.single_vac .txt a.btn:first-of-type{
	margin-bottom: 10px;
}

section .sidebar a.btn:first-of-type:hover{
	margin: 32px -2px -2px 2px;
}

section.single_vac .txt a.btn:first-of-type:hover{
	margin: 32px -2px 8px 2px;
}

section.single_vac #solliciteer{
	scroll-margin-top: 100px;
}

section.page .form .gform_wrapper, 
section.purple .gform_wrapper,
section.single_vac .gform_wrapper{
	box-shadow: rgba(0, 0, 0, 0.16) 0 5px 10px;
	border-radius: 24px;
	padding: 30px 50px;
	background-color: #fff;
}

section.page .form .gform_wrapper h3.gform_title,
section.single_vac .gform_wrapper h3.gform_title{
 	font-size: 25px;
 	text-align: center;
}

section.page .form .gform_wrapper ul.gform_fields li#field_5_4,
section.single_vac .gform_wrapper ul.gform_fields li#field_3_4{
	position: absolute;
	top: 50px;
    left: calc(50% + 30px);
    width: calc(50% - 30px);
}

section.page .form .gform_wrapper .gform_footer
section.single_vac .gform_wrapper .gform_footer{
	display: flex;
	justify-content: center;
}

section.related{
	background-color: #E8E8FD;
	padding: 50px 0;
	margin-top: 50px;
}

/*******************/
/*** REFERENTIES ***/
/*******************/

section.referenties{
	padding-bottom: 50px;
}

section.referenties .gform_wrapper{
	background-color: #1E1F7B;
	box-shadow: #030331 0px 5px 0;
	padding: 20px 30px;
}

section.referenties .gform_wrapper ul.gform_fields li label,
section.referenties .gform_wrapper h3.gform_title{
	color: #fff !important;
}

section.contact .gform_wrapper h3.gform_title,
section.referenties .gform_wrapper h3.gform_title{
	font-size: 22px;
}

section.referenties .gform_wrapper ul.gform_fields li input{
	border-bottom: solid 1px #fff;
	width: 85%;
}

section.team .wrapper,
section.contact .gform_wrapper,
section.referenties .wrapper{
	padding: 50px;
}

section.team .wrapper .image .bg{
	border-radius: 100%;
	overflow: hidden;
	width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    height: 100%;
}

section.referenties .wrapper .image img{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

section.team .wrapper .image{
	position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    height: 0;
}

/*******************/
/***** FAQ *****/
/*******************/


section.faq .accordion .card{
	box-shadow: rgba(0, 0, 0, 0.16) 0 3px 6px;
    border: none;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 24px !important;
}

section.faq .accordion .card .card-header{
	background-color: #fff;
    border: none;
    position: relative;
}

section.faq .accordion .card .card-header button{
	padding: 0;
    width: 100%;
    text-align: left;
    text-decoration: none;
    padding-right: 30px;
    white-space: unset;
}

section.faq .accordion .card .card-header button h2{
	font-size: 19px;
    line-height: 25px;
    margin: 0;
}

section.faq .accordion .card .card-header i{
	position: absolute;
    right: 20px;
    top: 15px;
    color: #000;
}

section.faq .accordion .card .card-header i:before{
   font-weight: 400;
    font-family: 'Font Awesome 5 Pro';
    font-size: 20px;
}

section.faq .card .card-header button[data-toggle="collapse"] .fa:before{
	content: '\f055';
}

section.faq .card .card-header button[aria-expanded="true"] .fa:before{
	content: '\f056';
}
section.faq .accordion .card .card-body p{
	margin: 0;
}

section.faq .accordion .card .card-body{
	padding: 0 75px 20px 20px;
}

/*******************/
/**** AANPAKKERS ***/
/*******************/

section.txtUsp,
section.afbQt{
	margin-bottom: 50px;
}

section.pbTxt + section.bottom_cta,
section.txtUsp + section.bottom_cta,
section.afbQt + section.bottom_cta,
section.pbTxt + footer,
section.txtUsp + footer,
section.afbQt + footer{
	margin-top: 50px;
}

section.content .tarieven,
section.txtUsp .wrapper{
	padding: 30px 40px;
	color: #fff;
	margin-left: -50px;
}

section.purple .gform_wrapper{
	margin-left: -50px;
	max-width: calc(100% + 50px);
}

section.purple .gform_wrapper .gform_heading h3{
	font-size: 25px;
}

section.content .tarieven .title,
section.txtUsp .wrapper .title{
	font-size: 25px;
	color: #fff;
}

section.txtUsp .wrapper ul li{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

section.afbQt .qt-wrapper{
	font-size: 37px;
	line-height: 39px;
	font-family: 'Aleo', serif;
	color: #1E1F7B;
	font-weight: 900;
	margin-left: 30px;
}

section.afbQt .qt-wrapper p{
	margin-bottom: 0;
}

section.afbQt .qt-wrapper strong{
	color: #E4056D;
	margin-top: 5px;
	position: relative;
	display: block;
}

section.afbQt .qt-wrapper strong:after{
	content: '';
	width: 100%;
	height: 5px;
	background-color: #E4056D;
	position: absolute;
	bottom: -5px;
	left: 0;
}

/*******************/
/***** CONTACT *****/
/*******************/

section.form,
section.purple,
section.faq,
section.team,
section.contact{
	background-color: #E8E8FD;
	padding: 50px 0;
}

section.form{
	padding: 30px 0;
}

section.purple{
	padding: 30px 0;
	margin-top: 50px;
}

section.purple .gform_wrapper,
section.contact .gform_wrapper{
	padding: 50px 50px 70px;
}

section.purple .gform_wrapper ul.gform_fields li input,
section.contact .gform_wrapper ul.gform_fields li input{
	width: 100%;
}

section.purple .gform_wrapper .gform_footer input,
section.contact .gform_wrapper .gform_footer input{
	float: right;
}

section.contact .sidebar{
	padding: 30px;
	margin-top: 16px;
}

section.contact .sidebar a{
	color: #fff;
}

section.contact .sidebar a:hover{
	text-decoration: underline;
}

section.contact .sidebar ul.info{
	padding-left: 20px;
	color: #fff;
	list-style: none;
}

section.contact .sidebar ul.info li.title{
	font-family: 'Aleo', sans-serif;
	font-size: 18px;
	margin-left: -20px;
	font-weight: 900;
}

section.contact .sidebar ul.info li{
	position: relative;
}

section.contact .sidebar ul.info li i{
	position: absolute;
	left: -20px;
	top: 5px;
	color: #fff;
}

section.contact .sidebar ul.social{
	margin-top: 30px;
	list-style: none;
	padding-left: 0;
}

section.contact .sidebar ul.social li a{
	width: 45px;
	height: 45px;
	border: 1px #fff solid;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
}

section.contact .sidebar ul.social li i{
	color: #fff;
	font-size: 20px;
	vertical-align: middle;
}

section.contact .sidebar ul.social li:hover a{
	background-color: #fff;
}

section.contact .sidebar ul.social li:hover i{
	color: #E4056D;
}

.gform_wrapper ul.gform_fields{
	position: relative;
}

.gform_wrapper ul.gform_fields li.gfield{
	margin-top: 20px;
}

.gform_wrapper ul.gform_fields li.gfield div.ginput_container{
	margin-top: -5px !important;
}

.gform_wrapper ul.gform_fields li.show div.ginput_container{
	margin-top: 0 !important;
}

.gform_wrapper ul.gform_fields li label{
    transition: all 0.3s;
    margin-bottom: 0;
    font-weight: 400;
    color: #1E1F7B !important;
    margin-bottom: -5px !important;
    vertical-align: bottom;
}

.gform_wrapper ul.gform_fields li.show label{
	margin-bottom: 15px !important;
}

.gform_wrapper ul.gform_fields li label.active{ 
	font-size: .8rem !important;
    -webkit-transform: translateY(-160%);
    -ms-transform: translateY(-160%);
    transform: translateY(-160%);
    transition: all 0.3s;
}

.gform_wrapper ul.gform_fields li label .gfield_required{
	color: #1E1F7B;
}

.gform_wrapper ul.gform_fields li.hide label{
	display: none;
}

.gform_wrapper ul.gform_fields li textarea,
.gform_wrapper ul.gform_fields li input[type=text]{
 	margin-top: 10px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #1E1F7B; 
    vertical-align: top;
    padding-left: 0 !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.gform_wrapper input.button{
	-moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 5px 20px;
}

.gform_wrapper ul.gform_fields li .ginput_container_fileupload .gform_drop_area{
	border: solid 1px #1E1F7B;
	border-radius: 0;
	background-color: transparent;
	color: #1E1F7B;
}

.gform_wrapper ul.gform_fields li .ginput_container_fileupload .gform_drop_area input.button{
	margin-top: 0;
}

.gform_wrapper ul.gform_fields li .ginput_container_fileupload .gform_drop_area input.button:hover{
	margin-top: 2px;
}

.gform_wrapper div.validation_error{
	display: none;
}

.gform_wrapper ul.gform_fields li.gfield_error{
	border: none;
	background-color: transparent;
	padding: 0;
}

.gform_wrapper ul.gform_fields li.gfield_error input{
	border: none !important;
	border-bottom: solid 1px #E4056D !important; 
}


.gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder,
.gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #1E1F7B;
}
.gform_wrapper .gform_fields .gfield textarea::-moz-placeholder,
.gform_wrapper .gform_fields .gfield input::-moz-placeholder {
	/* Firefox 19+ */
  color: #1E1F7B;
}
.gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder,
.gform_wrapper .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #1E1F7B;
}
.gform_wrapper .gform_fields .gfield textarea:-moz-placeholder,
.gform_wrapper .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #1E1F7B;
}
/***************************/
/***** Toets Formulier *****/
/***************************/
#gform_page_6_13 .gform_page_footer input.gform_previous_button,
#gform_page_6_14 .gform_page_footer input.gform_previous_button,
#gform_page_6_15 .gform_page_footer input.gform_previous_button,
#gform_page_6_16 .gform_page_footer input.gform_previous_button,
#gform_page_6_17 .gform_page_footer input.gform_previous_button,
#gform_page_6_18 .gform_page_footer input.gform_previous_button,
#gform_page_6_19 .gform_page_footer input.gform_previous_button,
#gform_page_6_20 .gform_page_footer input.gform_previous_button,
#gform_page_6_21 .gform_page_footer input.gform_previous_button,
#gform_page_6_22 .gform_page_footer input.gform_previous_button,
#gform_page_6_23 .gform_page_footer input.gform_previous_button,
#gform_page_6_24 .gform_page_footer input.gform_previous_button,
#gform_page_6_25 .gform_page_footer input.gform_previous_button,
#gform_page_6_26 .gform_page_footer input.gform_previous_button{
	display: none;
}



/*******************/
/****** SINGLE *****/
/*******************/


/*******************/
/**** PAGINATION ***/
/*******************/
.pagination {
	padding: 40px 0 80px 0;
	width: 100%;
	text-align: center;
}

.pagination .page-numbers {
	background: none;
	color: #fff;
	background-color: #1E1F7B;
	box-shadow: #030331 2px 2px 0;
	font-size: 16px;
	margin-right: 10px;
	border-radius: 7px;
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination .page-numbers.current {
	box-shadow: none;
	margin: 2px 8px -2px 2px;
	background-color: #E4056D;
}

.pagination a.page-numbers {
	text-decoration: none;
}

.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination a.page-numbers:active {
	color: #FFF;
	box-shadow: none;
	margin: 2px 8px -2px 2px;
}

/*******************/
/**** GOOGLE MAP ***/
/*******************/
section#map {
	height: 500px;
}

section#map img {
	max-width: none !important;
	height: 100%;
}

#iw-container {
	padding: 0;
} 

#iw-container .map-img{
	overflow: hidden;
}

.gm-style-iw div div{
	overflow: hidden !important;
}

.gm-style-iw div{
	max-height: 215px !important;
}

.gm-style-iw{
	top: 0 !important;
	left: 0 !important;
	height: 198px;
	overflow: visible !important;
}

#iw-container .iw-title {
	font-size: 23px;
	font-weight: 500;
	padding: 5px 20px;
	margin: 0;
	margin-left: 5px;
	padding: 30px 10px;
	font-family: 'Cormorant Garamond', serif;
}

#iw-container .iw-content {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin-left: 15px;
	margin-bottom: 20px;
}

#iw-container .iw-content i {
	color: #ff8835;
	padding-right: 10px;
	font-size: 14px;
	min-width: 24px;
}

/*******************/
/******* FORM ******/
/*******************/

section.page .desc .wpml-ls-statics-footer ul li:before {
	content: "";
}

#gf_progressbar_wrapper_6 {
	margin-bottom: 50px;
}

/*******************/
/******* 404 ******/
/*******************/

section.notfound{
	padding: 150px 0;
}

/*******************/
/****** FOOTER *****/
/*******************/

section.bottom_cta{
	background-color: #E8E8FD;
	padding: 60px 0;
	font-family: 'Aleo', serif;
	text-align: center;
}

section.bottom_cta .title{
	color: #1E1F7B;
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 900;
}

section.bottom_cta .sub{
	font-size: 20px;
	margin-bottom: 10px;
	margin-bottom: 20px;
}

footer {
	padding-top: 20px;
	font-size: 15px;
	font-family: 'Aleo', serif;
	color: #1E1F7B;
}

section.single_vac ul.share,
section.bottom_cta ul,
footer ul{
	padding-left: 0;
	list-style: none;
}

section.bottom_cta ul,
footer ul.social {
	margin: 30px 0 20px;
}

section.single_vac .sfsi_widget .sfsi_wDiv{
	width: unset !important;
}

section.single_vac .sfsi_widget .sfsi_wDiv .inerCnt a{
	position: relative;
}


section.single_vac .sfsi_widget .sfsi_tool_tip_2{
	opacity: 0 !important;
	left: 0;
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	bottom: 0;
}

section.single_vac .sfsi_widget .sfsi_tool_tip_2 .sfsi_inside a{
	position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

section.single_vac ul.share li a,
section.single_vac .sfsi_widget a.sficn,
section.bottom_cta ul li a,
footer ul.social li a{
 	width: 45px !important;
 	height: 45px !important;
 	border: solid #1E1F7B 1px !important;
 	border-radius: 100%;
 	display: flex;
 	align-items: center;
 	justify-content: center;
 	margin-right: 20px;
}
section.single_vac ul.share li a img ,
section.single_vac .sfsi_widget a.sficn img ,
section.bottom_cta ul li a img ,
footer ul.social li a img {
	height: 20px;
	width: auto;
}
section.single_vac .sfsi_widget a.sficn img{
	opacity: 1;
	position: absolute;
}

section.single_vac .sfsi_widget .sfsi_wDiv .sfsi_wicons{
	margin-left: 0 !important;
	margin-right: 20px !important;
	padding-top: 0;
	z-index: unset !important;
	width: 45px !important;
	height: 45px !important;
}

section.single_vac a#sfsiid_facebook:after{
	content: '\f39e';
}

section.single_vac a#sfsiid_linkedin:after{
	content: '\f0e1';
}

section.single_vac a.sficn:after{
	font-family: 'Font Awesome 5 Brands';
}

section.single_vac .sfsi_widget .inerCnt:hover{
	cursor: pointer;
}

section.single_vac ul.share li:hover a,
section.single_vac .sfsi_widget .inerCnt:hover a.sficn,
section.bottom_cta ul li:hover a,
footer ul.social li:hover a{
	background-color: #1E1F7B;
}

section.single_vac ul.share li:hover i,
section.single_vac .sfsi_widget .inerCnt:hover a.sficn:after,
section.bottom_cta ul li:hover i,
footer ul.social li:hover i{
	color: #fff;
}


section.single_vac ul.share li i,
section.single_vac a.sficn:after,
section.bottom_cta ul li i,
footer ul.social li i{
 	color: #E4056D;
 	font-size: 20px;
 	vertical-align: middle;
}

footer ul.info{
	margin-bottom: 30px;
}

footer .title,
footer ul.info li .title{
	color: #E4056D;
	font-weight: 900;
}

footer ul.info li i{
	color: #E4056D;
	margin-right: 5px;
}

footer .right ul li a,
footer ul.info li a{
	color: #1E1F7B;
}

footer ul.info li a:hover,
footer .right ul li a:hover{
	color: #E4056D;
}
footer ul.info .lokaties{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
footer ul.info .lokaties li{
	display: grid;
	margin-right: 50px;
}
footer ul.info .lokaties li span.adres{
	display: grid;
}


footer .right ul.desktop{
	-webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
	margin-bottom: 20px;
}

footer .right ul.desktop ul.sub-menu{
	display: none;
}

footer .right ul li{
	position: relative;
}

footer .right ul li:before{
	content: '\f0da';
	font-family: 'Font Awesome 5 Pro';
	color: #E4056D;
	font-weight: 900;
	margin-right: 10px;
}

footer .balk{
	background-color: #1E1F7B;
	color: #fff;
	padding: 5px 0;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
}

footer .balk a{
	color: #fff;
	text-decoration: underline;
}

footer .balk a:hover{
	text-decoration: none;
}

footer .balk ul li{
	display: inline-block;
}

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

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

footer .balk ul li:first-of-type:after{
	display: inline-block;
}

footer .pp{
	display: inline-block;
}




/*******************/
/*** RESPONSIVE ****/
/*******************/

@media (max-width: 1500px) {



}

@media (max-width: 1400px) {



}

@media (max-width: 1200px) {

	header.home + section.uspbar{
		margin-top: -40px;
	}

}

@media (max-width: 1199px) {
	header section.menu-bar ul.desktop li a{
		padding: 10px;
	}

	header section.menu-bar ul.desktop > li > a:before{
		width: calc(100% - 20px);
		left: 10px;
	}

	header section.menu-bar ul.desktop li#menu-item-31 .sub-menu{
		left: -55px;
	}

	section.fp_usps .wrapper .bg{
		padding: 30px 20px;
		min-height: 340px;
	}

	footer .right ul.desktop{
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}
}

@media (max-width: 992px) {



}

@media (max-width: 991px) {

	header.home section.header .header{
		height: 400px;
		width: auto !important;
	}

	header section.menu-bar{
		padding: 10px 0 5px;
	}

	header section.menu-bar img{
		align-self: normal; 
	    margin: auto;
	    display: flex;
	}

	header section.menu-bar ul.desktop{
		margin-top: 10px;
	}

	header section.menu-bar .d-flex{
		justify-content: center !important;
	}
	
	section.page.fp .desc .wp-block-spacer{
		height: unset !important;
	}

	section.fp_usps .wrapper .bg.aanpakkers,
	section.fp_usps .wrapper .bg.opdrachtgevers{
		margin: 0;
	}

	section.fp_usps .wrapper{
		margin-bottom: 50px;
	}

	section.fp_txt a.btn{
		display: none;
	}

	section.fp_txt img{
		float: right;
		margin-top: -50px;
	}

	section.fp_usps .wrapper .bg{
		min-height: unset;
	}

	section.vacatures .searchandfilter ul{
		padding-left: 20px;
	}

	section.vacatures form{
		padding: 0;
	}

	section.page .form .gform_wrapper ul.gform_fields li#field_5_4,
	section.single_vac .gform_wrapper ul.gform_fields li#field_3_4{
		position: relative;
		width: unset;
		left: unset;
		top: unset;
	}

	section.single_vac .txt a.btn:first-of-type{
		display: none;
	}

	section.content .tarieven, section.txtUsp .wrapper{
		margin-left: 0;
	}

	section.content .tarieven table{
		width: 100%;
	}

	section.afbQt .qt-wrapper{
		font-size: 25px;
		line-height: 30px;
	}

	section.page .form .gform_wrapper ul.gform_fields li#field_5_4 div.ginput_container,
	.gform_wrapper ul.gform_fields li#field_3_4 div.ginput_container{
		margin-top: 0 !important;
	}

	.gform_wrapper ul.gform_fields li input[type=text]{
		width: 100%;
	}

	footer .right ul.desktop{
	    -webkit-column-count: 3;
	    -moz-column-count: 3;
	    column-count: 3;
	}

	footer .balk{
		margin-top: 30px;
		font-size: 13px;
	}

}

@media (max-width: 768px) {


}


@media (max-width: 767px) {

	.custom-order{
		order: 2;
	}

	body.noscroll {
		overflow: hidden;
	}

	.grecaptcha-badge{
		bottom: 60px !important;
	}

	.mobile-bar {
		position: fixed;
		display: flex;
		z-index: 9999999;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 40px;
	}

	.mobile-bar a#mobile-home:hover,
	.mobile-bar a#mobile-home:focus,
	.mobile-bar a#mobile-home:active {
		background: #f6f6f6;
	}

	.mobile-bar .btns {
		display: inline-block;
		flex-grow: 1;
	    color: #364149;
	    background: #FFF;
		text-align: center;
		border-radius: 0;
		border-top: 1px solid #e5e5e5;
		-webkit-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-moz-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-ms-box-shadow: 0px 3px 0px 0px #e5e5e5;
		-o-box-shadow: 0px 3px 0px 0px #e5e5e5;
		box-shadow: 0px 3px 0px 0px #e5e5e5;
	}

	.mobile-bar .btns.active {
		background: #f9f9f9;
		color: #E4056D;
	}

	.mobile-bar .btns .fa {
		font-size: 24px;
		line-height: 40px;
	}

	.mobile-bar #mobile-home.btns {
		border-right: 1px solid #364149;
	}

	#menu-box {
		display: none;
	}	

	#menu-box.open {
		position: fixed;
		z-index: 999999;
		top: 43px;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		height: 100%;
		width: 100%;
		background: #FFF;
		border-top: 10px solid #1E1F7B;
	}

	nav.mobile-list { 
		display: block; 
		width: 100%;
	}

	nav.mobile-list ul.mobile {
		list-style: none;
		padding-left: 0;
		margin: 0;
		height: 90vh;
		overflow: scroll;
	}

	nav.mobile-list ul li {
		border-bottom: 1px solid #364149;
	}

	nav.mobile-list ul.mobile li ul.sub-menu li{
		padding-left: 30px;
	}

	nav.mobile-list ul li:last-child {
		border-bottom: none;
		/* margin-bottom: 54px; */
	}

	nav.mobile-list ul li.menu-item-has-children {
		position: relative;
	}

	nav.mobile-list ul li a {
		position: relative;
		display: block;
		padding: 20px 40px;
		color: #364149;
		font-weight: 600;
		font-size: 16px;
		text-transform: uppercase;
	}

	/* nav.mobile-list ul li.menu-item-has-children .sub {
		font-size: 16px;
		font-weight: 300;
		position: absolute;
		display: block;
		top: 0px;
		right: 0px;
		padding: 20px 40px;
		border-left: 1px solid #67a561;
	} */

	nav.mobile-list ul li a:hover,
	nav.mobile-list ul li a:focus,
	nav.mobile-list ul li a:active {
		text-decoration: none;
		background: #f9f9f9;
	}

	nav.mobile-list ul li.current-menu-parent,
	nav.mobile-list ul li.current-menu-item {
		border-bottom: 1px solid #1E1F7B;
	}

	nav.mobile-list ul li.current-menu-item a {
		background: #FFF;
		color: #1E1F7B;
	}

	nav.mobile-list ul li.current-menu-item a:after {
		color: rgb(255,136,53);
	}

	nav.mobile-list ul li ul.sub-menu {
		position: unset;
		display: block;
	    z-index: 999999;
	    background: #FFF;
	    list-style-type: none;
	    border-top: 1px solid #1E1F7B;
	    padding-left: 0;
		margin: 0;
		top: 43px;
		right: -100%;
	    width: 100%;
		-webkit-transition: all 0.15s ease;
	       -moz-transition: all 0.15s ease;
	        -ms-transition: all 0.15s ease;
	         -o-transition: all 0.15s ease;
	 	        transition: all 0.15s ease;
	}

	nav.mobile-list ul li ul.moves-out {
		right: 0px;
		height: 100%;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li a .sub {
		display: none;
	}

	nav.mobile-list ul li.menu-item-has-children.current-menu-item ul.sub-menu li a {
		color: #000;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.current-menu-item a {
		color: #E4056D;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.go-back a:before {
		font-family: "Font Awesome 5 Pro";
		content: "\f053";
		padding-right: 20px;
		font-size: 13px;
	}

	nav.mobile-list ul li.menu-item-has-children ul.sub-menu li.go-back a:after {
		content: "";
	}

	header section.menu-bar ul.desktop{
		display: none;
	}

	header section.menu-bar{
		padding: 10px 0;
		padding-top: 60px;
	}

	header.home section.menu-bar{
		display: none;
	}

	header section.header .content img,
	header section.header .content .wrapper{
		width: 100%;
	}

	section.uspbar .row{
		margin: 0;
	}

	section.related .vacature, 
	section.fp_vacs .vacature{
		margin-bottom: 10px;
	}

	section.related .vacature:hover, 
	section.fp_vacs .vacature:hover{
		margin: 2px -2px 8px 2px;
	}
	
	section.related .vacature div.icon, 
	section.fp_vacs .vacature div.icon{
		bottom: 20px;
	}

	section.page{
		padding: 50px 0;
	}

	section.vacatures .sidebar{
		display: none;
	}

	section.vacatures form{
		padding: 20px 0;
	}

	section.vacatures .searchandfilter ul{
		padding-left: 30px;
	}

	section.single_vac .txt{
		margin-bottom: 30px;
	}

	section.content .tarieven, section.txtUsp .wrapper{
		margin-top: 30px;
	}

	section.purple .gform_wrapper{
		margin-left: 0;
		max-width: 100%;
	}

	section.purple .gform_wrapper .gform_footer input, 
	section.contact .gform_wrapper .gform_footer input{
		float: unset;
	}

	section.referenties .gform_wrapper .gform_heading,
	section.purple .gform_wrapper .gform_heading{
		text-align: center;
	}

	section.referenties .gform_wrapper ul.gform_fields li input{
		width: 100%;
	}

	section.afbQt .qt-wrapper{
		margin-top: 30px;
	}

	section.faq .accordion .card .card-body{
		padding: 0 25px 20px 20px;
	}

	section.referenties .wrapper .image img{
		width: auto;
		height: unset;
		max-width: 100%;
		display: flex;
		margin: 0 auto 30px;
	}

	section.team .wrapper .image{
		width: 75%;
    	padding-bottom: 75%;
    	margin: auto auto 20px;
    	float: unset;
	}

	/**** Footer ***/

	footer{
		margin-bottom: 43px;
	}
	
	footer .right ul.desktop{
	    -webkit-column-count: 2;
	    -moz-column-count: 2;
	    column-count: 2;
	}

	footer .balk{
		text-align: center;
	}

	footer .balk .d-flex{
		display: block !important;
	}

	footer .copyright:after{
		display: none;
	}

}

@media (max-width: 641px){

	section.uspbar{
		margin-top: 30px;
	}

	header section.header .content .quote{
		margin-top: -50px;
		padding: 0 30px;
		text-shadow: rgba(0, 0, 0, 0.6) 3px 3px 5px;
	}

}

@media (max-width: 576px) {

	section.uspbar .col-4{
		padding: 0;
	}

	section.uspbar .usp img{
		width: 70px;
	}

}

@media (max-width: 480px) {

	header section.header .content img{
		display: none;
	}

	header section.header .content .quote{
		margin-top: 50px;
	}

	header section.header .content a.btn{
		display: flex;
		margin-bottom: 10px;
	}

	header section.header .content a.btn:hover{
		margin: 2px 18px 8px 22px;
	}

	section.page.fp h1{
		font-size: 30px;
		line-height: 35px;
	}

	section.page{
		padding: 50px 0;
	}

	section.page .form .gform_wrapper, section.purple .gform_wrapper, section.single_vac .gform_wrapper{
		padding: 30px 20px;
	}

	section.team .wrapper, section.contact .gform_wrapper, section.referenties .wrapper{
		padding: 30px;
	}

}

@media (max-width: 400px) {

	h1{
		font-size: 30px;
		line-height: 35px;
	}

	h2{
		font-size: 25px;
		line-height: 30px;
	}

	section.page.fp h1{
		font-size: 25px;
		line-height: 30px;
	}

	section.uspbar .col-4{
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	section.uspbar .usp{
		min-height: 95px;
		margin-bottom: 10px;
	}

	section.txtUsp .wrapper,
	section.fp_usps .wrapper .bg{
		padding: 20px;
	}

	section.txtUsp .wrapper ul, section.fp_usps .wrapper ul{
		line-height: 30px;
	}

	section.txtUsp .wrapper ul li, section.fp_usps .wrapper ul li{
		font-size: 16px;
	}

	section.fp_txt img{
		width: 100%;
		height: auto;
	}

	section.afbQt .qt-wrapper{
		margin-left: 0;
	}

	footer .right ul.desktop{
	    -webkit-column-count: 1;
	    -moz-column-count: 1;
	    column-count: 1;
	}

	footer .balk{
		font-size: 12px;
	}

}



/* .page-template-template-gelijkearbeidsvoorwaarden #wpadminbar {
    display: none !important;
}
 */

.page-template-template-gelijkearbeidsvoorwaarden header,
.page-template-template-gelijkearbeidsvoorwaarden footer {
    display: none !important;
}

.page-template-template-gelijkearbeidsvoorwaarden {
	background-color: #F3F3FE;
}

.page-template-template-gelijkearbeidsvoorwaarden .arbeidsvoorwaarden {
/*     min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-template-template-gelijkearbeidsvoorwaarden .arbeidsvoorwaarden .container {
	background-color: white;
	padding: 60px 60px 30px 60px;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.page-template-template-gelijkearbeidsvoorwaarden .arbeidsvoorwaarden .container {
	max-width: 752px;
}

.page-template-template-gelijkearbeidsvoorwaarden .gfield--type-section {
    padding-top: 40px !important;
}

.page-template-template-gelijkearbeidsvoorwaarden .gfield--type-section:first-child {
    padding-top: 30px !important;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper {
    font-family: 'Inter', sans-serif;
}

.page-template-template-gelijkearbeidsvoorwaarden .gfield_label {
    font-size: 16px;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_label {
	color: #2c3345;
	font-weight: 600 !important;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_checkbox input[type="checkbox"],
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_radio input[type="radio"] {
    transform: scale(1.5);
    margin: 4px 6px 4px 0;
    transform-origin: center left;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_checkbox label,
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_radio label {
    line-height: 1.8em !important;
    padding-left: 0.5em;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_checkbox,
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gfield_radio {
    margin-bottom: 0.75em;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_description:first-of-type {
	margin-top: 2em;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper .gform_footer input.button:hover {
	margin: 0 !important;
	background-color: #1E1F7B !important;
	
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper.gravity-theme .gform_footer button, 
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper.gravity-theme .gform_footer input, 
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper.gravity-theme .gform_page_footer button, 
.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 0px !important;
}

.page-template-template-gelijkearbeidsvoorwaarden .gform_wrapper.gravity-theme .gform_validation_errors {
	margin: 5px 0px 40px 0px !important;
}

@media (max-width: 600px) {
	.page-template-template-gelijkearbeidsvoorwaarden .arbeidsvoorwaarden .container {
		padding: 40px 30px 40px 30px;
	}
	
	.page-template-template-gelijkearbeidsvoorwaarden .gform_title {
		font-size: 24px;
	}
	
	.page-template-template-gelijkearbeidsvoorwaarden .gfield--type-section {
		padding-top: 20px !important;
	}
}
