@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
html {
    /* scroll-behavior: smooth;*/
}

body {
    font-size: 14px;
    overflow-x: hidden;
}

.main_obsah {
    box-sizing: border-box;
    padding-bottom: 50px !important;
}

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
}

.cleaner,
.cleaner_vyhledany_text {
    clear: both;
    height: 0;
}

.cleaner_fotogalerie_clanku {
    display: none;
}

.forbubledata {
    display: none;
}

div#gallyery4uLoadingContDiv {
    margin: 0 !important;
}

div#mapaContMain {
    transition: .0s !important;
}

h1 {
    text-transform: uppercase;
}

h2 {}

h3 {
    font-weight: normal;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {}

h6 {}

p {
    font-size: 14px;
}

strong {
    font-weight: bold;
}

li {}

a {
    color: #002895;
}

table {
    border-collapse: collapse;
    margin-left: 0;
}


/* ------------------------ -JS CLASSY ------------------------------------------*/

.active {
    display: block !important;
    transform: translate(0) !important;
}

.active_f {
    display: flex !important;
    transform: translate(0) !important;
    animation-name: showup;
    animation-duration: 350ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.menu_close {
    background: #666666 url(/galerie/1429549.svg)center center no-repeat !important;
    background-size: 53% !important;
}

.body_noscroll {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


/* ------------------------ -SPOLECNE_CLASSY ------------------------------------------*/

.page_size {
    width: 97%;
    max-width: 1500px;
    box-sizing: border-box;
}

.stranka_subakce {
    padding-top: 36px;
}


/* ------------------------ -HEADER titulka ------------------------------------------*/

header {
    position: relative;
    height: 690px;
    /* background: #6f4c00; */
}

header .top_nav {
    width: 100%;
    height: 110px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 241, 241, 1) 100%);
}

header .top_nav .obsah {
    position: relative;
}

header .top_nav a.logo {
    position: absolute;
    height: 110px;
    width: 320px;
    left: 0;
    top: 0;
}

header .top_nav a.logo figure {
    width: 100%;
    height: 100%;
}

header .top_nav a.logo figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

header .obal_navigace_velky {
    position: relative;
    height: auto;
}

header nav.top_menu {
    position: absolute;
    top: -70px;
    right: 230px;
    z-index: 4;
    animation-name: showup;
    animation-duration: 350ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

header nav.top_menu ul {
    margin-right: 10px;
}

header nav.top_menu ul li.buble {
    list-style-type: none;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

header nav.top_menu ul li.buble div.submenu {
    display: none;
}

header nav.top_menu ul li.buble a.oddil {
    position: relative;
    display: block;
    width: 170px;
    height: 100px;
    background: white url(/galerie/1429553.svg)right 5px bottom 5px no-repeat;
    background-size: 22px !important;
    border-radius: 20px 20px 0 20px;
    padding: 20px 25px;
    font-size: 17px;
    font-weight: 600;
    box-sizing: border-box;
    color: #6f4c00;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

header nav.top_menu ul li.buble a:hover {
    background-size: 24px !important;
}

header nav.top_menu ul li.buble.buble_init>a {
    background: #666666 url(/galerie/1429543.svg)right 5px bottom 5px no-repeat;
    color: white;
    box-shadow: 0 0 black;
}

header .buble_menu_obal {
    position: absolute;
    display: none;
    transform: translate(0, -100%);
    top: 110px;
    z-index: 3;
    width: 100%;
    height: 580px;
    left: 0;
}

header .buble_menu_obal .menu_buble_close {
    position: absolute;
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    z-index: 2;
    background: white url(/galerie/1429553.svg)center center no-repeat;
    background-size: 60%;
    transform: rotate(45deg);
}

header .buble_menu_obal div.buble_submenu {
    position: absolute;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 80px 50px 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(111, 076, 000, 0.95);*/
    background: rgba(102, 102, 102, 1);
    display: none;
    animation-name: showup;
    animation-duration: 350ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

header .buble_menu_obal div.buble_submenu ul {
    margin: 0 20px;
    columns: 1;
}

header .buble_menu_obal div.buble_submenu ul li {
    list-style-type: none;
    margin: 0;
}

header .buble_menu_obal div.buble_submenu ul li a {
    display: block;
    font-size: 18px;
    color: white;
    margin-bottom: 6px;
}

header .top_nav .search {
    position: absolute;
    right: 0;
    top: 40px;
    height: 35px;
    width: 200px;
    overflow: hidden;
    border-radius: 7px;
    background: white;
    border: 1px solid gray;
}

header .top_nav .search .vyhledavani {}

header .top_nav div.mobile_menu {
    display: none;
}

header .top_nav .search form#as4u_form_search {
    height: 100%;
    border: 0;
}

header .top_nav .search .nadpis_vyhledavani {
    display: none;
}

header .top_nav .search input#find_in_redakce {
    float: left;
    height: 35px;
    width: 82%;
    display: block;
    margin: 0;
    border: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

header .top_nav .search .tlacitko_vyhledat {
    display: block;
    height: 35px;
    width: 18%;
    float: right;
    box-sizing: border-box;
    background: #6b6b6b url(/galerie/1430179.svg)center center no-repeat;
    background-size: 20px;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
    border: 0;
    color: transparent;
    border-radius: 7px 0 0 7px;
}


/* ------------------------ -HEADER subakce ------------------------------------------*/

header.subakce {
    height: auto;
}


/* ------------------------ -SLIDER ------------------------------------------*/

header figure.slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 580px;
}

header figure.slider .obsah {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    z-index: 1;
    top: 0;
    transform: translate(-50%, 0);
    /* display: flex; */
    display: none;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-left: 50%;
    padding-bottom: 89px;
    align-content: flex-end;
}

header figure.slider .titulka_bgr_obr {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(/galerie/1429557.jpg)center center no-repeat; */
    background-size: cover !important;
    background-position: center center !important;
    transition: 0s !important;
}

header figure.slider .slider_info {
    position: relative;
    /* bottom: 93px; */
    padding: 30px;
    padding-bottom: 54px;
    border-radius: 20px 20px 0 20px;
    background: white url(/galerie/1429553.svg)right 10px bottom 10px no-repeat;
    /* right: 0; */
    z-index: 3;
    animation-name: showup;
    animation-duration: 1250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transition: 0s;
    color: #6f4c00;
    text-decoration: none;
    margin: 0;
}

header figure.slider .urgent_info {
    position: relative;
    /* bottom: 286px; */
    padding: 30px;
    padding-bottom: 54px;
    border-radius: 20px 20px 0 20px;
    background: white url(/galerie/1429553.svg)right 10px bottom 10px no-repeat;
    right: 0;
    z-index: 3;
    animation-name: showup;
    animation-duration: 1250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    transition: 0s;
    color: #6f4c00;
    text-decoration: none;
    margin: 0;
    margin-bottom: 7px;
}

header figure.slider .slider_info h3 {
    display: block;
    font-size: 27px;
    font-weight: 600;
    color: #cf0000;
    margin-bottom: 15px;
    text-decoration: underline;
}

header figure.slider .urgent_info h3 {
    display: block;
    font-size: 27px;
    font-weight: 600;
    color: #cf0000;
    margin-bottom: 15px;
    text-decoration: underline;
}

header figure.slider .slider_info p {
    display: block;
    font-weight: 600;
    font-size: 17px;
    max-width: 500px;
    color: #525252;
}

header figure.slider .urgent_info p {
    display: block;
    font-weight: 600;
    font-size: 17px;
    max-width: 500px;
    color: #525252;
}

header figure.slider .urgent_info span.like_odkaz {
    font-weight: bold;
    color: #cf0000;
    text-decoration: underline;
}

@keyframes showup {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* ------------------------ -NAVIGACE -MENU ------------------------------------------*/

.obal_navigace_karty {
    position: relative;
    width: 100%;
    z-index: 5;
    background: #dac8b2;
    height: 410px;
    border-top: 5px solid #806d42;
}

nav.hlavni {
    width: 100%;
    animation-name: slideup;
    animation-duration: 950ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes slideup {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -85px);
    }
}

nav.hlavni ul {
    display: flex;
    justify-content: space-between;
}

nav.hlavni ul li.karta {
    position: relative;
    padding-top: 10px;
    width: 33.333333%;
    height: 430px;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    background: #ffffff;
}

nav.hlavni ul li.karta:nth-of-type(even) {
    background: #f4f4f4;
}

nav.hlavni ul li.karta:hover {}

nav.hlavni ul li div.nadpis_karty {
    height: 75px;
    display: flex;
    align-items: flex-end;
}

nav.hlavni ul li div.nadpis_karty span {
    display: inline-block;
    height: 75px;
    width: 120px;
    background-size: 80px 60px !important;
}


/*------- ikony -------*/


/* oddeleni*/

#nav_268611 {
    background: url(/galerie/1429556.svg)center center no-repeat;
}


/* pacienti*/

#nav_268612 {
    background: url(/galerie/1429559.svg)center center no-repeat;
}


/* laborator*/

#nav_268613 {
    background: url(/galerie/1436964.svg)center center no-repeat;
}


