@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=latin-ext');
:root {
    --main-color: #294a73;
    --text-color: #525252;
    --transp-color: rgba(41, 74, 115, 0.85);
    --box-shadow: 14px 14px 15px -4px rgba(0, 0, 0, 0.15);
    --box-shadow-hov: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    --hov-color: #cf0018;
    --sec-color: #e2001a;
    --sec-transp-color: rgba(226, 0, 26, 0.85);
    --topnav-height: 80px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 14px;
    overflow-x: hidden;
    background: white;
}

main {
    position: relative;
    width: 100%;
}

* {
    font-family: 'Roboto', 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: none;
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
}

h2 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    color: var(--main-color);
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    margin: 10px 0 15px;
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B39;
    font-family: 'Roboto', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: underline;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
    text-decoration: none !important;
}

h5 {}

h6 {}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: var(--text-color);
    line-height: 160%;
    margin-bottom: 15px
}

strong {
    font-weight: bold;
}

li {}

a {
    font-size: 15px;
    color: #072d78;
}

table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

table tr {}

table tr th {
    background: var(--main-color);
    padding: 10px;
    border: 1px solid #3c5e8a;
    color: #ffffff;
}

table tr th * {
    color: #ffffff;
}

table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #dfdfdf;
}

@media screen and (max-width: 1100px) {
    .as4u_responzive_table {
        width: 100%;
        overflow: scroll;
    }
}


/*---------------------------- -ANIMACE -------------------------------*/

.load {
    opacity: 1;
    animation-name: load;
    animation-duration: 550ms;
    animation-delay: 250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

@keyframes load {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes load_header {
    from {
        opacity: 0;
        transform: translate(0, -100%);
    }
    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}


/*---------------------------- -SPOLECNE CLASSY -------------------------------*/

.page_size {
    width: 95% !important;
    max-width: 1720px;
    box-sizing: border-box;
}

.stranka_subakce {
    box-sizing: border-box;
    padding-bottom: 150px;
}

.active {
    display: block !important;
    transform: translate(0, 0) !important;
}

.active_f {
    display: flex !important;
    transform: translate(0, 0) !important;
}

.no_active {
    display: none !important;
}

.noscroll {
    overflow: hidden;
}

.obal_odkazu {
    text-align: center;
}

.obal_odkazu a {
    margin: 0 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    padding: 12px 35px;
    background: transparent;
    color: var(--main-color);
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    border: 1px solid var(--main-color);
    height: 45px;
}

.btn.gray {
    color: var(--text-color);
    border: 1px solid var(--text-color);
}

.btn:hover {
    background: var(--transp-color);
    color: white;
    border: 1px solid transparent;
}

.btn.gray:hover {
    background: var(--text-color);
    color: white;
    border: 1px solid transparent;
}

.btn.bily:hover {
    background: var(--transp-color) !important;
    border: 2px solid var(--transp-color);
    color: black;
}

.btn_more {
    color: var(--main-color);
    font-weight: 600;
    text-decoration: underline;
}

.btn_more:hover {
    text-decoration: none;
}


/* sipky */

.sipka {
    display: block;
    width: 55px;
    height: 55px;
    border: 2px solid var(--text-color);
    box-sizing: border-box;
    background-size: 60% 60% !important;
}

.sipka.leva {
    background: url(/galerie/sipka_leva.svg) center no-repeat;
}

.sipka.prava {
    background: url(/galerie/1749799.svg) center no-repeat;
}

.sipka.cerna {
    border: 2px solid transparent;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.sipka.prava.cerna {
    background: url(/galerie/1749799.svg) center no-repeat;
}

.sipka.cerna:hover {
    border: 2px solid transparent;
    background-color: rgba(0, 0, 0, 0.70) !important;
}

.sipka:hover {
    background-color: rgba(0, 0, 0, 0.70) !important;
    border: 2px solid transparent;
}

.sipka.leva:hover {
    background: url(/galerie/sipka_leva.svg) center no-repeat;
}

.sipka.prava:hover {
    background: url(/galerie/1749799.svg) center no-repeat;
}


/* nadpis sekce */

div.nadpis_sekce {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3em;
}

div.nadpis_sekce .nadpis {
    margin-left: 0;
}

div.nadpis_sekce h2 {}

div.nadpis_sekce .podnadpis {
    display: block;
}

div.nadpis_sekce h2 a {
    text-decoration: none;
}

div.nadpis_sekce h2 a:hover {
    text-decoration: underline;
}

div.nadpis_sekce div.odkazy {
    display: flex;
    align-items: center;
    margin: 0;
}

div.nadpis_sekce div.odkazy a {
    margin-left: 15px;
    text-decoration: none;
}

div.ovladani {
    display: flex;
    width: auto;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-right: 0;
}

.titulka section {
    margin-bottom: 90px;
}


/*---------------------------- -VYHLEDAVANI -------------------------------*/

div.search_win {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    animation-name: showUp;
    animation-duration: 350ms;
    animation-delay: 50ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
    z-index: 6;
}

div.search_win *,
ul.ui-autocomplete * {
    transition: 0s !important;
}

div.search_win .obsah_v .search_close_clona {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

div.search_win .obsah_v {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 2em;
}

div.search_win span.search_open {
    position: relative;
    margin: 0;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background-size: 55%;
    z-index: 2;
    /* border-radius: 50%; */
    margin-left: 5px;
    background: #d9d9d9 url(/galerie/1606203.svg)center center no-repeat;
    background-size: 50%;
    cursor: pointer;
}

div.search_win span.search_open.close {
    background-size: 50% 50% !important;
}

div.search_win span.search_open.close:hover {
    background-color: #b3b3b3;
}

div.search_win .obsah_v div.vyhledavani_obal {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 400px;
    height: 50px;
    color: #435563;
    margin-left: 15px;
    vertical-align: top;
    margin-right: 0;
    z-index: 2;
    margin: 0;
    background: white;
    /* border-radius: 30px; */
    -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.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani {
    height: 50px;
    width: calc(100% - 50px);
    float: left;
    box-sizing: border-box;
    padding: 0 18px;
    border: 0px;
    background: transparent;
    color: #435563;
    overflow: hidden;
    border-radius: 0;
    font-size: 18px;
    margin: 0;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani::placeholder {
    color: #435563;
}

div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: var(--sec-color) url(/galerie/1749797.svg) center no-repeat;
    background-size: 55%;
    /* border-radius: 50%; */
    overflow: hidden;
    color: transparent !important;
    border: 0;
    cursor: pointer;
    padding: 0;
}

div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat:hover {
    background-color: var(--main-color);
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani:focus::placeholder {
    opacity: 0.6;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani:focus,
div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat:focus {
    outline: none;
}


/*---------------------------- -HLAVICKA -------------------------------*/

header {
    position: relative;
    width: 100%;
    height: 600px;
    padding-top: 50px;
    box-sizing: border-box;
}

header.subakce {
    height: 120px;
    padding-top: 0;
}

header .top_bar {
    position: relative;
    z-index: 5;
    background: rgba(255, 255, 255, 0.85);
    transition: 0s;
}

header.subakce .top_bar,
header.scroll .top_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: unset;
    transition: 0s;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}

header.subakce .top_bar .top_lista,
header.scroll .top_bar .top_lista {
    height: 44px;
    padding: 0;
}

header.subakce .top_bar .top_lista div.search,
header.scroll .top_bar .top_lista div.search {
    margin-left: 0 !important;
}

header.subakce .top_bar .top_lista .odkazy .open p,
header.scroll .top_bar .top_lista .odkazy .open p {
    line-height: 122%;
}

header .top_bar .top_lista {
    display: flex;
    justify-content: flex-end;
    height: 80px;
    box-sizing: border-box;
    padding: 20px;
}

header .top_bar .top_lista a.logo {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(/galerie/1749801.svg) center right no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    box-sizing: border-box;
    padding: 25px;
    padding-right: 90px;
}

header .top_bar .top_lista a.logo img {
    width: auto;
    height: 100%;
}

header .top_bar .top_lista .odkazy {
    margin: 0;
    display: flex;
    align-items: center;
}

header .top_bar .top_lista .odkazy .bar_item {
    margin-left: 10px;
}

header .top_bar .top_lista .odkazy .open {}

header .top_bar .top_lista .odkazy .open a {
    font-weight: 600;
    color: var(--text-color);
}

header .top_bar .top_lista .odkazy .open p {
    margin-bottom: 0;
    text-align: right;
    color: var(--text-color);
}

header .top_bar .top_lista .odkazy .open a {
    text-decoration: none;
}

header .top_bar .top_lista .odkazy .open a:hover {
    text-decoration: underline;
}

header.scroll .top_bar .top_lista .odkazy .open p:nth-of-type(2),
header.subakce .top_bar .top_lista .odkazy .open p:nth-of-type(2) {
    display: none;
}

span.zavreno {
    color: #d70a11;
}

span.otevreno {
    color: #008617;
}

span.brzo_zavre {
    color: #dc5b00;
}

#open_close {
    /* display: none; */
}

header .top_bar .top_lista .odkazy .open span {
    font-weight: 700;
}

header .top_bar .top_lista .hl_asistent {
    display: block;
    width: 44px;
    height: 44px;
    background: #253e5c url(/galerie/1749806.svg) center no-repeat;
    background-size: 50%;
    margin-left: 30px !important;
    cursor: pointer;
}

header .top_bar .top_lista .hl_asistent:hover {
    background-color: var(--hov-color);
}

header .top_bar .top_lista div.search {
    display: block;
    width: 44px;
    height: 44px;
    background: var(--sec-color) url(/galerie/1749797.svg) center no-repeat;
    background-size: 55%;
    cursor: pointer;
}

header .top_bar .top_lista div.search:hover {
    background-color: var(--hov-color);
}

header .top_bar .top_lista div.search span.search_open {}

header .top_bar .top_lista .mobile_menu {}

header .top_bar nav.hlavni {
    height: 50px;
}

header .top_bar nav.hlavni ul.hl {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    background: var(--main-color);
    height: 100%;
}

header .top_bar nav.hlavni ul.hl li.karta {
    position: relative;
    list-style-type: none;
    height: 100%;
    margin: 0;
}

header .top_bar nav.hlavni ul.hl li.karta>a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-decoration: none;
    color: white;
    height: 100%;
    box-sizing: border-box;
    padding: 15px 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--main-color);
}

header .top_bar nav.hlavni ul.hl li.karta:hover>a {
    background: var(--sec-transp-color);
}

header .top_bar nav.hlavni ul.hl li.karta:first-of-type>a {
    border-left: 1px solid transparent;
}

header .top_bar nav.hlavni ul.hl li.karta img {
    margin: 0;
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

header .top_bar nav.hlavni ul.hl li.karta span.nazev {
    color: white;
    margin: 0;
    display: flex;
    text-transform: uppercase;
    font-weight: 500;
}

header .top_bar nav.hlavni ul.hl li.karta span.nazev {}

header .top_bar nav.hlavni ul.hl li.karta ul.sub {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, 100%);
    background: var(--sec-transp-color);
}

header .top_bar nav.hlavni ul.hl li.karta:hover ul.sub {
    display: block;
}

header .top_bar nav.hlavni ul.hl li.karta ul.sub li {
    list-style-type: none;
    display: block;
    width: 100%;
}

header .top_bar nav.hlavni ul.hl li.karta ul.sub li a {
    display: block;
    box-sizing: border-box;
    padding: 7px 25px;
    color: white;
    text-align: center;
    text-decoration: none;
    width: 200px;
}

header .top_bar nav.hlavni ul.hl li.karta ul.sub li a:hover {
    background: var(--transp-color);
}


/*---------------------------- -SLIDER -------------------------------*/

section.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 1;
}

#items {
    width: fit-content;
    display: flex;
    position: relative;
    top: 0;
    left: -100vw;
    height: 100%;
    transition: 0s;
}

#items.shifting {
    transition: left .2s ease-out;
}

