/**

 * Custom CSS file

 *

 * This file should contain all styling specifically for this site. 

 * This file can (and should) be overwritten in a child-theme. 

 */





/*============================================================

## GENERAL STYLING: General things

============================================================*/

body {
    font-family: 'Lato', sans-serif;
}

#branding {
    padding: 15px 0;
    flex: 1;
}

#brandbox,
#brandbox-aan-de-slag {
    padding-top: 85px;
    background-color: #d9d9d9;
}

.navbar-nav .menu-item {
    font-weight: bold;
}

.navbar-nav .menu-item a {
    color: #344a9b !important;
    font-family: "Lato Black", sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin: 12px 18px !important;
    padding: 3px 0 !important;
}

.dropdown-item:active {
	background-color: transparent;
}

.navbar-nav .menu-item.active a.dropdown-item {
	border: none;
	width: auto;
}

.navbar-nav .menu-item.active a.dropdown-item:hover{
	background-color: transparent;
	border-bottom: 3px solid #52c642;
}

@media (min-width: 768px) {
	.navbar-nav .menu-item.active a {
	    border-bottom: 3px solid #52c642;
	}
	
	#nav-primary .dropdown-menu {
    margin-top: -5px;
	}

	#site-navigation .navbar-nav .menu-cta-item a {
	    box-shadow: 0 0 5px rgba(124, 134, 150, 0.25);
	    border-radius: 10px;
	    background-color: #52c642;
	    color: #fff !important;
	    padding: 8px 25px !important;
	    margin: 8px 0 0 15px !important;
	}
}

.dropdown-menu {
    border-radius: 0;
}

.btn,
.gform_wrapper .gform_footer input[type=submit] {
    padding: 15px 40px 20px;
    font-size: 21px;
    font-weight: 700;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
}

.btn-primary {
    background-color: #52c642;
    border-color: #52c642;
    border-width: 3px;
}

.btn-primary:hover {
    background-color: #344a9b;
    border-color: #344a9b;
}

.brandbox-action {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.brandbox-bar {
    background-color: #e0e0e0;
}

.brandbox-sub-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.brandbox-sub-title > .wpb_column > .vc_column-inner {
    padding-top: 15px;
}

.brandbox-sub-title .wpb_text_column {
    margin-bottom: 15px;
}

.brandbox-sub-title h2 {
    color: #ffffff;
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

.google-review-bar {
    background-color: #fff;
    padding: 0 25px 15px ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.brandbox-bar .wpb_single_image {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 25px;
}

.google-review-bar .wpb_single_image {
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}

#video-about-us {
    padding-top: 50px;
    padding-bottom: 25px;
}

#video-about-us .wpb_single_image {
    margin-bottom: 0;
}

#text-about-us {
    padding-top: 0;
}

.wpb_video_widget .wpb_wrapper iframe body {
    border-radius: 10px;
}

.text-about-us-half {
    padding-top: 45px;
    padding-bottom: 25px;
}

#usp {
    padding-top: 80px;
    padding-bottom: 90px;
}

#usp .vc_row .usp-box > .vc_column-inner > .wpb_wrapper,
#usp-4 .vc_row .usp-box > .vc_column-inner > .wpb_wrapper {
    background-color: #f5f5f5;
    padding: 20px 25px 1px;
}

#text-about-us-reverse {
    padding-top: 0;
}

#recensies .vc_row .review-box > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 20px rgba(124, 134, 150, 0.25);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 25px 25px 35px;
}

@media (max-width: 768px) {
    #recensies .vc_row .review-box > .vc_column-inner > .wpb_wrapper,
    #usp .vc_row .usp-box > .vc_column-inner > .wpb_wrapper,
    #usp-4 .vc_row .usp-box > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 15px;
    }
}

#recensies .wpb_single_image {
    margin-bottom: 0;
}

#logo-bar {
    box-shadow: 0 0 10px rgba(124, 134, 150, 0.25);
}

.offerte-box > .vc_column-inner {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 1px solid #979797;
    background-color: #ffffff;
    padding: 25px;
}

.gfield input,
.gfield select,
.gfield textarea {
    box-shadow: inset 0 3px 5px #efefef;
    border-radius: 8px;
    border: 1px solid rgba(124, 134, 150, 0.25);
    background-color: #ffffff;
    padding: 10px !important;
}

