.laatste_nieuws_row{
    margin-top: var(--default-margin-bottom);
	row-gap: 3rem;
}

.laatste_nieuws_blok{
    width: 100%;
    height: 43rem;
    background-color: #f7f7f8;
    display: block;
    transition: 0.3s background;
    position: relative;
}

.laatste_nieuws_blok:after{    
    transition: 0.3s background;
    background-color: rgba(55, 66, 74, 0);
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    transition: 0.3s background;
}

.laatste_nieuws_blok:hover:after{
    background-color: rgba(55, 66, 74, 0.65);
}

.laatste_nieuws_blok:hover .laatste_nieuws_tekst,
.laatste_nieuws_blok:hover .laatste_nieuws_tekst span{
    color: #fff;
}

.laatste_nieuws_blok:hover img{
    opacity: 1;
}

.laatste_nieuws_blok .nieuwsoverzicht_afbeelding{
    width: 100%;
    height: 100%;
}

.laatste_nieuws_blok picture{
    display: flex;
    height: 100%;
    width: 100%;
}

.laatste_nieuws_blok img{
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    opacity: 0.1;
    transition: 0.3s opacity;
}

.laatste_nieuws_tekst{
    position: absolute;
    bottom: 0;
    padding: 2rem 3rem;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 2.4rem;
    line-height: 3.9rem;
    transition: 0.3s color;
    z-index: 15;
}

.laatste_nieuws_tekst span{
    color: rgba(55, 66, 74, 0.5);
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;
    display: block;
    margin-bottom: 0.5rem;
    transition: 0.3s color;
}

.laatste_nieuws .tns-nav{
    border-bottom: solid 0.1rem rgba(55,66,74,0.35);
    margin-bottom: 5rem;
    display: flex;
    margin-top: 3rem;
}

.laatste_nieuws .tns-nav button{
    flex: 1;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 0.3rem;
    transition: 0.3s background;
}

.laatste_nieuws .tns-nav button.tns-nav-active{
    background-color: #37424a;
}

.laatste_nieuws .tns-ovh{
    overflow: visible;
}

@media (max-width:767px)
{		
    .laatste_nieuws .col-xl-3{
        padding-right: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}