/*hlavička*/
a.menici { text-decoration: none; color: white; text-align: center; display : inline-block;  width: 100%; height: 100%; background-image: url(obrazky/tlacitkom.gif); background-repeat: no-repeat; background-position: center center;}
a.menici:hover {text-decoration: none; color: white; text-align: center; display : inline-block;  width: 100%; height: 100%; background-image: url(obrazky/tlacitko3m.gif); background-repeat: no-repeat; background-position: center center;}



.hlavicka{
    width: 100%;
    background-color: var(--barva1);
    margin: 0px;
    padding: 0px;

}

.hlavicka-text{
    left: 33%;
    text-align: center;
    vertical-align: middle;
}

.hlavicka-text-v{
    height: 5em;
    width: 40em;

    display: table-cell;
    vertical-align: middle;
}


.hlavickatext1 {
    color: var(--barva4);
    font-weight: bold;
    font-size: small;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.hlavickatext2 {
    color: var(--barva2);
    font-weight: bold;
    font-size: small;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.hlavickatext3 {
    color: black;
    font-weight: bold;
    font-size: xx-small;
    margin: 0px;
    padding: 0px;
    text-align: center; 
    width: 100%;
} 

.hlavickatext4 {
    color: black;
    font-size: small;
    margin: 0px;
    padding: 0px;
} 

/*odkazy*/


nav a:link {color: #000000;}
nav a:visited {color: #000000;}
nav a:active {color: #FFFFFF;}
nav a:hover { color: #FFFFFF; }

.toggle + a,
.menu { display: none; }

.toggle {
    display: block;
    background-color: var(--barva2);
    padding: 0 20px;
    color: #000000;

    line-height: 60px;
    text-decoration: none;
    border: none;
}

.toggle:hover { color: #FFFFFF }

[id^=drop]:checked + ul { display: block; }

nav ul li {
    display: block;
    width: 100%;
}

nav ul ul .toggle,
nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
nav ul ul ul a { background-color: var(--barva4);  }

nav ul li ul li .toggle,
nav ul ul a { background-color: var(--barva3);  }

nav ul li ul li ul li .toggle,
nav ul ul ul a { background-color: var(--barva2);  }

nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
    display: block;
    width: 100%;
}

nav ul ul ul li { position: static;

}

 .meniciobr {
    margin-left:  10%;
} 

@media all and (max-width : 330px) {
    nav{
        text-align: left;  

    }



    nav ul li {
        display: block;
        width: 100%;
    }
    
    .uzaverky {
        
        margin-right: 10%;
    }
    
a.meniciindex { text-decoration: none;  display: table-cell; vertical-align:  top; color: white;  text-align: center; width: 205px; height: 45px; background-image: url(obrazky/tlacitko.gif); background-position: center left;}
a.meniciindex:hover {text-decoration: none; color: white; text-align: center; display: table-cell; vertical-align: top;  width: 205px; height: 45px; background-image: url(obrazky/tlacitko3.gif); background-position: center left;}

.meniciobr {
    margin-left: 0%;
} 

 #otoceni-tabulky-popisky td { 
        font-size:  small;
        vertical-align: middle;
    }

 #otoceni-tabulky-popisky td:before { 
        font-size:  small;
vertical-align: middle;
    }
    
    
    
    
    
}

/*tělo*/


.non{
    text-align: center;
    font-size: small;
}

