.openinghourssection{
	font-size: 22px;
	font-weight: 500;
	line-height: 1.3636;
	text-align: center;

	.opening-hours-item + .opening-hours-item{
		margin: 15px 0 0;
	}

	.opening-hours-days{
		font-weight: 700;
		color: var(--wp--preset--color--farbe-10);
	}
}