/*
Theme Name: Pinvoorschot
Theme URI: http://www.swiftweb.nl;
Author: SwiftWeb
Author URI: http://www.swiftweb.nl;
Description: Speciaal maatwerk thema voor Pinvoorschot
Version: 1.0
*/

/* Reset CSS */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* Theme CSS */

body {
	font-family: 'Poppins', sans-serif;
	line-height:1.3;
}

.leadinModal {
	z-index:999999999 !important;
}

.hbspt-form .close-kvk-dialog {
	display:none;
}

body p {
	line-height:1.5;
}

strong {
	font-weight:bold;
}

header {
	position:fixed;
	width:100%;
	left:0;
	top:0;
	display:flex;
	align-items:center;
	justify-content:center;
	height:133px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 9999999;
}

.kvk-bedrijf {
	border: 1px solid #eee;
    font-size: 14px;
    margin-top: 10px;
}

.kvk-bedrijf:hover, .kvk-bedrijf.active {
	background:#eee;
	cursor:pointer;
	position:relative;
}

.kvk-bedrijf.active:after {
	content:"Geselecteerd";
	  position: absolute;
	  right: 15px;
	  bottom: 15px;
	  color: #71ab74;
	  background: white;
	  border: 2px solid #71ab74;
	  padding: 3px;
	  font-size: 9px;
	  font-weight: bold;
	  border-radius: 4px;
}

.logged-in header {
	z-index:999;
	top:32px;
}
 
header.active {
	height:86px;
	background:rgba(1,63,99, 0.75);
}

.logo-container {
	position:absolute;
	left:0;
	top:0;
	background:white;
	padding:15px 30px;
	width:20%;
	text-align:right;
	border-radius: 0px 0px 18px 0px;
}

header.active .logo-container {
	padding:10px 30px;
}

.logo-container img {
	width:105px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

header.active .logo-container img {
	width:70px;
}

.menu-container ul li {
	display:inline-block;
	padding:0 15px;
}

.main-menu ul > li.menu-item-has-children:after {
    font-family: dashicons;
    content: "\f347";
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    color: white;
    vertical-align: middle;
    cursor: pointer;
}

.menu-container ul li a {
	color:white;
	display:inline-block;
	position: relative;
	margin-bottom:10px;
}

.menu-container ul li a:hover {
	text-decoration:none;
}

.main-menu ul > li > a:after {
    content: "\A";
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    height: 1px;
    background: white;
    transition: all 500ms ease;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}

.main-menu li a:hover:after {
    transform: scale3d(1,1,1);
    opacity: 1;
}

header .sub-menu {
	display:none;
	position:absolute;
    background:white;
    padding: 15px 25px 15px 10px;
    z-index: 999;
    border-radius:5px;
}

header li:hover .sub-menu {
	display:block;
}

header .main-menu .sub-menu li {
	display:block;
	position:relative;
	padding-left:10px;
}

header .sub-menu li a {
	width:100%;
	margin-right:0;
	padding:0;
	font-size:14px;
	margin-bottom:10px;
	position:relative;
	color:#013F63;
}

header .sub-menu li:last-child a {
	margin-bottom:0;
}

.vrijblijvend-aanvragen {
	position: absolute;
    right: 20px;
    top: 0;
		display: flex;
    gap: 10px;
}

.vrijblijvend-aanvragen a:first-child {
	background: #013F63;
}

.vrijblijvend-aanvragen a:first-child:hover {
	background: #01304b;
}

#calculator_formulier .gform_wrapper {
	padding-right: 100px;
}

.vrijblijvend-aanvragen a {
	color:white;
	display:block;
	border-radius: 0px 0px 18px 18px;
    padding: 15px;
    background: #009182;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.vrijblijvend-aanvragen a:hover {
	text-decoration:none;
	background:#005c53;
}

.bel-ons-hover-container  {
	position: fixed;
    top: 40%;
    right: 0;
    background: white;
	padding: 15px 25px 15px 30px;
    box-shadow: 0px 0px 15px #00000029;
    border-radius: 70px 0px 0 70px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    z-index:999;
}

.bel-ons-hover-container:hover {
	text-decoration:none;
	padding: 15px 35px 15px 30px;
}

.top-lvl {
	display:flex;
    color: #B1194B;
    font-weight: 700;
    font-size: 20px;
    margin-bottom:4px;
}

.top-lvl img {
	margin-right: 5px;
    max-width: 15px;
}

.bot-lvl {
	color:#013F63;
	font-weight: 700;
    font-size: 14px;
}

.top-banner {
	padding-top:125px;
	min-height:90vh;
	display:flex;
	align-items:center;
	background-size: 74%, 100%;
    background-repeat: no-repeat;
    position:relative;
}

.top-banner.onlygradient {
	background: rgb(1,63,99);
	background: linear-gradient(90deg, rgba(1,63,99,1) 0%, rgba(0,102,147,1) 100%) !important;
}

.top-banner.bannersize-Medium {
	min-height:70vh;
}

.top-banner.bannersize-Klein {
	min-height:50vh;
}

.top-banner.single-post-banner {
	min-height:125px;
	height:125px;
}

.top-banner-content {
	max-width:580px;
	z-index: 99;
    position: relative;
}

.top-banner-content h1 {
	color: white;
    font-weight: 500;
    font-size: 34px;
}

.top-banner-content .pv-button {
	margin:15px 0;
}