/* kontakty */

#nav_266594 {
    background: url(/galerie/1429546.svg)center center no-repeat;
}


/* ep. situace */

#nav_268614 {
    background: url(/galerie/1437754.svg)center center no-repeat;
}

nav.hlavni ul li div.nadpis_karty a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    color: #806d42;
    transition: .3s;
}

nav.hlavni ul li div.nadpis_karty a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    background: #806d42;
    width: 65%;
    transition: .5s;
}

nav.hlavni ul li:hover div.nadpis_karty a:after {
    width: 100%;
}

nav.hlavni ul li:hover div.nadpis_karty a {}

nav.hlavni ul li a:hover {
    text-decoration: underline !important;
}

nav.hlavni ul li ul {
    display: block;
    box-sizing: border-box;
    padding: 30px 40px 0 40px;
}

nav.hlavni ul li ul li {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 4px 0;
}

nav.hlavni ul li ul li.dulezite a {
    color: #c40000;
}

nav.hlavni ul li ul li a {
    text-decoration: none;
    color: #6f4c00;
    font-weight: 500;
    font-size: 18px;
    font-weight: 600;
    background: none;
    text-transform: none;
    padding: 0;
}

nav.hlavni ul li ul li a.dulezite {
    color: #cf0000;
}

nav.hlavni ul li ul li a:hover {
    text-decoration: underline;
    padding-left: 3px;
}

nav.hlavni ul li a.more {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 55px;
    height: 55px;
    background: #f4f4f4 url(/galerie/1429553.svg)center center no-repeat;
    background-size: 50% !important;
    border-radius: 50%;
}

nav.hlavni ul li:nth-child(even) a.more {
    background-color: #ffffff;
}

nav.hlavni ul li a.more:hover {
    background: #806d42 url(/galerie/1429555.svg)center center no-repeat;
}


/* ------------------------ -AKCE NAVIGACE ------------------------------------------*/

ul.ul_akce_navigace {
    text-align: center;
}

li.akce_navigace {
    display: block;
    float: left;
    margin: 0 5px 5px !important;
}

li.vsechny_akce {
    display: block;
    width: 100%;
    clear: both;
}

li.akce_navigace a {
    text-decoration: none;
    border: 1px solid #979797;
    border-radius: 15px;
    padding: 16px;
    box-sizing: border-box;
}

li.akce_navigace a span.typ {
    display: block;
    font-size: 14px;
}

li.akce_navigace a span.datum {
    display: block;
    font-weight: 800;
    text-decoration: none;
}

li.akce_navigace a h3 {
    text-decoration: underline;
    font-weight: 600;
}


/* ------------------------ -ODKAZY ------------------------------------------*/

section.odkazy {
    position: relative;
    background: #f2ebe5;
    z-index: 6;
    /*    margin-bottom: 30px;*/
}

section.odkazy .obsah {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translate(0, -40px);
    width: 100%;
}

section.odkazy a.odkaz {
    position: relative;
    display: block;
    background-size: cover !important;
    width: 20%;
    min-width: 300px;
    height: 200px;
    margin: 0;
}

section.odkazy a.odkaz span {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    max-width: 97%;
    background: rgba(255, 255, 255, 0.93);
    display: block;
    box-sizing: border-box;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #6f4c00;
    text-decoration: underline;
    transition: .3s;
}

section.odkazy a.odkaz:hover span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: unset;
    height: 100%;
}

#od_1 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_2 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_3 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_4 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_5 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_6 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_7 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_8 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_9 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}

#od_10 {
    background: url(/galerie/1429554.jpg)center center no-repeat;
}


/* ------------------------ -AKTUALITY ------------------------------------------*/

section.aktuality {
    margin: 20px 0;
}

section.aktuality .nadpis_bloku {
    border-bottom: 4px solid #806d42;
    margin-bottom: 40px
}

section.aktuality .nadpis_bloku h2 a {
    color: #6f4c00 !important;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    float: left;
    margin: 10px 6px;
    margin-right: 10%;
    padding: 0;
    background: 0;
}

