@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=latin-ext');
html {
    /* scroll-behavior: smooth;*/
}

body {
    font-size: 14px;
    overflow-x: hidden;
    background: #ffffff;
}

main {
    background: #d8d8d8;
}

.main_obsah {
    box-sizing: border-box;
    background: white;
}

* {
    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: uppercase;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    font-weight: bold;
    line-height: 130%;
    color: #3B3B39;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #3B3B39;
    margin: 10px 0 15px;
}

h3 a {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: bold;
    color: #3B3B39;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #3B3B39;
    margin-top: 15px;
    margin-bottom: 17px;
}

h5 {}

h6 {}

p,
div.clanek {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #151515;
    line-height: 140%;
    margin-bottom: 15px;
}

strong {
    font-weight: bold;
}

li {
    font-size: 15px;
}

a {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #9D2236;
}

table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

table tr {}

table tr th {
    background: #3B3B39;
    padding: 10px;
    border: 1px solid #414141;
    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;
    }
}


/*---------------------------- -JS CLASSY -------------------------------*/

.active {
    display: block !important;
    transform: translate(0, 0) !important;
}

.no_active {
    display: none !important;
}

.body_noscroll {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.clanek_cleaner {
    clear: both;
}


/*------------------- -SPOLECNE_STYLY ---------------------------*/

.page_size,
.language_page {
    width: 94%;
    max-width: 1500px;
    box-sizing: border-box;
}

.stranka_subakce,
.language_page {
    box-sizing: border-box;
    padding-top: 120px !important;
    min-height: 70vh;
    padding-bottom: 50px;
}

article.page_404 {
    box-sizing: border-box;
    padding: 0 2%;
}

article.page_404 .cesta_ke_clanku {
    padding-left: 0;
    padding-right: 0;
}


/*------------------- -HEADER ---------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

header .obsah {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: white;
    /*    border-bottom: 5px solid #AA0A2E;*/
    /*
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
*/
}

header .obsah::after {
    content: "";
    position: absolute;
    left: 400px;
    bottom: 0;
    transform: translate(0, 100%);
    height: 18px;
    width: 102px;
    background: url(/galerie/1473726.svg)left top no-repeat;
    background-size: contain;
}

header.subakce .obsah::after {
    left: 0;
}

header .obsah a.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: auto;
    box-sizing: border-box;
    padding: 40px 30px 10px 50px;
    background: white;
    /*    border-bottom: 5px solid #AA0A2E;*/
    /*
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
*/
}

header.subakce .obsah a.logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    box-sizing: border-box;
    padding: 25px 25px;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

header .obsah a.logo::after {
    display: none;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    height: 18px;
    width: 100%;
    background: url(/galerie/1473729.svg)right top no-repeat;
    background-size: contain;
}

header.subakce .obsah a.logo::after {
    display: none;
}

header .obsah a.logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

header .obsah .top_bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 20px 40px;
}

header .obsah .top_bar div.kontakt,
header .obsah .top_bar div.socialni_site,
header .obsah .top_bar div.vyhledavani_obal,
header .obsah .top_bar div.jazyky,
header .obsah .top_bar div.kontakt {
    margin: 0;
    margin-left: 25px;
}

header .obsah .top_bar div.kontakt {
    margin-right: 0;
    font-weight: 500;
}

header .obsah .top_bar div.kontakt span {
    color: black;
    margin-left: 30px;
    font-size: 14px;
}

header .obsah .top_bar div.kontakt span a {
    color: black;
    text-decoration: none;
    font-size: 14px;
}

header .obsah .top_bar div.kontakt span a:hover {
    text-decoration: underline;
    ;
}

header .obsah .top_bar div.socialni_site {}

header .obsah .top_bar div.socialni_site a.facebook {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/galerie/1473732.svg)center center no-repeat;
    background-size: contain;
}

header .obsah .top_bar div.socialni_site a.instagram {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/galerie/1749458.svg)center center no-repeat;
    background-size: contain;
    margin-left: 4px;
}

header .obsah .top_bar div.vyhledavani_obal {
    height: 25px;
    width: 180px;
}

header .obsah .top_bar input.textpole_vyhledavani {
    height: 25px;
    width: 152px;
    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 #9e9e9e;
    border-radius: 0;
    color: #3B3B39;
    font-weight: bold;
}

header .obsah .top_bar input.textpole_vyhledavani::placeholder {
    color: #141414;
    font-weight: bold;
}

header .obsah .top_bar input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    background: url(/galerie/1473725.svg)center center no-repeat;
    background-size: 20px;
    /* border-radius: 5px; */
    overflow: hidden;
    color: transparent;
    border: 0;
}

header .obsah .top_bar h4.nadpis_vyhledavani {
    display: none
}

header .obsah .top_bar div.jazyky {}

header .obsah .top_bar div.jazyky a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
    color: black;
}

header .obsah .top_bar div.jazyky a:hover {
    color: #AA0A2E;
}

header .obsah .top_navigace {
    width: 100%;
    box-sizing: border-box;
    padding-left: 400px;
}

header.subakce .obsah .top_navigace {
    padding-left: 200px;
}

header .obsah .top_navigace ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-left: 0;
}

header .obsah .top_navigace ul li {
    list-style-type: none;
    margin: 0;
}

header .obsah .top_navigace ul li a {
    display: inline-block;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    font-size: 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

header .obsah .top_navigace ul li a:hover {
    background: #AA0A2E;
    color: white;
    text-decoration: underline;
}

header .mobile_menu {
    display: none;
}


/*------------------- -TITULKA ---------------------------*/

div.titulka {
    padding-top: 110px;
}


/*------------------- -BANNERY TITULKA ---------------------------*/

section.bannery {
    display: flex;
    box-sizing: border-box;
    padding-bottom: 40px;
}

section.bannery a.banner {
    display: block;
    position: relative;
    width: 49.5%;
    height: 49%;
    margin: 0;
    overflow: hidden;
}

section.bannery a.banner.velky_banner {
    width: 55%;
    height: 450px;
    margin: 0;
}

section.bannery a.banner.velky_banner h3 {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    margin: 0;
    text-transform: uppercase;
    font-size: 29px;
    background: white;
    color: #AA0A2E;
    padding: 10px 0 0 10px;
    text-align: left;
    font-weight: bold;
    max-width: 400px;
}

section.bannery a.banner.velky_banner:hover h3 {
    text-decoration: underline;
}

section.bannery a.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

section.bannery a.banner:hover img {
    transform: scale(1.02);
    transition: .2s;
}

section.bannery a.banner h3 {
    position: absolute;
    color: white;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    background: white;
    color: #3B3B39;
    box-sizing: border-box;
    padding: 7px;
    text-align: right;
    max-width: 95%;
}

section.bannery a.banner.banner_1 h3 {
    bottom: 0;
    left: 0;
    padding-left: 0;
    padding-bottom: 0;
    color: #364A49;
}

section.bannery a.banner.banner_2 h3 {
    top: 0;
    left: 0;
    padding-top: 0;
    padding-left: 0;
    color: #1A5036;
}

section.bannery a.banner.banner_3 h3 {
    right: 0;
    bottom: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #364A49;
}

section.bannery a.banner.banner_4 h3 {
    top: 0;
    right: 0;
    padding-top: 0;
    color: #EC6608;
}

section.bannery a.banner:hover h3 {
    /*
    background: #AA0A2E;
    color: white;
*/
    text-decoration: underline;
}

section.bannery div.side_bannery {
    width: 45%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    box-sizing: border-box;
    padding-left: 0.5%;
    height: 450px
}


/*------------------- -NAVIGACE ---------------------------*/

section.navigace {
    background: #E3E3E3;
}

section.navigace .top_navigace {
    display: none;
}

section.navigace nav.hlavni {
    background: white;
    box-sizing: border-box;
    padding: 0 2%;
}

section.navigace nav.hlavni ul {
    display: flex;
    justify-content: space-between;
}

section.navigace nav.hlavni ul li.karta {
    position: relative;
    width: 23%;
    margin: 0;
    list-style-type: none;
    box-sizing: border-box;
    padding-bottom: 0;
    background: #AA0A2E;
}

section.navigace nav.hlavni ul li.karta.mobile {
    display: none;
}

section.navigace nav.hlavni ul li.karta::after {
    content: "";
    position: absolute;
    display: block;
    right: 20px;
    bottom: 0;
    width: 50%;
    height: 20px;
    background: url(/galerie/1473726.svg)bottom right no-repeat;
    background-size: contain;
    opacity: 1;
}


/* o sdruzeni */

section.navigace nav.hlavni ul li.karta_1 {
    background: #AA0A2E;
}


/* souteze */

section.navigace nav.hlavni ul li.karta_2 {
    background: #1A5036;
}


/* pro novinare */

section.navigace nav.hlavni ul li.karta_3 {
    background: #ec6608;
}


/* pro cleny sdruzeni */

section.navigace nav.hlavni ul li.karta_4 {
    background: #122E5D;
}

section.navigace nav.hlavni ul li.karta * {
    color: white;
}

section.navigace nav.hlavni ul li.karta a.nadpis_karty {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 15px 20px 11px;
}

section.navigace nav.hlavni ul li.karta a.nadpis_karty:hover {
    text-decoration: underline;
}

section.navigace nav.hlavni ul li.karta div.lista {
    position: relative;
    width: calc(100% - 20px);
    height: 4px;
    background: white;
    margin-left: 0;
    opacity: 0.5;
}

section.navigace nav.hlavni ul li.karta div.lista::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    transform: translate(0, 100%);
    background: url(/galerie/1473726.svg)right top no-repeat;
    background-size: contain;
}

