 .home{
	width:100%;/*height:100%;*/
	background:url(/img/foto1.jpg) no-repeat center center;
	background-size:cover;
}
.gradient::after, .gradient:after{
	position:absolute;
	display:block;
	content: '';
	top:0;right:0;bottom:0;left:0;
	width:100%;height:100%;
	z-index:2;
	background:url(/img/gradient.png);
	background-size:100% 100%;
	background: linear-gradient(to right, #eb9422 , #4a8fc1);background: -webkit-linear-gradient(left, #eb9422 , #4a8fc1);background: -o-linear-gradient(right, #eb9422 , #4a8fc1);background: -moz-linear-gradient(right, #4a8fc1 , #eb9422);
	opacity:.73;
}
.light::after, .light:after{ opacity:.55; }

.home .content{
	position:relative;
	padding:2em 1.5em;margin:0 0 1.5em 0;
	z-index:3;
	text-align:center;
}
.home .content h1{ color:#fff; }

.home .content a{
	display:inline-block;
	padding:.8em 1.5em;margin:.8em 0 0 0;
	background:#4a8fc1;color:#fff;
	border-radius:1em;
	transition:.3s;
}
.home .content a:hover{ background:#eb9422; }
 
@media (max-width:700px) and (min-height:515px){
	.home .content{
		position:absolute;
		top:16%;
	}
}

@media (max-width:700px) and (min-height:515px){
	.home footer{
		position:absolute;
		bottom:0;left:0;right:0;
		z-index:3;
	}
}

@media (min-width:700px){
	.home footer{
		position:absolute;
		bottom:0;left:0;right:0;
		z-index:3;
	}
	.home footer .container{ padding:.5em 1.5em 2em 1.5em; }
	.home footer .container .socials{ margin:1.1em 0 0 0; }
	.home footer .gegevens{
		position:absolute;
		bottom:0;left:0;
		height:1.7em;
	}
	.home footer .gegevens p{
		margin:.3em 0 0 0;
	}
}

@media (min-width:700px) and (max-height:450px){
	.home footer{
		position:relative;
		z-index:3;
	}
}

@media (min-width:700px){
	.home .content{
		position:absolute;
		top:27%;
	}
	.home .content a { margin:1.2em .5em 0 .5em;font-size:1.2em; }
	.home .content h1{ margin:0 auto;width:70%; }
}
@media (min-width:700px) and (max-height:450px){
	.home .content{
		position:relative;
		margin-top:4em;
	}
}