.slider,
.slider * {
    /* transition: 0s !important; */
}

.slide {
    position: relative;
    width: 100vw;
    height: 100%;
    cursor: pointer;
    /* float: left; */
    transition: all 1s;
    background: #f3f3f3;
}

.slide picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: -webkit-grab;
}

.slide img:active {
    cursor: -webkit-grabbing;
}

section.slider figure.obrazek {
    position: relative;
}

section.slider figure.obrazek .slide_info {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 100%;
    align-content: flex-end;
    box-sizing: border-box;
    padding: 60px 0.4%;
}

section.slider figure.obrazek .slide_info .sipka {
    width: 40px;
    height: 40px;
    border: 0;
    background: url(/galerie/1749799.svg) center no-repeat;
    background-size: 60%;
    margin-left: 25px;
}


/* ---------- dulezite informace ------------ */

figure.obrazek .slide_info .dulezite_info,
figure.obrazek .slide_info .popis_slidu {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 10px;
    text-align: right;
}

figure.obrazek .slide_info .dulezite_info .obsah,
figure.obrazek .slide_info .popis_slidu .obsah {
    display: inline-flex;
    background: var(--sec-transp-color);
    text-decoration: none;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 70px;
}

figure.obrazek .slide_info .dulezite_info .obsah .info,
figure.obrazek .slide_info .popis_slidu .obsah .info {}

figure.obrazek .slide_info .dulezite_info .obsah .info h3,
figure.obrazek .slide_info .popis_slidu .obsah .info h3 {
    color: white;
    text-decoration: none;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 4px;
}

figure.obrazek .slide_info .dulezite_info .obsah .info span.podnadpis,
figure.obrazek .slide_info .popis_slidu .obsah .info span.podnadpis {
    color: white;
    text-decoration: none;
}

section.slider figure.obrazek .slide_info .dulezite_info .sipka {
    background-color: var(--sec-color) !important;
}


/* ---------- popis slidu ------------ */

figure.obrazek .slide_info .popis_slidu .obsah {
    background: var(--transp-color);
}

section.slider figure.obrazek .slide_info .popis_slidu .sipka {
    background-color: var(--main-color);
}


/*---------------------------- -ODKAZY -------------------------------*/

section.odkazy_dlazdice {
    background: var(--main-color);
    box-sizing: border-box;
    padding: 5px 0;
    position: relative;
    z-index: 3;
}

section.odkazy_dlazdice .vypis {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    transform: translate(0, -38px);
}

section.odkazy_dlazdice .vypis a.banner {
    display: flex;
    align-items: center;
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 16px;
    text-decoration: none;
}

section.odkazy_dlazdice .vypis a.banner:hover {
    background: var(--main-color);
    box-shadow: var(--box-shadow);
}

section.odkazy_dlazdice .vypis a.banner:hover span.text {
    color: white;
}

section.odkazy_dlazdice .vypis a.banner img {
    margin: 0;
    margin-right: 20px;
    width: 40px;
    height: 40px;
}

section.odkazy_dlazdice .vypis a.banner:hover img {
    filter: grayscale(1) brightness(10);
}

section.odkazy_dlazdice .vypis a.banner span.text {
    margin: 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}


/*---------------------------- -DVOJSEKCE -------------------------------*/

.nadpis_sekce .nadpis {
    display: flex;
    align-items: center;
}

.nadpisy_dvojsekce {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 30px;
}

.nadpisy_dvojsekce .nadpis_sekce {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    text-decoration: none;
    box-sizing: border-box;
    padding-bottom: 15px;
    border-bottom: 7px solid var(--main-color);
    width: 30%;
    margin: 0;
}