section.navigace nav.hlavni ul li.karta ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 20px 20px;
}

section.navigace nav.hlavni ul li.karta ul li {
    position: relative;
    list-style-type: none;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 23px;
}

section.navigace nav.hlavni ul li.karta ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 20px;
    height: 10px;
    background: url(/galerie/1502168.svg) left center no-repeat;
    background-size: contain;
    opacity: 1;
    margin-right: 10px;
    left: 0;
}

section.navigace nav.hlavni ul li.karta ul li:hover::before {
    opacity: 1;
}

section.navigace nav.hlavni ul li.karta ul li a {
    text-decoration: none;
    font-size: 16px
}

section.navigace nav.hlavni ul li.karta ul li:hover a {
    text-decoration: underline;
}


/*------------------- -TITULKA BODY ---------------------------*/

.titulka_body {
    display: flex;
    padding: 9px 2% 2%;
    width: 94%;
    max-width: unset;
}

.titulka .nadpis_sekce {
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
    /*    border-bottom: 4px solid #AA0A2E;*/
    margin-bottom: 0;
}

.titulka .nadpis_sekce::after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 10px;
    width: 100%;
    transform: translate(0, 100%);
    background: url(/galerie/1473729.svg)right top no-repeat;
    background-size: contain;
}

.titulka .nadpis_sekce h2 {
    margin: 0;
}

.titulka .nadpis_sekce h2 a {
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
}

.titulka .nadpis_sekce h2 a:hover {
    color: #AA0A2E;
    text-decoration: underline;
}

div.obal_odkazu {
    box-sizing: border-box;
    padding: 25px;
    text-align: center;
    display: none;
}

div.obal_odkazu a {
    display: inline-block;
    margin: 5px 10px;
    font-weight: 500;
    );
    transition: .2s;
}

div.obal_odkazu a:hover {
    transform: scale(1.02);
    transition: .2s;
}


/*------------------- -KALENDAR ---------------------------*/

section.kalendar {
    width: 30%;
    box-sizing: border-box;
    padding-right: 1.5%;
    margin: 0;
}

section.kalendar div.kalendar_vyber {
    width: 100%;
}

section.kalendar div.kalendar_vyber div.vyber_rok_mesic {
    display: none;
}

table.kalendar {
    width: 100%;
}

table.kalendar tr {}

table.kalendar tr th {
    border: 0;
    background: none;
    color: black;
    padding: 10px;
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid silver;
}

table.kalendar tr td {
    border: 0;
    padding: 0;
}

table.kalendar tr td.den_v_tydnu_7 {
    font-weight: bold;
    padding: 0;
    font-size: 16px;
}

table.kalendar tr td a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 10px;
    font-size: 16px;
    text-align: right;
}

section.kalendar div.kalendar_vypis {
    border-top: 1px solid black;
}

section.kalendar div.kalendar_vypis article.akce {
    border-bottom: 1px solid #3B3B39;
}

section.kalendar div.kalendar_vypis article.akce a {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0;
    text-decoration: none;
}

section.kalendar div.kalendar_vypis article.akce a div.info {
    width: 75%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 20px;
}

section.kalendar div.kalendar_vypis article.akce a div.info span.datum {
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 10px;
    color: #3B3B39;
}

section.kalendar div.kalendar_vypis article.akce a div.info h3 {
    margin: 0;
    text-decoration: none;
    color: #262626;
    font-size: 17px;
    font-weight: normal;
}

section.kalendar div.kalendar_vypis article.akce a:hover div.info h3 {
    color: #AA0A2E;
}

section.kalendar div.kalendar_vypis article.akce a figure {
    width: 25%;
    height: auto;
    max-height: 60px;
    margin: 0;
    overflow: hidden;
}

section.kalendar div.kalendar_vypis article.akce a figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

section.kalendar div.kalendar_vypis article.akce a:hover figure img {
    transform: scale(1.02);
    transition: .2s;
}

.banner_brany {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    border-bottom: 1px solid black;
    text-decoration: none;
    box-sizing: border-box;
    padding: 20px 0;
}

.banner_brany .text {
    margin-left: 0;
}

.banner_brany .text span {
    margin: 0;
    color: black;
}

.banner_brany .text h3 {
    margin: 0;
    color: #3B3B39;
}

.banner_brany:hover .text span,
.banner_brany:hover .text h3 {
    color: #aa0a2e;
}

.banner_brany img {
    width: 20%;
    height: auto;
    margin-right: 0;
}

.banner_brany:hover {}


/*------------------- -AKTUALITY ---------------------------*/

section.aktuality {
    width: 70%;
    box-sizing: border-box;
    padding-left: 1.5%;
    margin: 0;
}

section.aktuality div.aktuality_vypis {}

article.aktualita {
    border-bottom: 1px solid #3B3B39;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 20px 0;
    text-decoration: none;
}

article.aktualita:first-of-type {
    padding-top: 0;
}

article.aktualita div.info {
    width: 80%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 20px;
}

article.aktualita div.info h3 {
    margin: 0;
    margin-bottom: 24px;
}

article.aktualita div.info h3 a {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    color: #aa0a2e;
    font-size: 21px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

article.aktualita div.info h3 a:hover {
    color: #AA0A2E;
}

article.aktualita div.info span.datum {
    display: block;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 20px;
    color: #3B3B39;
    display: none;
}

article.aktualita div.info p {}

article.aktualita div.info a.more {
    color: black;
    text-decoration: underline;
}

article.aktualita div.info a.more:hover {
    color: #AA0A2E;
}

article.aktualita figure {
    width: 20%;
    height: auto;
    margin: 0;
}

article.aktualita figure img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    transition: .2s;
}