.gfield input::placeholder,
.gfield option,
.gfield select,
.gfield textarea::placeholder {
    font-size: 16px;
    color: #666666;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.gform_wrapper .gform_body .gfield_label,
.gform_wrapper .gform_body .field_sublabel_above .ginput_container_name label {
    color: #000000;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}

.gform_wrapper .gform_body .field_sublabel_above .ginput_container_name label {
    margin-top: 0;
    margin-bottom: 8px;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0;
}

.backtohome {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    position: fixed;
    bottom: 0;
}

.btn-small {
    padding: 5px 20px 5px;
    font-size: 16px;
}

@media ( min-width: 992px ) {
    .usp-position {
        top: -90px;
        position: relative;
        margin-bottom: -110px;
    }
}

.usp-position .wpb_column .vc_column-inner > .wpb_wrapper > .vc_row {
    background-color: #f3f3f3;
    padding: 10px 0;
    margin-top: 10px; 
    margin-right: 0px;
    border-radius: 5px;
}

.usp-position .wpb_text_column {
    margin-bottom: 0;
}

.usp-position .vc_icon_element {
    margin-bottom: 0;
}

#colophon {
    background-color: #fff;
    padding: 45px 0;
}

#nav-colophon .nav-link,
.copyright {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #7c8696;
}

/*============================================================

## GENERAL STYLING: Base Typography

============================================================*/
.brandbox-title h2 {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 700;
}

h2 {
    color: #344a9b;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

#logo-bar h2 {
    color: #7c8696;
    font-size: 24px;
    font-weight: 700;
}


#video-about-us .name-about-us p {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}

#video-about-us .text-about-us p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;  
}

#video-about-us .undertitle {
    font-family: "Lato Black";
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: #7c8696;
}

#recensies .vc_row .review-box > .vc_column-inner > .wpb_wrapper .name-review p {
    margin-top: 15px;
    color: #344a9b;
    font-size: 21px;
    font-weight: 700;
}

#recensies .vc_row .review-box > .vc_column-inner > .wpb_wrapper p {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #7c8696;
}

.text-white,
.text-white p,
.text-white h2 {
    color: #fff;
}

#step-acc {
    counter-reset: step-count;
}

#step-acc .vc_tta-panel {
    position: relative;
}

#step-acc .vc_tta-panel::before {
    counter-increment: step-count;
    content: counter(step-count);
    position: absolute;
    top: 9px;
    left: -18px;
    background-color: #52c642;
    color: #fff;
    padding: 6px 13px 7px 14px;
    border-radius: 100px;
    font-weight: bold;
}

#step-acc .vc_tta-panel-title a,
#step-acc .vc_tta-panel-body {
    padding-left: 40px;
}

#step-acc .vc_tta-panel-body {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}


#step-acc .vc_tta-panel-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}


#step-acc .vc_tta-panel.orange-step::before {
	background-color: orange;
}

#step-acc .vc_tta-title-text {
	color: #52c642;
}

#step-acc .orange-step .vc_tta-title-text {
	color: orange;
}

.title-header {
/*     background-image: url('wp-content/uploads/2019/10/title-header-bg.png'); */
    background-image: linear-gradient(180deg, #13293d 0%, #344a9b 100%);
    color: #fff;
    padding: 60px 0 75px;
}

.title-header h1 {
	font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: 900;
    border-bottom: 3px solid #52c642;
    padding-bottom: 15px;
    display: inline;
}

@media (min-width: 750px) {
	.title-header .container {
	    max-width: 750px;
	}
}

#topheader .textwidget p {
    margin-bottom: 0;
}

.brandbox-row {
    overflow: visible;
}

#brandbox .brandbox-bar {
    background-color: #fff;
    padding: 10px 0;
    overflow: visible !important;
}

#brandbox .brandbox-bar > .wpb_column > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 15px rgba(28, 28, 28, 0.25);
    border-radius: 5px;
    padding: 15px;
    margin-top: -65px;
    background-color: #fff;
}

#brandbox .brandbox-bar > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    padding: 20px 15px;
}

