.view-locaties .views-row .inner .views-field-title .field-content .labels {
    font-size: 0.9rem;
    padding-right: 10px;
}

.view-locaties .views-row .inner .views-field-title .field-content .labels > span:first-child:before {
    content: "";
    /* -webkit-mask: url(/themes/custom/ef2_custom_v2/img/icons/location.svg) no-repeat 50% 50%; */
    mask: url(/themes/custom/ef2_custom/img/icons/route.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: right;
    mask-position: right;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-color: currentColor;
}
.view-locaties .views-row .inner .views-field-title .field-content .labels > span:last-child:before {
    content: "";
    -webkit-mask: url(/themes/custom/ef2_custom_v2/img/icons/location.svg) no-repeat 50% 50%;
    mask: url(/themes/custom/ef2_custom_v2/img/icons/location.svg) no-repeat 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: right;
    mask-position: right;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    background-color: #fff;
    vertical-align: text-bottom;
}

.view-locaties .views-row .inner .views-field-title .field-content .labels .icon-route {
    display: none;
    /*width: 25px;*/
    /*height: 25px;*/
    /*background-size: 16px;*/
    /*background-image: url("/themes/custom/ef2_custom/img/icons/route.svg");*/
    /*background-position: 50%;*/
    /*display: inline-block;*/
    /*margin-right: .5rem;*/
    /*background-color: #fff;*/
    /*border-radius: 100%;*/
    /*background-repeat: no-repeat;*/
    /*vertical-align: text-bottom;*/
}


@media (min-width: 992px) {
    .view-locaties .views-form .view-content .views-row .inner .views-field-title,
    .view-locaties .views-row .inner .views-field-title {
        bottom: 1rem !important;
        left: 1rem !important;
        right: 1rem !important;
    }
}
.view-locaties .view-content .views-row .inner .views-field-title .view-content-wrapper .title-wrapper {
    overflow: hidden;
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    font-weight: 700;
    max-height: 3rem;
}