/*--------------------------------------------------------------
# Veranstaltung
---------------------------------------------------------------*/
.calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.calendar ul li {
  padding: 50px 0;
}
.calendar ul li:nth-child(even) {
  background-color: #f2f2f2;
}
#flexible-content .calendar ul li a.cta-button {
  display: inline-block;
  width: auto;
  padding: 7px 16px;
  background-color: #ff5a36;
  color: #ffffff !important;
  font-size: 18px;
  transition: all 0.3s;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
}
#flexible-content .calendar ul li a.cta-button:hover {
  background-color: #e55130;
  transition: all 0.3s;
}
.single-veranstaltung h2 {
  text-align: left;
  margin-top: 50px;
}
.single-veranstaltung .event-info-column {
  position: sticky;
  height: 100%;
  top: 180px;
}
.single-veranstaltung.admin-bar .event-info-column {
  top: 212px;
}
.single-veranstaltung .agenda-wrapper {
  margin-top: 60px;
  padding: 60px 0 80px 0;
  background-color: #f2f2f2;
}
.single-veranstaltung .agenda-container h2.agenda-title {
  text-align: center !important;
  font-size: 40px !important;
  line-height: 48px !important;
  font-weight: 600 !important;
  margin: 0px !important;
}
.single-veranstaltung .agenda-container img {
  border-radius: 10px;
  margin-top: 60px;
}
.single-veranstaltung .event-info-container {
  background-color: #f2f2f2;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 30px;
}
.single-veranstaltung .event-info-icon {
  background-color: #ffffff;
  color: #ff5a36;
  width: 55px;
  min-width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
.cta-placeholder {
  width: 100%;
  height: 130px;
}
.booking-cta-wrapper {
  position: relative;
}
.booking-cta {
  display: block;
  width: 100%;
  z-index: 10;
  z-index: 10;
  padding: 7px 16px;
  background-color: #ff5a36;
  color: #ffffff !important;
  padding: 10px 20px;
  font-size: 24px;
  border: 3px solid #ff5a36;
  transition: all 0.3s;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
}
.booking-cta:hover {
  background-color: #e55130;
  border-color: #e55130;
  transition: all 0.3s;
}
.recommand-cta {
  display: block;
  width: 100%;
  margin-top: 20px;
  z-index: 10;
  padding: 7px 16px;
  background-color: #ffffff;
  color: #ff5a36 !important;
  padding: 10px 20px;
  font-size: 24px;
  border: 3px solid #ff5a36;
  transition: all 0.3s;
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none !important;
  text-align: center;
}
.recommand-cta:hover {
  background-color: #e55130;
  border-color: #e55130;
  color: #ffffff !important;
  transition: all 0.3s;
}
