.dropdown_item {
    border-bottom: solid 0.1rem rgba(20, 33, 55, 0.12);
    padding: 2.5rem 0;
}


.afbeelding_links img,  .afbeelding_rechts img {
    border-radius: 2.5rem; 
}

.afbeelding_links img { 
    transform: translate(-3.5rem, -7rem);
}

.afbeelding_rechts img { 
    transform: translate(3.5rem, -7rem);
}

.dropdown_items   h2 {
	font-size: 3.4rem;
	line-height: 4.8rem;
}



.dropdown_item_content_inner > .table-responsive{
    margin-top: 10px;
}

.jumbotron:not(.download_bestanden).dropdown_item:first-child{
    padding-top: 0;
    margin-top: -3.5rem;
}

.dropdown_item_title{
	display: block;
	position: relative;
	text-decoration: none !important;    
    color: #142137 !important;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
	padding-right: 3rem;
}

.slideout-info .dropdown_item_title{
	font-size: 2rem;
}

.dropdown_item_title:after{
	content: "\f068";
	position: absolute;
	right: 5px;
	top: 7px;
	font-family: 'Font Awesome 6 Pro';
    color: #24bbe7;
    font-size: 2.2rem;
}

.dropdown_item_title.collapsed:after{
	content: "\f067";	
    color: #24bbe7;
}

.dropdown_item_content{
}

.dropdown_item_content_inner{
	
}

@media (max-width:767px)
{		
	
	.afbeelding_links img { 
		transform: translate(0rem, 0rem);
	}

	.afbeelding_rechts img { 
		transform: translate(0rem, 0rem);
	}
	
    .dropdown_item_title{
        padding-right: 3rem;
        font-size: 1.9rem;
    }
    
    .dropdown_item_title:after {
        top: 2px;
        font-size: 2rem;
    }
}

@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)
{
    
}