/* updated: 2023-03-09 */

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

    /* RESPO */
    
    div.admintable { display: none; }

    /* RESPO */

    img { max-width: 100%; }

    /* LAYOUT */

    #bodydiv { width: 100%; }
    #content_obsah { float: none; width: 100%; }
    #sloupec { float: none; width: 100%; }

    /* ZAHLAVI */

    #zahlavi .logo { float: none; width: 100%; text-align: center; }
    #zahlavi .logo img { border: 0px; text-align: center; max-width: 90%; }  

    /* PATICKA */
    
    #paticka .box_paticka { float: none; width: 100%; }

}

