.jumbotron:has(> .container > .verhaal_quote){
	padding-bottom: calc(var(--jumbotron-standard-margin) + 6.5rem) !important;
}

.jumbotron:has(.verhaal_quote) .container{
	position: relative;
}

.verhaal_quote{
	padding: 3rem;
	background: #fff;
	border-radius: 1.5rem 0 1.5rem 0;
	font-size: 2.4rem;
	line-height: 3.4rem;
	color: var(--grijs);
	font-weight: 400;
	max-width: 50rem;
	margin-left: auto;
	position: absolute;
	z-index: 15;
	right: 3rem;
	transform: translateY(var(--jumbotron-standard-margin));
}

.verhaal_quote_naam{
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.8rem;
}

.verhaal_quote_naam img{
	max-width: 6.5rem !important;
	border-radius: 50%;
}

.verhaal_item{
	border-radius: 1.5rem;
	overflow: hidden;
	display: grid;
	grid-template-columns: 3rem 1fr 3rem;
	grid-template-rows: auto 1fr auto 2.5rem;
	text-decoration: none;
}

.verhaal_item:after{
	content: "";
	background: rgb(54 56 57 / 40%);
}

.verhaal_item_naam span{
	background: #fff;
	color: var(--grijs);
	font-size: 1.6rem;
	line-height: 2.8rem;
	padding: 1.2rem 2rem;
	border-radius: 0 0 3rem;
	display: inline-block;
}

.jumbotron.meer_verhalen:not(.stijl_achtergrondkleur) .verhaal_item_naam span{
	background: var(--lichtroze);
}

.verhaal_item:after,
.verhaal_item_img{
    grid-row: 1 / 5;
}

.verhaal_item:after,
.verhaal_item_img,
.verhaal_item_naam{
	grid-column: 1 / 4;
}

.verhaal_item_naam{
    grid-row: 1;	
}

.verhaal_item_link,
.verhaal_item_naam,
.verhaal_item_quote{
	z-index: 1;
}

.verhaal_item_quote{
	color: #fff;
    grid-column: 2;
    grid-row: 2;
    margin-top: auto;
	margin-bottom: 3rem;
}

.verhaal_item_link{
	color: var(--roze);
	font-weight: 500;
	text-decoration: underline;
    grid-column: 2;
    grid-row: 3;
}

.verhaal_item_link:after{
	float: right;
}

.single-verhaal #content .jumbotron:not(.stijl_achtergrondkleur):not(.volledige_afbeelding):has(+ .jumbotron:not(.stijl_achtergrondkleur)){
    padding-bottom: 8rem;
}

@media (max-width:767px)
{
	.single-verhaal #content .jumbotron:not(.stijl_achtergrondkleur):not(.volledige_afbeelding):has(+ .jumbotron:not(.stijl_achtergrondkleur)) {
		padding-bottom: 3rem;
	}
	
	.verhaal_quote{
		position: static;
	}
	
	.verhaal_item_quote{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;  
		overflow: hidden;
    	margin-bottom: 2rem;
    	line-height: 1.4;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.single-verhaal #content .jumbotron:not(.stijl_achtergrondkleur):not(.volledige_afbeelding):has(+ .jumbotron:not(.stijl_achtergrondkleur)) {
		padding-bottom: 4rem;
	}
	
	.verhaal_item_quote{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;  
		overflow: hidden;
    	margin-bottom: 2rem;
    	line-height: 1.4;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.single-verhaal #content .jumbotron:not(.stijl_achtergrondkleur):not(.volledige_afbeelding):has(+ .jumbotron:not(.stijl_achtergrondkleur)) {
		padding-bottom: 5rem;
	}
	
	.verhaal_item_quote{
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;  
		overflow: hidden;
	}
	
	.uitgelicht_verhaal .verhaal_item{
		width: 28rem;
	}
}
