#animace-col {
    display: none;
}

.hidden {
    display: none;
}

#cssshutdown{
    width: 100%;
    height: 25px;
    background-color: #ffaa11;
    color: #333333;
    border: 2px solid #E85E19;
    padding-top: 5px;
    text-align: center;
}

#header-right-block{
    display: none;
}

.input-group button[type=submit]{
    display: none;
}

.btn svg {
    display: none;
}
svg {
    max-height: 25px;
}

#footer-map {
    display: none;
}


.header_grafika_vyp_block {
    background-color: #fced03;
    border: 1px solid #000000;
    padding: 5px;
}

.delici_cara { display: none; }


.box { position: relative; }
.box .box_link {
    position: absolute;
    display: block;
    height: 100%; width: 100%;
    top: 0px; left: 0px;
}
.box .box_link:hover ~ *,
.box .box_link:focus ~ * { text-decoration: underline; }