.pv-button {
    font-weight: 500;
    border-radius: 0px 15px;
    color: white;
    background: #009182;
    padding: 12px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.pv-button.pvblue {
	background:#013F63;
}

.pv-button:hover {
	border-radius: 15px 0;
	color:white;
	text-decoration:none;
	background:#018678;
}

.pv-button.fullwidth-btn {
	width:100%;
}

.top-banner-content p {
	color:white;
	font-weight:300;
	margin:10px 0;
	text-wrap: balance;
}

.perks {
	display: flex;
    justify-content: space-between;
		flex-direction: column;
}

.perk-bar {
	background:#013F63;
	padding:20px 0;
}

.divider-banner {
	background:#F2F2F2;
	border-bottom:14px solid #F2F2F2;
}

.divider-banner.breadcrumbsplus {
	border:none;
	padding:5px 0;
}

.divider-banner.breadcrumbsplus p {
	font-size:13px;
}

.divider-banner.breadcrumbsplus a {
	color:#009182;
}

.perk-content {
	display: flex;
    align-items: center;
    color:white;
    font-size:15px;
}

.perk-content img {
	max-width:20px;
	margin-right:15px;
}

.main-content {
	padding:50px 0;
}

.main-content .wpb_text_column  a{
	color:#013F63;
}

.home .main-content {
	padding:0;
}

.main-content time {
	color:#989898;
	font-size:12px;
}

.main-content ul {
	list-style:inherit;
	padding-left:35px;
	color:#515151;
}

.main-content ol {
	list-style:auto;
	padding-left:15px;
	color:#515151;
}

.main-content h1 {
	color: #013F63;
    font-weight: 700;
    font-size: 42px;
    line-height:1.2;
    margin-bottom:20px;
}

.main-content.single-post-content h1 {
	font-size:35px;
}

.main-content.single-post-content a {
	color:#013F63;
	text-decoration:underline;
}

.main-content.single-post-content a.pv-button {
	color:white;
	text-decoration:none;
}

.main-content h2 {
	color: #013F63;
    font-weight: 500;
    font-size: 31px;
    line-height:1.4;
    margin-bottom:25px;
}

.main-content h3 {
	color: #013F63;
    font-weight: 500;
    font-size: 21px;
    line-height:1.2;
    margin-bottom:25px;
}

.main-content p {
	margin-bottom:25px;
	color:#515151;
}

.aflopende-image {
	position:absolute;
	right:0;
	width:20%;
	height:90%;
	border-radius:0 0 0 20px;
}

.video-sw-popup  {
	width: 100%;
    height: 380px;
    display: block;
    position:relative;
    border-radius: 0px 25px;
    cursor:pointer;
}

.video-sw-popup .top-image {
	position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    cursor: pointer;
    z-index: 999;
    background: #018678;
    color: white;
    padding: 20px 10px 20px 16px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    font-size: 25px;
    text-align: center;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.video-sw-popup:hover .top-image {
	top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    padding: 24px 10px 20px 16px;
    font-size: 28px;
}

.logo-bar-container-outer {
	padding:50px 0;
}

.logo-bar-container-inner {
	text-align:center;
	padding:70px 0 50px;
	box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.logo-bar-container-outer.shade-1 .logo-bar-container-inner {
	box-shadow: 0px 0px 30px rgb(0 0 0 / 0%);
}

.logo-bar-container-inner h2 {
	margin-bottom:10px;
}

.logo-bar-content {
	max-width:1165px;
	margin:auto;
	display:flex;
	justify-content:space-between;
}

.logo-bar-content .logo-single-content img {
	width:100%;
	max-height: 100px;
    object-fit: contain;
}

.icon-block-container {
	display: flex;
    align-items: flex-start;
    gap: 20px;
}

.icon-block-container img {
    max-width: 40px;
    max-height: 40px;
}

.icon-content-block h3 {
	margin-bottom:10px;
	font-size:20px;
}

.icon-content-block p {
	font-size:15px;
	line-height:2;
}

.cta-block-container {
    display: flex;
    flex-wrap: wrap;
    background:#F4F4F4;
    border-radius:0 15px;
    overflow:hidden;
}

.cta-block-container.imageright {
	flex-direction: row-reverse;
}

.cta-block-image {
	flex: 0 0 50%;
    max-width: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cta-block-content {
	flex: 0 0 50%;
    max-width: 50%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tp-review-box-container {
	display: flex;
    flex-wrap: wrap;
    margin-left:-10px;
    margin-right:-10px;
}

.tp-review-box {
	flex: 0 0 25%;
    max-width: 25%;
    flex-grow: 1;
    padding:10px;
}

.tp-review-intern {
	background: #fafafa;
    padding: 25px;
    text-align: center;
}

.tp-review-excerpt {
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color:#363647;
    font-size:14px;
    height:77px;
    margin:10px 0;
}

.top-banner .tp-review-excerpt {
	height: 77px;
}

.tp-review-box-title {
	color:#363647;
	font-weight:bold;
}

.tp-review-datum {
	font-size: 12px;
    margin: 5px 0;
    font-weight: 600;
    color: #999;
}

.tp-review-sterren .stars-rating {
	margin:7px 0;
	display:block;
}

.tp-review-sterren .stars-rating i {
	background: #00b67a;
    color: white;
    padding: 4px;
}

.tp-review-sterren .stars-rating i.grey {
	background:#dcdce6;
}

.tp-review-readmore a {
    color: #a1a0aa;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.cta-block-inner-content {
	padding: 50px 70px;
}

.stap-block-container {
	box-shadow: 0px 0px 15px #00000029;
	padding:60px 50px 0px;
	border-radius:10px;
	text-align:center;
	margin-bottom:45px;
	height:100%;
}

.stap-height-adjuster {
	height:100%;
	padding-bottom:55px;
}

.stap-spacer {
	height:20px;
}

.stap-block-container .stap-content-block h2 {
	color:#B1194B;
    font-size: 50px;
    text-align: center;
    margin-bottom: 8px;
}

.vc_col-sm-4 .stap-block-container {
	padding:60px 35px 0px;
}

.stap-block-container.fullwidthstap {
	display:flex;
	align-items:center;
	gap:45px;
	padding-bottom:50px;
} 

.vc_col-sm-4  .stap-block-container .stap-content-block p {
	font-size:15px;
}

.stap-block-container img {
	margin-bottom:35px;
	max-width:100%;
	max-height:150px;
	display: block;
	margin-right: auto;
}

.stap-block-container .stap-content-block {
	text-align:left;
}

.stap-block-container .stap-content-block ul {
	list-style:none;
	padding-left:0;
	margin-bottom: 25px;
}

.stap-block-container .stap-content-block ul li {
	padding-left: 35px;
    background: url(img/groen-vinkje.svg) left center no-repeat;
    background-size: 18px;
    margin-bottom: 8px;
}


.stap-block-container .stap-content-block p {
	line-height:2;
}

.pv-button-container.align-1 {
	text-align:center;
}

.ervaringen-block-container {
	display:flex;
	justify-content:center;
	align-items:center;
}

.ervaring-block-content {
	max-width:450px;
	padding:100px 0;
}

.trustpilot {
	margin:35px 0;
	font-weight:500;
}

.trustpilot img {
	max-width:90px !important;
	vertical-align: sub;
}

.ervaring-block-content .trustpilot img {
	margin-bottom: 2px;
}

.star-line{
	margin-top:8px;
	font-weight: 500;
}

.stars-rating {
	color:#f9b402;
	margin:0 6px;
}

.beoordeling-line {
	color:#9e9e9e;
	font-weight:400;
	font-size:12px;
}

.slick-prev:before, .slick-next:before {
	color:#4f4f4f; 
}

footer {
	background:#013F63;
	padding:50px 0 90px;
	color:white;
	position:relative;
}

footer a {
	color:white;
	text-decoration:none;
}

footer .socials a {
	font-size:20px;
	margin-right:5px;
}

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

footer a:hover {
	text-decoration:underline;
	color:white;
}

.footerwidget h3 {
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.footerwidget p {
	margin-bottom:8px;
	font-size:15px;
	line-height:1.5;
}

.footerwidget ul li {
	margin-bottom:15px;
	font-size:15px;
}

.logo-bar-footer{
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    padding: 15px 30px;
    width: 20%;
    text-align: right;
    border-radius: 0px 18px 0px 0px;
}

.logo-bar-footer img {
	max-width:90px;
}

.vc_row-o-equal-height .wpb_wrapper {
	height:100%;
}

.medewerkers-block-container {
	display: flex;
    flex-wrap: wrap;
}

.medewerker-single-container {
	flex: 0 0 25%;
	max-width: 25%; 
	padding:5px;
}

.medewerker-single-content-container {
	background:#F4F4F4;
	border-radius:15px;
	margin-bottom:20px;
	padding:40px 25px 25px;
	position:relative;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.medewerker-single-content-container:hover {
	box-shadow:0px 0px 30px rgba(0,0,0,0.2);
}

.soc-tag {
	background: #B1194B;
    padding: 15px 5px 2px;
    border-radius: 0px 0px 5px 5px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.soc-tag:hover {
	padding:18px 5px 2px;
}

.soc-tag img {
	max-width:15px;
}

.soc-tag-modal {
	background: #B1194B;
    padding: 5px 5px 2px;
    border-radius:5px;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.soc-tag-modal img {
	max-width:15px;
}

.fb-medewerker-tag {
	position: absolute;
    right: 50px;
    top: 0;
}

.linkedin-medewerker-tag {
	position: absolute;
    right: 20px;
    top: 0;
}

.medewerker-afb {
    height: 155px;
    width: 155px;
    border-radius: 50%;
    display: block;
    margin: auto;
}

.medewerker-flex-content {
	margin-top:20px;
}

.main-content .medewerker-flex-content h3 {
	font-size:15px;
	margin-bottom:0;
}

.medewerker-functie {
	color:#B1194B;
	font-size:14px;
	font-weight:bold;
}

.overlay-cont {
	position: absolute;
    right: 10%;
    max-width: 700px;
    bottom: -70px;
}

.overlay-cont img {
	width:100%;
	max-width:100%;
}

.uitgelicht-single-content-container {
	display: flex;
    align-items: center;
    gap: 50px;
}

.uitgelicht-afb {
	flex: 0 0 60%;
    max-width: 60%;
    min-height:350px;
    border-radius: 0px 15px;
    overflow:hidden;
}

.uitgelicht-label {
	background: #B1194B;
    color: white;
    font-weight: 500;
    padding: 6px 25px 5px;
    display: inline-block;
    border-radius: 32px;
    font-size: 13px;
    margin-bottom: 15px;
}

.uitgelicht-date {
	color:#989898;
	font-size:13px;
}

.main-content h2.uitgelicht-titel {
	color:#013F63;
	margin-bottom:10px;
	font-size: 26px;
    line-height: 1.2;
}

.uitgelicht-excerpt {
	line-height: 1.7;
    font-size: 16px;
    margin-bottom: 20px;
	color:#515151;
}

.custom-nav-slider {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:25px 0;
	color:#989898;
	gap:15px;
}

.custom-nav-slider .sw-arrow {
	background: #989898;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	color:#B1194B;
}

.custom-nav-slider .sw-arrow:hover {
	background:#B1194B;
	cursor:pointer;
}

.custom-nav-slider .sw-arrow.prev-sw {
	padding-left:10px;
}

.custom-nav-slider .sw-arrow.next-sw {
	padding-left:13px;
}

.blog-uitgelicht-container .slick-next, .blog-uitgelicht-container .slick-prev {
	opacity:0;
}

.blog-standaard-container {
	display: flex;
    align-items: center;
  	flex-wrap:wrap;
}

.blog-single-container {
	flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding:10px;
}

.blog-single-content-container {
	background:white;
    margin-bottom:25px;
    border-radius: 25px;
    overflow: hidden;
    display:block;
}

.blog-single-content-container:hover {
	text-decoration:none;
}

.blog-single-container .uitgelicht-titel {
	-webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom:0;
}

.blog-afb {
	height:280px;
}

.blog-flex-content {
	padding:30px;
	height: 125px;
}

.single-post-highlight-image {
	border-radius:0 15px;
	margin-top:70px;
	overflow:hidden;
}

.single-post-highlight-image img {
	width:100%;
}

.relatedposts .blog-single-content-container {
	box-shadow:0px 0px 20px rgba(0,0,0,0.1);
}

.relatedposts h2 {
	text-align:center;
}

.vc_gitem_row .vc_gitem-col {
	background: rgba(1,63,99, 0.75) !important;
	color:white;
}

.vc_gitem-post-data-source-post_title {
	font-weight: bold !important;
    margin-bottom: 5px !important;
}

.gridpinexcerpt p {
	color:white !important;
	font-size:13px !important;
}

.case-single-container {
	height:100%;
	padding-bottom:30px;
}

.case-single-content-container {
	background:white;
    margin-bottom:25px;
    border-radius: 25px;
    overflow: hidden;
    display:block;
    box-shadow: 0px 0px 15px #00000029;
    height:100%;
    display: flex;
    flex-direction: column;
}

.case-single-content-container:hover {
	text-decoration:none;
}

.case-single-container .case-titel {
	-webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-bottom:15px;
}

.case-afb {
	height:175px;
}

.case-flex-content {
	padding:30px 30px 0;
}

.case-flex-content .pv-button {
	width:100%;
	text-align:center;
}

.case-flex-content p {
	color:#989898;
	font-size:14px;
	line-height:1.7;
}

.case-button-holder {
    margin-top: auto;
    margin-bottom: 0px;
    text-align: center;
    padding: 0 30px 30px;
}

.case-button-holder .pv-button {
	width:100%;
	text-align:center;
}

.contact-icon-box-container {
	padding:35px;
	background:white;
	box-shadow: 0px 3px 25px #00000029;
	border-radius:25px;
	margin-bottom:30px;
}

.contact-icon-afb {
	padding:20px;
}

.contact-icon-afb img {
	width:100%;
}

.contact-icon-part {
	display:flex;
	align-items:center;
	margin-bottom:20px;
}

.contact-icon-part img {
	max-width:45px;
	margin-right:15px;
}

.contact-icon-part a, .contact-icon-part div.ctitle {
	font-size:15px;
	color:#013F63;
	text-decoration:none;
	font-weight:bold;
}

.cdesc {
	color:#515151;
	font-size:13px;
	font-weight:400;
}

input.valid, .hs-form input.valid, .hs-form textarea.valid {
	border: 2px solid #28a745 !important;
	/* background-image: url('https://cdn-icons-png.flaticon.com/16/4315/4315445.png') !important;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px; */
}

input.valid, textarea.valid {
	border: 2px solid #28a745;
}

#field_3_22 {
	display: none;
}

/* Gravityforms CSS */

.main-content .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

.main-content .gform_wrapper.gravity-theme .gfield input, .main-content .gform_wrapper.gravity-theme .gfield select {
	border: 1px solid #CECECE;
    padding: 10px !important;
    border-radius: 15px;
}

.main-content .gform_wrapper.gravity-theme .gfield textarea {
	border: 1px solid #CECECE;
    padding: 10px !important;
    border-radius: 15px;
}

.main-content .gfield_consent_description {
	overflow-y:auto !important;
	border:none !important;
	line-height:1.5 !important;
	color:#919191 !important;
}

.main-content .gfield_consent_label {
	font-size:13px !important;
}

.main-content .gform_button {
	font-weight: bold;
    border-radius: 0px 15px;
    color: white;
    background: #009182;
    padding: 12px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align:center;
    width:100%;
    border:none;
    cursor:pointer;
}

.main-content .gform_button:hover {
	border-radius: 15px 0;
	color:white;
	text-decoration:none;
	background:#018678;
}

/* end gravityforms CSS */

.hoekjes-add img {
	border-radius: 0px 15px;
}

.simpel_vinkje {
	display:flex;
	align-items:center;
	margin-bottom:35px;
}

.simpel_vinkje img {
	width:35px;
	margin-right:15px;
}

.simpel-desc {
	font-size: 15px;
    font-weight: bold;
}

.veelgestelde-vraag-header {
	background: #013F63;
    padding: 15px 30px;
    border-radius: 25px;
    position:relative;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.veelgestelde-vraag-header:hover {
	background:#023553;
}

.veelgestelde-vraag-header h4 {
	color:white;
	margin-bottom:0;
	font-weight:500;
}

.veelgestelde-vraag-header i {
	font-size: 25px;
    position: absolute;
    right: 30px;
    top: 13px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.veelgestelde-vraag-container {
	background: #FAFAFA;
    border-radius: 25px;
    margin-bottom:25px;
}

.veelgestelde-vraag-container.active .vhv-uitklap {
	display:block;
}

.veelgestelde-vraag-container.active .veelgestelde-vraag-header i {
	transform: rotate(180deg);
}

.vhv-uitklap {
	display:none;
	padding: 25px 30px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.vhv-uitklap p {
	font-weight:300;
}

.vhv-uitklap a {
	color:#013F63;
}

.vhv-uitklap p:last-child {
	margin-bottom:0;
} 

.clickmedewerker {
	cursor:pointer;
}

#TB_window {
	border-radius:10px;
	overflow: hidden;
}

#TB_closeAjaxWindow {
	position:relative;
	z-index:999;
	opacity:0;
}

#TB_closeWindowButton:focus {
	outline: none !important;
}

#TB_closeWindowButton:active{
	outline: none !important;
}

#TB_closeWindowButton {
	outline:none !important;
}

#TB_closeWindowButton .screen-reader-text {
	display:none;
}

#TB_ajaxWindowTitle {
	display:none;
}

#TB_title {
    background: none;
    border:none !important;
    height: inherit !important;
}

#TB_ajaxContent {
	padding:0 !important;
	overflow:hidden !important;
	width:100% !important;
}

#TB_ajaxContent img {
	width:100%;
}

#TB_ajaxContent .modal-content {
	padding: 0;
	border:none;
	height:100%;
	position:relative;
}

