.pform {
    margin-left:10px;
    max-width: 580px;
    padding: 20px 5px 20px 5px;
    font: 14px 'Open Sans', sans-serif;
    color: #444;
    text-shadow: 1px 1px 1px #FFF;
    /* border:1px solid #DDD; */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/* nexus 7+ iPhone 8+ */
@media(max-width:414px){
  .pform{
    width:90%;
  }
}
.pform h1 {
    font-family: "Open Sans", sans-serif;
    padding: 0px 0px 10px 20px;
    display: block;
    /* border-bottom: 1px solid #DADADA; */
    /* margin: -10px -30px 30px -30px; */
    margin: 5px -12px 10px -28px;
    color: #f36100;
}
.pform h1>span {
    display: block;
    font-size: 14px;
}
.pform label {
    display: block;
    margin: 0px 0px 5px;
    color: #666666;
    
}
.pform label .error{
    display: block;
    margin: 0px 0px 5px;
    color:#b6355c;
}
.pform label>span {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    /* color: #333; */
    color: #888887;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
@media(max-width:768px){
  .pform label>span{
      float:none;
      display:block;
      width:100%;
      text-align:left;
    }   
}
.pform input[type="text"], .pform input[type="email"], .pform input[type="file"],
.pform input[type="datetime-local"], .pform textarea, .pform select{
    border: 1px solid #CCC;
    color: #666666;
    height: 30px;
    line-height:20px;
    font-size:16px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    width: 70%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
@media(max-width:768px){
  .pform input[type="text"], .pform input[type="email"], .pform input[type="file"],
  .pform input[type="datetime-local"], .pform textarea, .pform select, {
    height:44px;
    width:100%;
 }
}
.pform select {
    background: #FFF url('../img/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height:15px;
}
.pform textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
@media(max-width:375px){
  /* 375 = iPhone x portrait */
  .pform textarea{
    width:99%;
  }
}
.pform input[type="checkbox"]{
   display:inline-block;
} 
@media(min-width:768px){
  #ew{
    height:60px;
  }
}
.pform .button, input[type="submit"] {
    background: #FFF;
    border: 1px solid #CCC;
    /* padding: 10px 25px 10px 25px; */
    color: #333;
    border-radius: 4px;
    margin-top:20px;
}
.pform .button:hover, input[type="submit"]:hover {
    color: #333;
    /* background-color: #EBEBEB; */
    border-width:2px;
    border-color: #F36100;
}

.pform input.error, .pform textarea.error {
  border:2px solid #b6355c;
}

#honigtopf, .honigtopf{
  display:none;
}


/* ******** Ende Kontakt Form ******** */
.container{
  max-width:960px;
}
.form-header{
  margin:10px auto;
  color:black;
}
h1.rh1{
  font-size:1.8em;
  padding-left:25px;
  color:black;
}
div.error{
  padding:3px auto;
  color:maroon;
  font-size:14px;
}
.validate-field-error-message {
    width: 100%;
    display: block;
    color: maroon;
    padding-bottom:5px;
}

.form-field-invalid{
  border: 1px dashed maroon;
}
#datenschutz{
  margin-bottom: 0.7rem;
}
span.dstxt{
  display:inline-block;
  margin-top:0;
  padding:0 20px 20px 15px;
}

@media(max-width:375px){
  span.dstxt{
    padding-left:0; 
  }
}  
.das{
 margin:10px 0;

}
a.dasa{
  color: #f36100;
}
a.dasa:hover{
  color: #f36100;
  text-decoration:underline;
}

.hint{
  font-size:12px;
}
 #submit-message{
  margin:10px auto;
  color: #333333;
  background: #F3E4DB;
  border:thin solid #f36100;
  border-radius:5px;
  font-size:18px;
  /* font-weight:bold; */
  padding: 10px;
  visibility:hidden;
}
