@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_klein.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}
.contact {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  width: 100%;
  padding: 0px;
  background-color: #424040;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  margin: 0px;
  height: 85px;
}
.menu_groot {
  display: none;
}
.menu_klein {
  float: left;
  width: 10%;
  height: 40px;
  padding: 10px 5px 10px 5px;
}
.telefoon, .mail {
  float: left;
  width: 70%;
  padding: 10px 0px 5px 0px;
  text-align: center;
}
.icon {
  font-size: 22px;
  margin: 0px 15px 0px 15px;
}
.top {
  width: 100%;
  height: 125px;
  background-color: rgba(255, 255, 255, 0.50);
}
.top_center {
  width: 95%;
  height: 125px;
  margin: 0px auto 0px auto;
}
.logo {
  width: 275px;
  margin: 10px auto 10px auto;
}
.hoofdframe, .hoofdframe_35, .hoofdframe_foto {
  width: 85%;
  min-height: 100px;
  margin: 25px auto 25px auto;
  font-family: 'Roboto', sans-serif;
  padding: 3%;
  background-color: #424040;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  display: inline-block;
}
.hoofdframe_90 {
  display: none;
}
.foto {
  width: 150px;
  height: 200px;
  float: right;
  margin: 20px;
}
.copyright {
  float: left;
  width: 100%;
}
h1 {
  font-size: 15px;
  text-align: center;
}
/* formulier layout */
input {
  font-size: 16px;
  width: 265px;
  padding: 5px;
  margin-left: 20px;
}
textarea {
  font-size: 16px;
  width: 265px;
  height: 150px;
  padding: 5px;
  margin-left: 20px;
}
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: 300px;
  height: 30px;
}
.input {
  float: left;
  width: 300px;
  height: 50px;
}
.textarea {
  float: left;
  width: 280px;
  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%;
  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 10px 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;
}
form {
  display: block;
}
/* einde formulier layout */