/*html:lang(cs) .c-footer__tablinks {
    height: 3.0625rem;
}*/

/*Reduced header text size on image*/

html:lang(cs) .c-page-header__heading {
    color: #fff;
    font-size: 2.5rem;
}

/*Fixed footer tab width issues*/

@media only screen and (min-width: 768px) {
    html:lang(cs) .c-footer__dropdown {
        width: 18.25rem;
    }
    html:lang(cs) .c-footer__target {
        left: 19.1875rem;
    }
}

@media (min-width: 768px) {
    html:lang(cs) .blue-col-keyfact {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 991px) {
    html:lang(cs) .filtersGlob .scrollHashParent ul.scrollHash li a {
        padding: 0 5px;
    }
    html:lang(cs) .phaeder .filtersGlob {
        padding-left: 50px;
    }
}

html:lang(cs) .c-page-header__content .e-button__text {
    display: inline-block;
    min-width: 270px;
    white-space: nowrap;
}