.cta-button
{
    background: #D1174D;
    padding: 6px 9px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-family: 'Karla', Arial;
    font-weight: bold;
    display: flex;
    margin-top: 2rem;
}

.cta-button:visited
{
    text-decoration: none;
}

.cta-button:hover
{
    text-decoration: none;
    color: white;
}

.cta-button-right span
{
    margin-left: 10px;
    font-size: 2rem;
}

.cta-button-left span
{
    margin-right: 10px;
    font-size: 2rem;
    transform: rotate(180deg);
}

.cta-button-none span
{
    display: none;
}

.cta-button-cont
{
    display: flex;
}

.cta-button-Groen
{
    background: #A0CE99;
}

.cta-button-Paars
{
    background: #960973;
}

.cta-button-Oranje
{
    background: #FF964A;
}

.cta-button-Rood
{
    background: #D1174D;
}

.media-block-img img, .media-block-video video
{
    height: auto !important;
    width: 100%;
}

.text-block, .media-block, .col-text p
{
    margin-bottom: 2rem;
}

.col-text p:last-child
{
    margin: 0 !important;
}

.video-container
{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
}

.media-block-video iframe
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
