.impressum{
  padding-bottom: 50px;
  padding-top: 50px;
  background: #EDEDED;
}
.impressum h1{
  text-align: center;

}
.google_map{
  margin-top: 50px;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  background: none;
  border: 1px solid #e7e7e7;
}
input, textarea {
  border: 1px solid #e7e7e7 !important;
  width: 500px;
  margin-bottom: 20px;
}
textarea:focus, input:focus{
    outline: none;
}
@media screen and (max-width: 992px){
  input, textarea {
      width: 100%;
  }
}

.wpcf7-form p span input, .wpcf7-form p span textarea{
  padding: 5px 15px;
}

.wpcf7-submit{
  background-color: #b40130 !important;
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gandhi Serif' !important;
  font-size: 19px;
  padding: 20px;
  transition: background-color 0.3s;
}

.wpcf7-submit:hover, .wpcf7-submit:focus{
  color: white;
  background-color: #910026 !important;
  transition: background-color 0.3s;
  text-decoration: none;
}

.wpcf7-form p span textarea {
    resize: none;
}