.home #brandbox .brandbox-bar > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper {
    padding: 13px 15px;
}

@media (max-width: 992px ) {
    #brandbox .brandbox-bar > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper {
        margin-top: 10px;
    }
}

.brandbox-bar .wpb_column .wpb_text_column {
    margin-bottom: 0;
}

#brandbox .brandbox-action {
    background-color: #fff;
    padding: 15px 25px 0;
}

.google-review-bar {
    background-color: #fff;
    padding: 0 25px 15px ;
}

#brandbox .brandbox-bar .wpb_single_image {
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

.google-review-bar .wpb_single_image {
    margin-bottom: 15px;
    padding-top: 20px;
    padding-bottom: 0;
}

#brandbox-aan-de-slag .brandbox-action {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#brandbox-aan-de-slag .brandbox-bar {
    background-color: #e0e0e0;
}

#brandbox-aan-de-slag .brandbox-sub-title > .wpb_column > .vc_column-inner {
    padding-top: 15px;
}

#brandbox-aan-de-slag .brandbox-sub-title .wpb_text_column {
    margin-bottom: 15px;
}

#brandbox-aan-de-slag .brandbox-sub-title h2 {
    color: #ffffff;
    font-family: Lato;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

#brandbox-aan-de-slag .google-review-bar {
    background-color: #fff;
    padding: 0 25px 15px ;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#intro-asp {
    background-position-y: bottom !important;
    background-position-x: -5% !important;
    margin-bottom: 15px;
}

.usp-list-block > .wpb_column > .vc_column-inner > .wpb_wrapper,
.contact-form-block > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 10px rgba(124, 134, 150, 0.25);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 30px 100px 5px 110px;
}

.usp-list-block > .wpb_column {
    position: relative;
}

.usp-list-block h2 {
    color: #52c642;
    font-size: 32px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 3px solid #f1f2f4;
}

.usp-list-block p {
    padding-top: 15px;
}

.usp-list-block p,
.usp-list-block li {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #13293d;
}

.usp-list-icon-1 > .wpb_column::after {
    content: '';
    background-image: url('/wp-content/uploads/2019/10/usp-list-1.png');
    position: absolute;
    width: 150px;
    height: 150px;
    top: 20px;
    left: -70px;
    background-size: contain;
}


.usp-list-icon-2 > .wpb_column::after {
    content: '';
    background-image: url('/wp-content/uploads/2019/10/usp-list-2.png');
    position: absolute;
    width: 150px;
    height: 150px;
    top: 20px;
    left: -70px;
    background-size: contain;
}


.usp-list-icon-3 > .wpb_column::after {
    content: '';
    background-image: url('/wp-content/uploads/2019/10/usp-list-3.png');
    position: absolute;
    width: 150px;
    height: 150px;
    top: 20px;
    left: -70px;
    background-size: contain;
}


.usp-list-icon-4 > .wpb_column::after {
    content: '';
    background-image: url('/wp-content/uploads/2019/10/usp-list-4.png');
    position: absolute;
    width: 150px;
    height: 150px;
    top: 20px;
    left: -70px;
    background-size: contain;
}

.cta-block {
    box-shadow: 0 0 10px rgba(124, 134, 150, 0.25);

}

.cta-block p {
    color: #13293d;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.cta-block p a {
    color: #344a9b;
    text-decoration: underline;
}

.usp-list-section,
.side-bg-section {
    background-repeat: no-repeat !important;
    background-position-y: center !important;
    background-position-x: 108% !important;
}

#topheader {
    margin: 0;
    background-color: #344a9b;
}

#topheader p,
#topheader p a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
}

.btn-outline {
    border: 3px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    color: #fff;
    background-color: #344a9b;
    border-color: #344a9b;
}

#faq-accordion .vc_tta-panel-title {
    box-shadow: 0 0 10px rgba(124, 134, 150, 0.25);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 10px 0px;
}

#faq-accordion .vc_tta-panel-title .vc_tta-title-text {
    color: #344a9b !important;
    font-size: 21px;
    font-weight: 700;
}

#faq-accordion .vc_tta-controls-icon::before {
    border-color: #344a9b !important;
}