.close-tag {
	position: absolute;
    top: 4px;
    color: white;
    right: 3px;
    background: #B1194B;
    padding: 3px 10px;
    border-radius: 50%;
    font-size: 12px;
    pointer-events:none;
}

.medewerker-plaatsen {
	display:flex;
	height:100%;
}

.modal-medewerker-image, .modal-medewerker-info{
	height:100%;
	width:50%;
}

.modal-medewerker-info {
	padding:30px;
}

.modal-naam {
	color: #013F63;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.modal-functie {
	color: #B1194B;
    font-size: 14px;
    font-weight: bold;
    margin-bottom:15px;
}

.modal-mobiel a, .modal-email a, .modal-website a {
	color: #013F63;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 0px;
}

.modal-website {
	margin-bottom:15px;
}

.modal-desc {
	font-size:14px;
}

.modal-socials {
	margin-top:20px;
}

.mobileshow {
	display:none;
}

/* HAMBURGER CSS! */
.hamburger {
	padding:0;
}

.hamburger.is-active:hover, .hamburger:hover {
	opacity:1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	width:33px;
	height:3px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color:#013F63;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
	background-color:#013F63;
}

.hamburger-cont {
	position: absolute;
    right: 15px;
    top: 25px;
    z-index: 99999;
    display:none;
}

