@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: 15px !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 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    font-weight: bold;
    color: #b91434;
    line-height: 110%;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #065888;
    margin-bottom: 15px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #065888;
}

h5 {}

h6 {}

p {
    font-size: 16px;
    color: black;
    line-height: 140%;
    margin-bottom: 15px
}

strong {
    font-weight: bold;
}

li {}

a {
    font-size: 15px;
    color: #065888;
}

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: #ffffff url(/galerie/1435906.svg)center center no-repeat !important;
    background-size: 53% !important;
}

.body_noscroll {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}


/* ------------------------ -SPOLECNE_CLASSY ------------------------------------------*/

.page_size,
.language_page {
    width: 97%;
    max-width: 1400px;
    box-sizing: border-box;
}

.language_page {
    padding-top: 20px;
}

a.more {
    background: url(/galerie/1435907.svg)right top 7px no-repeat;
    background-size: 9px;
    padding-right: 15px;
}

a.more:hover {
    padding-right: 18px;
}

a.more.big {
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    background: url(/galerie/1435907.svg)right top 9px no-repeat;
    background-size: 11px;
    padding-right: 20px;
    margin-left: 14px;
}

a.more.big:hover {
    transform: scale(1.02);
}

.nowrap {
    white-space: nowrap;
}


/* ------------------------ -HEADER titulka ------------------------------------------*/

header {
    position: relative;
    height: 750px;
    background: grey;
    border-bottom: 8px solid #b91434;
}

header .header_obsah {
    position: relative;
    z-index: 1;
    height: 100%;
}

header .header_obsah .top_nav {
    width: 100%;
    height: 120px;
    background: rgba(255, 255, 255, 0.9);
}

header .header_obsah .top_nav .obsah {
    position: relative;
    height: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
}

header div.mobile_menu {
    display: none;
}

header .header_obsah .top_nav a.logo {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translate(0, -50%);
    width: 240px;
    height: 70px;
    background: url(/galerie/1435889.svg) left center no-repeat;
    background-size: contain;
}

header .header_obsah .top_nav a.logo:hover {
    transform: translate(0, -50%) scale(1.02)
}

header .header_obsah .top_nav a.logo img {
    max-width: 460px;
    height: auto;
    object-fit: contain;
    object-position: center;
}

header .header_obsah .top_nav div.search {
    /* background: lightgrey; */
    height: 35px;
    /* width: 250px; */
    float: right;
}

header .top_nav div.s_inside {
    float: right;
    margin: 0;
    margin-left: 6px;
    height: 33px;
    /* border: 1px solid #575755; */
    /* border-radius: 5px; */
    overflow: hidden;
    margin-bottom: 2px;
}

header .top_nav div.s_inside input.textpole_vyhledavani {
    height: 33px;
    width: 176px;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0px;
    background: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-bottom: 2px solid #1e73a1;
    border-radius: 0;
    color: #03598a;
    font-weight: bold;
}

header .top_nav div.s_inside input.textpole_vyhledavani::placeholder {
    color: #03598a;
    font-weight: bold;
}

header .top_nav div.s_inside input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 33px;
    height: 33px;
    background: url(/galerie/1435894.svg)center center no-repeat;
    background-size: 20px;
    /* border-radius: 5px; */
    overflow: hidden;
    color: transparent;
    border: 0;
}

header .top_nav div.s_inside h4.nadpis_vyhledavani {
    display: none
}

header .top_nav div.s_inside .search_open {
    float: right;
    background: url(/galerie/1411644.svg)center center no-repeat;
    background-color: #d70a11;
    display: none;
}

header .header_obsah .top_nav div.jazyky {
    float: right;
    height: 35px;
}

header .header_obsah .top_nav div.jazyky ul {
    height: 100%;
    height: 35px;
    padding-top: 7px;
    box-sizing: border-box;
}

header .header_obsah .top_nav div.jazyky ul li {
    display: inline-block;
    list-style-type: none;
    box-sizing: border-box;
    float: left;
    border-right: 2px solid #b91434;
}

header .header_obsah .top_nav div.jazyky ul li:last-of-type {
    border-right: 0;
}

header .header_obsah .top_nav div.jazyky ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 35px;
    font-weight: bold;
    color: #065888;
}

header .header_obsah .top_nav nav.top_menu {
    position: absolute;
    right: 30px;
    bottom: 5px;
    height: 50px;
}

header .header_obsah .top_nav nav.top_menu ul {}

header .header_obsah .top_nav nav.top_menu ul li {
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    border-right: 3px solid #b91434;
    float: left
}

header .header_obsah .top_nav nav.top_menu ul li a img {
    width: 15px;
    height: 15px;
    margin-left: 7px;
    margin-bottom: 1px;
    opacity: 0.9;
}

header .header_obsah .top_nav nav.top_menu ul li a:hover img {
    opacity: 1;
    filter: grayscale(1) brightness(10);
}

header .header_obsah .top_nav nav.top_menu ul li:last-of-type {
    border-right: 0;
}

