.menu-buttons {
  display: flex;
  gap: 14px;
  margin: 20px 0;
	flex-wrap: wrap;
}

.menu-button {
  flex: 0 0 calc(25% - 11px);
  color: #ffffff;
  padding: 24px;
  border-radius: 6px;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 400;
	text-transform: uppercase;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: background-color 0.2s ease;
}

@media (max-width: 1208px) {
		.menu-button {
				flex: 0 0 calc(50% - 7px);
		}
}

@media (max-width: 500px) {
		.menu-button {
				flex: 0 0 100%;
		}
}

.rood {
	background-color: #ec3747;
}
.paars {
	background-color: #b1218a;
}

.groen {
	background-color:	#59cc00;
}

a.menu-button, a.menu-button:hover {
  color: #ffffff;
  text-decoration: none;  
	font-weight: 600;
	font-size:16px;
}

.menu-button:hover {
  background-color: #c02c98;
  color: #ffffff;
  text-decoration: none;
}

.menu-icon {
  margin-right: 10px;
}

.menu-week {
  background-color: #ec3747;
}

.menu-week:hover {
  background-color: #f04f5d;
}

.menu-weekend {
  background-color: #b1218a;
}

.menu-weekend:hover {
  background-color: #c02c98;
}


.menu-vegan {
  background-color: #59cc00;
}

.menu-vegan:hover {
  background-color: #6fdb1c;
}

.menu-drink {
  background-color: #17a9ba;
}

.menu-drink:hover {
  background-color: #2fb7c7;
}