.headerkleur, .kom-langs a  {
	background-color: #8000EA; /* paars */
	transition: all linear .3s;
}

.headerkleur a, .middensectie, .footer-wrapper {
    background: #1C0033 !important;
    color: #fff;
	transition: all linear .3s;
}

.no-event a:hover, .kom-langs a:hover {
	background-color: #E4D2FF;
	color: #1C0033;
	transition: all linear .3s;
}