.imageToUseInHeader {
    display: none;
}

.weblogPost {
    position: relative;
    z-index: 1;
}

.weblogPostTitle,
.weblogPostDate {
    text-align: center;
    color: #fff;
    z-index: 1;
}

.weblogPostTitle {
    padding-bottom: 1em;
}

.weblogPostSubTitle {
    margin: -3.3em 20px 3em 20px;
    color: rgba(255,255,255,0.6);
}

.weblogPost__introduction {
    margin-bottom: 2em;
    font-size: 1.2em;
    color: #054a8a;
}

/**
 * Author
 */
.weblogPost__authorsList {
    margin: 0;
    padding: 0;
    list-style: none;
}

.weblogPost__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.weblogPost__authorImageContainer {
    width: 80px;
    flex-shrink: 0;
    -ms-flex-negative: 0;
}

.weblogPost__authorImage {
    display: block;
    border-radius: 50%;
    border: 5px solid #fff;
}

.weblogPost__authorName {
    margin: 0 0 0 0.6em;
    font-size: 1em;
    font-family: 'Asap', sans-serif;
    font-weight: 700;
    color: #b4c8dc;
}

@media screen and (min-width: 768px) {
    .weblogPost {
        margin-top: 3em;
    }

    .weblogPost__authors {
        position: absolute;
        top: -200px;
        right: 0;
        margin-right: -3em;
        left: auto;
        z-index: 2;
    }

    .weblogPost__author {
        width: 250px;
    }

    .weblogPost__authorName {
        width: calc(100% - 80px);
    }
}

.overlayGradient.overlayGradientPost--Geen::before {
    background-image: none;
}

.overlayGradient.overlayGradientPost--Blauw::before {
    background-image: linear-gradient(to right, #18afbd, #603c90);
}

.overlayGradient.overlayGradientPost--Groen::before {
    background-image: linear-gradient(to right, #0fb4bb, #70bd89);
}

.overlayGradient.overlayGradientPost--Oranje::before {
    background-image: linear-gradient(to right, #ee7325, #ea516d);
}

.overlayGradient.overlayGradientPost--Paars::before {
    background-image: linear-gradient(to right, #553769, #ea516d);
}

.overlayGradient.overlayGradientPost--Geel::before {
    background-image: linear-gradient(to right, #1daca6, #fbd405);
}

.overlayGradient.overlayGradientPost--Rood::before {
    background-image: linear-gradient(to right, #dc2937, #ea516d);
}

.overlayGradient.overlayGradientPost--SamenJong::before {
    background-image: linear-gradient(to right, #3fa7a4, #3ba54c);
}

.overlayGradient.overlayGradientPost--Roodoranje::before {
    background-image: linear-gradient(to right, #cf220f, #ee7325);
}

.overlayGradient.overlayGradientPost--GLgroen::before {
    background-image: linear-gradient(to right, #1cafa0, #01babd);
}

.overlayGradient.overlayGradientPost--GLoranje::before {
    background-image: linear-gradient(to right, #f2796d, #f79156);
}


/**
 * Share post section
 */

.weblogPost__share {
    margin: 2em 0;
}

.weblogPost__shareTitle {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5em 0 0;
    font-size: 1em;
    font-weight: 400;
}

/** Add To Any extern snippet **/

.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

.a2a_kit span {
    height: 20px;
    width: 20px;
    border-radius: 50% !important;
    background: #054A8A !important;
}