@charset "UTF-8";/* kleuren

rgba(42, 69, 85, 0.95)

rgba(57, 88, 108, 0.95)



ad = #3f59a4

rm = #1c2956

complementair = #B32D0B (warm rood)

*/

/*
body {
	color: #1c2956;
}
*/

/* Menu items color */
.sp-megamenu-parent > li > a {color: #1c2956; font-weight: 700!important;}

/* Active color of menu item */
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a { color: #3f59a4; font-weight: 700!important;}

/*  Color of hover menu item */
.sp-megamenu-parent > li > a:hover, .sp-megamenu-parent > li:hover > a  { color: #3f59a4; font-weight: 700!important;}

#sp-top-bar {
	background-color: #1c2956;
}

#sp-top-bar .sp-module {
    margin: 0 0 0 0;
}
label.element-invisible { display: none; }

input.search-query {
	padding: 0px 10px!important;
	font-size: 14px!important;
}

#versturen .rsform-submit-button.btn.btn-primary {
	border-color: #1c2956!important;
	background-color: #1c2956!important;
}


.btn-primary, .sppb-btn-primary {
	border-color: #1c2956!important;
	background-color: #1c2956!important;
}

/* ACCORDION STYLING OBV TYPE CUSTOM*/
.sppb-panel-faq .sppb-panel-heading {
    color: #3f59a4;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    position: relative;
}

.sp-scroll-up {
    color: #fff;
    background: #3f59a4;
}
.sp-scroll-up:hover, .sp-scroll-up:active, .sp-scroll-up:focus {
    color: #fff;
    background: #5c76c4;
}

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


/* *************** BURGER ICON ******************** */
.burger-icon > span {
  background-color: #000000;
}
/* **************** OFFCANVAS MENU **************** */
.offcanvas-menu {
  background-color: #ffffff;
}

/* ---------------------------------------- MOBIEL MENU ------ */ 
@media only screen and (max-width: 800px) {
	#sp-header {
		height: 60px;
	}
	.logo-image {
		height: 54px!important;
	}

}
