.jumbotron.call_to_action{
	margin-top: 0;
	padding: 120px 0;
	background-size: cover;
	background-position: center;
}

.laatste_nieuwsbericht + .call_to_action,
.wie_is_gerbri + .call_to_action,
.vrije_doorkiesblokken + .call_to_action,
.content_rechts_afbeelding_links + .call_to_action{
	margin-top: 140px;
}

.call_to_action p{
	color: #ffffff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.call_to_action strong{
	color: #ffffff;
	font-family: Ubuntu;
	font-size: 35px;
	font-weight: 500 !important;
	line-height: 45px;
	font-style: italic;
}

.call_to_action .col-sm-12{
	position: relative;
}

.call_to_action .col-sm-12:before{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='73' height='52' viewBox='0 0 73 52'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M32.51 0c.267 1.727.4 3.453.4 5.18v4.184c-.266 7.97-1.829 15.607-4.687 22.912-2.86 7.305-6.35 13.88-10.472 19.724L0 47.218c2.66-5.844 4.72-12.02 6.183-18.528C7.646 22.18 8.377 16.005 8.377 10.16V5.579c0-1.993-.133-3.852-.399-5.579zm40.091 0c.266 1.727.399 3.453.399 5.18v4.184c-.266 7.97-1.828 15.607-4.687 22.912S61.963 46.156 57.84 52l-17.75-4.782c2.658-5.844 4.72-12.02 6.182-18.528 1.463-6.509 2.194-12.685 2.194-18.529V5.579c0-1.993-.133-3.852-.399-5.579z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 73px;
	height: 52px;
	content: "";
	position: absolute;
	left: 15px;
    top: -120px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

@media (max-width:767px)
{		
	.jumbotron.call_to_action {
    	padding: 80px 0;
	}
	
	.call_to_action strong{
		font-size: 30px;
		line-height: 40px;
	}
	
	.call_to_action .col-sm-12:before{
		top: -80px;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}