@charset "UTF-8";
.eventslist-intro {
  margin-bottom: 40px; }
  .eventslist-intro .title {
    margin-bottom: 30px; }
  .eventslist-intro .introtext {
    max-width: 720px; }

@keyframes eventsFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

.event {
  position: relative;
  border-radius: 20px;
  background: #F4F3F4;
  margin-bottom: 20px; }
  .event:last-child {
    margin-bottom: 0; }
  .event.hidden {
    display: none;
    /*
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transform: translateY(20px);
        margin-bottom: 0;
        */ }
  .event.visible {
    animation: eventsFadeIn 0.5s ease-in;
    /*
        opacity: 1;
        margin-bottom: 20px;
        max-height: 1000px;
        transform: translateY(0);
        transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease;
        */ }
  .event .secondaryBtn {
    cursor: pointer; }
  .event .event-wrap {
    display: flex;
    flex-direction: column;
    width: 100%; }
  .event h2 {
    margin: 0; }
  @media (max-width: 1024px) {
    .event .labelPlaceholder {
      display: none; } }
  .event .labeldisplay {
    width: 130px;
    display: flex;
    padding: 4px 0;
    justify-content: center;
    align-items: center;
    border-radius: 0 20px;
    background: #C60;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0; }
    .event .labeldisplay.specialDeal {
      right: auto;
      left: 0;
      border-radius: 20px 0;
      background-color: #FF0066; }
    .event .labeldisplay.yellow {
      background-color: #CC6600; }
    .event .labeldisplay.orange {
      background-color: #F18700; }
    .event .labeldisplay.red {
      background-color: #CC0033; }
    .event .labeldisplay.def {
      display: none; }
      @media all and (min-width: 1025px) {
        .event .labeldisplay.def {
          display: flex; } }
    .event .labeldisplay.mob {
      display: flex; }
      @media all and (min-width: 1025px) {
        .event .labeldisplay.mob {
          display: none; } }
  .event .metas {
    display: flex;
    gap: 20px;
    justify-content: space-between; }
    @media (min-width: 1200px) {
      .event .metas {
        min-height: 130px; } }
    @media (max-width: 1024px) {
      .event .metas {
        padding-top: 30px !important; } }
  @media (max-width: 1024px) {
    .event .metas {
      flex-wrap: wrap;
      padding: 10px 10px 20px 10px; }
    .event .metas > * {
      flex: 0 0 calc(100%);
      /* default für Items 3-5 */ }
    .event .metas > *:nth-child(2),
    .event .metas > *:nth-child(3) {
      flex: 0 0 calc(50% - 10px);
      /* erste 2 Items */ }
    .event .metas > *:nth-child(4), .event .metas > *:nth-child(5) {
      flex: 0 0 calc(33% - 15px);
      /* price + subscriber */ }
    .event .metas > *:nth-child(6) {
      flex: 0 0 calc(33% - 15px);
      /* btn */ } }
  @media (max-width: 767px) {
    .event {
      /*
        .metas > *:nth-child(3) {
            flex: 0 0 calc(50% - 10px);
        }*/ }
      .event .metas {
        flex-wrap: wrap;
        padding: 20px 10px 20px 10px; }
      .event .metas > * {
        flex: 0 0 100%; }
      .event .metas > *:nth-child(1),
      .event .metas > *:nth-child(2),
      .event .metas > *:nth-child(3) {
        flex: 0 0 100%; }
      .event .metas > *:nth-child(4),
      .event .metas > *:nth-child(5) {
        flex: 0 0 calc(50% - 10px); }
      .event .metas > *:nth-child(6) {
        flex: 0 0 100%; } }
  .event .location {
    display: flex;
    align-items: center;
    padding-left: 30px; }
    @media (max-width: 767px) {
      .event .location {
        padding-left: 20px; } }
    .event .location .icon {
      display: flex;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background-color: #dcdcdc;
      justify-content: center;
      align-items: center; }
    .event .location .detail {
      margin-left: 20px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      width: 175px; }
      @media all and (min-width: 767px) {
        .event .location .detail .dates {
          margin-top: 10px; } }
  .event .time {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .event .time {
        padding-left: 27px;
        margin: 10px 0 10px 0; } }
    .event .time .icon {
      margin-right: 20px; }
    .event .time .detail {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .event .time .detail .intens {
        display: flex;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        border: 1px solid #2E2E2E;
        margin-bottom: 10px; }
  .event .subscriber {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media all and (min-width: 1025px) {
      .event .subscriber {
        width: 205px; } }
    @media all and (max-width: 1024px) {
      .event .subscriber {
        flex: 1; } }
    @media (max-width: 768px) {
      .event .subscriber {
        align-items: start;
        padding-left: 20px;
        gap: 13px; } }
    .event .subscriber .calculateSubscriber {
      display: flex; }
      .event .subscriber .calculateSubscriber .blocked {
        opacity: .4;
        cursor: not-allowed !important; }
      .event .subscriber .calculateSubscriber .calc {
        cursor: pointer;
        display: flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1/1;
        border-radius: 50%;
        background: #DCDCDC;
        font-size: 30px;
        line-height: 30px; }
      .event .subscriber .calculateSubscriber .number {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 30px; }
    .event .subscriber .executeGarant {
      visibility: hidden; }
      .event .subscriber .executeGarant.visible {
        visibility: visible; }
    .event .subscriber .status_text {
      display: flex;
      height: 27px;
      align-items: center; }
      @media all and (min-width: 768px) {
        .event .subscriber .status_text {
          margin-top: 5px; } }
    .event .subscriber .status_text_bottom {
      display: flex;
      height: 27px;
      align-items: center;
      margin-bottom: 5px; }
      @media all and (max-width: 767px) {
        .event .subscriber .status_text_bottom {
          padding-left: 24px; } }
  .event .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media all and (min-width: 1025px) {
      .event .price {
        width: 205px; } }
    @media all and (max-width: 1024px) {
      .event .price {
        flex: 1; } }
    @media all and (max-width: 767px) {
      .event .price {
        position: relative;
        top: 2px; } }
    .event .price .rabatt-wrap {
      display: flex;
      position: relative;
      height: 28px;
      width: 100%;
      justify-content: center; }
      @media all and (max-width: 767px) {
        .event .price .rabatt-wrap {
          justify-content: center;
          height: auto;
          text-align: center; } }
      .event .price .rabatt-wrap.hidden {
        display: none; }
      @media all and (min-width: 768px) {
        .event .price .rabatt-wrap .rabatt-wrap-inner {
          position: absolute;
          display: flex;
          gap: 5px;
          width: auto;
          overflow: visible;
          z-index: 5;
          align-items: baseline;
          justify-content: center; }
          .event .price .rabatt-wrap .rabatt-wrap-inner.withEarlyBird {
            left: -30px; } }
    .event .price .save-badge {
      margin-top: 5px;
      display: flex;
      padding: 4px 10px;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background: #CFF;
      color: #007A8A;
      white-space: nowrap; }
      .event .price .save-badge.hidden {
        display: none; }
    .event .price .discount-date {
      margin-top: 5px;
      padding: 4px 10px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background: #FFF;
      color: #000;
      white-space: nowrap; }
      .event .price .discount-date.hidden {
        display: none; }
    .event .price .org_price_marked {
      text-decoration: line-through;
      display: flex;
      height: 27px; }
      .event .price .org_price_marked.hidden {
        display: none; }
  .event .booking {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 30px;
    position: relative; }
    @media all and (min-width: 1025px) {
      .event .booking {
        width: 205px; } }
    @media all and (max-width: 1024px) {
      .event .booking {
        flex: 1; } }
    @media all and (min-width: 768px) {
      .event .booking {
        justify-content: normal; } }
    @media (max-width: 767px) {
      .event .booking {
        flex-direction: row;
        padding-left: 20px;
        align-items: center; } }
    .event .booking .secondaryBtn {
      margin-top: 5px;
      cursor: pointer; }
      @media (max-width: 1024px) {
        .event .booking .secondaryBtn {
          height: 46px; } }
    .event .booking .bookingBtn:disabled {
      opacity: 0.5;
      cursor: not-allowed;
      background-color: #BFBFBF; }
    .event .booking .product-event-toggle-btn {
      display: block;
      width: 100%;
      margin-bottom: 7px;
      margin-top: 10px; }
      .event .booking .product-event-toggle-btn .toggler {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: end; }
        .event .booking .product-event-toggle-btn .toggler svg {
          margin-left: 10px; }
        .event .booking .product-event-toggle-btn .toggler.hidden {
          display: none; }
      @media (max-width: 1024px) {
        .event .booking .product-event-toggle-btn {
          margin-top: 19px;
          margin-bottom: 0; } }
      @media (max-width: 768px) {
        .event .booking .product-event-toggle-btn {
          margin-top: 0;
          margin-bottom: 0; } }
  .event .details {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    border-radius: 0 0 20px 20px;
    background: #DCDCDC;
    display: flex; }
    @media (max-width: 1024px) {
      .event .details {
        flex-direction: column; } }
    .event .details .secondaryBtn {
      height: 43px; }
      @media (max-width: 1024px) {
        .event .details .secondaryBtn {
          height: 37px; } }
    .event .details .innerbox {
      margin: 30px;
      display: flex;
      flex-direction: column;
      padding: 20px;
      border-radius: 10px;
      background: #2E2E2E;
      width: 100%; }
      @media (max-width: 1024px) {
        .event .details .innerbox {
          width: calc(100% - 40px);
          margin: 20px 20px 20px 20px; } }
      @media (max-width: 767px) {
        .event .details .innerbox {
          width: calc(100% - 20px);
          margin: 10px 10px 10px 10px; } }
      .event .details .innerbox .dayTimeWrap .dayTime {
        width: 95px; }
      @media all and (max-width: 767px) {
        .event .details .innerbox .dayTimeWrap {
          flex-direction: column; } }
      .event .details .innerbox .flexwrap {
        color: #fff;
        display: flex;
        width: 100%;
        justify-content: stretch;
        gap: 20px; }
        .event .details .innerbox .flexwrap.border {
          border-top: 1px solid #5E5E5E;
          margin-top: 30px;
          padding-top: 30px; }
        @media (max-width: 768px) {
          .event .details .innerbox .flexwrap {
            flex-wrap: wrap;
            gap: 20px; }
            .event .details .innerbox .flexwrap.border {
              padding-top: 20px;
              margin-top: 20px; } }
        .event .details .innerbox .flexwrap .storno, .event .details .innerbox .flexwrap .times, .event .details .innerbox .flexwrap .subscriberinfo, .event .details .innerbox .flexwrap .imageblock, .event .details .innerbox .flexwrap .seminarort, .event .details .innerbox .flexwrap .hotel {
          flex: 1; }
        @media all and (max-width: 767px) {
          .event .details .innerbox .flexwrap .times, .event .details .innerbox .flexwrap .storno {
            display: flex;
            width: 100%;
            gap: 20px; }
            .event .details .innerbox .flexwrap .times .stornobox, .event .details .innerbox .flexwrap .times .innerTimes, .event .details .innerbox .flexwrap .times .innerBox, .event .details .innerbox .flexwrap .storno .stornobox, .event .details .innerbox .flexwrap .storno .innerTimes, .event .details .innerbox .flexwrap .storno .innerBox {
              flex: 1; } }
        @media all and (max-width: 767px) {
          .event .details .innerbox .flexwrap .storno .subs-wrap {
            flex-direction: column; }
            .event .details .innerbox .flexwrap .storno .subs-wrap .demiliter {
              display: none; } }
        .event .details .innerbox .flexwrap .imageblock img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 5px; }
      .event .details .innerbox .label {
        display: flex;
        align-items: center;
        color: #fff;
        margin-bottom: 10px; }
        .event .details .innerbox .label svg {
          margin-right: 10px; }
    .event .details .services {
      display: flex;
      flex: 1; }
      .event .details .services .bullets .label {
        display: flex; }
        .event .details .services .bullets .label svg {
          margin-right: 10px; }
      .event .details .services ul {
        margin-top: 10px; }
  .event.specialDeal {
    position: relative; }
    .event.specialDeal::before {
      content: "";
      position: absolute;
      inset: 0;
      padding: 3px;
      border-radius: 20px;
      background: linear-gradient(180deg, #FF0066 0%, #9E9E9E 100%);
      -webkit-mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0);
      pointer-events: none; }
    .event.specialDeal .metas {
      min-height: 124px; }
    .event.specialDeal .save-badge {
      position: relative;
      margin-top: 5px;
      display: flex;
      padding: 2px 8px;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      background: #444;
      color: #ffffff;
      white-space: nowrap; }
      .event.specialDeal .save-badge::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: inherit;
        background: linear-gradient(90deg, #FF0066 0%, #9E9E9E 100%);
        -webkit-mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0);
        mask: linear-gradient(#fff 0 0) content-box exclude, linear-gradient(#fff 0 0);
        pointer-events: none; }
      .event.specialDeal .save-badge.hidden {
        display: none; }
      .event.specialDeal .save-badge svg path {
        stroke: #fff; }

#eventOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15vh; }
  #eventOverlay.active {
    opacity: 1;
    visibility: visible; }
  #eventOverlay .overlay-inner {
    position: relative;
    background: white;
    width: 90%;
    max-width: 1180px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 8px; }
  #eventOverlay .overlay {
    position: relative; }
  #eventOverlay .backBtn {
    position: absolute;
    z-index: 2;
    left: 20px;
    top: 20px; }
    #eventOverlay .backBtn .hover {
      display: none; }
    #eventOverlay .backBtn:hover .def {
      display: none; }
    #eventOverlay .backBtn:hover .hover {
      display: inline; }
    #eventOverlay .backBtn svg {
      width: 40px; }
      @media (max-width: 1024px) {
        #eventOverlay .backBtn svg {
          width: 35px; } }
      @media (max-width: 768px) {
        #eventOverlay .backBtn svg {
          width: 28px; } }
  #eventOverlay .info {
    border-radius: 10px;
    position: relative;
    height: 400px; }
    #eventOverlay .info img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
    #eventOverlay .info .location {
      position: absolute;
      z-index: 1;
      bottom: 40px;
      left: 100px; }
      #eventOverlay .info .location .location-inner {
        margin-top: 80px;
        display: flex;
        width: 380px;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        border-radius: 10px;
        background: #2E2E2E;
        color: #fff; }
        #eventOverlay .info .location .location-inner a {
          color: #fff;
          display: flex;
          gap: 15px;
          align-items: center; }
  #eventOverlay .infos {
    padding: 30px 100px 60px 100px;
    display: flex;
    gap: 30px; }
    #eventOverlay .infos h2 {
      padding-bottom: 20px; }
    #eventOverlay .infos .seminars, #eventOverlay .infos .hotel {
      flex: 1; }
      #eventOverlay .infos .seminars .item, #eventOverlay .infos .hotel .item {
        margin-bottom: 10px; }
    #eventOverlay .infos a {
      color: #2E2E2E; }
    #eventOverlay .infos .seminars-ort {
      display: flex;
      flex-wrap: wrap;
      gap: 10px; }
      #eventOverlay .infos .seminars-ort a {
        color: #2E2E2E;
        display: inline-flex;
        height: 50px;
        padding: 10px 20px;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background: #DCDCDC;
        text-decoration: none; }

.events-empty-result-box {
  position: relative;
  border-radius: 20px;
  background: #F4F3F4;
  padding: 60px;
  text-align: center; }
  @media (max-width: 1024px) {
    .events-empty-result-box {
      padding: 50px; } }
  @media (max-width: 768px) {
    .events-empty-result-box {
      padding: 40px; } }

.event-btn-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  gap: 40px; }
  @media (max-width: 1024px) {
    .event-btn-row {
      padding-top: 40px;
      gap: 40px; } }
  @media (max-width: 768px) {
    .event-btn-row {
      gap: 20px;
      padding-top: 30px; } }

#events-show-more {
  cursor: pointer; }

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