@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=latin-ext');
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

:root {
    --main-color: #00734a;
    /*--main-color: #730000;*/
}

body {
    position: relative;
    font-size: 14px;
    overflow-x: hidden;
    background: #e5f1ed;
}

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;
}

#galery_view {
    transition: 0s !important;
}

div#mapaContMain {
    transition: .0s !important;
}

h1 {
    text-transform: none;
    font-size: 40px;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 130%;
    color: #3B3B39;
}

h3 {
    font-size: 20px;
    font-weight: 500;
    color: #3B3B39;
    margin: 10px 0 15px;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #3B3B39;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    color: var(--main-color);
}

h5 {}

h6 {}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0b0b0b;
    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 var(--main-color);
    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;
    }
}

.ui-menu-item a img {
    margin-right: 10px !important;
}


/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy,
.hlavni_odk_profil {
    margin-bottom: 10px;
}

.hlavni_odkazy a.tlacitko_hlavni,
.hlavni_odk_profil a {
    display: inline-block;
    /* padding: 5px 15px; */
    /* border: 1px solid #686868; */
    color: #595959;
    margin: 5px 0;
    text-decoration: underline;
    /* border-radius: 5px; */
}

.hlavni_odkazy a.tlacitko_hlavni:hover,
.hlavni_odk_profil a:hover {
    /* background: #00599F; */
    /* border: 1px solid #00599F; */
    /* color: white; */
    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;
    overflow: hidden;
    border-radius: 10px;
}

input[type="text"],
input[type="password"],
textarea,
select {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid silver;
    margin: 5px 0;
}

input[type="submit"],
button[type="button"] {
    padding: 5px 13px;
    background: var(--main-color);
    border: 0;
    cursor: pointer;
    transition: .2s;
    color: white;
    border: 1px solid var(--main-color);
    font-weight: 500;
    /* border-radius: 15px; */
}

input[type="submit"]:hover,
button[type="button"]:hover {
    background: var(--main-color);
    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 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;
}


/*---------------------------- -SPOLECNE CLASSY -------------------------------*/

.page_size {
    width: 95%;
    max-width: 1500px;
    box-sizing: border-box;
}

.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;
}

div.nadpis_sekce {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
}

div.nadpis_sekce h2 {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-size: 40px;
    font-weight: 500;
    margin: 10px 0;
    color: var(--main-color);
}

div.nadpis_sekce div.odkazy {
    display: flex;
    align-items: center;
    margin: 0;
}

div.nadpis_sekce div.odkazy a.btn {
    margin-left: 15px;
}

div.ovladani {
    display: flex;
    width: auto;
    justify-content: flex-end;
    box-sizing: border-box;
    margin-right: 0;
}

div.ovladani a.page {
    display: block;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    margin: 0;
    border-radius: 50%;
    margin-left: 8px;
    opacity: 0.5;
}

div.ovladani a.page.aktivni {
    background: #fcc10d;
    opacity: 1;
}

.obal_odkazu {
    text-align: center;
    margin: 50px 0;
}

.obal_odkazu a {
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    color: var(--main-color);
    box-sizing: border-box;
    padding: 15px 40px;
    background: white;
    background-size: contain;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.obal_odkazu a:hover {
    color: white;
    background: var(--main-color);
}

.sipka {
    display: block;
    width: 40px;
    height: 40px;
    background: url(/galerie/1557552.svg)center center no-repeat;
    background-size: contain;
    border-radius: 50%;
}

a.btn {
    padding: 6px 25px;
    color: white;
    background: var(--main-color);
    border-radius: 15px;
}

a.btn:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

a.btn.gray {
    color: var(--main-color);
    background: #f4f4f4;
}


/*---------------------------- -TITULKA -------------------------------*/

div.titulka {}

div.titulka section {
    padding: 5em 0 4em;
}


/*---------------------------- -HEADER -------------------------------*/

header {}

header .top_bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 5;
    backdrop-filter: blur(4px);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

header .top_bar .obsah {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
}

header .top_bar .logo_obal {
    position: absolute;
    left: 0;
    top: 0;
}

header .top_bar a.logo {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
    width: 240px;
    box-sizing: border-box;
    padding: 20px 20px 55px;
    background: url(/galerie/1557560.svg)bottom center no-repeat;
    background-size: cover;
}

header.zima .top_bar a.logo,
header.zima section.slider div.slider_info h3.nazev,
section.tipy_na_vylety div.vypis_obal a.sipka,
section.kalendar .kalendar_obsah .obal_vypisu .sipka,
a.detail_links {
    filter: hue-rotate(412deg);
}

header .top_bar a.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0;
}

header .top_bar .logo_obal h2 {
    position: absolute;
    right: 0;
    top: 38px;
    transform: translate(110%, -50%);
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    color: black;
    font-weight: 400;
}

header .top_bar .logo_obal a.obcane_tudy {
    display: none;
}

@media screen and (min-width: 530px) {
    header .top_bar .logo_obal.plus_obcane h2 {
        position: absolute;
        right: 0;
        top: 23px;
        transform: translate(110%, -50%);
        display: inline-block;
        font-size: 17px;
        text-transform: uppercase;
        color: black;
        font-weight: 400;
    }
    header .top_bar .logo_obal a.obcane_tudy {
        position: absolute;
        right: 0;
        top: 60px;
        transform: translate(100%, -50%);
        display: inline-block;
        text-decoration: none;
        font-size: 17px;
        color: white;
        font-weight: 400;
        /* background: #00734a; */
        background: url(/galerie/1557564.svg)right center no-repeat;
        background-size: cover;
        box-sizing: border-box;
        padding: 5px 37px 5px 15px;
        white-space: nowrap;
    }
}

nav.hlavni {
    margin: 0;
    margin-right: 0;
    height: auto;
}

nav.hlavni>ul {
    display: flex;
}

nav.hlavni>ul li {
    position: relative;
    list-style-type: none;
}

nav.hlavni>ul li a.nadpis_karty::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    transition: .2s;
}

nav.hlavni>ul li a.nadpis_karty:hover::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: calc(100%);
    z-index: -1
}

nav.hlavni>ul li a.nadpis_karty {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    text-decoration: none;
    box-sizing: border-box;
    padding: 40px 30px 20px;
    color: #222222;
    min-width: 130px;
    text-align: center;
    text-transform: uppercase;
}


/* obcan */

nav.hlavni ul li#hl_290625 a.nadpis_karty:hover {
    color: black;
}

nav.hlavni ul li#hl_290625 a.nadpis_karty::before {
    background: #fcc10d;
}


/* urad */

nav.hlavni ul li#hl_290626 a.nadpis_karty:hover {
    color: white;
}

nav.hlavni ul li#hl_290626 a.nadpis_karty::before {
    background: #a8644d;
}


/* obec */

nav.hlavni ul li#hl_290627 a.nadpis_karty:hover,
nav.hlavni ul li#hl_299637 a.nadpis_karty:hover {
    color: white;
}

nav.hlavni ul li#hl_290627 a.nadpis_karty::before,
nav.hlavni ul li#hl_299637 a.nadpis_karty::before {
    background: #0091d0;
}


/* turista */

nav.hlavni ul li#hl_290628 a.nadpis_karty:hover {
    color: white;
}

nav.hlavni ul li#hl_290628 a.nadpis_karty::before {
    background: #00734a;
}

nav.hlavni ul li ul.submenu {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: max-content;
    box-sizing: border-box;
    padding: 20px 0 30px;
    animation-name: showUp;
    animation-duration: 350ms;
    animation-delay: 10ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: backwards;
}

@keyframes showUp {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

nav.hlavni ul li:hover ul.submenu {
    display: block;
}

nav.hlavni ul li ul.submenu::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/galerie/1557563.svg)bottom center no-repeat;
    background-size: 100%;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

nav.hlavni ul li ul.submenu li {
    list-style-type: none;
    display: block;
}

nav.hlavni ul li ul.submenu li a {
    display: block;
    box-sizing: border-box;
    padding: 4px 30px 4px 20px;
    font-weight: 500;
    font-size: 17px;
    text-decoration: none;
    color: #3B3B39;
}

nav.hlavni ul li ul.submenu li a:hover {
    background: var(--main-color);
    color: white;
}

header .top_bar div.odkazy {
    display: flex;
    align-items: center;
    height: 42px;
    margin: 0;
    margin-bottom: 9px;
}