.nadpisy_dvojsekce a.nadpis_sekce:last-of-type {
    flex-flow: row-reverse;
    flex-wrap: nowrap;
}

.nadpisy_dvojsekce a.nadpis_sekce.aktivni {
    border-bottom: 7px solid var(--sec-color);
    width: 68%;
}

.nadpis_sekce span.ikona {
    margin: 0;
    display: block;
    width: 40px;
    height: 40px;
    background: url(/galerie/1749796.svg) center no-repeat;
    background-size: contain;
    margin-right: 20px;
}

.nadpisy_dvojsekce a.nadpis_sekce:last-of-type span.ikona {
    margin-right: 0;
    margin-left: 20px;
}

.nadpis_sekce .text {
    margin: 0;
}

.nadpis_sekce:last-of-type .text {
    text-align: right;
}

.nadpis_sekce .text h2 {}

.nadpis_sekce span.podnadpis {
    color: var(--main-color);
    font-weight: 500;
}

section.dvojsekce .obsah_dvojsekce .vypis {
    margin-bottom: 45px;
}


/*---------------------------- -IKONY -------------------------------*/

.nadpis_sekce.kalendar_akci span.ikona {
    background: url(/galerie/1749809.svg) center no-repeat;
    background-size: contain;
}

.nadpis_sekce.mapas span.ikona {
    background: url(/galerie/1749802.svg) center no-repeat;
    background-size: contain;
}


/*---------------------------- -AKTUALITY -------------------------------*/

section.aktuality {}

section.dvojsekce .kalendar_akci .vypis,
section.dvojsekce .aktuality .vypis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

article.news .aktuality_vypis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

article.akce,
article.aktualita {
    width: 100%;
    box-sizing: border-box;
}

article.akce figure.obrazek,
article.aktualita figure.obrazek {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
}

article.akce figure.obrazek:hover,
article.aktualita figure.obrazek:hover {
    transform: translate(0, -2px);
}

article.akce figure.obrazek a,
article.aktualita figure.obrazek a {
    display: block;
    width: 100%;
    height: 100%;
}

article.akce figure.obrazek a img,
article.aktualita figure.obrazek a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

article.akce .info,
article.aktualita .info {
    box-sizing: border-box;
}

article.akce .info span.datum,
article.aktualita .info span.datum {
    color: var(--text-color);
    font-size: 15px;
}

article.akce .info h3,
article.aktualita .info h3 {}

article.akce .info h3 a,
article.aktualita .info h3 a {}

article.akce .info .text,
article.aktualita .info .text {
    margin-bottom: 35px;
}

article.akce .info .text *,
article.aktualita .info .text * {}


/*---------------------------- -KALENDAR AKCI -------------------------------*/

article.akce figure.obrazek {
    margin-bottom: 40px;
}

article.akce figure.obrazek a .datum {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 20px;
    color: white;
    background: var(--sec-color);
    transform: translate(0, 50%);
    font-size: 17px;
    font-weight: 600;
}

article.akce .text {
    margin-bottom: 20px !important;
}


/*---------------------------- -MAPA -------------------------------*/

.mapa_in {
    height: 450px;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 3em;
}

.mapa_tut_ctrl {
    position: absolute;
    z-index: 15;
    top: 30%;
    left: 30%;
    background: var(--main-color);
    color: white;
    padding: 1em;
    font-size: 17px;
    width: 40%;
    text-align: center;
    border-radius: 7px;
    box-shadow: 1px 1px 133px 15px;
    line-height: 30px;
}

.mapa_tut_ctrl strong {
    display: inline-block;
    border-left: 1px solid #dce7ff;
    padding: 0px 10px;
    border-radius: 5px;
    background: white;
    color: #354d8d;
    border-top: 1px solid #dce7ff;
    border-right: 3px solid #dce7ff;
    border-bottom: 3px solid #dce7ff;
}