header .header_obsah .top_nav nav.top_menu ul li a {
    display: block;
    padding: 5px 30px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #065888;
    box-sizing: border-box;
}

header .header_obsah .top_nav nav.top_menu ul li a:hover {
    background: #b91434;
    color: white;
}

header div.odkazy {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    bottom: 0;
    height: 145px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

header div.odkazy .obsah {
    height: 100%;
    display: flex;
}


/* ------------------------ -ODKAZY ------------------------------------------*/

header div.odkazy .odkaz_obal {
    width: 16.666%;
    height: 100%;
}

header div.odkazy .odkaz_obal a.odkaz {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    color: #065888;
}

header div.odkazy .odkaz_obal a.odkaz:hover {
    transform: scale(1.12);
    background: #bee7ff;
}

header div.odkazy .odkaz_obal a.odkaz span.obrazek_odkazu {
    width: 50px;
    height: 45px;
    display: block;
    background-size: contain !important;
    margin-bottom: 15px
}


/* ----- uredni_deska  --------*/

#od_270464 {
    background: url(/galerie/1435902.svg)center center no-repeat;
}


/* ----- potrebuji vyridit  --------*/

#od_270465 {
    background: url(/galerie/1461127.svg)center center no-repeat;
    width: 77px;
}


/* ----- mob_rozhlas  --------*/

#od_270466 {
    background: url(/galerie/1435895.svg)center center no-repeat;
}


/* ----- fotogalerie  --------*/

#od_270467 {
    background: url(/galerie/1435890.svg)center center no-repeat;
}


/* ----- faq  --------*/

#od_faq {
    background: url(/galerie/1435898.svg)center center no-repeat;
    width: 65px;
}


/* ----- prodej pozemku  --------*/

#od_374512 {
    background: url(/galerie/2114345.svg)center center no-repeat;
    width: 65px;
}


/* ----- miza  --------*/

#od_miza {
    background: url(/galerie/1937179.svg)center center no-repeat;
    width: 65px;
}


/* ----- kontakty  --------*/

#od_270469 {
    background: url(/galerie/1435891.svg)center center no-repeat;
}

header div.odkazy .odkaz_obal a.odkaz span.text_odkazu {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: underline;
    color: #065888;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0 5px;
}

header figure.slider {}

header figure.slider div.titulka_bgr_obr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url(/galerie/1435911.jpg)center center no-repeat; */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: .0s !important;
}

header figure.slider div.titulka_bgr_obr_subakce {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transition: .0s !important;
}

.sablona_prolinacka_data {
    display: none;
}


/* ------------------------ -HEADER subakce ------------------------------------------*/

header.subakce {
    position: relative;
    height: 400px;
    border-bottom: 8px solid #b91434;
    background: url(/galerie/1435911.jpg)center center no-repeat;
    background-size: cover
}


/* ------------------------ -AKTUALITY ------------------------------------------*/

section.aktuality {
    position: relative;
    padding: 25px 40px;
}

section.aktuality h2.nadpis_sekce {
    float: left;
}

section.aktuality div.aktuality_vypis {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

section.aktuality article.aktualita {
    width: 23%;
    position: relative;
    margin: 0;
}

section.aktuality article.aktualita figure {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
}

section.aktuality article.aktualita figure:hover {
    transform: scale(1.02)
}

section.aktuality article.aktualita figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality article.aktualita div.info {}

section.aktuality article.aktualita h3 {}

section.aktuality article.aktualita h3 a {
    font-size: 22px
}

section.aktuality article.aktualita p {}

section.aktuality article.aktualita a.more {
    font-weight: 700;
}


/* ------------------------ -KALENDAR AKCI ------------------------------------------*/

.kalendar_obsah {
    background: #ebf3fe;
}

section.kalendar {
    position: relative;
    padding: 25px 40px;
}

section.kalendar h2.nadpis_sekce {
    float: left;
}

section.kalendar div.kalendar_vypis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

section.kalendar article.akce {
    width: 23%;
    position: relative;
    margin: 0;
    margin-bottom: 30px;
    height: 235px;
    background: #6798c6 url(/galerie/1435888.svg)top 37% center no-repeat;
}

section.kalendar article.akce .info {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.kalendar article.akce h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 4%;
    margin-bottom: 0;
    background: #03598a;
    color: white;
    font-size: 22px;
    text-decoration: underline;
}

section.kalendar article.akce:hover h3 {
    background: #b91434;
}

section.kalendar article.akce h3 a {}

section.kalendar article.akce span.datum {
    display: inline-block;
    background: #be1e2d;
    color: white;
    font-size: 15px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

section.kalendar article.akce a.more {
    font-weight: 700;
}


/* ------------------------ -ZAJIMAVOSTI ------------------------------------------*/

section.zajimavosti {
    position: relative;
    padding: 25px 40px;
}

section.zajimavosti h2.nadpis_sekce {
    float: left;
}

section.zajimavosti div.zajimavosti_vypis {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

section.zajimavosti a.dlazdice {
    width: 23%;
    position: relative;
    margin: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-sizing: border-box;
    padding: 20px;
    font-size: 26px;
    font-weight: 600;
}

section.zajimavosti a.dlazdice:hover {
    transform: scale(1.05);
}


/*------ Zpravodaj  ---------*/

#dl_270507 {
    background: #038a22 url(/galerie/1471039.svg)no-repeat;
    background-position: bottom -49px right -8px;
}

#dl_270507::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/galerie/1471039.svg)center center no-repeat;
    background-size: contain;
}


/*------ webkamera  ---------*/

#dl_270508 {
    background: #1d6fb8 url(/galerie/1471036.svg)no-repeat;
    background-position: bottom -25px right -14px;
}