header .top_bar div.odkazy .odkaz_item {
    margin-left: 10px;
}

header .top_bar div.odkazy div.pocasi {
    height: 100%;
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

header .top_bar div.odkazy div.pocasi span.teplota {
    color: #595959;
    font-size: 15px;
    font-weight: 600;
}

header .top_bar div.odkazy div.pocasi img {
    height: 23px;
    width: auto;
    object-fit: contain;
    object-position: center;
    margin-left: 5px;
}

header .top_bar div.odkazy div.search_obal {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/galerie/1557550.svg)center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

header .top_bar div.odkazy div.search_obal:hover {
    transform: rotate(10deg);
}


/* 
header .top_bar div.odkazy a.facebook {
    display: block;
    width: 22px;
    height: 22px;
    background: url(/galerie/1557557.svg)center center no-repeat;
    background-size: contain;
}

header .top_bar div.odkazy a.kamery {
    height: 100%;
    width: 33px;
    background: url(/galerie/1505529.svg)center center no-repeat;
    background-size: contain;
}

header .top_bar div.odkazy a.parkovani {
    height: 100%;
    width: 16px;
    background: url(/galerie/1594778.svg)center center no-repeat;
    background-size: contain;
}
 */

header .top_bar div.odkazy .odkaz_item img {
    height: 20px;
    max-width: 30px;
    width: auto;
    object-fit: contain;
}

header .top_bar div.odkazy .odkaz_item:hover img {
    transform: translate(0, -2px);
}

header .top_bar div.mobile_menu {
    display: none;
}


/* ------------- vyhledavani ------------------------*/

header span.search_open {
    display: block;
    width: 20px;
    height: 20px;
    background: url(/galerie/1505531.svg)center center no-repeat;
    background-size: contain;
    cursor: pointer;
}

header span.search_open.close {
    background: url(/galerie/1505528.svg)center center no-repeat;
    background-size: contain;
    filter: grayscale(1);
}

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: 10;
}

div.search_win *,
ul.ui-autocomplete,
ul.ui-autocomplete * {
    transition: 0s !important;
}

ul.ui-autocomplete {
    z-index: 5 !important;
    transform: translate(-8px, 4px);
}

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: 5px; */
    margin-left: 5px;
}

div.search_win span.search_open.close {
    background-size: 60% !important;
}

div.search_win span.search_open.close:hover {
    background-color: #fcc10d;
}

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;
    /* border-bottom: 5px solid #fcc10d; */
    z-index: 2;
    margin: 0;
    background: white;
    /* border-radius: 7px; */
    -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: 5px;
    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: #fcc10d url(/galerie/1505531.svg)center center no-repeat;
    background-size: 55%;
    /* border-radius: 5px; */
    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: rgba(0, 0, 0, 0.2);
}

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;
}


/*---------------------------- -SLIDER -------------------------------*/

section.slider {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    min-height: 600px;
    height: 75vh;
    margin-bottom: 170px;
}

header.subakce section.slider {
    min-height: unset;
    height: 300px;
    margin-bottom: 10px;
}

section.slider * {
    transition: 0s !important;
}

section.slider .obsah {
    display: flex;
    position: relative;
    height: 100%;
}

section.slider a.odkaz_mesto {
    position: absolute;
    right: 0;
    top: 130px;
    background: url(/galerie/1557564.svg)right center no-repeat;
    background-size: cover;
    z-index: 4;
    box-sizing: border-box;
    padding: 8px 25px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

section.slider a.odkaz_mesto:hover {
    transform: translate(2px, 0);
    text-decoration: underline;
}

section.slider a.janov {
    top: 170px;
}

section.slider div.titulka_bgr_obr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.slider div.titulka_bgr_obr_subakce {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

section.slider div.slider_info {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    flex-wrap: wrap;
    z-index: 1;
    height: auto;
    box-sizing: border-box;
    margin-right: 0;
    margin-bottom: -3%;
}

section.slider div.slider_info * {
    color: white;
    text-align: right;
}

section.slider div.slider_info a {
    margin-right: 0;
}

section.slider div.slider_info h3.nazev {
    position: relative;
    display: inline-block;
    margin: 0;
    text-transform: none;
    font-size: 23px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 0.5em 60px 0.5em 4em;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8));
    background: url(/galerie/1557567.svg)left center no-repeat;
    background-size: cover;
    margin-bottom: 25px;
}

section.slider div.slider_info h3.nazev::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    display: block;
    width: 27px;
    height: 27px;
    background: url(/galerie/1557552.svg)center center no-repeat;
    background-size: contain;
}

section.slider div.slider_info h3.nazev:hover {
    padding: 0.5em 60px 0.5em 5em;
    text-decoration: underline;
}

section.slider div.slider_info p {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 180%;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.8));
}

section.slider div.slider_info div.prolinacka_menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

section.slider div.slider_info div.prolinacka_menu a.sablona_prolinacka_data {
    position: relative;
    display: block;
    margin: 0;
    margin-left: 25px;
    width: 230px;
    height: 200px;
    background: url(/galerie/1557561.jpg)center center no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

section.slider div.slider_info div.prolinacka_menu a.sablona_prolinacka_data:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
    transform: translate(0, -2px);
}

section.slider div.slider_info div.prolinacka_menu a.sablona_prolinacka_data h3 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0, calc(100% + 30px));
    color: #646464;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
}

section.slider div.slider_info div.prolinacka_menu a.sablona_prolinacka_data:hover h3 {
    color: var(--main-color);
    text-decoration: underline;
}


/*---------------------------- -BANNERY -------------------------------*/

section.bannery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 8px;
    padding-top: 0em !important;
}

section.bannery a.banner:first-of-type {
    grid-column: 1/3;
    grid-row: 1/3;
    height: 448px;
}

a.banner {
    position: relative;
    display: block;
    background: var(--main-color);
    background-size: cover;
    width: 100%;
    height: 220px;
}

a.banner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

section.bannery a.banner:first-of-type h2 {
    padding: 1em 1em 0.5em;
    font-size: 35px;
}

a.banner figure.obrazek {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

a.banner figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

a.banner h2,
article.cely_clanek a.banner h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%);
    color: white;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
    box-sizing: border-box;
    padding: 0.8em 1em;
    font-weight: 400;
    font-size: 28px;
}

a.banner:hover h2,
article.cely_clanek a.banner:hover h2 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%);
}


/*---------------------------- -TIPY NA VYLETY -------------------------------*/

section.tipy_na_vylety {
    position: relative;
    display: flex;
    align-items: flex-end;
}

section.tipy_na_vylety div.cover {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100vw;
    height: 100%;
    top: 100px;
    background: url(/galerie/1557555.svg)top center no-repeat;
    background-size: 100%;
    z-index: -1;
}

.zima section.tipy_na_vylety div.cover {
    background: url(/galerie/1585737.svg)top center no-repeat;
    background-size: 100%;
}

section.tipy_na_vylety div.info {
    width: 30%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 6em;
    padding-bottom: 2em;
    background: var(--main-color);
}

section.tipy_na_vylety div.info * {
    color: white;
}

section.tipy_na_vylety div.info h2 {
    margin-bottom: 0.8em;
}

section.tipy_na_vylety div.info div.text {
    margin-bottom: 2em;
}

section.tipy_na_vylety div.info a.btn {
    background: white;
    color: var(--main-color);
    font-weight: 600;
    opacity: 0.9;
}

section.tipy_na_vylety div.info a.btn:hover {
    opacity: 1;
}

section.tipy_na_vylety div.vypis_obal {
    position: relative;
    width: 70%;
    margin: 0;
}

