.event-list {
  /* width: 310px !important; */
  /* margin-right: 12px; */
  transition: all 0.6s;
}

/* .event-list.slick-slide.slick-current.slick-active {
  margin-right: 24px;
}
.events-list .slick-slide:not(.slick-active) {
  margin-right: 12px;
  opacity: 0;
  width: 322px !important;
} */
.events-list .slick-track {
  width: 99999px !important;
}

.event-list_content {
  height: 416px;
  width: 310px;
  background: url(../media/IHS_kachel_JETZT-BUCHEN-pink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px;
}

.event-heading {
  font-size: 14px;
  text-transform: uppercase;
  color: #f96a6a;
  margin: 0 0 10px 0;
}

.event-title {
  font-size: 16px;
  color: #f96a6a;
  font-weight: 900;
  margin: 0 0 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.event-date {
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  margin: 0 0 60px 0;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; */
  height: 81px;
  line-height: 1.4;
}

.events-list .slick-prev {
  left: -40px;
}

.events-list .slick-next {
  right: -25px;
}

.events-list .slick-next::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/icons/ih-next-arrow-FFFFFF.svg) no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
}

.events-list .slick-prev::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../media/icons/ih-prev-arrow-FFFFFF.svg) no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
}

.events-list .slick-disabled::before {
  opacity: 0;
}

.spacer {
  margin: 1.563vw 0;
  border-width: 2px 0 0 0;
  border-color: #A6A8B5;
  border-style: solid;
}

.event-date p {
  margin-bottom: 0;
}

@media (min-width: 1025px) {

  /* .event-list {
    width: 16.146vw !important;
  }
  .event-list.slick-slide.slick-current.slick-active {
    margin-right: 1.25vw;
  }
  .events-list .slick-slide:not(.slick-active) {
    margin-right: 0.625vw;
    width: 16.771vw !important;
    opacity: 0;
  } */
  .event-list_content {
    height: 21.667vw;
    width: 16.146vw;
    padding: 1.563vw;
  }

  .event-heading {
    font-size: 0.729vw;
    margin: 0 0 0 0;
    height: 2.604vw;
  }

  .event-title {
    font-size: 0.833vw;
    margin: 0 0 0 0;
    height: 2.865vw;
  }

  .event-date {
    font-size: 0.833vw;
    margin: 0;
    height: 10.104vw;
  }

  .events-list .slick-prev {
    left: -2.083vw;
  }

  .events-list .slick-next {
    right: -1.302vw;
  }

  .events-list .slick-next::before {
    width: 1.042vw;
    height: 1.042vw;
  }

  .events-list .slick-prev::before {
    width: 1.042vw;
    height: 1.042vw;
  }


  #event-25763 .event-heading {
    margin: 0;
    height: 2.604vw;
  }
  #event-25763 .event-title {
    margin: 0;
    height: 2.865vw;
  }
  #event-25763 .event-date {
    margin: 0;
    height: 10.104vw;
  }
}

/* @media (max-width: 1366px) and (min-width: 1200px) {
  .event-heading {
    font-size: 12px;
    margin: 0 0 10px 0;
  }
  .event-title {
    font-size: 16px;
    margin: 0 0 0 0;
    height: 105px;
  }
  .event-date {
    font-size: 14px;
    margin: 0;
    height: 80px;
  }
} */
@media (max-width: 1024px) and (min-width: 768px) {
  .event-list_content {
    height: 40.625vw;
    width: 30.273vw;
    padding: 2.930vw;
  }

  .event-heading {
    font-size: 1.367vw;
    margin: 0 0 1.953vw 0;
    height: 6.836vw;
  }

  .event-title {
    font-size: 1.563vw;
    margin: 0 0 2.930vw 0;
    height: 4.688vw;
    line-height: 1.4;
  }

  .event-date {
    font-size: 1.563vw;
    margin: 0 0 5.859vw 0;
    height: 7.813vw;
    line-height: 1.4;
  }

  .event-list a.ihs-button {
    font-size: 1.563vw;
    padding: 1.660vw;
    border-radius: 4.883vw;
  }

  .event-list .ihs-button-align-icon-right {
    margin-left: 0.977vw;
  }

  .event-list a.ihs-button svg {
    width: 1.758vw;
    height: 1.367vw;
  }

  .spacer {
    margin: 20px 0;
  }


  #event-25763 .event-heading {
    margin: 0;
    height: 5.078vw;
  }
  #event-25763 .event-title {
    margin: 0;
    height: 6.445vw;
  }
  #event-25763 .event-date {
    margin: 0;
    height: 17.578vw;
  }
}

@media (max-width: 767px) {
  .event-list_content {
    background: none;
    border-width: 10px;
    border-style: solid;
    border-radius: 30px;
    border-color: #f96a6a;
    padding: 15px;
    width: 100%;
  }

  .spacer {
    margin: 15px 0;
    display: none;
  }

  #event-25763 .event-heading {
    margin: 0 0 10px 0;
  }

  #event-25763 .event-title {
    margin: 0 0 20px 0;
    height: auto;
  }
  
  #event-25763 .event-date {
    margin: 0;
    height: 176px;
  }
  .event-date {
    margin: 0;
    height: 176px;
  }
  .events-list {
    overflow: scroll;
    height: calc(100vh - 200px);
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .spacer {
    display: none;
  }
}

@media (max-width: 380px) {
  .event-list a.ihs-button {
    font-size: 15px;
  }
}