.dropdown_item_title{
	display: block;
	position: relative;
	background: none;
	border-top: solid 1px #d4d4d4;
	padding: 3rem 10rem 3rem 3rem;
	text-decoration: none !important;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 3.4rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 4.6rem;
    transition: 0.3s background;
}

.dropdown_item_title:not(.collapsed){
    background-color: #f7f7f8;
}

.dropdown_item:last-child{
	border-bottom: solid 1px #d4d4d4;    
}

.dropdown_item_title:after{
	content: "\f068";
	position: absolute;
	right: 3rem;
	top: 33px;
	font-family: 'Font Awesome 6 Pro';
    width: 4rem;
    height: 4rem;
    background-color: #b6bf00;
    color: #ffffff;
    font-size: 2.7rem;
    font-weight: 300;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.dropdown_item_title.collapsed:after{
	content: "\f067";	
}

.dropdown_item_content{
	border: none;
}

.dropdown_item_content_inner{
	padding: 4rem 3rem;	
}

.dropdown_item .tabbladen_tabs_container{
    padding: 0 3rem;
    margin: 0 -3rem;
    border-color: #d4d4d4;
    padding-bottom: 0.8rem;
}

.tabblad_item_link{
    text-decoration: none;
    opacity: 0.3;
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 3.4rem;
    margin-right: 3rem;
    padding-bottom: 1.1rem;
}

.tabblad_item_link.active{
    opacity: 1;
    /*border-bottom: solid 0.2rem #3b3b3b;*/
}

.tabblad_content{
    padding-top: 3rem;
}

.video_item{
	font-size: 1.7rem;
	line-height: 2.9rem;
}

.video_item_container{
	position: relative;
	z-index: 0;	
	float: left;
	margin-bottom: 0.2rem;
}

.video_item_container video{
	float: left;
}

.video_item_container:before{
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

.video_item_container:after{
	content: "\f04b";
	width: 5.4rem;
	height: 5.4rem;
	background-color: #b6bf00;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 2.7rem;
	font-weight: 300;
	line-height: 6.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

@media(min-width:768px) {
    .tabbladen_tabs_container {
        display: flex;
    }
    
    .tabbladen_card {
        border: none;
    }

    .tabblad_collapse_header {
        display:none;
    }  

    .tabbladen_card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    /*.tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }*/
	
	.dropdown_item_title:after{
		width: 3rem;
		height: 3rem;
		font-size: 2rem;
		top: 24px;
	}
	
	.dropdown_item_title{
		font-size: 2.4rem;
		line-height: 3.6rem;
		padding: 2rem 10rem 2rem 2rem;
	}
}