.line_mapa_menu {
    height: auto;
    background: var(--main-color);
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.line_in_var {
    width: 90%;
    max-width: 1300px;
    position: relative;
    margin: auto;
    padding: 2em;
    box-sizing: border-box;
}

.line_mapa_menu .kategorie {
    margin: 0;
    list-style-type: none;
}

.line_mapa_menu .kategorie a {
    display: inline-flex;
    align-items: center;
    color: white;
    box-sizing: border-box;
    padding: 18px;
    padding-left: 40px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.line_mapa_menu .kategorie.aktivni a {
    background-color: var(--sec-color) !important;
}


/* ubytovani */

.line_mapa_menu .kategorie.kat_513 a {
    background: url(/galerie/1752587.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* kultura */

.line_mapa_menu .kategorie.kat_514 a {
    background: url(/galerie/1752582.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* skoly */

.line_mapa_menu .kategorie.kat_515 a {
    background: url(/galerie/1752588.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* turistika */

.line_mapa_menu .kategorie.kat_516 a {
    background: url(/galerie/1752586.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* sport */

.line_mapa_menu .kategorie.kat_517 a {
    background: url(/galerie/1752584.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* spolky */

.line_mapa_menu .kategorie.kat_518 a {
    background: url(/galerie/1752583.svg) left 7px center no-repeat;
    background-size: 20px;
}


/* zdravotnictvi */

.line_mapa_menu .kategorie.kat_519 a {
    background: url(/galerie/1752585.svg) left 7px center no-repeat;
    background-size: 20px;
}

.line_mapa_menu .kategorie a:hover {
    background-color: var(--sec-transp-color);
}

#jsonDataMap,
#lanG {
    display: none;
}


/*---------------------------- -PATICKA -FOOTER -------------------------------*/

footer {
    background-color: var(--main-color);
    box-sizing: border-box;
}

footer .upozorneni_na_mail {
    width: 100%;
    height: auto;
    background: var(--sec-color);
}

footer .upozorneni_na_mail .obsah_up {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 13px 15px;
}

footer .upozorneni_na_mail .obsah_up .formular_zasilani {
    margin: 0;
}

footer .upozorneni_na_mail .obsah_up .formular_zasilani form {}

footer .upozorneni_na_mail .obsah_up .formular_zasilani form input.textpole_akt_email {
    padding: 7px 10px;
    background: transparent;
    border: 1px solid white;
    box-sizing: border-box;
    margin: 0;
}

footer .upozorneni_na_mail .obsah_up .formular_zasilani form input[type="submit"] {
    font-weight: bold;
    text-decoration: underline;
    background: transparent;
    font-size: 15px;
    padding: 7px 15px;
    height: 37px;
    display: inline-block;
    vertical-align: revert;
}

footer .upozorneni_na_mail .obsah_up .formular_zasilani form input[type="submit"]:hover {
    color: white;
    text-decoration: none;
    background: var(--main-color);
}

footer .upozorneni_na_mail .obsah_up p {
    margin: 8px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 20px;
    text-align: right;
}

footer * {
    color: white;
    font-size: 16px;
}

footer a:hover {
    text-decoration: none !important;
}

footer .obsah {
    display: flex;
}

footer .obsah .sloupec {
    margin: 0;
    margin-right: 50px;
    padding: 50px 0;
    box-sizing: border-box;
    line-height: 170%;
}

footer .obsah .sloupec:last-of-type {
    margin-left: auto;
    margin-right: 0;
}

footer .obsah .logo_obal {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 270px;
}

footer .obsah .logo_obal::after {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}

footer .obsah .sloupec h4 {
    margin-bottom: 10px;
}

footer .obsah .sloupec a.logo {
    position: relative;
    z-index: 1;
    display: block;
    margin-right: 50px;
    margin: 0;
}

footer .obsah .sloupec a.logo img {
    width: 190px;
    height: auto;
}

footer .obsah .sloupec .socialni_site {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 100%;
    align-items: center;
}

footer .obsah .sloupec .socialni_site a {
    margin: 0 8px 10px;
    opacity: 0.9;
}

footer .obsah .sloupec .socialni_site a:hover {
    opacity: 1;
}

footer .obsah .sloupec.kontakty {
    display: block;
    flex-wrap: wrap;
    text-align: right;
}

footer .obsah .sloupec.kontakty * {
    color: rgba(255, 255, 255, 0.9)
}

footer .obsah .sloupec a:hover {
    color: white;
}

footer .obsah .sloupec.kontakty li {
    list-style-type: none;
}

footer .prihlaseni a {
    display: inline-block;
    margin-left: 8px;
}


/*---------------------------- -CLANEK --------------------------------------*/

article.clanek_body,
article.events.detail {
    width: 73%;
    float: left;
    position: relative;
    max-width: 900px;
    margin-left: 2%;
    animation-name: showUp;
    animation-duration: 550ms;
    animation-delay: 250ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

article.events {
    max-width: unset;
}

article.clanek_body .clanek img {
    max-width: 100%;
}

article.clanek_body.clanek_apky_galerie {
    max-width: none;
}

h2.nadpis_clanku,
h2.nadpis_aktualit,
h1.nadpis_clanku {
    text-align: left;
    color: var(--main-color);
    /* font-weight: 600; */
    margin: 5px 0 25px;
    /* font-size: 27px; */
    line-height: 130%;
    padding-right: 150px;
}

h2.nadpis_aktualit {
    margin-bottom: 15px;
    width: 100%;
}

article.clanek_body a.primarni_obrazek_clanku {
    display: block;
    width: 250px;
    float: right;
    margin: 0 0 20px 2.5em;
    overflow: hidden;
}

article.clanek_body a.primarni_obrazek_clanku img {
    width: 100%;
    height: auto;
}

article.clanek_body a.primarni_obrazek_clanku img:hover {
    transform: scale(1.02);
}

article.clanek_body div.popis_clanku {
    font-weight: bold;
    margin-bottom: 15px;
}

article.clanek_body div.popis_clanku * {
    font-size: 16px;
    color: #525252;
}

article.clanek_body div.popis_clanku a {
    color: #072d78;
}

article.clanek_body ul,
article.clanek_body ol {
    margin-left: 2.5em;
}

article.clanek_body ul li,
article.clanek_body ol li {
    margin-bottom: 0.3em;
}

article.clanek_body div.nahled_tisk,
article.clanek_body div.nahled_tisk {
    background-size: 18px;
    margin-top: 5em;
    width: 100%;
    clear: both;
}

article.clanek_body .nahled_tisk:hover a {}

article.clanek_body .nahled_tisk a:hover {
    text-decoration: underline;
    background: var(--hov-color);
}

article.clanek_body .nahled_tisk a,
article.clanek_body div.nahled_tisk a {
    display: inline-block;
    background: var(--main-color);
    background-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 -6px 6px 0;
    box-sizing: border-box;
    padding: 5px 15px;
    border-radius: var(--bor-radius);
    text-decoration: none;
}

article.clanek_body .info_podclankem {
    display: block;
    margin: 10px 0;
    /*    display: none;*/
}

article.clanek_body .info_podclankem .pocet_precteni {
    display: none;
}

article.clanek_body .info_podclankem .autor {
    /*    display: none;*/
}

article.clanek_body .tagy,
article.clanek_body .tagy_clanek {
    margin: 10px 0;
}

article.clanek_body .tagy span.tag_title,
article.clanek_body .tagy_clanek span.tag_title {
    /*    display: none;*/
}

article.clanek_body .tagy span.tag_kontejner,
article.clanek_body .tagy_clanek span.tag_kontejner {
    color: transparent;
}

article.clanek_body .tagy span.tag_kontejner span.tag_item,
article.clanek_body .tagy_clanek span.tag_kontejner span.tag_item {}

article.clanek_body .tagy span.tag_kontejner span.tag_item a,
article.clanek_body .tagy_clanek span.tag_kontejner span.tag_item a {
    display: inline-block;
    background: #eaeaea;
    color: #676767;
    /* border-radius: 5px; */
    margin: 0 -6px 6px 0;
    box-sizing: border-box;
    padding: 3px 10px;
    font-weight: 600;
}

article.clanek_body .tagy span.tag_kontejner span.tag_item a:hover,
article.clanek_body .tagy_clanek span.tag_kontejner span.tag_item a:hover {
    background: #b7d9ef;
    color: #313131;
}


/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.fotogalerie_clanku_obal {
    width: 100%;
    margin-bottom: 60px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    position: relative;
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 25px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    width: 100%;
    /* padding: 10px 15px; */
    /* font-weight: bDpx; */
    color: var(--main-color);
    /* background: #eef4fc url(/galerie/1653084.svg) left 12px center no-repeat; */
    /* background-size: 26px; */
    box-sizing: border-box;
    /* padding-left: 57px; */
    /* margin-bottom: 8px; */
    /* font-weight: 500; */
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    /* background: #0065A6; */
    /* padding: 8px 15px; */
    /* border-radius: 12px; */
    color: white;
}

.fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    /* display: block; */
    /* width: 100%; */
    /* font-weight: bold; */
    /* margin: 1em 0; */
    /* position: absolute; */
    /* left: 8px; */
    /* bottom: 0; */
    /* transform: translate(0, 100%); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: 25%;
    height: 200px;
    padding: 5px;
    box-sizing: border-box;
    margin: 0;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {
    transform: scale(1.05);
    position: relative;
    z-index: 2;
}

.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,
div.vyhledany_text_celek_obal {
    width: 100%;
    padding: 10px 0 20px;
    box-sizing: border-box;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
    margin-left: 0;
}

div.dil_serialu_celek_obal:hover,
div.vyhledany_text_celek_obal:hover {}

div.dil_serialu_celek_obal .dil_serialu_celek,
div.vyhledany_text_celek_obal .vyhledany_text_celek {
    position: relative;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu,
div.vyhledany_text_celek_obal .vyhledany_text_celek h3 {
    position: relative;
    display: block;
    margin-top: 0;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a,
div.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    /* color: inherit; */
    /* color: #3B3B39; */
}

div.dil_serialu_celek_obal .dil_serialu_celek:hover h3.nadpis_dilu_serialu a,
div.vyhledany_text_celek_obal .vyhledany_text_celek:hover h3 a {
    color: var(--main-color);
}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani,
div.vyhledany_text_celek_obal .vyhledany_text_celek a.primarni_obrazek_vyhledavani {}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img,
div.vyhledany_text_celek_obal .vyhledany_text_celek a.primarni_obrazek_vyhledavani img {
    width: 100%;
    height: 140px;
    margin-bottom: 1.5em;
    max-width: 210px;
    float: left;
    margin-right: 15px;
    object-fit: contain;
    object-position: top left;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.popis_dilu_serialu,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    /* display: none; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_clanek_body,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_clanek_body {
    text-align: left;
    margin: 4px 0 15px;
}

.cleaner_dil_serialu,
.cleaner_vyhledany_text {
    height: 0;
    clear: both;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek {
    margin: 10px 0;
    text-align: left;
    /* font-size: 0.0001em; */
    /* clear: both; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.datum_vytvoreni {
    color: #707070;
    /* display: none; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.pocet_precteni,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
    color: #707070;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.autor,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.autor {
    display: none;
    color: #707070;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.cely_clanek {
    /* color: transparent; */
    /* font-size: 0.0001em; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a.odkaz_cely_clanek,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek a.cely_clanek {
    font-weight: bold;
    color: var(--main-color);
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a.odkaz_cely_clanek:hover,
div.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek a.cely_clanek:hover {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek div.cleaner_dil_serialu {}


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    /* text-align: center; */
    padding: 0;
    box-sizing: border-box;
}

input#find_in_redakce {
    /*    padding: 0 10px;*/
    /* border: 1px solid black; */
}

.starsi_novejsi,
.predchozi_dalsi {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 8px 0;
    color: var(--text-color) !important;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    text-decoration: none !important;
    font-weight: 700;
    background: transparent;
    color: white !important;
    border-radius: var(--bor-radius);
    background: var(--main-color);
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: var(--text-color) !important;
    text-decoration: none !important;
    border-radius: var(--bor-radius);
    font-weight: 700;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.predchozi {
    background: transparent;
    padding: 10px 20px;
    font-weight: 700;
    border-radius: var(--bor-radius);
    margin-left: 10px;
    color: white !important;
    background: var(--main-color);
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    background: transparent;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    border-radius: var(--bor-radius);
    margin: 0 10px 10px 0;
    color: white !important;
    background: var(--main-color);
}

.starsi_novejsi a:hover {
    text-decoration: underline !important;
    background: var(--main-color);
    color: white !important;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 10px 0 12px;
    height: auto;
    overflow: hidden;
    /* float: right; */
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 10px;
}

.cesta_ke_clanku a {
    color: #4c4c4c;
    display: inline-block;
    text-decoration: none;
    transition: .2s;
    font-weight: normal;
    /* text-decoration: underline; */
}

.cesta_ke_clanku a.odkaz_domu {
    padding-left: 0;
    /*    background: url(/galerie/1505843.svg)left center no-repeat;*/
    background-size: 17px;
}

.cesta_ke_clanku a.zpet {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 12px;
    color: #595959;
    margin-bottom: 5px;
    padding-left: 34px;
    /*    background: url(/galerie/1460244.svg)left 5px center no-repeat;*/
    background-size: 20px;
    font-weight: 500;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
}

.cesta_ke_clanku a.zpet:hover {
    color: #1c3d8a;
    /*    background: url(/galerie/1460243.svg)left 5px center no-repeat;*/
    background-size: 20px;
    border: 1px solid #1c3d8a;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
    color: #1c3d8a;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
    display: inline-block;
}

.oddelovac_cesty {
    background: url(/galerie/1693939.svg) center center no-repeat;
    background-size: contain;
    color: transparent;
    opacity: 0.7;
    display: inline-block;
    width: 5px;
    height: 13px;
    vertical-align: middle;
}


/*---------------------------- -LEVE MENU -ASIDE -------------------------------*/

aside.leve_menu {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

aside.leve_menu .sloupec_navigace {
    margin-bottom: 15px;
    position: relative;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {
    display: none;
}

aside.leve_menu .nadrazeny_oddil a {}

aside.leve_menu .nadrazeny_oddil a:hover {}

h3.nadpis_oddilu {
    display: block;
    font-size: 20px;
    padding: 10px 18px 12px 18px;
    font-weight: bold;
    color: var(--main-color);
    margin: 0 auto;
    border-radius: 10px;
    text-transform: uppercase;
}

h3.nadpis_oddilu span {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

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 7px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: rgba(255, 255, 255, 0.5) url(/galerie/1579591.svg) center right 10px no-repeat;
    background-size: 11px !important;
    padding-right: 30px;
}

aside.leve_menu a.nadpis_sekce_aktivni {
    background: #595959;
    color: white !important;
}

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: #595959;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a:hover {
    border-radius: 20px;
    /* 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: 9px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce div.nadpis_sekce,
aside.leve_menu .sloupec_navigace ul.navigace li.sekce a.nadpis_sekce_odkaz {
    display: block;
    box-sizing: border-box;
    padding: 7px 18px;
    /* color: #ffffff !important; */
    /* background: #083061 url(/galerie/1653074.svg) center right 12px no-repeat !important; */
    /* text-transform: uppercase; */
    background-size: 15px;
    /* margin-top: 18px; */
    font-weight: bold;
    padding-right: 34px;
    /* border-radius: 25px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a {
    display: block;
    box-sizing: border-box;
    padding: 7px 18px;
    color: var(--main-color);
    background: rgba(255, 255, 255, 0.5) url(/galerie/1693939.svg) center right 12px no-repeat;
    /* text-transform: uppercase; */
    background-size: 7px;
    /* margin-top: 18px; */
    font-weight: bold;
    padding-right: 34px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    background: rgba(255, 255, 255, 0.5) url(/galerie/1698243.svg) center right 12px no-repeat;
    background-size: 7px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul li {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce a.nadpis_sekce_aktivni {
    padding-left: 17px;
    background: var(--main-color) url(/galerie/1653074.svg) center right 12px no-repeat !important;
    background-size: 7px !important;
    color: white !important;
    /* border-radius: 10px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a.nadpis_sekce_aktivni:hover {
    padding-left: 17px;
    color: white;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a {
    display: block;
    box-sizing: border-box;
    padding: 7px 18px;
    color: var(--text-color);
    background: rgba(255, 255, 255, 0.5) url(/galerie/1693939.svg) center right 12px no-repeat;
    /* text-transform: uppercase; */
    background-size: 7px;
    /* margin-top: 18px; */
    font-weight: bold;
    padding-right: 34px;
    border-radius: var(--bor-radius);
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a:hover {
    color: white;
    background: rgba(255, 255, 255, 0.5) url(/galerie/1698243.svg) center right 12px no-repeat;
    background-size: 7px !important;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul.odkazy_v_sekci {
    box-sizing: border-box;
    padding-left: 15px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul.odkazy_v_sekci li {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul.odkazy_v_sekci li a {
    border-radius: var(--bor-radius);
}

aside.leve_menu .sloupec_navigace ul.navigace li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #262626;
    padding: 7px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    text-decoration: none;
    border-radius: var(--bor-radius);
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    border-radius: var(--bor-radius);
    color: white !important;
    background-color: var(--hov-color) !important;
}

aside.leve_menu a.clanek_vybrany,
aside.leve_menu a.aktivni {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: var(--hov-color) !important;
}


/* ------------------------ -AKCE VYPIS ------------------------------------------*/

aside.leve_menu .kalendar_vyber {
    width: 40%;
    max-height: 440px;
    margin: 0;
    background: #e3eaf2;
    box-sizing: border-box;
    padding: 30px;
}

aside.leve_menu .vyber_rok_mesic {
    text-align: center;
    margin-bottom: 10px;
}

aside.leve_menu .vyber_rok_mesic span {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: var(--main-color);
}

aside.leve_menu .vyber_rok_mesic a {
    color: #383838;
    text-decoration: none;
    line-height: 30px;
    text-decoration: underline;
}

aside.leve_menu .vyber_rok_mesic a:hover {
    color: var(--main-color);
}

aside.leve_menu .vyber_rok_mesic a.predchozi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white url(/galerie/1693949.svg)center center no-repeat;
    background-size: 31%;
    border-radius: var(--bor-radius);
    box-shadow: var(--box-shadow);
}

aside.leve_menu .vyber_rok_mesic a.dalsi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: white url(/galerie/1693939.svg)center center no-repeat;
    background-size: 31%;
    border-radius: var(--bor-radius);
    box-shadow: var(--box-shadow);
}

aside.leve_menu .vyber_rok_mesic a.predchozi:hover,
aside.leve_menu .vyber_rok_mesic a.dalsi:hover {}

aside.leve_menu .kalendar table.kalendar {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

aside.leve_menu .kalendar table.kalendar tbody {}

aside.leve_menu .kalendar table.kalendar tbody tr {
    height: 50px;
}

aside.leve_menu .kalendar table.kalendar tbody tr th {
    color: black;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    opacity: 0.6;
    border: 0;
    background: transparent;
}

aside.leve_menu .kalendar table.kalendar tbody tr td {
    font-size: 20px;
    text-align: center;
    border: 0;
    padding: 1px;
}

aside.leve_menu .kalendar table.kalendar tbody tr td.a_td_cal_n {
    visibility: hidden;
}

aside.leve_menu .kalendar table.kalendar tbody tr td a {
    position: relative;
    color: #272727;
    display: block;
    text-decoration: none;
    padding: 10px;
    border-radius: var(--bor-radius);
}

aside.leve_menu .kalendar table.kalendar tbody tr td a:hover {
    color: white;
    background: var(--main-color) !important;
}

aside.leve_menu .kalendar table.kalendar tbody tr td a.vybrany_den {
    background: var(--main-color);
    color: white;
    border-radius: var(--bor-radius);
}

aside.leve_menu .kalendar table.kalendar tbody tr td a.vybrany_den::after {
    content: "";
    position: absolute;
    display: none;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: var(--main-color);
}

aside.leve_menu h3.nadpis_oddilu {
    /* margin-bottom: 30px; */
    /* display: none; */
}

aside.leve_menu div.kalendar,
aside.leve_menu form,
aside.leve_menu ul.menu_akce,
aside.leve_menu ul.menu_akce_kategorie {
    box-sizing: border-box;
    /* padding: 15px; */
    background: transparent;
    margin-bottom: 15px;
    margin-bottom: 25px;
}

aside.leve_menu div.kalendar {
    margin-top: 16px;
}

aside.leve_menu form {}

aside.leve_menu form select {
    display: block;
    width: 100%;
    height: 41px;
    box-sizing: border-box;
    padding: 0px 20px;
    border: 0;
    background: #f2f4f7;
}

aside.leve_menu form select option {}

aside.leve_menu form select input {}

aside.leve_menu ul.menu_akce {
    /*    width: 90%;*/
    margin-bottom: 15px;
}

aside.leve_menu ul.menu_akce li {
    margin-bottom: 5px;
    list-style-type: none;
}

aside.leve_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 23px;
    color: white;
    background: var(--main-color);
    /* border-radius: 25px; */
    white-space: nowrap;
    border-radius: var(--bor-radius);
    text-decoration: none;
}

aside.leve_menu ul.menu_akce li a:hover {
    text-decoration: underline;
    background: var(--main-color);
}

aside.leve_menu ul.menu_akce_kategorie {
    margin-bottom: 15px;
}

aside.leve_menu ul.menu_akce_kategorie li {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 8px;
}

aside.leve_menu ul.menu_akce_kategorie li a {
    display: block;
    box-sizing: border-box;
    padding: 8px 23px;
    font-weight: 500;
    color: #424242;
    background: rgb(255 255 255 / 71%);
    /* border-radius: 25px; */
    white-space: nowrap;
    text-decoration: none;
    border-radius: var(--bor-radius);
}

aside.leve_menu ul.menu_akce_kategorie li a:hover {
    background: var(--main-color);
    color: white;
    text-decoration: underline;
}

div.akce_vypis {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
    grid-gap: 25px;
    align-items: start;
}


/* ------------------------ AKCE CLANEK AKCE ----------------------*/

article.events fieldset {}

article.events fieldset textarea {
    width: 100% !important;
}

article.events h2.nadpis_clanku {
    margin-bottom: 30px;
}

article.events figure.primarni_obrazek_akce {
    display: block !important;
    float: left;
    margin-right: 2em;
    vertical-align: top;
    width: 300px;
}

article.events figure.primarni_obrazek_akce img {
    width: 100%;
    height: auto;
}

article.events a {}

article.events h3 {}

article.events ul,
article.events ol {
    margin-left: 20px;
}

article.events table.kratky_popis_akce {}

article.events table.kratky_popis_akce th,
article.events 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;
}

article.events table.kratky_popis_akce td p {
    font-size: 15px;
    text-align: left;
    color: #575755;
}

article.events table.kratky_popis_akce th {
    width: 30%;
    background: transparent;
    border: 0;
    border-bottom: 1px dotted silver;
}

article.events table.kratky_popis_akce td {
    width: 70%;
    word-break: break-word;
}

article.events section.podrobny_popis_akce {
    max-width: 850px;
    margin-left: 0;
}


/* --------------- 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: black;
}

div#bs_common_calendar .calendar a.zavrit {
    position: absolute;
    display: block;
    right: 0px;
    top: 9px;
    width: 25px;
    height: 25px;
    background: var(--main-color);
    /* border-radius: 6px; */
    color: white;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
}

div#bs_common_calendar .calendar div.vyber_rok_mesic {
    display: flex;
    align-items: center;
}

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;
    text-decoration: none;
}


/* ------------------------ POPUP DATA CONTAINER ----------------------------------------*/

div.as4uPopupDataContainer {
    max-height: 80vh;
    margin-top: 36px;
    overflow: hidden;
    padding: 42px 15px 20px 15px;
    -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 {}

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/1505528.svg) center center no-repeat;
    background-size: 15px;
    z-index: 20;
    float: right;
}

div.as4uPopupDataContainer .as4uPopupClose:hover {}

div.as4uPopupDataContainer .poznamka_stala {
    margin: 20px 0;
}


/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy,
.hlavni_odk_profil {
    margin-bottom: 10px;
}

.hlavni_odkazy a.tlacitko_hlavni,
.hlavni_odk_profil a {
    padding: 6px 20px;
    display: inline-block;
    font-weight: bold;
    color: white;
    background: var(--main-color);
    min-height: 22px;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 6px;
    text-decoration: none;
}

.hlavni_odkazy a.tlacitko_hlavni:hover,
.hlavni_odk_profil a:hover {
    background: var(--hov-color);
    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;
}

input[type="text"],
input[type="password"],
input[type="search"],
textarea,
select {
    padding: 7px 10px;
    box-sizing: border-box;
    margin: 5px 0;
    border-radius: var(--bor-radius);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 15%);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid silver;
}

input[type="submit"],
input[type="button"],
button[type="button"],
.nove_hledani a {
    padding: 7px 25px;
    background: var(--main-color);
    cursor: pointer;
    transition: .2s;
    color: white;
    border: 0;
    font-weight: 600;
    border-radius: var(--bor-radius);
    border: 0;
}

.nove_hledani a {
    margin-bottom: 14px;
    display: inline-block;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="button"]:hover,
.nove_hledani a:hover {
    background: var(--hov-color);
    color: white;
}

fieldset select,
fieldset select {
    padding: 5px;
    max-width: 224px;
}

form#edit_events_form fieldset label {
    margin: 0 10px 0 5px;
}

fieldset label,
fieldset label {
    margin: 0 10px 0 0;
}

fieldset legend {
    text-align: start;
    display: block;
    padding: 10px;
    background-color: var(--main-color);
    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;
    width: auto !important;
}

#as4u_form_search_detail input[type="submit"] {
    padding: 11px 25px;
}

.chyba {
    margin: 25px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#oddne,
#dodne {
    margin-right: 10px
}

input[type="checkbox"] {
    margin-right: 10px;
}


/*---------------------------- -NEWS -AKTUALITY -------------------------------*/

article.news {
    display: flex;
    flex-wrap: wrap;
    max-width: unset;
    align-items: start;
}

article.news article.aktualita {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 0;
}

.gdpr_aktuality {
    margin-bottom: 20px;
}


/* -------------------- - VYPIS SOUBORU -------------------  */

.as4u_adrfiles_tablesubfoldersdesc {}

.as4u_adrfiles_tablesubfoldersdesc table {
    width: 100%;
}

.as4u_adrfiles_tablesubfoldersdesc table tr {}

.as4u_adrfiles_tablesubfoldersdesc table tr td {}

.as4u_adrfiles_tablesubfoldersdesc table tr td:first-of-type {
    min-width: 300px;
}


/*---------------------------- -UREDNI DESKA a -PARAGRAF_106  -------------------------------*/

article.cely_clanek.clanek_uredni_deska_obal {
    max-width: unset;
    width: 80%;
}

div.clanek_uredni_deska {}

div.clanek_uredni_deska .uredni_deska {}

div.clanek_uredni_deska label {
    margin-left: 0;
}

div.clanek_uredni_deska .row,
div.clanek_paragraf_106 .row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

div.clanek_uredni_deska .row .col,
div.clanek_paragraf_106 .row .col {
    margin-left: 0;
    width: 50%;
}

div.clanek_uredni_deska .row .col label,
div.clanek_paragraf_106 .row .col label {
    display: block;
    width: 100%;
    margin-left: 0;
}

div.clanek_uredni_deska .row .col input[type="text"],
div.clanek_uredni_deska .row .col select,
div.clanek_paragraf_106 .row .col input[type="text"],
div.clanek_paragraf_106 .row .col select {
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
}

div.clanek_uredni_deska .row span.heading_od_do,
div.clanek_paragraf_106 .row span.heading_od_do {
    margin: 0 10px 0 0;
    width: 100%;
}

div.clanek_uredni_deska .row_3,
div.clanek_paragraf_106 .row_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

div.clanek_uredni_deska .row .col.oddne,
div.clanek_uredni_deska .row .col.dodne,
div.clanek_paragraf_106 .row .col.oddne,
div.clanek_paragraf_106 .row .col.dodne {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* max-width: 20%; */
    /* margin: 0 10px 0 0; */
    padding-right: 20px;
    box-sizing: border-box;
}

div.clanek_uredni_deska .row .col.oddne label,
div.clanek_uredni_deska .row .col.dodne label,
div.clanek_paragraf_106 .row .col.oddne label,
div.clanek_paragraf_106 .row .col.dodne label {
    display: inline-block;
    width: auto;
}

div.clanek_uredni_deska .row .col.oddne input[type="text"],
div.clanek_uredni_deska .row .col.dodne input[type="text"] {}

div.clanek_paragraf_106 .row .col.oddne input[type="text"],
div.clanek_paragraf_106 .row .col.dodne input[type="text"] {
    margin-right: 10px;
}

div.clanek_uredni_deska .row .col.oddne img,
div.clanek_uredni_deska .row .col.dodne img {}

div.clanek_uredni_deska .row.search {}

div.clanek_uredni_deska .row.search span.archiv {}

div.clanek_uredni_deska .row.search input[type="submit"] {
    padding: 5px 60px;
}

.oznameni_detail {
    border: 1px solid silver;
    margin-bottom: 18px;
}


/*---------------------------- -TEL SEZNAM  -------------------------------*/

tr#prac_zarazeni td:last-of-type {
    /* display: none; */
    font-size: 0px;
}

tr#prac_zarazeni td:last-of-type strong {
    font-size: 14px !important;
}


/*---------------------------- -HLASOVY ASISTENT -------------------------------*/

#as4u_voice_clanek a {
    position: absolute;
    top: 55px;
    right: 0;
    padding: 7px 15px;
    background: white url(/galerie/1752762.svg)center left 10px no-repeat;
    background-size: 20px;
    color: var(--main-color);
    font-weight: 500;
    text-decoration: none;
    padding-left: 40px;
}

#as4u_voice_clanek a:hover {
    background-color: #e5e5e5;
}


/* ---------------   -PUBLICITA   ---------------------------*/

.publicita {
    background: white;
}

.publicita .obsah {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px 0;
}

.publicita .text {
    width: 50%;
    max-width: 660px;
    color: var(--text_color);
    display: flex;
    align-items: center;
    margin-left: 0;
}

.publicita .text p {
    color: var(--text_color) !important;
    margin-bottom: 0;
    margin: 0;
}

.publicita .obrazek {
    display: block;
    width: 50%;
    text-align: right;
    margin-right: 0;
}

.publicita .obrazek img {
    width: 100%;
    max-width: 330px;
}

.kalendar_akci .publicita .obsah {
    width: 100% !important;
    border: 1px solid silver;
    padding: 20px;
    box-sizing: border-box;
    margin: 30px 0;
}


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    display: block;
    /* text-align: center; */
    box-sizing: border-box;
}

.stranka_subakce input#find_in_redakce {
    padding: 10px;
    border: 1px solid black;
}

#as4u_form_search_detail {
    margin-bottom: 2em !important;
    position: relative;
    min-height: 154px;
}

