

.selection_btn {
	position: relative;
	z-index: 2;
	display: inline-block;
	width: 350px;
	height: 200px;
	border: 4px solid grey;
	color: lightgrey;
}
.selection_btn:hover {
	border-color: white;
	color: white;
}
.jn-btn-img {
	z-index: 1;
	width: 100%;
	height: 100%;
}
.btnText {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.hideText {
	opacity: 0;
	position: absolute;
}

.footer {
	background-color: black;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 9;
}
.footer img {
	position: absolute;
	height: 40px;
	/*z-index: 9;*/

	top: 3px;
	left: 3px;
	/*margin: 10%;*/

}
.haarlijn {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}