.single-ticketboerse_posts article h2 {
  margin-top: 5rem;
  color: #D8A544;
  font-weight: bold;
  text-transform: uppercase;
}
.single-ticketboerse_posts article .ticket-entry {
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1rem;
  padding-right: 1rem;
  gap: 20px;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
}
.single-ticketboerse_posts article .ticket-entry .calendardetail {
  align-self: flex-start;
  text-align: left;
  width: 30%;
}
.single-ticketboerse_posts article .ticket-entry .calendardetail a {
  text-decoration: none;
  color: #ECC879;
}
.single-ticketboerse_posts article .ticket-entry .calendardetail a:hover {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.single-ticketboerse_posts article .ticket-entry .calendardetail h3 {
  font-size: 1.25rem;
  color: #ECC879;
  margin-bottom: 0;
}
.single-ticketboerse_posts article .ticket-entry .calendardetail h3 .date {
  font-size: 1.25rem;
  font-weight: bold;
}
.single-ticketboerse_posts article .ticket-entry .calendardetail h3 .time {
  font-size: 0.9rem;
}
.single-ticketboerse_posts article .ticket-entry .showdetail {
  align-self: flex-start;
  text-align: left;
  width: 50%;
}
.single-ticketboerse_posts article .ticket-entry .showdetail a {
  text-decoration: none;
  color: #ECC879;
}
.single-ticketboerse_posts article .ticket-entry .showdetail a:hover {
  color: #EEC370 !important;
  transition: all 0.5s ease;
}
.single-ticketboerse_posts article .ticket-entry .showdetail h3 {
  color: #ECC879;
  margin-bottom: 0;
}
.single-ticketboerse_posts article .ticket-entry .showdetail h3 .date {
  font-size: 1.25rem;
  font-weight: bold;
}
.single-ticketboerse_posts article .ticket-entry .showdetail h3 .time {
  font-size: 0.9rem;
}
.single-ticketboerse_posts article .ticket-entry .ticket-block {
  display: flex;
  width: 30%;
  justify-content: flex-end;
}
.single-ticketboerse_posts article .backlink {
  margin-top: 3rem;
}

/*# sourceMappingURL=ticketboerse_post.css.map */
