.header-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .05);
}

.form-section {
  padding: 30px;
}

.container {
  padding: 30px;
  background-color: rgba(66, 67, 67, .03);
}

.form-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #cecece;
}

.form-row.last {
  padding-bottom: 0px;
  border-bottom-style: none;
}

.form-label {
  width: 28%;
  margin-right: 2%;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 2%;
  border-right: 1px solid #c9c9c9;
  font-size: 18px;
  font-weight: 300;
}

.form-input-text {
  width: 70%;
  margin-bottom: 0px;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-input-text:hover {
  box-shadow: 1px 1px 3px 0 #b9b9b9;
}

.form-input-text:focus {
  border: 1px solid #43d271;
}

.form-input-text::-webkit-input-placeholder {
  color: #b4b4b4;
  font-style: italic;
  letter-spacing: 0px;
}

.form-input-text:-ms-input-placeholder {
  color: #b4b4b4;
  font-style: italic;
  letter-spacing: 0px;
}

.form-input-text::-ms-input-placeholder {
  color: #b4b4b4;
  font-style: italic;
  letter-spacing: 0px;
}

.form-input-text::placeholder {
  color: #b4b4b4;
  font-style: italic;
  letter-spacing: 0px;
}

.form-input-text.small {
  width: 35%;
  margin-bottom: 0px;
}

.form-input-text.xsmall {
  width: 15%;
  min-width: 100px;
  margin-right: 15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-input-text.xxsmall {
  width: 8%;
  min-width: 80px;
  margin-right: 15px;
}

.form-input-text.large {
  width: 100%;
}

.body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #434343;
  font-weight: 300;
}

.form-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 15px 10px 0px;
  color: #75bd8d;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.div-block {
  width: 300px;
  padding: 15px;
}

.logo-link {
  position: absolute;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 12vh;
  min-height: 12vh;
  padding: 0px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image {
  max-height: 4vh;
}

.image-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  max-height: 12vh;
  margin-right: -10px;
}

.header-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/20161124_1362-kopiëren.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.heading-2 {
  color: #fff;
  letter-spacing: -1px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .59);
}

.form-input-multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-input-multiple.columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.radio-wrapper {
  margin-right: 20px;
}

.radio-wrapper:hover {
  color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
  font-size: 14px;
  font-weight: 800;
}

.radio-label {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.radio-label:hover {
  color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
}

.radio-label.controle {
  color: #000;
  font-style: italic;
  font-weight: 800;
}

.submit-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.submit-button {
  padding: 10px;
  border: 1px solid #ff56a3;
  background-color: #43d271;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #fff;
  background-color: #ff56a3;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .38);
}

.submit-button.home {
  margin-right: 30px;
}

.submit-button.home:hover {
  background-color: #ff70b1;
}

.submit-button.form {
  border-style: none;
  border-color: #000;
  background-color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
}

.submit-button.form:hover {
  background-color: #75bd8d;
}

.divider {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #dadada;
}

.required {
  color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
  font-style: italic;
  text-align: right;
}

.form-section-block {
  margin-bottom: 15px;
  padding: 20px;
  border-bottom: 2px solid hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
  background-color: #e0e0e0;
  box-shadow: 1px 1px 3px 0 #d8cbcb;
}

.form-textarea {
  width: 70%;
  min-height: 150px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form-textarea:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
}

.form-textarea:focus {
  border: 1px solid #43d271;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .15);
}

.form-textarea::-webkit-input-placeholder {
  color: #bdbdbd;
  font-style: italic;
}

.form-textarea:-ms-input-placeholder {
  color: #bdbdbd;
  font-style: italic;
}

.form-textarea::-ms-input-placeholder {
  color: #bdbdbd;
  font-style: italic;
}

.form-textarea::placeholder {
  color: #bdbdbd;
  font-style: italic;
}

.success-message {
  background-color: #75bd8d;
  color: #fff;
}

.text-block {
  font-size: 18px;
  font-weight: 800;
}

.error-message {
  background-color: red;
  color: #fff;
}

.text-block-2 {
  color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
}

.checkbox-wrapper {
  margin-right: 20px;
}

.checkbox-wrapper:hover {
  color: hsla(203.33333333333331, 68.07%, 53.33%, 1.00);
  font-size: 14px;
  font-weight: 800;
}

.image-3 {
  width: 250px;
}

.smalltext-label {
  color: #8f8f8f;
  font-size: 14px;
  font-style: italic;
}

.form-file-uploader {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .header-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: solid;
  }
  .form-row.date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-label {
    width: 100%;
    border-right-style: none;
  }
  .form-input-text {
    width: 100%;
  }
  .form-input-text.small {
    width: 100%;
  }
  .form-input-text.xsmall {
    width: 40%;
    min-width: 80px;
  }
  .form-input-text.xxsmall {
    width: 15%;
    min-width: 30px;
  }
  .form-input-text.xxsmall.toevoeg {
    width: 50%;
  }
  .logo-link {
    position: relative;
    width: 100%;
    max-height: auto;
    min-height: 0vh;
    padding-top: 30px;
    padding-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .form-input-multiple.columns {
    width: 100%;
  }
  .submit-button.home {
    width: 100%;
    text-align: center;
  }
  .form-textarea {
    width: 100%;
  }
  .image-3 {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .form-section {
    padding: 15px;
  }
  .container {
    padding: 0px;
    background-color: rgba(67, 68, 68, 0);
  }
  .form-input-text.xsmall {
    width: 100%;
  }
  .form-input-text.xsmall.jaar {
    width: 40%;
  }
  .form-input-text.xxsmall {
    width: 21%;
  }
  .form-heading {
    font-size: 20px;
  }
  .heading-2 {
    font-size: 24px;
  }
}

