/***************************************************/
/* Kontaktformulare */
/***************************************************/

.powermail_form .powermail_fieldwrap {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  clear: both;
  padding: 5px 0 5px 0;
}


.powermail_form .powermail_fieldwrap label {
  position: relative;
  float: left;
  display: inline;
  width: 130px;
  width: 25%;
  margin: 4px 2% 0 0;
  text-align: left;
}


.powermail_form .powermail_fieldwrap input { 
  position: relative;
  float: left;
  display: inline;
  width: 72%; 
  height: 22px; 
  margin: 3px 0 3px 0;
  border: 1px solid #999999;
}



.powermail_form .powermail_fieldwrap select {
  position: relative;
  float: left;
  display: inline;
  width: 72%; 
  height: 26px; 
  margin: 3px 0 3px 0;
  border: 1px solid #999999;
}




.powermail_form .powermail_fieldwrap textarea {
  position: relative;
  float: left;
  display: inline;
  width: 350px; 
  height: 100px;
  border: 1px solid #999999;
}





/****************************************************/
/* RADIOS: Erfordert spezielles Rendering im Setup! */
/****************************************************/


.powermail_form div.eag-radiolayout {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 0 0;
}



.powermail_form div.eag-radiolayout label {
  position: relative;
  float: left;
  display: inline;
  width: 92%;
}



/* Label für den gesamten Radio-Block (erstes Label): */
.powermail_form div.eag-radiolayout label:first-child {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 0 -130px;
}



.powermail_form .powermail_fieldwrap input.csc-mailform-radio {
  position: relative;
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  background: none;
  border: none;
  margin: 2px 8px 0 0;
  clear: both;
}



/****************************************************/
/* CHECKBOXEN: Erfordert spez. Rendering im Setup!  */
/****************************************************/


.powermail_form div.eag-mailform-check {
  position: relative;
  float: left;
  display: block;
  padding: 0;
  border: none;
  width: 365px;
  margin: 0 0 0 140px;
}

.powermail_form div.eag-mailform-check label {
  width: 320px;
  margin: 2px 0 0 0;
}


/****************************************************/


.powermail_form .powermail_fieldwrap input.csc-mailform-check {
  position: relative;
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  background: none;
  border: none;
  margin: 3px 8px 0 0;
}


.powermail_form legend {
  display: none;
}


.powermail_form fieldset.csc-mailform {
  border: none;
}


.powermail_form div.powermail_fieldwrap_type_submit input {
  margin: 10px 0 0 27%; 
  background-color: #efefef;
  border: 1px solid #999; 
  vertical-align: middle; 
  height: 24px;
  width: 200px;
}

.powermail_form div.powermail_fieldwrap_type_submit input:hover {
  background-color: #fff; 
  cursor: pointer;
}



.powermail_form .mandatory {
  margin-left: 5px;
}



/************************************/
/* Trenner */
/************************************/


.powermail_form input.powermail_formtrenner_1,
.powermail_form input.powermail_formtrenner_2,
.powermail_form input.powermail_formtrenner_3 {
  border: none;
  background: transparent !important;
  height: 30px;
}



/************************************/
/* FE-LOGIN */
/************************************/

.tx-felogin-pi1 form {
  margin-top: 20px;
}


.tx-felogin-pi1 form div {
  position: relative;
  float: left;
  width: 300px;
  display: block;
  clear: both;
  padding: 5px 0 5px 0;
}



.tx-felogin-pi1 div label {
  position: relative;
  float: left;
  display: inline;
  width: 100px;
}


.tx-felogin-pi1 input {
  position: relative;
  float: right;
  display: inline;
  width: 180px;
  border: 1px solid #666;
}

.tx-felogin-pi1 legend {
  display: none;
}


.tx-felogin-pi1 .felogin-hidden {
  border: none;
}


.tx-felogin-pi1 .felogin-hidden input {
  border: none;
}

/*******************************/
/* Bedingt Anpassung am Template (id für den Submit-Button): */

input#fe_login_submit {
  
  width: 182px;
}



/* Standard-Mailform für Mobiles */

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


  /***************************************************/
  /* Kontaktformulare */
  /***************************************************/

  .powermail_form .powermail_fieldwrap label {
    display: block;
    width: 100%;
    margin: 0;
    clear: both;
  }

  .powermail_form .powermail_fieldwrap input {
    float: left;
    display: block;
    clear: both;
    width: 98% !important;
  }

  .powermail_form .powermail_fieldwrap select {
    float: left;
    display: block;
    width: 98% !important;
  }

  .powermail_form .powermail_fieldwrap textarea {
    float: left;
    display: block;
    width: 98%;
    height: 100px;
  }



  /****************************************************/
  /* RADIOS */
  /****************************************************/


  .powermail_form div.eag-radiolayout {
    width: 100% !important;
    margin: 0 !important;
  }

  .powermail_form .powermail_fieldwrap input.csc-mailform-radio {
    position: relative;
    float: none !important;
    display: inline;
    width: auto !important;
    height: 30px !important;
    background: none;
    border: none;
    margin: 0 2% 0 0 !important;
    padding: 0 !important;
    clear: none !important;
    overflow: hidden !important;
  }

  .powermail_form div.eag-radiolayout label {
    position: relative;
    float: right;
    display: inline;
    width: 93% !important;
    height: auto !important;
    overflow: hidden;
  
  
  background: #F99;
  }




  /****************************************************/
  /* CHECKBOXEN  */
  /****************************************************/


  .powermail_form div.eag-mailform-check {
    float: none !important;
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 0 10px 0;
  }

  .powermail_form div.eag-mailform-check input {
    position: relative;
    float: left !important;
    display: block;
    width: auto !important;
    height: auto !important;
  }

  .powermail_form div.eag-mailform-check label {
    position: relative;
    float: right !important;
    display: block;
    float: left;
    clear: none;
    width: 92% !important;
    margin: 0 !important;
  }


  /****************************************************/
  /* SUBMIT  */
  /****************************************************/

  .powermail_form input.csc-mailform-submit {
    margin: 30px 0 0 0;
  }


} /* ENDE mobiles */
