@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=latin-ext');

html {
    /* scroll-behavior: smooth;*/
}

body {
    font-size: 14px;
    overflow-x: hidden;
    background: #1b4291;
}

.main_obsah {
    box-sizing: border-box;
    /*    padding-bottom: 15px !important;*/
}

* {
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
}

.cleaner,
.cleaner_vyhledany_text {
    clear: both;
    height: 0;
}

.cleaner_fotogalerie_clanku {
    display: none;
}

.forbubledata {
    display: none;
}

div#gallyery4uLoadingContDiv {
    margin: 0 !important;
}

div#mapaContMain {
    transition: .0s !important;
}

h1 {
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 39px;
    font-weight: bold;
    color: #1b4291;
    line-height: 130%;
}

h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    font-weight: 600;
    color: #1b4291;
    margin-bottom: 15px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1b4291;
}

h5 {}

h6 {}

p {
    font-size: 15px;
    color: black;
    line-height: 140%;
    margin-bottom: 15px
}

strong {
    font-weight: bold;
}

li {}

a {
    font-size: 15px;
    color: #1b4291;
}

table {
    border-collapse: collapse;
    margin-left: 0;
}

/* ------------------------ -JS CLASSY ------------------------------------------*/

.active_f_j {
    display: flex !important;
}

.active {
    display: block !important;
    transform: translate(0) !important;
}

.menu_close {
    background: url(/galerie/1440007.svg)center center no-repeat !important;
    background-size: 60% !important;
}

/* ------------------------ -SPOLECNE_CLASSY ------------------------------------------*/

img.as4u_ikona_souboru {
    width: unset !important;
    height: auto !important;
}

.page_size {
    width: 97%;
    max-width: 1400px;
    box-sizing: border-box;
}

.body_noscroll {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

div.nadpis_bloku {
    padding: 0;
    border-bottom: 1px solid #1b4291;
    margin-bottom: 25px;
}

div.nadpis_bloku .obsah {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.nadpis_bloku .obsah h2,
div.nadpis_bloku .obsah h2 a {
    display: inline-block;
    padding: 8px 0;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

div.nadpis_bloku .obsah h2 a:hover {
    padding-left: 65px !important;
}

div.nadpis_bloku .obsah div.odkazy {
    margin: 0;
}

div.nadpis_bloku .obsah div.odkazy a {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

div.nadpis_bloku .obsah div.odkazy span.oddelovac {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

div.nadpis_bloku .obsah div.odkazy a.vice {
    color: #1b4291;
}

/* ------------------------ -HEADER_titulka ------------------------------------------*/

header {
    position: relative;
    background: #f0f0f0;
    width: 100%;
    height: 620px;
}

div.meteo_udaje {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    width: auto;
    z-index: 1;
    height: 80px;
}

div.meteo_udaje a {
    text-decoration: none;
}

div.meteo_udaje span {
    font-weight: bold;
    color: #929292;
    margin-top: 2px;
    text-decoration: none;
}

div.meteo_udaje img.ikona {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

div.meteo_udaje .pocasi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 4px; */
}

div.meteo_udaje .pocasi img.ikona {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 0;
    margin-right: 10px;
}

div.meteo_udaje .pocasi span {
    font-weight: bold;
    font-size: 15px;
    color: #929292;
    margin: 0;
    margin-top: 8px;
    text-decoration: none;
}

div.meteo_udaje .teplota {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    margin-left: 54px;
    text-decoration: none;
}

div.meteo_udaje .teplota img {
    opacity: 0.7;
    width: 18px;
    height: 18px;
}

div.meteo_udaje .vitr {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

div.meteo_udaje .vitr img {}

header.subakce {
    height: 350px;
}

header .header_obsah {
    position: absolute;
    z-index: 2;
    background: white;
    border-radius: 0 0 25px 25px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    box-sizing: border-box;
    border-top: 7px solid #555555;
    height: 100px;
    -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);
}

header .header_obsah .mobile_menu {
    display: none;
}

header .header_obsah a.logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}

header .header_obsah a.logo img {
    width: 160px;
}

header .header_obsah div.left_side {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    top: 0;
    left: 0;
    width: 50%;
    text-align: right;
    padding-right: 110px;
    box-sizing: border-box;
    height: 100%;
}

header .header_obsah div.left_side a {
    text-decoration: none;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

header .header_obsah div.left_side a h1 {
    display: block;
    width: 100%;
    font-size: 26px;
    font-weight: 500;
    color: #1A428F;
    margin: 0;
}

header .header_obsah div.left_side a span.podnadpis {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    color: black;
    margin: 0;
}

header .header_obsah div.right_side {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: left;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    padding-left: 110px;
    box-sizing: border-box;
}

ul.soc_site {
    margin-left: 0;
}

ul.soc_site li {
    list-style-type: none;
    display: inline-block;
    float: left;
    margin: 0 4px;
}

ul.soc_site div.vyhledavani_obal {
    float: right;
    margin: 0;
    margin-left: 6px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 2px;
}

ul.soc_site div.vyhledavani_obal h4.nadpis_vyhledavani {
    display: none;
}

ul.soc_site div.vyhledavani_obal input.textpole_vyhledavani {
    height: 30px;
    width: 153px;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    border: 0px;
    background: transparent;
    color: black;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-bottom: 2px solid #0e4194;
    border-radius: 0;
}

ul.soc_site div.vyhledavani_obal input.tlacitko_vyhledat {
    float: right;
    display: block;
    width: 30px;
    height: 30px;
    background: #0e4194 url(/galerie/1440003.svg)center center no-repeat;
    background-size: 20px;
    /* border-radius: 5px; */
    overflow: hidden;
    color: transparent;
    border: 0;
}

ul.soc_site li a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #eaebed;
}

ul.soc_site li a:hover {
    filter: grayscale(0) !important;
    background-color: #d6d6d6 !important;
    padding-left: 0 !important;
}

ul.soc_site li a.search {
    width: 180px;
}

ul.soc_site li a.facebook {
    background: #eaebed url(/galerie/1440017.svg)center center no-repeat;
    filter: grayscale(1);
}

ul.soc_site li a.hl_asistent {
    background: #eaebed url(/galerie/1437361.svg)center center no-repeat;
    background-size: cover;
}

ul.soc_site li a.instagram {
    background: #eaebed url(/galerie/1440018.svg)center center no-repeat;
    filter: grayscale(1);
}

ul.soc_site li a.youtube {
    background: #eaebed url(/galerie/1440012.svg)center center no-repeat;
    filter: grayscale(1);
}

ul.soc_site li a.turista {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 33px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: white;
    background: #406a2b url(/galerie/1440005.svg)left 7px center no-repeat;
    background-size: 17px;
    font-size: 17px;
    width: 105px;
}

ul.soc_site li a.turista:hover {
    background-color: #406a2b !important;
    transform: translate(5px, 0);
    padding-left: 33px !important;
}

ul.soc_site li a.turista::before {
    content: "";
    background: url(/galerie/1440002.svg)left center no-repeat;
    position: absolute;
    display: block;
    top: 0;
    right: 1px;
    transform: translate(100%, 0);
    height: 30px;
    width: 30px;
}

header .header_obsah div.jazyky {
    position: absolute;
    bottom: 0;
    right: 18px;
    transform: translate(0, 50%);
    display: flex;
    margin-left: 15px;
}

header .header_obsah div.jazyky a.jazyk_text {
    margin: 0 7px;
    width: 25px;
    height: 25px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    /* box-sizing: border-box; */
}

header .header_obsah div.jazyky a.jazyk_text span {
    display: none;
}

header .header_obsah div.jazyky a.jazyk_text.cs {
    background: url(/galerie/732698.svg)center center no-repeat;
    background-size: contain;
}

header .header_obsah div.jazyky a.jazyk_text.en {
    background: url(/galerie/732701.svg)center center no-repeat;
    background-size: contain;
}

header .header_obsah div.jazyky a.jazyk_text.de {
    background: url(/galerie/732699.svg)center center no-repeat;
    background-size: contain;
}

header .header_obsah div.jazyky a.jazyk_text.pl {
    background: url(/galerie/732700.svg)center center no-repeat;
    background-size: contain;
}

header figure.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header figure.slider .titulka_bgr_obr {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/galerie/1440016.jpg)center center no-repeat;
    background-size: cover;
    z-index: 1;
    transition: 0s;
}

header .obal_navigace_velky {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
}

header .obal_navigace_velky nav.hlavni {
    height: 100%;
    display: flex;
    padding-left: 33px;
    box-sizing: border-box;
}

header .obal_navigace_velky nav.hlavni ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

header .obal_navigace_velky nav.hlavni ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    width: 20%;
}

header .obal_navigace_velky nav.hlavni ul li a {
    position: relative;
    display: block;
    background: white;
    padding: 12px 15px;
    font-size: 23px;
    font-weight: bold;
    padding-left: 60px;
    border-radius: 15px;
    color: #1b4291;
}

header .obal_navigace_velky nav.hlavni ul li a:hover {
    transform: translate(0, -3px);
}

header .obal_navigace_velky nav.hlavni ul li a span.ikona_karty {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    height: 95px;
}

/*--- Ikony -----*/

/*- ikona mesto -*/
header .obal_navigace_velky nav.hlavni ul li a#hl_50396 span.ikona_karty {
    background: url(/galerie/1440004.svg)center center no-repeat;
}

/*- ikona urad -*/
header .obal_navigace_velky nav.hlavni ul li a#hl_50453 span.ikona_karty {
    background: url(/galerie/1440010.svg)center center no-repeat;
}

