.categorie_projecten .tns-controls{
	display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.categorie_projecten .tns-controls button i{
	font-weight: 400;
    font-size: 2.8rem;
}

.categorie_projecten .tns-controls button[disabled]{
	opacity: 0.3;
}

.categorie_projecten .tns-controls button{
	transition: 0.3s opacity;
	background: rgba(182, 191, 0, 1);
	width: 6rem;
	height: 6rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border: none;
	padding: 0;
}

.categorie_projecten{
    position: relative;
    margin-top: 25rem !important;
    padding-top: calc(var(--jumbotron-standard-margin) + 5rem);
}

.project_slide a{
    text-decoration: none !important;
}

.project_meta{
    color: #37424a;
    font-family: news-gothic-std, sans-serif;
    font-size: 1.6rem;
    line-height: 3.4rem;
    opacity: 0.5;
    margin-top: 0.5rem;
}

.project_meta i{
    font-size: 1.2rem;
    margin-right: 0.6rem;
}

.project_meta span{
    display: inline-flex;
    align-items: center;
    margin-right: 2rem;
}

.jumbotron .project_slide h3{
    font-size: 4rem;
    line-height: normal;
    margin-bottom: var(--default-margin-bottom);
}

.categorie_projecten .tns-nav{
    border-bottom: solid 0.1rem rgba(55,66,74,0.35);
    margin-bottom: 5rem;
    display: flex;
}

.categorie_projecten .tns-nav button{
    flex: 1;
    border: none;
    padding: 0;
    margin: 0;
    background-color: transparent;
    height: 0.3rem;
    transition: 0.3s background;
}

.categorie_projecten .tns-nav button.tns-nav-active{
    background-color: #37424a;
}

.categorie_projecten .tns-ovh{
    overflow: visible;
}

@media (max-width:767px)
{		
    .categorie_projecten{
        margin-top: 9rem !important;
    }
    
    .jumbotron .project_slide h3 {
        font-size: 2.3rem;
    }
}

@media (min-width:768px) and (max-width:991px)
{
	.categorie_projecten{
        margin-top: 12rem !important;
    }
    
    .jumbotron .project_slide h3 {
        font-size: 3.4rem;
    }
}

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

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

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