.mobile-menu-extras {
	padding: 10px 15px;
}

.mobile-menu-extras .pv-button {
	font-size: 14px;
    font-weight: 600;
    padding: 10px 19px;
    margin-bottom:5px;
}

.basicinfo  {
	padding: 10px 15px;
}

.basicinfo a {
	font-size:14px;
	text-decoration:none;
	color:#013F63 ;
	display:block;
	margin-bottom: 15px;
}

.textwidget .gform_wrapper.gravity-theme .gfield_label {
	display:none;
}

.textwidget .gform_wrapper.gravity-theme .gfield input {
	border-radius: 7px;
    border: none;
    padding: 10px 15px;
}

.nieuwsbriefpolicy  {
	font-size:11px;
	opacity:0.5;
}

.textwidget .gform_wrapper.gravity-theme .gform_footer input {
	font-weight: bold;
    border-radius: 0px 15px;
    color: white;
    background: #009182;
    padding: 9px 26px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border:none;
    cursor:pointer;
    font-size:14px;
}


.textwidget .gform_wrapper.gravity-theme .gform_footer input:hover {
	border-radius: 15px 0;
	color:white;
	text-decoration:none;
	background:#018678;
}

.perk-bar .tp-review-intern {
	width: 375px;
	position: absolute;
	right: 15px;
	bottom: -20px;
	border-radius: 15px 15px 0 0;
}

.perk-bar .tp-review-sterren .stars-rating,
.top-banner .tp-review-sterren .stars-rating {
	margin: 0;
}

.perks-ip {
	flex-wrap: wrap;
	gap: 20px;
	width: 57%;
}

.tp-review-intern-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tp-review-box .tp-review-intern-top {
	flex-direction: column;
	gap: 7px;
}

.perk-bar .tp-review-datum,
.perk-bar .tp-review-excerpt,
.perk-bar.tp-review-readmore,
.top-banner .tp-review-datum,
.top-banner .tp-review-excerpt,
.top-banner .tp-review-readmore {
	text-align: left;
}

.trustpilot-header {
	margin: 0;
	color: white;
	font-weight: 400;

	display: flex;
	row-gap: 0 !important;
	gap: 8px;
	align-items: center;
}

.trustpilot-header .star-line {
	margin-top: 7px;
}

.trustpilot-header .beoordeling-line {
	color: white;
	font-size: 14px;
}

.top-banner-ip .top-banner-content {
	max-width: 449px;
}

.home .top-banner-ip .top-banner-content {
	max-width: 650px;
}

.stap-content-block a {
	font-size: 14px;
}

.stap-block-container .trustpilot img {
	margin-bottom: 0;
}

.stap-block-container .trustpilot {
	margin-top: 25px;
}

.stap-block-container .trustpilot .beoordeling-line {
	color: inherit;
}

.review-box-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.review-box-header h2 {
	margin-bottom: 0;
}

.review-box-header a {
	display: none;
	color: #A1A0AA;
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
}

.offset-leeg .tp-review-box-container .tp-review-box:nth-child(n+5):nth-child(-n+8) {
	display: none;
}

.offset-set .tp-review-box-container .tp-review-box:nth-child(-n+4) {
	display: none;
}

.pv-hoe-het-werkt-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 35px;
	row-gap: 50px;
}

.pv-hoe-het-werkt-grid .stap-block-container {
	box-shadow: unset;
	padding: 50px 25px 0;
	margin-bottom: 0;
}

.pv-hoe-het-werkt-grid .stap-block-container:nth-child(n+2):nth-child(-n+5) a {
	display: none;
}

.pv-hoe-het-werkt-grid .slick-next.slick-disabled,
.pv-hoe-het-werkt-grid .slick-prev.slick-disabled {
	opacity: 0.5;
}

