/*---Formulare---*/

.wpcf7-form, button, input, select, textarea {
  font-size: 20px;
  font-weight:500;
}

input, textarea {
  background: rgba(17,17,17,.15);
  border: 0px solid rgba(68,68,68,.19);
}

.cf7-smart-grid.has-grid .wpcf7-submit {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: solid 0px #383838!important;
  background: #ff8400!important;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

textarea {
  width: 100%;
}

[type="checkbox"], [type="radio"] {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(68,68,68,.19);
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

.cf7sg-container {
  line-height: 2.2;
}            