@media (max-width: 768px) {
    .match {
        display: none;
        width: 100%;
    }
    .match.active {
        display: block;
    }
    .match-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        cursor: pointer;
        width: 35px;
        height: 35px;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .match-nav::before {
        content: "";
        position: absolute;
        width: 15px; /* Délka čáry */
        height: 15px; /* Výška čáry */
        border: solid #555; /* Barva šipky */
        border-width: 3px 3px 0 0; /* Šířka čáry */
        display: inline-block;
    }

    /* Levá šipka */
    .match-nav.left::before {
        transform: rotate(-135deg); /* Otočení doleva */
    }

    /* Pravá šipka */
    .match-nav.right::before {
        transform: rotate(45deg); /* Otočení doprava */
    }

    .match-nav:hover::before {
        border-color: #000; /* Změna barvy při najetí myší */
    }

    .match-nav.left { 
        left: 15px; 
    }
    .match-nav.right { 
        right: 30px; 
    }
}

body { height: auto; } /* fixes broken moving body scrollbar with arrows after first page load, but renneables sticky menu bar */
/*.menu-container.fixed { position: static; }*/ /* remedies ^, disables sticky menu bar again */

.matches__date{
    font-size: 21px;
    font-weight: 700;
    margin: 29px 0 auto;
}

.article__banner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    width: 100%;
}

.article__banner .mobile, .rennab.mobile {
    width: auto;
}

@media only screen and (max-width: 425px) {
    .article__banner {
        max-height: 500px;
    }
    .article__banner img {
        width: 100%;
        height: auto;
    }
    .article__banner .desktop, .rennab.desktop {
        display: none;
    }
    .article__banner .mobile, .rennab.mobile {
        display: block;
    }
    .menu-container .container .logo {
        width: 67px !important;
        height: 83px !important;
        top: -12px !important;
    }
}

.coverIndex {
    display: flex;
    z-index: 100000;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.6);
}

.coverIndexInner {
    width: 100%;
    margin: auto;
    background-color: #00006e;
    position: relative;
    max-width: 800px;
    padding: 3rem 0.5rem 1.5rem;
    text-align: center;
}

.buttonClose {
    z-index: 100001;
    position: absolute;
    color: white;
    border: 1px solid white;
    top: 0.5rem;
    right: 0.5rem;
    text-align: center;
    width: 25px;
    height: 27px;
    border-radius: 5px;
}

.align-center {
text-align: center;
}

.coverVideo {
    width: 100%;
    border: 1px solid #ffc723;
    height: 100%;
}

.buttonInfo {
    z-index: 100001;
    background-color: #ffc723;
    color: #00006e;
    text-align: center;
    padding: 0.25rem 1rem;
    border-radius: 5px;
}

.menu__search {
    position: absolute;
    top: 16px;
    right: 24px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 30;
}

.menu__search__button {
    text-align: center;
    padding-top: 6px;
    width: 24px;
    height: 24px;
}

.menu__search__form {
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 4px;
    right: -4px;
    width: 200px;
    height: 32px;
    background: #fff;
    border-radius: 16px;
}

