.barFoot {
    background: url("../img/ergebniss_bg_lrg.gif") repeat-x scroll 0 0 transparent;
    height: 33px;
    width: 100%;
}

#rentenrechner_form li input,
#rentenrechner_form li select
{
  width: 90%;
}

#rentenrechner_form li input#submit-button
{
  width: 110px;
}

#riesterrecher .more_info
{
  display: block;
  float: right;
}


@media only screen and (max-width: 760px) {
  #rentenrechner_form
  {
    width: 90%;
  }
  
  #rentenrechner_result
  {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    float: left;
  }
}

@media only screen and (max-width: 390px) {

  .barGreen,
  .barBlue
  {
    border: none;
  }
  
  .widget li.boxBody
  {
    padding-right: 0;
    padding-left: 0;
  }

  .toolBody .glowBox
  {
    font-size: 10px;
  }
  
  #rentenrechner_form li
  {
    width: 90%;
  }
  
  #riesterrecher, #rentenlueckenrechner_form
  {
    margin-left: 0;
    margin-right: 0;
  }
  
}