.pv-hoe-het-werkt-grid .slick-next {
	background-image: url(img/pv-slider-right.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;

	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 25px;
	z-index: 1;
}

.pv-hoe-het-werkt-grid .slick-prev {
	background-image: url(img/pv-slider-left.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 42px;
	height: 42px;

	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -25px;
	z-index: 1;
}

.pv-hoe-het-werkt-grid .slick-next::after,
.pv-hoe-het-werkt-grid .slick-next::before,
.pv-hoe-het-werkt-grid .slick-prev::after,
.pv-hoe-het-werkt-grid .slick-prev::before  {
	content: '';
}

.aanvragen .top-banner-ip .top-banner-content {
	max-width: 580px;
}

.aanvragen .top-banner-content p {
	max-width: 480px;
}

.top-banner .tp-review-intern,
.extra.tp-review-intern {
	bottom: 0;
	width: 375px;
	position: absolute;
	right: 15px;
	border-radius: 15px 15px 0 0;
}

.extra .tp-review-datum, .extra .tp-review-excerpt, .extra .tp-review-readmore {
	text-align: left;
}

.tekst-testimonial-top ul {
	padding-left: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.tekst-testimonial-top ul li {
	list-style-type: none;
}

.tekst-testimonial-top ul li {
	display: flex;
	font-size: 15px;
}

.tekst-testimonial-top ul li::before {
	content: "";
	background-image: url(img/groen-vinkje.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.tekst-testimonial-top {
	margin-bottom: 50px;
}

.testimonial-inner {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.testimonial-inner > p {
	font-style: italic;
}

.testimonial-inner > div {
	display: flex;
	gap: 10px;
	align-items: center;
}

.vragen-inner-left img:not(:first-child) {
	margin-left: -20px;
}

.vragen-inner-left img {
	width: 58px;
	height: 58px;
}

.vragen-inner-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.vragen-section-inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.vragen-section-inner a {
	color: inherit;
}

.vragen-section-inner a:hover {
	text-decoration: none;
}

.vragen-section-inner a span {
	color: #B1194B;
	font-weight: 700;
	font-size: 18px;
	text-decoration: underline;
}

.logo-banner-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.logo-banner-inner p {
	font-weight: bold;
	color: #013F63;
	text-align: center;
	width: 200px;
	flex-shrink: 0;
	text-wrap: balance;
	font-size: 18px;
	margin-bottom: 0;
}

.logo-banner-inner img {
	height: 65px;
	width: fit-content;

}

.opsomming-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.opsomming-left {
	grid-column: span 2;
}

.opsomming-left ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.opsomming-left ul li {
	padding-left: 35px;
	background: url(img/groen-vinkje.svg) left center no-repeat;
	background-size: 18px;
	margin-bottom: 8px;
}

.opsomming-left ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.opsomming-left {
	box-shadow: 0px 0px 15px #00000029;
	padding: 30px;
	height: 100%;
	border-radius:10px;
}

.opsomming-right .stap-block-container .trustpilot {
	margin-bottom: 0;
}

.opsomming-right .stap-block-container {
	padding: 30px;
	margin-bottom: 0;
	height: 100%;
}

.center-element {
	margin: auto;
	width: fit-content;
}

.star-line a:hover {
	text-decoration: none;
}

.paragraph-vinkje p::before {
	content: "";
	padding-left: 35px;
	background: url(img/groen-vinkje.svg) left center no-repeat;
	background-size: 18px;
	margin-bottom: 8px;
}

.aanvragen .main-content {
	padding-top: 0;
}

.testimonial-inner > div strong {
	color: #013F63;
}

.tekst-testimonial-bottom {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
}

.opsomming {
	padding-bottom: 10px;
}

.review-box-element .trustpilot {
	margin-top: 0;
	display: flex;
	gap: 5px;
	align-items: center;
	flex-wrap: wrap;
}

.formulier .divider-banner {
	display: none;
}

.create-border {
	border-radius: 10px;
	border: 2px solid rgba(0,0,0,0.1);
}

.testimonial-section {
	margin-top: 20px;
	margin-bottom: 50px;
}

.gform_required_legend {
	display: none;
}

.aanvragen .main-content .gform_wrapper.gravity-theme .gfield_label,
.test-pagina .main-content .gform_wrapper.gravity-theme .gfield_label  {
	display: block;
	font-weight: 600;
}

.calc_holder {
	border-radius: 10px !important;
}

.formulier .pv_calc_form_holder {
	margin-right: 20%;
}

.splittest {
	padding-top: 50px;
}

.splittest .perks-ip {
	width: 100%;
}

.splittest-perkbar {
	background: unset;
	padding: 0;
	height: 0;
	position: relative;
}

.top-banner.bannersize-Klein.splittest {
	min-height: 650px;
}

.splittest .perks {
	margin: 20px 0;
}

.splittest .trustpilot {
	margin-bottom: 10px;
}

.splittest .perk-content {
	font-size: 14px;
}

.splittest-perkbar .tp-review-intern {
	bottom: 0;
	right: 200px;
}

.splittest-perkbar-b .tp-review-intern {
	right: 6%;
}

.center-tekst {
	margin-left: auto;
	width: fit-content;
	margin-right: auto;
}

.splittest-form {
	position: absolute;
	bottom: 0;
	right: 550px;
	right: 25%;
	background-color: white;
	border-radius: 15px 15px 0 0;
	padding: 20px 30px;
	padding-right: 60px;
	width: 450px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
	background-color: #013F63 !important;
}

.splittest-form #gform_wrapper_3 .gform_page_footer {
	padding-bottom: 0;
}

.splittest-form .maandelijkse_omzet_holder, .looptijd_holder {
	margin: 0;
}

.splittest-form .maandelijkse_omzet_holder h3 {
	margin-bottom: 8px !important;
	color: #013F63;
	font-weight: bold;
	font-size: 14px;
}

.splittest-form .gform_wrapper.gravity-theme .gfield_label {
	font-size: 12px;
	margin-bottom: 4px !important;
}

.splittest-form .gform_page_footer input  {
	margin-bottom: 0 !important;
	font-size: 12px;
}

.splittest-form .gform_wrapper.gravity-theme .gfield select, .splittest-form .gform_wrapper.gravity-theme .gfield input {
	border: 1px solid #CECECE;
	padding: 10px !important;
	border-radius: 15px;
}

.splittest-form h2 {
	color: #013F63;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.splittest-form .gform_wrapper.gravity-theme .gf_progressbar {
	margin-bottom: 8px;
}

.splittest-b {
	background-size: 75%, 118% !important;
}

.splittest-form  .gform_button {
	font-weight: bold;
	border-radius: 0px 15px;
	color: white;
	background: #009182;
	padding: 12px 30px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	width: 100%;
	border: none;
	cursor: pointer;
}

.top-banner {
	position: relative;
}

.top-banner::before {
	content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3; 
  pointer-events: none;
}

.splittest-form .gform_button:hover {
	border-radius: 15px 0;
	color: white;
	text-decoration: none;
	background: #018678;
}

.quickscan .main-content {
    padding: 0;
}

/*********** Quickscan start ***********/   


.gf-progress > .gf-step {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 20px;

	position: absolute;
	top: -15px;
}

.gf-step:nth-child(1) .gf-circle {
	margin-left: 0;
}

.gf-step:nth-child(4) .gf-circle {
	margin-right: 0;
}

.gf-step:nth-child(1) { left: 0%;  transform: translateX(0); }
.gf-step:nth-child(2) { left: 33.333%; transform: translateX(-50%); }
.gf-step:nth-child(3) { left: 66.666%; transform: translateX(-50%); }
.gf-step:nth-child(4) { left: 100%; transform: translateX(-100%); }

#gform_3 {
	margin-top: 50px;
}

#gform_wrapper_3 .gfield_label {
	font-size: 13px !important;
}


.gf-progress {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
	margin-bottom: 100px;
}

.gf-progress-line {
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 8px;
  background: white;
  border-radius: 2px;
  z-index: 1;
}

.gf-progress-fill {
  height: 8px;
  background: #25C188;
  border-radius: 2px;
  width: 0%;
  transition: width 1.5s ease;
}

.maandelijkse_omzet_holder label {
	font-weight: 700 !important;
	font-size: 28px !important;
	line-height: 32px !important;
	margin-bottom: 10px !important;
}

.maandelijkse_omzet_holder .gfield_description {
	font-weight: 400 !important;
	font-size: 14px !important;
	color: #64748B !important;
}

#gform_3 #input_3_27 {
	height: 120px;
	font-size: 32px !important;
	color: #009182;
	font-weight: 700;
}

#gform_3 .gform-body {
	background-color: white;
	padding: 20px 30px;
	border-radius: 8px;
	border: 1px solid #E2E8F0;
}

.gform_wrapper input.filled:not(.gform_button):not(.gform_next_button):not(.gform_previous_button),
.gform_wrapper select.filled,
.gform_wrapper textarea.filled {
  border-color: #009182 !important;
  color: #009182 !important;
  font-weight: 700;
  font-size: 13px !important;
}

#gform_3 .maandelijkse_omzet_holder {
    margin: 15px 0 0 0;
}

