/* template: werken bij > vacatures */
.row.first.vacatures .vacature {
    position: relative;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
    border-bottom: 4px solid #f9f9f9;
}
.row.first.vacatures .vacature .vacature-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
    width: calc(100% - 415px);
}
.row.first.vacatures .vacature .vacature-content h2 {
    padding: 0;
    width: 100%;
    max-width: 65%;
    font-size: 2.2em;
    color: #e84242;
    background-color: transparent;
}
.row.first.vacatures .vacature .vacature-content h2 a {
    color: #e84242;
}
.row.first.vacatures .vacature .vacature-content .snippet {}
.row.first.vacatures .vacature .vacature-image {
    position: relative;
    margin-right: 115px;
    width: 300px;
}
.row.first.vacatures .vacature .vacature-image img {
    display: block;
    width: 100%;
}
.row.first.vacatures .quote-block {
    margin-top: 0;
    border-top: none;
}
/* responsive-ness */
@media screen and (max-width: 1000px) {
    /* template: werken bij > vacatures */
    .row.first.vacatures .vacature {
        flex-wrap: wrap;
    }
    .row.first.vacatures .vacature .vacature-content {
        width: 100%;
    }
    .row.first.vacatures .vacature .vacature-content h2 {
        max-width: 100%;
        font-size: 1.6em;
        line-height: 1.1;
    }
    .row.first.vacatures .vacature .vacature-image {
        margin: 0 auto;
        width: 100%;
        max-width: 300px;
    }
}