.merkenHolder{
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.merkItem {
    position: relative;
    width: calc(20% - 10px);
    padding: 16px 10px;
    text-align: center;
    margin: 5px;
    background-color: rgb(160 0 0 / 2%);
}
.merkenHolder a.merkItem:nth-of-type(even) {
	background-color: transparent;
}
.merkItem img{
	max-height: 40px;
	max-width:100%;
	width:auto;
	height:auto;
	margin:auto;
	padding-bottom: 10px;
}