#dl_270508::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/galerie/1471036.svg)center center no-repeat;
    background-size: contain;
}


/*------ dl_zdravotnictvi  ---------*/

#dl_270509 {
    background: #c1282d url(/galerie/1435904.svg)no-repeat;
    background-position: bottom -20px right -15px;
}

#dl_270509::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/galerie/1435904.svg)center center no-repeat;
    background-size: contain;
}


/*------ dl_sport  ---------*/

#dl_270510 {
    background: #aa7533 url(/galerie/1435899.svg)no-repeat;
    background-position: bottom -20px right -15px;
}

#dl_270510::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/galerie/1435899.svg)center center no-repeat;
    background-size: contain;
}


/* ------------------------ -PATICKA FOOTER ------------------------------------------*/

footer {}

footer section.sloupce {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 25px 40px;
}

footer section.sloupce div.sloupec {
    width: 23%;
    position: relative;
    margin: 0;
}

footer section.sloupce div.sloupec h3 {
    color: #b91434;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px
}

footer section.sloupce div.sloupec ul {
    padding-bottom: 20px;
}

footer section.sloupce div.sloupec ul li {
    list-style-type: none;
    margin-bottom: 4px;
}

footer section.sloupce div.sloupec ul li a {
    font-size: 16px;
}

footer section.sloupce div.sloupec ul li a:hover {
    padding-left: 2px;
}


/*  informace */

#sl_270594 {
    background: url(/galerie/1435886.svg)no-repeat;
    background-position: right -10px bottom -20px;
}


/*  aktualne */

#sl_270596 {
    background: url(/galerie/1471490.svg)no-repeat;
    background-position: right -11px bottom -25px;
    background-size: 150px;
}


/*  organizace */

#sl_270595 {
    background: url(/galerie/1435896.svg)no-repeat;
    background-position: right -60px bottom -30px;
}


/*  potrebuji vyridit */


/*
#sl_270597 {
    background: url(/galerie/1435897.svg)no-repeat;
    background-position: right -20px bottom 0;
}
*/


/*  kultura */

#sl_270599 {
    background: url(/galerie/1435892.svg)no-repeat;
    background-position: right -20px bottom 0;
    background-size: 150px;
}

footer .paticka_obal {
    background: #03598a;
}

footer .paticka_obal .obsah {
    padding: 30px;
    box-sizing: border-box;
}

footer .paticka_obal .obsah a.logo {
    float: left;
    margin-right: 200px;
}

footer .paticka_obal .obsah .sloupec {
    float: left;
    margin: 0 20px;
    margin-bottom: 20px;
}

footer .paticka_obal .obsah .sloupec * {
    color: white;
    max-width: 300px;
    font-size: 15px
}

footer .as4u {
    background: #03507c;
    box-sizing: border-box;
    padding: 10px;
    text-align: center
}

footer .as4u a {
    color: #e2e2e2;
    font-size: 13px
}

