.container { padding: 0px 10px 20px 0px !important; }
.wpcf7-checkbox {
  padding-top: 10px; 
}
.wpcf7-list-item {
  display: block;
  padding-top: 5px;
}


.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
  background-color: #eee !important;
  border: none !important;
  width: 100% !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  font-size: 14px;
  color: #999 !important;
  padding: 16px !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-submit {
  cursor: pointer;
  width: 200px !important;
  transition: all 0.2s;
}
.wpcf7-submit:hover { 
  width: 220px !important;
}

/* Formular nach dem senden ausblenden */
.wpcf7-form.sent .ox-cf7-form {
  display: none;
  height: 0px;
} 
                                                                                                