section.tipy_na_vylety div.vypis_obal a.sipka {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 2;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

section.tipy_na_vylety div.vypis {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

section.tipy_na_vylety div.vypis article.subjekt {
    overflow: hidden;
    color: white;
    background: var(--main-color);
}

section.tipy_na_vylety div.vypis article.subjekt:hover {
    transform: translate(0, -3px);
}

section.tipy_na_vylety div.vypis article.subjekt a {
    color: white;
}

section.tipy_na_vylety div.vypis article.subjekt figure.obrazek {
    position: relative;
    width: 100%;
    height: 380px;
    margin-bottom: 1.5em;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

section.tipy_na_vylety div.vypis article.subjekt:hover figure.obrazek {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
}

section.tipy_na_vylety div.vypis article.subjekt figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.tipy_na_vylety div.vypis article.subjekt figure.obrazek span.ikona {
    position: absolute;
    left: 15px;
    top: 0;
    background: rgba(252, 193, 13, 0.8) url(/galerie/1557553.svg)center center no-repeat;
    background-size: 50%;
    width: 50px;
    height: 65px;
}

.zima section.tipy_na_vylety div.vypis article.subjekt figure.obrazek span.ikona {
    background: rgba(252, 193, 13, 0.8) url(/galerie/1586040.svg)center center no-repeat;
}

section.tipy_na_vylety div.vypis article.subjekt h3 {
    text-decoration: underline;
    color: white;
}

section.tipy_na_vylety div.vypis article.subjekt span.lokace {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(/galerie/1557562.svg)left center no-repeat;
    opacity: 0.9;
}


/*---------------------------- -AKTUALITY --------------------------------------*/

section.aktuality {
    background: white;
    margin-bottom: 70px;
    margin-bottom: 0;
}

section.aktuality .vypis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

section.aktuality .vypis article.aktualita {
    position: relative;
    margin: 0;
    overflow: hidden;
}

section.aktuality .vypis article.aktualita figure {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

section.aktuality .vypis article.aktualita figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality .vypis article.aktualita figure:hover img {
    transform: scale(1.02);
}

section.aktuality .vypis article.aktualita figure span {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 15px;
    padding: 5px 15px;
    color: white;
    background: var(--main-color);
    border-radius: 0 7px 7px 0;
}

section.aktuality .vypis article.aktualita .info {
    box-sizing: border-box;
    padding: 20px
}

section.aktuality .vypis article.aktualita .info h3 {
    color: black;
    text-decoration: underline;
}

section.aktuality .vypis article.aktualita .info h3:hover {
    transform: translate(2px, 0);
}

section.aktuality .vypis article.aktualita .info p {
    margin-bottom: 2em;
}


/*---------------------------- -KALENDAR AKCI -------------------------------*/

section.kalendar .kalendar_obsah {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

section.kalendar .kalendar_obsah .obal_vypisu {
    width: 100%;
    grid-column: 2/4;
}

section.kalendar .kalendar_obsah .overflow_obal {
    position: relative;
}

section.kalendar .kalendar_obsah .obal_vypisu .vypis {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
}

section.kalendar .kalendar_obsah .obal_vypisu .sipka {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%) rotate(90deg);
    -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);
}

section.kalendar .kalendar_obsah .obal_vypisu .vypis .cleaner {
    display: none;
}

section.kalendar .kalendar_obsah .kalendar_vyber {
    position: relative;
    width: 100%;
    background: var(--main-color);
    box-sizing: border-box;
    padding: 30px;
    padding-top: 50px;
}

section.kalendar .kalendar_obsah .kalendar_vyber::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    transform: translate(-100%, 0);
    background: var(--main-color);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar .vyber_rok_mesic {
    text-align: center;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar .vyber_rok_mesic span {
    display: inline-block;
    margin: 0 15px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar .vyber_rok_mesic a {
    color: white;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar {
    margin-left: auto;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar tr {
    font-size: 19px;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar tr td {
    border: 0;
    padding: 7px;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar tr th {
    background: none;
    text-transform: uppercase;
    color: #ffffff;
    border: 0;
    font-weight: 400;
    font-size: 26px;
    padding-bottom: 15px;
    opacity: 0.7;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar a {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding: 10px 10px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    color: #ffffff;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar tr td.bubble_inicialized a {}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar tr td.bubble_inicialized a::after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    /* border-radius: 5px; */
    background: #fcc10d;
}

section.kalendar .kalendar_obsah .kalendar_vyber .kalendar table.kalendar a:hover {
    background: #005839;
    color: white;
    border-radius: 8px;
}

article.akce {
    width: 100%;
}

article.akce a {
    position: relative;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}

article.akce figure.obrazek {
    position: absolute;
    width: 200px;
    height: 100%;
    overflow: hidden;
}

article.akce figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

article.akce a:hover figure.obrazek img {
    transform: scale(1.03);
}

article.akce div.info {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    padding-left: 230px;
    background: white;
}

article.akce div.info span.datum {
    color: black;
    margin-bottom: 13px;
    display: block;
}

article.akce div.info h3 {
    color: var(--main-color);
    text-decoration: underline;
}

article.akce a:hover div.info h3 {
    transform: translate(3px, 0);
}

article.akce div.info p.adresa {}


/*---------------------------- -FOTOGALERIE -------------------------------*/

section.fotogalerie {
    background: white;
    margin-bottom: 0;
}

section.fotogalerie .vypis {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 8px;
    padding-top: 0em !important;
}

section.fotogalerie .vypis figure.obrazek {
    position: relative;
    width: 100%;
    height: 291px;
    grid-column: 6/8;
}

section.fotogalerie .vypis figure.obrazek:first-of-type {
    grid-column: 1/6;
    grid-row: 1/3;
    height: 590px;
}

section.fotogalerie .vypis figure.obrazek:nth-child(2) div.ovladani {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.fotogalerie .vypis figure.obrazek a.gallery_initialized {
    display: block;
    width: 100%;
    height: 100%;
}

section.fotogalerie .vypis figure.obrazek a.gallery_initialized img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/*---------------------------- -SPOLUPRACUJEME -------------------------------*/

section.spolupracujeme {
    background: white;
}

section.spolupracujeme .vypis {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0;
}

section.spolupracujeme .vypis figure.partner {
    width: 230px;
    height: auto;
    margin: 15px 30px 47px 15px;
}

section.spolupracujeme .vypis figure.partner a {
    display: flex;
    align-items: center;
    justify-content: center;
}

section.spolupracujeme .vypis figure.partner a img {
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 80px;
    object-fit: contain;
    object-position: center;
}

section.spolupracujeme .vypis figure.partner a img:hover {
    transform: translate(0, -2px);
}


/*---------------------------- -PATICKA -FOOTER -------------------------------*/

footer {
    background: #3c3c3c;
    overflow: hidden;
}

footer * {
    color: white;
}

footer .obsah {
    display: flex;
}

footer .obsah .left,
footer .obsah .right {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 3em 2em;
    margin: 0;
}

footer .obsah .left {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

footer .obsah .left .logo_obal {
    width: 100%;
    max-width: 270px;
    margin: 0;
}

footer .obsah .left .logo_obal a.logo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 2em
}

footer .obsah .left .logo_obal a.logo:hover {
    transform: translate(2px, 0);
}

footer .obsah .left .logo_obal a.logo img {
    width: 100%;
    height: auto;
}

footer .obsah .left .logo_obal a.odkaz_mesto {
    display: block;
    width: 100%;
    background: url(/galerie/1557564.svg)right center no-repeat;
    background-size: cover;
    z-index: 4;
    box-sizing: border-box;
    padding: 8px 25px;
    color: white;
    font-weight: 500;
    text-decoration: none;
}

footer .obsah .left .logo_obal a.odkaz_mesto:hover {
    transform: translate(2px, 0);
}

footer .obsah .left div.odkazy {
    margin: 0;
    text-align: right;
}

footer .obsah .left div.odkazy ul {
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 1.5em;
}

footer .obsah .left div.odkazy ul li {
    display: block;
    margin-bottom: 8px;
}

footer .obsah .left div.odkazy ul li a {}

footer .obsah .left div.odkazy ul li a:hover {
    display: inline-block;
    transform: translate(-2px, 0);
}

footer .obsah .left div.odkazy .as4u {}

footer .obsah .left div.odkazy .as4u a:hover {
    display: inline-block;
    transform: translate(-2px, 0);
}

footer .obsah .right {
    max-width: 300px;
    background: var(--main-color);
    padding-left: 0;
    padding-top: 2em;
}

footer .obsah .right::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    transform: translate(100%, 0);
    background: var(--main-color);
}

footer .obsah .right ul.footer_nav {}

footer .obsah .right ul.footer_nav li#fot_290625 {
    border-left: 7px solid #fcc10d;
}

footer .obsah .right ul.footer_nav li#fot_290626 {
    border-left: 7px solid #a8644d;
}

footer .obsah .right ul.footer_nav li#fot_290627 {
    border-left: 7px solid #0091d0;
}

footer .obsah .right ul.footer_nav li#fot_290628 {
    border-left: 7px solid #005839;
}

footer .obsah .right ul.footer_nav li {
    display: block;
    list-style-type: none;
    box-sizing: border-box;
}

footer .obsah .right ul.footer_nav li a {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
}

footer .obsah .right ul.footer_nav li a:hover {
    text-decoration: underline;
}

footer div.prihlaseni {}

footer div.prihlaseni a {
    display: inline-block;
    margin-left: 5px;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 7px 0;
    height: auto;
    overflow: hidden;
    float: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.cesta_ke_clanku a {
    color: #3e3e3e;
    display: inline-block;
    transition: .2s;
    text-decoration: underline;
}

.cesta_ke_clanku a.zpet {
    display: inline-block;
    box-sizing: border-box;
    padding: 7px 20px;
    color: #ffffff;
    margin-bottom: 5px;
    padding-left: 40px;
    background: var(--main-color) url(/galerie/1583863.svg)left 11px center no-repeat;
    background-size: 20px;
    font-weight: 500;
    margin-right: 10px;
    border-radius: 30px;
}

.cesta_ke_clanku a.zpet:hover {
    color: white;
    background-color: #08583e;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
    color: var(--main-color);
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
    display: inline-block;
}

.oddelovac_cesty {}


/* ------------------------ -CLANEK BODY ------------------------------------------*/

.clanek_cleaner {
    clear: both;
}

div.clanek_body {}

aside.leve_menu,
aside.events_calendar_menu {
    width: 22%;
    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;
    padding: 10px 18px 12px 0;
    font-weight: 500;
    color: #3B3B39;
    margin: 0 auto;
    border-radius: 10px;
    text-transform: uppercase;
}

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: url(/galerie/1460246.svg)center right 10px no-repeat;
    background-size: 15px;
    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 {
    /* padding-left: 40px !important; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:before {
    display: none;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:last-of-type {
    /* margin-bottom: 15px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce {
    margin: 2px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce div.nadpis_sekce {
    background: #595959;
    color: #ffffff;
    box-sizing: border-box;
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 20px 20px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a {
    background: url(/galerie/1557552.svg)right 11px center no-repeat;
    background-size: 21px;
    color: #595959;
    padding-right: 30px;
    text-transform: uppercase;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {}

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: var(--main-color) url(/galerie/1557552.svg)center right 12px no-repeat !important;
    background-size: 15px !important;
    color: white !important;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a.nadpis_sekce_aktivni:hover {
    padding-left: 17px;
    background: var(--main-color) url(/galerie/1557552.svg)center right 12px no-repeat;
    background-size: 16px;
    color: white;
    border-radius: 10px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a {
    display: block;
    /* background: #236bb3; */
    box-sizing: border-box;
    padding: 7px 18px;
    color: #595959;
    background: rgba(255, 255, 255, 0.5) url(/galerie/1557552.svg)center right 12px no-repeat;
    background-size: 15px;
    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: #595959;
    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: 25px;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    color: var(--main-color) !important;
    /* background-color: white; */
    text-decoration: underline;
}

aside.leve_menu a.clanek_vybrany,
aside.leve_menu .sloupec_navigace ul.navigace a.clanek_vybrany:hover {
    color: #ffffff !important;
    font-weight: 600 !important;
    background: var(--main-color) !important;
}

article.cely_clanek {
    width: 78%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 150%;
    min-height: 215px;
    padding-bottom: 365px;
}

article.cely_clanek.full_width {
    max-width: none;
}

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,
article.cely_clanek h2 {
    text-align: left;
    color: #3B3B39;
    padding: 0 0 12px;
    font-weight: 500;
    font-size: 27px;
    line-height: 130%;
}

h2.nadpis_aktualit {
    margin-bottom: 15px;
    width: 100%;
}

article.cely_clanek a.primarni_obrazek_clanku {
    position: relative;
    width: 100%;
    display: inline-block;
    opacity: 1;
    /* float: right; */
    margin-bottom: 30px;
    margin-left: 0;
    height: 355px;
}

article.cely_clanek a.primarni_obrazek_clanku img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

article.cely_clanek a.primarni_obrazek_clanku img:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

article.cely_clanek div.popis_clanku {
    width: 100%;
    display: block;
    /* float: left; */
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    margin-left: 0;
    margin-bottom: 22px;
}

article.cely_clanek .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100% !important;
}

article.cely_clanek div.popis_clanku p {
    line-height: 170%;
    text-align: left;
    font-size: 15px;
}

article.cely_clanek div.clanek p,
article.cely_clanek p {
    line-height: 150%;
    margin: 10px 0;
}

article.cely_clanek div.clanek p img {
    max-width: 100%
}

article.cely_clanek div.clanek div img {
    max-width: 100%
}

article.cely_clanek div.clanek hr {}

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 {
    margin: 16px 0;
    color: var(--main-color);
    line-height: 150%;
    font-weight: 600;
}

article.cely_clanek div.clanek h4,
article.cely_clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: var(--main-color);
    font-weight: 600;
}

article.cely_clanek div.clanek h4 a,
article.cely_clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: var(--main-color);
}

article.cely_clanek table,
article.clanek_akce table {}

article.cely_clanek div.clanek table th,
article.clanek_akce table th {}

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 {}

article.cely_clanek div.clanek table tr td.vypis_osob_odbor {
    background: #e0efff;
}

article.clanek_akce textarea {
    border: 1px solid #dfdfdf;
    padding: 15px;
    box-sizing: border-box;
}

article.cely_clanek div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/1557909.svg)center left no-repeat;
    background-size: 20px;
    height: 25px;
    padding-left: 28px;
    margin-right: 15px;
    margin-top: 30px;
    width: 100%;
    filter: grayscale(1);
}

article.cely_clanek .nahled_tisk:hover {
    filter: grayscale(0);
}

article.cely_clanek .nahled_tisk:hover a {
    color: var(--main-color);
}

article.cely_clanek .nahled_tisk a,
article.cely_clanek div.nahled_tisk a {
    color: #4a4a4a;
    font-weight: 500;
    vertical-align: middle;
}

article.cely_clanek .info_podclankem {
    display: block;
    margin: 10px 0;
}

article.cely_clanek .info_podclankem .pocet_precteni {
    display: none;
}

article.cely_clanek .info_podclankem .autor {
    /*    display: none;*/
}


/* ------ PROFIL ----------*/

article.cely_clanek.prihlaseni {
    float: none;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 2%;
    margin-left: auto;
}


/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.fotogalerie_clanku_obal {
    /* max-width: 1100px; */
    width: 100%;
    margin-bottom: 60px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: var(--main-color);
    margin-bottom: 0;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    background: var(--main-color);
    padding: 5px 12px;
    border-radius: 12px;
    color: white;
}

.fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    display: none;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: 25%;
    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;
    -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);
    background: #bdbdbd url(/galerie/1459748.svg)center center no-repeat;
    background-size: cover
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
    /*    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);*/
    transform: scale(1.05);
    position: relative;
    z-index: 2;
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek h4 a {
    display: block;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
    box-sizing: border-box;
    padding: 8px;
}

.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 {
    width: 100%;
    height: 100%;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku h4.nazev_obrazku {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    font-size: 1px;
    color: transparent;
}


/* ------------------------ 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;
}


/* ---------------   -404 PAGE   ---------------------------*/

article.page_404 {}

article.page_404 h2.nadpis_clanku {}

article.page_404 .popis_clanku {
    font-weight: bold;
    margin-bottom: 30px;
}

article.page_404 .clanek {}

article.page_404 ul {
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 1em;
}

article.page_404 li {
    margin-bottom: 5px;
}


/* ------------------------ SUBJEKTY VYPIS ------------------------------------------*/

article.cely_clanek.search {
    width: 100%;
    max-width: unset !important;
    padding-right: 0;
}

article.cely_clanek.clanek_full_size {
    max-width: unset !important;
    padding-right: 0;
}

article.cely_clanek.detail_subjektu {
    max-width: unset !important;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

article.cely_clanek.detail_subjektu .obal_dr_vnejsi {
    position: relative;
    width: 100%;
    max-width: unset;
}

article.cely_clanek.detail_subjektu .obal_dr_vnejsi .cesta_ke_clanku {}

.mapa_tut_ctrl {
    position: absolute;
    z-index: 4;
    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;
}

.mapstretch_buttton {
    position: absolute;
    background: var(--main-color);
    color: white;
    padding: 7px 13px;
    font-size: 15px;
    font-weight: bold;
    bottom: 10px;
    left: 10px;
    z-index: 3;
}

a:hover.mapstretch_buttton {
    background: gray;
    color: white;
}

.mapa_rozklik_a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
}

.mapa_rozklik_a h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif !important;
    margin-bottom: 15px;
    color: var(--main-color);
}

.mapa_rozklik_text {
    font-size: 14px;
    line-height: 20px;
}

.mapa_rozklik_img {
    width: 39% !important;
    float: left;
    margin-right: 15px;
}

.subjekty_vypis section.subjekty_filtrovani {
    /* background: white; */
    margin-bottom: 7px;
}

.subjekty_vypis .nadpis_obalu_subjektu {
    width: 100%;
}

.subjekty_vypis .cesta_ke_clanku {
    text-align: center;
}

.subjekty_vypis .filtry_obal {
    text-align: center;
}

.subjekty_vypis .filtry_obal .skryt_zobrazit_filtr {
    display: none;
}

.subjekty_vypis .filtry_obal .skryt_zobrazit_filtr a {}

.subjekty_vypis .filtry_obal .skryt_zobrazit_filtr_razeni {
    display: none;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_hlavni_popis {
    display: none;
}

.subjekty_vypis .filtry_obal h1 {
    display: none;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_obal {
    margin-bottom: 10px;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_obal div.filtry_kategorie:first-of-type {
    padding: 11px 29px 11px 29px;
    background: #e0e0e0 !important;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_obal div.filtry_kategorie {
    display: inline-flex;
    color: black;
    margin: 10px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 25px;
    align-items: center;
    padding: 11px 29px 11px 55px;
    background-size: 45px 45px !important;
    background-color: #e0e0e0 !important;
    background: url(/galerie/1402940.svg)left center no-repeat;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_obal div.filtry_kategorie label {
    margin-right: 13px;
}

.subjekty_vypis .filtry_obal .filtry_kategorie_obal div.filtry_kategorie input {}

.subjekty_vypis .filtry_obal .skryt_zobrazit_filtr_razeni a {}

.subjekty_vypis .cesta_ke_clanku a {}

.subjekty_vypis .vypis_filtry_detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background: #e0e0e0; */
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
    margin-bottom: 10px;
}

.subjekty_vypis .vypis_filtry_detail h1 {
    display: none;
}

.subjekty_vypis .vypis_filtry_detail .filtry_vyber_mesta_obal {
    margin: 0;
}

.subjekty_vypis .vypis_filtry_detail .filtry_vyber_mesta_obal a {
    display: inline-block;
    background: transparent;
    padding: 7px 25px;
    color: #303030;
    box-sizing: border-box;
    border: 1px solid #6d6d6d;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
}

.subjekty_vypis .vypis_filtry_detail .filtry_vyber_mesta_obal a:hover {
    color: white;
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.subjekty_vypis .vypis_filtry_detail .prepinani_oblasti {
    display: flex;
    font-weight: bold;
    margin: 0;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid silver;
}

.subjekty_vypis .vypis_filtry_detail .prepinani_oblasti span.obal_inputu label {
    display: inline-block;
    background: transparent;
    padding: 7px 25px;
    color: #303030;
    box-sizing: border-box;
    border: 0;
    cursor: pointer;
}

.subjekty_vypis .vypis_filtry_detail .prepinani_oblasti span.obal_inputu.aktivni label {
    background: var(--main-color);
    color: white;
    border: 0;
}

.subjekty_vypis .vypis_filtry_detail .prepinani_oblasti span.obal_inputu label:hover {
    background: var(--main-color);
    color: white;
    /*    border: 1px solid var(--main-color);*/
}

.subjekty_vypis .vypis_filtry_detail .prepinani_oblasti input {
    display: none;
}

.subjekty_vypis .vypis_filtry_detail .filtry_region_obal {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}

.subjekty_vypis .vypis_filtry_detail .filtry_region_obal .filtry_region {
    width: auto;
    height: 52px;
    display: flex;
    align-items: center;
    background: #e0e0e0;
}

.subjekty_vypis .vypis_filtry_detail .filtry_region_obal .filtry_region label {
    margin: 0 17px;
}

.subjekty_vypis .filtry_sortby_obal {
    margin-left: 0;
}

.subjekty_vypis .filtry_sortby_obal .filtry_sortby {
    display: flex;
    flex-wrap: nowrap;
    padding: 7px 10px 7px 20px;
    background: rgba(255, 255, 255, 0.5);
    color: #595959;
    box-sizing: border-box;
    font-weight: bold;
    border-radius: 25px;
}

.subjekty_vypis .filtry_sortby_obal .filtry_sortby div.filtry_sortby_name {
    margin: 0;
}

.subjekty_vypis .filtry_sortby_obal .filtry_sortby div.filtry_sortby_date {
    margin: 0;
    margin-left: 15px;
}

.subjekty_vypis .filtry_sortby_obal .filtry_sortby a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    /* vertical-align: middle; */
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: #6d6d6d;
    text-align: center;
    line-height: 25px;
    margin: 0px 2px;
    text-decoration: none;
}

.subjekty_vypis .filtry_sortby_obal .filtry_sortby a:hover {
    color: #ffffff;
    background: var(--main-color);
}

.subjekty_vypis div#mapaContMain {
    /* margin-bottom: 30px; */
}

.subjekty_vypis div#mapa {
    /* border-bottom-left-radius: 25px; */
    /* border-bottom-right-radius: 25px; */
    overflow: hidden;
}

.subjekty_vypis .pocet_zaznamu {
    display: none;
}

.nadpis_obalu_subjektu h2.nadpis_clanku {
    text-align: center;
    color: #575755;
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 28px;
}

.subjekty_vypis section.obal_vypisu_subjektu,
.souvisejici_clanky .obal_subjektu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}

.stranka_subakce article.subjekt_karta {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    box-sizing: border-box;
}

.subjekty_vypis .obal_subjektu a.subjekt_obal {
    position: relative;
    display: block;
    overflow: hidden;
    height: auto;
    min-height: 466px;
    width: 100%;
    /* background: white; */
    color: black;
    cursor: pointer;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15); */
}