.vaak-gekozen.active {
	background-color: #009182;
	border-color: #009182;

}

#gform_3 #gform_ajax_spinner_3 {
	display: none;
}

.vaak-gekozen.active p {
	color: white;
}

.vaak-gekozen {
	border-radius: 50px;
	border: 2px solid #3B3B3A26;
	padding: 10px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-bottom: 20px;
	
}

.vaak-gekozen-top div {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.vaak-gekozen-top p {
	margin-bottom: 0;
	font-size: 13px;
	color: #64748B;
}

.vaak-gekozen p {
	margin-bottom: 0 !important;
	color: black;
}

#gform_3 .gfield_description {
	color: #64748B;
	font-size: 14px;
}

#gform_3 input, #gform_3 select {
	border-radius: 6px !important;
	border: 1px solid #E2E8F0 !important;
	
}

body #gform_3 select.filled, body #gform_3 input.filled {
	border: 1px solid #009182 !important;
	height: 45px;
}

body #gform_3 .gform_next_button, #gform_submit_button_3, #gform_previous_button_3 {
	height: 54px !important;
}

.gf-step {
  position: relative;
  text-align: center;
  z-index: 2;
  flex: 1;
}


.gf-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: transparent;
  transition: all 0.3s ease;
  margin: 0 auto;
}

.gf-label {
  font-size: 14px;

	color: #64748B;
}

.gf-step.active .gf-circle {
  border-color: #25C188;
  background: #25C188;
  color: #fff;
}

.gf-step.completed .gf-circle {
  border-color: #25C188;
  background: #25C188;
  color: #fff;
}

.gf-step.completed .gf-circle span {
  color: #fff;
  font-size: 0.9rem;
}

.gf-step.active .gf-label,
.gf-step.completed .gf-label {
  color: #25C188;
	font-weight: 700;
}

.quickscan-inner {
	display: flex;
	gap: 20px;
}

.quickscan-inner > div:first-child {
	width: 100%;
}

.quickscan-right {
	margin-top: 100px;
	max-width: 370px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.quickscan-testimonial, .quickscan-review, .quickscan-financiering, .quickscan-vragen-section, .quickscan-vervolg {
	background-color: white;
	padding: 25px 20px;
	border-radius: 15px;
}

.quickscan-review {
	padding: 25px 72px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quickscan-testimonial .tekst-testimonial-top > p {
	color: #013F63;
	font-size: 18px;
}

.quickscan-testimonial .tekst-testimonial-top {
	margin-bottom: 0;
}

.quickscan-review .tp-review-sterren .stars-rating  {
	text-align: center;
	margin-bottom: 20px;
}

.quickscan-gf-contact {
	margin-bottom: 40px;
}

.quickscan-review > div:last-child {
	text-align: center;
}

.quickscan-review > div:last-child p:first-child {
	font-size: 18px;
}

.quickscan-review > div:last-child p:last-child {
	margin-bottom: 0;
}

.quickscan-financiering > div p:last-child {
	margin-bottom: 0;
}

.quickscan-financiering {
	display: flex;
	gap: 20px;
	height: fit-content;
}

.quickscan-financiering img {
	object-fit: contain;
	max-width: 100%;
	width: 68px;
}

.quickscan-financiering > div p:last-child {
	font-size: 14px;
}

.quickscan-financiering > div p:first-child {
	margin-bottom: 0;
	font-size: 14px;
}

.quickscan-financiering > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
}

#gform_next_button_3_12, #gform_next_button_3_15 {
	margin-left: auto;
}

#gform_submit_button_3 {
	color: white;
}

.quickscan-vragen-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quickscan-vragen-section .vragen-inner-left {
	margin-bottom: 20px;
}

.quickscan-vragen-section .vragen-inner-right p {
	margin-bottom: 0;
}

.quickscan-vragen-section .vragen-inner-right a {
	color: #B1194B;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}

.quickscan-vragen-section .vragen-inner-right > strong {
	color: #013F63;
}

.quickscan-vragen-section .vragen-inner-right a:hover {
	text-decoration: none;
}

.quickscan-inner-inner p strong, .quickscan-vervolg-inner p {
	color: #64748B;
}

.quickscan-vervolg-inner > div p {
	color: #263238;
	margin-bottom: 0;
}

.quickscan-vervolg-inner > div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.page-template-quickscan-bedankt {
	background-color: #F5F5F5;
}

.page-template-quickscan-bedankt .quickscan-vragen-section {
	width: fit-content;
	padding: 25px 30px;
}

.quickscan-thankyou {
	margin: 100px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.quickscan-thankyou-top, .quickscan-thankyou-mid {
	background-color: white;
	border-radius: 15px;
	padding: 30px;

}

.quickscan-thankyou-top .img-wrapper {
	position: relative;
	height: 40px;
}

.quickscan-thankyou-top .img-wrapper img {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
}

.quickscan-thankyou-top .img-wrapper::before {
	content: "";
	background-image: url(./img/pv-bg-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 40px;
	height: 40px;
}

.quickscan-thankyou-top-header {
	display: flex;
	justify-content: center;
	gap: 10px;
}

.quickscan-thankyou-top h1 {
	color: #013F63;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}

.quickscan-thankyou-top p {
	color: #013F63;
	text-align: center;
	font-size: 18px;
	max-width: 75%;
	margin: auto;
}

.quickscan-thankyou-mid h3 {
	font-weight: bold;
	font-size: 25px;
	color: #00B67A;
	margin-bottom: 20px;
}

.quickscan-thankyou-mid p {
	font-size: 18px;
	color: #013F63;
}

.quickscan-thankyou-mid ul {
	display: grid;
	grid-template-columns: 350px 350px;
	row-gap: 20px;
	margin-top: 30px;
}

.quickscan-thankyou-mid ul li {
	display: flex;
	align-items: center;
	color: #013F63;
	gap: 8px;
}

.quickscan-thankyou-mid ul li::before {
	content: "";
	background-image: url(./img/pv-ty-check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
}

.quickscan-thankyou-mid a::after {
		content: "";
	background-image: url(./img/pv-ty-arrow-r.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 20px;
	height: 20px;
	transition: all 0.3s;
}

.quickscan-thankyou-mid a:hover {
	text-decoration: none;
}

.quickscan-thankyou-mid a:hover::after {
	margin-right: -8px;
} 

.quickscan-thankyou-mid a {
	background-color: #00B67A;
	color: white;
	font-size: 14px;
	border-radius: 6px;
	height: 46px;
	width: 265px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	margin-top: 30px;

}

.gfield input.no-check {
  background-image: none !important;
  border-color: #E2E8F0 !important;
  transition: none !important;
}

.gfield input.filled,
.gfield select.filled,
.gfield textarea.filled {
  background-image: url('img/vinkje-groen.svg');
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: calc(100% - 36px) center;
}

.quickscan-financiering strong {
	color: black;
}

#gform_wrapper_3 .gform_page_footer {
	justify-content: space-between;
}

.gf-after-send-html span {
	font-weight: bold;
}

.gf-after-send-html ul li {
	display: inline-flex;
	justify-content: flex-end;
}

.gf-after-send-html ul li p {
	margin-bottom: 0;
}

.gf-after-send-html .tekst-testimonial-top {
	margin-bottom: 0;
}

#gform_3 .gfield h2 {
	margin-bottom: 20px;
}

#field_3_27 .gfield_label {
	font-size: 31px !important;
	margin-bottom: 0 !important;
}

.quickscan-right > div {
  display: none;
}

.quickscan-gf-contact p:first-child {
	font-size: 31px;
	color: #09405D;
	font-weight: bold;
	margin-bottom: 0;
}

.quickscan-gf-contact p:last-child {
	font-weight: 400 !important;
    font-size: 14px !important;
    color: #64748B !important;
		margin-bottom: 0 !important;
}

#field_3_39 {
	text-align: end;
}

.quickscan-thankyou-mid > a {
	display: none;
}

.vrijblijvend-aanvragen a:first-child {
	display: none;
}

@media (max-width:991px){
	.quickscan-inner {
		flex-direction: column;
	}

	.quickscan-right {
    max-width: 100%;
	}

}

@media (max-width:768px){

	.quickscan-gf-contact {
    margin-bottom: 20px;
	}

	.gf-label {
    font-size: 12px;
	}

	.gf-progress > div:nth-child(4) .gf-label {
		position: absolute;
		bottom: 125%;
		right: 0;
	}

	.gf-progress {
    margin-bottom: 65px;
	}

	.gf-progress > div:nth-child(2) .gf-label {
		position: absolute;
		bottom: 125%;
		left: -100%;
	}

	.gf-progress > .gf-step {
		gap: 10px;
	}

	.vaak-gekozen-top div {
   flex-direction: column-reverse;
	 align-items: flex-start;
	 gap: 20px;
	}

	.vaak-gekozen {
		margin-bottom: 0;
	}

	.quickscan-right {
    margin-top: 20px;
	}

	#gform_3 .gform-body {
    padding: 20px;
	}

	#gform_3 {
    margin-top: 0;
	}

	#field_3_27 .gfield_label {
    font-size: 23px !important;
	}

	.quickscan-section {
		margin-left: -15px;
		margin-right: -15px;
	}

}

