/*****************************************/
/* styly pro velikost 600px nebo mene */

@media screen and (max-width: 600px)
{
    /**************************************/
    /* header */
    /**************************************/ 
    
    #header .box-first img 
    {
        left: 15px;
        max-width: 90%;
        width: 90%;        
    }    

    #client-menu ul
    {
        padding: 0;
        float: left;
    }        

        .emailHeader
        {
            width: 25px;
        }    
        
        #client-menu li:first-child a strong
        {
            font-size: 0;
        }            
        
        #client-menu a span 
        {
          background-position: center center;
          font-size: 0;
        }  
        
        #client-menu a strong
        {
            top: -3px;
        }
        
        .flagSelectedLanguage
        {
            position: relative;
            top: 7px;
        }
        
        .mutace
        {
            margin: 0;
        }
        

        #client-menu a span.languages 
        {
            margin-top: 15px;
        }        
        
        .wrapEmailHeader strong 
        {
            padding: 2px 0px 5px;
        }        
        
    /**************************************/
    /* dlaždice - kategorie vozíků */
    /**************************************/ 
    
    .wrapKategorieHp .wrapDlazdice, .wrapKategorieHp .wrapKategorieText 
    {
        max-width: 50%;
        width: 50%;
    }
    
    
    
    /*****************************************/
    /* poptávková fomulář - responsivní */
    /*****************************************/    

    .wrapFormInput
    {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    
            .boxFormInput label
            {
                width: 40%;
                max-width: 40%;
            }                
            
            .boxFormInput input
            {
                width: 60%;
                max-width: 60%;
            }    
    
    
    #fakturacni-udaje div, .boxUvodOdrazky
    {
        width: 100%;
        max-width: 100%;
        
        float: none;
    }
    
    .boxUvodOdrazky
    {
        margin: 0;
    }
  
    .boxUvodOdrazky
    {
        margin-top: 10px;
        padding-top: 0;
    }    

    .boxUvodOdrazky:first-child
    {
        margin-top: 20px;
    }    
    
    .boxUvodOdrazky:last-child
    {
        margin-bottom: 20px;
    }     
    
    .box-first, .box-second
    {
        width: 40%;
        max-width: 40%;
    }
/*    
        .box-first img
        {
            width: 80%;
            max-width: 80%;
            
            margin-top: 4%;
        }    
*/
    .box-third
    {
        width: 60%;
        max-width: 60%;
    }     
    
    .odrazkyHpSluzby li 
    {
        width: 33.3333333333333333333333333333%;
        height: 70px;
    }   
    
    .boxGrey .boxUvodVideo:first-child, .boxUvodLokality, .boxPobocka 
    {
        max-width: 100%;
        width: 100%;
        float: none;
    }    
    
    .boxPobocka 
    {
        margin: 0 0 30px;
        padding: 0 0 0 0%;
        float: left;
    }
    
    .poptat span 
    {
      background-position: 6% center;
    }    
    
    .covid-block {
        display: none;
    }
    
}