/*- urad online -*/
header .obal_navigace_velky nav.hlavni ul li a#hl_273926 span.ikona_karty {
    background: url(/galerie/1449748.svg)center center no-repeat;
}

/*- vony cas -*/
header .obal_navigace_velky nav.hlavni ul li a#hl_273927 span.ikona_karty {
    background: url(/galerie/1449749.svg)center center no-repeat;
}

/* ------------------------ -TITULKA ------------------------------------------*/

.main_obsah {
    width: 97%;
    max-width: 1400px;
    box-sizing: border-box;
    background: white;
    border-radius: 20px 20px 0 0;
    margin-top: 55px
}

.titulka {}

/* ------------------------ -RYCHLY PRISTUP ------------------------------------------*/

section.rychly_pristup {
    position: relative;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 13px;
}

section.rychly_pristup div.zalozka_aktualni_informace {
    position: absolute;
    left: 20px;
    top: 0;
    transform: translate(0, -100%);
}

section.rychly_pristup div.zalozka_aktualni_informace a {
    display: block;
    padding: 10px 25px;
    color: #1b4291;
    background: #ffdb01 url(/galerie/1440014.svg)left 15px center no-repeat;
    border-radius: 15px 15px 0 0;
    font-size: 15px;
    font-weight: 600;
    padding-left: 60px;

}

section.rychly_pristup div.zalozka_aktualni_informace a:hover {
    padding-right: 35px;
}

section.rychly_pristup ul.odkazy_vypis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

section.rychly_pristup ul.odkazy_vypis li {
    list-style-type: none;
    width: 32%;
}

section.rychly_pristup ul.odkazy_vypis li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px;
    color: #363636;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

section.rychly_pristup ul.odkazy_vypis li a:hover {
    color: #1b4291;
    background: #ffdb01;
}

/* ------------------------ -VIDEOAKTUALITY ------------------------------------------*/

section.videoaktuality {
    position: relative;
    /* display: flex; */
    width: 50%;
    float: left;
    padding: 13px;
    box-sizing: border-box;
}

section.videoaktuality .zalozka_videoaktuality {
    position: absolute;
    left: 15px;
    top: 0;
    transform: translate(0, -100%);
}

section.videoaktuality .zalozka_videoaktuality a {
    display: block;
    padding: 10px 25px;
    color: #1b4291;
    background: #ffdb01 url(/galerie/1440011.svg)left 15px center no-repeat;
    border-radius: 15px 15px 0 0;
    font-size: 15px;
    font-weight: 600;
    padding-left: 60px;
}

section.videoaktuality .zalozka_videoaktuality a:hover {
    padding-right: 35px;
}

section.videoaktuality figure.video {
    position: relative;
    z-index: 2;
    width: 410px;
    height: 220px;
    border-radius: 15px;
    background-size: cover !important;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

section.videoaktuality figure.video a.play_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(/galerie/1449751.svg)center center no-repeat;
    background-size: contain;
    -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.videoaktuality figure.video video {
    position: relative;
    width: 411px;
    height: 231px !important;
    z-index: 2;
}

section.videoaktuality ul {
    position: relative;
    box-sizing: border-box;
    padding-left: 5px;
    z-index: 1;
}

section.videoaktuality ul li {
    list-style-type: none;
}

section.videoaktuality ul li a {}

section.videoaktuality ul li a span.datum {
    display: inline-block;
    background: #ebebeb;
    color: black;
    font-size: 14px;
    padding: 2px 15px 2px 35px;
    border-radius: 0 10px 10px 0;
    transform: translate(-30px, 0);
    margin-bottom: 2px;
}

section.videoaktuality ul li a h3 {
    font-size: 15px;
    color: #363636;
}

section.videoaktuality ul li a:hover h3 {
    font-size: 15px;
    color: #1b4291;
}

section.videoaktuality ul li a:hover span.datum {
    background: #1b4291;
    color: white;
}

/* ------------------------ -AKTUALITY ------------------------------------------*/

section.aktuality {
    position: relative;
    box-sizing: border-box;
    padding: 13px;
    transform: translate(0, -60px)
}

section.aktuality div.nadpis_bloku .obsah {
    max-width: 500px;
    margin-left: 0;
}

section.aktuality div.nadpis_bloku .obsah h2 a {
    padding-left: 60px;
    background: url(/galerie/1440015.svg)left center no-repeat;
}

section.aktuality .aktuality_vypis {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.aktuality .aktuality_vypis article.aktualita {
    position: relative;
    width: 23.8%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    padding: 15px;
    margin: 0;
    margin-bottom: 22px;
}

section.aktuality .aktuality_vypis article.aktualita:hover {
    border: 1px solid #1b4291;
}

section.aktuality .aktuality_vypis article.aktualita figure {
    position: relative;
    width: 100%;
    height: 190px;
    margin-bottom: 15px;
    overflow: hidden;
}

section.aktuality .aktuality_vypis article.aktualita figure span.datum {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b4291;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    padding: 7px 14px;
    z-index: 1;
}

section.aktuality .aktuality_vypis article.aktualita figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

section.aktuality .aktuality_vypis article.aktualita figure img:hover {
    transform: scale(1.05);
}

section.aktuality .aktuality_vypis article.aktualita h3,
section.aktuality .aktuality_vypis article.aktualita h3 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 15px;
}

section.aktuality .aktuality_vypis article.aktualita p {
    font-size: 14px;
    color: #313131;
}

section.aktuality .aktuality_vypis article.aktualita a.more {
    display: inline-block;
    margin-right: 0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: black;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

section.aktuality .aktuality_vypis article.aktualita a.more:hover {
    color: #1b4291;
    background: #ebebeb;
}

/* ------------------------ -ODKAZY_titulka ------------------------------------------*/

section.odkazy {
    position: relative;
    box-sizing: border-box;
    padding: 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.odkazy a.odkaz {
    display: inline-block;
    width: 19%;
    height: 80px;
    background: white;
    margin: 0;
    -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);
    margin-bottom: 15px;
    transition: 0s;
}

/* ---- ikony odkazu -----*/

/*-- doprava ---*/
section.odkazy a#od_271606 span.ikona {
    background: url(/galerie/1440033.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271606:hover span.ikona {
    background: url(/galerie/1440843.svg)center center no-repeat;
    background-size: 40px;
}

/*-- aplikace ---*/
section.odkazy a#od_271605 span.ikona {
    background: url(/galerie/1440036.svg)center center no-repeat;
    background-size: 25px;
}

section.odkazy a#od_271605:hover span.ikona {
    background: url(/galerie/1440849.svg)center center no-repeat;
    background-size: 25px;
}

/*-- revitalizace ---*/
section.odkazy a#od_271604 span.ikona {
    background: url(/galerie/1440037.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271604:hover span.ikona {
    background: url(/galerie/1440842.svg)center center no-repeat;
    background-size: 40px;
}

/*-- info centrum ---*/
section.odkazy a#od_271603 span.ikona {
    background: url(/galerie/1440034.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271603:hover span.ikona {
    background: url(/galerie/1440841.svg)center center no-repeat;
    background-size: 40px;
}

/*-- rozhledna ---*/
section.odkazy a#od_271602 span.ikona {
    background: url(/galerie/1440035.svg)center center no-repeat;
    background-size: 25px;
}

section.odkazy a#od_271602:hover span.ikona {
    background: url(/galerie/1440844.svg)center center no-repeat;
    background-size: 25px;
}

/*-- bazen ---*/
section.odkazy a#od_271601 span.ikona {
    background: url(/galerie/1440042.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271601:hover span.ikona {
    background: url(/galerie/1440840.svg)center center no-repeat;
    background-size: 40px;
}

/*-- sportoviste ---*/
section.odkazy a#od_271600 span.ikona {
    background: url(/galerie/1440040.svg)center center no-repeat;
    background-size: 38px;
}

section.odkazy a#od_271600:hover span.ikona {
    background: url(/galerie/1440848.svg)center center no-repeat;
    background-size: 38px;
}

/*-- webkamery ---*/
section.odkazy a#od_271598 span.ikona {
    background: url(/galerie/1440041.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271598:hover span.ikona {
    background: url(/galerie/1440847.svg)center center no-repeat;
    background-size: 40px;
}

/*-- penzion ---*/
section.odkazy a#od_271597 span.ikona {
    background: url(/galerie/1440038.svg)center center no-repeat;
    background-size: 40px;
}

section.odkazy a#od_271597:hover span.ikona {
    background: url(/galerie/1440845.svg)center center no-repeat;
    background-size: 40px;
}

/*-- uredni deska ---*/
section.odkazy a#od_271596 span.ikona {
    background: url(/galerie/1440039.svg)center center no-repeat;
    background-size: 35px;
}

