header {
	background-color: #74cfed;
	width: 94%;
	height: 15%;
	border-radius: 15px;
	justify-content: space-between;
	align-items: center;
	padding-left: 3%;
	padding-right: 3%;
}

#LogoHeader{
}

#naarinlogpagina {
	height: 50%;
	z-index: 1; /* Zet de tekst bovenop de afbeelding */
	font-family: Verdana;
	font-weight: bold;
	color: black;
	float: right;
	text-align: center;
}

 a:link {
      text-decoration: none;
      color: black;
}
a:visited {
      text-decoration: none;
      color: black;
}
a:hover {
      text-decoration: none;
      color: black;
}
a:active {
      text-decoration: none;
      color: black;
}

footer {
	background-color: #74cfed;
	width: 100%;
	height: 17%;
	border-radius: 15px;
	float: left;
	padding-top: 14%;
	margin-bottom: 10px;
}

#blokkencontainer {
  text-align: center;
  padding: none;
}

.blokken {
  display: inline-block;
  margin: 23 23px; 
  width: 200px;
  height: 160px;
  border-radius: 15px;
  background-color: black;
  border: 8px solid #74cfed;
  text-align: center; 
}

.blokken p {
	z-index: 1; /* Zet de tekst bovenop de afbeelding */
	font-family: Verdana;
	font-weight: bold;
	color: white;
}

.afbeeldingen{	
	position: relative; /*kan overlapt worden door position: absolute */
	max-height: 80%;
}

.blokken a {
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}

footer {
	font-family: Verdana;
	font-weight: bold;
	color: black;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-top: 4%;
	padding-bottom: 2.5%;
	height: 25%;
}

footer a:link {     
      color: #383838;
}
footer a:visited {     
      color: #383838;
}
footer a:hover {     
      color: #383838;
  }
footer a:active {     
      color: #383838;
}

#mailblok, #LogoFooter {
	display: flex;
  	justify-content: center;
}

form {
    	max-width: 400px;
    	margin: 20px auto;
    	padding: 20px;
    	background-color: white;
    	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   	border-radius: 15px;
}

form h1 {
    	text-align: center;
    	font-family: Verdana;
    	font-weight: bold;
	color: black;
}

label {
    	margin: 10px, 0, 5px;
    	font-family: Verdana;
}

input {
    	width: 100%;
    	padding: 8px;
    	margin-bottom: 10px;
    	box-sizing: border-box;
    	border-color: black;
}

input[type="submit"] {
    	background-color: #74cfed;
    	color: black;
    	font-family: Verdana;
    	border-color: black;
}

p {
    	text-align: center;
    	font-family: Verdana;
	color: black;
}

#verwijzingeninloggenregistreren a:link {     
      color: #383838;
      font-weight: bold;
}
#verwijzingeninloggenregistreren a:visited {     
      color: #383838;
      font-weight: bold;
}
#verwijzingeninloggenregistreren a:hover {     
      color: #383838;
      font-weight: bold;
  }
#verwijzingeninloggenregistreren a:active {     
      color: #383838;
      font-weight: bold;
}

.echo {
	font-weight: Verdana;
}

