/*
style_cf7_contact_form.css

css für Kontakt-Formular, Plugin http://wordpress.org/extend/plugins/si-contact-form/

2013 Dirk Pfuhl, www.dirkpfuhl.de
*/

.wpcf7 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
  }
.wpcf7-form {
  padding: 0px;
  padding-bottom: 5px;
  background-color: transparent;
  border: 0px solid #eeeeee;
  }
.wpcf7-form h3, .wpcf7-form p {
  padding: 0px;
  }
.wpcf7-form h2 {
  /*font-size: 1.6em;*/
  color: #ffffff;
  padding: 10px;
  margin: 0px;
  margin-bottom: 10px;
  background-color: #2E5C90; 
  }
.wpcf7-form input, .wpcf7-form textarea {
  width: calc(100% - 0px);
  padding: 5px;
  margin: 5px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  }
.wpcf7-form .checkbox input {
  width: 1em;
  float: left;
  }
img.ajax-loader {
  float: none !important;
  height: 1em !important;
  margin: 0 !important;
  padding: 0 !important;
  }
.wpcf7-submit, .newsletter-submit {
  color: #ffffff;
  max-width: 200px !important;
  /*background-color: #f38900; */
  background-color: #2E5C90 !important; 
}
.wpcf7 tr {
  background-color: inherit;
}
.wpcf7 td {
  padding: 5px;
}
