#form-area {
  position: relative;
}
#form-area #form-area-nf {
  position: absolute;
  margin-top: -200px;
  top: 0;
}

.captcha-box {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
}
.captcha-box canvas {
  border: 1px black solid;
  padding: 20px;
}
.captcha-box #textCanvas {
  display: none;
}
.captcha-box #image {
  transform: translate(-10px, 10px);
}
.captcha-box input {
  width: 100%;
}

form .row {
  margin-bottom: 30px;
}
form .row label:not(.stabled) {
  position: relative;
  top: 30px;
  color: #BFC2B4;
  transition: all 0.3s ease;
  pointer-events: none;
}
form .row .form-control {
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: inherit;
  transition: border-bottom-color 0.3s ease;
}
form .row .form-control:focus {
  box-shadow: none;
}
form .row textarea {
  resize: none;
  height: 38px;
}
form .input-area.in-focus label, form .input-area.has-value label {
  top: 5px;
  font-size: 14px;
}
form .input-area.in-focus textarea, form .input-area.has-value textarea {
  height: auto;
}
form .input-area:hover .form-control {
  border-bottom-color: #E60000;
}
form .input-area.input-error {
  position: relative;
}
form .input-area.input-error:after {
  content: "!";
  color: #E60000;
  position: absolute;
  bottom: 0.375rem;
  right: 0.75rem;
}
form .input-area[data-name]:after {
  right: -2px;
}
form #dz-zustimmung label {
  transition: color 0.3s ease;
}
form #dz-zustimmung .checkbox-ctr {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}
form #dz-zustimmung .checkbox-ctr #defaultCheck1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 50px;
  height: 0;
  width: 0;
  flex-shrink: 0;
  border-radius: 0;
  appearance: none;
}
form #dz-zustimmung .checkbox-ctr #defaultCheck1:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background: transparent;
  border: 2px solid #000000;
  border-radius: 50%;
  cursor: pointer;
}
form #dz-zustimmung .checkbox-ctr #defaultCheck1:checked {
  background-color: transparent;
  border-color: transparent;
}
form #dz-zustimmung .checkbox-ctr #defaultCheck1:checked:after {
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg id='btn_check' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cpath id='btn_2' d='M8,8A20.5,20.5,0,1,1,8,36.995,20.523,20.523,0,0,1,8,8M6.59,6.59a22.5,22.5,0,1,0,31.82,0,22.5,22.5,0,0,0-31.82,0m27.852,7-1.414-1.414L15.585,29.617,9.22,23.253,7.806,24.667l7.779,7.778Z' transform='translate(0 0)' fill='%23000'/%3E%3C/svg%3E%0A");
}
form #dz-zustimmung .checkbox-ctr #defaultCheck1:focus {
  box-shadow: none;
  border-color: transparent;
}
form #dz-zustimmung:hover #defaultCheck1:after {
  border-color: #E60000;
}
form #dz-zustimmung:hover #defaultCheck1:checked:after {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_check' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45'%3E%3Cpath id='btn_2' d='M8,8A20.5,20.5,0,1,1,8,36.995,20.523,20.523,0,0,1,8,8M6.59,6.59a22.5,22.5,0,1,0,31.82,0,22.5,22.5,0,0,0-31.82,0m27.852,7-1.414-1.414L15.585,29.617,9.22,23.253,7.806,24.667l7.779,7.778Z' transform='translate(0 0)' fill='%23E60000'/%3E%3C/svg%3E%0A");
}
form.faded {
  opacity: 0.4;
}

.reply.error {
  color: #E60000;
}

@media (max-width: 767.98px) {
  form .row {
    margin-bottom: 0;
  }
  form .input-area {
    margin-bottom: 15px;
  }
}

/*# sourceMappingURL=form-custom.css.map */
