.cases_blok{
	overflow-x: clip;
	margin-bottom: var(--jumbotron-standard-margin);
	z-index: 15;
}

.cases_blok.stijl_achtergrondkleur:has(+ .jumbotron:not(.stijl_achtergrondkleur)){
	margin-bottom: 0;
}

.cases_blok:not(.stijl_achtergrondkleur){
	border-bottom: solid 0.1rem var(--blauw);
}

.cases_blok .last-no-margin{
	position: relative;
}

.cases_blok .last-no-margin:after{	
	content: "";
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	height: 1.2rem;
	background: var(--blauw);
	position: absolute;
    bottom: calc(-1* var(--jumbotron-standard-margin));
}

@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)
{
    
}