.veelgestelde_vragen {
	padding: 75px 0 115px;
}
.grote_titel h2 {
	color: #19454f;
    font-family:"skippy-sharp";
    font-size: 70px;
    font-weight: 400;
    position: relative;
    line-height: 70px;
    padding-bottom: 17px;
	text-align: center;
}

.grote_titel h2:after {
    content: "";
    background-image: url(../../../images/lijn_blauw.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 108px;
    height: 12px;
    bottom: 0;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.dropdown_items_container {
	margin-top: 50px;
}
.dropdown_items_container.geen_filter {
	margin-bottom: 40px;
}

.dropdown_item {
	width: 100%;
}
.dropdown_item_title {
	display: block;
	position: relative;
	color: #19454f;
	font-family: ratio, sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 26px;
    padding: 23px 50px 23px 22px;
	background-color: #ebe7e0;
	text-decoration: none !important;
}
.dropdown_item_title:hover,
.dropdown_item_title:focus {
	color: #19454f;
	font-weight: 500;
}

.dropdown_item_title:after{
	content: "\f077";
    position: absolute;
    right: 25px;
    top: 25px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    font-weight: 300;
    color: #19454f;
}
.dropdown_item_title.collapsed:after{
	content: "\f078";
}

.dropdown_item {
	margin-top: 10px
}

.dropdown_item_content{
	background-color: #ebe7e0;
	border-top: 2px solid #ded9d1;
	color: #19454f;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
}

.dropdown_item_content_inner{
	padding: 22px 22px;
}
