.op-blue {
  color: #00549E;
}

.op-white {
  color: #ffffff;
}

.op-orange {
  color: #FF983D;
}

.bg-blue {
  background-color: #00549E;
}

.elq-form input, .elq-form select, .elq-form textarea, .elq-form .form-select {
  border: solid 1px #00549E;
  color: #00549E;
  padding: 5px 10px;
  border-radius: 0;
  outline: none;
}
.elq-form input[class*=invalid], .elq-form select[class*=invalid], .elq-form textarea[class*=invalid], .elq-form .form-select[class*=invalid] {
  color: #F15D1D;
  border: solid 1px #F15D1D;
  background-image: url("../img/icon/icon_field_req.svg");
  background-repeat: no-repeat;
  background-size: 36px 40px;
  background-position: right;
}
.elq-form input.LV_valid_field, .elq-form select.LV_valid_field, .elq-form textarea.LV_valid_field, .elq-form .form-select.LV_valid_field {
  background-image: url("../img/icon/icon_field_valid.svg");
  background-repeat: no-repeat;
  background-size: 36px 40px;
  background-position: right;
}
.elq-form input:focus, .elq-form select:focus, .elq-form textarea:focus, .elq-form .form-select:focus {
  outline: none;
  box-shadow: none;
}
.elq-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00549E;
  opacity: 1;
  /* Firefox */
}
.elq-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #00549E;
}
.elq-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #00549E;
}
.elq-form label, .elq-form .elq-label {
  color: #00549E;
  font-size: 0.8em;
}
.elq-form .pflichtfeld {
  color: #8E9089;
}
.elq-form .pflichtfelder {
  font-size: 12px;
}

.field-control-wrapper {
  position: relative;
}

.LV_valid {
  display: none;
}

.LV_invalid {
  font-size: 0.8em;
  color: red;
}

.elq-form .list-order input[type=radio], .elq-form input[type=checkbox] {
  margin: 1px;
  box-sizing: border-box;
  appearance: none;
  background: white;
  outline: 1px solid #333;
  border: 3px solid white;
  width: 40px;
  height: 40px;
}
.elq-form .list-order input[type=radio]:checked, .elq-form input[type=checkbox]:checked {
  background-image: url("../img/icon/icon_checked.svg");
  background-repeat: no-repeat;
  background-size: 20px 14px;
  background-position: center;
}

.elq-form .elq-required {
  display: inline;
  float: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.elq-form #elq-FormLastRow {
  position: absolute;
  left: -80%;
  top: -80%;
}

.elq-form .elq-label {
  display: inline-block;
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
  margin-bottom: 0;
}

.elq-form .elq-label-top {
  padding-bottom: 3px;
}

.elq-form .elq-item-label {
  max-width: 100%;
  font-weight: 400;
  box-sizing: border-box;
}

.elq-form .list-order {
  margin-left: 0;
}

.elq-form .one-column {
  width: 100%;
  clear: both;
}

.elq-form .two-column {
  float: left;
  width: 38%;
}

.three-three-wrapper {
  display: flex;
  justify-content: space-around;
}
.three-three-wrapper .list-order {
  margin-top: 4px;
}

.elq-form .three-column {
  float: left;
  width: 30%;
}
.elq-form .three-column.three-one {
  width: 65px;
  flex: 0 0 65px;
}
.elq-form .three-column.three-two {
  width: -webkit-fill-available;
}
.elq-form .three-column.three-three {
  width: 190px;
  flex: 0 0 190px;
  text-align: right;
}

.elq-form .elq-item-textarea {
  resize: vertical;
  min-height: 48px;
  max-height: 360px;
  box-sizing: border-box;
}

.elq-form .elq-item-input, .elq-form .elq-item-select, .elq-form .elq-item-textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #00549E;
  font: inherit;
  margin: 0;
}

.elq-form .row.single-checkbox-row {
  margin-left: 0;
}

.custom-overlay {
  margin-left: 2px;
  background: #fff;
  box-shadow: 0 0 4px 0 #777;
  border-radius: 2px;
  max-width: 256px;
}

.modal {
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: 0px;
  background-color: rgba(0, 35, 74, 0.7);
}
.modal .btn-close {
  border: solid 1px #00549E;
  border-radius: 0;
  color: #00549E;
  background-image: url("../img/icon/icon_close.svg");
  opacity: 1;
}
.modal .modal-header {
  border: 0;
}
@media (max-width: 576px) {
  .modal .docchecklogin {
    transform: scale(0.8);
  }
}

/*# sourceMappingURL=op_forms.css.map */
