/************************************************************
 *
 * Forms
 *
 ************************************************************/
.form-item {
  margin-bottom: 40px;
}
@media (max-width: 1210px) {
  .form-item {
    margin-bottom: 20px;
  }
}
.form-item label,
.form-item legend {
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 12px;
  color: black;
}
@media (max-width: 767px) {
  .form-item label,
  .form-item legend {
    font-size: 17px;
  }
}
.form-item label.option,
.form-item legend.option {
  margin-bottom: 0;
}
.form-item.js-form-type-radio label,
.form-item.js-form-type-checkbox label {
  display: inline;
  font-weight: normal;
}
.form-item .description {
  font-size: 15px;
  color: #979797;
  margin-top: 5px;
}
fieldset.styled-fieldset {
  padding: 40px;
}
@media (max-width: 1210px) {
  fieldset.styled-fieldset {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  fieldset.styled-fieldset {
    padding: 10px;
  }
}
fieldset.styled-fieldset legend {
  float: left;
  clear: both;
  width: 100%;
  font-size: 28px;
  color: #c72127;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  fieldset.styled-fieldset legend {
    font-size: 22px;
  }
}
fieldset .form-item.js-form-type-radio,
fieldset .form-item.js-form-type-checkbox {
  margin-bottom: 10px;
}
input,
textarea {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 20px 15px;
  border: 0;
  background: none;
  border-bottom: 1px solid #c72127;
  resize: none;
  font-size: 16px;
  border-radius: 0;
}
@media (max-width: 767px) {
  input,
  textarea {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  input[type='text'],
  textarea[type='text'],
  input[type='password'],
  textarea[type='password'],
  input[type='email'],
  textarea[type='email'] {
    width: 100%;
  }
}
input[type='submit'],
textarea[type='submit'] {
  cursor: pointer;
}
.styled-select {
  background: white url(../images/forms/select.svg) no-repeat right 12px center;
  background-size: 8px 8px;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
  overflow: hidden;
  width: 175px;
  max-width: 100%;
  border: 1px solid #979797;
  display: inline-block;
}
@media (max-width: 767px) {
  .styled-select {
    line-height: 35px;
    height: 35px;
    background-position: right 10px center;
    padding: 0 20px 0 10px;
  }
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 50px;
  width: 268px;
}
.styled-radio input[type='radio'] {
  display: none;
}
.styled-radio input[type='radio'] + label {
  background: url(../images/forms/radio.svg) no-repeat top left;
  display: inline-block;
  min-height: 20px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.styled-radio input[type='radio']:checked + label {
  background-image: url(../images/forms/radio-checked.svg);
}
.styled-checkbox input[type='checkbox'] {
  display: none;
}
.styled-checkbox input[type='checkbox'] + label {
  background: url(../images/forms/checkbox.svg) no-repeat top left;
  display: inline-block;
  min-height: 20px;
  padding: 0 0 0 30px;
  cursor: pointer;
}
.styled-checkbox input[type='checkbox']:checked + label {
  background-image: url(../images/forms/checkbox-checked.svg);
}
.styled-datelist .form-item {
  display: inline-block;
  margin-bottom: 0;
}
.styled-datelist .form-item .styled-select {
  width: 80px;
}
@media (max-width: 767px) {
  .styled-datelist .form-item.form-item-date-list-day .styled-select,
  .styled-datelist .form-item.form-item-date-list-year .styled-select {
    width: 50px;
  }
}
.form-managed-file .description {
  display: none;
}
.form-managed-file .styled-file-upload {
  position: relative;
  display: inline-block;
  width: 190px;
  height: 2.5em;
}
.form-managed-file .styled-file-upload::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0 ;
  right: 0;
  content: 'Bestand kiezen';
  display: block;
  background: #c72127 url(../images/forms/upload.svg) no-repeat center left 10px;
  background-size: 25px;
  border-radius: 20px;
  color: white;
  text-indent: 40px;
  line-height: 2.5em;
}
.form-managed-file .styled-file-upload input[type=file] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.form-managed-file img {
  display: block;
  margin-bottom: 10px;
}
.form-managed-file .js-form-type-textfield,
.form-managed-file .file-size {
  display: none;
}
.form-managed-file .button {
  font-size: 13px;
}
#edit-actions {
  margin: 40px 0;
}
#webform-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: #f6f8fa;
}
@media (max-width: 1605px) {
  #webform-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  #webform-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #webform-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#webform-wrapper h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}
/************************************************************
 *
 * Registration
 *
 ************************************************************/
.page-node-type-webform #main {
  background: url(../images/bg-molecule.svg) no-repeat;
  background-size: contain;
}
#webform-submission-registration-form-form .form-item-name,
#webform-submission-contact-form .form-item-name,
#webform-submission-registration-form-form .form-item-last-name,
#webform-submission-contact-form .form-item-last-name {
  display: inline-block;
  width: 25%;
}
@media (max-width: 767px) {
  #webform-submission-registration-form-form .form-item-name,
  #webform-submission-contact-form .form-item-name,
  #webform-submission-registration-form-form .form-item-last-name,
  #webform-submission-contact-form .form-item-last-name {
    width: 100%;
    display: block;
  }
}
#webform-submission-registration-form-form .js-form-type-email,
#webform-submission-contact-form .js-form-type-email {
  width: 25%;
}
@media (max-width: 767px) {
  #webform-submission-registration-form-form .js-form-type-email,
  #webform-submission-contact-form .js-form-type-email {
    width: 100%;
  }
}
#webform-submission-registration-form-form #edit-background--wrapper #edit-background,
#webform-submission-contact-form #edit-background--wrapper #edit-background {
  column-count: 3;
}
@media (max-width: 767px) {
  #webform-submission-registration-form-form #edit-background--wrapper #edit-background,
  #webform-submission-contact-form #edit-background--wrapper #edit-background {
    column-count: 2;
  }
}
#webform-submission-registration-form-form .webform-element--title-inline,
#webform-submission-contact-form .webform-element--title-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
}
@media (max-width: 1605px) {
  #webform-submission-registration-form-form .webform-element--title-inline,
  #webform-submission-contact-form .webform-element--title-inline {
    width: 65%;
  }
}
#webform-submission-registration-form-form .webform-element--title-inline label,
#webform-submission-contact-form .webform-element--title-inline label {
  margin: 0;
}
/*# sourceMappingURL=forms.css.map */