/* #760700 #FA3024 #FFBEBA */

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

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

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