.stranka_subakce article.subjekt_karta a.subjekt_obal span.doporucujeme {
    position: absolute;
    top: 11px;
    left: 11px;
    padding: 1px 10px;
    border-radius: 10px;
    z-index: 1;
    background: white;
    color: var(--main-color);
    font-size: 12px;
    font-weight: bold;
    padding-left: 27px;
    background: white url(/galerie/1435495.svg)left 6px center no-repeat;
    background-size: 16px;
}

.stranka_subakce article.subjekt_karta div.info {
    box-sizing: border-box;
    padding: 14px 14px 0 0;
}

.stranka_subakce article.subjekt_karta h3 {
    line-height: 130%;
    margin-bottom: 0px;
    margin-top: 10px;
    text-decoration: none;
}

.stranka_subakce article.subjekt_karta .subjekt_obal:hover h3 {
    text-decoration: underline;
}

.stranka_subakce article.subjekt_karta a:hover.subjekt_obal {
    color: black;
}

.stranka_subakce article.subjekt_karta .subjekt_obal span {
    display: block;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.stranka_subakce article.subjekt_karta .subjekt_obal .popis {
    font-family: 'Roboto', sans-serif;
    color: #575757;
    margin-top: 10px;
}

.stranka_subakce article.subjekt_karta.subjekt_obal .mesto {
    color: #424242;
    font-size: 14px;
    font-weight: bold;
}

.stranka_subakce article.subjekt_karta .subjekt_obal .kategorie {
    display: none;
}

.stranka_subakce article.subjekt_karta .subjekt_obal div.zaznam_hlavni_img {
    position: relative;
    height: 230px;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transition: .1s;
}

.subjekty_vypis .obal_subjektu .subjekt_obal div.zaznam_hlavni_img span.kategorie {
    position: absolute;
    display: none;
    left: 14px;
    bottom: 0;
    transform: translate(0, 50%);
    padding: 4px 7px;
    background: var(--main-color);
    color: white;
    font-size: 13px;
    font-weight: bold;
}

.stranka_subakce article.subjekt_karta a:hover.subjekt_obal div.zaznam_hlavni_img {
    transform: scale(1.02);
    transition: .1s;
}

.subjekty_vypis .nahled_tisk {
    display: none;
}

.subjekty_vypis .info_podclankem {
    display: none;
}


/* ------------------------------------ SUBJEKTY DETAIL------------------------------------*/

.obal_dr_vnejsi {
    width: 90%;
    margin-bottom: 100px;
    max-width: 1450px;
}

.obal_dr_vnejsi div.ubytovani_zpet {
    text-align: left;
}

.obal_dr_vnejsi div.ubytovani_zpet a {
    display: block;
    background: url(/galerie/1393050.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;
    /* 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; */
}

.dr_nadpis_subjektu {
    padding: 24px 30px;
    background: var(--main-color);
    color: white;
    margin-bottom: 25px;
}

.dr_nadpis_subjektu h2 {
    text-align: left;
    color: #ffffff !important;
    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: #e3e3e3;
}

.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: 30px;
    background: white;
}

.levy_sloupec_subjektu .cely_clanek_schovany div.clanek {}

.levy_sloupec_subjektu .cely_clanek_schovany a.zobrazit_cely_clanek {
    background: var(--main-color);
    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%;
    background: white;
    box-sizing: border-box;
    padding: 10px 25px 100px 25px;
    /* 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: 1px solid silver; */
}

.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: 0.5em;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-top: 1em;
}

