

.ikonka{
    width: 100%;
    height: fit-content;
    background-color: white;
    margin: 0;
}

.horniMenu{
    transform: translateY(-30%);
}

.horniMenu ul{
background-color: red;
padding-top: 1%;
padding-bottom: 1%;
}

.horniMenu ul li{
display: inline;
}

.horniMenu ul li a{
text-decoration: none;
color: white;
margin-right: 2%;
padding: 1%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
transition: 2s;
}

.horniMenu li a:hover{
background-color: black;
transition: 2s;
}

.horniMenu ul li a.active {
    background-color: black;
    color: white;
}
.trate{
    text-align: center;
    color: red;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.trate a{
    text-decoration: none;
    color: white;
    background-color: red;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding: 1%;
}
.mapa{
    margin-top: 1%;
}
.druhaCast{
    margin-top: 3%;
}

.footer{
    background-color: red;
    margin-top: 1%;
    text-align: center;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


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

    .horniMenu ul li{
        display: flex;
        padding: 1.2%;
        justify-content: center;
    }

    .mapa{
        width: 0;
    }

    .trate a{
        display: block;
        margin-top: 3%;
    }




}