/* ---------- KLEUREN -------------------------------------------------------------------------- */
kleur	000000
kleur	000000
kleur	000000
kleur	000000
*/


/* ---------- ROOT ----------------------------------------------------------------------------- */
:root {
	--maincolor:	#5e2365;
	--subcblue:		#0399d6;
	--subcpurple:	#cd126a;
	--subcgreen:	#a6ab1a;
}

/*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;}

/* 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 ------------------------------------------------------------------------- */
.sppb-addon-title {
	color: #fff;
	background-color: #88a299;
	width: 100%;
	padding: 10px 20px;
	font-size: 1.3rem;
}



/* ---------- COMPETITIE UITSLAGEN TABELLEN ---------------------------------------------------- */

/* competitieuitslagen */
table.competitieuitslagen {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

table.competitieuitslagen td, table.competitieuitslagen th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.competitieuitslagen tr:nth-child(even){background-color: #f2f2f2;}

table.competitieuitslagen tr:hover {background-color: #ddd;}

table.competitieuitslagen th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #88a299;
  color: white;
}



/* competitietotalen */
table.competitietotalen {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}

table.competitietotalen td, table.competitietotalen th {
  border: 1px solid #ddd;
  padding: 8px;
}

table.competitietotalen tr:nth-child(even){background-color: #f2f2f2;}

table.competitietotalen tr:hover {background-color: #ddd;}

table.competitietotalen th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #88a299;
  color: white;
}



/* ---------- ADVERTENTIES --------------------------------------------------------------------- */
.mod-banners__item.banneritem {
	margin-bottom: 20px;
}


/* ---------- MINITEK -------------------------------------------------------------------------- */
.mwall-list .mwall-photo-link {
	display: block;
}
.mwall-list .mwall-img-div img {
	width: 300px;
}

#mwall_items_1 .mwall-big .mwall-item-outer-cont .mwall-item-inner {
	width: 70%!important;
}

/* ---------- AANPASSING IVM ARTIKELEN ALS PAGINA'S -------------------------------------------- */






/* ---------- 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;
	}

}