.ons_team{
	background: #fff;
	padding-top: 120px;
	padding-bottom: 120px;
}

.medewerker_blok{
	position: relative;
}

.medewerker_foto:before{
	width: 100%;
	height: 62px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.ons_team .medewerker_foto{
	position: relative;
	margin-bottom: 20px;
	height: 100%;
}

.medewerker_naam{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	margin-top: -4px;
}

.medewerker_functie{
	color: #a4a4a4;
	font-family: aglet-slab;
	font-size: 17px;
	font-weight: 300;
	line-height: 25px;
}

.medewerker_over{
	color: #575756;
	font-family: aglet-slab;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

.medewerker_meta{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

.medewerker_blogs,
.medewerker_week{
	text-decoration: none !important;
	font-family: aglet-slab;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #ffffff !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 20px;
}

.medewerker_blogs i,
.medewerker_week i{
	margin-right: 10px;
	width: 44px;
	height: 44px;
	background-color: #e63223;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.medewerker_blogs:hover i,
.medewerker_blogs:focus i,
.medewerker_week i{
	color: #e63223;
	background: #fff;
}

.medewerker_week:hover i,
.medewerker_week:focus i{
	color: #fff;
	background: #e63223;	
}

.ons_team .tns-controls,
.ons_team .tns-controls button{
	outline: none;
}

.ons_team .tns-controls button{
	margin: 0;
	background: #fff;
	border-radius: 50%;
	border:none;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	
	width: 44px;
	height: 44px;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	color: #707070;
	font-size: 24px;
	font-weight: 300;
}

.ons_team .tns-controls button[disabled]{
	opacity: 0.3;
	cursor: default;
}

.ons_team .tns-controls button:not([disabled]):hover{
	background-color: #e63223;
	color: #fff;
}

.ons_team .tns-controls{
    position: absolute;
    top: 175px;
    width: calc(100% - 30px);
	padding: 0 22.5px;
	height: 0;
}

.ons_team .tns-controls button:nth-child(2){
	float: right;
}

@media (max-width:767px)
{		
	.medewerkers_slider_container{
		margin-top: 30px;
	}
	
	.ons_team{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.medewerkers_slider_container .tns-ovh{
		overflow: visible;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	.medewerkers_slider_container{
		margin-top: 30px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	
}