.mistnost:hover {
    color: orange;


}

.noDecor {
    color: white;
    text-decoration: none;

}


hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
.menu {
    margin-left: 10px;
}

.big {
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #dbbf94;
    line-height: 22px;
    padding-left: 10px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 6px;
}

.middle {
    display: block;
    font-size: 16px;
    color: #dbbf94;
    line-height: 22px;
    padding-left: 10px;
    text-transform: none;
    text-decoration: none;
    margin-bottom: 6px;
 }

.small {
    display: block;
    font-weight: normal;
    font-size: 13px;
    color: #dbbf94;
    line-height: 22px;
    padding-left: 10px;
    text-decoration: none;
}

.middle.active,
.big.active {
    color: #F07F24;
    margin-bottom: -2px;
}

.middleToOpen,
.bigToOpen {
    user-select: none;
}


.middleToOpen::after,
.bigToOpen::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 12px;

    background-color: currentColor;

    clip-path: polygon(
            40% 0%,     /* Horní levý bod */
            90% 0%,     /* Horní pravý bod */
            60% 40%,    /* Vnitřní zlom (horní) */
            100% 40%,   /* Dlouhá vodorovná část doprava */
            15% 100%,   /* Spodní ostrý hrot */
            45% 55%,    /* Vnitřní zlom (spodní) */
            0% 55%      /* Dlouhá vodorovná část doleva */
    );

    margin-left: 10px;

    transform: rotate(0deg);
    transition: transform 0.3s ease;

    position: relative;
    vertical-align: middle;
}

.toBeOpened a::before {
    content: '◦ ';
}

.middleToOpen.active::after,
.bigToOpen.active::after {
    color: #F07F24;
    margin-bottom: -2px;
}

 .toBeOpened {
     display: none;
     padding-left: 10px;
 }

 .toBeOpened.show {
     display: block;
     animation: fadeIn 0.5s;
     margin-bottom: 10px;
 }

.big:hover,
.middle:hover,
.small:hover {
    color: #F07F24;
    cursor: pointer;
    text-decoration: none;
}

.big img {
    display: block;
    text-decoration: none;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#neopravene,
#neodevzdane {
    text-decoration: underline;
}

.t {
    padding-left: 14px;
}

#centerbig {
    padding-right: 10px;
}.mistnost:hover {
    color: orange;


}

.noDecor {
    color: white;
    text-decoration: none;

}


hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}