@charset "UTF-8";/*
BIASENSE > kleurcodes: 
pink	#861F41
paars	#572932
roze	#DDBCB0
/* ---------------------------------------- KLEUREN ------- */ 
:root {
  --purple: #;
  --light: #;
  --dark: #;
  --standard-font-size: 18px;
  --standard-line-height: 29px;
}

/* ---------------------------------------- LINKS --------- */ 
a, a:visited		{ color: var(--light); text-decoration: none;}
a:active, a:hover	{ color: var(--dark); text-decoration: none;}

li					{	font-size: var(--standard-font-size);
						line-height: var(--standard-line-height);}

/* ---------------------------------------- HEADER ------ */ 


/* ---------------------------------------- MAIN MENU ------ */ 
.sp-megamenu-parent > li > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {text-transform: uppercase; font-weight: 700!important;}
/* 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;}


/* *************** 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, .logo-image-phone {
		height: 54px!important;
	}
	#sp-top1 {
		display: none;
	}
}


