.content_met_fotoslider .tns-controls,
.content_met_fotoslider .tns-controls button{
	outline: none;
}

.content_met_fotoslider .tns-controls button{
	border: none;
	background: none;
	padding: 0;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	color: #0080b7;
	font-size: 13px;
}

.fotoslider_counter{
    display: inline-block;
    position: relative;
    top: -15px;
    margin-left: 20px;
    margin-right: 20px;
}

.content_met_fotoslider .tns-controls:before{
	content: "";
	background-color: rgba(29, 29, 27, 0.3);
	width: 30px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(-65deg);
	-ms-transform: translate(-50%,-50%) rotate(-65deg);
	transform: translate(-50%,-50%) rotate(-65deg);
}

.content_met_fotoslider .tns-controls button[disabled]{
	opacity: 0.3;
	cursor: default;
}

.content_met_fotoslider .tns-controls button:not([disabled]):hover{

}

.content_met_fotoslider .tns-controls button:nth-child(1){
	left: 30px;
	top: 25px;
	position: absolute;
}

.content_met_fotoslider .tns-controls button:nth-child(2){
	right: 30px;
	bottom: 25px;
	position: absolute;
}

.content_met_fotoslider .tns-controls{
	position: absolute;
	width: 110px;
	height: 95px;
	left: 0;
	bottom: 0;
	background: #fff;
}

.content_met_fotoslider .flex-row-reverse .tns-controls{
	left: auto;
	right: 0;
}

.single-projecten .content_fotoslider_tekst{
	padding: 40px 0 0 12px;
}

.single-projecten .content_fotoslider_tekst p {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}

.home .content_fotoslider_tekst{
	padding: 0;
	padding: 40px 0 0 12px;
}


.met_lijn {
	border-left: 4px solid var(--kleur_geel);
	left: -30px;
    position: absolute;
	max-height: 165px;
    height: 100%;
	top:10px;
}

.home .met_lijn {
    left: -10px;
    top: 50px;
}

.tekst_onder_foto {
	text-align: center;
	position: relative;
    color: rgba(0,0,0,0.2); 
    font-size: 120px;
    font-weight: 700;
    line-height: 120px;
    text-transform: uppercase;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    white-space: nowrap;
    top: -65px;
}

.single-post .jumbotron h2 { 
/*    font-family: 'nunito-sans', sans-serif;*/
	color: rgba(29,29,27,0.6);
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-post .jumbotron h2.item-blok__titel {
	color: var(--kleur_paars);
}


.content_fotoslider{
	position: relative;
/*
	-webkit-box-shadow: 80px 80px 80px rgba(0, 0, 0, 0.05);
	box-shadow: 80px 80px 80px rgba(0, 0, 0, 0.05);
*/
}

.toon_schaduw_boven_blok .container{
	position: relative;
}

.toon_schaduw_boven_blok .container:before{
	content: "";
	position: absolute;
	left: -30px;
	top: 0;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	height: 160px;
	-webkit-box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
	box-shadow: 60px -60px 60px rgba(29, 29, 27, 0.05);
	background-color: #f8f8f8;
}

@media (max-width:767px)
{
	
	.tekst_onder_foto {
		display: none;
	}
	
	.toon_schaduw_boven_blok .container:before{
		display: none;
	}
	
	.content_met_fotoslider .col-sm-12{
		margin-top: 0 !important;
	}
	
	.content_fotoslider{
		margin: 0 -30px;
	}
	
	.content_met_fotoslider .tns-controls{
		right: 0;
		left: auto;
	}
	
	.home .content_fotoslider_tekst{
		padding: 0;
	}
	
	.home .content_met_fotoslider .flex-column-reverse{
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.home .content_fotoslider_tekst{
		margin-bottom: 40px;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
	.content_fotoslider{
		margin-right: -45px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.content_met_fotoslider > .container > .row{
		margin: 0 -30px;
	}

	.content_met_fotoslider > .container > .row > div{
		padding: 0 30px;
	}
	
	.toon_schaduw_boven_blok .container:before{
		width: -webkit-calc(100% + 15px);
		width: calc(100% + 15px);
	}
	
	.flex-row-reverse .content_fotoslider_tekst{
		padding-right: 60px;
	}
}