/** accordion**/
section.page-category.novinky article,
section.tiskove-zpravy .main-introtext,
.odbaveni-1 .text-bck-white {
    padding: 20px 30px;
    background-color: #ffffff;
}
.odbaveni-1 .text-bck-white {
    margin-bottom: 2rem;
}
.covid-white {
    background-color: #ffffff;
    margin-bottom: 50px;
}
#navigation-bottom-full {
    background-color: #ffffff;
    margin-bottom: 30px;
}
.moduletable.covid {
    background-color: #ffffff;
    margin-top: 30px;
}
.moduletable.gift.col-sm-12 {
    background-color: #ffffff;
    margin-top: 30px;
}
.covid-white a.btn,
.btn-padding-left a.btn {
    padding-left: 0;
}
.covid-white .flex-block article,
.covid-1.flex-block article,
.covid .flex-block article {
    margin-bottom: 0;
}
.covid-1.flex-block article {
    align-self: center;
}
.covid-border {
    border-bottom: 1px solid #e1e1e1;
}
.cnt-news--obal span {
    display: block;
    color: #004289;
}
.cnt-news--obal .cnt-head {
    font-size: 1em;
    padding-bottom: 4rem;
    font-weight: 500;
}
.cnt-news--obal .cnt-li-popis {
    font-size: 1.8em;
    padding-bottom: 3rem;
    font-weight: 600;
}
.cnt__meal-new article.category_desc {
    background-color: transparent;
}
.cnt__meal-new article {
    background-color: #ffffff;
    overflow: hidden;
    padding-bottom: 0;
}
.cnt__meal-new article figure {
    margin-right: 30px;
    margin-bottom: 0;
}
.cnt__meal-new article h3 a,
.cnt__meal-price {
    color: #004289;
}
.cnt__meal-price {
    font-size: 24px;
    font-weight: 600;
}
.cnt__meal-price,
.cnt__meal-button {
    text-align: right;
}
.cnt__meal-button .btn {
    padding-right: 0;
    margin-top: 1rem;
}
.cnt__video-iframe {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.bck-white {
    background-color: #ffffff ;
}
.right {
    text-align: right;
}
.pd-right-0 {
    padding-right: 0;
}
.pd-left-0 {
    padding-left: 0;
}
.pd-right-10 {
    padding-right: 1rem;
} 
.pd-t-5 {
    padding-top: 0.5rem;
}
.pd-t-10 {
    padding-top: 1rem;
}
.pd-t-20 {
    padding-top: 2rem;
}
.mr-15 {
    margin-right: 1rem;
}
.ml-15 {
    margin-left: 1rem;
}
.zkoseni-vlevo img {
    clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
}
.zkoseni-vpravo img {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
/**BCK content**/
.content-white #breadcrumbs {
    margin-bottom: 0;
}
.content-white #content {
    background-color: #ffffff;
    margin-top: 0px;
    padding-top: 30px;
}

#header11 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}
.flex1,
.flex2,
.flex3,
.flex4,
.flex5,
.flex6,
.flex7,
.flex8,
.flex9,
.flex10,
.flex11,
.flex12 {
    padding-left: 15px;
    padding-right: 15px;
}

.moduletable.videa-max {
    padding-top: 3rem;
    padding-bottom: 1rem;
}
.moduletable.videa-max span {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    font-size: .9em;
}

@media only screen and (min-width: 992px) {
    input[type="checkbox"]+label.cnt__tab-label {
        display: none;
    }
    .cnt__tab input[type="checkbox"] {
        display: block;
    }
}
@media only screen and (max-width: 991.98px) {
    .cnt--acc {
        top: 0px;
        position: relative;
    }
    .cnt__tabs input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .cnt__tabs {
        overflow: hidden;
        height: auto;
    }
    .cnt__tab {
        width: 100%;
        overflow: hidden;
        top: 0px;
        position: relative;
    }
    input[type="checkbox"]+label.cnt__tab-label {
        position: relative;
        display: flex;
        padding: 1em;
        cursor: pointer;
        margin: 0;
    }
    input[type="checkbox"]+label.cnt__tab-label::before {
        content: "";
        height: 1rem;
        background: url(/images/icons/arrow/arrow-bold-down-1.svg) no-repeat center;
        position: absolute;
        right: 0em;
        text-align: center;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        top: 0;
        border: none;
    }
    .cnt__tab-content ul {
        margin-bottom: 0;
    }
    .cnt__tab-content,
    .cnt__tabs input ~ .cnt__tab-content {
        max-height: 0;
        padding: 0 1em;
        transition: all .35s;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        -ms-transition: all .35s;
        -o-transition: all .35s;
        overflow: hidden;
        border-bottom: 1px solid #f4f6f9;
        margin-top: 12px;
    }

    .cnt__tabs input:checked + .cnt__tab-label::before {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    
    .cnt__tabs input:checked  ~ .cnt__tab-content {
        max-height: 100vh;
        padding: 1em;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) {
    .flex1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
      
    .flex2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    
    .flex3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .flex4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    .flex5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    
    .flex6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .flex7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    
    .flex8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    
    .flex9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    
    .flex10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    
    .flex11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    
    .flex12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575.98px) {
    .cnt__meal-new article figure {
        margin-right: 0;
    }
}
  /***/