@charset "utf-8";
/* CSS Document */

body {
	font-family:Helvetica;
}
nav h1 {
	font-size:50px;
	color: aliceblue;
}
h2 {
	font-size:35px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
@media (max-width:576px){
h1 {
	font-size:20px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:17px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:14px;
}
p, a, .overlay, #kalender {
	font-size: 14px;
}
}

.rood {
	color:#F00;
}
.groen {
	color:green;
}

.nav-link {
	color: aliceblue;
}

.page {
	padding-bottom: 20px;
	font-size: 15px;
}
.container {
	position: relative;
}
.kies {
	margin: 0 5px 0 5px;
}
.grab {
	cursor: pointer; 
	color: darkblue;
}
.grab:hover {
	color: red;
}



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

#radiant {
	margin-top:100px;
	background-image: linear-gradient(to right, blue , white);
	border-radius: 50px;
}
#logo {
	width: 100%;
	max-width: 500px; 
}
#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:70%;
	margin-left:15%;
	margin-right:15%;
	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;
} 
#sluit {
	position:absolute;
	right:-5px;
	top:-5px;
	max-width:50px;
	width:10%;
	cursor:pointer;
}

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

#footer a {
	color:#E2E9FE;
}