@media (max-width:500px){

	.gf-after-send-html ul li {
		display: inline-flex;
		justify-content: flex-start;
	}

}


/*********** Quickscan einde ***********/


@media (max-width:1700px){
	.overlay-cont {
		max-width:600px;
	}

	.splittest-perkbar-b .tp-review-intern {
		right: 4%;
	}
}

@media (max-width:1580px){

	.splittest-perkbar-b .tp-review-intern {
		right: 2%;
	}
	.ervaringen-block-container {
		background-size: 24%, 24%, 100%;
	}
	
	.ervaring-block-content {
		padding:55px 0;
	}
	
	.overlay-cont {
		max-width:450px;
	}
	
	.top-banner-content h1 {
		font-size:33px;
	}
}

@media (max-width:1366px){

	.splittest-perkbar-b .tp-review-intern {
		display: none;
	}

	.logo-bar-container-inner {
		padding:50px 30px;
	}
	
	.blog-afb {
		height:230px;
	}
	
	.overlay-cont {
		right:0%;
	}

	.splittest-form {
    right: 8%;
	}
}

@media (max-width:1200px){
	
	.blog-single-container {
		padding:5px;
	}
	
	.top-banner-content h1 {
		font-size:30px;
	}
	
	.main-content h2 {
		font-size:27px;
	}
	
	.main-content h3 {
		font-size:18px;
	}
	
	.ervaring-block-content {
		padding:35px 0;
	}
	
	.logo-bar-content {
		max-width:1024px;
	}
}

@media (max-width:1024px){
	.tp-review-box-container {
	    margin-left:0;
	    margin-right:0;
	}
	
	.tp-review-box {
		flex: 0 0 33.3333%;
	    max-width: 33.3333%;
	}
	
}

@media (max-width:991px){

.perk-bar .tp-review-intern,
.top-banner .tp-review-intern {
		display: none;
	}

	.perks-ip {
		width: 100%;
	}

	.pv-hoe-het-werkt-grid {
		grid-template-columns: 1fr;
	}

	.pv-hoe-het-werkt-grid .stap-block-container:nth-child(n+2):nth-child(-n+5) a {
		display: block;
	}

	.pv-hoe-het-werkt-grid .stap-block-container {
    padding: 75px 25px 0;
	}

	.logo-banner {
		display: none;
	}

	.opsomming-inner {
		display: flex;
		flex-direction: column;
	}

	.formulier .pv_calc_form_holder {
		margin-right: 0;
	}

	.splittest-form {
    position: relative;
    bottom: unset;
    right: unset;
    background-color: white;
    border-radius: 0;
    padding: 0;
    width: 100%;
	}

	#calculator_formulier .gform_wrapper {
	padding-right: 0;
	margin-bottom: 20px;
	}

}