.prihlaseni a {
    display: inline-block;
    margin: 2px;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.faq_obal .cesta_ke_clanku {
    display: none;
}

.cesta_ke_clanku {
    position: relative;
    padding: 15px;
    height: auto;
    overflow: hidden;
    text-align: left;
    /* margin-bottom: 15px; */
}

.cesta_ke_clanku a {
    color: #383838;
    /*      padding: 0 20px 0 0;*/
    display: inline-block;
    text-decoration: none;
    transition: .2s;
    font-weight: 600;
    color: #006195;
    text-decoration: underline;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
}

.oddelovac_cesty {
    background: url(/galerie/1436266.svg)center center no-repeat;
    background-size: contain;
    color: transparent;
}


/* ------------------------ -CLANEK BODY ------------------------------------------*/

div.clanek_body {}

aside.leve_menu {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

aside.leve_menu .sloupec_navigace {
    padding-top: 22px;
    margin-bottom: 15px;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {
    display: none;
}

aside.leve_menu .nadrazeny_oddil a {
    display: block;
    box-sizing: border-box;
    padding: 15px 35px 15px 18px;
    background: #ffd300;
    color: black;
}

h3.nadpis_oddilu {
    display: block;
    padding: 0 18px 4px;
    font-weight: 700;
    font-size: 27px;
    color: #b91434;
    margin: 0 auto;
}

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: 2px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: url(/galerie/1435936.svg)center right 10px no-repeat;
    background-size: 15px;
}

aside.leve_menu a.nadpis_sekce_aktivni {
    background: #006195;
    color: white !important;
}

aside.leve_menu a.clanek_vybrany,
aside.leve_menu .aktivni {
    color: white !important;
    font-weight: 600 !important;
    background: #006195 !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: #ffed99;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a:hover {
    padding-left: 40px !important;
}

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: 2px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a {
    background: url(/galerie/1435933.svg)right 11px center no-repeat;
    background-size: 9px;
    color: #0f6a9b;
    padding-right: 30px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    /* color: white; */
    /* text-decoration: underline; */
    padding-left: 22px;
}

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: #be1e2d url(/galerie/1435934.svg)center right 12px no-repeat;
    background-size: 16px;
    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;
    /* background: #236bb3; */
    box-sizing: border-box;
    padding: 7px 18px;
    color: #006195;
    background: url(/galerie/1435931.svg)center right 12px no-repeat;
    background-size: 16px;
    padding-right: 34px;
}

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: #0f699a;
    padding: 7px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 600;
    /* border-bottom: 4px solid #0952bb; */
    /* background: #efefef; */
    font-size: 19px;
    text-decoration: underline;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    /* color: #006195; */
    /* text-decoration: underline; */
    padding-left: 22px !important;
}

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 {
    text-align: left;
    color: #b91434;
    padding: 17px 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
}

article.cely_clanek a.primarni_obrazek_clanku {}

article.cely_clanek a.primarni_obrazek_clanku img {
    width: 25%;
    display: inline-block;
    object-fit: cover;
    opacity: 1;
    float: right;
    margin-bottom: 30px;
    margin-left: 5%;
}

article.cely_clanek a.primarni_obrazek_clanku img:hover {}

article.cely_clanek div.popis_clanku {
    width: 100%;
    max-width: 70%;
    display: inline-block;
    float: left;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    margin-left: 0;
    margin-bottom: 22px;
}

article.cely_clanek .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100%;
}

article.cely_clanek div.popis_clanku p {
    line-height: 170%;
    text-align: left;
    font-size: 15px;
}

article.cely_clanek div.clanek p,
article.cely_clanek p {
    line-height: 150%;
    margin: 10px 0;
}

article.cely_clanek div.clanek p img {
    max-width: 100%
}

article.cely_clanek div.clanek hr {}

article.cely_clanek div.clanek a {
    color: #0952bb;
    text-decoration: underline;
}

article.cely_clanek div.clanek ul,
article.podrobny_popis_akce ul {}

article.cely_clanek div.clanek ul li {
    margin-bottom: 0.3em;
}

article.cely_clanek div.clanek ol {
    margin-left: 30px
}

article.cely_clanek div.clanek h3,
article.cely_clanek div.clanek h3 a,
article.cely_clanek h3 {
    font-size: 22px;
    margin: 16px 0 16px;
    color: #006195;
    line-height: 150%;
    font-weight: 600;
}

article.cely_clanek div.clanek h4,
article.cely_clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #006195;
    font-weight: 600;
}

article.cely_clanek div.clanek h4 a,
article.cely_clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #006195;
}

article.cely_clanek table,
article.clanek_akce table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

article.cely_clanek div.clanek table th,
article.clanek_akce table th {
    background: #006195;
    padding: 10px;
    border: 1px solid #006195;
    color: #ffffff;
}

article.cely_clanek div.clanek table tr:nth-child(even),
article.clanek_akce table tr:nth-child(even) {}

article.cely_clanek div.clanek table tr td,
article.clanek_akce table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
}

article.cely_clanek div.clanek table tr td.vypis_osob_odbor {
    background: #e0efff;
}

article.clanek_akce textarea {
    border: 1px solid #1a5689;
    padding: 15px;
    box-sizing: border-box;
}

article.cely_clanek div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/1436194.svg)center left no-repeat;
    background-size: 25px;
    height: 25px;
    padding-left: 32px;
    margin-right: 15px;
    margin-top: 30px;
    width: 100%
}

article.cely_clanek .nahled_tisk a,
article.cely_clanek div.nahled_tisk a {
    color: #236bb3;
    font-weight: bold;
}

article.cely_clanek .info_podclankem {
    display: block;
    margin: 10px 0;
}

article.cely_clanek .info_podclankem .pocet_precteni {
    display: none;
}

article.cely_clanek .info_podclankem .autor {
    /*    display: none;*/
}

div.clanek a {
    color: #0952bb;
    text-decoration: underline;
}


/* -------------------------   -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: #b91434;
    border-bottom: 3px solid #b91434;
    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);
    transform: scale(1.05);
    /* 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;
}


/* ---------------   -SERIAL CLANKU   ---------------------------*/