.obal_dr_vnejsi #mapa {
    margin-bottom: 15px;
}

.sloupce_detail {}

.adresa_kontakty_obal .hashtagtext a {
    color: var(--main-color);
    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 #e7e7e7;
    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 #e7e7e7;
    padding: 8px 0;
}

.adresa_kontakty_obal a {
    color: var(--main-color);
}


/* social icons */

.detail_mail {
    color: var(--main-color);
}

a.detail_links {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.5) url(/galerie/1466591.png) center center no-repeat;
    border-radius: 50%;
    border: 1px solid silver;
    margin-right: 5px;
    background-size: 26px;
}

a.detail_links.special_link_yt {
    background: url(/galerie/1156981.png) center center no-repeat;
}

a.detail_links.special_link_fb {
    background: url(/galerie/1156980.png) center center no-repeat;
}

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 {
    /*    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;
*/
}


/*.pravy_sloupec_vypis_prvek {
    float: left;
    background: #dedede;
    font-size: 14px;
    padding: 3px 11px;
    margin: 0 5px 6px 0;
    border-radius: 15px;	 
}*/

.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: rgba(255, 255, 255, 0.5);
    color: black;
    padding: 5px 0 5px 49px;
    margin-top: 1em;
    font-size: 14px;
    border-radius: 24px;
}