#faq-accordion .vc_active .vc_tta-panel-title,
#faq-accordion .vc_active .vc_tta-panel-body {
    box-shadow: none;
    border-radius: 10px;
    border: 0;
}

#faq-accordion .vc_active.vc_tta-panel {
    box-shadow: 0 0 10px rgba(124, 134, 150, 0.25);
    border-radius: 10px;
    background-color: #ffffff;
}

#faq-accordion .vc_tta-panel-heading {
    border: 0;
}

#faq-accordion .vc_active .vc_tta-panel-heading {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

#footer-copyright, 
#footer-links {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
	.navbar-expand-md #navbar.navbar-offcanvas #nav-primary > li > a::before {
		display: none;
	}

	.navbar-expand-md #navbar.navbar-offcanvas {
		background-color: #f0f0f0;
	}

	#topheader .topheader-right {
		float: right;
	}

	.topheader-inner > .row {
		justify-content: flex-end;
	}

	.usp-list-block > .wpb_column > .vc_column-inner > .wpb_wrapper, 
	.contact-form-block > .vc_column-inner > .wpb_wrapper {
		padding: 30px;
	}

	.usp-list-icon-1 > .wpb_column::after,
	.usp-list-icon-2 > .wpb_column::after,
	.usp-list-icon-3 > .wpb_column::after,
	.usp-list-icon-4 > .wpb_column::after {
		display: none;
	}

	.cta-block {
		background-repeat: no-repeat !important;
		background-position: center bottom !important;
		background-size: cover !important;
	}

	.img-about-us {
		height: 420px;
	}
}

@media (max-width:575px) {
	#step-acc .vc_tta-panel::before {
		left: -8px;
	}
}

.section-bg-full {
    background-size: 120% !important;
    background-repeat: no-repeat;
    background-position: top center !important;
}

.intro-sub-page {
    background-position: -5% top;
    background-repeat: no-repeat;
}

.gform_next_button,
.gform_previous_button {
    padding: 15px 40px 20px;
    font-size: 1em;
    font-weight: 700;
    border-radius: 10px;
    font-family: 'Lato', sans-serif;
    background-color: #344a9b;
    border-color: #344a9b;
    color: #fff;
    border-width: 3px;
    border-style: solid;
    margin-top: 1px;
}

.gform_next_button:hover ,
.gform_previous_button:hover {
    background-color: #52c642;
    border-color: #52c642;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0;
	margin-right: 10px;
}

.ginput_container_consent {
	position: relative;
	padding-left: 40px;
}

.ginput_container_consent label::after {
	content: "";
	background: #fff;
	width: 27px;
	height: 27px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	z-index: 0;
	border: 1px solid #52c642;
}

.ginput_container_consent label::before {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 15px;
	border: solid #52c642;
	border-width: 0 3px 3px 0;
	left: 9px;
	top: 4px;
	transform: rotate(45deg);
	opacity: 0;
	z-index: 1;
	transition: all 100ms;
}

.ginput_container_consent input[type="checkbox"] {
	opacity: 0;
	outline: none;
	z-index: 100;
	width: 27px;
	height: 27px;
	top: 0;
	left: 0;
	position: absolute;
	appearance: none;
	cursor: pointer;
}

.ginput_container_consent input[type="checkbox"] + label {
	cursor: pointer;
}

.ginput_container_consent input[type="checkbox"]:checked + label::before {
	opacity: 1;
	top: 5px;
	left: 10px;
}

.pricing-box-wrapper > .vc_column-inner > .wpb_wrapper {
    box-shadow: 0 0 20px rgba(124, 134, 150, 0.25);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 25px 25px 35px;
    height: 100%;
}

.pricing-box-wrapper .pricing-box-price > .wpb_wrapper {
    display: flex;
    justify-content: center;
    flex-flow: column;
    min-height: 168px;
}

.pricing-box-wrapper .fa-ul i {
    color: #52c642;
    padding-right: 5px;
}

.pricing-box-wrapper .fa-ul i.fa-times {
    color: darkred;
    font-size: 22px;
    padding-right: 5px;
}

.pricing-box-wrapper .fa-ul {
    margin-left: 0 !important;
}

.pricing-box-wrapper .pricing-box-price p {
    font-weight: 800;
}

.fa-ul > li {
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0;
}