
.upcoming-events-block {


  ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  li {
    display: flex;
    position: relative;
    gap: 1rem;
    margin-bottom: 5px;
  }

  .datum {
    background-color: #ECF1F7;
    color: #343E4C;
    flex-shrink: 0;
    border-radius: 10px;
    width: 50px;
    height: 63px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    overflow: hidden;

    .tag {
      padding-top: 5px;
      padding-bottom: 2px;
      font-size: 20px;
    }

    .monat {
      background-color: #2F4371;
      color: #FFFFFF;
      height: 25px;
      width: 100%;
      text-align: center;
      font-size: 13px;
      padding-bottom: 3px;
      padding-top: 3px;
    }
  }

  .info {
    gap: 0.1rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    .name {
      font-size: 16px;

    }

    .abteilung {
      color: #707070;
      font-size: 13px;
    }

    .email {
      color: #4865AE;
      font-size: 13px;
    }
  }
}
