@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    position: relative;
    font-size: 15px;
    overflow-x: hidden;
    background: #ededed;
}

main {
    position: relative;
    width: 100%;
}

* {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
}

#galery_view {
    transition: 0s;
}

.cleaner,
.cleaner_vyhledany_text {
    clear: both;
    height: 0;
}

.cleaner_fotogalerie_clanku {
    display: none;
}

.forbubledata {
    display: none;
}

div#gallyery4uLoadingContDiv {
    margin: 0 !important;
}

div#mapaContMain {
    transition: .0s !important;
}

h1 {
    text-transform: none;
    font-size: 40px;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    color: #282828;
    margin: 7px 0 10px;
}

h3 {
    font-size: 19px;
    font-weight: bold;
    color: #282828;
    margin: 10px 0 15px;
    line-height: 130%;
}

h3 a:hover {
    color: #016725;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
}

h1 a,
h2 a,
h3 a,
h4 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    line-height: inherit;
    color: inherit;
}

h5 {}

h6 {}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #0b0b0b;
    line-height: 150%;
    margin-bottom: 15px
}

strong {
    font-weight: bold;
}

li {}

a {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #072d78;
}

table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

table tr {}

table tr th {
    background: #cacaca;
    padding: 10px;
    border: 1px solid #cacaca;
    color: #3b3b3b;
}

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;
    }
}


/*---------------------------- -SPOLECNE CLASSY -------------------------------*/

.page_size {
    width: 95%;
    max-width: 1450px;
    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 {
    text-align: center;
    margin-bottom: 30px;
}

div.nadpis_sekce h2 {
    position: relative;
    display: inline-block;
    font-weight: normal;
    font-size: 35px;
    font-weight: 700;
    padding: 15px 60px;
    margin: 10px 0;
}

div.nadpis_sekce h2 a:hover {
    color: #016725;
}

div.obal_odkazu {
    margin: 50px 0;
    text-align: center;
}

div.obal_odkazu a.btn {
    margin: 10px;
    padding: 7px 35px;
    font-size: 18px;
    color: #016725;
    border: 2px solid #016725;
}

div.obal_odkazu a.btn:hover {
    color: white;
    background: #016725;
    border: 2px solid #016725;
}

div.obal_odkazu a.btn.na_mail {
    color: #606060;
    border: 2px solid #606060;
}

div.obal_odkazu a.btn.na_mail:hover {
    background: #606060;
    color: white;
    border: 2px solid #606060;
}

.btn {
    font-family: 'Mont', sans-serif;
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    color: #282828;
    border: 1px solid #282828;
}

.btn:hover {
    color: white;
    background: #282828;
    border: 1px solid #282828;
}

.full_size_cont {
    position: relative;
    width: calc(100vw - 17px);
    left: 50%;
    transform: translate(-50%, 0);
}


/*---------------------------- -TITULKA -------------------------------*/

div.titulka {
    padding-bottom: 70px;
}

div.titulka section {
    margin-bottom: 60px;
}


/*---------------------------- -HEADER -------------------------------*/

header {
    position: relative;
    height: auto;
}

header .obsah {
    position: relative;
}

header .top_bar {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    padding-left: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

header .top_bar::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 300px;
    background: rgba(0, 0, 0, 0.3);
    transform: translate(100%, 0);
}

header .top_bar * {
    color: white;
}

header .top_bar ul.odkazy {
    display: flex;
    align-items: center;
}

header .top_bar ul.odkazy li {
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0 10px;
    list-style-type: none;
}

header .top_bar ul.odkazy li:first-of-type {
    border-left: 0px;
}

header .top_bar ul.odkazy li a {
    text-decoration: none;
    font-weight: 500;
}

header .top_bar ul.odkazy li a:hover {
    text-decoration: underline;
}

header .top_bar div.jazyky_obal {
    position: relative;
    display: block;
    width: 29px;
    height: 29px;
    margin-left: 15px;
}

header .top_bar div.jazyky_obal span.jazyky_open {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 29px;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

header .top_bar div.jazyky_obal span.jazyky_open:hover {
    background: rgba(255, 255, 255, 0.2)
}

header .top_bar div.jazyky_obal span.jazyky_open.close {
    color: transparent;
    background: #016725 url(/galerie/1508083.svg)center center no-repeat;
    background-size: 60%;
}

header .top_bar div.jazyky_obal div.jazyky {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: auto;
    transform: translate(-50%, 100%) !important;
    background: rgba(0, 0, 0, 80%);
    z-index: 2;
    overflow: hidden;
}

header .top_bar div.jazyky_obal div.jazyky a {
    width: 100%;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 17px;
    color: white;
    text-decoration: none;
}

header .top_bar div.jazyky_obal div.jazyky a span {
    color: inherit;
}

header .top_bar div.jazyky_obal div.jazyky a:hover {
    color: white;
    background: #016725;
}

header .top_bar a.turistika {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    height: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    opacity: 0.9;
    text-decoration: none;
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 5px;
    font-weight: 500;
}

header .top_bar a.turistika:hover {
    opacity: 1;
}

header .top_bar a.turistika::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    background: url(/galerie/1508084.svg)bottom left no-repeat;
    background-size: contain;
    width: 23px;
    height: 25px;
    margin-right: 10px;
    opacity: 0.8;
}

header .top_nav_obal {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

header .top_nav_obal.scroll_nav,
header.subakce .top_nav_obal.scroll_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0, 0);
    background: rgba(0, 0, 0, 0.6);
    max-width: unset;
    height: 75px;
}

