.snel_naar{
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdown_items{
	margin-top: 60px !important;
}

.dropdown_items h2{
	margin-bottom: 0;
}

.dropdown_items .link_terug{
	margin-bottom: 27px;
}

.dropdown_items_container + h2{
	margin-top: 75px;
}

.sticky-top{
	position: -webkit-sticky;
	position: sticky;
	top: 190px;
}

.snel_naar a{
	color: #12223a;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.dropdown_item{
	border-bottom: solid 2px #dedede;
}

.dropdown_item_title{
	display: block;
	position: relative;
	color: #12223a !important;
	font-family: marine, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
    text-decoration: none !important;
    padding: 20px 30px 20px 0;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.dropdown_item_title:hover{
	color: #007864 !important;
}

.dropdown_item_title:after{
	content: "\f056";
	position: absolute;
	font-weight: 300;
	right: 5px;
	top: 22px;
	font-family: 'Font Awesome 5 Pro';
}

.dropdown_item_title.collapsed:after{
	content: "\f055";	
}

.dropdown_item:nth-child(n+2){
}

.dropdown_item_content{
}

.dropdown_item_content_inner{
	padding-bottom: 15px;
}

@media (max-width:767px)
{		
	
}

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

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

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}