
.zg-complete-location {
	display: none;
}

.openadress {
	
}
 
#load-more-events {
	margin-top: 20px;
}

.zg-termine-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.zg-termin {
	display: flex;
	background-color: #cc2354;
}

.zg-short-location:hover,
.zg-complete-location:hover {
	cursor: pointer;
}

.zg-termin .zg-col{
	color: #FFFFFF;
	font-family: "Barlow Semi Condensed", "roboto", sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
	justify-content: center;
	align-items: center;
	display: flex;
	min-height: 62px;
	text-align: center;
}

.zg-short-location i {
	margin-left: 5px;
}

.zg-col.zg-date {
  flex: 0 0 12%;
}

.zg-col.zg-programm {
	flex: 0 0 33%;
	background-color: #B91F4C;
}

.zg-col.zg-artist {
	flex: 0 0 22%;
	
}

.zg-col.zg-location {
	flex: 0 1 22%;
	background-color: #B91F4C;
	flex-direction: column;
	padding: 0 10px;
}

.zg-col.zg-sale {
	flex: 0 1 12%;
}

.zgpi-button {
  background-color: #FFFFFF;
  box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.5) !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  text-decoration: none !important;
  padding: 12px 24px;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
}

.zgpi-button:hover {
	transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
	
  .zg-termin {
	  flex-direction: column;
	}
	
}