.section-formulier-blok {
  padding: 3em 0;
  background-color: #ffffff;
}
@media only screen and (min-width: 1024px) {
  .section-formulier-blok {
    padding: 3em 0;
  }
}
.section-formulier-blok .formulier-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .section-formulier-blok .formulier-container {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 100px;
    align-items: start;
  }
}
.section-formulier-blok .formulier-content-left .section-title-wrapper {
  margin-bottom: 24px;
}
.section-formulier-blok .formulier-content-left .formulier-section-title {
  font-size: 28px;
  line-height: 1.25;
  color: #AA273E;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section-formulier-blok .formulier-content-left .formulier-section-title {
    font-size: 28px;
  }
}
.section-formulier-blok .formulier-content-left .formulier-text-editor {
  font-size: 16px;
  line-height: 1.6;
  color: #231F20;
  margin-bottom: 40px;
}
.section-formulier-blok .formulier-content-left .formulier-text-editor p {
  margin-bottom: 20px;
}
.section-formulier-blok .formulier-content-left .formulier-text-editor p:last-child {
  margin-bottom: 0;
}
.section-formulier-blok .formulier-content-left .formulier-text-editor a:not(.btn) {
  color: #AA273E;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.section-formulier-blok .formulier-content-left .formulier-text-editor a:not(.btn):hover, .section-formulier-blok .formulier-content-left .formulier-text-editor a:not(.btn):focus {
  color: #8c2032;
}
.section-formulier-blok .formulier-content-left .formulier-logo-wrapper {
  margin-top: 30px;
}
.section-formulier-blok .formulier-content-left .formulier-logo-wrapper .formulier-logo {
  max-width: 200px;
  height: auto;
  display: block;
}
.section-formulier-blok .formulier-content-right {
  background-color: #ffffff;
}

.frm_forms .frm_form_fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.frm_forms .frm_form_field {
  margin: 0 0 1.5em !important;
  padding: 0 !important;
  width: 100% !important;
}
.frm_forms .frm_form_field .frm_primary_label {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #231F20;
  display: block;
  margin-bottom: 8px;
  line-height: 1.2;
}
.frm_forms .frm_form_field input[type=text],
.frm_forms .frm_form_field input[type=email],
.frm_forms .frm_form_field input[type=tel],
.frm_forms .frm_form_field input[type=url],
.frm_forms .frm_form_field input[type=password],
.frm_forms .frm_form_field input[type=number],
.frm_forms .frm_form_field input[type=phone],
.frm_forms .frm_form_field textarea,
.frm_forms .frm_form_field select {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #231F20;
  padding: 14px 16px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  transition: all 0.3s ease;
  outline: none;
  box-sizing: border-box;
}
.frm_forms .frm_form_field input[type=text]::-moz-placeholder, .frm_forms .frm_form_field input[type=email]::-moz-placeholder, .frm_forms .frm_form_field input[type=tel]::-moz-placeholder, .frm_forms .frm_form_field input[type=url]::-moz-placeholder, .frm_forms .frm_form_field input[type=password]::-moz-placeholder, .frm_forms .frm_form_field input[type=number]::-moz-placeholder, .frm_forms .frm_form_field input[type=phone]::-moz-placeholder, .frm_forms .frm_form_field textarea::-moz-placeholder, .frm_forms .frm_form_field select::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.frm_forms .frm_form_field input[type=text]::placeholder,
.frm_forms .frm_form_field input[type=email]::placeholder,
.frm_forms .frm_form_field input[type=tel]::placeholder,
.frm_forms .frm_form_field input[type=url]::placeholder,
.frm_forms .frm_form_field input[type=password]::placeholder,
.frm_forms .frm_form_field input[type=number]::placeholder,
.frm_forms .frm_form_field input[type=phone]::placeholder,
.frm_forms .frm_form_field textarea::placeholder,
.frm_forms .frm_form_field select::placeholder {
  color: #b0b0b0;
  opacity: 1;
}
.frm_forms .frm_form_field input[type=text]:focus,
.frm_forms .frm_form_field input[type=email]:focus,
.frm_forms .frm_form_field input[type=tel]:focus,
.frm_forms .frm_form_field input[type=url]:focus,
.frm_forms .frm_form_field input[type=password]:focus,
.frm_forms .frm_form_field input[type=number]:focus,
.frm_forms .frm_form_field input[type=phone]:focus,
.frm_forms .frm_form_field textarea:focus,
.frm_forms .frm_form_field select:focus {
  border-color: #AA273E;
  box-shadow: 0 0 0 3px rgba(170, 39, 62, 0.08);
}
.frm_forms .frm_form_field textarea {
  min-height: 150px;
  resize: vertical;
}
.frm_forms .frm_radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-top: 6px;
}
.frm_forms .frm_radio label {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  color: #777777;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: 400;
}
.frm_forms .frm_radio label input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: #ffffff;
  margin: 0 10px 0 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.frm_forms .frm_radio label input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 0.2s transform ease-in-out;
  background-color: #AA273E;
}
.frm_forms .frm_radio label input[type=radio]:checked {
  border-color: #AA273E;
}
.frm_forms .frm_radio label input[type=radio]:checked::before {
  transform: scale(1);
}
.frm_forms .frm_radio label input[type=radio]:focus {
  box-shadow: 0 0 0 3px rgba(170, 39, 62, 0.08);
}
.frm_forms .frm_radio label:hover input[type=radio] {
  border-color: #AA273E;
}
.frm_forms .frm_submit {
  margin-top: 10px;
}
.frm_forms .frm_submit input[type=submit],
.frm_forms .frm_submit button[type=submit],
.frm_forms .frm_submit .frm_button_submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 28px;
  background-color: #AA273E;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .frm_forms .frm_submit input[type=submit],
  .frm_forms .frm_submit button[type=submit],
  .frm_forms .frm_submit .frm_button_submit {
    width: auto;
    padding: 16px 36px;
    font-size: 15px;
  }
}
.frm_forms .frm_submit input[type=submit]:hover,
.frm_forms .frm_submit button[type=submit]:hover,
.frm_forms .frm_submit .frm_button_submit:hover {
  background-color: #8c2032;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(170, 39, 62, 0.15);
}
.frm_forms .frm_submit input[type=submit]:active,
.frm_forms .frm_submit button[type=submit]:active,
.frm_forms .frm_submit .frm_button_submit:active {
  transform: translateY(0);
}/*# sourceMappingURL=formulieren.css.map */