section.odkazy a#od_271596:hover span.ikona {
    background: url(/galerie/1440846.svg)center center no-repeat;
    background-size: 35px;
}

section.odkazy a.odkaz span.ikona {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    background-color: #ebebeb !important;
    transition: 0s;
    filter: grayscale(1; )
}

section.odkazy a.odkaz:hover span.ikona {
    background-color: #1b4291 !important;
}

section.odkazy a.odkaz span.text_odkazu {
    display: flex;
    height: 100%;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #3b3b3b;
}

section.odkazy a.odkaz:hover span.text_odkazu {
    color: #1b4291;
}

/* ------------------------ -KULTURA ------------------------------------------*/

div.kultura_obal {
    background: #3c3c3a;
}

div.kultura_obal section.kultura {
    width: 70%;
    float: none;
    box-sizing: border-box;
    padding: 13px;
    float: left;
}

div.kultura_obal section.kultura .nadpis_bloku {
    border-bottom: 1px solid #909090;
    margin-bottom: 10px;
    width: 70%;
    margin-left: 0;
}

div.kultura_obal section.kultura .nadpis_bloku h2 a {
    color: white;
    padding-left: 60px;
    background: url(/galerie/1440001.svg)left center no-repeat;
    font-weight: 500;
}

div.kultura_obal section.kultura .kultura_vypis {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.kultura_obal section.kultura .kultura_vypis a {
    position: relative;
    display: block;
    width: 32.5%;
    margin: 0;
    height: 170px;
    margin-bottom: 10px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/*-- muzeum --*/
.kultura_vypis a#zar_01 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

/*-- muzeum --*/
.kultura_vypis a#zar_02 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

/*-- muzeum --*/
.kultura_vypis a#zar_03 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

/*-- muzeum --*/
.kultura_vypis a#zar_04 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

/*-- muzeum --*/
.kultura_vypis a#zar_05 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

/*-- muzeum --*/
.kultura_vypis a#zar_06 {
    background: url(/galerie/1440020.jpg)center center no-repeat;
    background-size: cover;
}

div.kultura_obal section.kultura .kultura_vypis a span.text {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b4291;
    color: white;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
    padding: 7px 25px;
}

div.kultura_obal section.kultura .kultura_vypis a:hover span.text {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.95
}

div.kultura_obal section.kalendar_akci {
    width: 30%;
    box-sizing: border-box;
    padding: 13px;
    padding-left: 0;
    float: left;
}

div.kultura_obal section.kalendar_akci .nadpis_bloku {
    border-bottom: 1px solid #909090;
    margin-bottom: 10px
}

div.kultura_obal section.kalendar_akci .nadpis_bloku h2 a {
    color: white;
    padding-left: 60px;
    background: url(/galerie/1440019.svg)left center no-repeat;
    font-weight: 500;
}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis {}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li {
    list-style-type: none;
}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li.chyba {
    color: white;
    font-weight: 500;
}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li a {
    position: relative;
    display: block;
    padding: 40px 15px 10px;
    box-sizing: border-box;
    margin-bottom: 12px;
    background: #50504e;
    min-height: 104px
}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li a:hover {
    background: #1b4291;
}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li a span.datum {
    position: absolute;
    top: 0;
    left: 0;
    background: #1b4291;
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding: 4px 10px;

}

div.kultura_obal section.kalendar_akci ul.kalendar_vypis li a h3 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline;
}

/* ------------------------ -PATICKA -FOOTER ------------------------------------------*/

footer {}

footer .upozorneni_na_mail {
    width: 100%;
    height: auto;
    background: #e2e2e2;
}

footer .upozorneni_na_mail .obsah {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 13px 15px;
}

footer .upozorneni_na_mail .obsah .formular_zasilani {
    margin: 0;
}

footer .upozorneni_na_mail .obsah .formular_zasilani form {}

footer .upozorneni_na_mail .obsah .formular_zasilani form input.textpole_akt_email {
    padding: 7px 10px;
    background: #e2e2e2;
    border: 1px solid grey;
    box-sizing: border-box;
}

footer .upozorneni_na_mail .obsah .formular_zasilani form input[type="submit"] {
    font-weight: bold;
    text-decoration: underline;
    background: #e2e2e2;
    font-size: 15px;
    padding: 7px 15px;
}

footer .upozorneni_na_mail .obsah .formular_zasilani form input[type="submit"]:hover {
    color: white;
    background: #1b4291;
}

footer .upozorneni_na_mail .obsah p {
    margin: 8px;
    font-size: 17px;
    font-weight: 500;
    margin-right: 20px;
    text-align: right;
}

footer .footer_obal {
    background: #3c3c3a;
}

footer .footer_obal .obsah {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 15px;
}

footer .footer_obal .obsah .sloupec {
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
}

footer .footer_obal .obsah .sloupec h3,
footer .footer_obal .obsah .sloupec h3 a {
    color: #f9e10f;
    font-weight: 500;
    font-size: 22px
}

footer .footer_obal .obsah .sloupec p,
footer .footer_obal .obsah .sloupec a {
    font-size: 17px;
    color: white;
}

footer .footer_obal .obsah .sloupec a.tlacitko {
    display: inline-block;
    color: #2f2f2f;
    background: white;
    padding: 7px 20px;
    font-weight: 500;
    opacity: 0.8;
}

footer .footer_obal .obsah .sloupec {}

footer .footer_obal .obsah .sloupec ul {}

footer .footer_obal .obsah .sloupec ul li {
    list-style-type: none;
}

footer .footer_obal .obsah .sloupec ul li a {
    line-height: 150%;
}

footer .footer_obal .obsah .sloupec a:hover {
    padding-left: 3px;
}

footer .footer_obal .obsah .sloupec a.tlacitko:hover {
    padding-left: 20px;
    opacity: 1;
}

footer .footer_obal .obsah .sloupec.logo {
    width: 150px;
}

footer .footer_obal .obsah .sloupec.logo a.logo {}

footer .footer_obal .obsah .sloupec.logo a.logo img {
    max-width: 150px;
    height: auto;
}

footer .footer_obal .obsah .sloupec.kontakt {}

footer .footer_obal .obsah .sloupec.kontakty {}

footer .footer_obal .obsah .sloupec.odkazy {}

footer .footer_obal .as4u {
    text-align: center;
    padding: 20px 15px;
}

footer .footer_obal .as4u a {
    color: white;
    font-weight: normal;
    font-size: 14px;
}

footer .footer_obal .obsah .sloupec ul.soc_site {}

footer .footer_obal .obsah .sloupec ul.soc_site li.search {
    display: none;
}

footer .footer_obal .obsah .sloupec ul.soc_site li a {
    margin-bottom: 7px;
}

footer .prihlaseni {}

footer .prihlaseni a {
    display: block;
    margin-bottom: 5px;
}

footer .prihlaseni span.separator {
    display: none;
}

/* ------------------------ -CLANEK BODY ------------------------------------------*/

div.clanek_body {}

aside.leve_menu {
    width: 25%;
    float: left;
    box-sizing: border-box;
    margin-top: 8px;
}

aside.leve_menu .sloupec_navigace {
    margin-bottom: 15px;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {
    display: none;
}

aside.leve_menu .nadrazeny_oddil a {
    display: block;
    box-sizing: border-box;
    padding: 15px 35px 15px 18px;
    background: #1b4291;
    color: #ffffff;
}

h3.nadpis_oddilu {
    display: block;
    padding: 10px 18px;
    font-weight: 700;
    font-size: 27px;
    color: #ffe53e;
    margin: 0 auto;
    background: #1a428f;
    border-radius: 11px;
}

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 li#lnav_256234 a.odkaz256234 {
    background: red url(/galerie/1440121.svg)center right 12px no-repeat;
    color: white;
    border-radius: 11px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: url(/galerie/1441502.svg)center right 10px no-repeat !important;
    background-size: 15px !important;
}

aside.leve_menu a.nadpis_sekce_aktivni {
    background: #1b4291;
    color: white !important;
}

