.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
	margin-right: 3rem;
	flex-shrink: 0;
}

.berichten .tns-horizontal.tns-subpixel > .tns-item,
.berichten .tns-item{
	display: flex;
}

.berichten .tns-slider .col-sm-12{
	padding-left: 0 !important;
}

.berichten .tns-slider.row{
	margin: 0 !important;
}

.alm-reveal + .alm-reveal{
	margin-top: 5rem;
}

.berichten_counter{
    display: inline-block;
    position: relative;
    top: -1.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.bericht_tekst_wrap{
	padding: 2.5rem 3rem;	
	background-image: linear-gradient(111deg, rgba(0,122,56,0.95) 0%, rgba(36,187,231,0.95) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.bericht span.link_met_pijl_na{
	color: #142137;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 3.4rem;
    display: inline-block;
    padding-top: 1rem;
	opacity: 0;
	transition: 0.3s opacity;
}

.bericht:hover span.link_met_pijl_na{
	opacity: 1;
}

.berichten .bericht__h2{
	color: #f8f6f1;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 3.8rem;
	margin-bottom: -4.4rem;
	transition: 0.3s margin-bottom;
}

.bericht:hover .bericht__h2{
	margin-bottom: 0;
}

.bericht{
	overflow: hidden;
	border-bottom-right-radius: 3rem;
	position: relative;
	text-decoration: none !important;
	aspect-ratio: 480 / 554;
	background: #f8f6f1 url(../../../images/patroon.svg) center no-repeat;
    background-size: cover;
}

.bericht img{
	transition: 0.3s transform;
}

.bericht:hover img{
	transform: scale(1.05);
}

.berichten-row .alm-reveal{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, 305px), 1fr));
	row-gap: 5rem;
	column-gap: 5rem;
}

.berichten-grid {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}

@media (max-width:767px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
    
    .berichten .bericht__h2 {
        font-size: 2.6rem;
        line-height: 4rem;
    }

	.berichten-grid { 
		grid-template-columns: repeat(1, 1fr); 
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
}