.btn-default.disabled {
  cursor: not-allowed;
}
.term_dialog.error {
  color: #D8000C;
}
.term_dialog {
  display: inline-block;
  padding-bottom: 20px;
}
.form .user-email {
  display: none;
}
.form-head {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 50px;
}
.nopad {
  padding-top: 0px;
}
.form-intro {
  padding-top: 15px;
}
.wpcf7 p,
.form p {
  margin-bottom: 15px;
}
.wpcf7 strong,
.wpcf7 b,
.form strong,
.form b {
  text-transform: uppercase;
}
/* formulare */
.wpcf7 .wpcf7-form-control-wrap,
.form .wpcf7-form-control-wrap {
  float: left;
  width: 72%;
  position: relative;
  padding: 10px 0px 5px 0px;
}
.wpcf7 .label,
.form .label {
  float: left;
  width: 25%;
  height: 25px;
  line-height: 35px;
  padding: 10px 0px 5px 0px;
  text-transform: uppercase;
}
.wpcf7 .label.message,
.form .label.message {
  padding: 0px 0px 5px 0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 100%;
  background-color: #f0f0f0;
  border: none;
  height: 25px;
}
.wpcf7 textarea,
.form textarea {
  height: 150px;
}
.wpcf7 input[type="radio"],
.form input[type="radio"] {
  width: 5%;
}
.wpcf7 .wpcf7-list-item-label,
.form .wpcf7-list-item-label {
  vertical-align: top;
  line-height: 35px;
}
.wpcf7 .geschlecht,
.form .geschlecht {
  line-height: 35px;
}
.wpcf7 input[type="submit"],
.form input[type="submit"] {
  /* width: 15%; */
  margin-top: 10px;
  height: 35px;
  background-color: #fff;
  color: #000;
  text-align: left;
  float: left;
  padding: 0px;
  margin-right: 15px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f0f0f0;
  border-radius: 0;
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.wpcf7 .wpcf7-not-valid-tip,
.form .wpcf7-not-valid-tip {
  position: absolute;
}
.linie {
  float: left;
  display: block;
  width: 99%;
  height: 1px;
  background-color: #eef1f4;
  margin-top: 10px;
  margin-bottom: 5px;
}
.linie.first {
  margin-top: 0px;
}
.wpcf7-list-item.first {
  margin-left: 0px;
}
.wpcf7 input[type="radio"],
.form input[type="radio"] {
  height: 13px;
}
input.error {
  border: 1px solid red !important;
}
textarea.error {
  border: 1px solid red !important;
}
.mail-succes,
.mail-error {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mail-error {
  color: red;
}
#form-allg-error,
.form-allg-error {
  display: none;
  font-weight: bold;
  color: red;
  padding-top: 20px;
  padding-bottom: 20px;
}
label.error {
  display: none !important;
}
.form-container {
  margin-bottom: 50px;
}
/* Tablet Landscape */
@media screen and (max-width: 980px) {
  /* formulare responsive */
  .wpcf7 .label,
  .form .label,
  .wpcf7 .wpcf7-form-control-wrap,
  .form .wpcf7-form-control-wrap,
  .wpcf7 input[type="submit"],
  .form input[type="submit"] {
    float: none;
  }
  .wpcd7 .label,
  .form .label {
    width: 100%;
  }
  .wpcf7 .label.message,
  .form .label.message {
    padding: 20px 0 8px;
  }
  .wpcf7 .label,
  .form .label {
    width: 100%;
  }
}