article.aktualita figure img:hover {
    transform: scale(1.02);
    transition: .2s;
}


/*------------------- -PATICKA ---------------------------*/

footer {
    border-top: 35px solid white;
    border-bottom: 35px solid white;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #dfdfdf;
}

footer .levy_blok {
    /* width: 40vw; */
    /* width: 25%; */
    /* background: #004996; */
    /* float: left; */
    box-sizing: border-box;
    /* padding: 3%; */
    margin: 0;
    width: 70%;
    display: flex;
}

footer .levy_blok * {
    color: white;
}

footer .levy_blok a.logo {
    display: block;
    width: 100%;
    max-width: 350px;
    height: auto;
    margin-left: 0;
    margin-bottom: 25px;
}

footer .levy_blok a.logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

footer .levy_blok h3 {
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    max-width: 450px
}

footer .levy_blok p {
    max-width: unset;
    margin-left: 0;
}

footer .pravy_blok {
    /*    width: calc(60vw - 17px);*/
    width: 30%;
    /* float: right; */
    background: #DFDFDF;
    margin: 0;
    border-left: 10px solid white;
}

footer .partneri_obal {
    box-sizing: border-box;
    overflow: hidden;
    height: 120px;
    background: white;
    padding: 30px 0;
    transition: .0s;
}

footer .partneri_obal .rollbox {
    overflow: hidden;
    height: 100%;
    transition: .0s;
}

footer .partneri_obal .rollbox * {
    transition: .0s;
}

footer .partneri_obal .rollbox .rollbox-cont {
    width: fit-content;
    display: flex;
    flex-wrap: nowrap;
    background: white;
    align-items: center;
    height: 130px;
    box-sizing: border-box;
    transition: .0s;
}

footer .partneri_obal .rollbox .rollbox-cont div.rollitem {
    height: 80px;
}

footer .partneri_obal .rollbox .rollbox-cont div.rollitem a {
    display: block;
    width: 100%;
    height: 100%;
}

footer .partneri_obal .rollbox .rollbox-cont div.rollitem a img {}

footer .paticka_bloky {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 6% 20px 6%;
    background: #DFDFDF;
    margin: 0;
}

footer .paticka_bloky .blok {
    /* width: 33%; */
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-right: 70px;
    margin: 0;
}

footer .paticka_bloky .blok_odkazy {}

footer .paticka_bloky .blok_odkazy li {
    list-style-type: none;
}

footer .paticka_bloky .blok_odkazy li a {
    font-weight: bold;
    line-height: 170%;
}

footer .paticka_bloky .blok * {
    color: black;
    font-weight: 500;
    font-size: 15px;
}

footer .paticka_bloky .blok.prihlaseni {
    padding-right: 0;
}

footer .paticka_bloky div.prihlaseni_dlazdice {
    border-radius: 10px;
    border: 1px solid #004996;
    max-width: 200px;
    box-sizing: border-box;
    padding: 4%;
    text-align: center;
}

footer .paticka_bloky div.prihlaseni_dlazdice img {
    margin-bottom: 15px;
}

footer .paticka_bloky div.prihlaseni_dlazdice a {
    display: inline-block;
    padding: 5px 14px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid #004996;
    margin-bottom: 10px;
    color: #004996;
}

footer .paticka_bloky div.prihlaseni_dlazdice a:hover {
    border: 1px solid #004996;
    color: white;
    background: #004996;
}

footer .paticka_bloky .blok h3 {
    font-size: 16px;
}

footer .paticka_bloky .blok p {}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .paticka_bloky .blok div.socialni_site {}

footer .paticka_bloky .blok div.socialni_site a {
    /*
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 8px;
*/
}

footer .paticka_bloky .blok div.socialni_site a:hover {
    transform: scale(1.05);
}


/*
footer .paticka_bloky .blok div.socialni_site a.facebook {
    background: #C1C1C1 url(/galerie/1473733.svg)center center no-repeat;
    background-size: 30%;
}

footer .paticka_bloky .blok div.socialni_site a.instagram {
    background: #C1C1C1 url(/galerie/1473731.svg)center center no-repeat;
    background-size: 60%;
}
*/

footer .paticka_bloky .as4u {
    display: block;
    width: 100%;
}

footer .paticka_bloky .as4u a {
    color: #AA0A2E;
}

footer .paticka_bloky .blok.odkazy {}

footer .paticka_bloky .blok.odkazy ul {}

footer .paticka_bloky .blok.odkazy ul li {
    position: relative;
    display: block;
    list-style-type: none;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding-left: 23px;
}

footer .paticka_bloky .blok.odkazy ul li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 20px;
    height: 10px;
    background: url(/galerie/1502169.svg) left center no-repeat;
    background-size: contain;
    opacity: 1;
    margin-right: 10px;
    left: 0;
}

footer .paticka_bloky .blok.odkazy ul li:hover::before {
    opacity: 1;
}

footer .paticka_bloky .blok.odkazy ul li a {}

div.prihlaseni {
    margin-top: 5px;
}

div.prihlaseni a {
    display: inline-block;
    margin: 0 5px 5px 0;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 15px 20px;
    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;
    text-decoration: underline;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
    display: inline-block;
}

.oddelovac_cesty {
    background: url(/galerie/1475585.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 {
    margin-bottom: 15px;
    background: #9d2236;
    box-sizing: border-box;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {
    /* display: none; */
}

aside.leve_menu .nadrazeny_oddil a {
    display: none;
    box-sizing: border-box;
    padding: 15px 35px 15px 18px;
    background: #5f0015;
    color: white;
    font-weight: 500;
}

h3.nadpis_oddilu {
    display: none;
    padding: 22px 18px 15px;
    font-weight: 700;
    font-size: 27px;
    color: #310000;
    margin: 0 auto;
}

aside.leve_menu .sloupec_navigace ul.navigace {
    /*    margin-bottom: 10px;*/
}

aside.leve_menu .sloupec_navigace ul.navigace li {
    position: relative;
    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: #AA0A2E;
    color: white !important;
}

aside.leve_menu a.clanek_vybrany {
    color: white !important;
    font-weight: 600 !important;
    background: #5f0015 !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: #9d2236;
    padding-left: 33px;
    background-size: 16px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci ul.odkazy_uroven_3 li a {
    background: #ff9ab0;
}

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 {}

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/1475587.svg)right 15px center no-repeat;
    background-size: 9px;
    color: #ffffff;
    padding-right: 30px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    padding-left: 22px;
    background-color: #791425;
}

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 span.nadpis_sekce a.nadpis_sekce_aktivni {
    padding-left: 17px;
    background: #5f0015 url(/galerie/1475584.svg)center right 12px no-repeat;
    background-size: 16px;
    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: #ffffff;
    background: url(/galerie/1475584.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: #ffffff;
    padding: 7px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 600;
    font-size: 19px;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    padding-left: 22px !important;
    background-color: #791425 !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.full_width {
    max-width: unset;
    padding-right: 2%;
}

article.cely_clanek ul {
    margin-left: 20px;
}

article.cely_clanek div.clanek {
    margin-left: 0;
    margin-bottom: 30px;
}

h2.nadpis_clanku,
h2.nadpis_aktualit,
h1.nadpis_clanku {
    text-align: left;
    color: #AA0A2E;
    padding: 17px 0;
    font-weight: 600;
    font-size: 32px;
    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: 30px;
}

article.cely_clanek a.primarni_obrazek_clanku img:hover {}

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: 40px;
}

article.cely_clanek .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100%;
}

div.popis_clanku * {
    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: #AA0A2E;
    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: #AA0A2E;
    line-height: 150%;
    font-weight: 600;
}

article.cely_clanek div.clanek h4,
article.cely_clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #AA0A2E;
    font-weight: 600;
}

