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

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

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

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

.referentieblok .tns-controls,
.referentieblok .tns-controls button{
	outline: none;
}

.referentieblok .tns-controls button{
	margin: 0 0.5rem;
	background: none;
	width: 50px;
	height: 50px;
	border: 2px solid rgba(36, 185, 187, 0.15);
	border-radius: 50%;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.bericht{
    position: relative;
    box-shadow: 0 0.3rem 0.6rem rgb(0 0 0 / 16%);
    transition: 0.3s box-shadow;
}

.bericht:hover{
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.4);

}

.bericht__link:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.referentieblok-row{
    row-gap: 6.5rem;
}

h2.bericht__h2{
    color: #bccf00;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.2rem;
}

.bericht__link{
    text-decoration: none;
    font-family: 'Space Mono', monospace;
}

.bericht__link:after{
    font-size: 75%;
}

.referentieblok_item_tekst_wrap{
    border-radius: 3rem;
    overflow: hidden;
    background: #fff;
    padding: 2.5rem 3.5rem;
    box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}

.bericht_tekst_wrap{
    padding: 2.5rem 3.5rem;
}

.referentieblok .tns-controls button[disabled]{
	opacity: 0.3;
	cursor: default;
}

.referentieblok .tns-controls button:not([disabled]):hover{
	border: 2px solid #ccc;
	background-color: #ccc;
	color: #fff;
}

.referentieblok .tns-controls{
	text-align: center;
}

.referentieblok_item_tekst_wrap strong{
    color: #6da5d5;
}

.referentieblok_item .nieuwsoverzicht_afbeelding{
    height: 14rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
}

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