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

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

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