.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
	margin-right: 0;
	flex-shrink: 0;
	max-width: 50%;
}

.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-color: #f7f7f8;
	text-decoration: none !important;
}

.bericht_tekst_wrap{
	padding: 0 4rem;
}

.bericht_tekst_wrap > p{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

.bericht_tekst_wrap > p:last-child{
	margin-bottom: 0;
}

.bericht__datetime{
	color: rgba(55, 66, 74, 0.5);
	font-family: news-gothic-std, sans-serif;
	font-size: 1.6rem;
	line-height: 3.4rem;
	margin-bottom: 1rem;
    white-space: nowrap;
	display: block;
}

.jumbotron h2.bericht__h2{
	font-size: 3rem;
	font-family: news-gothic-std, sans-serif;
	font-weight: 400;
	line-height: 4.4rem;
}

.alm-paging-content{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	row-gap: 6rem;
}

.alm-paging-content > div:nth-child(even) .bericht{
	flex-direction: row-reverse !important;
}

.sticky-post{
	background: #f7f7f8;
	text-decoration: none !important;
	margin-bottom: var(--jumbotron-standard-margin);
}

.sticky-post h2{
	color: #fff;
}

.sticky-post .bericht__datetime{
    color: rgba(255,255,255,0.5);	
}

.sticky-post-content{
	background: #37424a;
    color: rgba(255,255,255,0.5);
    font-size: 1.9rem;
    line-height: 3.4rem;
    padding: 2.5rem;
}

.sticky-post-content h2{
	
}

.sticky-post-items{
    position: relative;
}

.sticky-post > span{
    position: absolute;
    left: 2rem;
    top: 2rem;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: normal;
}

.sticky-post > span i{
    color: #b6bf00;
    font-size: 1.6rem;
    line-height: normal;
    margin-right: 1rem;
}

.sticky-post-foto{
    6rem 3rem 3rem
}

.berichten-row{
    row-gap: 6rem;
}

.berichten-row > div:nth-child(even) > a{
    flex-direction: row-reverse !important;
}

@media (max-width:767px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
	
	.berichten-row {
		row-gap: 2rem;
	}
	
	.alm-paging-content > div:nth-child(even) .bericht {
		flex-direction: column !important;
	}
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding {
        max-width: none;
        width: 100%;
        max-height: 25rem;
        overflow: hidden;
    }
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding picture{
        display: flex;
        height: 100%;
        width: 100%;
    }
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .bericht_tekst_wrap {
        padding: 2.5rem 3rem;
    }
    
    .berichten-row > div:nth-child(even) > a{
        flex-direction: column !important;
    }
    
    .berichten_met_aantal{
        margin-top: 0 !important;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.nieuwsoverzicht_afbeelding{
		margin-right: 0;
	}
    
    .berichten_met_aantal{
        margin-top: 0 !important;
    }
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding {
        max-width: none;
        width: 100%;
        max-height: 25rem;
        overflow: hidden;
    }
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding picture{
        display: flex;
        height: 100%;
        width: 100%;
    }
	
	.jumbotron h2.bericht__h2{
		line-height: 4rem;
	}
    
    .berichten-row > div:nth-child(even) > a{
        flex-direction: column !important;
    }
    
    .nieuws_1_koloms .nieuwsoverzicht_afbeelding img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .bericht_tekst_wrap {
        padding: 2.5rem 3rem;
    }
}