body
{
margin:0;
  font-family: "Moderustic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

div.zona4 h3
{
color:black;
}

a:link
{
color:#000000;
text-decoration:none;
}
a:visited
{
color:#000000;
text-decoration:none;
}
a:hover
{
color:#000000;
text-decoration:none;
}

.clanek
{
width:990px;
margin-left:auto;
margin-right:auto;
text-align:center;
display:flow-root;
}

@media screen and (max-width: 700px) {
  .clanek {
width:90%;
margin-left: 1px;
        margin-right: 1px;
  }
}


.beznytext
{
font-size:1.3em;
text-align:justify;
line-height: 1.4;
font-weight:400;
}

@media screen and (max-width: 700px) {
  .beznytext {
display:inherit;
font-size:2.0em;
text-align:center;
  }
}


.zona0
{
background-color:#ffffff;
width:100%;
color:#222222;
}

.zona1
{
background-color: #F0f0f0;
width:100%;
padding-bottom:20px;
color:#222222;
}

.zona2
{
background-color:#ffffff;
width:100%;
padding-bottom:20px;
color:#222222;
}

.zona3
{
background-color: #F0f0f0;
width:100%;
padding-bottom:20px;
color:#222222;
}

.zona4
{
background-color:#ffffff;
width:100%;
padding-bottom:20px;
color:#222222;
}

.zona5
{
background-color:#000009;
width:100%;
padding-bottom:20px;
color:aliceblue;
}

.zona6
{
background-color:#ffffff;
width:100%;
padding-bottom:20px;
color:#222222;
}

.zona7
{
background-color:#000009;
width:100%;
padding-bottom:20px;
color:aliceblue;
}

.zona8
{
background-color:#ffffff;
width:100%;
padding-bottom:20px;
color:#222222;

}

.zona10
{
background-color:#47c6d7;
width:100%;
padding-bottom:20px;

}

.zona11
{
background-color:#ffffff;
width:100%;
padding-bottom:20px;
}

.zona12
{
background-color:#000000;
width:100%;
padding-bottom:20px;
color:aliceblue;
}


.zona20
{
background-color:#222222;
width:100%;
padding-bottom:20px;
padding-top:20px;
color:aliceblue;
}

h1
{
font-size:4rem;
margin-bottom:0px;
}

.h2special
{
margin-top: 5px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 800;
    color: aaaaaa;
}

@media screen and (max-width: 700px) {
  h1 {
font-size:3rem;
  }
}

h2
{
font-size:2.3rem;
font-weight:900;
color:black;
}

div.zona5 h2
{
color:white;
}

div.zona7 h2
{
color:white;
}

div.zona7 h3
{
color:white;
}

.fade-in-section {
            opacity: 0;
            transition: opacity 1s ease-out, transform 1s ease-out;
        }

        .fade-in-section.is-visible {
            opacity: 1;
        }



.zaoblene
{
border-radius: 10px;
    border: 2px dashed #222222;
    padding: 10px;
    width: 25%;
    text-align: center;
    display: inline-table;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color:#f0f0f0;
}

.zaoblene:hover
{
background-color:#dddddd;
}



.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-decoration: underline dashed; /* Přidání přerušovaného podtržení */
}

.tooltip::after {
    content: attr(data-tooltip);
    visibility: hidden;
    width: 480px; /* Nastavení šířky tooltipu */
    background-color: #ffe8bf;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 170%; /* Bublina se zobrazí těsně nad zobáčkem */
    left: 50%;
    transform: translateX(-50%); /* Centrování bubliny */
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    
  
}

.tooltip:hover::after {
    visibility: visible;
    opacity: 1;
}

.tooltip::before {
    content: "";
    visibility: hidden;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-width: 25px; /* Velikost zobáčku */
    border-style: solid;
    border-color: #ffe8bf transparent  transparent transparent; /* Barva zobáčku: oranžová */
    margin-top: -25px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 2; /* Zajištění, že zobáček je nad bublinou */
    

}

.tooltip:hover::before {
    visibility: visible;
    opacity: 1;
}



.socialicon
{
width:64px;
display:inline-block;
opacity:0.5;
}
.socialicon:hover
{
opacity:1.0;
}

