.jumbotron.call_to_action {
	position: relative;
	padding: 200px 0 140px; 
	background-color: var(--achtergrond_groen);
}


.c2a_afbeeldingen_links picture img {
	margin-top: 30px;
}
.c2a_afbeeldingen_links picture:first-of-type img {
	margin-top: 0;
}
.c2a_afbeeldingen_rechts {
	transform: translateY(-60px);
}
.c2a_afbeeldingen_rechts picture img {
	margin-top: 30px;
}
.c2a_afbeeldingen_rechts picture:first-of-type img {
	margin-top: 0;
}

.jumbotron.call_to_action h2 {
	position: relative;
	color: #eeece7;
/*	font-family: "Source Serif Pro";*/
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	padding-bottom: 45px;
	margin-bottom: 40px;
    margin-top: 32px;
}

.jumbotron.call_to_action h2:after {
    content: "";
    width: 65px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65' height='4' viewBox='0 0 65 4'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M2 4a2 2 0 1 1 0-4h11a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M27 4a2 2 0 1 1 0-4h11a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M52 4a2 2 0 1 1 0-4h11a2 2 0 1 1 0 4z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.c2a_titel_zijkant {
    position: absolute;
    color: transparent;
    font-family: "korolev"; 
    font-size: 140px;
    font-weight: 700;
    line-height: 130px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #eeece7;
    transform: rotate(-90deg) translate(-125px, -98px);
    transform-origin: top left;
    bottom: 0;
}



@media (max-width:767px)
{
	.jumbotron.call_to_action {
		padding: 125px 0 75px;
	}
	.c2a_titel_zijkant {
		font-size: 50px;
		font-weight: 700;
		line-height: 50px;
    	transform: rotate(-90deg) translate(0, 81px);
	    transform-origin: bottom left;
	    bottom: initial;
	    top: 246px;
    	-webkit-text-stroke-width: 1px;
	}
	.c2a_afbeelding_1,
	.c2a_afbeelding_2,
	.c2a_afbeelding_3,
	.c2a_afbeelding_4 {
		display: block;
	}
	.c2a_afbeelding_1 img {
		max-width: 80px !important;
	}
	.c2a_afbeelding_2 img {
		max-width: 125px !important;
	}
	.c2a_afbeelding_3 img {
		max-width: 175px !important;
	}
	.c2a_afbeelding_4 img {
		max-width: 125px !important;
	}
	.jumbotron.call_to_action h2 {
		font-size: 30px;
		line-height: 36px;
    	padding-bottom: 24px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.c2a_titel_zijkant {
	    transform: rotate(-90deg) translate(-125px, -40px);
    	-webkit-text-stroke-width: 1px;
	    line-height: 90px;
	    font-size: 85px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{

}
