@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');

:root {
    --modraFont: #0063BE;
    --modra: #0063BE;
    --modraSvetla:   #42BCE9;
    --modraTmava:   #064170;
    --bila: #ffffff;
    --fontSeda:   #787d85;
    --zluta:    #ffffc9;


}

.font-modra {
    color: var(--modraFont);
}

.font-modraSvetla {
    color: var(--modraSvetla);
}
.font-seda {
    color: var(--fontSeda);
}

.bg-zluta {
    background-color: var(--zluta);
}


body {
    padding-top: 5rem;
    color: black;
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.btn-modra {
    color: var(--bila);
    background-color: var(--modra);
    border: var(--modra);
}
.btn-bila {
    color: var(--modra);
    background-color: transparent;
    border: 1px solid var(--modra);
}

.btn-csth {
    color: black;
    background-color: transparent;
    border: none;
    width: 10px !important;
    height: 10px !important;
}
.btn-csth .fa-search {
    position: relative;
    top: -15px;
}

.btn-csth-registrace {
    border: 2px solid #dd3333;
    border-radius: 50px !important;
    color: #dd3333;
    text-align: center;
    font-size: 20px;
    padding: 15px 25px;
}

.f20 {
    font-size: 20px;
}


.bg-light {
    background-color: white !important;
}
.bg-blue {
    color: var(--bila);
    background-color: var(--modra);
    border: var(--modra);
}


nav {
    height: 120px;
    font-family: 'Quicksand';
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;

}

.navbar .collapse.show {
    visibility: visible;
}

.navbar-collapse {
    background-color: white;
}

.active > .nav-link {
    font-weight: 700 !important;
}

.pt50 {
    padding-top: 50px;
}
.mr20 {
    margin-right: 20px;
}

h2 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    color: var(--modra) !important;
}


.navbar-brand {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 24px;
    color: var(--bila) !important;
}

.navbar-brand img {
    width: auto;
    height: 80px;
}

.navbar-nav {
    padding-right: 0;
    margin-left: auto;
}

.navbar-light .navbar-nav .nav-link {
    font-family: Arial;
    font-weight: 600;
    font-size: 17px;
    color: black !important;
}

