._blk.contactperson {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: var(--color-yellow-light);
}

article.advocacy ._blk.contactperson {
    background-color: var(--color-purple-light);
}

article.research ._blk.contactperson {
    background-color: var(--color-turquoise-light);
}

article.netzwerk ._blk.contactperson {
    background-color: var(--color-orange-light);
}

._blk.contactperson .row.single .col-8 {
    padding-left: 0;
}
._blk.contactperson figure {
    position: relative;
    background-color: var(--color-grey-light);
    --aspect-ratio-w: 100;
    --aspect-ratio-h: 100;
    height: 0;
    overflow: hidden;
    padding-bottom: calc(var(--aspect-ratio-h) / var(--aspect-ratio-w) * 100%);
    border-radius: 5px;
}

._blk.contactperson figure .image-wrapper {
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
}

._blk.contactperson figure .image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
}

._blk.contactperson h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 14px 0;
}

._blk.contactperson h5 {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}

._blk.contactperson h6 {
    color: #666666;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 10px 0;
}

._blk.contactperson a {
    color: var(--color-black);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: block;
}

@media only screen and (min-width: 1024px) {

    ._blk.contactperson {
            padding-top: 48px;
            padding-bottom: 48px;
    }

    ._blk.contactperson h4 {
        font-size: 42px;
        margin: 0 0 32px 0;
    }

    ._blk.contactperson h5 {
        font-size: 30px;
        margin: 0 0 4px 0;
    }

    ._blk.contactperson h6 {
        font-size: 22px;
        margin: 0 0 16px 0;
    }

    ._blk.contactperson a {
        font-size: 22px;
    }
}
