*    {
    margin:0px;

}

ul {
    list-style-type: none;
    background-color: lightblue;
    margin-top: 10px;
    padding: 5px;
    height: 80px;
    

}

li {
    float: right;
    padding: 30px;
    background-color: lightblue;
    text-decoration: none;

    
}

li a {
    color: darkblue;
    text-decoration: none;
    font-size: large;
}

li a:hover {
    background-color:white;
    color: darkblue;
    display:block

}





h1 {
    background-color: lightblue;
    width: 100%;
    margin-left: 150px;
    margin-top: -10px;
    margin-bottom: -10px;
    color: darkblue;
    padding-left: 30px;
    padding-top: 30px;
    height: 80px;
    
}

#Home  {
    float: left;
    padding-left: 55px;
}


.picca {
    height: 110px;
    width: 150px;
    margin-top: -1px;
}

.hoofd {
    margin-top: -126px;

}

.a {
    color: darkblue;
    background-color: lightblue;
    text-align: center;
    font-size:  110px;           
}
img {
    margin-bottom: -4px;
    margin-top: 1px;
    width: 100%;
    height: 600px;
}


h2 {
    text-align: center;
    color: darkblue;
}


.a {
    color: darkblue;
    background-color: lightblue;
    text-align: center;
    font-size:  120px;           
}

.container {
    max-width: 1000px;
    margin: 20px auto;
    padding: 20px;
    background-color: lightcyan;
    border-radius: 50px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
    font-style: italic;

}

h2 {
    color: dar;
    text-align: center;
    font-size: 30px

}
p {
    color: darkcyan;
    line-height: 1.6;
}
.idea {
    margin-bottom: 20px;
}
h3 {
font-size: 23px;
font-style: normal;
color: rgb(98, 131, 154);
text-align: center;
}
.onderlijn  {
    text-decoration: underline;
    font-size: 40px;
    color: darkblue;
  }
.begin {
max-width: 1000px;
margin: 10px auto;
padding: 40px;
background-color: rgb(58, 81, 122);
border-radius: 50px;
box-shadow: 0 0 500px rgba(0, 0, 0, 0.1);
font-style: normal; 
font-size: 70px;
max-height: 650px;
color: lightblue;   





}

.begin:hover {
    background-color: rgb(43, 72, 125);
    cursor: pointer;
    box-shadow: black;
} 

#tussen {
    font-size:20px ;
    font-style: italic;
    margin-left: 500px;
    margin-bottom: 50px;
    margin-top: 00px;
    color: lightcyan;
    
    
}

.stress {
    width: 455px;
    margin-top: 40px;
}
.stress img {
    height: 400px;
   float: left;
   margin-top: 15px;
   border-radius: 50px;
  
}





h2 {
    color: dar;
    text-align: center;
    font-size: 30px

}
p {
    color: darkcyan;
    line-height: 1.6;
}
.idea {
    margin-bottom: 20px;
}
h3 {
font-size: 23px;
font-style: normal;
color: rgb(98, 131, 154);
text-align: center;
}

.onderlijn {
    text-decoration: underline;
    font-size: 40px;
}

h2 {
    color: darkblue;
    text-align: center;
    font-size: 30px

}

p {
    color: darkcyan;
    line-height: 1.6;
}
.idea {
    margin-bottom: 20px;
}

h3 {
font-size: 23px;
font-style: normal;
color: darkolivegreen;
text-align: center;
}

img {
    margin-bottom: -4px;
    margin-top: 1px;
    width: 100%;
    height: 600px;
}


h2 {
    text-align: center;
    color: darkblue;
}


.a {
    color: darkblue;
    background-color: lightblue;
    text-align: center;
    font-size:  120px;           
}

.standpunten-info {
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border:  3px solid darkblue;
    border-radius: 10px;
    
}

.standpunten-titel {
    font-size: 30px;
    color: darkblue;
    margin-left: 40%;
    
}

.section-info {
    font-size: 20px;
    color: #000000;
    margin-bottom: 1px;
    padding: 10px 20px;
    border:  3px solid darkblue;
    border-radius: 10px;

}

.section-titel {
    font-size: 25px;
    color: darkblue;
    margin-bottom: 10px;
}

.section {
    padding: 20px;
  }
  
  .section-title {
    font-size: 30px;
    color: darkblue;
    margin-bottom: 10px;
  }
  
  .section-content {
    font-size: 20px;
    color: #000000;
    margin-bottom: 1px;
    padding: 10px 20px;
    border:  3px solid darkblue;
    border-radius: 10px;
    
  }

  .section-content:hover {
    background-color: darkblue;
    cursor: pointer;
    color: lightblue;
  }

  
  
  .contact-info {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  
  .contact-form {
    display: flex;
    flex-direction: column;
  }
  
  form {
    display: flex;
    flex-direction: column;
  }
  
  label {
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
  }
  
  input[type="text"],
  input[type="email"],
  textarea {
    border: 1px solid darkblue;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
  
  input[type="submit"] {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background-color: darkblue;
    color: white;
    cursor: pointer;
  }
  
  input[type="submit"]:hover {
    background-color: darkblue;
    color: white;
  }

  @media (max-width: 768px){

  }
  
  .contact-form {
    width: 100%;
  }

  .section-info {
    font-size: 20px;
    color: #000000;
    margin-bottom: 1px;
    padding: 10px 20px;
    border:  3px solid darkblue;
    border-radius: 10px;

}

.section-titel {
    font-size: 25px;
    color: darkblue;
    margin-bottom: 10px;
}

table {
    border-color: darkblue;
    width: 100%;
    margin: 10px;
    padding: 5px;
    
}

.beroep {
    font-size: 25px;
    font-weight: bold;

}

#titel {
    font-size: 30px;
    color: darkblue;
}

.functie {
    font-size: 22px;
}

.salaris {
    font-size: 22px;
}


.fotowerknemer img {
    width: 100%;
   
}
  
  