div.dil_serialu_celek_obal {
    clear: both;
    height: auto;
    margin-top: 25px;
}

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 {
    border-bottom: 1px solid #006195;
    margin-bottom: 15px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu {
    margin-bottom: 6px;
    font-size: 18px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a {
    color: #006195;
    text-decoration: underline;
    font-weight: 700;
    font-size: 23px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu 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;
    max-width: 150px;
    height: auto;
}

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 {
    color: #006195;
    font-weight: 700;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a: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 {}


/* ------------------------ -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: #f8f8f8;
    /* border-radius: 5px; */
    padding: 15px 2%;
    margin-bottom: 30px;
    color: #3d3d3d;
}

div.gdpr_aktuality p {
    margin: 15px 0;
    color: #303030;
}

div.gdpr_aktuality a {
    color: #006195;
}


/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy {
    margin-bottom: 25px;
}

.hlavni_odkazy a.tlacitko_hlavni {
    display: inline-block;
    padding: 5px 15px;
    background-color: #686868;
    color: white !important;
    margin: 5px 0;
    text-decoration: none;
    /* border-radius: 5px; */
}

.hlavni_odkazy a.tlacitko_hlavni:hover {
    background: #006195;
    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 textarea,
fieldset selec {
    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: #006195;
    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: #006195;
    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
}


/* ------------------------ -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;
    display: none;
}

aside.events_calendar_menu .kalendar {
    margin-bottom: 15px;
    margin-top: 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/1436260.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/1435932.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: #b91434;
}

.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: #006195;
    text-transform: uppercase;
    font-size: 181%;
    font-weight: 400;
    /* padding: 10px; */
    text-align: center;
    height: 50px;
    width: 50px;
    opacity: 1;
}

.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: #b91434;
    color: white;
}

.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: #006195;
    /* 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/1435888.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: #006195;
    color: white;
    box-sizing: border-box;
    padding: 20px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text {
    background: #b91434;
}

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: #be1e2d;
    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: 70%;
    /*    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: #1e73a0;
    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: #006195;
    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;
}


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

input#find_in_redakce {
    padding: 10px;
    /* border: 1px solid black; */
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek {}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    margin-bottom: 15px;
    font-size: 22px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    color: #006195;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a:hover {
    /* color: #b91434; */
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
    color: #006195;
    FONT-WEIGHT: 600;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a img {
    margin-bottom: 18px;
    max-width: 160px;
    float: left;
    margin-right: 15px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    margin-bottom: 18px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span {
    /* display: none; */
}

.starsi_novejsi,
.predchozi_dalsi {
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #006195 !important;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #006195 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: #006195 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.prechozi {
    background: #686868;
    padding: 10px 20px;
    font-weight: 700;
    color: #006195 !important;
    border-radius: 5px;
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    /* background: #686868; */
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: 700;
    color: #006195 !important;
    border-radius: 5px;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}


/* ------------------------ -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;
}


/* ------------------------ -DISKUZE FAQ ------------------------------------------*/

.prihlaseni p {
    margin-bottom: 10px;
}

div.faq p {
    margin: 10px 0;
}

div.faq fieldset {
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}

div.hlavni_odk_diskuze {
    /* clear: both; */
    /* padding: 0.5em 1em; */
    margin: 10px 0;
    text-align: left;
    font-weight: bold;
    /* background: #d4d4d4; */
    border-radius: 10px;
}

div.hlavni_odk_diskuze a {
    color: #ffffff;
    display: inline-block;
    background: #006195;
    padding: 5px 15px;
    /* border-radius: 10px; */
}

div.prispevek_celek {
    margin-top: 1.5em;
    font-size: 1em;
    width: 100%;
    border-top-left-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    background: #f8fbff;
}

div.hlavicka_prispevku {
    background-color: #e4ecf0;
}

h5.nadpis_prispevku {
    color: white;
    padding: 0.5em 15px;
    margin: 0em;
    font-size: medium;
    background-color: #b91434;
}

div.autor_cas_prispevku {
    padding: 0.5em 15px;
    color: #16386b;
    font-weight: 700;
}

div.text_prispevku {
    padding: 1em 15px;
    line-height: 150%;
}

div.odkazy_prispevku {
    padding: 0.5em 15px;
    text-align: left;
    border-top: 2px solid white;
}

div.odkazy_prispevku a {
    color: #005E80;
    padding: 0.2em 10px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

legend.nadpis_bloku {
    height: auto;
    padding: 10px 25px;
    border-bottom: 0;
}

.faq_anotace {
    margin: 25px 0 !important;
}


/* ------------------------ -ZIVOTNI SITUACE ------------------------------------------*/

.zobrazeni_situaci {
    text-align: right;
    float: right;
}

.zpet_na_situace {
    float: left;
}

div.situace_vypis {
    clear: both;
}

div.situace_vypis h2 {
    color: #b91434;
    line-height: 130%;
    margin-bottom: 15px;
    font-size: 30px;
}

.zobrazeni_situaci a,
.zpet_na_situace a {
    display: inline-block;
    background: #686868;
    padding: 5px 10px;
    color: white;
    margin-bottom: 15px;
    /* border-radius: 0 0 5px 5px; */
}

.zobrazeni_situaci a:first-of-type {
    margin-left: 15px;
}

.zobrazeni_situaci a:hover,
.zpet_na_situace a:hover {
    background: #006195;
    color: white;
}


/* --------------- KALENDAR  ---------------*/

div#bs_common_calendar {
    border: 1px solid silver !important;
}

div#bs_common_calendar .calendar {
    padding: 20px;
    text-align: center;
}

div#bs_common_calendar .calendar strong {
    color: #4e4e4e;
}

