#inhaltSeite fieldset.powermail_fieldset{
    border-style:none;
}
#inhaltSeite .powermail_field{
    width: 100%;
    min-height: 30px;
    margin-top:25px;
}
#inhaltSeite input.powermail_submit{
    font-size:1.2em;
    color:#fff;
    border: none;
    padding: 10px 14px;
    font-weight: normal;  
    margin-bottom: 20px;  
    background-color: #0c7faa;
}
@media screen and (min-width:960px){
  #inhaltSeite input.powermail_input{
      width: 70%;
      min-height: 30px;
      margin-left: 10%;
      font-size:1.2em;
  }
  #inhaltSeite label.powermail_label{
      width: 10%;
      font-size: 1.2em;
      float:left;
  }
  #inhaltSeite textarea.powermail_textarea{
      width: 70%;
      margin-left: 10%;
      min-height:150px;
      font-size:1.2em;
  }
  #inhaltSeite  .checkbox{
      width: 70%;
      margin-left: 20%;
      /*min-height:150px;*/
      font-size:1.2em;
  }
}

@media screen and (max-width:959px){
  #inhaltSeite input.powermail_input{
      width: 70%;
      min-height: 30px;
      margin-left: 10%;
      font-size:1.2em;
      margin-top:30px;
  }
  #inhaltSeite label.powermail_label{
      width: 100%;
      font-size: 1.2em;
      float:left;
  }
  #inhaltSeite textarea.powermail_textarea{
      width: 70%;
      margin-left: 10%;
      min-height:150px;
      font-size:1.2em;
      margin-top:30px;
  }
  #inhaltSeite  .checkbox{
      width: 70%;
      margin-left: 20%;
      min-height:150px;
      font-size:1.2em;
  }
}