/* Formular zur Expressbewerbung */ 

#express {
  background:#303F9F;
  padding: 100px 15px 0 15px;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.form_half {
width: 49.5%;
float: left;
margin-right: 1%;
}
.form_half_upload {
    width: 49.5%;
    float: left;
    margin-right: 1%;
    margin-top: 9px;
    margin-bottom: 9px;
}
.form_half_last {margin-right:0;
}
@media (max-width: 767px) {
	.form_half {
	width: 100%;
	}
}
#express input {
  width:100%;
}
#express input[type="submit"] {
  background:#FFA500;
  padding:20px;
}
#express input[type="submit"]:hover {
  background:#8BC34A;
}
#express input:focus {
  border:1px solid #ffa500;
  background:#FFF9C4;
}
#express div.wpcf7-response-output {
  background:#fff;
  padding: 1.5em 1em;
}
#express .textarea-full-width {
  width:100% !important;
}
.wpcf7-list-item-label {
    font-family: Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    color: #000000;
}
span.wpcf7-list-item {
    margin: 0 0 0 0em;
}
button, input, optgroup, select, textarea {
    margin: 5px;
}