aside.leve_menu a.clanek_vybrany {
    color: white !important;
    font-weight: 600 !important;
    background: #1b4291 !important;
    border-radius: 11px;
}

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: #fff7d2;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a:hover {
    padding-left: 40px !important;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:before {
    display: none;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci:last-of-type {
    /* margin-bottom: 15px; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce {
    margin: 2px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a {
    background: url(/galerie/1440118.svg)right 12px center no-repeat;
    background-size: 16px;
    color: #1b4291;
    padding-right: 30px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    /* color: white; */
    /* text-decoration: underline; */
    padding-left: 22px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce ul li {
    /* background: #f3f3f3; */
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a.nadpis_sekce_aktivni {
    padding-left: 17px;
    background: #1b4291 url(/galerie/1440121.svg)center right 12px no-repeat;
    background-size: 16px;
    color: white;
    border-radius: 11px;
}

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: #1b4291;
    background: url(/galerie/1440119.svg)center right 12px no-repeat;
    background-size: 16px;
    padding-right: 34px;
}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul li {}

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce ul li a {}

aside.leve_menu .sloupec_navigace ul.navigace li a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #1b4291;
    padding: 7px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 600;
    /* border-bottom: 4px solid #0952bb; */
    /* background: #efefef; */
    font-size: 19px;
    text-decoration: underline;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    /* color: #006195; */
    /* text-decoration: underline; */
    padding-left: 22px !important;
}

article.cely_clanek {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.cely_clanek ul {
    margin-left: 20px;
}

article.cely_clanek div.clanek {
    /* margin-top: 20px; */
    margin-left: 0;
    /*    clear: both;*/
    margin-bottom: 30px;
}

h2.nadpis_clanku,
h2.nadpis_aktualit,
h1.nadpis_clanku {
    text-align: left;
    color: #1b4291;
    padding: 17px 0;
    font-weight: 600;
    font-size: 27px;
    line-height: 130%;
}

article.cely_clanek a.primarni_obrazek_clanku {
    width: 25%;
    display: inline-block;
    float: right;
    margin-bottom: 30px;
    margin-left: 5%;
}

article.cely_clanek a.primarni_obrazek_clanku img {
    /*
    width: 25%;
    display: inline-block;
    object-fit: cover;
    opacity: 1;
    float: right;
    margin-bottom: 30px;
    margin-left: 5%;
*/
    width: 100%;
    height: auto;
}

article.cely_clanek a.primarni_obrazek_clanku img:hover {}

article.cely_clanek div.popis_clanku {
    width: 70%;
    display: inline-block;
    /*    float: left;*/
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    margin-left: 0;
    margin-bottom: 22px;
}

article.cely_clanek .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100%;
}

article.cely_clanek div.popis_clanku p {
    line-height: 170%;
    text-align: left;
    font-size: 15px;
}

article.cely_clanek div.clanek p,
article.cely_clanek p {
    line-height: 150%;
    margin: 10px 0;
}

article.cely_clanek div.clanek img {
    max-width: 100%
}

article.cely_clanek div.clanek hr {}

article.cely_clanek div.clanek a {
    color: #1b4291;
    text-decoration: underline;
}

article.cely_clanek div.clanek ul,
article.podrobny_popis_akce ul {}

article.cely_clanek div.clanek ul li {
    margin-bottom: 0.3em;
}

article.cely_clanek div.clanek ol {
    margin-left: 30px
}

article.cely_clanek div.clanek h3,
article.cely_clanek div.clanek h3 a,
article.cely_clanek h3 {
    font-size: 22px;
    margin: 0 0 16px;
    color: #1b4291;
    line-height: 150%;
    font-weight: 600;
}

article.cely_clanek div.clanek h4,
article.cely_clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #1b4291;
    font-weight: 600;
}

article.cely_clanek div.clanek h4 a,
article.cely_clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #1b4291;
}

article.cely_clanek table,
article.akce_search table,
article.clanek_akce table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

article.cely_clanek table th,
article.akce_search div.clanek table th,
article.clanek_akce table th {
    background: #1b4291;
    padding: 10px;
    border: 1px solid #1b4291;
    color: #ffffff;
}

article.cely_clanek table th *,
article.akce_search div.clanek table th *,
article.clanek_akce table th * {
    color: #ffffff;
}

article.cely_clanek table tr:nth-child(even),
article.clanek_akce table tr:nth-child(even) {}

article.cely_clanek table tr td,
article.akce_search div.clanek table tr td,
article.clanek_akce table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
}

article.cely_clanek div.clanek table tr td.vypis_osob_odbor {
    background: #e0efff;
}

article.clanek_akce textarea {
    border: 1px solid #1b4291;
    padding: 15px;
    box-sizing: border-box;
}

article.cely_clanek div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/1440400.svg)center left no-repeat;
    background-size: 25px;
    height: 25px;
    padding-left: 32px;
    margin-right: 15px;
    margin-top: 30px;
    width: 100%
}

article.cely_clanek .nahled_tisk a,
article.cely_clanek div.nahled_tisk a {
    color: #1b4291;
    font-weight: bold;
    display: inline-block;
    margin-top: 2px;
}

article.cely_clanek .info_podclankem {
    display: block;
    margin: 10px 0;
}

article.cely_clanek .info_podclankem .pocet_precteni {
    display: none;
}

article.cely_clanek .info_podclankem .autor {
    /*    display: none;*/
}

div.clanek a {
    color: #1b4291;
    text-decoration: underline;
}

/* -------------------------   -FOTOGALERIE CLANKU   ----------------------------------------*/

.stranka_subakce {
    margin-top: 30px;
    padding: 15px;
    padding-bottom: 60px;
}

.language_page {
    margin-top: 30px;
    padding: 15px;
    padding-bottom: 60px;
}

