/* Gravity Overrides -> Orbital Theme */
.gform-theme--api,
.gform-theme--framework {
  --gf-font-size-primary: 16px !important;
  --gf-color-primary: #009640 !important;
  --gf-color-primary-darker: #00632a !important;
  --gf-field-pg-prog-bar-bg-color-blue: #009640 !important;
}
.gform-theme--api ::placeholder,
.gform-theme--framework ::placeholder {
  color: #828995;
}
.gform-theme--api h3.gsection_title,
.gform-theme--framework h3.gsection_title {
  margin-bottom: 0;
  margin-top: 20px;
  color: #009640;
}
.gform-theme--api,
.gform-theme--foundation {
  --gf-form-gap-y: 20px !important;
}
.uk-section-primary .gform-theme--framework .gfield_list_group_item:before,
.uk-section-secondary .gform-theme--framework .gfield_list_group_item:before,
.uk-card-primary .gform-theme--framework .gfield_list_group_item:before,
.uk-card-secondary .gform-theme--framework .gfield_list_group_item:before,
.uk-section-primary .gform-theme--framework .gform-field-label,
.uk-section-secondary .gform-theme--framework .gform-field-label,
.uk-card-primary .gform-theme--framework .gform-field-label,
.uk-card-secondary .gform-theme--framework .gform-field-label {
  --gf-local-color: #fff !important;
}
.uk-section-primary .gform-theme--framework .gform-field-label--type-sub,
.uk-section-secondary .gform-theme--framework .gform-field-label--type-sub,
.uk-card-primary .gform-theme--framework .gform-field-label--type-sub,
.uk-card-secondary .gform-theme--framework .gform-field-label--type-sub {
  --gf-local-color: rgba(255, 255, 255, 0.6) !important;
}
.uk-section-primary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-section-secondary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-card-primary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-card-secondary .gform-theme--framework .gform-field-label > .gfield_required,
.uk-section-primary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-section-secondary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-card-primary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-card-secondary .gform-theme--framework .gform_validation_errors .gform_submission_error,
.uk-section-primary .gform-theme--framework .gfield_validation_message,
.uk-section-secondary .gform-theme--framework .gfield_validation_message,
.uk-card-primary .gform-theme--framework .gfield_validation_message,
.uk-card-secondary .gform-theme--framework .gfield_validation_message {
  --gf-local-color: #ff6f4f !important;
  color: #ff6f4f !important;
}
/* Fix für Image-Captcha -> Oribital-Theme */
.captcha-image label > input {
  opacity: 0 !important;
  display: none !important;
}
/*# sourceMappingURL=custom.css.map */