header .top_nav_obal.scroll_nav .top_nav {
    padding: 10px;
    padding-right: 120px;
    height: 100%;
}

header .top_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 60px;
}

header .top_nav * {
    color: white;
}

header .top_nav a.logo {
    display: inline-block;
    margin: 0;
    height: 80%;
    width: auto;
}

header .top_nav a.logo:hover {
    transform: scale(1.02);
}

header .top_nav a.logo img {
    height: 100%;
    width: auto;
}

header .top_nav nav.hlavni {
    margin: 0;
}

header .top_nav nav.hlavni ul {
    display: flex;
}

header .top_nav nav.hlavni ul li {
    list-style-type: none;
}

header .top_nav nav.hlavni ul li a {
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 20px;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.8));
}

header .top_nav_obal.scroll_nav .top_nav nav.hlavni ul li a {
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0));
}

header .top_nav nav.hlavni a:hover {
    border-bottom: 2px solid white;
}

header .top_nav .search_open {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background: url(/galerie/1508087.svg)center center no-repeat;
    background-size: contain;
    opacity: 0.8;
    cursor: pointer;
}

header .top_nav .search_open:hover {
    opacity: 1;
}

div.mobile_menu {
    display: none;
}

header .top_nav_obal.scroll_nav .search_open {
    right: 50px;
}

header section .nav_cont {}


/* ------------- 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/1508083.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(0, 0, 0, 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: 5;
}

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;
}

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: #ffffff;
    margin-left: 15px;
    vertical-align: top;
    margin-right: 0;
    /* border-bottom: 5px solid #fcc10d; */
    z-index: 2;
    margin: 0;
    background: transparent;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani {
    height: 50px;
    width: calc(100% - 50px);
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0px;
    background: transparent;
    color: white;
    overflow: hidden;
    border-radius: 0;
    font-size: 18px;
    border-bottom: 1px solid #4a4a4a;
}

div.search_win .obsah_v div.vyhledavani_obal input.textpole_vyhledavani::placeholder {
    color: #e0e0e0;
}

div.search_win .obsah_v div.vyhledavani_obal input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 50px;
    height: 50px;
    background: url(/galerie/1508087.svg)center center no-repeat;
    background-size: contain;
    /* 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;
    width: 100%;
    height: 72vh;
    min-height: 400px;
}

section.slider * {
    transition: 0s !important;
}

section.slider div.titulka_bgr_obr,
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.titulka_bgr_obr::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}


/*---------------------------- -HEADER SUBAKCE -------------------------------*/

header.subakce .top_nav_obal {
    position: absolute;
    top: unset;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

header.subakce section.slider {
    height: 250px;
    min-height: 250px;
}

section.slider div.titulka_bgr_obr_subakce::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}


/*---------------------------- -ODKAZY -------------------------------*/

section.odkazy {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    margin-top: -30px;
}

section.odkazy a.odkaz {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    background: white url(/galerie/1508085.svg)center left 20px no-repeat;
    padding: 22px;
    color: #3B3B39;
    font-weight: bold;
    font-size: 17px;
    box-sizing: border-box;
    padding-left: 80px;
}

section.odkazy a.odkaz:hover {
    background: #016725 url(/galerie/1508085.svg)center left 20px no-repeat;
    color: white;
}


/*---------------------------- -BANNER -------------------------------*/

section.aktuality div.banner {
    display: flex;
    background: white;
    margin-bottom: 90px;
    min-height: 350px;
}

section.aktuality div.banner figure.obrazek {
    margin: 0;
    width: 50%;
    height: initial;
    overflow: hidden;
}

section.aktuality div.banner figure.obrazek {
    display: block;
    width: 100%;
    height: 100%;
}

section.aktuality div.banner figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality div.banner figure.obrazek a img:hover {
    transform: scale(1.03);
}

section.aktuality div.banner article.text {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 4em 4em 6em;
}

section.aktuality div.banner article.text .obsah {}

div.banner article.text .obsah span.datum {
    font-weight: 600;
    color: #717171;
}

section.aktuality div.banner article.text .obsah h3 {}

section.aktuality div.banner article.text .obsah h3 a {}

section.aktuality div.banner article.text .obsah p.popis {}

section.aktuality div.banner article.text .obsah a.btn {}