article.cely_clanek div.clanek h4 a,
article.cely_clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #AA0A2E;
}

article.cely_clanek table,
article.clanek_akce table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
}

article.cely_clanek div.clanek table th,
article.clanek_akce table th {
    background: #AA0A2E;
    padding: 10px;
    border: 1px solid #c6173e;
    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 #3B3B39;
    padding: 15px;
    box-sizing: border-box;
}

article.cely_clanek div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/1476396.svg)center left no-repeat;
    background-size: 20px;
    height: 20px;
    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: #AA0A2E;
    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 {}

div.clanek a {
    color: #AA0A2E;
    text-decoration: underline;
}


/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.fotogalerie_clanku_obal {
    width: 100%;
    margin-bottom: 60px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    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: 5px 15px;
    color: #a90a2e;
    /* border-bottom: 3px solid #a90a2e; */
    margin-bottom: 8px;
    background: #9d2236;
    color: white;
}

.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;
    height: 100%;
    overflow: hidden;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {
    transform: scale(1.05);
}

.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 {}

.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;
}


/* -------------------------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: 5px 8px;
    /* border: 1px solid black; */
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px 0;
    box-sizing: border-box;
    background: #ffffff;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
    margin-left: 0;
}

.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: #AA0A2E;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a:hover {
    /* color: #b91434; */
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
    color: #AA0A2E;
    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: #AA0A2E !important;
    clear: both;
    width: 100%;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #AA0A2E !important;
    text-decoration: none !important;
    font-weight: 700;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: #3B3B39 !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: #AA0A2E !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: #AA0A2E !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;
}


/* ---------------   -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 #3B3B39;
    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: black;
    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;
    color: #AA0A2E;
}

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: right;
    margin: 0 0 20px 20px;
    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: #AA0A2E;
    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 {}


/* ------------------------ -AKCE VYPIS ------------------------------------------*/

div.events_body h2.nadpis_clanku {
    padding-left: 20px;
}

aside.events_calendar_menu {
    width: calc(25% - 20px);
    float: left;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 18px;
    margin-left: 20px;
}

aside.events_calendar_menu .vyber_rok_mesic {
    text-align: center;
}

aside.events_calendar_menu .vyber_rok_mesic span {
    font-weight: bold;
    margin: 0 10px;
}

aside.events_calendar_menu .vyber_rok_mesic a {
    text-decoration: none;
    font-weight: bold;
}

aside.events_calendar_menu h3.nadpis_oddilu {
    margin-bottom: 30px;
}

aside.events_calendar_menu .kalendar {
    margin-bottom: 15px;
}

aside.events_calendar_menu form {
    margin-bottom: 10px !important;
    width: 100%;
}

aside.events_calendar_menu form select {
    display: block;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 10px;
}

aside.events_calendar_menu form select option {}

aside.events_calendar_menu form select input {}

