 @media only screen and (max-width: 782px) {
    
      .r-steps{
         margin: 0px auto 0px;
         width: 100%;
     }
     
     .r-steps ul.r-steps-block li.r-steps-item{
         float: none;
         width: auto;
     }
     .r-main {
         width: auto;
         padding: 5px;
    }
    
    .r-input-block.r-input-block-changed{
        float:none;
        width: 100%;
    }
    .r-confirm-text{
        width: auto;
    }
    
    .r-overview-address-delivery-block, .r-overview-address-billing-block, .r-overview-details-block{
        width:271px;
    }
 }


@media only screen and (max-width: 479px) {
        .lead-main {
            width: 280px;
            padding: 20px 5px 10px 5px;
        }
        .lead-fieldset-city, .lead-fieldset-energy{
            padding: 5px;
        }
        .lead-legend-city, .lead-legend-energy{
            width:240px;
        }
        .lead-zip, .lead-city {
            width: 270px !important;
        }

        .lead-energy-icons-block-first {
            padding: 0 15px 0 15px;
        }
        .lead-energy-icons-block-last {
            padding: 0 15px 0 15px;
        }
        .lead-energy-icons-block-first-responsive {
            padding: 0 15px 0 15px;
        }
        .lead-energy-icons-block-last-responsive {
            padding: 0 15px 0 15px;
        }
        .lead-electricity {
            padding-left: 5px;
        }
        .lead-gas {
            padding-left: 5px;
        }

        .lead-footer-submit-button {
            margin-top: 10px !important;
            width: 270px !important;
        }
        
        .r-input-block{
        float:none;
        width: 100%;
        }
        
        .r-overview-address-delivery-block, .r-overview-address-billing-block, .r-overview-details-block {
            width:auto;
        }
        .r-overview-gas-provider-block, .r-overview-electricity-provider-block, .r-overview-owner-block, .r-overview-credit-block {
          width:auto;  
        }
        
        .r-footer-submit{
            float:none;
            width: 100%;
            padding-top: 20px;
        }
        
        .r-footer-back{
            float:none;
            width: 100%;
        }
    }