.hledany_vyraz_text {
    float: left;
    width: 100%;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
}

#as4u_form_search_detail input.textpole_vyhledavani {
    background: white;
    border: 0;
    width: 77%;
    font-size: 16px;
    padding: 5px;
    margin-left: 1%;
    float: right;
    border: 1px solid silver;
}

.kde_hledat {
    padding: 1em 0;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 1em;
    clear: both;
    min-height: 46px;
}

.kde_hledat_text {
    float: left;
    /* width: 10%; */
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: center;
}

.kde_hledat_input {
    float: right;
    width: 90%;
    margin-left: 7px;
}

.kde_hledat_input label {
    display: inline-block;
}

.kde_hledat label {
    border-left: 1px solid silver;
    padding: 0px 10px;
}

#as4u_form_search_detail input.tlacitko_vyhledat {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    font-size: 14px;
    padding: 9px 15px;
    cursor: pointer;
    margin-bottom: 1em;
    height: 34px;
}

.kde_hledat .hledat_od_do {
    width: 100%;
    display: flex;
    justify-content: unset;
    float: none;
    margin: 0 0 0px;
    text-align: left;
}

.kde_hledat .hledat_od_do:first-of-type {
    display: none;
}

.kde_hledat .hledat_od_do input#datumod,
.kde_hledat .hledat_od_do input#datumdo,
.kde_hledat .hledat_od_do select {
    background: white;
    border: 0;
    font-size: 16px;
    padding: 5px;
    margin-left: 1%;
    border: 1px solid silver;
}

