#fotowestrecycleheader,#fotowestrecyclefooter{
	width: 100%;
	padding: 0px;
}

body{
	font-family: 'Karla', sans-serif;
	color: #393f40;
	background: #fff;
	font-weight: 400;
	font-size: 15px;
	border-top: 5px solid #18635a;
	line-height: 24px;
}
a,a:visited,a:link,a:hover{
	text-decoration: none;
}
.knop{
	padding: 10px 12px;
	display: inline-block;
}
	.knop:hover{
		background: #fff;
	}
.groen{
	background: #18635a;
	color: #fff;
	border: 1px solid #18635a;
}
	.groen:hover{
		color: #18635a;
		border: 1px solid #18635a;
	}
.grijs{
	background: #4e4c4b;
	color: #fff;
	border: 1px solid #4e4c4b;
}
	.grijs:hover{
		color: #4e4c4b;
		border: 1px solid #4e4c4b;
	}
#cookies,#melding{
	text-align: center;
	background: #18635a;
	color: #fff;
	line-height: 30px;
	font-size: 12px;
	padding: 12px 15px 1px 15px;
}
	#cookies a{
		border: 1px solid #fff;
		border-radius: 3px;
		color: #fff;
		padding: 5px 10px;
		margin: 0px 5px 0px 20px;
	}
	#cookies button{
		border: 1px solid #fff;
		border-radius: 3px;
		padding: 5px 10px;
		background: #18635a;
		color: #fff;
		line-height: normal;
	}
		#cookies a:hover,#cookies button:hover{
			background: #fff;
			color: #18635a;
			text-decoration: none;
	}
	#cookies button:focus{
		outline: none;
	}
	.hidecookie{
		display: none;
	}
header span{
	font-size: 20px;
	color: #18635a;
	font-weight: 700;
	margin-left: 20px;
	display: inline-block;
}
header .container-fluid:nth-child(2){
	margin-top: 50px;
}
#navrow{
	margin-bottom: 50px;
}
#logo{
	margin-top: -7px;
	display: inline-block;
}
header ul{
	float: right;
	margin-bottom: 0px;
	padding-left: 0px;
}
	header ul li{
		display: inline-block;
		list-style-type: none;
		font-size: 14px;
	}
nav{
	display: inline-block;
	float: right;
}
header ul li a{
	color: #393f40;
	padding: 10px 12px;
	border: 1px solid #fff;
}
	header ul li:nth-of-type(1) a:hover,header ul li:nth-of-type(2) a:hover,header ul li:nth-of-type(3) a:hover{
		color: #18635a;
		padding: 10px 0px;
		margin: 0px 12px;
		border-bottom: 1px solid #18635a;
	}
	header ul li:nth-of-type(4) a{
		background: #18635a;
		color: #fff;
		margin: 0 5px;
	}
		header ul li:nth-of-type(4) a:hover{
			background: #fff;
			color: #18635a;
			border: 1px solid #18635a;
		}
	header ul li:nth-of-type(5) a{
		background: #4e4c4b;
		color: #fff;
		border: 1px solid #4e4c4b;
	}
		header ul li:nth-of-type(5) a:hover{
			background: #fff;
			color: #4e4c4b;
			border: 1px solid #4e4c4b;
		}
#routebeschrijving a{
	color: #18635a;
	padding-bottom: 5px;
	border-bottom: 1px solid #18635a;
}
h1{
	font-size: 30px;
	color: #18635a;
	font-weight: 700;
	margin-top: 50px;
	position: relative;
	margin-bottom: 60px;
}
	h1:after{
		position: absolute;
		content: "";
		left: 0;
		bottom: -20px;
		border-bottom: 1px solid #e7e7e8;
		width: 20px;
}
.titel{
	font-size: 16px;
	padding: 10px 12px;
	border: 1px solid #e7e7e8;
	background: #e7e7e8;
	cursor: pointer;
	margin-right: 20px;
	line-height: 50px;
}
	.titel.active{
		color: #18635a;
		border: 1px solid #18635a;
		background: #fff;
	}
	.titel:not(.active):hover{
		background: #fff;
		color: #393f40;
		border: 1px solid #393f40;
	}
.tekst{
	margin-bottom: 30px;
	margin-top: 30px;
}
.tekst:not(.active){
	display: none;
}
#activiteiten .knop{
	margin-bottom: 100px;
}
#producten{
	position: relative;
	margin-bottom: 30px;
}
	#producten:after{
		background-color: #f9f9fa;
		content: "";
		z-index: -1;
		position: absolute;
		top: 115px;
		left: 0;
		width: 100%;
		height: 85%;
	}
h2{
	font-size: 20px;
	font-weight: 700;
	margin: 50px 0px 60px 0px;
	position: relative;
}
	h2:after{
		position: absolute;
		content: "";
		left: 0;
		bottom: -30px;
		border-bottom: 1px solid #e7e7e8;
		width: 20px;
	}
ol{
	list-style-position: outside;
	padding-left: 40px;
}
	ol li{
		margin-left: -2px;
		text-indent: -10px;
		padding-left: 8px;
	}
	ol li:before{
		content: "";
		width: 10px;
		display: inline-block;
	}
.groen+.grijs{
	margin-left: 10px;
	margin-bottom: 80px;
}
p+ul{
	margin-top: -10px;
}
#contact ul{
	padding-left: 25px;
}
	#contact ul li{
		list-style: none;
		font-weight: 700;
	}
		#contact ul li:before{
			content: "•";
			font-size: 10pt;
			display: inline-block;
			width: 20px;
		}
		#contact li span:first-of-type{
			display: inline-flex;
			width: 70px;
			font-weight: 700;
		}
		#contact li span:last-of-type{
			font-weight: 400;
		}
