@media all and (min-width: 1199px) {
    .campaign-landing-page__header-caption.l-container,
    .l-container.campaign-landing-page__content-container {
        /* change this for a different content width on XL format */
        max-width: 848px;
    }
}

@media all and (min-width: 1199px) {
    .l-container.campaign-landing-page__content-container.campaign-landing-page__content-container--bottom {
        /* change this for a different content width on XL format */
        max-width: 1140px;
    }
}

.campaign-landing-page__header--red p {
    font-family: 'Frutiger LT STD 77 Black Condensed', helvetica, sans-serif;
}

.campaign-landing-page__top {
    overflow: hidden;
}

.campaign-landing-page__header {
    font-size: 2rem;
}

.campaign-landing-page__header-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* optioneel, alleen als je uitsnede zoals bij background-size: cover wilt */
}

@media all and (min-width: 991px) {
    .campaign-landing-page__header--image {
        background-position: top right;
        background-size: cover;
    }
}

.campaign-landing-page__header--picture {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.campaign-landing-page__header--picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.campaign-landing-page__header--picture.hero {
    padding: 0;
}

.campaign-landing-page__header--picture .campaign-landing-page__header-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: white;
    text-align: left;
    width: 100%;
    padding: 0 1.5rem;
    pointer-events: auto;
}

.campaign-landing-page__header--red p {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media all and (min-width: 768px) {
    .campaign-landing-page__header--red p {
        font-size: 48px;
    }
}

@media all and (min-width: 991px) {
    .campaign-landing-page__header--red p {
        font-size: 64px;
    }
}

.campaign-landing-page__header--red p + p {
    color: #000001;
}

.campaign-landing-page__header-container {
    position: relative;
    width: 100%;
    height: 300px;
    padding: 1em;
    color: #fff;
    background-color: #c6002a;
    -ms-grid-column: 1;
    grid-area: header;
}

.campaign-landing-page__header-image:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
}

.campaign-landing-page__header-caption {
    position: relative;
    z-index: 5;
    padding: 1rem;
    color: #fff;
    align-items: flex-start;
    -ms-flex-align: start;
}

.campaign-landing-page__header-title {
    font-size: 2rem;
}

.campaign-landing-page__header-content {
    font-size: 1rem;
}

.campaign-landing-page__content {
    padding: 10px 0;
    -ms-grid-column: 3;
    grid-area: content;
}

@media all and (min-width: 991px) {
    .campaign-landing-page__content {
        padding-top: 20px;
    }
}

.campaign-landing-page__content:last-child {
    margin-bottom: 2rem;
}

.campaign-landing-page__content-container {
    padding: 0 1rem;
}

.campaign-landing-page__content--gray {
    background-color: #ccc;
}

@media all and (min-width: 991px) {
    .campaign-landing-page__content--2-3 .campaign-landing-page__content-container {
        display: -ms-grid;
        display: grid;
        grid-gap: 1.5rem;
        -ms-grid-template-columns: 2fr 20px 1fr;
        grid-template-columns: 2fr 1fr;
    }
}

.campaign-landing-page__content-container .result-block__content-container {
    margin-right: 1.875rem;
}

.campaign-landing-page__content-container .result-block {
    max-width: none;
}

@media all and (min-width: 991px) {
    .campaign-landing-page__content .l-grid {
        grid-gap: 1.5rem;
    }
}

.campaign-landing-page__column > div:not(:last-child) {
    margin-bottom: 2rem;
}

.campaign-landing-page__column h3 {
    margin-top: 0;
}

.follow-us-widget .widget-share {
    margin: 0;
}

.follow-us-widget .widget-share h2 {
    font-family: 'FrutigerLTW05-65Bold', helvetica, sans-serif;
    font-size: 20px;
    text-transform: inherit;
    font-weight: inherit;
    margin-bottom: 0.75rem;
}

.campaign-landing-page form input[type='submit'] {
    width: 100%;
}

/* Fixes for displaying in CMS */
.campaign-landing-page .hst-container {
    display: block;
}

.campaign-landing-page .hst-container-item {
    width: 100%;
    max-width: none;
}

.entry-content, .entry-content section {
    margin-bottom: 0.75em; /* 24px */
}