﻿#anfrage {
  background:#5238ff;
  padding:20px 15px 0 15px;
  border-radius:5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.form_half {
width: 49%;
float: left;
margin-right: 1%;
}
.form_half_last {margin-right:0;
}
#anfrage input {
  width:98%;
}
#anfrage input[type="submit"] {
  background:#5238ff;
  padding:20px;
  font-size:18px;
}
#anfrage input[type="submit"] {
  background:#5238ff;
  padding:20px;
  font-size:23px;
}
#anfrage input[type="textarea"] {
  resize: none;
  height: 200px;
  }
}
#anfrage input:focus {
  border:1px solid #5238ff;
  background:#5238ff;
}
#anfrage div.wpcf7-response-output {
  background:#fff;
  padding: 1.5em 1em;
}

.form_half {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.form_half_last {
    margin-right: 0px;
}


@media (max-width: 767px) {

	.form_half {
	width: 100%;

	}
}

.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 99%;
  	height: 200px;
}

.site {
    background-color: transparent !important;
}