aside.events_calendar_menu ul.menu_akce {
    width: 100%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce li {
    list-style-type: none;
    background: #a90a2e;
    margin-bottom: 5px;
}

aside.events_calendar_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 13px;
    color: white;
    font-weight: 500;
    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: 100%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li {
    list-style-type: none;
    background: white;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a {
    display: block;
    box-sizing: border-box;
    padding: 13px;
    color: #262626;
    text-decoration: none;
    font-weight: 500;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a:hover {
    text-decoration: underline;
    color: white;
    background: #a90a2e;
}

article.akce_vypis {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    /* max-width: 850px; */
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.akce_vypis section.akce_celek_obal {
    width: 50%;
    float: none;
    box-sizing: border-box;
    padding: 15px;
    height: auto;
}

article.akce_vypis section.akce_celek_obal a {
    display: flex;
    flex-wrap: nowrap;
    /* flex-flow: row-reverse; */
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #a90a2e;
}

article.akce_vypis section.akce_celek_obal a figure.obrazek {
    position: relative;
    display: block;
    width: 25%;
    height: auto;
    margin: 0;
}

article.akce_vypis section.akce_celek_obal a span.overlay_akce {
    display: none;
}

article.akce_vypis section.akce_celek_obal a figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

article.akce_vypis section.akce_celek_obal a div.akce_text {
    width: 75%;
    margin: 0;
    box-sizing: border-box;
    padding: 14px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text {}

article.akce_vypis section.akce_celek_obal a div.akce_text span.region {
    color: black;
}

article.akce_vypis section.akce_celek_obal a div.akce_text h4.nazev_akce {
    margin: 5px 0;
    color: black;
    text-decoration: underline;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text h4.nazev_akce {
    color: #a90a2e;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.datum_konani {
    color: black;
}


/* ------------------------ AKCE CLANEK AKCE ----------------------*/

article.clanek_akce {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.clanek_akce h2.nadpis_clanku {
    margin-bottom: 15px;
    padding-left: 0;
}

article.clanek_akce {
    padding: 0 2%;
}

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: #a90a2e;
}

article.clanek_akce h3 {
    font-weight: 500;
    display: block;
    /* border-bottom: 1px solid silver; */
    color: #a90a2e;
    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: #a90a2e;
    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;
}

article.akce_search div.clanek {
    margin-left: 0;
}


/* ------------------------ -AKCE ADD ------------------------------------------*/

article.akce_add {
    width: 70%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

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;
}


/* ------------------------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: #a90a2e;
    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: #AA0A2E;
    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: #9d2236;
    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
}


/* --------------- 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: #AA0A2E;
    /* 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;
}


/* ------------------------ -LOGIN ------------------------------------------*/

article.clanek_body.prihlaseni {
    box-sizing: border-box;
    padding: 0 2%;
}

.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: #3B3B39;
    color: white;
}

.hlavni_odk_profil a:hover {
    background: #9d2236;
    color: white;
}


/* ------------ -VYHLEDAVANI ---------------------*/

article.search {
    box-sizing: border-box;
    padding: 0 2%;
}

article.search .cesta_ke_clanku {
    padding: 15px 0;
}


/*------------------ -HRA  ------------------------*/

button.hra {
    display: inline-block;
    border: 0;
    border-radius: 0;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: underline;
    background: #545454;
    color: white;
    cursor: pointer;
}

button.hra:hover,
button.hraaktivni {
    background: #AA0A2E;
    color: white;
}


/* ------------------------ POPUP DATA CONTAINER ------------------------------------------*/

div.as4uPopupDataContainer {
    max-height: 80vh;
    margin-top: 36px;
    /*      border-radius: 28px;*/
    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 {
    /*  padding-top: 15px;*/
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn h2 {
    margin: 0;
    color: #575755;
}

div.as4uPopupDataContainer .as4uPopupClose {
    position: relative;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #ffffff url(/galerie/1473722.svg) center center no-repeat;
    background-size: 20px;
    z-index: 20;
    float: right;
    border-radius: 9px;
}

div.as4uPopupDataContainer .as4uPopupClose:hover {
    background-color: #c6c6c6;
}

div.as4uPopupDataContainer .poznamka_stala {
    margin: 20px 0;
}


/*------------------- -MAPA ---------------------------*/

.subkategorie_mapa {
    display: flex;
    align-items: flex-start;
}

.subkategorie_mapa ul {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 8px;
    width: 33.333%;
    margin-left: 0 !important;
    margin-bottom: 27px;
}

.subkategorie_mapa ul li {
    width: 95%;
    list-style-type: none;
    margin-left: 0;
}

.subkategorie_mapa ul li a {
    display: inline-block;
    padding: 7px 15px;
    box-sizing: border-box;
    background: #f3f3f3;
    width: 100%;
    color: black;
    text-decoration: none;
    font-weight: 500;
}

.subkategorie_mapa ul li a:hover {
    background: #9D2236;
    color: white;
}


/*---------------------------- -DR VYPIS -------------------------------*/

main.clanek_subjektu .stranka_subakce {
    /* width: 100%; */
    /* max-width: unset; */
    position: relative;
}

main.clanek_subjektu .main_obsah,
footer.paticka_subjekty {
    /* width: calc(100vw - 380px); */
    /* margin-right: 0; */
    /* margin-left: 380px; */
    /* max-width: unset; */
}

.vypis_subjektu_obal {
    position: relative;
    overflow: hidden;
    position: relative;
}

.vypis_subjektu_obal .filtrovani_subjektu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col {
    /* width: 20%; */
    margin-bottom: 15px;
    margin-right: 0;
}


/* sablona_dsti_pocet_zaznamu */

.vypis_subjektu_obal .sablona_dsti_pocet_zaznamu {
    grid-column: 1/4;
    text-align: left;
    width: 100%;
}


/* mapa */

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_mapa_otevirani {
    /* margin: 0; */
    display: flex;
    align-items: flex-end;
    margin-left: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_mapa_otevirani a {
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 25px;
    background: #f3f3f3 url(/galerie/1781632.svg) left 11px center no-repeat;
    background-size: 22px;
    padding-left: 49px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    margin-left: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_mapa_otevirani a:hover {
    background-color: #c0c0c0;
}

.vypis_subjektu_obal #obalmapy_overflow {
    position: relative;
    height: 0;
    overflow: hidden;
    width: 100%;
    /* opacity: 0 !important; */
    /* transition: .3s !important; */
}

.vypis_subjektu_obal #obalmapy_overflow * {
    transition: 0s !important;
}

.vypis_subjektu_obal #obalmapy_overflow.aktivni {
    height: 600px;
    /* transition: .3s !important; */
    /* opacity: 1 !important; */
}

.vypis_subjektu_obal #obalmapy_overflow #mapaContMain {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.vypis_subjektu_obal #obalmapy_overflow #mapaContMain #mapa {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.mapa_tut_ctrl {
    position: absolute;
    z-index: 2;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    padding: 1em;
    font-size: 17px;
    width: 40%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 133px 15px;
    line-height: 30px;
}

.mapa_tut_ctrl2 {
    position: absolute;
    z-index: 4;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0);
    background: white;
    padding: 1em;
    font-size: 17px;
    width: 60%;
    text-align: center;
    border-radius: 15px;
    box-shadow: 1px 1px 133px 15px;
    line-height: 30px;
}

.mapa_tut_ctrl strong {
    display: inline-block;
    border-left: 1px solid gray;
    padding: 0px 10px;
    border-radius: 5px;
    background: #f7f7f7;
    border-top: 1px solid gray;
    border-right: 3px solid gray;
    border-bottom: 3px solid gray;
}

#mapaContMain_clona {
    display: none;
    width: 100%;
    height: 300px;
    background: white;
    z-index: 15;
    position: absolute !important;
    top: 0;
    left: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col h3 {
    display: block;
    width: 100%;
    margin-bottom: 10px !important;
}

.vypis_subjektu_obal .filtrovani_subjektu .col .vypis_filtru {}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc {
    width: 69%;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl {
    width: 69%;
    margin-left: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl input[type="text"] {
    border-radius: 0;
    width: calc(100% - 130px);
    margin-right: 10px;
    box-sizing: border-box;
    padding: 11px;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl button {
    border-radius: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl input[type="text"],
.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl button,
.vypis_subjektu_obal .filtrovani_subjektu .col select {
    height: 30px;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_vyhl {}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc .vypis_filtru {
    display: flex;
    flex-wrap: wrap;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc .vypis_filtru span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f3f3f3;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc .vypis_filtru span.abc_tlacitko:hover {
    background: #e9e9e9;
    opacity: 1;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc .vypis_filtru span.abc_tlacitko.aktivni {
    background: #004b94;
    color: white;
}

.col.filtr_kat {
    position: absolute;
    width: 380px !important;
    height: 100%;
    left: 0;
    top: 0;
    background: #9D2236;
    box-sizing: border-box;
    padding-top: 10px;
    /* overflow: auto; */
    /* min-height: 100vh; */
    overflow: auto;
    box-sizing: border-box;
}

.col.filtr_kat h3 {
    color: white;
    /* display: none; */
    box-sizing: border-box;
    padding: 12px;
    margin: 0;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc,
.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_region {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0;
    align-content: baseline;
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_abc *,
.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_region * {
    margin: 0;
}

.col.filtr_kat .vypis_filtru {
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    overflow: hidden;
    height: auto;
}

.col.filtr_kat .vypis_filtru::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.col.filtr_kat .vypis_filtru::-webkit-scrollbar-track {
    background: #db0000;
}


/* Handle */

.col.filtr_kat .vypis_filtru::-webkit-scrollbar-thumb {
    background: #8a0000;
}


/* Handle on hover */

.col.filtr_kat .vypis_filtru::-webkit-scrollbar-thumb:hover {
    background: var(--hov-color);
}

.col.filtr_kat .vypis_filtru span.skat_obal.aktivni {
    background: rgba(0, 0, 0, 0.3);
}

.col.filtr_kat .vypis_filtru span.skat_obal {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    /* margin: 0 6px 6px; */
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    text-align: left;
    background: transparent;
}

.col.filtr_kat .vypis_filtru span.skat_obal a,
.col.filtr_kat .vypis_filtru span.skat_obal label {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    color: white;
    box-sizing: border-box;
    padding: 13px 10px;
    background: url(/galerie/1718275.svg) left 12px center no-repeat;
    padding-left: 39px;
    text-decoration: none;
    background-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.col.filtr_kat .vypis_filtru span.skat_obal a {
    background: url(/galerie/1712557.svg) left 12px center no-repeat;
}

.col.filtr_kat .vypis_filtru span.skat_obal a:hover,
.col.filtr_kat .vypis_filtru span.skat_obal label:hover {
    background-color: rgba(0, 0, 0, 0.2);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.05); */
}

.vypis_subjektu_obal .filtrovani_subjektu .col.filtr_kat .vypis_filtru span.skat_obal input {
    display: none;
}

.vypis_subjektu_obal .table_obal {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    align-items: baseline;
}

article.subjekt {
    width: 100%;
}

article.subjekt figure.obrazek {
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 21px;
}

article.subjekt figure.obrazek a {
    width: 100%;
    height: 100%;
    display: block;
}

article.subjekt figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.subjekt .info {}

article.subjekt .info h3 {}

article.subjekt .info h3 a {
    line-height: 130%;
}

article.subjekt .info h3 a:hover {
    text-decoration: none;
}

article.subjekt .info p.popis {}

article.subjekt .info a.btn {}

.vypis_subjektu_obal .table_obal a.subjekt {
    text-decoration: none;
}

.vypis_subjektu_obal .table_obal a.subjekt,
.vypis_subjektu_obal .table_obal a.subjekt:nth-of-type(even) {
    width: 100%;
    background: white;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: baseline;
    padding: 0;
}

.vypis_subjektu_obal .table_obal a.subjekt:hover,
.vypis_subjektu_obal a.subjekt:nth-of-type(even):hover {
    background: white !important;
}

.vypis_subjektu_obal .table_obal a.subjekt:hover *,
.vypis_subjektu_obal a.subjekt:nth-of-type(even):hover * {
    color: var(--text-color) !important;
}


/* #table_setting {
    display: none;
} */

#table_setting,
#table_set_page {
    display: none;
}

.vypis_subjektu_obal .table_obal a.subjekt figure.obrazek {
    position: relative;
    width: 100%;
    padding-top: 60%;
    margin-bottom: 15px;
    height: auto;
    margin-bottom: 20px !important;
}

.vypis_subjektu_obal .table_obal a.subjekt figure.obrazek img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vypis_subjektu_obal .table_obal a.subjekt figure.obrazek,
.vypis_subjektu_obal .table_obal a.subjekt .info {
    margin: 0;
    width: 100%;
}

.vypis_subjektu_obal .table_obal a.subjekt .info {
    padding: inherit;
    align-content: baseline;
}


/* ------------------------------------ SUBJEKTY DETAIL------------------------------------*/

.nadpis_obalu_subjektu .cesta_ke_clanku {
    padding-left: 0;
}

.nadpis_obalu_subjektu a {
    display: inline-block;
    margin-right: 10px;
}

.obal_dr_vnejsi {
    width: 90%;
    margin-bottom: 100px;
    max-width: 1450px;
}

article.cely_clanek .obal_dr_vnejsi {
    width: 100%;
    margin-bottom: 100px;
}

.obal_dr_vnejsi div.ubytovani_zpet {
    text-align: left;
}

.obal_dr_vnejsi div.ubytovani_zpet a {
    display: block;
    background: url(/galerie/000000.svg) 5px center no-repeat;
    background-size: 30px;
    height: 40px;
    line-height: 40px;
    width: fit-content;
    background-color: 177F40;
    padding-left: 45px;
    padding-right: 11px;
    margin-left: 0;
    border-radius: 8px;
}

.levy_sloupec_subjektu {
    width: 60%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    border-radius: 15px;
    /* padding: 24px 30px; */
    /* padding: 0 50px 71px 50px;*/
    /* border-radius: 25px; */
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); */
    /* overflow: hidden; */
    /* background: white; */
}

ul.ehd_mesto_seznam {
    padding-left: revert;
}

ul.ehd_mesto_seznam li {
    line-height: 150%;
}

.ochrana_pamatky {
    display: none;
    background: #004b94;
    box-sizing: border-box;
    padding: 19px;
    color: white;
    margin-bottom: 20px;
}

.ochrana_pamatky div {
    margin-bottom: 12px;
    line-height: 150%;
}

.ehd_datum_otevreni {
    font-weight: 600;
}

.odpovedna_osoba {
    line-height: 150%;
}

.odpovedna_osoba b {
    margin-bottom: 4px;
    display: inline-block;
}

.levy_sloupec_subjektu .galerie_clanku {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 30px 0;
}

.levy_sloupec_subjektu .galerie_clanku .obrazek_celek {
    width: 100%;
    height: 200px;
}

.levy_sloupec_subjektu .galerie_clanku .obrazek_celek a {
    width: 100%;
    height: 100%;
    display: block;
}

.levy_sloupec_subjektu .galerie_clanku .obrazek_celek a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dr_nadpis_subjektu {
    /* background: white; */
    color: #4e4e4e;
    /*
    margin-bottom: 16px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
*/
}

.dr_nadpis_subjektu h2 {
    /*
    text-align: left;
    color: #424242;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 27px;
    line-height: 130%;
*/
}

.dr_nadpis_subjektu .popis_clanku {
    /* text-align: left; */
    /* margin-bottom: 15px; */
    /* width: 81%; */
    /* margin-left: 0; */
    color: #5a5a5a;
    font-weight: 600;
    margin-bottom: 25px;
}

.levy_sloupec_subjektu .cely_clanek_schovany {
    /* text-align: left; */
    /* margin: 2em auto 2em auto; */
    width: 100%;
    /* float: left; */
    /* position: relative; */
    /* box-sizing: border-box; */
    /*    padding: 27px;*/
    /* background: white; */
    /* border-radius: 15px; */
    /* overflow: hidden; */
}

.levy_sloupec_subjektu .cely_clanek_schovany div.clanek {}

.levy_sloupec_subjektu .cely_clanek_schovany a.zobrazit_cely_clanek {
    background: #177F40;
    display: block;
    width: 200px;
    text-align: center;
    position: relative;
    margin: auto;
    color: white;
    font-weight: bold;
    font-size: 23px;
    padding: 11px;
}

.levy_sloupec_subjektu div.clanek {
    position: relative;
    height: auto;
}

.levy_sloupec_subjektu div.clanek h4 {
    margin-bottom: 15px;
}

.levy_sloupec_subjektu div.clanek p {
    margin-bottom: 13px;
}

.levy_sloupec_subjektu div.clanek ul {}

.levy_sloupec_subjektu div.clanek ul li {
    list-style-type: circle;
}

.levy_sloupec_subjektu .slider_fotek_obal {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.obal_dr_vnejsi .kontakty_obal {
    float: right;
    width: 38%;
    box-sizing: border-box;
    padding: 10px 15px 100px 15px;
    /* border-radius: 25px; */
    /*
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
*/
    border-left: 3px solid #d4d4d4;
}

.obal_dr_vnejsi .vypis_obal strong {
    display: block;
    margin-top: 15px;
    margin-bottom: 8px;
}

.obal_dr_vnejsi .kontakty_obal h4 {
    color: #4d4d4d;
    /* font-weight: normal; */
    display: block;
    font-size: 20px;
    margin-bottom: 0px;
    /* border-bottom: 1px solid silver; */
    margin-top: 20px;
}

.obal_dr_vnejsi .kontakty_obal a.primarni_dr_obr {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.obal_dr_vnejsi .kontakty_obal a.primarni_dr_obr img {
    width: 100%;
    height: auto;
    object-position: center;
    max-height: 400px;
    object-fit: cover;
}

.obal_dr_vnejsi #mapa {
    margin: 15px 0;
    /* border-radius: 15px; */
}

.sloupce_detail {}

.adresa_kontakty_obal .hashtagtext a {
    color: #3c3c3c;
    font-size: 21px;
    font-weight: bold;
    /* width: 100%; */
    text-align: center;
    border: 1px solid silver;
    padding: 0.3em 0;
    border-radius: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.5em;
}

.adresa_kontakty_obal .hashtagtext a:hover {
    background: #f7f7f7;
}

.adresa_kontakty_obal p {
    font-weight: bold;
    margin-top: 0;
    font-size: 15px;
    border-bottom: 1px solid silver;
    padding-bottom: 1em;
}

.adresa_kontakty_obal table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.adresa_kontakty_obal table tr td,
.adresa_kontakty_obal table tr th {
    border-bottom: 1px solid silver;
    padding: 8px 0;
}

.adresa_kontakty_obal a {
    color: #3c3c3c;
}

.adresa_kontakty_obal div.video {
    display: block;
    width: 100%;
    height: 223px;
    box-sizing: border-box;
    margin: 35px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.adresa_kontakty_obal div.video a.video {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    display: block;
    text-align: center;
    padding-top: 15%;
    box-sizing: border-box;
    text-decoration: none;
}

.adresa_kontakty_obal div.video a.video img {
    display: block;
    margin-bottom: 25px;
    opacity: 1;
}

.adresa_kontakty_obal div.video:hover a.video img {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0.5;
}

.adresa_kontakty_obal div.video a.video span {
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    opacity: 1;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgb(46 46 46);
}

.adresa_kontakty_obal div.video:hover a.video span {
    text-shadow: 0px 0px 20px #0f0f0f;
    font-weight: 600;
    text-decoration: underline;
    background: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    bottom: 0;
}

.adresa_kontakty_obal div.video img.video_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    transition: .2s;
}

.adresa_kontakty_obal div.video:hover img.video_img {
    opacity: 1;
}


/* social icons */

.detail_mail {
    color: #3c3c3c;
}

a.detail_links {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 42px;
    height: 42px;
    background: white url(/galerie/1483776.png) center center no-repeat;
    border-radius: 50%;
    margin-right: 5px;
    background-size: 26px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    filter: grayscale(1);
}

a.detail_links:hover {
    filter: grayscale(1);
    ;
}

a.detail_links.special_link_yt {
    background: url(/galerie/1156981.png) center center no-repeat;
}

a.detail_links.special_link_fb {
    background: url(/galerie/1488885.svg) center center no-repeat;
    background-size: 60% 60%;
}

a.detail_links.special_link_tw {
    background: url(/galerie/1156979.png) center center no-repeat;
}

a.detail_links span {
    position: absolute;
    top: -150px;
}

.odkazy_vstupne_otev {}

a.mail {
    display: none;
}

p.vybaveni {}

.pravy_sloupec_pamatky {
    clear: both;
    width: 100%;
}

.adresa_kontakty_obal strong,
.pravy_sloupec_vypis strong,
.dr_clanek_prilohy h4 {}

.dr_clanek_prilohy {
    margin-bottom: 15px;
}

.dr_clanek_prilohy ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0 !important;
}

.dr_clanek_prilohy ul li {}

.dr_clanek_prilohy ul li a {
    position: relative;
    display: block;
    background: #ffffff;
    color: black;
    padding: 5px 15px;
    padding-left: 42px;
    margin-top: 1em;
    font-size: 14px;
    word-break: break-all;
    border-radius: 15px;
    box-shadow: 1px 1px 3px #4d4d4d;
}

.dr_clanek_prilohy ul li a:hover {
    background: #ffbc01;
    color: black;
}

.dr_clanek_prilohy ul li a img {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0, -50%);
    /* display: none; */
}

.adresa_kontakty_obal h3 {
    /* display: none; */
    margin-top: 0px;
}

.detail_cenik_kapacity {}

.detail_cenik_kapacity h4 {
    color: #4d4d4d;
    /* font-weight: normal; */
    display: block;
    font-size: 20px;
    margin-bottom: 0.5em;
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
    margin-top: 1em;
}

.detail_cenik_kapacity strong {
    font-size: 15px;
    border: 0;
    margin-bottom: 0;
}

.detail_cenik_kapacity p {
    border: 0;
}

.detail_cenik_kapacity p.ceny {
    font-weight: bold;
}

.detail_cenik_kapacity p.ceny strong {
    font-weight: normal;
}

.detail_cenik_kapacity table {
    margin-left: 0;
}

.detail_cenik_kapacity table th,
.adresa_kontakty_obal table th,
.detail_cenik_kapacity table td,
.adresa_kontakty_obal table td {
    text-align: left;
    font-size: 15px;
    border: 0px;
}

.detail_cenik_kapacity table th,
.adresa_kontakty_obal table th {
    color: #3c3c3c;
    background: transparent;
    border: 0px solid;
}

.pravy_sloupec_vypis_prvek {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #262626;
    background: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 5px 5px 0;
}

.pravy_sloupec_vypis_prvek img {
    margin-top: 6px;
}

p.vybaveni strong {
    display: block;
    margin: 0.5em 0;
    color: #333333;
}

.popis_clanku table {
    width: 100%;
}

.popis_clanku table td {
    border-bottom: 1px solid silver;
    padding: 5px;
}

.odkazy_vstupne_otev a {
    display: block;
    background: #ffffff;
    color: #484848;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    font-size: 19px;
    border-radius: 25px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.odkazy_vstupne_otev a:hover {
    background: #3c3c3c;
    color: white;
}

div#table_set_page {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

div#table_set_page strong {
    font-size: 17px;
    color: #3c3c3c;
    margin: 0 3px;
}

div#table_set_page a {
    font-size: 17px;
    color: #3c3c3c;
    margin: 0 3px;
}

div#table_set_page a.table_set_page_next {}

div#table_set_page a.table_set_page_prev {}

.souvisejici_clanky h2 {
    width: 100%;
    text-align: left;
}

.souvisejici_clanky {
    margin-top: 56px;
}

.souvisejici_clanky a,
.subjekt_akce {}

.souvisejici_clanky a h3,
.subjekt_akce h4 {}

.souvisejici_clanky .obal_subjektu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.souvisejici_clanky {}

.souvisejici_clanky a {
    width: 350px;
    display: block;
    float: left;
    margin-right: 35px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid var(--main-color);
    margin-bottom: 20px;
}

.souvisejici_clanky a:hover h3 {
    text-decoration: underline;
}


/* souvisejici clanky */

div.souvisejici_top {
    width: 100%;
    margin-top: 1.5em;
    font-size: 85%;
    line-height: normal;
}

div.souvisejici_top h4 {
    /* margin: 0em; */
    font-size: 100%;
    font-style: normal;
}

div.souvisejici_top div.subjekt_obal {
    /* border-bottom: 1px solid #d9d9d9; */
    width: 49%;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    float: left;
}

div.souvisejici_top div.subjekt {
    /* height: 70px; */
    /* overflow: hidden; */
    padding: 0px 10px;
}

div.souvisejici_top img {
    padding: 2px;
    float: left;
    background-color: white;
    margin-right: 10px;
    width: 90px;
    height: 136px;
    object-fit: cover;
    object-position: center;
}

div.souvisejici_top div.text {
    font-size: 100%;
}

div.souvisejici_top div.text a {
    color: #515151;
    text-decoration: none;
}

div.souvisejici_top div.text a:hover {
    color: #515151;
}

table.kontakty {
    width: 100%;
}


/*------------------- -DODATKY ---------------------------*/

.ulozit_jako {
    text-align: right;
    box-sizing: border-box;
    padding: 0 2%;
    font-size: 14px;
}

.ulozit_jako a {
    display: inline-block;
    margin-left: 8px;
}

.ulozit_jako a:hover {
    text-decoration: none;
}

.ulozit_jako a span {
    font-size: 14px;
}


/*------------------- -RESPONZIVITA ---------------------------*/

@media screen and (max-width: 1360px) {
    header .obsah a.logo {
        width: 258px;
        padding: 20px;
    }
    header .obsah::after {
        left: 257px;
    }
    div.titulka {
        padding-top: 99px;
    }
    header .obsah .top_navigace {
        padding-left: 260px;
    }
    header .obsah .top_navigace ul li a {
        font-size: 15px;
        padding: 8px 15px;
    }
    section.navigace {
        background: white;
    }
    section.navigace nav.hlavni {
        padding: 0;
    }
    section.navigace nav.hlavni ul li.karta {
        width: 24%;
    }
    footer .levy_blok {
        width: 80%;
    }
    footer .levy_blok h3 {
        font-size: 16px;
    }
    footer .pravy_blok {
        width: 24%;
    }
    footer .paticka_bloky {
        padding: 20px;
        padding-right: 20px;
    }
    aside.events_calendar_menu {
        width: calc(35% - 20px);
    }
    article.akce_vypis,
    article.clanek_akce,
    article.akce_add {
        width: 65%;
    }
}

@media screen and (max-width: 1200px) {
    footer {
        display: flex;
        flex-wrap: wrap;
    }
    footer .levy_blok {
        width: 100%;
        flex-wrap: wrap;
    }
    footer .pravy_blok {
        width: 100%;
        border-left: 0px;
    }
}

@media screen and (max-width: 1170px) {
    header .obsah::after {
        display: none;
    }
    header .obsah .top_navigace ul li a {
        font-size: 15px;
        padding: 8px;
    }
    section.bannery {
        flex-wrap: wrap;
    }
    section.bannery a.banner.velky_banner {
        width: 100%;
        height: 450px;
        margin: 0;
        margin-bottom: 15px;
    }
    section.bannery div.side_bannery {
        width: 100%;
        display: flex;
        padding: 0 1%;
    }
    section.navigace nav.hlavni ul {
        display: flex;
        flex-wrap: wrap;
    }
    section.navigace nav.hlavni ul li.karta {
        position: relative;
        width: 49.5%;
        margin-bottom: 10px;
    }
    header .obsah a.logo,
    header.subakce .obsah a.logo {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        width: 112px;
        height: auto;
        box-sizing: border-box;
        padding: 0;
        background: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    header .obsah a.logo img {
        width: 100%;
        height: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
    header .obsah a.logo::after {
        display: none;
    }
    header .obsah .top_bar {
        padding: 20px 10px;
    }
    header .obsah .top_navigace {
        padding-left: 130px;
    }
    header .obsah .top_navigace ul {
        justify-content: flex-end;
        margin: 0;
    }
}

@media screen and (max-width: 960px) {
    .titulka_body {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }
    section.kalendar,
    section.aktuality {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
    }
    header .obsah .top_navigace {
        display: none;
    }
    header .obsah .top_bar div.kontakt,
    header .obsah .top_bar div.socialni_site,
    header .obsah .top_bar div.vyhledavani_obal,
    header .obsah .top_bar div.jazyky {
        display: none;
    }
    header .obsah .top_bar {
        height: 60px;
        padding-right: 64px;
    }
    div.titulka {
        padding-top: 65px;
    }
    /*----------- -MOBILE MENU ------------------------*/
    header .mobile_menu {
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0, -50%);
        width: 35px;
        height: 35px;
        background: url(/galerie/1473720.svg)center center no-repeat;
        background-size: contain;
    }
    header .mobile_menu.close {
        background: url(/galerie/1473722.svg)center center no-repeat;
        background-size: contain;
    }
    section.navigace nav.hlavni {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed !important;
        top: 0px !important;
        left: 0;
        height: 100%;
        max-width: unset;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: rgba(255, 255, 255, 0.8);
    }
    aside.leve_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed !important;
        top: 0px !important;
        left: 0;
        height: 100%;
        max-width: unset;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: rgb(157 34 54);
    }
    aside.events_calendar_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed !important;
        top: 0px !important;
        left: 0;
        height: 100%;
        max-width: unset;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: rgba(255, 255, 255, 0.9);
        margin-left: 0;
    }
    section.navigace nav.hlavni ul {
        transform: translate(0, 0);
        height: auto;
        padding-left: 0;
        padding: 15px;
        padding-top: 95px;
        width: 100%;
        flex-wrap: wrap;
        /* max-width: 240px; */
        margin-right: 0;
        box-sizing: border-box;
    }
    aside.events_calendar_menu .menu_obsah {
        transform: translate(0, 0);
        height: auto;
        padding-left: 0;
        padding: 15px;
        padding-top: 95px;
        width: 100%;
        flex-wrap: wrap;
        /* max-width: 240px; */
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        max-width: 400px;
    }
    section.navigace nav.hlavni ul li.karta.mobile {
        display: block;
    }
    .page_size {
        width: 100%;
        max-width: unset;
        box-sizing: border-box;
        padding: 100px 2% 50px;
    }
    .cesta_ke_clanku {
        padding: 15px 0px;
    }
    article.cely_clanek,
    article.akce_vypis,
    article.akce_add,
    article.clanek_akce {
        width: 100%;
        max-width: unset;
        float: none;
        box-sizing: border-box;
        padding-left: 0%;
    }
    aside.leve_menu div.sloupec_navigace {
        transform: translate(0, 0);
        height: auto;
        padding-left: 0;
        padding: 15px;
        padding-top: 95px;
        width: 100%;
        flex-wrap: wrap;
        /* max-width: 240px; */
        margin-right: 0;
        box-sizing: border-box;
    }
    section.navigace nav.hlavni ul li {
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }
    header .obsah .top_bar div.kontakt,
    header .obsah .top_bar div.socialni_site,
    header .obsah .top_bar div.vyhledavani_obal,
    header .obsah .top_bar div.jazyky,
    header .obsah .top_bar div.kontakt {
        margin: 0;
        margin-left: 0px;
    }
    footer {
        display: flex;
        flex-wrap: wrap;
    }
    footer .levy_blok {
        width: 100%;
        padding: 0;
    }
    footer .levy_blok a.logo {
        max-width: 210px;
        margin-bottom: 25px;
        float: left;
        margin-right: 30px;
        min-height: 95px;
    }
    footer .levy_blok h3 {
        margin-top: 0;
    }
    footer .pravy_blok {
        width: 100%;
    }
    footer .paticka_bloky .blok {
        width: 100%;
    }
    footer .paticka_bloky div.prihlaseni_dlazdice {
        margin-left: 0;
    }
    div.events_body h2.nadpis_clanku {
        padding-left: 0;
    }
    section.kalendar table.kalendar {
        display: none;
    }
    .subkategorie_mapa {
        flex-wrap: wrap;
    }
    .subkategorie_mapa ul {
        margin-bottom: 9px;
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    section.navigace nav.hlavni ul {
        justify-content: flex-end;
    }
    section.navigace nav.hlavni ul li.karta {
        width: 100%;
        max-width: 450px;
        margin-bottom: 20px;
    }
    section.bannery a.banner.velky_banner {
        width: 100%;
        height: 300px;
        margin: 0;
        margin-bottom: 7px;
    }
    .subkategorie_mapa ul {
        margin-bottom: 9px;
        width: 100%;
    }
    .subkategorie_mapa ul li {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    section.kalendar div.kalendar_vypis article.akce a,
    article.aktualita {
        display: flex;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-flow: column-reverse;
    }
    section.kalendar div.kalendar_vypis article.akce a div.info,
    article.aktualita div.info {
        width: 100%;
    }
    section.kalendar div.kalendar_vypis article.akce a figure,
    article.aktualita figure {
        width: 100%;
        margin-bottom: 20px;
    }
    section.kalendar div.kalendar_vypis article.akce a figure img,
    article.aktualita figure img {
        max-width: 300px;
    }
    footer .levy_blok p {
        display: block;
        clear: both;
    }
    article.akce_vypis section.akce_celek_obal {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    section.bannery div.side_bannery {
        height: auto;
    }
    section.bannery a.banner {
        width: 100%;
        height: 200px;
        margin-bottom: 7px;
    }
    section.bannery {
        padding-bottom: 20px;
    }
    div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani,
    article.cely_clanek a.primarni_obrazek_clanku,
    figure.primarni_obrazek_akce {
        display: block;
        width: 100%;
        height: auto;
        margin: 15px 0;
        margin-left: 0;
    }
    div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img,
    article.cely_clanek a.primarni_obrazek_clanku img,
    figure.primarni_obrazek_akce a.obrazek {
        float: none;
        margin: 0;
        max-width: 0;
        height: auto;
        width: 100%;
        max-width: 250px;
        height: auto;
        object-fit: contain;
        object-position: center;
    }
    figure.primarni_obrazek_akce a.obrazek img {
        width: 100%;
        max-width: 250px;
        height: auto;
        object-fit: contain;
        object-position: center;
        padding: 0;
        float: none;
    }
    div.popis_clanku {
        width: 100%;
        max-width: unset;
        float: none;
        padding: 0;
    }
    section.kalendar div.kalendar_vypis article.akce a figure {
        max-height: 130px;
    }
}