@media (max-width: 479px){
  div {
    margin: 2px 2px 2px 2px;}}
.onderhoud label {
  font-size: 15px;
  color: #00490e;
  font-weight: bold;
  font-family: 'helvetica_bold';
}
.onderhoud input[type=text], textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #00490e !important;
  border-radius: 4px ;
  margin-top: 6px ;
  margin-bottom: 16px ;
  resize: vertical;
  background-color: #ffffff !important;
  font-size: 13px;
  font-family: 'helvetica_bold';
}
.onderhoud input[type=email], textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #00490e !important;
  border-radius: 4px ;
  margin: 10px 0px 6px 0px;
  resize: vertical;
  background-color: #ffffff !important;
  font-size: 13px;
  font-family: 'helvetica_bold';
}
.onderhoud input[type=text], select {
  width: 100%;
  padding: 8px;
  border: 1px solid #00490e !important;
  border-radius: 4px ;
  margin: 10px 0px 6px 0px;
  resize: vertical;
  background-color: #ffffff !important;
  font-size: 13px;
  font-family: 'helvetica_bold';
}
.onderhoud legend {
  font-size: 15px;
    color: #00490e;
    font-weight: bold;
    font-family: 'helvetica_bold';
  margin: 0px 0px 5px;
}