.link{
	color: #18635a;
	border-bottom: 1px solid #c0cfce;
	padding-bottom: 2px;
	font-weight: 400;
}
	.link:hover{
		border-bottom: 1px solid #18635a;
		color: #18635a;
	}
.nopadding{
	padding-right: 0px;
	padding-left: 0px;
}
.nomargin{
	margin-right: 0px;
	margin-left: 0px;
}
footer{
	background: #18635a;
	padding: 70px 0px;
	color: #fff;
}
	footer .col-2>span{
		display: block;
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	footer a{
		color: #fff;
		padding-bottom: 2px;
		border-bottom: 1px solid #c0cfce;
	}
		footer a:hover{
			color: #fff;
			font-weight: 700;
			border-bottom: 1px solid #fff;
		}
	footer ul{
		padding-left: 0px;
	}
		footer ul li{
			list-style: none;
		}
			footer li span:first-of-type{
				display: inline-flex;
				width: 70px;
			}
#linkedin{
	border: none;
	padding: 10px;
	color: #18635a;
	background: #c0cfce;
}
#linkedin:hover{
	color: #18635a;
	background: #fff;
}
#bottomfooter{
	padding: 35px 0px 25px 0px;
	font-size: 12px;
}
	#bottomfooter p{
		display: inline-block;
	}
	#bottomfooter ul{
		display: inline-block;
	}
		#bottomfooter li{
			display: inline-block;
			border-right: 1px solid #e8e8e8;
			padding: 0px 10px;
		}
			#bottomfooter li:last-of-type{
				padding: 0px 10px;
				border-right: none;
			}
		#bottomfooter li a{
			padding-bottom: 3px;
		}
			#bottomfooter li a:hover{
				border-bottom: 1px solid #c0cfce;
			}
	#bottomfooter p+ul{
		margin-top: 0px;
	}
	#bottomfooter a{
		color: #393f40;
		font-size: 12px;
	}
#maveriklogo a{
	margin-left: 10px;
	filter: grayscale(90%);
	-webkit-filter: grayscale(90%);
}
	#maveriklogo a:hover{
		filter: grayscale(0%);
		-webkit-filter: grayscale(0%);
	}
#language{
	text-align: right;
	margin-bottom: 30px;
	margin-top: -30px;
}
	#language a{
		color: #a1a1a2;
		font-size: 12px;
		margin: 3px;
		padding-bottom: 1px;
	}
		#language a.active{
			color: #18635a;
		}
		#language a:not(.active):hover{
			color: #5c5c5c;
			border-bottom: 1px solid #5c5c5c;
		}
@media (max-width: 768px){
	#logo, header span, nav.text-right{
		display: block;
		float: none;
		text-align: center !important;
	}
	#social{
		text-align: left !important;
	}
	#logo{
		margin: 0 auto;
		margin-bottom: 10px;
	}
	header ul li{
		line-height: 50px;
	}
	header ul li:nth-of-type(1),header ul li:nth-of-type(2),header ul li:nth-of-type(3){
		display: none;
	}
	header ul{
		float: none;
		margin-top: 30px;
	}
	header span{
		display: none;
	}
	.hiddensm{
		display: none;
	}
	#bottomfooter p, #bottomfooter ul{
		display: block;
		text-align: center;
	}
	#bottomfooter li {
		border: none;
		padding: 0px 5px;
	}
	#bottomfooter li:last-of-type {
		padding: 0px 5px;
	}
	.groen+.grijs{
		margin-top: 10px;
		margin-left: 0px;
	}
	#contact ul li{
		text-indent: -10px;
		padding-left: 20px;
		margin-left: 0px;	
	}
	#contact ul li:before{
		width: 10px;
	}
	ol li{
		text-indent: -10px;
		padding-left: 10px;
	}
	#producten h2{
		margin: 50px 0px 50px 0px;
	}
	#contact h2{
		margin: 0px 0px 40px 0px;
	}
	#contact h2:after{
		bottom: -20px;
	}
	#language{
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	#logo, header span, nav.text-right{
		display: block;
		float: none;
		text-align: center !important;
	}
	#logo{
		margin: 0 auto;
		margin-bottom: 10px;
	}
	header ul li:nth-of-type(1),header ul li:nth-of-type(2),header ul li:nth-of-type(3){
		display: none;
	}
	header ul{
		float: none;
		margin-top: 30px;
	}
	header span{
		display: none;
	}
	.hiddenmd{
		display: none;
	}
	#bottomfooter p+ul{
		margin-left: 0px;
	}
	#bottomfooter li {
		border: none;
		padding: 0px 3px;
	}
	#bottomfooter li:last-of-type {
		padding: 0px 3px;
	}
	#language{
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#logo, header span, nav.text-right{
		display: block;
		float: none;
		text-align: center !important;
	}
	#logo{
		margin: 0 auto;
		margin-bottom: 10px;
	}
	header ul li:nth-of-type(1),header ul li:nth-of-type(2),header ul li:nth-of-type(3){
		display: none;
	}
	header ul{
		float: none;
		margin-top: 30px;
	}
	#navrow{
		margin-bottom: 50px;
	}
	.hiddenlg{
		display: none;
	}
	#bottomfooter p+ul{
		margin-left: 10px;
		font-size: 10px;
	}
	#bottomfooter p{
		font-size: 10px;
	}
	#language{
		text-align: center;
	}
}
@media (min-width: 1200px) and (max-width: 1600px){
	header ul li:nth-of-type(1),header ul li:nth-of-type(2),header ul li:nth-of-type(3){
		display: none;
	}
	#producten:after {
		top: 80px;
	}
	#contact h2{
		margin-top: 10px;
	}
	.hiddenxl{
		display: none;
	}
}
@media (min-width: 1600px){
	.hiddenxl{
		display: none;
	}
}