/*
 * Farben
 */
.frm_forms .frm_form_fields div[aria-hidden=true] {
  display: none;
}
.frm_forms .frm_verify, .frm_forms .frm_error {
  display: none;
}
.frm_forms fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}
.frm_forms fieldset legend {
  display: none;
}
.frm_forms .frm_form_field {
  margin-bottom: 20px;
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .frm_forms .frm_form_field.frm6 {
    width: 50%;
  }
}
.frm_forms .frm_form_field.frm_required_field.frm_blank_field input[type=text], .frm_forms .frm_form_field.frm_required_field.frm_blank_field input[type=email] {
  outline: solid 1px #B71738 !important;
}
.frm_forms .frm_form_field.frm_required_field.frm_blank_field label {
  color: #B71738 !important;
}
.frm_forms .frm_form_field.frm_required_field.frm_blank_field label span {
  color: #B71738 !important;
}
.frm_forms .frm_fields_container {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.frm-show-form .frm_html_container p {
  font-size: 16px;
  line-height: 25px;
}
.frm-show-form .frm_html_container hr {
  margin-top: 30px;
  margin-bottom: 10px;
}
.frm-show-form .frm_html_container h2 {
  margin-bottom: 0px;
  margin-top: 30px;
}
.frm-show-form .form-field label.frm_primary_label {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.01px;
  text-align: left;
  line-height: 16px;
  text-transform: uppercase;
  padding-left: 19px;
  padding-bottom: 6px;
  display: inline-block;
}
.frm-show-form .form-field label.frm_primary_label span {
  color: #004156;
}
.frm-show-form .form-field input[type=text], .frm-show-form .form-field input[type=email], .frm-show-form .form-field textarea {
  font-family: "Source Sans Pro";
  box-sizing: border-box;
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  outline: none;
  border-radius: 1px;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 16px;
  padding-left: 19px;
  padding-top: 13px;
  padding-bottom: 16px;
}
.frm-show-form .form-field input[type=text].error, .frm-show-form .form-field input[type=text].um-error, .frm-show-form .form-field input[type=email].error, .frm-show-form .form-field input[type=email].um-error, .frm-show-form .form-field textarea.error, .frm-show-form .form-field textarea.um-error {
  border: solid 1px #004156 !important;
}
.frm-show-form .form-field.vertical_radio .frm_primary_label {
  display: none;
}
.frm-show-form .form-field.vertical_radio .frm_radio, .frm-show-form .form-field.vertical_radio .frm_checkbox {
  display: inline-block;
}
.frm-show-form .form-field.vertical_radio .frm_radio + .frm_radio, .frm-show-form .form-field.vertical_radio .frm_checkbox + .frm_radio {
  margin-left: 40px;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=radio], .frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox], .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=radio], .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox] {
  appearance: none;
  padding: 0px;
  margin: 0px;
  display: inline;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=radio]:after, .frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox]:after, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=radio]:after, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox]:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 7px;
  top: 10px;
  border-radius: 100%;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
  background-color: #00749C;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=radio]:before, .frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox]:before, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=radio]:before, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox]:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 100%;
  background-color: #F5F5F5;
  position: absolute;
  left: 0px;
  top: 3px;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=radio]:checked:after, .frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox]:checked:after, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=radio]:checked:after, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox]:checked:after {
  opacity: 1;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox]:before, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox]:before {
  border-radius: 0px;
  top: 2px;
}
.frm-show-form .form-field.vertical_radio .frm_radio input[type=checkbox]:after, .frm-show-form .form-field.vertical_radio .frm_checkbox input[type=checkbox]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath d='m.706 4.047 3.765 3.894L11.294.882' stroke='%23004156FF' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-color: transparent !important;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  left: 6px;
  opacity: 0;
}
.frm-show-form .form-field.vertical_radio .frm_radio label, .frm-show-form .form-field.vertical_radio .frm_checkbox label {
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  display: inline-block;
}
.frm-show-form .form-field.vertical_radio .frm_radio label a, .frm-show-form .form-field.vertical_radio .frm_checkbox label a {
  color: #00749C;
  font-weight: 400;
  transition-duration: 0.3s;
  transition-property: text-decoration;
}
@media (max-width: 767.98px) {
  .frm-show-form .form-field.vertical_radio .frm_radio {
    width: 50%;
    display: block;
    float: left;
    margin-bottom: 10px;
  }
  .frm-show-form .form-field.vertical_radio .frm_radio + .frm_radio {
    margin-left: 0px;
  }
}
.frm-show-form .frm_submit {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.frm-show-form .frm_submit .frm_button_submit {
  display: block;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.02px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 11px;
  position: relative;
  border-radius: 1px;
  transition-property: background-color;
  transition-duration: 0.3s;
  text-align: center;
  border: none;
  cursor: pointer;
  font-family: "Source Sans Pro";
  color: #fff;
  background-color: #B71738;
}

html.no-touchevents .frm_forms .frm_button_submit:hover {
  background-color: #891129;
}
html.no-touchevents .frm_forms label a:hover {
  text-decoration: none;
}
html.no-touchevents .frm_forms .form-field.vertical_radio input[type=radio]:not(:checked):hover:after, html.no-touchevents .frm_forms .form-field.vertical_radio input[type=checkbox]:not(:checked):hover:after {
  opacity: 0.4;
}
