.dropdown_items_container{
	--dropdown-item-spacing: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: var(--dropdown-item-spacing);
}

.dropdown_item{
	border-bottom: solid 0.1rem rgba(0, 0, 0, 0.10);
	padding-bottom: var(--dropdown-item-spacing);
}

#content .jumbotron.stijl_achtergrondkleur_26a0d0 .dropdown_item{
	border-bottom: solid 0.1rem rgba(255,255,255, 0.10);
}

.dropdown_item_title{
	display: flex;
	position: relative;
	text-decoration: none !important;
	font-size: 2rem;
	line-height: 3rem;
	justify-content: space-between;
	gap: var(--dropdown-item-spacing);
}

#content .jumbotron:not(.stijl_achtergrondkleur) .dropdown_item_title{
	color: var(--lichtblauw) !important;
}

.dropdown_item_title:after{
	content: "\f068";
	font-family: 'Font Awesome 6 Pro';
	font-size: 2rem;
	font-weight: 300;
}

#content .jumbotron:not(.stijl_achtergrondkleur) .dropdown_item_title{
	color: var(--lichtblauw) !important;
}

.dropdown_item_title.collapsed:after{
	content: "\f067";	
}

.dropdown_item_content{
	
}

.dropdown_item_content_inner{
	padding-top: 0.5rem;
}

@media (max-width:767px)
{		
	.dropdown_item_title{
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@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)
{
    
}