li
{
list-style-type: square;
}

.cenik
{
border: 2px dashed #eeeeee;
    padding: 10 15 10 15;
    border-radius: 20px;
    display: inline;
    background-color: #111111;
    font-weight: 400;
    transition: 0.3s;
transition-timing-function: linear;

}
.cenik:hover
{
background-color: #003a5a;
transition: 0.3s;
transition-timing-function: linear;

}

.typ
{
border-radius: 10px;
    border: 2px dashed #222222;
    padding: 10px;
    width: 25%;
    text-align: center;
    display: inline-table;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    
}

.b1
{
font-weight: 700;
    color: #54c8fb;
    font-size:1.3rem;
}
.b2
{
    font-size:1.2rem;
}

.cenikdetail
{
display:none;
}

.prirucka
{
    border-radius: 20px;
    border: 2px dashed #444444;
    padding: 10px;
    width: 28%;
    text-align: center;
    display: inline-table;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fefefe;
    transform:scale(1.0);
    transition: 0.3s;
transition-timing-function: linear;

}

.prirucka:hover
{
transform:scale(1.05);
transition: 0.3s;
transition-timing-function: linear;
background-color: #eeeeee;

}

.miniatura
{
border: 1px solid #222222;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
}

.sminiatura
{
border: 1px solid #eeeeee;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
}


.nadpis
{
font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.popis
{
padding-top:10px;
font-size:1.0rem;
}

.group
{
text-align:center;
}


.skladacka
{
border-radius: 20px;
    border: 2px dashed #a9a9a9;
    /* padding: 10px; */
    width: 20%;
    text-align: center;
    display: inline-table;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fefefe;
    transform: scale(1.0);
    transition: 0.3s;
    transition-timing-function: linear;
}

.skladacka:hover
{
transform:scale(1.05);
transition: 0.3s;
transition-timing-function: linear;
background-color: #eeeeee;

}

.nadpis2 {
    font-size:1rem;
    font-weight:500;
    padding:10px;
}

.miniatura2
{
border: 1px solid #222222;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display:flex;
}

.popis2
{
padding-top:10px;
font-size:0.8rem;
margin-bottom:10px;
}




.seniori
{
border-radius: 20px;
    border: 2px dashed #636363;
    padding: 10px; 
    width: 20%;
    text-align: center;
    display: inline-table;
    height: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  color: #eeeeee;
    transform: scale(1.0);
    transition: 0.3s;
    transition-timing-function: linear;
    
}

.seniori:hover
{
transform:scale(1.05);
transition: 0.3s;
transition-timing-function: linear;
background-color: #222222;

}




.snadpis
{
font-weight: 600;
    padding-bottom: 10px;
    font-size: 1.4rem;
     color: #eeeeee;
}

.spopis
{
padding-top:10px;
font-size:1.0rem;
 color: #eeeeee;
}

.prectenojinde, .obsah, .osah2
{
display:none;
}

div.zona6 a
{
text-decoration:none;
color:#128ffd;
}

div.zona6 a:hover
{
text-decoration:underline;
}

div.zona6 p
{
margin-top:0px;
margin-bottom:0px;
}


div.zona7 a
{
color:#2ca4ed;
font-weight:500;
}

div.zona7 a:visited
{
color:#2ca4ed;
}

div.zona7 a:hover
{
color:#ff9100;
}




.webovka
{
border-radius: 20px;
    border: 2px dashed #636363;
    padding: 10px; 
    width: 20%;
    text-align: center;
    display: inline-table;
    height: 100px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  color: #eeeeee;
    transform: scale(1.0);
    transition: 0.3s;
    transition-timing-function: linear;
    vertical-align: middle;
}

.webovka:hover
{
border: 2px dashed #ff9100;
transition: 0.3s;
    transition-timing-function: linear;
    transform: scale(1.05)
}



div.zona8 a
{
color:#2ca4ed;
font-weight:500;
}

div.zona8 a:visited
{
color:#2ca4ed;
}

div.zona8 a:hover
{
color:#ff9100;
}


.slideshow, .novinky
{
display:none;
}
