@charset "utf-8";


form #form-top {
	padding: 20px;
	margin: 0 -20px 20px;
	background: #e6ecef;
}
form #form-bottom {
	padding: 20px;
	margin: 0 -20px 20px;
	background: #fceee5;
}
form h5 {
	font-family: 'OldStandardTT-Regular', times, serif;
	font-size: 21px;
	line-height: 1.4em;
	color: #3d3731;
	margin: 0 0 20px;
}
form label {
	display: inline-block;
	min-width: 200px;
	vertical-align: top;
  padding-top: 4px;
}
span.wpcf7-list-item {
	margin: 0;
  width:100%;
}
div.wpcf7 .wpcf7-submit {
  float: right;
  margin: 20px -20px 0 0;
  border: none;
  width:auto!important;
  cursor:pointer;
  font-size:16px;
  text-align:center;
  padding:10px 15px;
  background:#e55b00;
  color:#fff;
  text-transform:uppercase;
  display:inline-table;
  text-decoration:none;
    transition-property:all .2s linear 0s;
  -moz-transition:all .2s linear 0s;
  -webkit-transition:all .2s linear 0s;
  -o-transition:all .2s linear 0s;
}

div.wpcf7 .wpcf7-submit:hover, div.wpcf7 .wpcf7-submit:active {
  background:#3d3731;
  color:#fff;
}

input, select, textarea {
  font-family: 'OpenSans-Regular', arial, sans-serif;
  font-size: 14px;
  color: #62574d;
  border:1px solid #3d3731;
  width: 35%;
  padding:5px;
}

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin:0 10px 0 0;
  float:left;
}

.datenschutz, .verarbeitung,
.datenschutz .wpcf7-acceptance,
.verarbeitung .wpcf7-acceptance {
  width:100%;
  display:block;
}

.datenschutz label, .verarbeitung label {
  width:100%;
}

.datenschutz label {
  padding-top:20px;
}

.datenschutz .wpcf7-list-item-label, .verarbeitung .wpcf7-list-item-label {
  width:90%;
  float:left;
}


@media only screen and (max-width: 1024px) {

  input, select, textarea {
    width: 50%;
  }
  
  .datenschutz .wpcf7-list-item-label, .verarbeitung .wpcf7-list-item-label {
    width:80%;
  }

}

@media only screen and (max-width: 800px) {

  input, select, textarea {
    width: 60%;
  }
  
  .datenschutz .wpcf7-list-item-label, .verarbeitung .wpcf7-list-item-label {
    width:90%;
  }

}

@media only screen and (max-width: 599px) {

  input, select, textarea {
    width: 100%;
  }
  
  label {
    margin-bottom:3px;
  }
  
  form p {
    margin-bottom:7px;
  }
  
  .datenschutz .wpcf7-list-item-label, .verarbeitung .wpcf7-list-item-label {
    width:85%;
  }


}