@media (max-width:768px){
	
	body {
		padding-top:75px;
	}
	
    .tp-review-box {
		flex: 0 0 50%;
	  max-width: 50%;
	}

	body .trustpilot-header {
		margin: 0;
		flex-wrap: wrap;
	}
	
	.bel-ons-hover-container {
		display:none;
	}

	.offset-leeg .review-box-header a {
		display: block;
		margin-top: 10px;
	}

	.home .offset-leeg .review-box-header a {
		display: none;
	}

	.perks .perk-content:last-child {
		margin-bottom: 0;
	}

	.review-box-header .trustpilot {
		display: none;
	}

	.main-content {
    padding: 20px 0;
	}
	
	.vrijblijvend-aanvragen {
		display:none;
	}
	
	.mobileshow {
		display:block;
	}

	.review-box-header h2 {
		text-wrap: balance;
	}

	.aanvragen .review-box-header div {
	text-align: center;
	}
	
	.mobile-phone-icon {
	    position: absolute;
	    right: 85px;
	    top: 19px;
	    font-size: 20px;
	    color: #009182;
	    color: white !important;
	    border: 1px solid #009182;
	    border-radius: 50%;
	    width: 35px;
	    height: 35px;
	    padding: 6px 9px;
	    background:#009182;
	}
	
	.hamburger-cont {
	    display: block;
	}
	
	.menu-container.main-menu {
	    display: block;
	    position: absolute;
	    left: -100%;
	    top: 76px;
	    width: 100%;
	    background: white;
	    padding: 10px;
	    border-top: 1px solid #013F63;
	    height: 100vh;
	    -webkit-transition: all 0.3s ease-out;
	    -moz-transition: all 0.3s ease-out;
	    -o-transition: all 0.3s ease-out;
	    transition: all 0.3s ease-out;
	}
	
	.menu-container.main-menu.is-mobile-active {
	    left: 0;
	}
	
	.logo-container {
		padding:0;
		background:none;
		left: 16px;
    	top: 8px;
    	text-align:left;
	}
	
	.logo-container img {
		width:70px;
	}
	
	header {
		background:white;
		height:75px;
		z-index: 999999999;
		box-shadow: 0px 0px 21px rgb(0 0 0 / 10%);
	}

	.splittest-form {
		margin-bottom: 50px;
	}
	
	header.active {
		height:inherit;
		background:white;
		height:75px;
	}
	
	header.active .logo-container {
		padding:0;
	}
	
	.top-banner {
		padding-top:0;
		background-size:cover !important;
		min-height: 50vh;
		background-position:center;
	}
	
	.top-banner-content {
		max-width:100%;
		padding:0 20px;
	}
	
	.top-banner-content h1 {
		font-size:23px;
		text-shadow: 1px 1px 6px rgb(0 0 0 / 70%);
		max-width: 80%;
	}

	.home .trustpilot-header {
		display: none;
	}

	.offset-set .tp-review-box-container .tp-review-box:nth-child(-n+4) {
		display: block;
	}

	.offset-leeg .tp-review-box:not(:first-child) {
		display: none;
	}

	.offset-leeg .tp-review-box:first-child {
		max-width: 100%;
		padding: 0;
	}
	
	.top-banner-content p {
		font-size:14px;
	}

	.offset-leeg .tp-review-box .tp-review-intern-top {
		flex-direction: row;
	}

	.offset-leeg .tp-review-box .tp-review-datum,
	.offset-leeg .tp-review-box .tp-review-readmore {
		text-align: start;
	}

	.tp-review-box .tp-review-sterren .stars-rating {
    margin: 0;
	}

	.offset-leeg .tp-review-box .tp-review-excerpt {
		height: 85px;
		font-size: 15px;
		text-align: start;
	}
	
	.perks {
		display:block;
	}
	
	.perk-content {
		margin-bottom:5px;
		font-size:13px;
	}
	
	.aflopende-image {
		display:none;
	}
	
	.stap-block-container.fullwidthstap {
		display:block;
	}
	
	.video-sw-popup {
		height:220px;
		margin-bottom:20px;
	}
	
	.main-content h2 {
		font-size:23px;
	}
	
	.main-content p {
		font-size:15px;
	}
	
	body .pv_calculator_container {
		margin-left: -15px;
    	margin-right: -15px;
	}
	
	.logo-bar-content {
		max-width:100%;
		flex-wrap:wrap;
		justify-content:center;
	}
	
	.logo-bar-content .logo-single-content {
		max-width:50%;
		width:50%;
	}
	
	.cta-block-container {
		display:block;
	}
	
	.cta-block-image {
		height:240px;
	}
	
	.cta-block-image, .cta-block-content {
		flex: 0 0 100%;
    	max-width: 100%;
    	flex-grow: 1;
	}
	
	.ervaringen-block-container {
		background: rgba(249,249,249,1) !important;
	}
	
	.cta-block-inner-content {
		padding: 30px 35px;
	}
	
	.ervaring-block-content {
		padding: 35px 30px;
		text-align:center;
	}
	
	.trustpilot {
		margin: 35px 0 5px;
	}
	
	.menu-container.main-menu ul li {
		display:block;
		margin-right:0;
	}
	
	.menu-container.main-menu ul > li.menu-item-has-children:after {
		display:none;
	}
	
	.menu-container.main-menu ul li a {
		padding: 10px 0;
		border-bottom: 1px solid #999;
		position:relative;
		color: #013F63 !important;
		display: block;
	}
	
	.menu-container.main-menu ul > li.current-menu-item > a {
		color: #013F63 !important;
		font-weight:bold;
	}
	
	.menu-container.main-menu ul li .sub-menu li:last-child a {
		border-bottom: 1px solid #999;
	}
	
	.menu-container.main-menu ul li:last-child a {
		border-bottom:0;
	}
	
	.menu-item-has-children .dashicons {
		position: absolute;
	    right: 0;
	    font-size: 15px;
	    top: 14px;
	    color:#013F63;
	}
	
	.menu-item-has-children .sub-menu {
		display:none;
	}
	
	.menu-container.main-menu ul li:hover .sub-menu {
		display:none;
	}
	
	.menu-item-has-children.active > ul.sub-menu {
		display:block !important;
	}
	
	.menu-container.main-menu ul li .sub-menu {
	    position: relative;
	    padding-left: 20px;
	    border: none;
	    width:100%;
	    padding-top: 0;
    	padding-right: 0;
	}
	
	.menu-container.main-menu ul li .sub-menu li {
		padding-right:0;
	}
	
	.menu-container.main-menu ul > li.current-menu-item > a {
		color: #013F63;
		background:none;
	}
	
	.menu-container.main-menu ul ul {
		box-shadow:none;
	}
	
	.menu-container ul li a {
		font-size:14px;
	}
	
	.top-banner.bannersize-Medium {
		min-height:40vh;
	}
	
	.medewerker-single-container {
		flex: 0 0 50%;
    	max-width: 50%;
    	padding: 5px;
	}
	
	.medewerker-single-content-container {
		padding: 40px 20px 15px;
	}
	
	.main-content .medewerker-flex-content h3 {
		font-size:13px;
	}
	
	.medewerker-afb {
		max-width: 100%;
    	width: 100px;
    	height: 100px;
	}
	
	.medewerker-functie {
		font-size:10px;
	}
	
	.logo-bar-footer {
		display:none;
	}
	
	.stap-block-container img {
		max-width:60%;
	}
	
	.overlay-cont {
		position:relative;
		max-width:100%;
		text-align:center;
	}
	
	.overlay-cont img {
		max-width:50%;
	}
	
	.top-banner {
		
	}
	
	.mobileflow {
		max-width:100%;
		overflow:hidden;
	}
	
	.top-banner.bannersize-Klein {
		min-height:28vh;
	}
	
	.medewerker-plaatsen {
		display:block;
	}
	
	.modal-medewerker-image {
		height:250px;
		width:100%;
	}
	
	.modal-medewerker-info {
		height:inherit;
		width:100%;
	}
	
	.modal-desc {
		display:none;
	}
	
	.modal-naam {
		font-size:18px;
	}
	
	.uitgelicht-single-content-container {
		display:block;
	}
	
	.uitgelicht-afb {
		max-width:100%;
		margin-bottom:20px;
		min-height:255px;
	}
	
	.blog-single-container {
		flex: 0 0 50%;
   	 	max-width: 50%;
	}
	
	.blog-afb {
		height:145px;
	}
	
	.blog-flex-content {
		padding:15px;
		height:90px;
	}
	
	.main-content h3 {
		font-size:15px;
	}
	
	.top-banner.withoverlay {
		
	}
	
	.overlay-cont {
		display:none;
	}
	
	.pv-button {
		font-size:14px;
		font-weight:500;
	}

	.pv-hoe-het-werkt-header {
		text-align: center;
	}
	
	.case-afb {
		height:270px;
	}
	
	.footerwidget {
		margin-bottom:25px;
	}
	
	footer {
		padding:50px 0 30px;
	}
	
	.single-post-highlight-image {
		margin-top:20px;
	}
	
	.top-banner.single-post-banner {
		height:10px;
		min-height:10px;
	}
	
	.main-content.single-post-content h1 {
		font-size:25px;
	}
	
	.textwidget .gform_wrapper.gravity-theme .gfield input{
		padding:5px 15px;
	}
	
	.logo-bar-container-outer{
		padding:15px 0;
	}
	
	.logo-bar-container-inner{
		padding:35px 30px;
	}

	.vragen-inner-left img {
    width: 43px;
    height: 43px;
	}

	.vragen-section-inner {
		justify-content: center;
		row-gap: 20px;
	}

	.vragen-inner-right {
		align-items: center;
	}

	.aanvragen .top-banner-ip .top-banner-content {
    max-width: 100%;
	}

	.aanvragen     .top-banner-content h1 {
		max-width: 100%;
	}

}

@media (max-width:500px){

	.trustpilot img {
		max-width: 80px !important;
	}

	.stars-rating i {
		font-size: 12px;
	}

	.star-line {
		font-size: 14px;
	}

	.trustpilot-header .beoordeling-line {
		font-size: 12px;
	}

	.top-banner.bannersize-Klein.splittest {
    min-height: 450px;
	}

	.splittest .perk-content {
    font-size: 12px;
	}
}