.navbar-nav .active {
    border-bottom: 2px solid;
    color: #1ebbf0;
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #1ebbf0), color-stop(100%, #39dfaa));
    background: -webkit-linear-gradient(left, #1ebbf0 32%, #39dfaa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.nav-item:hover {
    border-bottom: 2px solid;
    color: #1ebbf0;
    background: -webkit-gradient(linear, left top, right top, color-stop(32%, #1ebbf0), color-stop(100%, #39dfaa));
    background: -webkit-linear-gradient(left, #1ebbf0 32%, #39dfaa 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-item {
    margin: 18px 14px 18px 14px;
    padding: 4px 4px 4px 4px;
}


.nav-link {
    padding-bottom: 0px;
}

footer p {
    padding: 20px 0px;
    margin-bottom: 0px;
}

.footer_white {
    font-weight: 400;
    font-size: 15px;
    color: var(--bila) !important;
    text-align: center;
}


.lock {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.jumbotron {
    height: 300px;

    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://lukas.uxszr.cz/Projekty/csth/sablona/img/krvinky.jpg);
    background-position: center center;
    min-height: 300px;
    padding-top: 0;
    padding-bottom: 0;
}
.breadcrumb {
    height: auto;
    background-color: white;
}

.breadcrumb-menu {

}
.breadcrumb-menu .active a {
    font-weight: bold;
}

.breadcrumb-menu li a {
    text-decoration: none;
    color: var(--modra) !important;
    padding-left: 20px;
    font-size: 15px;
}

.breadcrumb-menu .arrow {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 2em;
    float: right;
    font-size: 2em;
    right: 10px;
    top: 10px;

}

.blok-obsah-podmenu {
    height: 200px;
}

.blok-obsah-nadpis {

    text-align: center;
}
.blok-obsah-nadpis h3 {
    font-size: 18px;
}
.blok-obsah-nadpis p {
    font-size: 15px;
    color: black;
}



.jumbotron-index {
    height: 280px;
    padding-top: 50px;
}
.jumbotron h1,.jumbotron-index h1  {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: var(--modra) !important;
    text-align: center;
}
.jumbotron h2,.jumbotron-index h2  {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: var(--modraSvetla) !important;
    text-align: center;

}
.jr-1,.jr-2 {
    padding: 50px 0px;
}

.jumbotron p {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: var(--modraFont) !important;
}

.jumbotron-index p {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: var(--modraFont) !important;
}

.jumbotron .form-inline{
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;;
}

.np-jum-form input {
    position: relative;
    float: right;
    width: 100%;
}
.np-jum-form button {
    position: relative;
    float: left;
    width: 100%;
}

.slider-img-right{
    height: 520px;
    width: auto;
}


.blok-probihajicikurzy {
    background-color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blok-probihajicikurzy .row-1 p {
    font-family: 'Quicksand';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--modraFont) !important;
}

.blok-probihajicikurzy .row-2 {
    padding: 50px;
}

.blok-probihajicikurzy .row-2 h3 {
    font-family: 'Quicksand';
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: var(--modraFont) !important;
}


.blok-novinky {
    padding-top: 50px;
    padding-bottom: 50px;
}


.blok-hp-registrace {
    padding: 25px;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: normal;
    color: #dd3333;
    text-align: center;
}

.blok-hp-novinky {
    padding: 50px 25px;
    text-align: center;
}

.navbar-light .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .custom-toggler {
    border-color: rgba(255, 255, 255, 1);
}

.blok-nadpis h2 {
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}


.hr-blue {
    height: 10px;
    background-color: var(--modra) !important;
    width: 70%;
    margin: 25px 0px;
}


.slider-text {
    position: relative;
    bottom: 170px;
    z-index: 999;
    left: 80px;
    color: white;
    font-size: 18px;
    font-family: 'Quicksand';
    font-weight: 500;
    width: 140px;
    height: auto;
    line-height: 1.5em;
}


.button-top-20 {
    position: relative;
    top: 20px;
}


.slider-text a{
    color: white;
    text-decoration: none;
    text-align: center;
}

.font-big-blue {
    font-family: 'Quicksand';
    font-weight: 700;
    color: var(--modra) !important;
    font-size: 35px;
}

.novinka {
    background-color: white;
    padding: 25px 15px;
    box-shadow: 0px -1px 8px 1px #ececec;

}

.novinka .img {
    width: 100%;
    height: 176px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px 10px 0px 0px;
}
.novinka .typ {
    font-family: 'Quicksand';
    font-weight: 500;
    color: var(--modra) !important;
    font-size: 15px;
    line-height: 18px;
    padding: 20px 25px 10px 25px;
}

.novinka h3 {
    font-family: 'Quicksand';
    font-weight: 500;
    color: var(--modraFont) !important;
    font-size: 20px;
    line-height: 18px;
    padding: 10px 25px 10px 25px;
}
.novinka .short-text {
    font-family: 'Quicksand';
    font-weight: 500;
    color: black;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 25px 10px 25px;
}
.novinka .date {
    font-family: 'Quicksand';
    font-weight: 500;
    color: var(--modraTmava) !important;
    font-size: 15px;
    line-height: 18px;
    padding: 0px;
}

.blok-novinky .row-3 {
    font-family: 'Quicksand';
    font-weight: 700;
    background-color: #2E3E5C;
    color: white !important;
    font-size: 34px;
    line-height: 42px;
    box-shadow: 0px 4px 50px 0px #00000026;
    padding: 50px 75px;
    position: relative;
    bottom: -100px;
    border-radius: 10px !important;
}

.blok-novinky .row-3 a{
    color: white !important;
}
.blok-novinky .row-3 span{
    color:  #706FE5 !important;
}

.bottom-bar {
    background-color: rgba(255,255,255,0.13);
}

.footer-1 {
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 14px;
}

.footer-1-1 {
    color: #9aa0a7 !important;
    font-size: 14px;

}

.footer-1-1 h3 {
    color: #9aa0a7 !important;
    font-size: 14px;

}

footer a, footer h3{
    color: white;
}

footer {
    height: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

#footer.solid-bg {
    background: #23262d none repeat center top;
}

footer h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #2E3E5C !important;
}

footer a {
    font-size: 15px;
    line-height: 18px;
    color: white;
}

.footer-logo {
    width: 315px;
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
}

.copy {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

footer ul {
    list-style-type: none;
    padding-inline-start: 0px;

}

.background-kruh {
    position: absolute;
    top: 450px;
    left: -50px;
}
.background-kruh-index {
    position: absolute;
    top: 200px;
    left: -50px;
}


@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

/* Blok menu - barvy*/

.nav-side-menu:nth-child(2) .brand {
    background-color: #1A4C72;
}
.nav-side-menu:nth-child(3) .brand {
    background-color: #1A73C5;
}
.nav-side-menu:nth-child(4) .brand  {
    background-color: #33B9E8;
}
.nav-side-menu:nth-child(5) .brand  {
    background-color: #80B1DF;
}
.nav-side-menu:nth-child(6) .brand  {
    background-color: #1AC9E3;
}




/*Carousel*/

.carousel-control-next,
.carousel-control-prev {
    color: var(--modraFont) !important;
    width: 2%;

}

.carousel-inner {
    padding: 10px;
}
.arrow-right {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 2em;
    right: 10px;
    top: 10px;
    padding-right: 25px;
    color: var(--modra) !important;
}


/*Menu prostredni*/

.nav-side-menu {
    overflow: auto;
    font-family: verdana;
    font-size: 12px;
    font-weight: 200;
    background-color: #ffffff;
    top: 0px;
    width: 300px;
    height: 100%;
    color: var(--modraFont);
}
.nav-side-menu .brand {
    font-weight: bold;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: white;
}
.nav-side-menu .toggle-btn {
    display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 2em;
    right: 10px;
    top: 10px;
    padding-right: 25px;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
    background-color: #F0F0F0;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #ffffff;
    border: none;
    line-height: 28px;
    margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}
.nav-side-menu li {
    padding-left: 0px;

}
.nav-side-menu li a {
    text-decoration: none;
    color: var(--modra) !important;
    padding-left: 20px;
}
.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}
.nav-side-menu li:hover {
    background-color: #4f5b69;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}



/* */
.kurzy-hp {
    background-color: white;
    padding: 0px 0px 15px 0px;
    box-shadow: 0px -1px 8px 1px #ececec;

}


.kurzy-hp .img {
    width: 100%;
    height: 176px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.kurzy-hp .nazev {
    padding: 10px 0px 0px 0px;
    text-align: center;
}

.kurzy-hp .date {
    text-align: center;
}

.table-nutrienty {
    text-align: center;
    border: 2px solid white;
}

.table-nutrienty tr,.table-nutrienty th, .table-nutrienty td  {
    border: 5px solid white;
}

.table-nutrienty th {
    background-color: var(--modra);
    color: white;
    font-size: 15px;
}
.table-nutrienty th span:first-of-type {
    background-color: #E2EEF8;
    color: black;
    display: block;
    font-size: 13px;
}

.upgray {
    padding: 0px !important;
}

.table-nutrienty th .padding {
    padding: 0.75rem;
}

.table-striped {

}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #E2EEF8;
}

.breadcrumb-menu-sub {
    padding: 25px 0px;
}

.breadcrumb-menu-sub li {
    background-color: #FBFBFB;
    box-shadow: 0px -1px 8px 1px #ececec;
    padding: 20px 20px 20px 5px;
    margin: 0px 5px;
}

.breadcrumb-menu-sub .active {
    background-color: #1A4C72;
    color: white;
}
.breadcrumb-menu-sub li a {
    color: var(--modraFont);
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

.breadcrumb-menu-sub li a:hover {
    text-decoration: none;
}

.breadcrumb-menu-sub .active a  {
    color: white;
    font-weight: bold;
}

.blok-obsah {
    padding-bottom: 50px;
}

.tabulka-legenda {
    color: black;
    font-size: 15px;
}
/* Mobil css */

@media (max-width: 767px) {

    .breadcrumb {
        padding: 0px;
    }

    .breadcrumb-menu-sub {
        width: 100%;
        padding-top: 0px;
    }

    .breadcrumb-menu-sub li {
        background-color: white;
        box-shadow: none;
        padding: 5px 20px 5px 15px;
        margin: 0px;
        display: block !important;
    }

    .breadcrumb-menu-sub i {
        padding-right: 15px;
    }


    .blok-obsah {
        padding-bottom: 0px;
    }

    .blok-probihajicikurzy .row-2 {
        padding: 0px;
    }

    .novinka {
        box-shadow: none;
        padding: 10px 0px;
        border-bottom: 1px solid gainsboro;

    }
    .novinka .short-text {
        padding: 0px 25px 0px 25px;

    }

    .nav-side-menu li a {
        font-size: 20px !important;
    }

    nav {
        height: auto !important;
    }

    .navbar {
        padding: 0;
    }

    .navbar-brand {
        padding-left: 10px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }

    .navbar-collapse {
        padding-left: 10px;
    }

    .nav-side-menu {
         margin: 0px !important;
    }

    .jumbotron {
        height: auto;
        margin-bottom: 0;
    }

    .jr-1, .jr-2 {
        padding: 10px 0px;
    }

    .jumbotron h1, .jumbotron-index h1, .jumbotron h2, .jumbotron-index h2  {
        font-size: 25px !important;
    }





    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 20px;
        z-index: 10 !important;
        padding: 3px;
        color: #ffffff;
        width: 40px;
        text-align: center;
    }
    .nav-side-menu .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        justify-content: left !important;


    }

    .blok-nadpis h2 {
        font-size: 25px;

    }
    .blok-probihajicikurzy {
        padding-bottom: 0px;
    }


}
@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

.nav-side-menu {
    margin: 2px;
}
.nav-side-menu .brand {
    height: 100px;
    line-height: 30px;
    align-items: center;
    justify-content: center;
}

.pl-0 {
    padding-left: 0px !important;
}
.pr-0 {
    padding-right: 0px !important;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1350px;
    }
}