.kdy_hledat_text {
    margin: 10px 0;
    font-weight: bold;
    margin-left: 0;
    width: 100%;
}

.typ_vyhledaneho,
.datum_aktuality {
    display: inline-block;
    background: var(--main-color);
    border-radius: 0;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    margin-right: 9px;
    margin-bottom: 15px;
}

.datum_aktuality {
    color: var(--text-color);
    background: transparent;
    padding: 2px;
}

.akce_celek {
    clear: both;
}

.akce_celek h3.nazev_akce {
    margin-top: 0;
}

.akce_celek h3.nazev_akce a {}

.akce_celek a.primarni_obrazek_vyhledavani {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.akce_celek a.primarni_obrazek_vyhledavani img {}

.akce_celek table.kratky_popis_akce {
    float: left;
    width: auto;
}

.akce_celek table.kratky_popis_akce th,
.akce_celek table.kratky_popis_akce td {}

.akce_celek table.kratky_popis_akce th {}

.akce_celek table.kratky_popis_akce td {
    width: 70%;
    word-break: break-word;
}

.akce_celek table.kratky_popis_akce td p {
    font-size: 15px;
    text-align: left;
    color: #575755;
}

.akce_celek .popis_akce {
    margin-top: 10px;
    clear: both;
}


/*---------------------------- -DATABAZE SUBJEKTU -------------------------------*/

.vypis_subjektu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.vypis_subjektu article.subjekt {
    width: 100%;
    border: 1px solid rgb(238, 238, 238);
}

.vypis_subjektu article.subjekt figure.obrazek {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 0;
}

.vypis_subjektu article.subjekt figure.obrazek a {
    display: block;
    width: 100%;
    height: 100%;
}

.vypis_subjektu article.subjekt figure.obrazek a img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.vypis_subjektu article.subjekt .info {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 24px;
}

.vypis_subjektu article.subjekt .info h3 {}

.vypis_subjektu article.subjekt .info p.adresa {
    display: block;
    width: 100%;
}

.vypis_subjektu article.subjekt .info span {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    display: none;
}

.vypis_subjektu article.subjekt .info span.tel {}

.vypis_subjektu article.subjekt .info span.email {}

.vypis_subjektu article.subjekt .info a.btn {
    margin-top: 15px;
}


/*---------------------------- -RESPONZIVITA -------------------------------*/

@media screen and (max-width: 1460px) {
    section.odkazy_dlazdice .vypis a.banner span.text {
        font-size: 15px;
    }
}

@media screen and (max-width: 1360px) {
    section.kalendar_akci .vypis {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1260px) {
    header .slider_info {
        padding: 17vh 30px 30px calc((100vw - 95%) / 2);
    }
    header .slider_info a.logo {
        width: 66%;
    }
    h2 {
        font-size: 27px;
    }
    header .slider_info .info p.text {
        font-size: 15px;
    }
    .btn {
        padding: 8px 27px;
        font-size: 18px;
        height: 45px;
    }
    section.odkazy_dlazdice .vypis {
        grid-template-columns: repeat(3, 1fr);
    }
    .nadpisy_dvojsekce .nadpis_sekce {
        width: 40%;
    }
    .nadpisy_dvojsekce a.nadpis_sekce.aktivni {
        width: 58%;
    }
}

@media screen and (max-width: 990px) {
    aside.leve_menu {
        display: none;
    }
    article.clanek_body,
    article.events.detail {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    header .top_bar .mobile_menu {
        position: relative;
        display: block !important;
        width: 44px;
        height: 100%;
        margin: 0;
        /* background: rgba(0, 0, 0, 0.5); */
        margin-left: 0 !important;
    }
    div.mobile_menu span {
        position: absolute;
        display: block;
        width: 70%;
        height: 2px;
        right: 50%;
        transform: translate(50%, 0);
        background: var(--main-color);
    }
    div.mobile_menu span.top {
        top: 12px;
    }
    div.mobile_menu span.mid {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    div.mobile_menu span.bot {
        bottom: 12px;
    }
    div.mobile_menu.close span.top {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
    }
    div.mobile_menu.close span.mid {
        width: 0;
    }
    div.mobile_menu.close span.bot {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    header .top_bar a.logo_top_bar {
        display: block;
        margin-left: 15px;
    }
    header .top_bar a.logo_top_bar img {
        display: block;
        height: 44px;
        width: auto;
    }
    header {
        height: auto;
        padding-top: 430px;
    }
    header .top_bar nav.hlavni {
        display: none;
    }
    header .top_bar .top_lista a.logo {
        padding: 7px;
        padding-right: 30px;
    }
    .nadpisy_dvojsekce {
        flex-wrap: wrap;
    }
    section.dvojsekce .kalendar_akci .vypis,
    section.dvojsekce .aktuality .vypis,
    article.news .aktuality_vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    footer .obsah {
        flex-wrap: wrap;
    }
    div.clanek_uredni_deska .row,
    div.clanek_paragraf_106 .row {
        flex-wrap: wrap;
    }
    div.clanek_uredni_deska .row .col,
    div.clanek_paragraf_106 .row .col {
        margin-bottom: 10px;
        width: 100%;
    }
    div.clanek_uredni_deska .row.search input[type="submit"],
    div.clanek_paragraf_106 .row.search input[type="submit"] {
        margin-top: 15px;
    }
    div.clanek_uredni_deska .row .col label,
    div.clanek_paragraf_106 .row .col label {
        margin-right: 5px;
    }
    div.clanek_paragraf_106 table.paragraf_106 th,
    div.clanek_paragraf_106 table.paragraf_106 td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    header.subakce {
        height: 80px;
    }
    .publicita .obsah {
        flex-wrap: wrap;
    }
    .publicita .text {
        width: 100%;
        max-width: 660px;
        margin-left: 0;
    }
    .publicita .obrazek {
        width: 100%;
        text-align: left;
        margin-right: auto;
        margin-left: 0;
        margin-top: 20px;
    }
    header .top_bar .top_lista .odkazy .open p:nth-of-type(2) {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    section.tic_banner .blok {
        width: 50%;
        height: auto;
    }
    section.tic_banner .blok.info {
        padding: 40px;
    }
    .nadpisy_dvojsekce .nadpis_sekce,
    .nadpisy_dvojsekce a.nadpis_sekce.aktivni {
        width: 100%;
        margin-bottom: 15px;
    }
    .nadpisy_dvojsekce .nadpis_sekce {
        border-bottom: 7px solid transparent;
    }
    footer .obsah .logo_obal {
        width: 100%;
    }
    footer .obsah .logo_obal::after {
        content: "";
        display: block;
        width: 115vw;
        height: 100%;
        position: absolute;
        right: 50%;
        top: 0;
        transform: translate(50%, 0);
        background: rgba(255, 255, 255, 0.9);
    }
    footer .obsah .sloupec a.logo {
        margin-bottom: 33px;
    }
    footer .obsah .sloupec.kontakty {
        text-align: left;
    }
    footer .obsah .sloupec:last-of-type {
        margin-left: 0;
        margin-right: auto;
    }
    footer .prihlaseni a {
        display: inline-block;
        margin-left: 0;
        margin-right: 8px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 690px) {
    footer .obsah {
        flex-wrap: wrap;
    }
    header .top_bar .top_lista .odkazy .open {
        display: none;
    }
    section.odkazy_dlazdice .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    section.dvojsekce .kalendar_akci .vypis,
    section.dvojsekce .aktuality .vypis,
    article.news .aktuality_vypis {
        grid-template-columns: repeat(1, 1fr);
    }
    .obal_odkazu a.btn {
        margin-bottom: 15px;
    }
    div.nadpis_sekce {
        flex-wrap: wrap;
    }
    div.nadpis_sekce div.odkazy a {
        margin-left: 0;
        margin-top: 28px;
    }
    article.events figure.primarni_obrazek_akce {
        float: none;
        margin-right: 0;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    article.clanek_body a.primarni_obrazek_clanku {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 50%;
    }
    #as4u_voice_clanek a {
        position: relative;
        display: inline-block;
        top: unset;
        right: unset;
        margin-bottom: 12px;
    }
    h2.nadpis_clanku,
    h2.nadpis_aktualit,
    h1.nadpis_clanku {
        padding-right: 150px;
    }
}

@media screen and (max-width: 480px) {
    header .top_bar .odkazy,
    header .top_bar .jazyky,
    header .top_bar .search {
        display: none;
    }
    footer .obsah .sloupec {
        flex-wrap: wrap;
    }
    footer .obsah .sloupec a.logo {
        display: block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    section.odkazy_dlazdice .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    section.odkazy_dlazdice .vypis a.banner {
        flex-wrap: wrap;
        justify-content: center;
    }
    section.odkazy_dlazdice .vypis a.banner img {
        margin: 0;
        margin-right: 0;
        width: 40px;
        height: 40px;
        margin-bottom: 14px;
    }
    section.odkazy_dlazdice .vypis a.banner span.text {
        width: 100%;
        text-align: center;
    }
    section.odkazy_dlazdice .vypis,
    section.dvojsekce .kalendar_akci .vypis,
    section.dvojsekce .aktuality .vypis,
    article.news .aktuality_vypis {
        grid-gap: 12px;
    }
    section.slider figure.obrazek .slide_info .sipka {
        display: none;
    }
    figure.obrazek .slide_info .dulezite_info .obsah,
    figure.obrazek .slide_info .popis_slidu .obsah {
        padding-left: 15px;
    }
    footer .upozorneni_na_mail {
        display: none;
    }
    footer .upozorneni_na_mail .obsah p {
        margin-right: 0;
    }
    footer .upozorneni_na_mail .obsah .formular_zasilani form {
        text-align: right;
    }
    .line_mapa_menu .kategorie {
        display: block;
        width: 100%;
    }
    .line_mapa_menu .kategorie a {
        width: 100%;
    }
    div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img,
    div.vyhledany_text_celek_obal .vyhledany_text_celek a.primarni_obrazek_vyhledavani img {
        max-width: unset;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
    form#as4u_form_search_detail {
        padding: 0;
    }
}

@media screen and (max-width: 1150px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}