@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 991px) {
.kontejner{
}

body {
}


h1	{ 
font-size: 24px; 
}

h2	{ 
font-size: 18px;
}

h3	{ 
font-size: 16px; 
}

.text10{ 
font-size: 10px;
}

.text12{ 
font-size: 12px;
}

.text14{ 
font-size: 14px;
}

.text18{ 
font-size: 16px;
}

.text24{ 
font-size: 20px;
}

.text36{ 
font-size: 28px;
}

.text48{ 
font-size: 36px;
}

.nemobilni992{
display: none;
}


/*------------------  hlavička ---------------*/
div.zahlaviMenu > .kontejner{
   width:100%;
}

.pozadipodHlavickou {
   
}
/*---------------logo-----------------*/




.telo .uvod h1, .telo .kategorie h1 {
    font-size: 36px;
}

.telo .uvod h2, .telo .kategorie h2 {
    font-size: 24px;
}


#hlavniSlide {
	background: url('../grafika/slidyUvod/hlstr-800.jpg') no-repeat center bottom !important;
	background-size: cover !important;
}

.telo .uvod#hlavniSlide .hlavniSlideUvod  h2 {
    display:none;
}


/*------------------  tělo ---------------*/


input[type="submit"], input[type="reset"], input[type="button"], button, input[type="submit"].tlacitko, input[type="reset"].tlacitko, input[type="button"].tlacitko, button.tlacitko, a.tlacitko, .tlacitko {
padding: 20px 30px;
height: auto;
font-size: 16px;
}



.hlavniNadpis {
    font-size: 24px;
}


/*  -----------------   další stránky ----------*/



.hlText h1, .clanek h1 {
  /*  margin: 0px 0% 0px 0px;
    font-size: 24px;
    line-height: 30px;*/
}

.hlText, .clanek {
    font-size: 14px;
    line-height: 18px;
}

.clanek {
    /*padding-top: 30px;*/
}

.hlText h2, .clanek h2 {
 /*   margin: 0px 0% 20px 0px;
    font-size: 18px;
    line-height: 24px;*/
}


.blokKategorieProduktu {
}

.boxKategorieProduktu {
    width: 45%;
    max-width: 45%;
    margin: 15px 2%;
    padding: 10px 10px;
}

.nazevKategorieProduktu {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
}
.blokKategorieProduktu img {
    max-width: 90%;
    height: auto;
    width: 100px;
}




.clanekGalerie {
    width: 100%;
    margin: 0px 0% 20px 0px;
    float: left;
}



}

