@media all and (max-width: 1440px){
header, .jazyk{/*VSETKY*/
    font-size: 1.5rem;
}
}
@media all and (max-width: 1024px){
    header, .jazyk{/*VSETKY*/
        font-size: 1.2rem;
    }
}
@media all and (max-width: 768px){
.mobilne-menu-content{ /*VSETKY*/
    display: block;
}
#menu{ /*VSETKY*/
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    background-color: rgb(61, 61, 61);
    color: white;
    height: 75px;
    width: 75px;
    border: none;
    border-radius: 50%;
    border: none;
    transform: rotate(0deg);
    transition: 0.5s;
}
#menu.otocit{/*VSETKY*/
    transform: rotate(90deg);
    transition: 0.5s;
}
.mobilne-menu.show {/*VSETKY*/
    display: flex !important;
}
.navbar{/*VSETKY*/
    display: none;
}
.jazyk{/*VSETKY*/
    font-size: x-large;
}
.kontakty-ikony-item1, .kontakty-ikony-item2{
    width: 200px;
    font-size: 0.8rem;
}
}
@media all and (max-width:425px) {
.kontakty-ikony-item1, .kontakty-ikony-item2{
    width: 160px;
    font-size: 0.65rem;
}
    
}