body {
    background-color: #E3F4FF;
    font-family: Argentum-sans-black;
  }
  li
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: argentum-sans-black; */
  }
  h1
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
  h2
  {
    color: #E3F4FF;
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
  h3
  {
    text-align: left;
    color: #294754;
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
  a
  {
    text-decoration: none;
    /* font-family: Argentum-sans-black; */
  }
 
  img {
    width: 510px;
  }

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #294754;
  border: 2px solid #E3F4FF;
  font-family: Argentum-sans-black;
}

.contact {
  width: 200px;
  height: 175px;
  background-color: #E3F4FF ;
  border: 2px solid #F16E00 ;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.contact:hover
{
  background-color:#54a8dc;
}
.logo {
  height: 177px;
  flex-grow: 1;
  text-align: center;
  border: 2px solid #F16E00;
  padding: 20px;
}
.dropbtn {
  height: 175px;
  width: 200px;
  background-color: #E3F4FF;
  color: #294754;
  padding: 16px;
  font-size: 16px;
  border: 2px solid #F16E00;
  cursor: pointer;
}

/* locatiebeheer dropdown */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (standaard onzichtbaar) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #E3F4FF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* inhoud dropdown */
.dropdown-content a {
  color: #294754;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* kleurs verandering van inhoud als muis erover gaat */
.dropdown-content a:hover {background-color: #E3F4FF}

/* dropdown laten zien als muis eroverheen gaat */
.dropdown:hover .dropdown-content {
  display: block;
}

/* achtergronds kleur als is aangeklikt */
.dropdown:hover .dropbtn {
  background-color: #54a8dc;
}

.icoon{
  float: none;
  width: 60px;
  margin-left: 45%;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px; 
    box-sizing: border-box;  /* was verplicht */
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: none; 
  }
  
  input[type=submit] {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  

  input[type=submit]:hover {
    background-color: #54a8dc;
  }
  
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    margin: 10%;
    margin-top: 2%;
    float: right;
    
  }

li
{
list-style-type: disc; 
/* background-color: #294754; */
color: #E3F4FF;
text-align: left;
text-decoration: none!important;
}

li-1
{
  text-decoration: none;
  color: #E3F4FF;
  list-style-type: none;
}
footer {
  background-color: #294754;
  width: 100%;
  height: 30%;
  font: #E3F4FF!important;
  font-family: Argentum-sans-black;
  text-decoration: none!important;
  text-decoration-style: none;
  float: left;
  float: inline-end;
}
.voetje 
{
width: 60%;
height: 60%;
/* background-color: #294754; */
float: right;
list-style-type: disc;
}
.voetblok
{
width: 50%;
height: 60%;
float: left;
padding: 20px;
text-align: left;
list-style-type: disc;
/* background-color: #294754; */
}
.vootje
{
width: 40%;
height: 100%;
/* background-color: #294754; */
float: right;
text-decoration-style: none;
}
.voetblokie
{
width: 50%;
height: 60%;
float: left;
padding: 20px;
text-align: left;
/* background-color: #294754; */
text-decoration: none;
}
