.call-to-action{
    color: #444444;
    transform: translateY(0);
    transition: all .2s ease-in;
    display: block;
}

.call-to-action:hover{
    color: #444444;
    text-decoration: none;
    transform: translateY(-10px);
    transition: all .2s ease-out;
}

@media screen and (min-width: 1240px){
    #Top_bar #logo{
        position: absolute !important;
        height: 131px !important;
        z-index: 100 !important;
    }
}

.the_content_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.the_content_wrapper .custom-block-wrapper{
    margin-top: 3rem;
}

@media screen and (min-width: 1240px){
    .the_content_wrapper .custom-block-wrapper {
        flex: 0 50%;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 1rem;
    }
}

.the_content_wrapper .custom-block-wrapper:last-of-type{
    flex: 0 100%;
}

.custom-block-wrapper{
    margin-bottom: 3rem;
}

.custom-block-wrapper:first-of-type p {
    font-size: 1.5rem;
    line-height: 1.5;
}
.custom-block-wrapper:last-child ul:last-child {
    list-style: none;
    margin: 0;
}
@media screen and (min-width: 960px) {
    .custom-block-wrapper:last-child ul:last-child {
        column-count: 2;
        margin-left: 0;
        list-style: none;
    }
}
@media screen and (min-width: 1240px) {
    .custom-block-wrapper:last-child ul:last-child {
        column-count: 3;
        margin-left: 0;
        list-style: none;
    }
}
.custom-block-wrapper h2{
    color: #12AD2B;
}
.custom-block-wrapper a{
    color: #002A46;
}

/*
	ActueelNieuws
*/

.newswidget-header{
    margin-top: 6rem;
}

.ActueelNieuws__items{
    margin-top: 3rem;
    text-align: left;
    vertical-align: top;
}

.ActueelNieuws__item{
    width: 98%;
    margin: 0 1%;
    margin-bottom: 1.5rem;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    background: url('http://heidinga.local/wp-content/uploads/2016/03/home_hr_sectionbg4.png') repeat center;
    transition: all .2s ease-out;
}

.ActueelNieuws__item:hover{
    transform: translateX(15px);
}

.ActueelNieuws__item-link:hover{
    text-decoration: none;
    color: inherit;
    transition: all .2s ease-in;

}

.ActueelNieuws__item-link:hover span{
    color: #12AD2B;
}

@media screen and (min-width: 960px){
    .ActueelNieuws__item {
        width: 47%;
    }
    .ActueelNieuws__item:hover{
        transform: translateY(-15px);
    }
}
@media screen and (min-width: 1240px){
    .ActueelNieuws__item{
        width: 31%;
        margin-bottom: 0;
        text-align: center;
    }
}


/*
	Home Call To Action ajustments
*/

@media screen and (min-width: 1240px) {
    #Content {
        z-index:99 !important;
    }

    .mcb-section-6b37098ae{
        padding-top: 0 !important;
    }

    .mcb-section-6b37098ae .column_attr{
        margin-top: -40px !important;
        background: #f2f4f7;
    }
}