.fotogalerie_clanku_obal {
    /* max-width: 1100px; */
    width: 100%;
    margin-bottom: 60px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku {
    box-sizing: border-box;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    width: 100%;
    padding: 15px 0;
    /* font-weight: bold; */
    /* font-size: 20px; */
    color: #1b4291;
    border-bottom: 3px solid #1b4291;
    margin-bottom: 12px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    background: #6f4c00;
    padding: 8px 15px;
    border-radius: 12px;
    color: white;
}

.fotogalerie_clanku_obal .fotogalerie_clanku div.popis_fotogalerie {
    display: none;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
    width: 205px;
    height: 205px;
    padding: 1%;
    box-sizing: border-box;
    margin: 0;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek {
    position: relative;
    border-radius: 10px;
    height: 100%;
    overflow: hidden;
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek:hover {
    /* -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4); */
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    transform: scale(1.05);
    /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.8); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a {}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .2s;
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek a img:hover {
    /* transform: scale(1.05); */
}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku {}

.fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal .obrazek_celek .nazev_popis_obrazku h4.nazev_obrazku {
    display: none;
}

/* ---------------   -SERIAL CLANKU   ---------------------------*/

div.dil_serialu_celek_obal {
    clear: both;
    height: auto;
    margin-top: 25px;
}

div.dil_serialu_celek_obal:hover {}

div.dil_serialu_celek_obal:nth-of-type(even) .dil_serialu_celek {}

div.dil_serialu_celek_obal:nth-of-type(even) .dil_serialu_celek h3.nadpis_dilu_serialu a {}

div.dil_serialu_celek_obal .dil_serialu_celek {
    border-bottom: 1px solid #1b4291;
    margin-bottom: 15px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu {
    margin-bottom: 6px;
    font-size: 18px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a {
    color: #1b4291;
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a:hover {
    text-decoration: underline;
}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani {}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img {
    float: left;
    margin: 0 20px 20px 0;
    max-width: 150px;
    height: auto;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.popis_dilu_serialu {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek {
    text-align: left;
    margin: 6px 0;
    clear: both;
}

.cleaner_dil_serialu {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.datum_vytvoreni {
    color: #464646;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.autor {
    display: none;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a {
    color: #1b4291;
    font-weight: 700;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a:hover {
    text-decoration: underline;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek span.cely_clanek a:hover {}

div.dil_serialu_celek_obal .dil_serialu_celek div.odkaz_cely_clanek div.cleaner_dil_serialu {}

/* ------------------------FIELDSETY ------------------------------------------*/

.hlavni_odkazy {
    margin-bottom: 25px;
}

.hlavni_odkazy a.tlacitko_hlavni {
    display: inline-block;
    padding: 5px 15px;
    background-color: #686868;
    color: white !important;
    margin: 5px 0;
    text-decoration: none;
    /* border-radius: 5px; */
    border-radius: 9px;
}

.hlavni_odkazy a.tlacitko_hlavni:hover {
    background: #1b4291;
    text-decoration: underline;
}

fieldset {
    border: none;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 60px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #f1f1f1;
    /* border-radius: 7px; */
    overflow: hidden;
    border-radius: 9px;
}

fieldset input[type="text"],
fieldset textarea,
fieldset selec {
    padding: 5px 10px;
    box-sizing: border-box;
    border: 1px solid silver;
    margin: 5px 0;
}

input[type="submit"],
input[type="submit"],
button[type="button"] {
    padding: 5px 13px !important;
    background: #d9d9d9;
    border: 0;
    cursor: pointer;
    transition: .2s;
    color: black;
}

input[type="submit"]:hover,
input[type="submit"]:hover,
button[type="button"]:hover {
    background: #1b4291;
    color: white;
}

fieldset select,
fieldset select {
    padding: 5px;
    border: 1px solid #4e4e4e;
    max-width: 224px;
}

form#edit_events_form fieldset label {
    margin: 0 10px 0 5px;
}

fieldset label,
fieldset label {
    margin: 0 10px;
}

fieldset legend {
    text-align: start;
    display: block;
    padding: 10px;
    background-color: #1b4291;
    color: white;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9px 9px 0 0;
}

fieldset table th {
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    width: 15%;
}

fieldset table td {
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}

tr#tr_date_0 table {
    margin-left: 0;
}

span#spn_jmeno_poradatele {
    display: inline-block;
    margin: 0 10px 0 0;
}

#puvodni_text_cs {
    height: auto !important;
}

div.clanek fieldset input,
div.hlavni fieldset input {
    padding: 5px;
    border: 1px solid #4e4e4e;
    /* margin: 5px 10px; */
}

#as4u_form_search_detail input[type="submit"] {
    padding: 11px 25px;
}

.chyba {
    margin: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#oddne,
#dodne {
    margin-right: 7px
}

/* ---------------   -CLANKY CESTA KE CLANKU   ---------------------------*/

.cesta_ke_clanku {
    position: relative;
    padding: 2px 7px;
    height: auto;
    overflow: hidden;
    text-align: left;
    /* margin-bottom: 15px; */
}

.cesta_ke_clanku a {
    color: #1b4291;
    /*      padding: 0 20px 0 0;*/
    display: inline-block;
    text-decoration: none;
    transition: .2s;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
}

/* ------------------------ -OZNAMENI ZASILANI, -NOVINKY NA MAIL ------------------------------------------*/

form#oznameni {
    margin-top: 15px;
}

form#oznameni ul {
    padding: revert;
}

form#oznameni ul li {
    list-style-type: none;
    /* margin: 6px; */
}

form#oznameni input[type=checkbox] {
    margin-right: 8px;
}

div.gdpr_aktuality {
    background: #f3f3f3;
    border-radius: 5px;
    padding: 15px 2%;
    margin-bottom: 30px;
}

div.gdpr_aktuality p {
    margin: 15px 0;

}

/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

input#find_in_redakce {
    padding: 10px;
    /* border: 1px solid black; */
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    background: #ffffff;
    margin: 10px auto;
    border-bottom: 1px solid #cacaca;
    max-width: 850px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek {}

.vyhledany_text_celek_obal .vyhledany_text_celek h3,
.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    margin-bottom: 15px;
    font-size: 22px;
    color: #1b4291;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a:hover {
    /* color: #b91434; */
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
    color: #1b4291;
    FONT-WEIGHT: 600;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a img {
    margin-bottom: 18px;
    max-width: 160px;
    float: left;
    margin-right: 15px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    margin-bottom: 18px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span {
    /* display: none; */
}

.starsi_novejsi,
.predchozi_dalsi {
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #1b4291 !important;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #1b4291 !important;
    text-decoration: none !important;
    font-weight: 700;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: #1b4291 !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: #1b4291 !important;
    border-radius: 5px;
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    /* background: #686868; */
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: 700;
    color: #1b4291 !important;
    border-radius: 5px;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}

/* ------------------------ -MAPA WEBU ------------------------------------------*/

.clanek_body.mapa ul {
    padding: revert;
}

.clanek_body.mapa ul li {
    margin: 5px 0;
}

.clanek_body.mapa h2.nadpis_clanku {
    margin-bottom: 15px;
}

/* ------------------------ -404 PAGE ------------------------------------------*/

.page_404 {}

.page_404 ul {
    margin-right: 15px;
}

/* ------------------------ -UREDNI DESkA ------------------------------------------*/

.clanek_uredni_deska fieldset.aplikace {}

.clanek_uredni_deska fieldset.aplikace input {
    margin: 0 3px;
}

.clanek_uredni_deska fieldset.aplikace legend {
    text-align: center;
}

.clanek_uredni_deska fieldset.aplikace table {
    margin-left: auto !important;
}

.clanek_uredni_deska fieldset.aplikace table tr {
    width: 100%;
}

.clanek_uredni_deska fieldset.aplikace table tr td {
    line-height: 200%;
    padding: 5px 10px !important;
}

.clanek_uredni_deska fieldset.aplikace table tr td label {
    margin: 0;
    /* margin-top: 13px; */
    display: inline-block;
}

.clanek_uredni_deska fieldset.aplikace table tr td select {
    width: 100%;
}

.clanek_uredni_deska fieldset.aplikace input[type="submit"] {
    margin-top: 25px;
}

table.uredni_deska_vypis a {
    font-weight: 600;
}

h3.oznameni_nazev {
    font-size: 19px !important;
}

div.oznameni_detail {}

div.oznameni_detail table {}

div.oznameni_detail table tr.interni_cislo {
    background: #1b4291;
    color: white;
}

/* ------------------------ -AKTUALITY VYPIS ------------------------------------------*/

.starsi_novejsi,
.predchozi_dalsi {
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #1b4291;
    clear: both;
    width: 100%;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #ffffff !important;
    background: #1b4291;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600;
}

.starsi_novejsi a,
.predchozi_dalsi a {
    display: inline-block;
    padding: 10px;
    color: black !important;
    text-decoration: none !important;
    font-weight: 500;
}

.starsi_novejsi a.novejsi,
.predchozi_dalsi a.prechozi {
    background: #686868;
    padding: 10px 20px;
    font-weight: 500;
    color: white !important;
    border-radius: 5px;
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a {
    background: #686868;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    font-weight: 500;
    color: white !important;
    border-radius: 5px;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}

/* --------------- 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: #1b4291;
    /* border-radius: 6px; */
    color: white;
    line-height: 25px;
    font-size: 14px;
    text-decoration: none;
}

div#bs_common_calendar .calendar div.vyber_rok_mesic {}

div#bs_common_calendar .calendar div.vyber_rok_mesic a {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: #4e4e4e;
    line-height: 20px;
    color: white;
    /* border-radius: 12px; */
    margin-top: 3px;
    font-size: 16px;
    text-decoration: none;
    vertical-align: bottom;
}

div#bs_common_calendar .calendar table {
    margin-top: 10px;
}

div#bs_common_calendar .calendar table th {}

div#bs_common_calendar .calendar table tr {}

div#bs_common_calendar .calendar table tr td {
    padding: 5px;
}

div#bs_common_calendar .calendar table tr td a {
    color: black;
}

/* ------------------- -DISKUZE -FAQ -----------------------*/

.prihlaseni p {
    margin-bottom: 10px;
}

article.faq_page div.faq p {
    margin: 10px 0;
}

article.faq_page form {}

article.faq_page div.faq fieldset legend {}

article.faq_page 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);
}

article.faq_page div.hlavni_odk_diskuze {
    margin: 10px 0;
    text-align: left;
    font-weight: bold;
    border-radius: 10px;
}

article.faq_page div.hlavni_odk_diskuze a {
    color: #ffffff;
    display: inline-block;
    background: #1b4291;
    padding: 10px 20px;
}

article.faq_page 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: 50%;
    background: #ecf3fb;
}

article.faq_page div.hlavicka_prispevku {
    background-color: #cde3fd;
}

article.faq_page h5.nadpis_prispevku {
    color: white;
    padding: 0.5em 15px;
    margin: 0em;
    font-size: medium;
    background-color: #1b4291;
}

article.faq_page div.autor_cas_prispevku {
    padding: 0.5em 15px;
    color: #16386b;
    font-weight: 500;
}

article.faq_page div.text_prispevku {
    padding: 1em 15px;
}

article.faq_page div.odkazy_prispevku {
    padding: 0.5em 15px;
    text-align: left;
    border-top: 2px solid white;
}

article.faq_page div.odkazy_prispevku a {
    color: #1b4291;
    padding: 0.2em 10px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

article.faq_page legend.nadpis_bloku {
    height: auto;
    padding: 10px 25px;
    border-bottom: 0;
}

article.faq_page .faq_anotace {
    margin: 25px 0 !important;
}

/* ------------------------ -LOGIN ------------------------------------------*/

.login {}

.login h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.login h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.login fieldset table td {
    vertical-align: baseline;
}

.hlavni_odk_profil {
    margin: 10px 0;
}

.hlavni_odk_profil a {
    display: inline-block;
    padding: 5px 15px;
    background: #686868;
    color: white;
    border-radius: 5px;
}

.hlavni_odk_profil a:hover {
    background: #1b4291;
}

/* ------------------------ -POZADAVKY ------------------------------------------*/

.pozadavky_odkazy {
    margin: 5px;
}

.pozadavek_status_13,
.pozadavek_status_14 {
    color: black !important;
    padding: 3px 8px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 500;
}

.pozadavek_status_14,
.filtr_status_14 a {
    background: #ff9900 !important;
    color: black !important;
}

.pozadavek_status_13,
.filtr_status_13 a {
    background: #8FC92B !important;
    color: black !important;
}

.pozadavky_odkazy a {
    display: inline-block;
    color: white !important;
    padding: 6px 20px;
    font-weight: bold;
    background: #1b4291;
    margin-right: 7px;
    border-radius: 10px;
    margin-bottom: 5px;
}

ul.stavy-navigace {
    margin: 10px;
    margin-left: 0 !important;
}

ul.stavy-navigace li {
    list-style-type: none;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 7px;
}

ul.stavy-navigace li a {
    display: inline-block;
    padding: 7px 17px;
    margin-left: 5px;
    border-radius: 11px;
    font-weight: bold;
    background: #ededed;
}

.paddinger div#search {
    margin-bottom: 15px;
}

/* ------------------------ POPUP DATA CONTAINER ------------------------------------------*/