section.aktuality .nadpis_bloku a.na_mail,
section.aktuality .nadpis_bloku a.more {
    float: right;
    display: inline-block;
    text-transform: uppercase;
    color: black;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    background: #ececec;
    margin: 10px;
    border-radius: 20px 20px 0 20px;
}

section.aktuality .nadpis_bloku a.na_mail:hover,
section.aktuality .nadpis_bloku a.more:hover {
    color: white;
    background: #806d42;
}

section.aktuality .aktuality_vypis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.aktuality .aktuality_vypis article.aktualita {
    width: 31%;
    margin: 0;
    margin-bottom: 50px;
}

section.aktuality .aktuality_vypis article.aktualita a {
    display: block;
    text-decoration: none;
}

section.aktuality .aktuality_vypis article.aktualita a figure {
    position: relative;
    width: 100%;
    height: 220px;
}

section.aktuality .aktuality_vypis article.aktualita a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality .aktuality_vypis article.aktualita a figure h3 {
    position: absolute;
    left: 0;
    bottom: -18px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px 20px;
    color: white;
    background: #806d42;
    border-radius: 20px 20px 0 20px;
    text-decoration: underline;
}

section.aktuality .aktuality_vypis article.aktualita a p {
    padding: 40px 30px;
    line-height: 150%;
    color: #171717;
}

section.aktuality .aktuality_vypis article.aktualita a span.more {
    display: inline-block;
    float: right;
    padding: 10px 40px;
    color: white;
    background: #806d42;
    border-radius: 20px 0 20px 20px;
    text-decoration: underline;
}

section.aktuality .aktuality_vypis article.aktualita:hover a span.more {
    padding-right: 60px;
}


/* ------------------------ -PATICKA ------------------------------------------*/

footer {
    clear: both;
    background: #575755;
}

footer .footer_obsah {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer .blok {
    width: 25%;
    box-sizing: border-box;
    color: white;
    margin: 0;
    min-width: 330px;
    min-height: 317px;
}

footer .blok.mapa img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

footer .blok .obsah {
    box-sizing: border-box;
    padding: 20px 25px 25px;
}

footer .blok h3 {
    position: relative;
    display: block;
    color: white;
    padding: 20px 25px 10px;
    font-size: 27px;
    font-weight: 500;
}

footer .blok h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background: white;
}

footer .blok h3:before {
    color: white
}

footer .blok p {
    color: white;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
}

footer .blok a {
    color: white;
    font-size: 15px;
    line-height: 150%;
    font-weight: 600;
}

footer .blok a.mail,
footer .blok a.tel,
footer .blok a.odkaz {
    display: block;
    box-sizing: border-box;
    padding: 20px;
    padding-left: 50px;
}

footer .blok a.mail {
    background: url(/galerie/1429550.svg)left center no-repeat;
}

footer .blok a.tel {
    background: url(/galerie/1429558.svg)left center no-repeat;
}

footer .blok a.odkaz {
    background: url(/galerie/1436565.svg)left center no-repeat;
    background-size: 31px;
}

footer .blok a.number {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid white;
    margin-bottom: 10px;
    text-decoration: underline;
}

footer .blok a.number span.nadpis {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 16px;
    text-decoration: underline;
}

footer .blok a.number span.cislo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
}

footer .as4u {
    background: #484846;
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

footer .as4u a {
    color: white;
    font-size: 15px;
}

footer .prihlaseni a {
    margin-right: 10px;
}


/*----------------   -BLOKY NAVIGACE   -------------------------------*/

div.buble_submenu .blok,
div.submenu .blok {
    width: 100%;
    max-width: 293px;
    margin: 0 20px;
}

div.buble_submenu .blok .prihlaseni,
div.submenu .blok .prihlaseni {
    display: none;
}

div.buble_submenu .blok h3,
div.submenu .blok h3 {
    position: relative;
    display: block;
    color: white;
    padding: 0px 0px 10px;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}

div.buble_submenu .blok h3:after,
div.submenu .blok h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 3px;
    background: white;
}

div.buble_submenu .blok h3:before,
div.submenu .blok h3:before {
    color: white
}

div.buble_submenu .blok p,
div.submenu .blok p {
    color: white;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 15px;
}

div.buble_submenu .blok a,
div.submenu .blok a {
    color: white;
    font-size: 15px;
    line-height: 150%;
}

div.buble_submenu .blok a.number,
div.submenu .blok a.number {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid white;
    margin-bottom: 10px;
    text-decoration: underline;
}

div.buble_submenu .blok a.number span.nadpis,
div.submenu .blok a.number span.nadpis {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 16px;
    text-decoration: underline;
}

div.buble_submenu .blok a.number span.cislo,
div.submenu .blok a.number span.cislo {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 22px;
}


/* ---------- VYJIMKA PRO MOBIL ------------*/

div.submenu .blok {
    margin: 25px 0;
    float: left;
}

div.submenu .blok h3 {
    padding-left: 0;
}

div.submenu .blok a.number {
    ;
    border: 2px solid #1d1d1d;
}

div.submenu .blok h3:after,
div.submenu .blok h3:after {
    background: #1d1d1d;
    color: #1d1d1d;
}

div.submenu .blok h3,
div.submenu .blok p,
div.submenu .blok a {
    color: #1d1d1d;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 15px 0;
    height: auto;
    overflow: hidden;
    text-align: left;
    /* margin-bottom: 15px; */
}

.cesta_ke_clanku a {
    color: #727272;
    /*      padding: 0 20px 0 0;*/
    display: inline-block;
    text-decoration: none;
    transition: .2s;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
}


/* ------------------------ -CLANEK BODY ------------------------------------------*/

div.clanek_body {}

