.jumbotron.content_links_met_achtergrond {
	position: relative;
	padding: 130px 0 130px 0;
}

.jumbotron.content_1_koloms + .jumbotron.content_links_met_achtergrond {
	padding-top: 0;
}

.jumbotron.productcategorie_slider + .jumbotron.content_links_met_achtergrond {
	padding-top: 0;
}


.content_links_achtergrond_content {
	position: absolute;
	width: 100%;
}

.content_links_content {
	border-radius: 10px;
	background-color: var(--achtergrond_bruin);
	padding: 66px 70px 75px 60px;
}
.content_links_content h2 {
	color: #eeece7;
/*	font-family: "Source Serif Pro";*/
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
.content_links_content p {
	color: #eeece7;
	font-size: 15px;
	font-weight: 400;
	line-height: 25px;
}
.content_links_content ul li {
	color: #ffffff;
/*	font-family: brevia, sans-serif;*/
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
    margin-top: 7px;
}
.content_links_content ul li a {
	color: #ffffff;
	-webkit-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}
.content_links_content ul li a:hover {
	color: #282727 !important;
	text-decoration: none;
	padding-left: 20px;
}

.content_links_content ul li:before {
	display: none;
}

.content_links_content ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 3px;
    background-color: #d6d1c4;
}

.content_links_content ul li a:hover:before {
	content: "";
	width: 20px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 5px;
	-webkit-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23282727' d='M6.234 6.92h-5.2a1.08 1.08 0 1 0 0 2.158h5.2a1.079 1.079 0 0 0 0-2.159z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23282727' d='M19.279 7.21L12.109.288a1.014 1.014 0 0 0-1.468.055 1.108 1.108 0 0 0 .054 1.524l5.233 5.053h-4.5a1.08 1.08 0 1 0 0 2.158h4.5l-5.235 5.053a1.108 1.108 0 0 0-.054 1.524 1.012 1.012 0 0 0 1.468.055l7.17-6.92a1.106 1.106 0 0 0 .015-1.564l-.015-.015z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: transparent;
}


@media (max-width:991px)
{
	.jumbotron.content_links_met_achtergrond {
		position: relative;
		padding: 70px 0 70px 0;
	}
	.jumbotron.content_links_met_achtergrond .container {
		padding: 0 15px;
	}
	.content_links_achtergrond_content {
		position: relative;

	}
	.content_links_achtergrond_content > .container {
		max-width: 100%;
		padding: 0 15px;
	}
	.content_links_content {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    	padding: 38px 35px 38px 35px;
	}



}

@media (min-width:768px) and (max-width:991px)
{

}

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

}
