@charset "utf-8";
/* CSS Document */
h1 {
	font-size:50px;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}

img {
	width: 100%;
	max-width:740px; 
}



.page {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
}

#categorie {
	padding-top: 70px;
}
#brand {
	width:80px;
}


#fade {
	position:fixed;
	background: #000;
	opacity: .75;
	right:0;
	top:0;
	width:100%;
	height:100%;
	display: none;
	z-index:10000;
}

#popup {
	text-align: center;
	width:90%;
	margin-left:5%;
	margin-right:5%;
	top:15%;
	margin-bottom:15%;
	height:auto;
	border-radius:20px;
	border:4px double #000;
	background-color:#fff;
	color:#000;
	display:none;
	z-index:10001;
	position:absolute;
	padding:0 20px 20px 20px;
} 

#radiant {
	background-image: linear-gradient(to right, white , blue);
	border-radius: 50px;
}
#logo {
	width: 100%;
	max-width: 500px; 
}

#tarieven,#over {
	
	text-align: center;
}
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	color:#FFF;
	text-align: center;
	background-color: #999999;
}

#footer a {
	color:#E2E9FE;
}