/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
    font-family: "Open Sans", serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    /* color: Black; */ /* rozbiji zvyraznovani obj formu pri zmene */
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}


/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #e5e5e5;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.headerTop {
    position: fixed;
    top: 0px;
    /* Posunutí o 50px od horního okraje */
    width: 100%;
    z-index: 10;
    /* Vyšší z-index pro zobrazení nad obsahem */
}

.headerTop.scrolled {
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.newsStripe {
    background-color: #ffed00;
    color: Black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header {
    border-bottom: 3px solid #ffed00;
    /*padding-top: 40px;*/ /* ------ zapnout kdyz novinka  */
    padding-top: 0;

}

.topLogo {
    margin-top: 15px;
}

.headerTop.scrolled .topLogo {
    margin-top: 0;
}

.headerTop.scrolled .topLogo img {
    transform: scale(0.5);
    /* Zmenšení loga */
    transition: transform 0.3s ease-in-out;
}

.topMenu ul {
    margin-bottom: 0;
    margin-top: 15px;
}

.headerTop.scrolled .topMenu ul {
    margin-top: 0px;
}

.topMenu ul li {
    list-style-type: none;
}

.topMenu ul li a {
    color: White;
    line-height: 50px;
    margin-left: 5px;
}

@media only screen and (min-width : 992px) {
.topMenu ul li a {
    margin-left: 10px;
}
}

@media only screen and (min-width : 1200px) {
.topMenu ul li a {
    margin-left: 20px;
}
}

@media only screen and (min-width : 1400px) {
.topMenu ul li a {
    margin-left: 30px;
}
}

.topMenu ul li a span {
    color: White;
    font-weight: bold;
}

.headerTop.scrolled .topMenu a,
.headerTop.scrolled .topMenu a span {
    color: black;
    /* Změna barvy textu */
}


.carouselSlide {
    min-height: 755px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.carouselSlide1 {
    background-image: url(../pcs/pcs_layout/carousel1.jpg);
}

.carouselSlide2 {
    background-image: url(../pcs/pcs_layout/carousel2.jpg);
}

.carouselSlide3 {
    background-image: url(../pcs/pcs_layout/carousel3.jpg);
}

.bannerContent {
    min-height: 755px;
}

.bannerTitle {
    color: White;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 30px;
}

.bannerText {
    color: White;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.bannerButton {
    font-weight: bold;
    border: none;
    display: block;
    color: Black;
    font-size: 16px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background-color: #ffed00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.bannerButton:HOVER {
    color: Black;
    text-decoration: none;
    background-color: #c0b523;
}

.infoBanner {
    background-color: #ffed00;
    border-bottom: 2px solid Red;
    padding: 20px;
    color: Black;
    margin-bottom: 30px;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contentCol {
    background-color: #FAF8F5;
}

.contentCenik {}


h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani {
    /*    font-family: 'Bebas Neue', cursive; */
}

.title {}

h1 {}


h2 {}


h3 {}


h4 {}


.text {}

.text strong {}

.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 600;
    border: none;
    display: block;
    color: Black;
    font-size: 16px;
    width: 190px;
    height: 53px;
    line-height: 53px;
    background-color: #ffed00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: Black;
    text-decoration: none;
    background-color: #d6c703;
}


.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 7px;
    width: 53px;
    background-color: #ffed00;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: #C3AB80;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}


/* obsah  */
.mainBox {
    background-color: White;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    min-height: 1500px;
    position: relative;
    margin-top: -55px;
    z-index: 9;
    padding: 60px 30px 0 30px;
    margin-bottom: 30px;
}

h1 {
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width : 480px) {
    h1 {
        font-size: 23px;
    }
}

@media only screen and (min-width : 768px) {
    h1 {
        font-size: 26px;
    }
}

@media only screen and (min-width : 992px) {
    h1 {
        font-size: 29px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 {
        font-size: 30px;
    }
}


h2 {
    font-size: 20px;
    text-transform: uppercase;
}

@media only screen and (min-width : 480px) {
    h2 {
        font-size: 23px;
    }
}

@media only screen and (min-width : 768px) {
    h2 {
        font-size: 26px;
    }
}

@media only screen and (min-width : 992px) {
    h2 {
        font-size: 29px;
    }
}

@media only screen and (min-width : 1200px) {
    h2 {
        font-size: 30px;
    }
}

h2.h2Smaller {
    font-size: 18px;
}

@media only screen and (min-width : 480px) {
    h2.h2Smaller {
        font-size: 20px;
    }
}

@media only screen and (min-width : 768px) {
    h2.h2Smaller {
        font-size: 22px;
    }
}

@media only screen and (min-width : 992px) {
    h2.h2Smaller {
        font-size: 24px;
    }
}

@media only screen and (min-width : 1200px) {
    h2.h2Smaller {
        font-size: 26px;
    }
}


h3 {
    font-size: 16px;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 18px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 24px;
    }
}


p.text {
    line-height: 27px;
    font-weight: 300;
}

p.text strong {
    font-weight: 600;
}

table.tableCenik {
    border-collapse: collapse;
    width: 100%;
}

table.tableCenik td {
    border-bottom: 1px solid #cccccc;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

table.tableCenik td strong {
    font-weight: 600;
}

.itemList {
    list-style-type: disc;
    /* Zajišťuje klasické odrážky */
    margin: 0;
    /* Případně upravit podle potřeby */
    padding: 0;
    /* Případně upravit podle potřeby */
}

.itemList li {
    color: inherit;
    /* Zachová barvu textu, pokud je jinak nastavená */
    list-style-position: inside;
    /* Nastaví pozici odrážek vůči textu */
    line-height: 30px;
}

.itemList li::marker {
    color: #ffed00;
    /* Nastaví barvu odrážek */
}

/* dw */
.dwItem {
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    margin-bottom: 10px;
}

.dwItem a {
    color: Black;
    font-size: 15px;
    text-decoration: underline;
}

.dwItem a:HOVER {
    color: Black;
    text-decoration: none;
}

.dwItemPdf {
    background-image: url(../pcs/pcs_layout/ico-pdf.png);
}

.dwItemWord {
    background-image: url(../pcs/pcs_layout/ico-word.png);
}

.dwItemExcel {
    background-image: url(../pcs/pcs_layout/ico-excel.png);
}

.footer {
    background-color: #323232;
    margin: 40px -30px 0 -30px;
    -webkit-border-bottom-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.footerBox {
    padding: 0 30px 30px 30px;
}

.footer input,
.footer textarea {
    background-color: Black;
    border: 1px solid Black;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}

.footer input.submitContactForm {
    font-weight: bold;
    border: none;
    display: block;
    color: Black;
    font-size: 16px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background-color: #ffed00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    padding: 0;
}

.footer input.submitContactForm:HOVER {
    color: Black;
    text-decoration: none;
    background-color: #d6c703;
}


.footer h2 {
    color: #c0c0c0;
}

address,
address * {
    color: #c0c0c0;
}

/* odkazt  */
.newsLink {
color:Black;
text-decoration:    underline;
font-weight:    bold;
}

.newsLink:HOVER {
color:Black;
text-decoration:    none;
}

/* tab prepinace  */
.nav-tabs .nav-link {
    font-weight: bold;
    color: Black;
}

.nav-tabs .nav-link.active {
    background-color: #ffed00;
    color: Black;
}


.rozklikaniKategorie {
    cursor: pointer;
    margin-top: 15px;
    text-decoration: underline;
}

.rozklikaniKategorie:HOVER {
    text-decoration: none;
}


.itemList li {
    margin-bottom: 10px;
}

table.tableObjednano {}

.objednavkovyFormular table td {
    padding: 2px 10px 0 10px;
    font-size: 14px;
}

.objednavkovyFormular table a {
color:black;
}

.objednavkovyFormular table textarea {
min-height: 80px;
width:100%;
}

.objednavkovyFormular input.pocet {
    border: 1px solid #96a0ac !important;
    width: 25px;
    text-align: center;
    color: Red;
}

textarea.poznamka {
    border: 1px solid #96a0ac !important;
    width: 350px;
    height: 80px;
}

.hlavickaJidlo * {
    font-size: 18px;
    color: Black;
}

.hlavickaJidlo2 * {
    font-size: 14px;
    color: Black;
}

.denVTydnuLabel {
    background-color: #ffed00;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    padding: 1px 10px;
    margin-left: 10px;
}

table.tab {
    border-collapse: collapse;
}

table.tab td {
    padding: 3px 15px;
    border: 1px solid #96a0ac;
}

.boxKosik {
    border: 2px solid #49B9E3;
    padding: 10px 0;
    text-align: center;
    color: Black;
    font-weight: bold;
    font-size: 16px;
}

.cenaObjednavky {
    color: #E74C3C;
    font-size: 24px;
}

.blackFont {
    color: Black !important;
}

.odd {
    border-bottom: 1px solid #E1E1E1;
    margin: 30px 0;
}

.submitButton {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0;
    border: none;
    background-color: #52B6EC;
    color: White;
    width: 320px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.submitButton:HOVER {
    background-color: #E16C36;
}








@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 35px;
        right: 15px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.headerTop.scrolled .menuSwitcher {
        background-image: url(../pcs/pcs_layout/menu-switch-black.png);
    }

    .continuePage .menuSwitcher {
        background-image: url(../pcs/pcs_layout/menu-switch-continue.png);
    }

    .openMenu {
        background-color: black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 28px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: #ffed00;
        font-weight: 600;
        font-size: 18px;
        line-height: 28px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #ffed00;

        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}