.accordion-heading .accordion-toggle {
    color: #1e73be;
    text-shadow: none;
    font-size:18px;
  font-weight:400;
}
body, button, input, select, textarea {
    line-height: 1.3;
  }

#anfrage {
  background:none;
  padding:20px 20px 30px 20px;
  border-radius:3px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.form_half {
width: 49.5%;
float: left;
margin-right: 1%;
	height:100%;
}
.form_half_last {
	margin-right:0;
	height:100%;
}

#form_back {
	background:#800000 !important;
	height:auto;
}
#anfrage input {
  width:100%;
}

#anfrage input[type="submit"]:hover {
  background:#8BC34A;
	
}
#anfrage input:focus {
  border:1px solid #ffa500;
  background:#FFF9C4;
}
#anfrage div.wpcf7-response-output {
  background:#fff;
  padding: 1.5em 1em;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"] {
	width:100% !important;
}
.wpcf7-form input {
	width:100% !important;
}
.wpcf7-list-item-label {
	font-size:12px;
}
.wpcf7-form .form_text {
	padding: 0px 50px 0px 50px;
}
.wpcf7-form p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}