section.aktuality div.banner article.text .obsah div.fotogalerie {
    position: absolute;
    left: 4em;
    bottom: 0;
    transform: translate(0, 50%);
    width: calc(100% - 8em);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

section.aktuality div.banner article.text .obsah div.fotogalerie a {
    width: 100%;
    height: 100px;
}

section.aktuality div.banner article.text .obsah div.fotogalerie a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality div.banner article.text .obsah div.fotogalerie a img:hover {
    transform: scale(1.03);
}


/*---------------------------- -AKTUALITY -------------------------------*/

section.aktuality .vypis {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

article.aktualita {
    display: flex;
    flex-wrap: nowrap;
    background: white;
    width: 100%;
}

article.aktualita div.obal_obrazku {
    width: 250px;
    background: #343432;
    height: initial;
}

article.aktualita div.obal_obrazku * {
    color: white;
}

article.aktualita div.obal_obrazku figure {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

article.aktualita div.obal_obrazku figure a {
    text-decoration: none;
}

article.aktualita div.obal_obrazku figure a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

article.aktualita div.obal_obrazku figure a:hover img {
    transform: scale(1.03);
}

article.aktualita div.obal_obrazku figure span.datum {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 5px 25px;
    text-align: center;
    font-weight: 600;
}

article.aktualita div.obal_obrazku .obal_odkaz {
    box-sizing: border-box;
    padding: 1.5em;
    text-align: center;
}

article.aktualita div.obal_obrazku .obal_odkaz a.btn {
    border: 1px solid white;
}

article.aktualita div.obal_obrazku .obal_odkaz a.btn:hover {
    border: 1px solid white;
    background: white;
    color: #252525;
}

article.aktualita div.info {
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding: 2em
}

article.aktualita div.info h3 {}

article.aktualita div.info h3 a {}

article.aktualita div.info .text {
    line-height: 150%;
    font-size: 15px;
}

article.aktualita div.info .text p {}


/*---------------------------- -CLANEK NOVINKY -------------------------------*/

article.clanek_novinky .vypis {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

article.clanek_novinky article.aktualita {
    width: 48%;
    margin: 0 1% 20px;
}


/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy,
.hlavni_odk_profil {
    margin-bottom: 10px;
}

.hlavni_odkazy a.tlacitko_hlavni,
.hlavni_odk_profil a {
    display: inline-block;
    color: #595959;
    margin: 5px 0;
    text-decoration: underline;
}

.hlavni_odkazy a.tlacitko_hlavni:hover,
.hlavni_odk_profil a:hover {
    text-decoration: underline;
}

fieldset {
    border: none;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}

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"],
input[type="submit"],
button[type="button"],
.telefonni_seznam .hlavni_odkazy a {
    padding: 5px 13px;
    background: #595959;
    border: 0;
    cursor: pointer;
    transition: .2s;
    color: white;
    border: 1px solid #595959;
    font-weight: 500;
}

input[type="submit"]:hover,
input[type="submit"]:hover,
button[type="button"]:hover,
.telefonni_seznam .hlavni_odkazy a:hover {
    background: #016725;
    color: white;
}

form#edit_events_form fieldset label {
    margin: 0 10px 0 5px;
}

fieldset label {
    margin: 0 10px 0 0;
}

fieldset legend {
    text-align: start;
    display: block;
    padding: 10px;
    background-color: #cacaca;
    color: #3b3b3b;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}

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 0;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
}

#oddne,
#dodne {
    margin-right: 10px
}

input[type="checkbox"] {
    margin-right: 10px;
}


/*---------------------------- -PORTAL -------------------------------*/

section.portal {
    height: 700px;
}

section.portal figure.obrazek {
    position: absolute;
    width: 100%;
    height: 100%;
}

section.portal figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.portal div.info {
    position: absolute;
    align-content: center;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 7em 6em 6em 11vw
}

section.portal div.info * {
    color: white;
}

section.portal div.info img.logo {
    margin-bottom: 25px;
}

section.portal div.info h2 {
    margin-bottom: 25px;
    font-size: 40px;
}

section.portal div.info h2 a {
    text-decoration: none;
}

section.portal div.info h2 a:hover {
    text-decoration: underline;
}

section.portal div.info a.btn {
    background: transparent;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 30px;
    font-size: 18px;
    margin-bottom: 35px;
    border: 2px solid white;
}

section.portal div.info a.btn:hover {
    background: white;
    color: #252525;
    border: 2px solid white;
}

section.portal div.info div.vypis {
    display: grid;
    width: 100%;
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

section.portal div.info div.vypis a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
}

section.portal div.info div.vypis a figure {
    width: 100%;
    height: auto;
}

section.portal div.info div.vypis a figure img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
}

section.portal div.info div.vypis a:hover figure img {
    transform: scale(1.03);
}

section.portal div.info div.vypis a figure figcaption {
    display: block;
    margin-top: 7px;
    font-weight: 600;
}

section.portal div.info div.vypis a:hover figure figcaption {
    text-decoration: underline;
}


/*---------------------------- -WEBKAMERY -------------------------------*/

section.webkamery {}

section.webkamery .vypis {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

section.webkamery .vypis a.webkamera {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
}

section.webkamery .vypis a.webkamera figure {
    width: 100%;
    height: 100%;
}

section.webkamery .vypis a.webkamera figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.webkamery .vypis a.webkamera div.info {
    display: none;
}

section.webkamery .vypis a.webkamera:hover div.info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

section.webkamery .vypis a.webkamera div.info img {
    margin-bottom: 1em;
}

section.webkamery .vypis a.webkamera div.info h3 {
    display: block;
    width: 100%;
    text-align: center;
}


/*---------------------------- -PARETNERI -------------------------------*/

section.partneri {}

section.partneri .vypis {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
}

section.partneri .vypis a {
    display: flex;
    width: 100%;
    align-items: center;
}

section.partneri .vypis a img {
    width: 100%;
    height: auto;
}


/*---------------------------- -PATICKA -------------------------------*/

footer {
    background: white;
    box-sizing: border-box;
}

footer .obsah {
    display: flex;
    line-height: 180%;
    padding: 4em 0
}

footer * {
    color: #252525;
    line-height: 150%;
}

footer .obsah h3 {
    font-weight: 700;
    text-transform: uppercase;
}

footer .obsah a:hover {
    color: #016725;
}

footer .obsah ul {}

footer .obsah ul li {
    display: block;
    list-style-type: none;
}

footer section.blok a {
    display: inline-block;
}

footer section.blok a:hover {
    color: #016725;
    transform: translate(2px, 0);
}

footer .obsah a {
    font-weight: 500;
}

footer .obsah a.more {
    font-weight: bold;
}

footer .obsah div.kontakt {
    display: flex;
    margin-left: 0;
}

footer .obsah div.kontakt a.logo {}

footer .obsah div.kontakt a.logo img {}

footer .obsah div.kontakt div.info {
    margin-left: 3em;
}

footer .obsah div.bloky {
    display: flex;
    justify-content: flex-end;
    margin-right: 0;
}

footer .obsah div.bloky section.blok {
    margin: 0;
    margin-left: 3em;
}

footer .as4u {
    text-align: center;
    background: #3c3c3c;
    box-sizing: border-box;
    padding: 1em;
}

footer .as4u a {
    color: white;
}

footer .obsah .prihlaseni {}

footer .obsah .prihlaseni a {
    display: block;
}


/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 0 0 30px;
    height: auto;
    overflow: hidden;
    float: none;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.cesta_ke_clanku a {
    color: #4c4c4c;
    display: inline-block;
    text-decoration: none;
    transition: .2s;
    font-weight: normal;
    text-decoration: underline;
}

.cesta_ke_clanku a.odkaz_domu {
    padding-left: 27px;
    background: url(/galerie/1508765.svg)left center no-repeat;
    background-size: 17px;
}

.cesta_ke_clanku a.zpet {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 12px;
    color: #595959;
    margin-bottom: 5px;
    padding-left: 34px;
    background: url(/galerie/1460244.svg)left 5px center no-repeat;
    background-size: 20px;
    font-weight: 500;
    border: 1px solid #6d6d6d;
    margin-right: 10px;
}

.cesta_ke_clanku a.zpet:hover {
    color: #00599F;
    background: url(/galerie/1460243.svg)left 5px center no-repeat;
    background-size: 20px;
    border: 1px solid #00599F;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
    color: #00599F;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
    display: inline-block;
}

.oddelovac_cesty {
    background: url(/galerie/1505842.svg)center center no-repeat;
    background-size: contain;
    color: transparent;
    opacity: 0.7;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
}


/* ------------------------ -SLIM PAGE ------------------------------------------*/

.slim_page {}

.slim_page .cesta_ke_clanku,
.slim_page h2.nadpis_clanku {
    text-align: center;
}

.slim_page h2.nadpis_clanku.page_404 {
    text-align: left;
}


/* ------------------------ -CLANEK BODY ------------------------------------------*/

.clanek_cleaner {
    clear: both;
}

article.clanek_body,
div.stranka_subakce {
    padding-top: 15px;
    padding-bottom: 150px;
}

aside.leve_menu {
    width: 20%;
    float: left;
    box-sizing: border-box;
}

aside.leve_menu .sloupec_navigace {
    margin-bottom: 15px;
    position: relative;
    border-right: 2px solid #efefef;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {
    display: none;
}

aside.leve_menu .nadrazeny_oddil a {
    display: inline-block;
    box-sizing: border-box;
    padding: 6px 12px;
    color: #4c4c4c;
    margin-bottom: 5px;
    padding-left: 24px;
    background: url(/galerie/1505844.svg)left 5px center no-repeat;
    background-size: 6px;
    /* border: 1px solid #6d6d6d; */
}

aside.leve_menu .nadrazeny_oddil a:hover {
    color: #016725;
    padding-left: 27px;
}

h3.nadpis_oddilu {
    display: block;
    padding: 10px 18px 10px;
    font-weight: 700;
    font-size: 22px;
    color: #3b3b3b;
    margin: 0 auto;
}

h3.nadpis_oddilu span {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
}

aside.leve_menu .sloupec_navigace ul.navigace {}

aside.leve_menu .sloupec_navigace ul.navigace li {
    position: relative;
    /* background-color: #ffffff; */
    list-style-type: none;
    box-sizing: border-box;
    /* margin: 2px 0; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: url(/galerie/1505847.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/1508763.svg)right 11px center no-repeat;
    background-size: 10px;
    color: #3b3b3b;
    padding-right: 30px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    padding-left: 21px;
}

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: #016725 url(/galerie/1523078.svg)center right 12px no-repeat !important;
    background-size: 9px !important;
    color: white !important;
    /* border-radius: 10px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a.nadpis_sekce_aktivni:hover {
    padding-left: 17px;
    color: white;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a,
aside.leve_menu .sloupec_navigace ul.navigace li.sekce div.nadpis_sekce span {
    display: block;
    box-sizing: border-box;
    padding: 7px 18px;
    color: #3b3b3b;
    background: url(/galerie/1508762.svg)center right 12px no-repeat;
    background-size: 9px;
    padding-right: 34px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce div.nadpis_sekce {
    text-align: left;
    margin-bottom: 5px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce div.nadpis_sekce span {
    text-decoration: none;
    color: #3b3b3b;
    padding: 7px 18px;
    box-sizing: border-box;
    transition: .3s;
    font-weight: 500;
    font-size: 17px;
    background-color: #cacaca;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a:hover {
    color: #016725;
}

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: #3b3b3b;
    padding: 7px 18px;
    box-sizing: border-box;
    /*    z-index: 2;*/
    transition: .3s;
    font-weight: 500;
    /* border-bottom: 4px solid #0952bb; */
    /* background: #efefef; */
    font-size: 17px;
    text-decoration: underline;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    color: #016725;
    /* text-decoration: underline; */
    /*padding-left: 22px !important;*/
    /* background-color: #e3e3e3; */
    /* border-radius: 10px; */
}

aside.leve_menu a.clanek_vybrany {
    color: #016725 !important;
    font-weight: 600 !important;
    /* background: #00599F !important; */
    /* border-radius: 10px; */
}

article.cely_clanek {
    position: relative;
    width: calc(80% - 240px);
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 2%;
    padding-right: 1.5%;
    /*    background: white;*/
    line-height: 150%;
}

article.cely_clanek ul {
    margin-left: 20px;
}

article.cely_clanek div.clanek {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 1em;
}

h2.nadpis_clanku,
h2.nadpis_aktualit,
h1.nadpis_clanku {
    text-align: left;
    color: #3b3b3b;
    padding: 0 0 20px;
    font-weight: 600;
    font-size: 27px;
    line-height: 130%;
}

h2.nadpis_aktualit {
    margin-bottom: 15px;
    width: 100%;
}

article.cely_clanek a.primarni_obrazek_clanku {
    position: relative;
    width: 30%;
    display: inline-block;
    opacity: 1;
    float: right;
    margin-bottom: 30px;
    margin-left: 1.5em;
    margin-right: 0;
    height: 200px;
}

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; */
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    background: #f7f7f7;
    margin-left: 0;
    margin-bottom: 1em;
}

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 {
    /* Editace odstavce */
    /*    line-height: 150%;*/
    /*    margin: 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,
article.cely_clanek div.clanek ol li {
    margin-bottom: 0.3em;
}

article.cely_clanek div.clanek ol {
    margin-left: 30px
}

article.cely_clanek div.clanek h3,
article.cely_clanek div.clanek h3 a,
article.cely_clanek h3 {
    font-size: 22px;
    margin: 16px 0;
    color: #3b3b3b;
    line-height: 150%;
    font-weight: 600;
}

article.cely_clanek div.clanek h4,
article.cely_clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #3b3b3b;
    font-weight: 600;
}

article.cely_clanek div.clanek h4 a,
article.cely_clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #016725;
}

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 {
    display: inline-block;
    background-size: 18px;
    height: 25px;
    margin-top: 30px;
    width: 100%;
}

article.cely_clanek .nahled_tisk:hover {
    filter: grayscale(0);
}

article.cely_clanek .nahled_tisk:hover a {
    color: #016725;
}

article.cely_clanek .nahled_tisk a {
    color: #3b3b3b;
    font-weight: bold;
    vertical-align: middle;
}

article.cely_clanek .info_podclankem {
    display: block;
    margin: 10px 0;
    color: #3b3b3b;
}

article.cely_clanek .info_podclankem .pocet_precteni {
    display: none;
}

article.cely_clanek .info_podclankem .autor {
    /*    display: none;*/
}


/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.fotogalerie_clanku_obal {
    width: 100%;
    margin-bottom: 60px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(100%, 0);
    width: 310px;
    max-height: 1000px;
    overflow: hidden;
}

.fotogalerie_clanku_obal::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    z-index: 2;
    background: rgb(237, 237, 237);
    background: linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 1) 100%);
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    display: block;
    width: 100%;
    padding: inherit;
    /* font-weight: bold; */
    font-size: 16px;
    color: #3b3b3b;
    /* border-bottom: 3px solid #595959; */
    margin-bottom: 14px;
    margin-top: 25px;
    padding-left: 33px;
    background: url(/galerie/1508764.svg)left center no-repeat;
    background-size: 20px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    background: #686868;
    padding: 5px 12px;
    border-radius: 4px;
    color: white;
}

.fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    display: none;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: calc(50% - 17px);
    height: 92px;
    /* padding: 1%; */
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 17px;
    margin-right: 17px;
}

.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 rgb(0 0 0 / 20%); */
    /* 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);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    /* transform: scale(1.01); */
    position: relative;
    z-index: 2;
}

.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;
}


/* ---------------   -SERIAL CLANKU   ---------------------------*/

div.dil_serialu_celek_obal {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
}

div.dil_serialu_celek_obal:hover {}

div.dil_serialu_celek_obal .dil_serialu_celek {
    position: relative;
    /* padding: 12px 20px 30px; */
    /* padding-left: 25%; */
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu {
    position: relative;
    display: inline-block;
    margin-top: 0;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: underline;
    color: inherit;
    color: #3B3B39;
}

div.dil_serialu_celek_obal .dil_serialu_celek:hover h3.nadpis_dilu_serialu a {
    color: #016725;
}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani {}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img {
    width: 100%;
    height: 130px;
    margin-bottom: 18px;
    max-width: 160px;
    float: left;
    margin-right: 15px;
    object-fit: cover;
    object-position: center;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.popis_dilu_serialu {
    /* display: none; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek {
    display: none;
    text-align: left;
    margin: 4px 0 15px;
    clear: both;
}

.cleaner_dil_serialu {
    height: 0;
    clear: both;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.datum_vytvoreni {
    color: #464646;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.autor {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek {
    /* display: none; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a.odkaz_cely_clanek {
    display: none;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    /* padding: 5px 15px; */
    border-radius: 10px;
    /* float: right; */
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a.odkaz_cely_clanek:hover {
    text-decoration: underline;
    color: #016725;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek div.cleaner_dil_serialu {}


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

input#find_in_redakce {
    padding: 12px 10px;
    /* border: 1px solid black; */
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek {}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    margin-bottom: 15px;
    font-size: 22px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    color: #595959;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a:hover {
    color: #016725;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
    color: #016725;
    FONT-WEIGHT: 600;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a img {
    margin-bottom: 18px;
    max-width: 160px;
    float: left;
    margin-right: 15px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    margin-bottom: 18px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span {
    /* display: none; */
}

.starsi_novejsi,
.predchozi_dalsi {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #016725 !important;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    text-decoration: none !important;
    font-weight: 700;
    background: #016725;
    color: white !important;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: #016725 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.prechozi {
    /*    background: #686868;*/
    padding: 10px 20px;
    font-weight: 700;
    color: #016725 !important;
    border-radius: 5px;
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    background: #e3e3e3;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: 700;
    color: #016725 !important;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}


/* ------------------------ -APKA FOTOGALERIE ------------------------------------------*/

article.cely_clanek.clanek_apky_galerie {
    max-width: unset;
    width: 80%;
}

.obal_apky_fotogalerie {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal {
    width: 100%;
    position: relative;
    transform: translate(0, 0);
    right: unset;
    top: unset;
    overflow: visible;
    max-height: unset;
}

.obal_apky_fotogalerie .fotogalerie_clanku_obal::before {
    display: none;
}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    display: block;
    width: 100%;
    margin: 1em 0 2em;
    font-weight: 600;
}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: calc(33.333% - 17px);
    height: 240px;
}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek h4 a {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img:hover {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku {}

.obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku div.popis_obrazku {
    display: none;
}

.obal_apky_fotogalerie.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku h4.nazev_obrazku {}


/* ------------------------ -MAPA WEBU ------------------------------------------*/

article.clanek_body.mapa ul {
    padding: revert;
}

article.clanek_body.mapa ul li {
    margin: 5px 0;
}


/* ------------------------ 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;
}


/*---------------------------- -UREDNI DESKA -------------------------------*/

div.clanek_uredni_deska {}

div.clanek_uredni_deska .uredni_deska {}

div.clanek_uredni_deska .uredni_deska .row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

div.clanek_uredni_deska .uredni_deska .row .col {
    width: 50%;
    margin-left: 0;
}

div.clanek_uredni_deska .uredni_deska .row .col label {
    display: block;
    width: 100%;
    margin-left: 0;
}

div.clanek_uredni_deska fieldset .uredni_deska .row .col input[type="text"],
div.clanek_uredni_deska fieldset .uredni_deska .row .col select {
    width: 90%;
    max-width: 90%;
}

div.clanek_uredni_deska .uredni_deska .row span.heading_od_do {
    margin: 0 10px 0 0;
}

div.clanek_uredni_deska .uredni_deska .row_3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

div.clanek_uredni_deska .uredni_deska .row .col.oddne,
div.clanek_uredni_deska .uredni_deska .row .col.dodne {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 20%;
    margin: 0 10px 0 0;
}

div.clanek_uredni_deska .uredni_deska .row .col.oddne label,
div.clanek_uredni_deska .uredni_deska .row .col.dodne label {
    display: inline-block;
    width: auto;
}

div.clanek_uredni_deska .uredni_deska .row .col.oddne input[type="text"],
div.clanek_uredni_deska .uredni_deska .row .col.dodne input[type="text"] {}

div.clanek_uredni_deska .uredni_deska .row .col.oddne img,
div.clanek_uredni_deska .uredni_deska .row .col.dodne img {}

div.clanek_uredni_deska .row.search {}

div.clanek_uredni_deska .row.search span.archiv {}

div.clanek_uredni_deska .row.search input[type="submit"] {}


/* --------------- 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: #016725;
    /* 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;
}


/*---------------------------- -TELEFONNI SEZNAM -------------------------------*/

.telefonni_seznam {}

.telefonni_seznam .hlavni_odkazy {}

.telefonni_seznam .hlavni_odkazy a {}


/* ------------------------ -OZNAMENI ZASILANI, -NOVINKY NA MAIL ------------------------------------------*/

.news_to_mail {
    width: 100%;
}

.news_to_mail .cesta_ke_clanku {
    float: none;
    width: 100%;
}

.news_to_mail h2.nadpis_clanku {
    padding: 10px 17px;
}

form#oznameni {
    margin-top: 15px;
}

form#oznameni ul {
    padding: revert;
    line-height: 150%;
}

form#oznameni ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

form#oznameni input[type=checkbox] {
    margin-right: 8px;
}

div.gdpr_aktuality {
    padding: 15px 2%;
    margin-bottom: 30px;
    color: #3d3d3d;
}

div.gdpr_aktuality p {
    margin: 15px 0;
    color: #303030;
}

div.gdpr_aktuality a {}


/*---------------------------- -FAQ --------------------------------------*/

.prihlaseni p {
    margin-bottom: 10px;
}

div.faq p {
    margin: 10px 0;
}

div.faq fieldset {
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}

div.hlavni_odk_diskuze {
    /* clear: both; */
    /* padding: 0.5em 1em; */
    margin: 10px 0;
    text-align: left;
    font-weight: bold;
}

div.hlavni_odk_diskuze a {
    color: #ffffff;
    display: inline-block;
    background: #525252;
    padding: 4px 10px;
    margin-bottom: 4px;
}

div.hlavni_odk_diskuze a:hover {
    color: white;
    background: #016725;
}

div.prispevek_celek {
    margin-top: 1.5em;
    font-size: 1em;
    width: 100%;
    border-radius: 20px;
    border-top-left-radius: 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    /* float: left; */
    background: #ffffff;
}

div.hlavicka_prispevku {
    background-color: #d3d3d3;
}

h5.nadpis_prispevku {
    color: white;
    padding: 0.5em 15px;
    margin: 0em;
    font-size: 15px;
    background-color: #016725;
}

div.autor_cas_prispevku {
    padding: 0.5em 15px;
    color: #2e2e2e;
    font-weight: 500;
}

div.text_prispevku {
    padding: 1em 15px;
}

div.odkazy_prispevku {
    padding: 0.5em 15px;
    text-align: left;
    border-top: 2px solid white;
}

div.odkazy_prispevku a {
    color: #0065A6;
    padding: 0.2em 10px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

legend.nadpis_bloku {
    height: auto;
    padding: 10px 25px;
    border-bottom: 0;
}

.faq_anotace {
    margin: 25px 0 !important;
}


/*---------------------------- -WEBKAMERY VYPIS -------------------------------*/

.kamery_clanek_vypis {}

.kamery_clanek_vypis h3 {
    max-width: 650px;
}

.kamery_clanek_vypis img.webkamera {
    max-width: 100%;
    height: auto;
}

.clanek_uredni_deska fieldset.netisknout {
    display: none;
}


/*---------------------------- -RESPONZIVITA -------------------------------*/

@media screen and (max-width: 1480px) {
    .fotogalerie_clanku_obal .fotogalerie_clanku {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1300px) {
    section.portal div.info {
        width: 100%;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: calc(100%);
        height: 130px;
    }
    article.cely_clanek a.primarni_obrazek_clanku {
        height: 130px;
    }
}

@media screen and (max-width: 1150px) {
    footer .obsah {
        flex-wrap: wrap;
    }
    footer .obsah div.kontakt {
        margin-bottom: 30px;
    }
    footer .obsah div.bloky {
        justify-content: flex-start;
        width: 100%;
    }
    footer .obsah div.bloky section.blok {
        margin: 0;
        margin-left: 0;
        margin-right: 3em;
    }
}

@media screen and (max-width: 1100px) {
    section.aktuality .vypis {
        grid-template-columns: repeat(1, 1fr);
    }
    section.aktuality article.aktualita {
        width: 100%;
    }
    section.portal div.info {
        padding: 4em 2em;
    }
    header .top_nav nav.hlavni a {
        font-size: 17px;
    }
    .fotogalerie_clanku_obal {
        width: 100%;
        position: relative;
        right: unset;
        top: unset;
        transform: translate(0, 0);
        max-height: unset;
        overflow: visible;
    }
    article.cely_clanek {
        position: relative;
        width: 80%;
    }
    .fotogalerie_clanku_obal::before {
        display: none;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku {
        padding-right: 0;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: calc(33% - 17px);
    }
    article.clanek_novinky article.aktualita {
        width: 100%;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 1000px) {
    div.titulka section {
        margin-bottom: 40px;
        overflow-x: auto;
        padding-bottom: 20px;
    }
    section.odkazy a.odkaz {
        width: 210px;
        background: white url(/galerie/1508085.svg)center left 10px no-repeat;
        padding: 12px 20px;
        padding-left: 55px;
    }
    section.aktuality div.banner {
        flex-wrap: wrap;
        margin-bottom: 35px;
    }
    section.aktuality div.banner figure.obrazek,
    section.aktuality div.banner article.text {
        width: 100%;
    }
    section.aktuality div.banner article.text {
        padding: 2em;
    }
    section.aktuality div.banner article.text .obsah div.fotogalerie {
        position: relative;
        left: unset;
        bottom: unset;
        transform: translate(0, 0);
        width: 100%;
        display: grid;
        margin-top: 30px;
    }
    section.webkamery .vypis {
        overflow-x: auto;
        padding: 0 20px;
    }
    section.webkamery .vypis a.webkamera {
        width: 300px;
        height: 250px;
    }
    section.portal {
        height: 620px;
    }
}

@media screen and (max-width: 960px) {
    .full_size_cont {
        width: 100vw;
    }
    header .top_nav_obal,
    header.subakce .top_nav_obal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transform: translate(0, 0);
        background: rgba(0, 0, 0, 0.8);
        max-width: unset;
        height: 75px;
    }
    header .top_nav_obal .top_nav {
        padding: 10px;
        padding-right: 120px;
        height: 100%;
    }
    header .top_bar {
        top: 87px;
    }
    nav.hlavni {
        display: none;
    }
    header .top_nav .search_open,
    header .top_nav_obal.scroll_nav .search_open {
        right: 65px;
        width: 35px;
        height: 35px;
    }
    div.mobile_menu {
        position: absolute;
        display: block;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        width: 35px;
        height: 35px;
        background: url(/galerie/1508091.svg)center center no-repeat;
        background-size: contain;
        opacity: 1;
    }
    div.mobile_menu.close {
        background: url(/galerie/1508083.svg)center center no-repeat;
        background-size: 90%;
    }
    section.partneri .vypis {
        display: flex;
        grid-template-columns: unset;
        grid-gap: 40px;
    }
    section.partneri .vypis a {
        min-width: 210px;
    }
    footer .obsah div.bloky {
        flex-wrap: wrap;
    }
    footer .obsah div.bloky section.blok {
        margin-bottom: 2em;
    }
    nav.hlavni {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed !important;
        top: 75px !important;
        left: 0;
        height: calc(100vh - 70px);
        max-width: unset;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: rgba(0, 0, 0, 0.8);
        box-sizing: border-box;
        padding: 19px;
    }
    header .top_nav nav.hlavni ul {
        flex-wrap: wrap;
    }
    header .top_nav nav.hlavni ul li {
        list-style-type: none;
        display: block;
        width: 100%;
    }
    header .top_nav nav.hlavni a {
        font-size: 17px;
        display: block;
        text-align: right;
        padding: 20px 15px;
    }
    article.cely_clanek,
    article.cely_clanek.clanek_apky_galerie {
        width: 100%;
        max-width: none;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
    aside.leve_menu {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin-top: 30px;
    }
    aside.leve_menu .sloupec_navigace {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }
    aside.leve_menu .sloupec_navigace ul.navigace * {
        color: white !important;
        text-transform: none !important;
        font-weight: normal !important;
        text-decoration: none !important;
        filter: none;
    }
    h3.nadpis_oddilu {
        display: block;
        padding: 10px 18px 0px;
        color: white;
        text-align: right;
    }
    article.cely_clanek div.clanek p img {
        max-width: 100%;
        height: auto !important;
    }
    article.cely_clanek div.clanek {
        padding: 0em;
    }
    div.clanek_uredni_deska .uredni_deska .row .col {
        width: 100%;
    }
    div.clanek_uredni_deska .uredni_deska .row .col.oddne,
    div.clanek_uredni_deska .uredni_deska .row .col.dodne {
        max-width: unset;
    }
}

@media screen and (max-width: 700px) {
    .obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: calc(50% - 17px);
        height: 240px;
    }
}

@media screen and (max-width: 550px) {
    header .top_bar {
        padding-left: 0px;
    }
    header .top_bar ul.odkazy {
        display: none;
    }
    section.slider {
        height: 400px;
        min-height: unset;
    }
    section.aktuality article.aktualita {
        flex-wrap: wrap;
    }
    section.aktuality article.aktualita div.obal_obrazku,
    section.aktuality article.aktualita div.info {
        width: 100%;
    }
    section.aktuality article.aktualita div.obal_obrazku figure {
        height: 250px;
    }
    section.aktuality div.banner article.text .obsah div.fotogalerie {
        grid-template-columns: repeat(2, 1fr);
    }
    section.portal div.info h2 {
        font-size: 30px;
    }
    section.portal div.info div.vypis {
        width: 100%;
        overflow-x: auto;
    }
    section.portal div.info div.vypis a {
        width: 200px;
        padding-bottom: 20px;
    }
    .page_size {
        width: 90%;
    }
    article.cely_clanek a.primarni_obrazek_clanku {
        position: relative;
        width: 100%;
        opacity: 1;
        float: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        height: 200px;
    }
    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: calc(50% - 17px);
    }
    article.clanek_novinky article.aktualita {
        flex-wrap: wrap;
    }
    article.aktualita div.obal_obrazku {
        width: 100%;
    }
    article.aktualita div.info {
        width: 100%;
    }
}

@media screen and (max-width: 470px) {
    .obal_apky_fotogalerie .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 100%;
        height: 160px;
        margin-right: 0;
    }
    footer .obsah div.kontakt {
        margin-bottom: 30px;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    footer .obsah div.kontakt a.logo {
        margin: 0;
        margin-bottom: 2em;
    }
    footer .obsah div.kontakt div.info {
        margin-left: 3em;
        width: 100%;
        margin-left: 0;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    section.odkazy {
        display: flex;
        justify-content: space-between;
        margin-top: -30px;
    }
    section.odkazy a.odkaz,
    section.webkamery .vypis a.webkamera {
        width: 19%;
    }
    section.aktuality .vypis,
    section.partneri .vypis {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    article.aktualita {
        width: 48.5%;
        margin-bottom: 20px;
    }
    section.portal div.info div.vypis,
    section.webkamery .vypis {
        display: flex;
        justify-content: space-between;
    }
    section.portal div.info div.vypis a {
        width: 31%;
    }
    header .top_nav_obal.scroll_nav,
    header.subakce .top_nav_obal.scroll_nav {
        max-width: none;
    }
    header .top_nav nav.hlavni {
        margin-right: 0;
        margin-left: auto;
    }
    section.partneri .vypis a {
        width: 200px;
    }
}


/*  testovani */

div.admin_panel a {
    color: white;
}

div.admin_panel {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #282828;
    color: white;
    z-index: 5;
    text-align: center;
}