.dr_clanek_prilohy ul li a:hover {
    background: var(--main-color);
    color: white;
}

.dr_clanek_prilohy ul li a img {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0, -50%);
}

.adresa_kontakty_obal h3 {
    display: none;
}

.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: var(--main-color);
    background: transparent;
    border: 0px solid;
}

.pravy_sloupec_vypis_prvek {
    position: relative;
    padding: 4px 25px;
    background: rgba(255, 255, 255, 0.5);
    /* border-radius: 20px; */
    /* box-shadow: 1px 1px 3px #4d4d4d; */
    float: left;
    border: 1px solid silver;
    color: var(--main-color);
    font-weight: bold;
    margin: 0 5px 5px 0;
    font-size: 14px;
    border-radius: 25px;
}

.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: #e4e4e4;
    color: var(--main-color);
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
    border: 1px solid var(--main-color);
    padding: 13px;
    font-size: 19px;
    /* border-radius: 25px; */
}

.odkazy_vstupne_otev a:hover {
    background: var(--main-color);
    color: white;
}

div#table_set_page {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 2em;
}

div#table_set_page strong {
    font-size: 17px;
    color: var(--main-color);
    margin: 0 3px;
}

div#table_set_page a {
    font-size: 17px;
    color: var(--main-color);
    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: center;
}

.souvisejici_clanky {
    margin-top: 56px;
}

.souvisejici_clanky a,
.subjekt_akce {
    /* display: inline-block; */
    /* width: 29.1%; */
    /* float: left; */
    /* border: 1px solid silver; */
    /* padding: 1.5%; */
    /* margin: 0.5%; */
}

.souvisejici_clanky a h3,
.subjekt_akce h4 {
    /*
    font-size: 24px;
    margin-top: 0;
*/
}

.souvisejici_clanky .obal_subjektu {
    /*  display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
}


/* ------------------------ SLIDER ------------------------------------------*/

div.obrazky_slide {
    width: 100%;
    height: 420px;
}

div.obal_obrazku {
    position: relative;
    width: 100%;
    height: 470px;
}

div.obal_obrazku * {
    transition: .0s !important;
}

#zahlavi_roller {
    position: relative;
    width: 100%;
    height: 420px;
    z-index: 8;
}

.rollbox {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.rollitem {
    height: 470px;
    float: left;
    width: 100%;
}

.zajimavosti_galerie .rollitem {
    width: 1280px;
}

.rollitem span {
    position: relative;
    display: block;
    width: 100%;
    height: 470px;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.zajimavosti_galerie .rollitem_nadpis {
    position: absolute;
    display: block;
    z-index: 15;
    color: white;
    font-weight: bold;
    left: 0;
    bottom: 25px;
    width: 100%;
    text-align: center;
    font-size: 45px;
    height: auto;
    text-shadow: 1px 1px 15px black;
}

a#rollLeft,
a#rollRight {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 4;
}

a#rollLeft {
    background: url(/galerie/1557552.svg) center center no-repeat;
    right: 20px;
    bottom: 20px;
    background-size: contain;
}

a#rollRight {
    background: url(/galerie/1583863.svg) center center no-repeat;
    left: 20px;
    bottom: 20px;
    background-size: contain;
}

div.rollitemKont {
    position: relative;
}

.radek_tip_na_vylet {
    height: 420px;
}

.radek_tip_na_vylet .popis_tipu span.region {
    display: inline-block;
    background-color: var(--main-color);
    color: white;
    padding: 0.5em;
    font-size: 21px;
}

.radek_tip_na_vylet .popis_tipu span.nadpis_tipu {
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 28px;
    padding: 1em;
}

.titulni_stranka .rollitem span {
    height: auto !important;
    width: 250px;
}

.titulni_stranka .popis_tipu {}

.titulni_stranka .obal_tipu_na_vylet {
    height: 420px;
}


/*---------------------------- -ROZCESTNIK -------------------------------*/

div.rozcesti_vypis {}

div.rozcesti_vypis .vypis_clanku {}

div.rozcesti_vypis .vypis_clanku .vypis {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
}


/* ------------------------ POPUP CONTAINER ------------------------------------------*/

.profiPopupDataContainer {
    position: absolute;
    z-index: 18;
    width: 300px !important;
    font-size: 12px;
    line-height: normal;
    color: black;
    text-align: left;
    border-radius: 7px;
    border-top-right-radius: 7px;
    -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);
}

.profiPopupDataContainer strong {
    display: block;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
}

.profiPopupDataContainerBubbleTop {
    position: relative;
    width: 300px;
    height: 30px;
    /*overflow: auto;*/
    background: white;
    border-top-right-radius: 7px;
}

.profiPopupDataContainerBubbleTopI {
    position: relative;
    width: 300px;
    height: 30px;
    /*overflow: auto;*/
    background: white;
    border-top-left-radius: 7px;
}

