/* Flat design stijl voor Contact Form 7 */

.wpcf7 label{font-size: 1.25em;}
.wpcf7 input{font-size: 1rem!important;}
/* Algemene stijl voor alle inputvelden */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  display: block;
  width: 100%;
  padding: 0.8em 1em;
  font-family: inherit; letter-spacing: 0.02em;
  border: 1px solid #24272A;
  color:#24272A;
  border-radius: 0;
  background-color: #fff;
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box;
}

.wpcf7 p{margin-bottom: 1.4em;}

/* Stijl voor keuzerondjes */
.wpcf7 input[type="radio"] {
  margin-right: 0.5em;
}

/* Stijl voor selectievakjes */
.wpcf7 input[type="checkbox"] {
  margin-right: 0.5em;
}

.wpcf7 .wpcf7-form-control-wrap{position: relative; float: left; width: 100%; margin-top: 0.6em;}

/* Stijl voor submit knop */
.wpcf7 input[type="submit"] {
  display: inline-block;
  font-family: 'Poppins', serif;
  font-size: 0.9375em;
  font-weight: 500;
  border: none;
  width: auto;
  border-radius: 0.43em;
  background-color: #333;
  color: #fff;
   letter-spacing: 0.01em;
  font-size: 1em;
  line-height: 1.5;
  cursor: pointer;
}

/* Stijl voor succesbericht */
.wpcf7 .wpcf7-mail-sent-ok {
  color: green;
}

/* Stijl voor foutbericht */
.wpcf7 .wpcf7-validation-errors {
  color: red;
}

/* Stijl voor melding van vereiste velden */
.wpcf7 span.wpcf7-not-valid-tip {
  display: inline-block;
  color: red;
  font-size: 0.8em;
  margin-top: 0.2em;
}

.grecaptcha-badge{
  display: none;
}