.weblogHighlight {
    width: 100%;
    margin-bottom: 2em;
}

.weblogHighlight__link {
    position: relative;
    display: block;
    text-decoration: none;
}

.weblogHighlight__imageContainer {
    position: relative;
    overflow: hidden;
    background-color: #1aaea8;
}

.weblogHighlight__imageContainer::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    display: block;
    height: 24px;
    background: url(/ui/SchoonmakendNederland/img/slope-r.svg) no-repeat 50% 100%;
    background-size: cover;
}

.weblogHighlight__image {
    padding-bottom: 66%;
    background-size: cover;
    background-position: center;
    background-color: #1aaea8;
    transform: scale(1.01);
    transition: transform 0.3s ease-out;
}

.weblogHighlight__link:hover .weblogHighlight__image {
    transform: scale(1.06);
}

.weblogHighlight__label {
    display: inline-block;
    margin: 0 0.3em 0.5em 0;
    padding: 3px 5px;
    font-size: 0.8em;
    color: #fff;
    border-radius: 3px;
    background-color: #2680b5;
}

.weblogHighlight__textContainer,
.weblogHighlight__title {
    color: #000;
}

.weblogHighlight__title {
    margin: 0;
    font-size: 1em;
}

.weblogHighlight__date {
    font-size: 0.9em;
    color: #757575;
}

@media screen and (min-width: 720px) {
    .weblogHighlight__image {
        transform: scale(1.01);
        transition: transform 0.3s ease-out;
    }
}

/**
 * Homepage variant
 */

.template--home .weblogHighlight__imageContainer {
    margin-top: -2em;
    margin-right: -20px;
    margin-left: -20px;
    border-radius: 0;
}

.template--home .weblogHighlight__image {
    padding-bottom: 15em;
    transform: none;
    background-size: cover;
    background-position: center;
    background-color: #1aaea8;
}

@media screen and (min-width: 720px) {
    .template--home .weblogHighlight {
        margin-bottom: -2em;
    }

    .template--home .weblogHighlight__link {
        position: relative;
        margin-right: 60px;
    }

    .template--home .weblogHighlight__imageContainer {
        position: relative;
        margin-top: -90px;
        margin-left: -80px;
        border-radius: 0 0 40px 0;
        overflow: hidden;
        transform: rotate(-4deg);
    }

    .template--home .weblogHighlight__image {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding-bottom: 38em;
        transform: rotate(4deg) scale(1.1);
    }

    .template--home .weblogHighlight__link:hover .weblogHighlight__image {
        transform: rotate(4deg) scale(1.15);
    }

    .template--home .weblogHighlight__textContainer {
        position: absolute;
        right: 3em;
        bottom: 3em;
        left: 0;
        z-index: 1;
    }

    .template--home .weblogHighlight__title {
        font-size: 1.7em;
    }
}

@media screen and (min-width: 940px) {
    .template--home .weblogHighlight__title {
        font-size: 2.4em;
    }
}

@media screen and (min-width: 1360px) {
    .template--home .weblogHighlight__imageContainer {
        margin-left: -140px;
        border-radius: 0 0 40px 40px;
    }
}