#kontakt {
  background:#f2f2f2;
  padding:20px 15px 15px 15px;
  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%;
}
.form_half_last {margin-right:0;
}
#kontakt input {
  width:100%;
}
#kontakt input[type="submit"] {
  background:#f2f2f2;
padding:16px;
  font-size:14px;
}
#kontakt input[type="submit"]:hover {
  background:#6391b0;
}
#kontakt input:focus {
  border:0px solid #ffa500;
  background:#6391b0;
}
#kontakt div.wpcf7-response-output {
  background:#f2f2f2;
  padding: 1.5em 1em;
}

.wpcf7 textarea.wpcf7-textarea { width: _600_px; }

@media (max-width: 767px) {

	.form_half {
	width: 100%;

	}
}

#anfrage {
  background:#999999;
  padding:20px 15px 15px 15px;
  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%;
}
.form_half_last {margin-right:0;
}
#anfrage input {
  width:100%;
}
#anfrage input[type="submit"] {
  background:#f2f2f2;
padding:16px;
  font-size:14px;
}
#anfrage input[type="submit"]:hover {
  background:#6391b0;
}
#anfrage input:focus {
  border:0px solid #ffa500;
  background:#6391b0;
}
#anfrage div.wpcf7-response-output {
  background:#f2f2f2;
  padding: 1.5em 1em;
}

.wpcf7 textarea.wpcf7-textarea { width: _600_px; }

@media (max-width: 767px) {

	.form_half {
	width: 100%;

	}
}

