.anfrage form input:focus,
.anfrage form select:focus,
.anfrage form textarea:focus,
.anfrage form button:focus {
  outline: none;
}
@media (max-width: 999px) {
  .anfrage form .flex {
    display: block;
  }
}
.anfrage form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.anfrage form textarea,
.anfrage form select {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-size: 60px;
  line-height: 74px;
  padding: 55px 70px 35px 70px;
  border: none;
  width: 100%;
}
.anfrage form input:not([type=submit]):not([type=checkbox]):not([type=radio]).wpcf7-not-valid,
.anfrage form textarea.wpcf7-not-valid,
.anfrage form select.wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.04);
}
@media (max-width: 999px) {
  .anfrage form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
  .anfrage form textarea,
  .anfrage form select {
    font-size: 26px;
    line-height: 30px;
    padding: 27px 35px 17px 25px;
  }
}
.anfrage form textarea {
  height: 530px;
}
@media (max-width: 999px) {
  .anfrage form textarea {
    border-radius: 35px;
  }
}
.anfrage form label {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  .anfrage form label {
    margin-bottom: 10px;
  }
}
.anfrage form label:first-child {
  margin-right: 25px;
}
.anfrage form .form-row > label {
  flex: 1 1 0;
}
.anfrage form label .label-text {
  position: absolute;
  top: 30px;
  left: 70px;
  color: rgba(0, 0, 0, 0.31);
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}
@media (max-width: 999px) {
  .anfrage form label .label-text {
    font-size: 12px;
    top: 15px;
    left: 25px;
  }
}
.anfrage form .form-row--accept {
  color: #c4c4c4;
  max-width: 815px;
  margin: 50px auto;
}
@media (max-width: 999px) {
  .anfrage form .form-row--accept {
    margin: 35px auto;
  }
}
.anfrage form .wpcf7-not-valid-tip {
  position: absolute;
  left: 70px;
  bottom: -30px;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 999px) {
  .anfrage form .wpcf7-not-valid-tip {
    font-size: 10px;
    left: 35px;
    bottom: -36px;
  }
}
.anfrage .wpcf7-submit {
  display: inline-block;
  border-radius: 100px;
  padding: 25px 70px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  max-width: 380px;
  width: auto;
  cursor: pointer;
  transition: all 0.4s ease-out;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 999px) {
  .anfrage .wpcf7-submit:hover {
    color: #fff;
    background-color: #000000;
  }
}
@media (max-width: 999px) {
  .anfrage .wpcf7-submit {
    font-size: 16px;
    max-width: 230px;
    padding: 25px;
  }
}
.anfrage .wpcf7-spinner {
  display: none !important;
}
.anfrage .wpcf7 form.invalid .wpcf7-response-output {
  border-color: transparent;
  color: #ff0000;
  opacity: 0.55;
  font-size: 16px;
  line-height: 21px;
  max-width: 400px;
  margin: 50px auto 0 auto;
}

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