.volledige_afbeelding_quote{
	background-color: #e63223;
	padding: 40px 80px 30px;
	max-width: 730px;
	margin: -140px auto 0;
	text-align: center;
	z-index: 15;
	position: relative;
}

.volledige_afbeelding_quote_tekst{
	color: #ffffff;
    font-family: aglet-slab;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    padding: 35px 0;
    margin-bottom: 15px;
}

.volledige_afbeelding_quote_tekst:before{
	content: "";
	width: 30px;
	height: 26.25px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26.25' viewBox='0 0 30 26.25'%3E%3Cpath id='Path_1927' data-name='Path 1927' d='M6.188-34.125h-7.5a2.813,2.813,0,0,0-2.812,2.813v7.5A2.813,2.813,0,0,0-1.312-21H3.375v3.75A3.753,3.753,0,0,1-.375-13.5H-.844A1.4,1.4,0,0,0-2.25-12.094v2.813A1.4,1.4,0,0,0-.844-7.875h.469A9.372,9.372,0,0,0,9-17.25V-31.312A2.813,2.813,0,0,0,6.188-34.125Zm-16.875,0h-7.5A2.813,2.813,0,0,0-21-31.312v7.5A2.813,2.813,0,0,0-18.187-21H-13.5v3.75a3.753,3.753,0,0,1-3.75,3.75h-.469a1.4,1.4,0,0,0-1.406,1.406v2.813a1.4,1.4,0,0,0,1.406,1.406h.469A9.372,9.372,0,0,0-7.875-17.25V-31.312A2.813,2.813,0,0,0-10.687-34.125Z' transform='translate(21 34.125)' fill='%233e3e3e'/%3E%3C/svg%3E%0A");
}

.volledige_afbeelding_quote_tekst:after{
	content: "";
	width: 30px;
	height: 26.25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='26.25' viewBox='0 0 30 26.25'%3E%3Cpath id='Path_1928' data-name='Path 1928' d='M27.188,0h-7.5a2.813,2.813,0,0,0-2.812,2.813v7.5a2.813,2.813,0,0,0,2.813,2.813h4.688v3.75a3.753,3.753,0,0,1-3.75,3.75h-.469a1.4,1.4,0,0,0-1.406,1.406v2.813a1.4,1.4,0,0,0,1.406,1.406h.469A9.372,9.372,0,0,0,30,16.875V2.813A2.813,2.813,0,0,0,27.188,0ZM10.313,0h-7.5A2.813,2.813,0,0,0,0,2.813v7.5a2.813,2.813,0,0,0,2.813,2.813H7.5v3.75a3.753,3.753,0,0,1-3.75,3.75H3.281a1.4,1.4,0,0,0-1.406,1.406v2.813A1.4,1.4,0,0,0,3.281,26.25H3.75a9.372,9.372,0,0,0,9.375-9.375V2.813A2.813,2.813,0,0,0,10.313,0Z' transform='translate(30 26.25) rotate(180)' fill='%233e3e3e'/%3E%3C/svg%3E%0A");
}

.volledige_afbeelding_quote_naam{
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	/* Text style for "Niels Verb" */
	text-transform: uppercase;
}

@media (max-width:767px)
{		
	.volledige_afbeelding_quote{
		padding: 20px;
		margin: 0;
	}
	
	.volledige_afbeelding_quote_tekst{
		font-size: 18px;
    	line-height: 28px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.volledige_afbeelding_quote{
		max-width: 80%;
		margin-top: -80px;
	}
	
	.volledige_afbeelding_quote_tekst {
		font-size: 22px;
		line-height: 36px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}