aside.leve_menu {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

aside.leve_menu .sloupec_navigace {
    margin-bottom: 15px;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {}

aside.leve_menu .nadrazeny_oddil a {
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 18px;
    background: #666666;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    margin-bottom: 1px;
}

h3.nadpis_oddilu {
    display: block;
    padding: 10px 18px;
    font-weight: bold;
    font-size: 23px;
    color: #666666;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #666666;
    padding-left: 0;
}

aside.leve_menu .sloupec_navigace ul.navigace {}

aside.leve_menu .sloupec_navigace ul.navigace li {
    position: relative;
    background-color: #ffffff;
    list-style-type: none;
    box-sizing: border-box;
    margin: 8px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: #ffffff url(/galerie/1437773.svg)center right 10px no-repeat;
    background-size: 15px;
}

aside.leve_menu a.nadpis_sekce_aktivni {
    background: #0952bb;
    color: white;
}

aside.leve_menu a.clanek_vybrany {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: #6f4c00 !important;
}


/*
aside.leve_menu .sloupec_navigace ul.navigace li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
          background: #ffffff url(/galerie/1417921.svg)center center no-repeat;
    background-size: 16px;
}
*/

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci {
    padding-left: 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a {
    background: white;
    padding-left: 33px;
    background-size: 16px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci ul.odkazy_uroven_3 li a {
    background: #6f4c00;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a:hover {
    /*      padding-left: 40px;*/
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:before {
    display: none;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:last-of-type {
    /* margin-bottom: 15px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce {
    margin: 8px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a {
    background: #666666;
    color: white;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    color: white;
    text-decoration: underline;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul li {
    /* background: #f3f3f3; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a.nadpis_sekce_aktivni {
    padding-left: 17px;
    background: #6f4c00 url(/galerie/1422606.svg)center right 12px no-repeat;
    background-size: 13px;
    color: white;
}


/*
aside.leve_menu .sloupec_navigace ul.navigace li.sekce:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: url(/galerie/1417916.svg)top 14px center no-repeat;
    background-size: 16px;
}
*/

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a {
    display: block;
    box-sizing: border-box;
    padding: 10px 18px;
    color: white;
    background: #666666 url(/galerie/1422605.svg)center right 12px no-repeat;
    background-size: 13px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul li {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul li a {}

aside.leve_menu .sloupec_navigace ul.navigace li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #1c1c1c;
    padding: 10px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 600;
    /* border-bottom: 4px solid #0952bb; */
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    text-decoration: underline;
    transform: translate(5px, 0);
}

article.cely_clanek {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.cely_clanek ul {
    margin-left: 20px;
}

article.cely_clanek div.clanek {
    margin-top: 20px;
    margin-left: 0;
    clear: both;
    margin-bottom: 30px;
}

h2.nadpis_clanku,
h2.nadpis_aktualit,
h1.nadpis_clanku {
    display: block;
    padding: 14px 18px;
    font-weight: bold;
    font-size: 23px;
    color: #666666;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 2px solid #666666;
    margin-top: -15px;
    padding-left: 0;
}

div.clanek_body a.primarni_obrazek_clanku {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

div.clanek_body a.primarni_obrazek_clanku img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    float: right;
    margin-bottom: 30px;
}

div.clanek_body a.primarni_obrazek_clanku img:hover {}

div.clanek_body div.popis_clanku {
    max-width: 100%;
    display: inline-block;
    /* float: left; */
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    margin-left: 0;
}

div.clanek_body .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100%;
}

div.clanek_body div.popis_clanku p {
    line-height: 170%;
    text-align: left;
    font-size: 15px;
}

div.clanek_body div.clanek p,
article.cely_clanek p {
    line-height: 150%;
    margin: 10px 0;
}

div.clanek_body div.clanek p img {
    max-width: 100%
}

div.clanek_body div.clanek hr {}

div.clanek_body div.clanek a {
    color: #003adc;
    text-decoration: underline;
}

div.clanek_body div.clanek ul,
article.podrobny_popis_akce ul {}

div.clanek_body div.clanek ul li {
    margin-bottom: 0.3em;
}

div.clanek_body div.clanek ol {
    margin-left: 30px
}

div.clanek_body div.clanek h3,
div.clanek_body div.clanek h3 a,
article.cely_clanek h3 {
    font-size: 22px;
    margin: 0 0 16px;
    color: #6f4c00;
    line-height: 130%;
    font-weight: 700;
}

div.clanek_body div.clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #6f4c00;
    font-weight: 600;
    line-height: 130%;
}

div.clanek_body div.clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #6f4c00;
}

div.clanek_body div.clanek table,
article.clanek_akce table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

div.clanek_body div.clanek table th,
article.clanek_akce table th {
    background: #666666;
    padding: 10px;
    border: 1px solid #7b7b7b;
    color: #ffffff;
}

div.clanek_body div.clanek table tr:nth-child(even),
article.clanek_akce table tr:nth-child(even) {}

div.clanek_body div.clanek table tr td,
article.clanek_akce table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
}

div.clanek_body div.clanek table tr td.vypis_osob_odbor {
    background: #e0efff;
}

article.clanek_akce textarea {
    border: 1px solid #6f4c00;
    padding: 15px;
    box-sizing: border-box;
}

div.clanek_body div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/1430109.svg)center left no-repeat;
    background-size: 25px;
    padding: 5px 0;
    padding-left: 32px;
    margin-right: 15px;
    margin-top: 30px;
    overflow: visible;
}

div.clanek_body .nahled_tisk a,
article.cely_clanek div.nahled_tisk a {
    color: #666666;
    font-weight: bold;
}

div.clanek_body .info_podclankem {
    display: inline-block;
    margin: 15px 0;
    color: #666666;
}

div.clanek_body .info_podclankem .pocet_precteni {
    display: none;
}

div.clanek_body .info_podclankem .autor {
    /*    display: none;*/
}

div.clanek a {
    color: #003adc;
    text-decoration: underline;
    font-weight: 600;
}


/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.fotogalerie_clanku_obal {
    /* max-width: 1100px; */
    width: 100%;
    margin-bottom: 60px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    width: 100%;
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    border-bottom: 3px solid #666666;
    margin-bottom: 12px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    background: #6f4c00;
    padding: 8px 15px;
    border-radius: 12px;
    color: white;
}

.fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    display: none;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: 205px;
    height: 205px;
    padding: 1%;
    box-sizing: border-box;
    margin: 0;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek {
    position: relative;
    border-radius: 15px 15px 0 15px;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8);
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a {}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img:hover {
    /* transform: scale(1.05); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku {}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku h4.nazev_obrazku {
    display: none;
}


/* ------------------------ -AKTUALITY VYPIS ------------------------------------------*/

.news_body {
    padding: 0 1%;
    display: flex;
    flex-wrap: wrap;
}

.news_body .cesta_ke_clanku,
.news_body .nadpis_aktualit,
.news_body .starsi_novejsi,
.news_body .predchozi_dalsi {
    width: 100%;
}

.news_body .aktualita_obal {
    position: relative;
    padding: 10px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 1%;
}

.news_body .aktualita_obal .aktualita {
    position: relative;
    display: block;
    height: 100%;
    /* min-height: 185px; */
    box-sizing: border-box;
    /* padding: 25px; */
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.news_body .aktualita_obal .aktualita a {
    text-decoration: none;
}

.news_body .aktualita_obal .aktualita img {
    width: 230px;
    height: 100%;
    float: left;
    object-fit: cover;
    /* margin-right: 15px; */
}

.news_body .aktualita_obal .aktualita div.popis {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px 30px;
    align-content: start;
    box-sizing: border-box;
}

.news_body .aktualita_obal .aktualita div.popis h4 {
    width: 100%;
    font-size: 17px;
    color: #1c1c1c;
    margin-bottom: 8px;
    text-decoration: underline;
    margin-left: 0;
    font-weight: 600;
}

.news_body .aktualita_obal .aktualita div.popis h4:hover {
    color: #6f4c00;
}

.news_body .aktualita_obal .aktualita div.popis p {
    color: black;
    margin-left: 0;
}

.starsi_novejsi,
.predchozi_dalsi {
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #6f4c00;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #6f4c00 !important;
    text-decoration: none !important;
    font-weight: bold;
    border: 1px solid #6f4c00;
    /*    border-radius: 5px;*/
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: black !important;
    text-decoration: none !important;
    font-weight: 500;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.prechozi {
    background: #6f4c00;
    padding: 10px 20px;
    font-weight: 500;
    color: white !important;
    /*    border-radius: 5px;*/
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    background: #6f4c00;
    padding: 10px 20px;
    font-weight: 600;
    color: white !important;
    /*    border-radius: 5px;*/
    display: inline-block;
    margin: 10px 0;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #6f4c00;
}

input#find_in_redakce {
    padding: 10px;
    border: 1px solid black;
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    margin: 10px 0;
    clear: both;
    border-bottom: 1px solid gray;
}

.vyhledany_text_celek_obal .vyhledany_text_celek {}

.vyhledany_text_celek_obal .vyhledany_text_celek .primarni_obrazek_vyhledavani,
.vyhledany_text_celek_obal .vyhledany_text_celek .obrazek_katalog {
    float: left;
    margin-right: 25px;
    max-width: 300px;
    height: auto;
}

.vyhledany_text_celek_obal .vyhledany_text_celek .obrazek_katalog {
    margin-bottom: 15px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 {
    margin-bottom: 15px;
    float: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    color: #6f4c00;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    color: #535353;
    font-weight: 600;
    font-size: 21px;
    text-decoration: underline;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    margin-bottom: 18px;
    line-height: 180%;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span {
    /* display: none; */
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.autor {
    display: none;
}


/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy {
    margin-bottom: 25px;
}

.hlavni_odkazy a.tlacitko_hlavni {
    display: inline-block;
    padding: 10px 13px;
    background-color: #686868;
    color: white !important;
    margin: 5px 0;
    text-decoration: none;
    border-radius: 5px;
}

.hlavni_odkazy a.tlacitko_hlavni:hover {
    background: #846b44;
    text-decoration: underline;
}

fieldset {
    border: none;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #f1f1f1;
    /* border-radius: 7px; */
    overflow: hidden;
    border-radius: 7px;
}

fieldset input[type="text"],
fieldset input[type="password"],
fieldset textarea,
fieldset select {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid silver;
    margin: 5px 0;
}

input[type="submit"],
input[type="submit"],
button[type="button"] {
    padding: 5px 13px;
    background: #d9d9d9;
    border: 0;
    cursor: pointer;
    transition: .2s;
    color: black;
    /* border-radius: 5px; */
}

input[type="submit"]:hover,
input[type="submit"]:hover,
button[type="button"]:hover {
    background: #846b44;
    color: white;
}

fieldset select,
fieldset select {
    padding: 5px;
    border: 1px solid #4e4e4e;
    max-width: 224px;
}

form#edit_events_form fieldset label {
    margin: 0 10px 0 5px;
}

fieldset label,
fieldset label {
    margin: 0 10px;
}

fieldset legend {
    text-align: start;
    display: block;
    padding: 10px;
    background-color: #846b44;
    color: white;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset table th {
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    width: 15%;
}

fieldset table td {
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}

tr#tr_date_0 table {
    margin-left: 0;
}

span#spn_jmeno_poradatele {
    display: inline-block;
    margin: 0 10px 0 0;
}

#puvodni_text_cs {
    height: auto !important;
}

div.clanek fieldset input,
div.hlavni fieldset input {
    padding: 5px;
    border: 1px solid #4e4e4e;
    /* margin: 5px 10px; */
}

#as4u_form_search_detail input[type="submit"] {
    padding: 11px 25px;
}

.chyba {
    margin: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#oddne,
#dodne {
    margin-right: 10px
}


/* ------------------------ -MAPA WEBU ------------------------------------------*/

.clanek_body.mapa ul {
    padding: revert;
}

.clanek_body.mapa ul li {
    margin: 5px 0;
}

.clanek_body.mapa h2.nadpis_clanku {
    margin-bottom: 15px;
}


/* ------------------------ -OZNAMENI ZASILANI, -NOVINKY NA MAIL ------------------------------------------*/

form#oznameni {
    margin-top: 15px;
}

form#oznameni ul {
    padding: revert;
}

form#oznameni ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

form#oznameni input[type=checkbox] {
    margin-right: 8px;
}

div.gdpr_aktuality {
    background: #2b2b2b;
    /* border-radius: 5px; */
    padding: 15px 2%;
    margin-bottom: 30px;
    color: white;
}

div.gdpr_aktuality p {
    margin: 15px 0;
    color: white;
}

div.gdpr_aktuality a {
    color: white;
}


/* ------------------------ -AKCE VYPIS ------------------------------------------*/

aside.events_calendar_menu {
    width: 30%;
    float: left;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 0;
    border-radius: 21px;
    margin-top: 13px;
}

aside.events_calendar_menu h3.nadpis_oddilu {
    margin-bottom: 30px;
    border-bottom: 0;
    background: unset;
    padding: 20px;
}

aside.events_calendar_menu .kalendar {
    margin-bottom: 15px;
}

.kalendar_vyber {
    width: 40%;
    max-height: 440px;
    margin: 0;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid #f1f1f1;
}

.vyber_rok_mesic {
    text-align: center;
    margin-bottom: 10px;
}

.vyber_rok_mesic span {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.vyber_rok_mesic a {
    color: #383838;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    text-decoration: underline;
    font-weight: 600;
}

.vyber_rok_mesic a:hover {
    color: #236bb3;
}

.vyber_rok_mesic a.predchozi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #666666 url(/galerie/1431079.svg)center center no-repeat;
    border-radius: 3px;
    background-size: 10px;
}

.vyber_rok_mesic a.dalsi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #666666 url(/galerie/1431080.svg)center center no-repeat;
    border-radius: 3px;
    background-size: 10px;
}