div#bs_common_calendar .calendar a.zavrit {
    position: absolute;
    display: block;
    right: 0px;
    top: 9px;
    width: 25px;
    height: 25px;
    background: #b91434;
    /* border-radius: 6px; */
    color: white;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
}

div#bs_common_calendar .calendar div.vyber_rok_mesic {}

div#bs_common_calendar .calendar div.vyber_rok_mesic a {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #4e4e4e;
    line-height: 20px;
    color: white;
    /* border-radius: 12px; */
    margin-top: 3px;
    font-size: 16px;
    text-decoration: none;
    vertical-align: bottom;
}

div#bs_common_calendar .calendar table {
    margin-top: 10px;
}

div#bs_common_calendar .calendar table th {}

div#bs_common_calendar .calendar table tr {}

div#bs_common_calendar .calendar table tr td {
    padding: 5px;
}

div#bs_common_calendar .calendar table tr td a {
    color: black;
}


/* ------------------------ -NAVIGACE ------------------------------------------*/

a.navigovat_misto {
    background: #b91434 url(/galerie/1439410.svg) 2px center no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    font-size: 17px;
    padding: 1px 10px 1px 39px;
    margin: 2px 0px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 1px 1px 2px silver;
    text-decoration: none;
}

a.mala_ikona {
    width: 30px;
    height: 24px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background: #b91434 url(/galerie/1439410.svg) 0px center no-repeat;
}

a.navigovat_misto span {
    display: block;
    padding-top: 30px;
}

.vyhledany_text_celek a.navigovat_misto {
    position: absolute;
    right: 72px;
}

div.situace_vypis div.vyhledany_text_celek a.navigovat_misto {
    position: unset;
}


/* ------------------------ -LOGIN ------------------------------------------*/

.login {}

.login h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.login h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.login fieldset table td {
    vertical-align: baseline;
}

.hlavni_odk_profil {
    margin: 10px 0;
}

.hlavni_odk_profil a {
    display: inline-block;
    padding: 5px 15px;
    background: #006195;
    color: white;
}

.hlavni_odk_profil a:hover {
    background: #b91434;
    color: white;
}


/* ------------------------ POPUP DATA CONTAINER ------------------------------------------*/

div.as4uPopupDataContainer {
    max-height: 80vh;
    margin-top: 36px;
    /* border-radius: 28px; */
    overflow: hidden;
    padding: 42px 15px 20px 15px;
    border: 0px;
    -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);
}

div.as4uPopupDataContainer .as4uPopupLista .inner {
    padding: 0px;
    height: 30px;
}

