.card {
    width: 100%;
    padding: 10px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.12);
    border-radius: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.0);
    margin-bottom: 3rem !important;
    flex: 1 0 100%;
    transition: all 0.2s ease-in-out;
}
.card--small {
    margin-bottom: 1rem !important;
}
.card__small__date {
    line-height: 1.6rem !important;
}
.card:hover {
    box-shadow: 0 8px 24px 0 rgba(28, 50, 84, 0.17);
}
.card__bottom {
    display: flex;
    justify-content: space-between;
}
.card__bottomHr {
    margin: 1.5rem auto;
    width: 100%;
}
.card__width {
    max-width: 30rem;
    min-width: 30rem;
    margin-right: 0.3rem;
}
.card__subtitle {
    color: #68778d;
    font-family: "Fira Sans";
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.1rem;
}
.card__extended {
    max-width: 100%;
    min-width: auto;
    width: auto;
}
.card__extended .card__title {
    font-size: 1.8rem;
}
.card__label {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    background-color: #94d200;
    border-radius: 0.8rem;
    padding: 1px;
    z-index: 5;
}
.card__label span {
    margin: 1rem;
    line-height: 3rem;
    color: #fff;
    text-transform: uppercase;
    font-family: Ubuntu medium;
    font-size: 1.4rem;
}
.card__image {
    border-radius: 1.5rem;
    width: calc(100% - 145px - 0.8rem);
    object-fit: cover;
    flex: 1;
    height: 145px;
    max-height: 145px;
}
.card__image__small {
    height: 7.2rem;
    width: 6.7rem;
    object-fit: cover;
    border-radius: 1.2rem;
    margin-right: 1.5rem;
}

.card__image__topopleiding {
    position: absolute;
    top: 1.9rem;
    right: 1.4rem;
    width: 6.6rem;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

.card__image-video {
    cursor: pointer;
}
.card__image-video .card__content {
    margin: 1rem;
    margin-bottom: 1rem;
}
.card__news-image {
    border-radius: 1.5rem;
    width: 100%;
    height: 16rem;
    object-fit: cover;
}
.card__content {
    margin: 2rem 1.2rem 0 1.2rem;
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.card__brand {
    object-fit: contain;
    width: 12rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    margin-top: 0.7rem;
}
.card__time {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.2rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: var(--green);
}
.card__title {
    margin-bottom: 0;
    letter-spacing: 0;
    font-size: 2rem;
    font-family: "Ubuntu Medium";
}
.card__title-video {
    font-family: "Ubuntu Medium";
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 2.6rem;
}
.card__title--small {
    font-family: "Ubuntu Medium";
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.card__news-title {
    font-family: Ubuntu medium;
    font-size: 1.6rem;
}
.card__text {
    color: #68778d;
    font-family: Fira Sans;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    margin-top: 1rem;
    flex-grow: 1;
}
.card__images {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: hidden;
    border-radius: 1.6rem;
}
.card__images--small {
    align-items: center;
}
.card__images .card__image {
    height: 140px;
    flex: 1;
    width: auto;
}
.card-container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto;
    overflow: hidden;
}
.card__date {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    color: #fff;
    border-radius: 1.2rem;
    margin-right: 0.8rem;
    flex: 0 0 145px;
    font-size: 2.4rem;
    line-height: 0.833333;
    background-color: #9ade19;
    height: 145px;
}
.card__date-green {
    background: #9ade19;
}
.card__date-blue {
    background: #03274f;
}
.card__date-light-blue {
    background: #A2DAE8;
}
.card__date__day {
    white-space: nowrap;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 3.7rem;
    text-align: center;
    font-family: "Ubuntu Bold";
}
.card__date .date-holder {
    text-align: center;
    /* padding: 10px; */
}
.card__date .date-holder .date-days {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
}
.card__date .date-holder .date-month {
    font-size: 12px;
    line-height: 16px;
    /* padding-top: 5px; */
}
.card__date .date-divider {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    margin: 8px;
}
.card__date .date-divider__stripe {
    height: 0.5px;
    width: calc(100% - 10px);
    background: white;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
}
.card__date .date-divider__symbol {
    background: #03274F;
    position: relative;
    z-index: 1;
    padding: 0 8px;
    font-size: 12px;
}

.card__date__month--small {
    font-family: "Fira Sans";
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 2.6rem;
}
@media (min-width: 992px) {
    .card__width {
        max-width: 35rem;
        min-width: 35rem;
    }
    .card__extended {
        max-width: 100%;
        min-width: auto;
        width: auto;
    }
    .card-large {
        max-width: none;
    }
    .card-large .card__news-image {
        height: 26.6rem;
    }
    .card-large .card__subtitle {
        margin-bottom: 2rem;
    }
    .card-large .card__text {
        margin-bottom: 2rem;
        line-height: 2.7rem;
    }
    .card-large .card__content {
        margin-bottom: 3rem;
    }
}
.card.hide {
    display: none;
}
.card-deck {
    margin-left: 0;
}
.card-deck .card {
    margin-left: 0;
}
