 #supersized {
display: block;
position: fixed;
left: 0;
top: 0;
overflow: hidden;
z-index: -999;
height: 100%;
width: 100%;
}
/* LOGO */
#logoHome{
	position: fixed; /*relative*/
	margin: 0 auto;
	width: 214px;
	height: 214px;
	background: url("http://www.hotelverlooy.be/assets/img/logohome.png");
	top: 50%;
	left: 50%;
	margin-top: -150px;
 	margin-left: -100px;
}

.logoGroot{
	position: relative;
	margin-top: 120px;
	margin-left: 30px;
}

/* TAALKEUZE HOME */

ul#taalkeuze{
	position: relative;
	height: 60px;
	width: 240px;
	/* margin: 60px auto 0 155px; */
	margin-left: 57px;
}

ul#taalkeuze li{
	display: block;
	float: left;
	width: 50px; /*60px*/
	height: 50px; /*60px*/
	text-align: center;
	background: #38363F;
	border-radius: 50px;
	line-height: 50px; /*60px*/
	margin-top: 140px;
}

ul#taalkeuze li.actief{
	background: #66CCFF;
}

ul#taalkeuze li a{
	position: block;
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: white;
	text-decoration: none;
	padding: 15px;
}

/* FOOTER / BOEKEN */

#foothome, #reserverenhome{
	position: absolute;
	width: 960px;
	height: 51px;
	background: #201F24;
	float: left;
	left: 50%;
	bottom: 0;
	margin-left: -480px;

}
#foothome{
	text-align: center;
}
#foothome p, #bookround span{
	font-family: "Dosis", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 17px;
	margin-top: 18px;
	font-weight: 300;
}
#foothome a{
	color: #fff;
	text-decoration: none;
}
.clearfooter {
height: 330px;
clear: both;
}
/* BOEkEN */

#reserverenhome{
	position: absolute;
	height: 90px;
	bottom: 51px;
	z-index: 5;
	background: rgba(32,31,36,0.7);
}

#bookround{
	position: relative;
	width: 90px;
  	height: 90px;
  	background-color: #66CCFF;
  	border-radius: 50px; 
  	opacity: 1;
  	z-index: 10;
  	margin-left: -25px;
  	margin-top: -35px;
  	-webkit-box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
   	-moz-box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
	box-shadow:2px 3px 3.92px 0.08px rgba(0, 0, 0, 0.65);
}

#bookround span{
	position: absolute;
	font-size: 22px;
	margin-top: 35px;
	margin-left: 15px;
}

#reserverenForm{
	position: relative;
	width: 880px;
	height: 50px;
	margin-left: 80px;
	margin-top: -30px;
}

.resinputfoot{
	border: none;
	height: 30px;
	width: 205px;
	padding-left: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	color: black;
	margin-right: 30px;
}