@charset "utf-8";
/* CSS Document */
body {
  font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  background-attachment: fixed;
  background-image: url("IMG/achtergrond.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-color: #fff;
}
.contact {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 15px 0px 15px 0px;
  background-color: #424040;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  height: 30px;
}
.menu_groot {
  display: block;
}
.menu_klein {
  display: none;
}
.telefoon {
  float: left;
  width: 48%;
  text-align: right;
  margin-right: 2%;
}
.mail {
  float: left;
  width: 48%;
  text-align: left;
  margin-left: 2%;
}
.icon {
  font-size: 22px;
  margin: 0px 15px 0px 0px;
}
.top {
  width: 100%;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.50);
}
.top_center {
  width: 1100px;
  height: 125px;
  margin: 0px auto 0px auto;
}
.logo {
  width: 356px;
  height: 120px;
  float: left;
  margin-right: 50px;
}
.hoofdframe {
  width: 25%;
  min-height: 500px;
  margin: 1.9%;
  font-family: 'Roboto', sans-serif;
  padding: 0px 25px 10px 25px;
  background-color: #424040;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  float: left;
}
.hoofdframe_35 {
  width: 35%;
  min-height: 100px;
  margin: 4% 5% 4% 5%;
  font-family: 'Roboto', sans-serif;
  padding: 25px;
  background-color: #424040;
  color: #FFF;
  font-size: 16px;
  text-align: left;
  float: left;
}
.hoofdframe_90 {
  width: 90%;
  min-height: 100px;
  margin: 6% 2.5% 6% 2.5%;
  font-family: 'Roboto', sans-serif;
  padding: 25px;
  background-color: #424040;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  float: left;
}
.hoofdframe_foto {
  display: none;
}
.foto {
  width: 45%;
  float: right;
  margin: 10px 0px 10px 10px;
  display: block;
}
.copyright {
  float: left;
  width: 100%;
}
/* formulier layout */
input {
  font-size: 14px;
  width: 90%;
  padding: 3px;
}
textarea {
  font-size: 14px;
  width: 90%;
  height: 150px;
  padding: 3px;
}
textarea:required:invalid, textarea:focus:invalid, input:required:invalid, input:focus:invalid {
  border: 2px solid #F00;
}
textarea:required:valid, input:required:valid {
  border: 2px solid #3C0;
}
.label {
  font-size: 16px;
  float: left;
  width: 30%;
  height: 40px;
text-align: right;
   margin: 0px 10px 0px 0px;
}
.input {
  float: left;
  width: 60%;
  height: 50px;
}
.textarea {
  float: left;
  width: 60%;
  height: 175px;
}
textarea:required:invalid, textarea:focus:invalid, input:required:invalid, input:focus:invalid {
  border: 2px solid #F00;
}
textarea:required:valid, input:required:valid {
  border: 2px solid #3C0;
}
.verzonden {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #1CB31C;
  box-shadow: 0 0 5px 1px #2b536c;
  border: 1px solid #000;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.fout {
  width: 95%;
    min-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  background-color: #ED1C24;
  box-shadow: 0 0 5px 1px #2b536c;
  border: 1px solid #000;
  border-radius: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.vinkje {
  float: left;
    margin-bottom: 0px 0px 10px 0px;
font-size: 65px;
    display: block;
}
h10 {
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
}
input[type=submit] {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border: 2px solid #fff;
  margin: 10px 85px 0px 0px;
  width: 130px;
  color: #fff;
  background-color: #424040;
  padding: 5px;
  border-radius: 5px;
  float: right;
}
input[type=submit]:hover {
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
}
/* einde formulier layout */