td, th {
	border-width: 1px 0 !important;
}
tr td:first-child {
	border-width: 2px 0 2px 2px;
}
tr td:last-child {
	border-width: 2px 2px 2px 0;
}
#SERVICES ul {
	columns: 2;
	column-width: 250px;
	column-gap: 375px;
	margin: 0 158px;
}
#backbutton {
    background-color: var(--e-global-color-primary);
    color: white;
    border: 0px;
    font-size: 20px;
    padding: 8px 20px;
    margin-left: 20px;
}
#shopbutton, #terminbutton {
  margin: 20px 0 10px 0;
  background-color: var(--e-global-color-primary);
  color: white;
  border: 0;
  min-width: 180px;
}
#LISTHEADER {
	padding: 3% 0;
}
@media only screen and (max-width: 1000px) {
	#SERVICES ul {
		columns: 1;
		margin: 0;
	}
}
#OPENING th {
    text-align: left !important;
}
#KONTAKT > a:hover {
  text-decoration: underline;
}
#KONTAKT > a {
  color: var(--e-global-color-primary);
}
.TOPMENUPS {
  visibility: hidden;
}