.vyber_rok_mesic a.predchozi:hover,
.vyber_rok_mesic a.dalsi:hover {
    background-color: #846b44;
}

.kalendar table.kalendar {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 22px;
}

.kalendar table.kalendar tbody {}

.kalendar table.kalendar tbody tr {
    height: 50px;
}

.kalendar table.kalendar tbody tr th {
    color: black;
    text-transform: uppercase;
    font-size: 181%;
    font-weight: 400;
    /* padding: 10px; */
    text-align: center;
    height: 50px;
    width: 50px;
    opacity: 0.6;
}

.kalendar table.kalendar tbody tr td {
    font-size: 20px;
    /* padding: 10px; */
    text-align: center;
    height: 50px;
    width: 50px;
}

.kalendar table.kalendar tbody tr td.a_td_cal_n {
    visibility: hidden;
}

.kalendar table.kalendar tbody tr td:hover {
    background: #846b44;
}

.kalendar table.kalendar tbody tr td:hover a {
    color: white;
}

.kalendar table.kalendar tbody tr td a {
    color: #272727;
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    text-decoration: none;
}

.kalendar table.kalendar a {}

.den_v_tydnu_6,
.den_v_tydnu_7 {
    background: #e6e6e6;
}

aside.events_calendar_menu form {
    margin-bottom: 20px !important;
    width: 90%;
}