.menu__search__form input[type=submit] {
    width: 32px;
    height: 32px;
    background-image: url(../../build/image/ico-search_red.svg);
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.menu__search__form input {
    outline: 0;
    float: left;
    margin: 0;
    border: 0;
    border-radius: 16px;
    background: 0 0;
    font-size: 12.448px;
    font-size: .778rem;
}

.player .player-header__flag-container {
    position: absolute;
    bottom: -16px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.player .player-header__flag {
    position: unset;
    margin: 0;
}

/* Hotfixes 2023-07-19 */
.typography iframe {
    height: auto;
    width: 100%;
}
.typography iframe[src*='youtube'], .typography iframe[src*='video'] {
    aspect-ratio: 16 / 9;
}
.typography--media_full_width iframe, .typography--media_full_width img {
    /*max-width: unset;*/
}
.container.article.clanek {
    /*overflow-x: hidden;*/
}
@media (min-width: 992px) {
    .typography--media_full_width, .photogallery-list {
        left: 0;
    }
}

/* @media (min-width: 1150px) and (max-width: 1330px) {
    .typography--media_full_width, .photogallery-list {
        margin-left: -100px;
    }
}
@media (min-width: 990px) and (max-width: 1145px) {
    .typography--media_full_width, .photogallery-list {
        margin-left: -240px;
    }
}
@media (min-width: 1399px) {
    .typography--media_full_width, .photogallery-list {
    }
} */

@media (min-width: 992px){
    .clanek .article-wrap.inverted {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
}


.typography table img, .typography table .typography--media_full_width{
    all: unset;
}

.adform-adbox {

    width: 100% !important;
    
    max-width: 100% !important;
    
    height: auto !important;
    margin-bottom:32px;
    }
    
    img[id^="adAdform"] {
    
    width: 100% !important;
    
    max-width: 100% !important;
    
    height: auto !important;
    
    }
    
    .adfm-ad {
    
    width: 100% !important;
    
    }
    @media(max-width: 600px){
        .desktopBannerArticle{
            display:none;
        }
    }
    @media(min-width: 601px){
        .mobileBannerArticle{
            display:none;
        }
    }

.photogallery-list > .row {
    overflow: hidden;
}

.mansory-items img[style*='aspect-ratio'] {
	object-fit: cover;
	object-position: center 15%;
}

/*   120 let loga     */
/*

.logo {
    background-image: url("../../build/image/logo_120_header.svg");
    width: 180px;
    height: 67px;
    top: -14px;
}
.menu-container.fixed .logo {
    top: 0;
}
@media only screen and (max-width: 425px) {
    .menu-container .container .logo {
        background-image: url("../../build/image/logo_120_header_mobile.svg");
        width: 80px !important;
        height: 74px !important;
        top: -6px !important;
    }
    .menu-container.fixed .logo {
        width: 86px !important;
        height: 80px !important;
        top: 10px !important;
    }
}

@media  (min-width: 1430px) {
    .logo{
        width: 310px !important;
        height: 92px !important;
        top: -38px !important;
    }
    .menu-container.fixed .logo {
        width: 190px !important;
        height: 76px !important;
        top: 0px !important;
    }
}

.footer__logo {
    background-image: url("../../build/image/logo_120_footer.svg");
    width: 122px;
    height: 120px;
    margin-top: -36px;
}

.footer__social {
    padding-top: 60px;
}

/*  END 120 let loga   */

.footerdocs img {
    transition: all .3s;
    filter: grayscale(100%);
    margin: 10px;
    width: 100%;
    max-width: 200px;
}

.footerdocs img:hover {
    filter: none;
}

@media screen and (max-width: 479px) {
    .article-wrap article .typography .dac-button-primary {
        font-size: 11px;
        margin: 0 !important;
    }
}

/* úprava fotogalerie */

.lg-backdrop {
    background-color: #000;
}

.lg-outer .lg-item {
    background: none;
}

.lg-backdrop.in {
    opacity: 0.9;
}

.lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar .lg-icon, #lg-counter {
    color: #ffffff;
}

.lg-progress-bar .lg-progress {
    background-color: #ffc524;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #ffc524;
}

.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb {
    background-color: transparent;
}

.hp-main-swiper .overlay {
    background: none;
}

@media (max-width: 991.98px) {
    .hp-main-swiper .inside-content {
        margin-bottom: 40px;
    }
}

.hp-main-swiper .inside-content {
    background: transparent;
}

.hp-main-swiper .inside-content h1 {
    color: white;
    background: #000a70;
    padding: 30px;
    font-size: 38px;
    margin-top: -3px;
    width: 50%;
}

.hp-main-swiper .inside-content h1:after {
    display: none;
}

.menu-container {
    padding: 0 20px;
}

@media (max-width: 991.98px) {
    .hp-main-swiper .inside-content h1 {
        width: 100%;
    }

    .swiper-wrapper {
        margin-bottom: -30px;
    }

    .hp-pagination {
        z-index: 9;
        position: relative;
    }

    .hp-main-swiper .inside-content {
        position: relative;
        display: block;
        margin-top: -50px;
    }

    .hp-main-swiper .inside-content .container {
        padding: 0;
    }
}