.profiPopupDataContainerBubbleTopNo {
    position: relative;
    width: 300px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.profiPopupDataContainerBubbleMiddle {
    position: relative;
    width: 300px;
    height: 100%;
    overflow: hidden;
    padding: 0 13px;
    margin: 0;
    background: white;
    box-sizing: border-box;
}

.profiPopupDataContainerBubbleMiddle ul {
    width: 100%;
}

.profiPopupDataContainerBubbleMiddle ul li {
    list-style-type: none;
    padding: 6px 0px 6px 20px;
    background: url(/galerie/1557552.svg)left center no-repeat;
    background-size: 14px;
    line-height: 153%;
    font-size: 14px;
    color: #4d4d4d;
    text-transform: none;
}

.profiPopupDataContainerBubbleBottom {
    position: relative;
    width: 300px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.profiPopupDataContainerBubbleBottomI {
    position: relative;
    width: 300px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: white;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 7px;
}

.profiPopupDataContainerBubbleBottomIL {
    position: relative;
    width: 300px;
    height: 30px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 0px;
}

.profiPopupDataContainerIn {
    position: relative;
    width: 240px;
    height: 100%;
    overflow: auto;
    padding: 0 0px;
}

.profiPopupClose {
    position: absolute;
    top: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(./../../../images/gallery/bubble/BubbleClose.png) no-repeat center center;
    z-index: 20;
}


/* ------------------------ -AKCE VYPIS ------------------------------------------*/

aside.events_calendar_menu .kalendar_vyber {
    width: 40%;
    max-height: 440px;
    margin: 0;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 30px;
}

aside.events_calendar_menu .vyber_rok_mesic {
    text-align: center;
    margin-bottom: 10px;
}

aside.events_calendar_menu .vyber_rok_mesic span {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

aside.events_calendar_menu .vyber_rok_mesic a {
    color: #383838;
    text-decoration: none;
    line-height: 30px;
    text-decoration: underline;
}

aside.events_calendar_menu .vyber_rok_mesic a:hover {
    color: var(--main-color);
}

aside.events_calendar_menu .vyber_rok_mesic a.predchozi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/galerie/1583863.svg)center center no-repeat;
    background-size: contain;
    border-radius: 3px;
}

aside.events_calendar_menu .vyber_rok_mesic a.dalsi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/galerie/1557552.svg)center center no-repeat;
    background-size: contain;
    border-radius: 3px;
}

aside.events_calendar_menu .vyber_rok_mesic a.predchozi:hover,
aside.events_calendar_menu .vyber_rok_mesic a.dalsi:hover {}