div.as4uPopupDataContainer .as4uPopupLista .inner .inner2 {
    background: transparent;
    height: 30px;
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn {
    /*padding-top: 15px;*/
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn h2 {
    margin: 5px 0 5px;
    color: #575755;
}

div.as4uPopupDataContainer .as4uPopupClose {
    position: relative;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/galerie/1435906.svg) center center no-repeat;
    background-size: 20px;
    z-index: 20;
    float: right;
    /* border-radius: 9px; */
}

div.as4uPopupDataContainer .as4uPopupClose:hover {
    /* background-color: #083d4f; */
}

div.as4uPopupDataContainer .poznamka_stala {
    margin: 20px 0;
}

div.as4u_adrfiles_table,
div.as4u_adrfiles_tablesubfolders,
div.as4u_adrfiles_tablesubfoldersasc,
div.as4u_adrfiles_tablesubfoldersdesc,
div.as4u_adrfiles_tablesubfolders table,
div.as4u_adrfiles_tablesubfoldersdesc table,
div.as4u_adrfiles_tablesubfoldersasc table,
div.as4u_adrfiles_table table {
    width: 100%;
}

div.as4u_adrfiles_table td,
div.as4u_adrfiles_tablesubfoldersasc td,
div.as4u_adrfiles_tablesubfoldersdesc td,
div.as4u_adrfiles_tablesubfolders td,
div.as4u_adrfiles_table th,
div.as4u_adrfiles_tablesubfoldersasc th,
div.as4u_adrfiles_tablesubfoldersdesc th,
div.as4u_adrfiles_tablesubfolders th {
    width: 25%;
    text-align: left;
}

div.as4u_adrfiles_table td:first-of-type,
div.as4u_adrfiles_tablesubfoldersasc td:first-of-type,
div.as4u_adrfiles_tablesubfoldersdesc td:first-of-type,
div.as4u_adrfiles_tablesubfolders td:first-of-type,
div.as4u_adrfiles_table th:first-of-type,
div.as4u_adrfiles_tablesubfoldersasc th:first-of-type,
div.as4u_adrfiles_tablesubfoldersdesc th:first-of-type,
div.as4u_adrfiles_tablesubfolders th:first-of-type {
    width: 75%;
    text-align: left;
}


/* ------------------------ -POPUP OKNO ------------------------------------------*/

.pop_up_okno {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_up_okno .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #194b76;
    opacity: 0.95;
    z-index: 1;
}

.popup_content {
    position: relative;
    border-radius: 8px;
    z-index: 2;
    width: 86%;
    max-width: 816px;
    text-align: center;
}

.popup_content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

.close_popup {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 9px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transform: translate(100%, 0);
    background: #194b76;
}

.popup_action {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 40px;
    background: #ffffffd6;
    color: #ba1b39;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}


/* clanek img */

.clanek p img,
.clanek>img {
    max-width: 100%;
}


/* ------------------------ -RESPONZIVITA ------------------------------------------*/

@media screen and (max-width: 1120px) {
    header .header_obsah .top_nav a.logo {
        width: 300px;
    }
    header .header_obsah .top_nav nav.top_menu ul li a {
        font-size: 19px;
    }
    .as4u_responzive_table {
        width: 100%;
        overflow: auto;
    }
    div.clanek_body div.clanek table,
    article.clanek_akce table {
        width: 100%;
        overflow: auto;
        display: block;
    }
    fieldset.aplikace table tbody {
        display: block;
        width: 100%;
    }
    fieldset.aplikace table tr {
        display: block;
        width: 100%;
    }
    fieldset.aplikace table tr td {
        display: block;
        text-align: center;
        padding: 3px !important;
    }
}

@media screen and (max-width: 960px) {
    section.aktuality,
    section.kalendar,
    section.zajimavosti,
    footer section.sloupce {
        padding: 25px 1%;
        /* text-align: center; */
    }
    section.aktuality div.aktuality_vypis,
    section.kalendar div.kalendar_vypis,
    section.zajimavosti div.zajimavosti_vypis {
        flex-wrap: wrap;
    }
    section.aktuality article.aktualita,
    section.kalendar article.akce {
        width: 48%;
        margin-bottom: 40px;
    }
    section.zajimavosti a.dlazdice {
        width: 48%;
        margin-bottom: 20px;
    }
    section.zajimavosti a.dlazdice {
        font-size: 20px;
    }
    footer section.sloupce {
        flex-wrap: wrap;
        justify-content: center;
    }
    footer section.sloupce div.sloupec {
        width: 240px;
        position: relative;
        margin: 0;
        margin-bottom: 30px;
    }
    footer .paticka_obal .obsah a.logo {
        float: left;
        margin-right: 200px;
        margin-bottom: 60px;
    }
    .close_popup {
        transform: translate(0, -100%);
    }
    .popup_content {
        width: 95%;
    }
}

@media screen and (max-width: 900px) {
    header .header_obsah .top_nav {
        position: fixed;
        background: white;
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
        /* padding: 10px; */
        /* padding-top: 73px; */
        box-sizing: border-box;
    }
    header .header_obsah .top_nav .obsah {
        position: relative;
        height: 100%;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        padding-top: 73px;
    }
    header .header_obsah .top_nav a.logo {
        background: url(/galerie/1435889.svg)center center no-repeat;
        background-size: contain;
        width: 190px;
    }
    header {
        height: auto;
        padding-top: 440px;
    }
    header.subakce {
        padding-top: 0;
        height: 120px;
    }
    header .header_obsah {
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
    }
    header figure.slider div.titulka_bgr_obr {
        top: 120px;
        height: 320px;
    }
    header div.odkazy {
        position: relative;
        left: unset;
        transform: translate(0, 0);
        bottom: unset;
        width: 100%;
        height: auto;
        background: white;
        z-index: 2;
    }
    header div.odkazy .obsah {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    header div.odkazy .odkaz_obal {
        width: 26%;
        height: 140px;
        margin: 0;
    }
    header div.odkazy .odkaz_obal a.odkaz span.obrazek_odkazu {
        width: 40px;
        height: 40px;
    }
    header div.mobile_menu {
        display: block;
        position: fixed;
        top: 9px;
        right: 10px;
        width: 45px;
        height: 45px;
        background: #ffffff url(/galerie/1435903.svg)center center no-repeat;
        background-size: 62%;
        border-radius: 13px;
        border: 1px solid #be1e2d;
    }
    /*    ------------------------- -MOBILNI MENU ------------------*/
    header.subakce .obal_navigace_velky {
        display: none !important;
    }
    div.obal_navigace_velky {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 120px;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: -1;
        background: #e3f5ff;
    }
    nav.top_menu {
        box-sizing: border-box;
        padding-top: 27px;
        top: 0;
        left: 0;
    }
    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 .header_obsah .top_nav nav.top_menu ul li:last-of-type {
        border-right: 3px solid #b91434;
    }
    /* ------------------------ -MOBILE MENU clanek ------------------------------------------*/
    aside.leve_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 120px;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 2;
        background: #e3f5ff;
        margin-top: 0;
        border-radius: 0;
    }
    aside.leve_menu .sloupec_navigace {
        /*        overflow: scroll;*/
        box-sizing: border-box;
        padding-top: 25px;
        max-width: 590px;
        margin-bottom: 200px;
    }
    /* ------------------------ -MOBILE MENU akce ------------------------------------------*/
    aside.events_calendar_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 120px;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 2;
        background: #e3f5ff;
        margin-top: 0;
        border-radius: 0;
    }
    aside.events_calendar_menu .menu_obsah {
        overflow: scroll;
        box-sizing: border-box;
        padding-top: 25px;
        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;
    }
    section.aktuality h2.nadpis_sekce {
        float: none;
        width: 100%;
    }
    .nadpis_sekce_tit {
        text-align: center;
    }
    a.more.big {
        display: inline-block;
        float: none;
        white-space: nowrap;
        margin: 5px 10px;
    }
}

@media screen and (max-width: 630px) {
    header .header_obsah .top_nav a.logo {
        width: 190px;
        height: 45px;
        left: 0px;
        transform: translate(0);
        top: 13px;
    }
    h2.nadpis_clanku,
    h2.nadpis_aktualit,
    h1.nadpis_clanku {
        font-size: 30px;
    }
    article.cely_clanek a.primarni_obrazek_clanku img {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 380px;
        float: none;
    }
    article.cely_clanek a.primarni_obrazek_clanku {
        display: block;
        width: 100%;
        text-align: center;
    }
    article.cely_clanek div.popis_clanku {
        max-width: 100%;
        box-sizing: border-box;
        float: none;
    }
    .vyhledany_text_celek_obal a.primarni_obrazek_vyhledavani {
        width: 100%;
        float: none;
        display: block;
        text-align: left;
    }
    .vyhledany_text_celek_obal .vyhledany_text_celek a img {
        margin-bottom: 18px;
        max-width: 160px;
        float: none;
        margin-right: 0;
    }
    .zobrazeni_situaci {
        width: 100%;
        text-align: center;
    }
    .zobrazeni_situaci a:first-of-type {
        margin-left: 0;
    }
    .zobrazeni_situaci a,
    .zpet_na_situace a {
        display: block;
        padding: 5px 10px;
        margin-bottom: 15px;
        /* border-radius: 5px; */
        text-align: center;
    }
    .zpet_na_situace {
        float: left;
        width: 100%;
    }
    .vyhledany_text_celek_obal {
        padding: 19px 0;
    }
}

@media screen and (max-width: 550px) {
    article.akce_vypis section.akce_celek_obal {
        width: 100%;
    }
    .hlavni_odkazy a.tlacitko_hlavni {
        display: block;
        margin: 9px 0px;
        text-align: center;
    }
}

@media screen and (max-width: 470px) {
    header div.odkazy .odkaz_obal {
        width: 50%;
        height: 140px;
        margin: 0;
    }
    footer .paticka_obal .obsah {
        padding: 30px 5%;
        box-sizing: border-box;
    }
    footer .paticka_obal .obsah a.logo {
        float: left;
        margin-right: 0;
        margin-bottom: 60px;
        width: 100%;
    }
    footer .paticka_obal .obsah .sloupec {
        float: left;
        margin: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    footer .paticka_obal .obsah .sloupec * {
        max-width: 300px;
        margin-left: 0;
    }
    h2.nadpis_sekce {
        width: 100%;
        text-align: center;
    }
    section.aktuality div.aktuality_vypis,
    section.kalendar div.kalendar_vypis,
    section.zajimavosti div.zajimavosti_vypis {
        flex-wrap: wrap;
        justify-content: center;
        text-align: left;
    }
    section.aktuality article.aktualita,
    section.kalendar article.akce {
        width: 100%;
        margin-bottom: 40px;
        max-width: 320px;
    }
    section.zajimavosti a.dlazdice {
        width: 100%;
        max-width: 320px;
    }
    footer section.sloupce div.sloupec {
        width: 95%;
        max-width: 320px;
    }
    article.clanek_akce .obrazek img {
        width: 100%;
        height: auto;
        object-fit: cover;
        float: left;
        padding: 0;
        box-sizing: border-box;
        margin-bottom: 20px;
    }
    .page_size {
        width: 95%;
        max-width: 1400px;
        box-sizing: border-box;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 50%;
        height: 174px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    header div.odkazy .odkaz_obal a.odkaz {
        justify-content: space-between;
    }
}