aside.events_calendar_menu form select {
    display: block;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 10px;
}

aside.events_calendar_menu form select option {}

aside.events_calendar_menu form select input {}

aside.events_calendar_menu ul.menu_akce {
    width: 90%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce li {
    list-style-type: none;
    background: #846b44;
    /* padding-left: 46px; */
    background-size: 22px;
    /* border-radius: 5px; */
    margin-bottom: 5px;
    border-radius: 10px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_search {
    /* background: #236bb3 url(/galerie/1422141.svg)center left 13px no-repeat; */
    background-size: 20px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_add {
    /* background: #236bb3 url(/galerie/1422136.svg)center left 13px no-repeat; */
    background-size: 20px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_all {
    /* background: #236bb3 url(/galerie/1422139.svg)center left 13px no-repeat; */
    background-size: 14px;
}

aside.events_calendar_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 25px;
    color: white;
    font-weight: 600;
    text-decoration: none;
}

aside.events_calendar_menu ul.menu_akce li a:hover {
    text-decoration: underline;
}

aside.events_calendar_menu ul.menu_akce_kategorie {
    width: 90%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li {
    list-style-type: none;
    /* background: white url(/galerie/1422133.svg)center left 13px no-repeat; */
    background: white;
    /* padding-left: 46px; */
    background-size: 20px;
    border-radius: 11px;
    margin-bottom: 5px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 25px;
    color: #262626;
    text-decoration: none;
    font-weight: 600;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a:hover {
    text-decoration: underline;
}

article.akce_vypis {
    width: 70%;
    float: left;
    box-sizing: border-box;
    background: white;
    line-height: 150%;
    padding: 0 1%;
}

article.akce_vypis section.akce_celek_obal {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    height: 400px;
}

article.akce_vypis section.akce_celek_obal a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: 50%;
    /* background: #6798c6 url(/galerie/1422143.svg)top 37% center no-repeat; */
    border-radius: 21px;
    overflow: hidden;
}

article.akce_vypis section.akce_celek_obal a figure.obrazek {}

article.akce_vypis section.akce_celek_obal a figure.obrazek img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.akce_vypis section.akce_celek_obal a div.akce_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #846b44;
    color: white;
    box-sizing: border-box;
    padding: 20px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text {
    background: #666666;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.region {
    color: white;
    display: none;
}

article.akce_vypis section.akce_celek_obal a div.akce_text h4.nazev_akce {
    margin: 5px 0;
    text-decoration: underline;
    font-weight: 600;
    color: white;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.datum_konani {
    color: white;
    position: absolute;
    top: 0;
    left: 10px;
    padding: 5px 15px;
    background: #666666;
    font-weight: 600;
    transform: translate(0, -50%);
    border-radius: 13px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text span.region,
article.akce_vypis section.akce_celek_obal a:hover div.akce_text h4.nazev_akce,
article.akce_vypis section.akce_celek_obal a:hover div.akce_text span.datum_konani {
    color: white;
}


/* ------------------------ AKCE CLANEK AKCE ----------------------*/

article.clanek_akce {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.clanek_akce h2.nadpis_clanku {
    margin-bottom: 15px;
}

article.clanek_akce {
    padding: 0 2%;
    padding-top: 38px;
}

article.clanek_akce figure.primarni_obrazek_clanku {
    display: block !important;
    float: left;
    margin-right: 2em;
    vertical-align: top;
}

article.clanek_akce figure.primarni_obrazek_clanku .obrazek_akce {
    width: 100%;
    height: auto;
}

article.clanek_akce a {
    text-decoration: underline;
    color: #236bb3;
}

article.clanek_akce h3 {
    font-weight: 600;
    display: block;
    color: #666666;
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
}

article.clanek_akce table.kratky_popis_akce th,
article.clanek_akce table.kratky_popis_akce td {
    vertical-align: top;
    border: 0;
    border-bottom: 1px dotted silver;
    padding: 6px;
    font-size: 15px;
    text-align: left;
    color: #575755;
    /* word-break: break-all; */
}

article.clanek_akce table.kratky_popis_akce td p {
    font-size: 15px;
    text-align: left;
    color: #575755;
}

article.clanek_akce table.kratky_popis_akce th {
    vertical-align: top;
    /* border-bottom: 1px dotted silver; */
    padding: 6px;
    width: 30%;
    font-size: 16px;
    text-align: left;
    color: #666666;
    background: #ffffff;
    border: 0;
    border-bottom: 1px dotted silver;
}

article.clanek_akce table.kratky_popis_akce td {
    width: 70%;
    word-break: break-word;
}

article.clanek_akce .obrazek img {
    width: 218px;
    height: auto;
    object-fit: cover;
    float: left;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

article.clanek_akce .nazev_popis_obrazku {
    display: none;
}


/* ------------------------ -AKCE search ------------------------------------------*/

article.akce_search {
    margin-top: 15px;
}


/* ------------------------ -AKCE ADD ------------------------------------------*/

article.akce_add {
    width: 70%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
    padding-top: 33px;
}

article.akce_add h2.nadpis_clanku {
    margin-bottom: 15px;
}

article.akce_add form {
    margin-top: 15px;
}

tr.druhyradek {}

tr.druhyradek td {}

tr.druhyradek td span {
    display: block;
}


/* ---------------   -SERIAL CLANKU   ---------------------------*/

div.dil_serialu_celek_obal,
.novinky_serial_clanku_obal {
    clear: both;
    height: auto;
    margin-top: 15px;
}

div.dil_serialu_celek_obal:hover {}

div.dil_serialu_celek_obal:nth-of-type(even) .dil_serialu_celek {}

div.dil_serialu_celek_obal:nth-of-type(even) .dil_serialu_celek h3.nadpis_dilu_serialu a {}

div.dil_serialu_celek_obal .dil_serialu_celek,
.novinky_serial_clanku_obal {
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    line-height: 140%;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu,
.novinky_serial_clanku_obal h3.nadpis_novinky {
    margin-bottom: 6px;
    font-size: 20px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a,
.novinky_serial_clanku_obal h3.nadpis_novinky a {
    color: #6f4c00;
    font-weight: 600;
    text-decoration: underline;
    line-height: 130%;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a:hover,
.novinky_serial_clanku_obal h3.nadpis_novinky a:hover {
    text-decoration: underline;
}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani {}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img {
    float: left;
    margin: 0 20px 20px 0;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.popis_dilu_serialu {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek {
    text-align: left;
    margin: 6px 0;
    clear: both;
}

.cleaner_dil_serialu {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.datum_vytvoreni {
    color: #464646;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.autor {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a,
.novinky_serial_clanku_obal a.odkaz_na_novinky {
    color: #6f4c00;
    font-weight: 600;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a:hover,
.novinky_serial_clanku_obal a.odkaz_na_novinky:hover {
    text-decoration: underline;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a:hover {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek div.cleaner_dil_serialu {}


/* ------------------------ -LEKARI ------------------------------------------*/

.lekari_obal {}

.lekari_obal,
.lekari_obal .lekari {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}

.lekari_obal .lekar_obal {
    margin: 0;
    width: 230px;
    text-align: center;
    background: white;
    border-radius: 15px;
    padding: 10px 15px 25px;
    box-sizing: border-box;
    margin: 7px 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.lekari_obal .lekar_obal .lekar {}

.lekari_obal .lekar_obal .lekar img {
    border-radius: 7px;
    float: none;
    display: inline-block;
    margin: 0 25px !important;
}

.lekari_obal .lekar_obal .lekar div.lekar_popis {}

.cleaner_lekari {
    display: none;
}


/* ------------------------ -SPONZORI ------------------------------------------*/

.sponzori_obal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.sponzori_obal a {
    margin: 20px 35px;
}

.sponzori_obal a img {
    max-height: 120px;
    max-width: 160px;
    object-position: center;
    object-fit: contain;
}


/* ------------------------ -RESPONZIVITA ------------------------------------------*/

@media screen and (max-width: 1500px) {
    header {
        height: 660px;
    }
    header nav.top_menu ul li.buble a.oddil {
        width: 130px;
        height: 73px;
        background-size: 16px !important;
        border-radius: 10px 10px 0 10px;
        padding: 10px 12px;
        font-size: 15px;
    }
    header nav.top_menu ul li.buble a.oddil:hover {
        background-size: 17px !important;
    }
    header .top_nav {
        width: 100%;
        height: 80px;
    }
    header .top_nav.higher {
        height: 130px;
    }
    header .top_nav a.logo {
        height: 80px;
        width: 212px;
    }
    header .buble_menu_obal {
        top: 80px;
    }
    nav.hlavni ul li ul.submenu li a {
        font-size: 15px;
        padding-right: 15px;
    }
    nav.hlavni ul li div.nadpis_karty a {
        font-size: 17px;
        color: #6f4c00;
    }
    section.odkazy a.odkaz span {
        font-size: 15px;
    }
    section.aktuality .aktuality_vypis {
        justify-content: center;
    }
    section.aktuality .aktuality_vypis article.aktualita {
        width: 33.333%;
        box-sizing: border-box;
        padding: 14px;
        min-width: 350px;
        margin-bottom: 20px;
    }
    header nav.top_menu {
        top: -45px;
    }
    header .top_nav .search {
        top: 35px;
    }
    .sloupec_navigace .cleaner {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    header nav.top_menu {
        top: -35px;
        right: 0;
    }
    header .top_nav .search {
        top: 5px;
        right: 10px;
        height: 30px;
    }
    header figure.slider .slider_info {
        padding: 20px;
        padding-bottom: 40px;
        border-radius: 15px 15px 0 15px;
        background-size: 23px;
        right: 10px;
    }
    header figure.slider .urgent_info {
        padding: 20px;
        padding-bottom: 40px;
        border-radius: 15px 15px 0 15px;
        background-size: 23px;
        right: 10px;
    }
    header figure.slider .urgent_info h3,
    header figure.slider .slider_info h3 {
        font-size: 21px;
        margin-bottom: 10px;
    }
    header figure.slider .urgent_info p,
    header figure.slider .slider_info p {
        font-size: 15px;
    }
    header .top_nav .search input#find_in_redakce {
        height: 30px;
    }
    header .top_nav .search .tlacitko_vyhledat {
        height: 30px;
        width: 16%;
    }
    .news_body .aktualita_obal {
        width: 100%;
    }
    .news_body .aktualita_obal .aktualita {
        height: auto;
    }
    .news_body .aktualita_obal .aktualita div.popis {
        height: auto;
    }
}

@media screen and (max-width: 960px) {
    header {
        height: 560px;
    }
    header .top_nav {
        position: fixed;
        z-index: 9;
    }
    header figure.slider {
        height: 485px
    }
    header nav.top_menu {
        /* display: none; */
        width: 95%;
        position: relative;
        top: unset;
        right: unset;
    }
    header .top_nav div.mobile_menu {
        display: block;
        position: fixed;
        top: 14px;
        right: 10px;
        width: 50px;
        height: 50px;
        background: #666666 url(/galerie/1429552.svg)center center no-repeat;
        background-size: 60%;
        border-radius: 13px;
    }
    header .top_nav .search {
        top: 22px;
        right: 65px;
    }
    .obal_navigace_karty {
        height: auto;
    }
    nav.hlavni {
        width: 100%;
        animation-name: none;
        animation-duration: 950ms;
        animation-timing-function: ease-in-out;
        animation-fill-mode: forwards;
    }
    nav.hlavni ul {
        flex-wrap: wrap;
    }
    nav.hlavni ul li.karta {
        width: 50%;
        height: auto;
        padding-bottom: 80px;
        background: #ffffff;
    }
    nav.hlavni ul li.karta:first-of-type {
        width: 100%;
    }
    section.odkazy .obsah {
        transform: translate(0, 0);
        padding: 20px 0;
    }
    nav.hlavni ul li a.more {
        bottom: 10px;
        transform: translate(-50%, 0);
    }
    header figure.slider .obsah {
        padding-bottom: 10px;
    }
    /*    ------------------------- -MOBILNI MENU ------------------*/
    div.obal_navigace_velky {
        transform: translate(0, -100%);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 7;
        background: white;
    }
    nav.top_menu {
        box-sizing: border-box;
        padding-top: 158px;
    }
    nav.top_menu ul {
        flex-wrap: wrap;
    }
    nav.top_menu ul li {
        width: 100%;
        margin-bottom: 15px;
        /* height: 520px; */
        /* padding-top: 30px; */
        float: none;
    }
    header nav.top_menu ul li.buble a.oddil {
        width: 100%;
        height: auto;
        font-size: 18px;
        z-index: 1;
    }
    nav.top_menu ul li ul.submenu li a {
        display: none;
    }
    header nav.top_menu ul li.buble div.submenu {
        display: none;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 5%;
        border-radius: 0 10px 10px 10px;
        padding-top: 25px;
        transform: translate(0, -10px) !important;
        background: #f2f2f2;
    }
    header nav.top_menu ul li.buble div.submenu ul {
        margin-right: 0;
    }
    header nav.top_menu ul li.buble div.submenu ul li {
        margin-bottom: 12px;
        list-style-type: none;
    }
    header nav.top_menu ul li.buble div.submenu ul li a {
        color: #1d1d1d;
        display: block;
        padding: 10px 20px;
        background: #e2e2e2;
        border-radius: 10px;
        font-weight: 600;
        font-size: 15px;
    }
    header.subakce div.obal_navigace_velky {
        display: none !important;
    }
    li.akce_navigace {
        margin: 0 0 5px !important;
    }
    aside.leve_menu {
        transform: translate(0, -100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 1;
        background: white;
    }
    aside.leve_menu .sloupec_navigace {
        overflow: scroll;
        box-sizing: border-box;
        padding-top: 100px;
        max-width: 590px;
        width: 93%;
    }
    h3.nadpis_oddilu {
        padding: 14px 76px 14px 26px;
    }
    aside.leve_menu .sloupec_navigace ul.navigace li a {
        padding: 17px 26px;
    }
    .stranka_subakce {
        padding-top: 90px;
    }
    article.cely_clanek {
        width: 98%;
        float: none;
        padding-left: 0;
    }
    /*
    header figure.slider .slider_info {
        bottom: 12px;
    }
*/
    header {
        height: 450px;
    }
    header figure.slider {
        height: 373px;
    }
    .as4u_responzive_table {
        width: 100%;
        overflow: scroll;
    }
    /* ------------------------ -MOBILE MENU akce ------------------------------------------*/
    aside.events_calendar_menu {
        /* display: none; */
        transform: translate(0, -100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 1;
        background: white;
    }
    aside.events_calendar_menu .menu_obsah {
        overflow: scroll;
        box-sizing: border-box;
        padding-top: 80px;
        max-width: 590px;
    }
    article.cely_clanek,
    article.akce_vypis,
    article.akce_add,
    article.clanek_akce {
        width: 100%;
        float: none;
        max-width: 850px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 760px) {
    article.akce_vypis section.akce_celek_obal {
        width: 100%;
    }
    article.clanek_akce .obrazek {
        width: 100%;
        text-align: center;
    }
    article.clanek_akce .obrazek img {
        max-width: 270px;
        width: 100%;
        float: none;
    }
    header figure.slider .obsah {
        padding-left: 30%;
    }
}

@media screen and (max-width: 660px) {
    section.aktuality .nadpis_bloku {
        text-align: center;
    }
    section.aktuality .nadpis_bloku h2 a {
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        margin-right: 0;
    }
    section.aktuality .nadpis_bloku a.na_mail,
    section.aktuality .nadpis_bloku a.more {
        float: none;
        margin-top: 0;
    }
    nav.hlavni ul li.karta {
        width: 100%;
        margin-bottom: 5%;
    }
    .obal_navigace_karty {
        box-sizing: border-box;
        padding: 5% 3%;
    }
}

@media screen and (max-width: 600px) {
    section.odkazy .obsah {
        padding: 0;
    }
    section.odkazy a.odkaz {
        width: 50%;
        min-width: unset;
    }
}

@media screen and (max-width: 550px) {
    header {
        height: auto;
    }
    header figure.slider .obsah {
        position: relative;
        width: 100%;
        height: 100%;
        left: 50%;
        z-index: 1;
        top: 0;
        transform: translate(-50%, 0);
        padding-left: 0;
    }
    header figure.slider .urgent_info {
        right: 0;
    }
    header figure.slider .slider_info {
        width: 100%;
        box-sizing: border-box;
        border-radius: 15px 15px 0 0;
        top: unset;
        bottom: unset;
        position: relative;
        display: block;
        animation-name: none;
        right: 0;
    }
    header figure.slider {
        height: auto;
        width: 100%;
        padding-top: 363px;
        position: relative;
    }
    header figure.slider .titulka_bgr_obr {
        top: 80px;
        height: 300px;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    footer .blok {
        width: 100%;
        min-width: unset;
    }
    section.aktuality .aktuality_vypis article.aktualita {
        width: 100%;
        min-width: unset;
        padding: 0;
    }
    header .top_nav .search {
        top: 90px;
        right: 6px;
        transform: translate(400px, 0);
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 50%;
    }
    aside.leve_menu .sloupec_navigace {
        padding-top: 140px;
    }
    .news_body .aktualita_obal .aktualita img {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: center;
        /* margin-right: 15px; */
    }
}

@media screen and (max-width: 400px) {
    section.odkazy a.odkaz {
        width: 100%;
        min-width: unset;
    }
}

div#reservanto {
    box-sizing: border-box;
    width: 100%;
    /*    padding: 0 41px;*/
    margin-top: 5px;
}

.reservanto-button.button-0 {
    color: white !important;
    background-color: #c90000 !important;
    text-shadow: 0px -1px 0px #5c0007 !important;
    -moz-box-shadow: 0px 1px 0px 0px #5c0007 !important;
    -webkit-box-shadow: 0px 1px 0px 0px #5c0007 !important;
    box-shadow: 0px 1px 0px 0px #5c0007 !important;
}

a.a_round img {
    border-radius: 50%;
    transform: translate(0, 9px);
    margin-right: 7px;
}

img.as4u_ikona_souboru {
    width: unset !important;
    height: auto !important;
    /* margin-right: 5px; */
    /* transform: translate(0, 2px); */
}