/* ---------- KLEUREN -------------------------------------------------------------------------- */
/*
donkerblauw	1c75bc
lichtblauw	00aeef
*/


/* ---------- ROOT ----------------------------------------------------------------------------- */
:root {
	--maincolor:	#1c75bc;
	--subcolor:		#00aeef;
}

/*body {
	color: var(--tekstkleur);
}*/


/* ---------- MENU ----------------------------------------------------------------------------- */
/* Menu items color */
.sp-megamenu-parent > li > a,
.sp-dropdown-items > li > a {font-weight: 700!important; text-transform: uppercase; font-size: 18px;}

/* Active color of menu item */
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-dropdown-items > li.active > a,
.sp-dropdown-items > li.active:hover > a {font-weight: 700!important; text-transform: uppercase;}

/*  Color of hover menu item */
.sp-megamenu-parent > li > a:hover,
.sp-megamenu-parent > li:hover > a,
.sp-dropdown-items > li > a:hover,
.sp-dropdown-items > li:hover > a { font-weight: 700!important; text-transform: uppercase;}

.sp-megamenu-parent > li { text-align: right; }

/* ---------- ALGEMEEN ------------------------------------------------------------------------- */
/*h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	color: #1c75bc;
}*/

#sppb-addon-1581336019221 #btn-15813360192211.sppb-btn-custom {
	padding: 14px 43px 15px 43px!important;
	font-family: Open Sans;
}

/* ---------- FORM ------------------------------------------------------------------------- */
.rsform-submit-button.btn.btn-primary {
	background-color: #00aeef;
	color: #FFFFFF!important;
	font-family: Roboto;
	font-size: 14px;
	text-transform: uppercase!important;
	letter-spacing: 0px!important;
	padding: 20px 32px 21px 32px!important;
	box-shadow: 0px 0px 0px 0px!important;
	border-radius: 100px!important;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.25;
	transition: all .15s ease-in-out;
	cursor: pointer;
}
.rsform-submit-button.btn.btn-primary:hover {
	background-color: #1c75bc;
	color: #FFFFFF;
}

/* ---------- RESPONSIVE OVERIDES -------------------------------------------------------------- */
@media only screen and (max-width: 720px) {

	
}



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

}