.button {
	border: 0;
	cursor: pointer;
	position: relative;
	background-color: #0092c6;
	font-family: 'Source Sans Pro';
}
.button.arrow {
	background-image: url(/static/img/arrow-right-white.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.button.arrow:not(.nohover):not(.leesmeer):hover {
	background-color: #fff;
	background-image: url(/static/img/arrow-right-black.svg);
}
