.card {
  margin-bottom: 20px;
  min-height: 310px;
  width: 360px;
  border-radius: 20px;
  box-shadow: 6px 6px 10px #c1c9cd;
}

.cardHeader {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 55px;
  padding: 0 15px;
}

.cardContent {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-grow: 1;
  padding-bottom: 16px;
  max-height: 365px;
  height: 365px;
  overflow: hidden;
}

.platformCard{
  margin-top: 15px;
}

.infoPointCard{
  max-width: 360px;
  margin-top: 10px;
}

.newsCard{
  max-width: 360px;
  margin-top: 10px;
}

.calendarCard{
  max-width: 360px;
  margin-top: 10px;
}

@media (min-width: 780px /* was 768px*/){

  .cardsContainer {
    justify-content: flex-end;
  }

  .card {
    min-height: 360px;
    max-width: 340px;
  }

  .platformCard{
    margin-top: 24px;
    margin-right: 15px;
  }

  .docCard{
    margin-top: 24px;
    margin-left: 15px;
  }

  .infoPointCard{
    margin-right: 15px;
  }

  .newsCard{
    margin-right: 15px;
  }

  .calendarCard{
    margin-left: 15px;
  }

}

@media (min-width: 1200px){

  .card {
    width: 420px;
    max-width: 420px;
  }

}

.cardContentSecond {
  padding: 20px 0;
}

.cardList li,
.cardListMeinePlatform li {
  list-style: none;
  margin-bottom: 5px;
}

.cardContent .EventPic>img {
  width: 70px;
  height: 50px;
  max-width: 70px;
  max-height: 50px;
  object-fit: cover;
}

/* slider */
.swiper-container {
    width: 100%;
/*    height: 200px;
    background-color: grey;*/
    background-color: white;
}
.swiper-pagination-bullet {
    opacity: 0.40;
    background-color: #E63023;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #E63023;
}

@media (max-width: 779px) { /* Mobile */
  /* .cardsContainer .card {
    padding-left: 15px !important;
    padding-right: 15px !important;
  } */
}

@media (max-width: 2048px) { /* Descktop */
  .cardListMeinePlatform {
    max-height: 115px;
  }

@media (max-width: 1200px) { /* Mobile + Tablet */
  .cardListMeinePlatform {
    max-height: 84px;
    overflow: hidden;
  }
}