div.as4uPopupDataContainer {
    max-height: 80vh;
    margin-top: 36px;
    /* border-radius: 28px; */
    overflow: hidden;
    padding: 42px 15px 20px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

div.as4uPopupDataContainer .as4uPopupLista .inner {
    padding: 0px;
    height: 30px;
}

div.as4uPopupDataContainer .as4uPopupLista .inner .inner2 {
    background: transparent;
    height: 30px;
}

.as4uPopupLista .inner .inner2 .lista_title {
    padding-left: 15px;
    font-weight: bold;
    float: left;
    line-height: 30px;
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn {
    /*padding-top: 15px;*/
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn h2 {
    margin: 5px 0 5px;
    color: #575755;
}

div.as4uPopupDataContainer .as4uPopupClose {
    position: relative;
    top: 10px;
    right: 18px;
    width: 14px;
    height: 14px;
    background: url(/galerie/1440007.svg) center center no-repeat;
    background-size: 27px;
    z-index: 20;
    float: right;
    /* border-radius: 9px; */
}

div.as4uPopupDataContainer .as4uPopupClose:hover {
    /* background-color: #083d4f; */
}

div.as4uPopupDataContainer .poznamka_stala {
    margin: 20px 0;
}

/* ------------------------ -DR DETAIL ------------------------------------------*/

p.kontakty {
    background: #f9f9f9;
    clear: both;
    position: relative;
    min-height: 141px;
    padding: 2%;
    box-sizing: border-box;
}

p.kontakty a.qrkod img {
    position: absolute;
    right: 10px;
    top: 10px;
}

.clasif_icoparams label {
    /* height: 50px; */
    display: inline-flex;
    align-items: center;
    margin: 3px 3px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #cc0000;
    color: white;
}

.clasif_icoparams label input {
    margin-right: 10px;
}

.zobrazeni_vypisu {
    display: none;
}

p.vybaveni {}

p.vybaveni img {
    vertical-align: middle;
    margin-bottom: 10px;
}

p.vybaveni strong {
    line-height: 24px;
    margin-bottom: 10px;
}

.souvisejici_top {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.souvisejici_top .subjekt_obal {
    width: 100%;
    max-width: 250px;
    padding: 1%;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #1b4291;
    margin-bottom: 17px;
    border-radius: 10px;
}

.souvisejici_top .subjekt_obal .subjekt {
    width: 100%;
    padding: 4%;
    box-sizing: border-box;
}

.souvisejici_top .subjekt_obal .subjekt a.obrazek {
    display: block;
    width: 100%;
    height: 100%;
    /* margin-right: 4%; */
}

.souvisejici_top .subjekt_obal .subjekt a.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.souvisejici_top .subjekt_obal .subjekt h4 a {
    color: #1b4291;
    display: block;
    width: 100%;
}

.souvisejici_top .subjekt_obal .subjekt div.text a {
    color: black;
    text-decoration: none;
}

article.cely_clanek a.tlacitko_zpet {
    display: inline-block;
    background: #e3e3e3;
    padding: 7px 15px;
    border-radius: 7px;
    font-weight: 500;
}

table#table_vypis_subjektu {
    width: 100%;
}

.razeni_podrobny {}

.razeni_podrobny .nadpis {
    font-weight: bold;
    color: #2c2c2c;
}

.razeni_podrobny .oddil {}

.razeni_podrobny .oddil a {
    display: inline-block;
    padding: 4px 8px;
    background: #1b4291;
    color: white;
    margin-right: 7px;
    border-radius: 6px;
}

/* ------------------------ -ANKETY------------------------------------------*/

div.anketa_seznam_celek_obal {
    position: relative;
    border-bottom-color: #cccccc;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    margin: 15px 0;
    box-sizing: border-box;
    padding-left: 100px;
    margin-bottom: 20px;
    max-width: 600px;
}

div.anketa_seznam_celek_obal:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: #dbdbdb url(/galerie/1444834.svg)center center no-repeat;
    background-size: 15px;
    border-radius: 13px;
    opacity: 0.4;
}

h4.nazev_ankety_seznam {
    margin-top: 0em;
    margin-bottom: 0.5em;
}

h4.nazev_ankety_seznam a {
    font-size: 17px;
    font-weight: 600;
}

h3.nazev_ankety {
    font-size: 22px;
    margin: 16px 0;
    color: #a1000c;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
}

h4.otazka_ankety {
    margin-bottom: 15px;
}

div.clanek table.popis_ankety {
    border-width: 0px;
    border-collapse: collapse;
    width: auto;
    font-size: small;
    line-height: normal;
}

div.clanek table.popis_ankety td {
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 1em;
    padding-top: 0px;
}

div.zpet_vsechny_ankety {
    line-height: normal;
    text-align: center;
    padding: 15px 0;
    background: #f2f2f2;
    margin-bottom: 15px;
    border-radius: 10px;
    font-weight: 700;
}

div.anketa_celek_obal {
    margin-bottom: 3em;
    clear: both;
    border-bottom-width: 0px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    text-align: center;
}

a.primarni_obrazek_otazky img {
    float: right;
    border-width: 0px;
    margin-left: 1em;
}

div.odpoved_ankety_celek {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
}

div.graf_odpovedi_ankety_obal {
    height: 15px;
    background-color: #f2f2f2;
    border-radius: 8px;
}

div.graf_odpovedi_ankety {
    line-height: 0px;
    font-size: 0px;
    height: 15px;
    background-color: #0e4194;
    margin-left: 0;
    border-radius: 8px;
}

div.pocet_odpovedi_ankety {
    color: #666666;
    font-size: 90%;
    text-align: right;
}

div.odpovedet_hlasovat {
    margin-bottom: 1.5em;
    text-align: center;
    margin-top: 1em;
}

div.spravne {
    color: #009900;
}

div.spatne {
    color: #cc0000;
}

div.vubec {
    color: #cc0000;
}

table.formular_soutez td {
    color: #515151;
}

div.soutez_tlacitko_odeslat {
    text-align: center;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

div.vypis_ankety_celek_obal {
    width: 100%;
    margin-bottom: 2em;
}

h4.nadpis_ankety {
    margin-top: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    color: #005ca5;
    background-color: #e6e6e6;
    margin-bottom: 0.5em;
}

div.otazka {
    font-size: 139%;
    margin-bottom: 1.5em;
    color: #D70912;
    line-height: normal;
}

div.odpoved_celek {
    display: block;
    margin-bottom: 0em;
}

a.odpoved {
    text-decoration: none;
    color: #000000;
}

div.graf_odpovedi_obal {
    height: 15px;
    width: 100%;
    margin-top: 0.2em;
    background-color: #F2F2F2;
}

div.graf_odpovedi {
    line-height: 0px;
    font-size: 0px;
    background-color: #D70912;
    height: 15px;
}

div.pocet_odpovedi {
    color: #999999;
    text-align: right;
    font-size: 90%;
}


/* ------------------------ -VIDEOREPORTAZE ------------------------------------------*/

article.cely_clanek div.video_celek_obal {
    float: left;
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
    min-height: 130px;
}

article.cely_clanek div.video_celek_obal .video_celek {}

article.cely_clanek div.video_celek_obal .video_celek .video_obr {
    float: left;
    position: relative;
    width: 160px;
    height: 90px;
    margin-right: 10px;
}

article.cely_clanek div.video_celek_obal .video_celek .video_obr a {
    display: block;
    width: 100%;
    height: 100%;
}

article.cely_clanek div.video_celek_obal .video_celek .video_obr a img {
    width: 100%;
}

article.cely_clanek div.video_celek_obal .video_celek .video_obr a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    color: transparent;
    background: url(/galerie/1449751.svg)center center no-repeat;
    background-size: contain;
    -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.video_celek_obal .video_celek h3 {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
}

article.cely_clanek div.video_celek_obal .video_celek h3 a {
    font-size: 15px;
    line-height: 130%;
}

article.cely_clanek div.video_celek_obal .video_celek div.video_datum {
    font-weight: bold;
    color: #4d4d4d;
}

/* ------------------------ -AKCE VYPIS ------------------------------------------*/

.kalendar_vyber {
    width: 40%;
    max-height: 440px;
    margin: 0;
    background: #f3f3f3;
    box-sizing: border-box;
    padding: 30px;
}

.vyber_rok_mesic {
    text-align: center;
    margin-bottom: 10px;
}

.vyber_rok_mesic span {
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.vyber_rok_mesic a {
    color: #383838;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    text-decoration: none;
    line-height: 30px;
    text-decoration: underline;
}

.vyber_rok_mesic a:hover {
    color: #1b4291;
}

.vyber_rok_mesic a.predchozi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #686868 url(/galerie/1414797.svg)center center no-repeat;
    border-radius: 3px;
}

.vyber_rok_mesic a.dalsi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #686868 url(/galerie/1414800.svg)center center no-repeat;
    border-radius: 3px;
}

.vyber_rok_mesic a.predchozi:hover,
.vyber_rok_mesic a.dalsi:hover {
    background-color: #1b4291;
}

.kalendar table.kalendar {
    text-align: center;
    margin: 0 auto;
}

.kalendar table.kalendar tbody {}

.kalendar table.kalendar tbody tr {
    height: 35px;
}

.kalendar table.kalendar tbody tr th {
    color: black;
    text-transform: uppercase;
    font-size: 144%;
    font-weight: 400;
    /* padding: 10px; */
    text-align: center;
    height: 35px;
    width: 35px;
    opacity: 0.6;
}

.kalendar table.kalendar tbody tr td {
    font-size: 20px;
    /* padding: 10px; */
    text-align: center;
    height: 35px;
    width: 35px;
}

.kalendar table.kalendar tbody tr td.a_td_cal_n {
    visibility: hidden;
}

.kalendar table.kalendar tbody tr td:hover {
    background: #1b4291;
}

.kalendar table.kalendar tbody tr td:hover a {
    color: white;
}

.kalendar table.kalendar tbody tr td a {
    color: #272727;
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    text-decoration: none;
}


aside.events_calendar_menu {
    width: 25%;
    float: left;
    background: #e9e9e9;
    box-sizing: border-box;
    /* margin-top: 5px; */
    /*      border: 1px solid #1a428f;*/
    border-radius: 15px;
}

aside.events_calendar_menu h3.nadpis_oddilu {
    margin-bottom: 30px;
}

aside.events_calendar_menu .kalendar {
    margin-bottom: 15px;
}

aside.events_calendar_menu form {
    margin-bottom: 20px !important;
    width: 90%;
}

aside.events_calendar_menu form select {
    display: block;
    width: 100%;
    height: 50px;
    /* border-radius: 28px; */
    box-sizing: border-box;
    padding: 0 20px;
    border-radius: 5px;
}

aside.events_calendar_menu form select option {}

aside.events_calendar_menu form select input {}

aside.events_calendar_menu ul.menu_akce {
    width: 90%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce li {
    list-style-type: none;
    background: #1a428f;
    /* padding-left: 46px; */
    background-size: 22px;
    border-radius: 5px;
    margin-bottom: 5px;
}

aside.events_calendar_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 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 {
    width: 90%;
    margin-bottom: 15px;
}

aside.events_calendar_menu ul.menu_akce_kategorie li {
    list-style-type: none;
    background: white;
    /* padding-left: 46px; */
    background-size: 22px;
    border-radius: 5px;
    margin-bottom: 5px;
}

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;
}

article.akce_vypis {
    width: 75%;
    /* max-width: 850px; */
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

article.akce_vypis div.clanek {
    margin-left: 0;
}

article.akce_vypis .cleaner {
    display: none;
}

article.akce_vypis section.akce_celek_obal {
    width: 33.333%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 20px;
    padding-top: 0;
    height: 400px;
    margin: 0;
}

article.akce_vypis section.akce_celek_obal a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #1b4291;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
    /* box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2); */
    background: #e9e9e9 url(/galerie/1441203.svg)top 15% center no-repeat;
    background-size: 50%;
}

article.akce_vypis section.akce_celek_obal a figure.obrazek {}

article.akce_vypis section.akce_celek_obal a figure.obrazek img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

article.akce_vypis section.akce_celek_obal a div.akce_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    color: #1b4291;
    box-sizing: border-box;
    padding: 14px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text {
    background: #1b4291;
    color: white;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.region {}

article.akce_vypis section.akce_celek_obal a div.akce_text h4.nazev_akce {
    margin: 5px 0;
    color: #1b4291;
}

article.akce_vypis section.akce_celek_obal a div.akce_text h4.nazev_akce,
article.akce_vypis section.akce_celek_obal a div.akce_text span.datum_konani,
article.akce_vypis section.akce_celek_obal a div.akce_text span.region {
    color: #1b4291;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text h4.nazev_akce,
article.akce_vypis section.akce_celek_obal a:hover div.akce_text span.datum_konani,
article.akce_vypis section.akce_celek_obal a:hover div.akce_text span.region {
    color: white;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.datum_konani {}

/* ------------------------ AKCE CLANEK AKCE ----------------------*/

article.clanek_akce {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

article.clanek_akce h2.nadpis_clanku {
    margin-bottom: 15px;
}

article.clanek_akce {
    padding: 0 2%;
}

article.clanek_akce figure.primarni_obrazek_clanku {
    display: block !important;
    float: left;
    margin-right: 2em;
    vertical-align: top;
}

article.clanek_akce figure.primarni_obrazek_clanku .obrazek_akce {
    width: 100%;
    height: auto;
}

article.clanek_akce a {
    text-decoration: underline;
    color: #1b4291;
}

article.clanek_akce h3 {
    font-weight: 500;
    display: block;
    /* border-bottom: 1px solid silver; */
    color: #1b4291;
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 20px;
}

article.clanek_akce table.kratky_popis_akce th,
article.clanek_akce table.kratky_popis_akce td {
    vertical-align: top;
    border: 0;
    border-bottom: 1px dotted silver;
    padding: 6px;
    font-size: 15px;
    text-align: left;
    color: #575755;
    /* word-break: break-all; */
}

article.clanek_akce table.kratky_popis_akce td p {
    font-size: 15px;
    text-align: left;
    color: #575755;
}

article.clanek_akce table.kratky_popis_akce th {
    vertical-align: top;
    /* border-bottom: 1px dotted silver; */
    padding: 6px;
    width: 30%;
    font-size: 16px;
    text-align: left;
    color: #1b4291;
    background: #ffffff;
    border: 0;
    border-bottom: 1px dotted silver;
}

article.clanek_akce table.kratky_popis_akce td {
    width: 70%;
    word-break: break-word;
}

article.clanek_akce .obrazek img {
    width: 218px;
    height: auto;
    object-fit: cover;
    float: left;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

article.clanek_akce .nazev_popis_obrazku {
    display: none;
}

/* ------------------------ -RESPONZIVITA ------------------------------------------*/

@media screen and (max-width: 1440px) {

    header .header_obsah a.logo img {
        width: 120px;
    }

    header .header_obsah div.left_side {
        padding-right: 80px;
    }

    header .header_obsah div.right_side {
        padding-left: 80px;
    }
}

@media screen and (max-width: 1180px) {

    div.meteo_udaje {
        position: absolute;
        top: unset;
        left: unset;
        right: 120px;
        bottom: 0;
        transform: translate(0, 50%);
        width: auto;
        z-index: 1;
        height: auto;
    }

    div.meteo_udaje span {
        font-weight: bold;
        color: #929292;
        margin-top: 2px;
        font-size: 14px;
    }

    div.meteo_udaje .pocasi {
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        /* margin-bottom: 4px; */
        background: white;
        margin-right: 10px;
        padding: 5px 10px 5px 5px;
        border-radius: 15px;
    }

    div.meteo_udaje .pocasi img.ikona {
        width: 20px;
        height: 20px;
    }

    div.meteo_udaje .pocasi span {
        font-size: 14px;
        margin-top: 0;
    }

    div.meteo_udaje .teplota {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
        margin-left: 0;
        background: white;
        padding: 5px 10px 5px 5px;
        border-radius: 15px;
    }

    div.meteo_udaje .vitr {
        display: inline-flex;
        align-items: center;
        background: white;
        padding: 5px 10px 5px 5px;
        border-radius: 15px;
    }

    header .header_obsah {
        display: flex;
    }

    header .header_obsah a.logo {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        z-index: 3;
    }

    header .header_obsah a.logo img {
        width: 100px;
    }

    header .header_obsah div.left_side {
        padding-right: unset;
        text-align: left;
        position: relative;
        display: inline-flex;
        align-content: center;
        margin-left: 0;
        width: auto;
        padding-left: 120px;
    }

    header .header_obsah div.left_side a {
        text-decoration: none;
        margin-right: unset;
        margin-left: 0;
    }

    header .header_obsah div.right_side {
        padding-left: 0;
        margin-left: 0;
        position: relative;
        width: 70%;
    }

    header .obal_navigace_velky nav.hlavni ul li {
        width: 21%;
    }

    header .obal_navigace_velky nav.hlavni ul li a {
        font-size: 18px;
        padding-left: 45px;
    }

    section.rychly_pristup {
        width: 40%;
    }

    section.videoaktuality {
        width: 60%;
    }

    section.aktuality {
        transform: translate(0, 0);
    }

    section.odkazy a.odkaz {
        width: 49.2%;
    }

    section.aktuality div.nadpis_bloku .obsah {
        max-width: 100%;
        margin-left: 0;
    }

    .as4u_responzive_table {
        width: 100%;
        overflow: scroll;
    }

    div.clanek_body div.clanek table,
    article.clanek_akce table {
        width: 100%;
        overflow: scroll;
        display: block;
    }

    fieldset.aplikace table tbody {
        display: block;
        width: 100%;
    }

    fieldset.aplikace table tr {
        display: block;
        width: 100%;
    }

    fieldset.aplikace table tr td {
        display: block;
        text-align: center;
        padding: 3px !important;
    }

    article.akce_vypis section.akce_celek_obal {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {

    section.rychly_pristup {
        width: 100%;
    }

    section.videoaktuality {
        width: 100%;
    }

    section.videoaktuality .zalozka_videoaktuality {
        position: relative;
        left: unset;
        top: unset;
        transform: translate(0, 0);
        margin-bottom: 20px;
    }

    section.videoaktuality .zalozka_videoaktuality a {
        display: block;
        padding: 10px 25px;
        border-radius: 0;
        font-size: 24px;
        font-weight: 600;
        padding-left: 60px;
        border-bottom: 1px solid #1b4291;
        background-color: white;
    }

    section.aktuality .aktuality_vypis article.aktualita {
        width: 49.2%;
        margin-bottom: 11px;
    }

    footer .footer_obal .obsah .sloupec.logo {
        width: auto;
    }

    footer .footer_obal .obsah .sloupec.logo a.logo img {
        max-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 960px) {

    div.meteo_udaje {
        display: none;
        right: 112px;
        transform: translate(0, 120%);
    }

    header .header_obsah {
        display: block;
        position: fixed;
        z-index: 5;
        background: white;
        border-radius: 0 0 25px 25px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        box-sizing: border-box;
        border-top: 0;
        height: 100px;
        width: 100%;
        -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);
    }

    header .header_obsah div.jazyky {
        display: none;
        transform: translate(0, 120%);
    }

    header .header_obsah a.logo {
        top: 6px;
        left: 9px;
    }

    header .header_obsah a.logo img {
        width: 66px;
    }

    header .header_obsah div.left_side a span.podnadpis {
        display: none;
    }

    header .header_obsah div.left_side {
        padding-right: unset;
        text-align: left;
        position: relative;
        display: inline-flex;
        align-content: center;
        margin-left: 0;
        height: auto;
        width: auto;
        padding-left: 95px;
        float: left;
        margin: 7px 0px;
    }

    header .header_obsah div.right_side {
        padding-left: 0;
        margin-left: 0;
        position: relative;
        width: 100%;
        float: left;
        padding-left: 95px;
        height: auto;
    }

    header .header_obsah .mobile_menu {
        display: block;
        position: absolute;
        right: 16px;
        top: 25px;
        width: 45px;
        height: 45px;
        background: url(/galerie/1440006.svg)center center no-repeat;
        background-size: 60%;
        border: 1px solid #d9d9d9;
        border-radius: 15px;
        transition: 0s;
    }

    div.kultura_obal section.kultura {
        width: 100%;
    }

    div.kultura_obal section.kalendar_akci {
        width: 100%;
        padding-left: 13px;
    }

    /*------------------------- -MOBILNI MENU ------------------*/

    header.subakce .obal_navigace_velky {
        display: none !important;
    }

    div.obal_navigace_velky {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 1;
        background: #efefef;
    }

    header .obal_navigace_velky nav.hlavni {
        height: 100%;
        padding-left: 0;
        padding-top: 166px;
    }

    header .obal_navigace_velky nav.hlavni ul {
        display: block;
        width: 100%;
        flex-wrap: wrap;
    }

    header .obal_navigace_velky nav.hlavni ul li {
        width: 100%;
        max-width: 270px;
        margin-bottom: 63px;
        padding-left: 44px;
    }

    /* ------------------------ -MOBILE MENU clanek ------------------------------------------*/

    aside.leve_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 2;
        background: #efefef;
        margin-top: 0;
        border-radius: 0;
    }

    aside.leve_menu .sloupec_navigace {
        /*        overflow: scroll;*/
        box-sizing: border-box;
        padding-top: 152px;
        max-width: 590px;
        margin-bottom: 200px;
        width: 94%;
    }

    article.cely_clanek,
    article.akce_vypis,
    article.akce_add,
    article.clanek_akce {
        width: 100%;
        float: none;
        max-width: 850px;
        padding-left: 0;
        padding-right: 0;
    }

    aside.leve_menu .nadrazeny_oddil {
        display: block;
    }

    aside.leve_menu .nadrazeny_oddil a {
        display: inline-block;
        box-sizing: border-box;
        padding: 10px 19px;
        background: #6e6e6e;
        color: white;
        margin-bottom: 3px;
        border-radius: 9px;
    }

    article.cely_clanek div.video_celek_obal {
        width: 100%;
    }

    /* ------------------------ -MOBILE MENU akce ------------------------------------------*/

    aside.events_calendar_menu {
        transform: translate(100%, 0);
        transition: .4s;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 2;
        background: #efefef;
        margin-top: 0;
        border-radius: 0;
    }

    aside.events_calendar_menu .menu_obsah {
        box-sizing: border-box;
        padding-top: 152px;
        max-width: 590px;
        margin-bottom: 200px;
        width: 94%;
    }
}

@media screen and (max-width: 900px) {

    footer .footer_obal .obsah {
        flex-wrap: wrap;
    }

    footer .footer_obal .obsah .sloupec.logo {
        width: 100%;
        text-align: left;
    }

    footer .footer_obal .obsah .sloupec {
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 700px) {

    div.kultura_obal section.kultura .kultura_vypis a {
        width: 49%;
    }
}

@media screen and (max-width: 660px) {

    header {
        height: 350px;
    }

    div.right_side ul.soc_site li {
        display: none;
    }

    div.right_side ul.soc_site li.search {
        display: block;
    }

    section.videoaktuality figure.video {
        max-width: 100%;
        z-index: 0;
    }

    section.videoaktuality ul {
        float: left;
    }

    section.videoaktuality ul li a h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 15px;
    }

    section.videoaktuality ul li a span.datum {
        padding: 2px 15px 2px 15px;
        border-radius: 10px;
        transform: translate(0, 0);
    }

    div.kultura_obal section.kultura .kultura_vypis a {
        width: 49%;
    }

    div.kultura_obal section.kultura .nadpis_bloku {
        width: 100%;
    }

    article.cely_clanek a.primarni_obrazek_clanku img {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        max-width: 380px;
        float: none;
    }

    article.cely_clanek a.primarni_obrazek_clanku {
        display: block;
        width: 100%;
        text-align: center;
    }

    article.cely_clanek div.popis_clanku {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        float: none;
    }

    p.kontakty a.qrkod {
        display: block;
        width: 100%;
        height: auto;
        margin: 15px 0;
    }

    p.kontakty a.qrkod img {
        position: relative;
        right: unset;
        top: unset;
    }
}

@media screen and (max-width: 520px) {

    header.subakce {
        height: 0;
    }

    header.subakce figure.slider {
        display: none;
    }

    .stranka_subakce {
        padding-top: 100px;
    }

    header .header_obsah {
        height: 80px;
    }

    header .header_obsah .mobile_menu {
        top: 13px;
    }

    header .header_obsah a.logo img {
        width: 50px;
    }

    header .header_obsah div.left_side,
    header .header_obsah div.right_side {
        padding-left: 72px;
    }

    header .header_obsah div.left_side a h1 {
        font-size: 20px;
        margin-top: 0px;
    }

    section.videoaktuality {
        display: none;
    }

    .main_obsah {
        width: 100%;
        margin-top: 0px;
        border-radius: 0;
    }

    section.rychly_pristup div.zalozka_aktualni_informace {
        position: relative;
        left: unset;
        top: unset;
        transform: translate(0, 0);
        margin-bottom: 15px;
    }

    section.rychly_pristup div.zalozka_aktualni_informace a {
        padding-left: 55px;
        border-radius: 15px;
    }

    section.rychly_pristup .odkazy_vypis {
        justify-content: space-evenly;
    }

    div.nadpis_bloku .obsah {
        display: block;
    }

    div.nadpis_bloku .obsah div.odkazy {
        margin: 5px 0 15px;
    }

    section.aktuality .aktuality_vypis {
        justify-content: center;
    }

    section.aktuality .aktuality_vypis article.aktualita {
        width: 100%;
        max-width: 320px;
        margin-bottom: 30px;
    }

    section.odkazy {
        justify-content: center;
    }

    section.odkazy a.odkaz {
        width: 100%;
        max-width: 320px;
    }

    section.rychly_pristup ul.odkazy_vypis li {
        width: 48%;
        margin-bottom: 0px;
    }

    footer .upozorneni_na_mail .obsah p {
        margin-right: 0;
    }

    footer .upozorneni_na_mail .obsah .formular_zasilani form {
        text-align: right;
    }

    .hlavni_odkazy a.tlacitko_hlavni {
        display: block;
        margin: 9px 0px;
        text-align: center;
    }

    .fotogalerie_clanku_obal .fotogalerie_clanku .obrazek_celek_obal {
        width: 50%;
        height: 180px;
    }

    aside.leve_menu .sloupec_navigace {
        box-sizing: border-box;
        padding-top: 126px;
    }

    div.meteo_udaje .vitr {
        display: none;
    }
}

@media screen and (max-width: 420px) {

    div.meteo_udaje .pocasi {
        padding: 5px;
    }

    div.meteo_udaje .pocasi img.ikona {
        margin-right: 0;
    }

    div.meteo_udaje .pocasi span {
        display: none;
    }

    article.cely_clanek div.video_celek_obal .video_celek .video_obr {
        float: none;
        margin-right: unset;
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {

    div.kultura_obal section.kultura .kultura_vypis a {
        width: 100%;
    }
}

@media screen and (max-width: 380px) {

    header .header_obsah a.logo {
        top: 10px;
        left: 9px;
    }

    header .header_obsah a.logo img {
        width: 39px;
    }

    header .header_obsah div.left_side,
    header .header_obsah div.right_side {
        padding-left: 58px;
    }

    header .header_obsah div.left_side a h1 {
        font-size: 20px;
    }

    div.right_side ul.soc_site div.vyhledavani_obal {
        margin-left: 0px;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    header .header_obsah div.left_side a {
        text-decoration: none;
        margin-right: 0px;
        box-sizing: border-box;
        padding-top: 15px;
    }
}