aside.events_calendar_menu .kalendar table.kalendar {
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

aside.events_calendar_menu .kalendar table.kalendar tbody {}

aside.events_calendar_menu .kalendar table.kalendar tbody tr {
    height: 35px;
}

aside.events_calendar_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.events_calendar_menu .kalendar table.kalendar tbody tr td {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border: 0;
}

aside.events_calendar_menu .kalendar table.kalendar tbody tr td.a_td_cal_n {
    visibility: hidden;
}

aside.events_calendar_menu .kalendar table.kalendar tbody tr td:hover {
    background: var(--main-color);
}

aside.events_calendar_menu .kalendar table.kalendar tbody tr td:hover a {
    color: white;
}

aside.events_calendar_menu .kalendar table.kalendar tbody tr td a {
    color: #272727;
    display: block;
    text-decoration: none;
}

aside.events_calendar_menu {
    /* background: white; */
}

aside.events_calendar_menu h3.nadpis_oddilu {
    margin-bottom: 30px;
    display: none;
}

aside.events_calendar_menu div.kalendar,
aside.events_calendar_menu form,
aside.events_calendar_menu ul.menu_akce,
aside.events_calendar_menu ul.menu_akce_kategorie {
    box-sizing: border-box;
    /* padding: 15px; */
    margin: 0 0 20px;
}

aside.events_calendar_menu div.kalendar {}

aside.events_calendar_menu form {
    /*    width: 90%;*/
}

aside.events_calendar_menu form select {
    display: block;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 25px;
}

aside.events_calendar_menu form select option {}

aside.events_calendar_menu form select input {}

aside.events_calendar_menu ul.menu_akce {
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce li {
    list-style-type: none;
    background: var(--main-color);
    background-size: 22px;
    margin-bottom: 5px;
    border-radius: 25px;
}

aside.events_calendar_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 9px 15px;
    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 {
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li {
    list-style-type: none;
    padding-left: 12px;
    margin-bottom: 10px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a {
    display: block;
    box-sizing: border-box;
    /* padding: 15px; */
    color: #262626;
    text-decoration: none;
    font-weight: 500;
}

aside.events_calendar_menu ul.menu_akce_kategorie li a:hover {
    text-decoration: underline;
}


/* ------------------------ AKCE CLANEK AKCE ----------------------*/

article.clanek_akce,
article.clanek_akce_add {
    /*width: 68%;
    margin-left: 2%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    line-height: 150%;*/
}

article.akce_add fieldset {}

article.akce_add fieldset textarea {
    width: 100% !important;
}

article.clanek_akce h2.nadpis_clanku {
    margin-bottom: 15px;
}

article.clanek_akce figure.obrazek {
    width: 218px;
    display: block !important;
    float: left;
    vertical-align: top;
    padding: 10px 10px 10px 0;
}

article.clanek_akce .obrazek a.primarni_obrazek_clanku img {
    width: 100%;
    height: auto;
    object-position: center;
    object-fit: cover;
}

article.clanek_akce a {
    text-decoration: underline;
}

article.clanek_akce h3 {
    font-weight: 500;
    display: block;
    /* border-bottom: 1px solid silver; */
    color: var(--main-color);
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
}

article.clanek_akce ul,
article.clanek_akce ol {
    margin-left: 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: var(--main-color);
    background: transparent;
    border: 0;
    border-bottom: 1px dotted silver;
}

article.clanek_akce table.kratky_popis_akce td {
    width: 70%;
    word-break: break-word;
}

article.clanek_akce .nazev_popis_obrazku {
    display: none;
}


/*---------------------------- -AKCE SEARCH -------------------------------*/

article.akce_vypis,
article.akce_add {
    /*display: block;
    padding-bottom: 200px;
    width: 75%;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;*/
}

article.akce_vypis article.akce {
    margin-bottom: 20px;
}

article.akce_search {
    display: block !important;
}

article.akce_search label {
    margin-left: 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: 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;
}


/* -------------------------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: 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(--main-color) !important;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    text-decoration: none !important;
    font-weight: 700;
    background: var(--main-color);
    color: white !important;
    border-radius: 25px;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: var(--main-color) !important;
    text-decoration: none !important;
    border-radius: 25px;
    font-weight: 700;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.prechozi {
    background: var(--main-color);
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 25px;
    margin-right: 10px;
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    background: var(--main-color);
    padding: 10px 20px;
    font-weight: 700;
    color: #ffffff !important;
    border-radius: 25px;
    margin-left: 10px;
}

.starsi_novejsi a:hover {
    text-decoration: underline !important;
    background: #ceca00;
    color: black !important;
}


/*---------------------------- -RESPONZIVITA -------------------------------*/

@media screen and (max-width: 1350px) {
    header .top_bar div.odkazy .odkaz_item img {
        height: 17px;
        max-width: 19px;
        width: auto;
        object-fit: contain;
        object-position: center;
    }
}

@media screen and (max-width: 1300px) {
    header .top_bar a.logo {
        height: 100px;
        width: 160px;
        padding: 20px 20px 46px;
    }
    header .top_bar .logo_obal h2 {
        font-size: 15px;
    }
    nav.hlavni>ul li a.nadpis_karty {
        font-size: 15px;
        padding: 40px 18px 20px;
        min-width: 80px;
    }
    section.tipy_na_vylety div.cover {
        background-size: 100% 100%;
    }
    section.slider div.slider_info div.slider_navigace a.slider_image {
        width: 160px;
        height: 100px;
    }
    section.tipy_na_vylety div.vypis article.subjekt figure.obrazek {
        height: 300px;
    }
}

@media screen and (max-width: 1250px) {}

@media screen and (max-width: 1100px) {
    nav.hlavni {
        display: none;
        position: fixed;
        left: 0;
        top: 75px;
        width: 100%;
        height: calc(100vh - 75px);
        z-index: 8;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4px);
        box-sizing: border-box;
        padding: 2em 2em 3em;
        overflow-x: auto;
    }
    nav.hlavni>ul {
        display: flex;
        width: 100%;
        max-width: 350px;
        flex-wrap: wrap;
        margin-right: 0;
    }
    nav.hlavni>ul li {
        width: 100%;
    }
    nav.hlavni>ul li a.nadpis_karty {
        font-weight: bold;
        text-align: right;
    }
    nav.hlavni ul li ul.submenu {
        display: block;
        position: relative;
        left: unset;
        bottom: unset;
        transform: translate(0, 0);
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0 30px;
    }
    nav.hlavni ul li ul.submenu::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        background-size: 100%;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4));
    }
    nav.hlavni ul li ul.submenu li a {
        text-align: right;
    }
    header .top_bar div.mobile_menu {
        position: absolute;
        display: block;
        top: 50%;
        right: 0;
        width: 35px;
        height: 35px;
        background: url(/galerie/1557565.svg)center center no-repeat;
        background-size: contain;
        transform: translate(0, -50%);
    }
    header .top_bar div.mobile_menu.close {
        background: url(/galerie/1557566.svg)center center no-repeat;
        background-size: 80%;
    }
    header .top_bar .obsah {
        box-sizing: border-box;
        padding-right: 55px;
    }
    header .top_bar .obsah,
    header .top_bar div.odkazy {
        align-items: center;
        margin-bottom: 0;
    }
    section.bannery a.banner h2 {
        font-size: 20px;
    }
    section.bannery a.banner:first-of-type h2 {
        font-size: 25px;
    }
    section.bannery a.banner:first-of-type {
        height: 300px;
    }
    section.bannery a.banner {
        height: 146px;
    }
    section.tipy_na_vylety div.info {
        width: 40%;
        padding-right: 2em;
    }
    section.tipy_na_vylety div.vypis_obal {
        width: 60%;
    }
    section.tipy_na_vylety div.vypis {
        grid-gap: 15px;
    }
    section.tipy_na_vylety div.vypis article.subjekt figure.obrazek {
        height: 270px;
    }
    section.aktuality .vypis {
        grid-gap: 15px;
    }
    section.aktuality .vypis article.aktualita figure {
        height: 200px;
    }
    section.aktuality .vypis article.aktualita .info {
        padding: 20px 0;
    }
    footer .obsah .left div.odkazy {
        box-sizing: border-box;
        padding-left: 1em;
    }
    .levy_sloupec_subjektu,
    .obal_dr_vnejsi .kontakty_obal {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    article.cely_clanek {
        width: 100%;
        max-width: unset;
        float: none;
        box-sizing: border-box;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    div#tematicka_navigace {
        margin-top: 20px;
        max-width: 300px;
        margin-right: 0;
    }
    aside.leve_menu,
    aside.events_calendar_menu {
        float: none;
        width: 100%;
    }
    h3.nadpis_oddilu {
        padding: 16px;
        text-align: right;
    }
    aside.leve_menu .sloupec_navigace ul.navigace {
        text-align: right;
    }
    nav.hlavni ul li ul.submenu {
        display: none !important;
    }
    section.kalendar .kalendar_obsah .kalendar_vyber {
        display: none;
    }
    section.kalendar .kalendar_obsah {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
    article.akce a {
        flex-wrap: wrap;
    }
    article.akce figure.obrazek {
        position: relative;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    article.akce div.info {
        padding-left: 30px;
    }
}

@media screen and (max-width: 900px) {
    section.tipy_na_vylety div.cover {
        display: none;
    }
    section.tipy_na_vylety div.info,
    section.tipy_na_vylety div.vypis article.subjekt {
        background: transparent;
    }
    section.tipy_na_vylety div.vypis article.subjekt figure.obrazek {
        height: 300px;
    }
    section.tipy_na_vylety {
        flex-wrap: wrap;
    }
    section.tipy_na_vylety div.info,
    section.tipy_na_vylety div.vypis_obal {
        width: 100%;
    }
    section.tipy_na_vylety div.info * {
        color: #646464;
    }
    section.tipy_na_vylety div.info a.btn {
        background: var(--main-color);
        color: white;
    }
    section.tipy_na_vylety div.vypis article.subjekt h3 {
        color: #646464;
    }
    section.tipy_na_vylety div.vypis article.subjekt span.lokace {
        filter: grayscale(1) brightness(0.4);
    }
    section.tipy_na_vylety div.vypis_obal a.sipka {
        transform: translate(0, -50%);
        right: 10px;
    }
    section.aktuality .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    div.ovladani {
        display: none;
    }
    .overflow_obal {
        position: relative;
        width: 100%;
        height: auto;
        overflow: auto;
    }
    section.aktuality .overflow_obal {
        width: 95%;
    }
    section.tipy_na_vylety div.vypis,
    section.aktuality .vypis {
        display: flex;
        width: fit-content;
        grid-template-columns: unset;
        grid-gap: unset;
        padding-bottom: 30px;
    }
    section.tipy_na_vylety div.vypis article.subjekt,
    section.aktuality .vypis article.aktualita {
        width: 300px;
        margin-right: 15px;
    }
    footer .obsah .left .logo_obal {
        max-width: 200px;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 33.333%;
    }
}

@media screen and (max-width: 820px) {
    section.slider div.slider_info {
        width: 100%;
    }
    section.slider div.slider_info div.slider_navigace a.slider_image {
        width: calc(25% - 25px);
    }
    footer .obsah .left {
        display: block;
    }
    footer .obsah .left div.odkazy {
        width: 100%;
        margin-top: 30px;
        text-align: left;
    }
    footer .obsah .left div.odkazy ul {
        margin-right: auto;
        margin-left: 0;
    }
    footer .obsah .right {
        max-width: 250px;
    }
}

@media screen and (max-width: 770px) {
    section.bannery {
        grid-template-columns: repeat(2, 1fr);
    }
    section.bannery a.banner:first-of-type {
        grid-column: 1/3;
        grid-row: 1/3;
    }
    section.slider div.slider_info div.slider_navigace {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
    section.slider div.slider_info div.slider_navigace a.slider_image {
        width: 100%;
        margin: 0;
    }
    section.fotogalerie .vypis {
        grid-template-columns: repeat(2, 1fr);
    }
    section.fotogalerie .vypis figure.obrazek:first-of-type {
        grid-column: 1/3;
        grid-row: 1/1;
        height: 490px;
    }
    section.fotogalerie .vypis figure.obrazek {
        grid-column: unset;
        grid-row: unset;
    }
}

@media screen and (max-width: 660px) {
    section.slider {
        height: 460px;
        min-height: unset;
    }
    section.slider div.slider_info div.prolinacka_menu {
        display: none;
    }
    section.slider {
        margin-bottom: 12px;
    }
    .odkaz_item {
        display: none;
    }
    header .top_bar div.odkazy .odkaz_item img {
        height: 20px;
        max-width: 30px;
    }
}

@media screen and (max-width: 600px) {
    section.slider div.slider_info div.slider_navigace a.slider_image h3 {
        display: none;
    }
    .subjekty_vypis .vypis_filtry_detail {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 550px) {
    header .top_bar a.logo {
        height: 75px;
        padding: 10px;
        background: #00734a;
    }
    header .top_bar .obsah {
        width: 100%;
        box-sizing: border-box;
        padding-right: 64px;
    }
    header .top_bar div.mobile_menu {
        right: 13px;
    }
    section.aktuality .vypis {
        grid-template-columns: repeat(1, 1fr);
    }
    footer .obsah .right {
        display: none;
    }
    div.nadpis_sekce {
        flex-wrap: wrap;
    }
    div.nadpis_sekce div.odkazy {
        width: 100%;
        justify-content: flex-start;
    }
    div.nadpis_sekce div.odkazy a.btn {
        margin-left: 0;
        margin-right: 15px;
        margin-top: 10px;
    }
    article.cely_clanek a.primarni_obrazek_clanku {
        height: 255px;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 50%;
    }
    header.subakce section.slider {
        height: 75px;
    }
    .titulka_bgr_obr_subakce {
        display: none;
    }
    .rollitem span,
    .rollitem,
    div.obal_obrazku {
        height: 300px;
    }
}

@media screen and (max-width: 470px) {
    header .top_bar .logo_obal {
        position: absolute;
        left: 0;
        top: 0;
        background: #e3e3e3;
        height: 75px;
    }
    header .top_bar a.logo {
        height: 47px;
        width: 155px;
        padding: 10px;
        background: var(--main-color);
    }
    header .top_bar .logo_obal h2 {
        font-size: 14px;
        margin-top: 5px;
        position: relative;
        right: unset;
        top: unset;
        transform: translate(0, 0);
        width: 100%;
        color: #242424;
        text-align: center;
    }
    section.slider div.slider_info h3.nazev {
        font-size: 18px;
    }
    section.bannery a.banner:first-of-type {
        height: 200px;
    }
    header.zima .top_bar a.logo {
        filter: hue-rotate(0);
    }
}

@media screen and (max-width: 370px) {}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}