.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
	margin-right: 0;
	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;
}

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

.berichten .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;
}

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

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

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

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

.bericht{
	background: var(--wit);
	transition: 0.3s box-shadow;
}

.category .berichten_kolommen .bericht{
	background: var(--wit);
}

.category .bericht{
	background: var(--grijs);
}

.bericht:hover{
	box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.16);
}

.berichten_kolommen .bericht_tekst_wrap,
.bericht:not(.is_sticky_post) .bericht_tekst_wrap {
    padding: 3.5rem;
}

.jumbotron .berichten_kolommen h2,
.jumbotron .bericht:not(.is_sticky_post) h2 {
    font-size: 2rem;
    font-weight: 500;
	margin-bottom: 1rem;
}

.berichten_kolommen .nieuwsoverzicht_afbeelding ,
.bericht:not(.is_sticky_post) .nieuwsoverzicht_afbeelding {
    width: 100%;
	min-width: 100%;
	aspect-ratio:300 / 205;
}

.berichten_kolommen .nieuwsoverzicht_afbeelding picture,
.bericht:not(.is_sticky_post) .nieuwsoverzicht_afbeelding picture{
	display: flex;
	width: 100%;
	height: 100%;
}

.berichten_kolommen .nieuwsoverzicht_afbeelding img,
.bericht:not(.is_sticky_post) .nieuwsoverzicht_afbeelding img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.alm-reveal.row > div:nth-child(even) .bericht{
    flex-direction: row-reverse !important;
}

.alm-reveal.row > div:nth-child(even) .bericht:not(.is_sticky_post){
	flex-direction: column !important;
}

.col-sm-12 .nieuwsoverzicht_afbeelding picture{
	display: flex;
	height: 100%;
	width: 100%;
}

.col-sm-12 .nieuwsoverzicht_afbeelding img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.is_sticky_post:last-child{
    margin-bottom: 0;
}

.category .content_1_koloms + .berichten{
	margin-top: calc((-1 * var(--jumbotron-standard-margin)) / 2) !important;
}

@media (max-width:767px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
	
	.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
		width: 100%;
		height: 20rem;
	}
	
	.bericht_tekst_wrap {
		padding: 3rem;
	}
    
    .berichten_kolommen .bericht_tekst_wrap, 
    .bericht:not(.is_sticky_post) .bericht_tekst_wrap {
        padding: 3rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
	
	.bericht_tekst_wrap {
		padding: 4.5rem;
	}
    
    .berichten_kolommen .bericht_tekst_wrap, 
    .bericht:not(.is_sticky_post) .bericht_tekst_wrap {
        padding: 4.5rem;
    }
	
	.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
		width: 100%;
		height: 30rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.berichten_kolommen .bericht_tekst_wrap, .bericht:not(.is_sticky_post) .bericht_tekst_wrap {
		padding: 2.5rem;
	}
	
	.bericht_tekst_wrap {
		padding: 4.5rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}