@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
html {
    /* scroll-behavior: smooth;*/
    overflow-x: hidden;
}

body {
    font-size: 14px;
    overflow-x: hidden;
}

.main_obsah {
    background: white;
    box-sizing: border-box;
    /* padding-bottom: 50px !important; */
}

* {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    padding: 0;
    transition: .2s;
}

.cleaner,
.cleaner_vyhledany_text,
.cleaner_aktualita {
    clear: both;
}

.cleaner_fotogalerie_clanku {
    display: none;
}

.forbubledata {
    display: none;
}

div#gallyery4uLoadingContDiv {
    margin: 0 !important;
}

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

h1 {
    text-transform: uppercase;
}

h2 {}

h3 {
    font-weight: normal;
}

h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
}

h5 {}

h6 {}

p {
    font-size: 14px;
}

strong {
    font-weight: bold;
}

li {}

a {
    color: #002895;
}

table {
    border-collapse: collapse;
    margin-left: 0;
}

.vyhledany_text_zvyrazneni {
    background: #ffd300;
}

div.as4u_svg * {
    transition: 0s;
}

div.as4u_svg svg {
    width: 100%;
    height: auto;
}

div.as4u_svg svg path {
    fill: inherit;
}

.noicolink .as4u_ikona_souboru {
    display: none;
}


/* ------------------------ -JS CLASSY ------------------------------------------*/

.hidden {
    visibility: hidden !important;
}

.active {
    display: block !important;
    transform: translate(0) !important;
}

.menu_close {
    background: url(/galerie/1422131.svg)center center no-repeat !important;
    background-size: cover !important;
}

.search_close {
    background: url(/galerie/1424989.svg)center center no-repeat !important;
    background-size: 30px !important;
}

.body_noscroll {
    /* width: 100%; */
    /* height: 100vh; */
    overflow: hidden;
}


/* ------------------------ -SPOLECNE_CLASSY ------------------------------------------*/

.stranka_subakce {
    padding: 0 15px;
    padding-bottom: 30px;
}

.page_size {
    width: 100%;
    max-width: 1300px;
    box-sizing: border-box;
    -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);
}

a.btn {
    display: inline-block;
    background: #236bb3;
    padding: 7px 15px;
    color: white !important;
    font-weight: 600;
    border-radius: 5px;
    font-size: 15px;
    text-decoration: none !important;
}

a.btn:hover {
    background: #ffd300;
    color: #000000 !important;
}

div.nadpis_bloku {
    padding-left: 5%;
    box-sizing: border-box;
    height: 72px;
    margin-bottom: 25px;
}

div.nadpis_bloku .ikona {
    position: relative;
    width: 90px;
    height: 72px;
    float: left;
    background: white;
}

div.nadpis_bloku .ikona img {
    position: absolute;
    width: 60%;
    height: auto;
    object-fit: contain;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}

div.nadpis_bloku div.row_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60%;
}

div.nadpis_bloku div.row_top h2 {
    margin: 0;
    margin-right: 35px;
}

div.nadpis_bloku div.row_top h2 a {
    color: #444444;
    text-transform: uppercase;
    font-size: 23px;
    margin: 0;
    font-weight: bold
}

div.nadpis_bloku div.row_top a {
    display: flex;
    align-items: center;
    margin: 0;
    margin-right: 20px;
    color: #444444;
    font-weight: 600;
    font-size: 16px
}

div.nadpis_bloku div.row_top a:hover {
    color: #236bb3;
}

div.nadpis_bloku div.row_top a img {
    width: 27px;
    height: 27px;
    object-fit: contain;
    margin: 0;
    margin-right: 10px;
    opacity: 0.7
}

div.nadpis_bloku div.row_top a:hover img {
    opacity: 1;
}

div.nadpis_bloku div.row_top a.na_mail {}

div.nadpis_bloku div.row_top a.more {}

div.nadpis_bloku div.row_kategorie {
    border-top: 4px solid #444444;
}

div.nadpis_bloku div.row_kategorie ul {
    height: 100%;
}

div.nadpis_bloku div.row_kategorie ul li {
    list-style-type: none;
    display: inline-block;
}

div.nadpis_bloku div.row_kategorie ul li a {
    display: block;
    padding: 3px 20px 7px;
    background: #236bb3;
    color: white;
    font-weight: 600;
    border-radius: 0 0 7px 7px;
}

div.nadpis_bloku div.row_kategorie ul li a:hover {
    background: #ffd300;
    color: #000000;
}

div.nadpis_bloku div.row_kategorie ul li:first-of-type a {
    background: #ffd300;
    color: #000000;
}

div.nadpis_bloku div.row_kategorie ul li:first-of-type a:hover {
    background: #236bb3;
    color: white;
}

img.as4u_ikona_souboru {
    margin: 0 !important;
    width: unset;
    height: unset;
}


/* ------------------------ VYHLEDAVANI SEARCH ------------------------------------------*/

.ui-autocomplete {
    /* border-radius: 25px; */
    padding: 0px !important;
    width: 370px !important;
    z-index: 10 !important;
}

.ui-autocomplete li {}

.ui-autocomplete li p {}

.ui-autocomplete li p a {
    padding: 15px 15px;
}

.ui-autocomplete li p a img {
    margin: 0 11px 10px 0 !important;
}

.ui-autocomplete li p a strong {
    display: flex;
    align-items: center;
    font-size: 15px;
    min-height: 40px;
    margin-bottom: 11px;
}

.ui-autocomplete li p a br {
    display: none;
}

.ui-autocomplete li p a span {
    float: none;
}


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

header {
    position: relative;
    background: #ffffff;
}

header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    z-index: 0;
    background: #dbdbdb url(/galerie/1422134.svg)bottom 30px left no-repeat;
}

header .header_obal {
    position: relative;
    height: 230px;
    box-sizing: border-box;
    padding: 35px 15px 0 15px;
    background: white;
}

header .header_obal:after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    height: 7px;
    background: #236bb3;
    width: calc(100% - 215px);
}

header .header_obal a.logo {
    text-decoration: none;
    float: left;
    width: 470px;
    height: 150px;
}

header .header_obal a.logo figure {
    position: relative;
    width: 200px;
    height: 150px;
    float: left;
}

header .header_obal a.logo figure img {
    height: 150px;
    width: auto;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header .header_obal a.logo h1 {
    float: left;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #236bb3;
    text-decoration: none;
    font-size: 45px;
    padding-top: 15px
}

header .header_obal a.logo span {
    text-transform: uppercase;
    font-size: 23px;
    float: left;
}

header .header_obal .header_obsah {
    float: right;
    padding-top: 10px;
}

header .header_obal .header_obsah .row {
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

header .header_obal .header_obsah .row span.infolinka {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    color: #236bb3;
    line-height: 30px;
    margin: 0;
}

header .header_obal .header_obsah .row img {
    display: inline-block;
    margin: 0 15px;
    width: 26px;
    height: 26px;
    object-fit: contain;
    line-height: 30px;
    vertical-align: middle;
}

header .header_obal .header_obsah .row a.number {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

header .header_obal .header_obsah .row span.socialni_site {
    display: flex;
    margin-left: 30px;
    float: left;
}

header .header_obal .header_obsah .row span.socialni_site a {
    margin: 0 4px;
}

header .header_obal .header_obsah .row span.socialni_site a img {
    margin: 0;
}

header .header_obal .header_obsah .row div.jazyky {
    display: flex;
    margin-left: 15px
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text {
    margin: 0 7px;
    width: 25px;
    height: 25px;
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text span {
    display: none;
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text.cs {
    background: url(/galerie/732698.svg)center center no-repeat;
    background-size: contain;
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text.en {
    background: url(/galerie/732701.svg)center center no-repeat;
    background-size: contain;
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text.de {
    background: url(/galerie/732699.svg)center center no-repeat;
    background-size: contain;
}

header .header_obal .header_obsah .row div.jazyky a.jazyk_text.pl {
    background: url(/galerie/732700.svg)center center no-repeat;
    background-size: contain;
}

header .header_obal .header_obsah .row.search {
    margin: 15px 5px 15px 0;
}

header .header_obal .header_obsah .row.search .vyhledavani_obal {
    width: 100%;
    height: 100%;
    border: 1px solid #236bb3;
    border-radius: 7px;
    height: 100%;
    overflow: hidden;
}

.row.search form#as4u_form_search {
    height: 100%;
    border: 0;
}

.row.search input#find_in_redakce_mod {
    float: left;
    height: 100%;
    width: 75%;
    display: block;
    margin: 0;
    border: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.row.search a.search_btn {
    display: block;
    height: 100%;
    width: 25%;
    float: right;
    box-sizing: border-box;
    padding: 5px 25px;
    background: #236bb3;
    color: white;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 600;
}

.row.search .search_open {
    display: none;
}

header .header_obal .header_obsah a.btn {
    margin: 0;
    margin-right: 10px;
}

header .header_obal .header_obsah div.open {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

header .header_obal .header_obsah div.open p {
    font-size: 16px;
    font-weight: 600;
    font-weight: bold;
}

header .header_obal .header_obsah div.open p span.otevreno {
    color: darkgreen;
}

header .header_obal .header_obsah div.open p span.zavreno {
    color: #d70a11;
}

header .header_obal .header_obsah div.open p span.brzo_zavre {
    color: #c15000;
}

div.mobile_menu {
    display: none;
}


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

header.subakce:before {
    background-size: 95px;
}


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

figure.slider_obal {
    position: relative;
    height: 320px;
    transition: 0s;
}

figure .rollbox-obal {
    position: absolute;
    top: 0px;
    width: inherit;
    height: 320px;
    left: 50% !important;
    transform: translate(-50%, 0);
    overflow: hidden;
}

figure.slider_obal a.sipka {
    opacity: 1;
    display: block;
    width: 33px;
    height: 45px;
    background-size: 22px !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 2;
}

figure.slider_obal a.sipka:hover {
    background-color: #236bb3 !important
}

figure.slider_obal a.sipka.leva {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-266px, 0);
    background: url(/galerie/1422139.svg)center center no-repeat;
}

figure.slider_obal a.sipka.prava {
    position: absolute;
    bottom: 5px;
    right: 50%;
    transform: translate(266px, 0);
    background: url(/galerie/1422140.svg)center center no-repeat;
}

figure.slider_obal .slider_row {
    width: 2200px;
    height: 100%;
    overflow: hidden;
    transition: 0s;
}

figure.slider_obal .slider_row a.aktualita {
    position: relative;
    display: block;
    float: left;
    height: 320px;
    width: 320px;
    background-size: cover;
    opacity: 0.7;
    transition: 0s;
    overflow: hidden;
}

figure.slider_obal .slider_row a.aktualita .text {
    display: none;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 93%;
    background: #bd3c1b;
    color: white;
    padding: 15px;
    box-sizing: border-box;
}

figure.slider_obal .slider_row a.aktualita .text h3 {
    color: white;
    font-weight: 600;
    font-size: 18px;
}

figure.slider_obal .slider_row a.aktualita .text span {
    font-size: 17px;
}

figure.slider_obal .slider_row a.aktualita.prostredni {
    position: absolute;
    z-index: 3;
    width: 450px;
    height: 390px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    transition: 0s;
}

figure.slider_obal .slider_row a.aktualita.prostredni .text {
    display: block;
}


/* ------------------------ -NAVIGACE -MENU ------------------------------------------*/

.obal_navigace_velky {
    position: relative;
    width: 100%;
    z-index: 2
}

nav.hlavni {
    width: 100%;
}

nav.hlavni ul {
    display: flex;
    justify-content: space-between;
}

nav.hlavni ul li.karta {
    position: relative;
    width: 25%;
    height: 497px;
    padding-top: 100px;
    list-style-type: none;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    background: #236bb3;
}

nav.hlavni ul li.karta:hover {
    background: #ffd300;
}

nav.hlavni ul li div.nadpis_karty {
    height: 65px;
    display: flex;
    align-items: flex-end;
}

nav.hlavni ul li div.nadpis_karty span {
    display: inline-block;
    height: 65px;
    width: 120px;
    background-size: 70px 54px !important;
}


/*----- mesto a urad ------*/

li.karta span#hl_128784 {
    background: url(/galerie/1422130.svg)bottom center no-repeat;
}


/*----- mesto a urad hover------*/

li.karta:hover span#hl_128784 {
    background: url(/galerie/1422320.svg)bottom center no-repeat;
}


/*----- potrebuji vyridit ------*/

li.karta span#hl_128783 {
    background: url(/galerie/1422135.svg)bottom center no-repeat;
}


/*----- potrebuji vyridit hover ------*/

li.karta:hover span#hl_128783 {
    background: url(/galerie/1422322.svg)bottom center no-repeat;
}


/*----- podnikatel ------*/

li.karta span#hl_128785 {
    background: url(/galerie/1422138.svg)bottom center no-repeat;
}


/*----- podnikatel hover ------*/

li.karta:hover span#hl_128785 {
    background: url(/galerie/1422321.svg)bottom center no-repeat;
}


/*----- volny cas ------*/

li.karta span#hl_128786 {
    background: url(/galerie/1422142.svg)bottom center no-repeat;
}


/*----- volny cas hover ------*/

li.karta:hover span#hl_128786 {
    background: url(/galerie/1422323.svg)bottom center no-repeat;
}

nav.hlavni ul li div.nadpis_karty a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 57px;
    font-size: 22px;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    transition: .3s;
    border-bottom: 4px solid #ffffff;
}

nav.hlavni ul li:hover div.nadpis_karty a {
    color: #000000;
    border-bottom: 4px solid #000000;
}

nav.hlavni ul li a:hover {
    text-decoration: underline !important;
}

nav.hlavni ul li ul.submenu {
    display: block;
    box-sizing: border-box;
    padding: 30px 30px 0 30px;
}

nav.hlavni ul li ul.submenu li {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 4px 0;
}

nav.hlavni ul li ul.submenu li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 17px;
    font-weight: 600;
    background: none;
    text-transform: none;
    padding: 0;
}

nav.hlavni ul li:hover ul.submenu li a {
    color: #000000;
}

nav.hlavni ul li ul.submenu li a:hover {
    text-decoration: underline;
}

nav.hlavni ul li .odkaz_obal {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: 35px 0 20px;
}

nav.hlavni ul li a.more {
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    background: url(/galerie/1422136.svg)center center no-repeat;
    background-size: contain;
}

nav.hlavni ul li a.more:hover {
    opacity: 1;
}

nav.hlavni ul li:hover a.more {
    background: url(/galerie/1422137.svg)center center no-repeat;
}

.top_clanky {
    display: flex;
    flex-wrap: nowrap;
}

.top_clanky a.clanek {
    display: flex;
    align-items: center;
    width: 25%;
    margin: 0;
    background: #ffd300;
    box-sizing: border-box;
    padding: 10px;
}

.top_clanky a.clanek:hover {
    background: #bd3c1b;
}

.top_clanky a.clanek div.ikona {
    width: 22px;
    height: 30px;
    margin: 0;
    margin-right: 15px;
}

.top_clanky a.clanek div.ikona svg {
    width: 100%;
    height: 100%;
    fill: #000000;
}

.top_clanky a.clanek:hover div.ikona svg {
    fill: #ffffff;
}

.top_clanky a.clanek h3 {
    margin: 0;
    color: black;
    font-weight: 600;
    font-size: 17px;
    text-decoration: underline;
    width: calc(100% - 37px);
}

.top_clanky a.clanek:hover h3 {
    color: white;
}


/* ------------------------ -NAVIGACE SUBAKCE ------------------------------------------*/

nav.hlavni.top_menu ul li.karta {
    padding-top: 8px;
    height: 90px;
}

nav.hlavni.top_menu ul li ul.submenu {
    display: none;
}

nav.hlavni.top_menu ul li .odkaz_obal {
    display: none;
}


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

.titulka {
    padding-top: 50px;
}


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

section.aktuality {
    margin-bottom: 55px;
}

section.aktuality .aktuality_vypis_obal {
    display: flex;
    align-items: center;
}

section.aktuality .aktuality_vypis_obal a.sipka {
    display: block;
    width: 33px;
    height: 45px;
    background-size: 22px !important;
    background-color: #c0c0c0 !important
}

section.aktuality .aktuality_vypis_obal a.sipka:hover {
    background-color: #236bb3 !important
}

section.aktuality .aktuality_vypis_obal a.sipka_leva {
    background: url(/galerie/1422139.svg)center center no-repeat;
}

section.aktuality .aktuality_vypis_obal a.sipka_prava {
    background: url(/galerie/1422140.svg)center center no-repeat;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis {
    width: 88%;
    display: flex;
    justify-content: space-between;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita {
    margin: 0;
    width: 23.5%;
    overflow: hidden;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a {
    text-decoration: none;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a figure {
    position: relative;
    width: 100%;
    height: 200px;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a figure .datum {
    position: absolute;
    bottom: 10px;
    right: 0;
    padding: 5px 10px;
    font-weight: bold;
    color: white;
    background: #bd3c1b;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a .info {
    padding: 10px;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a .info h4 {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    text-decoration: underline;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita:hover a .info h4,
section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita:hover a .info p span.more {
    color: #236bb3;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a .info p {
    font-size: 14px;
    color: black;
}

section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita a .info p span.more {
    text-decoration: underline;
    font-weight: 600;
    color: black;
}


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

section.kalendar_akci {
    width: 100%;
    margin-bottom: 2%
}

section.kalendar_akci .kalendar_obsah {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    width: 88%;
    height: auto;
}

.kalendar_vyber {
    width: 40%;
    max-height: 440px;
    margin: 0;
    background: white;
    box-sizing: border-box;
    padding: 30px;
    border: 3px solid #f1f1f1;
}

.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;
    font-weight: 600;
}

.vyber_rok_mesic a:hover {
    color: #236bb3;
}

.vyber_rok_mesic a.predchozi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6598ca url(/galerie/1422139.svg)center center no-repeat;
    border-radius: 3px;
    background-size: 10px;
}

.vyber_rok_mesic a.dalsi {
    color: transparent;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #6598ca url(/galerie/1422140.svg)center center no-repeat;
    border-radius: 3px;
    background-size: 10px;
}

.vyber_rok_mesic a.predchozi:hover,
.vyber_rok_mesic a.dalsi:hover {
    background-color: #236bb3;
}

.kalendar table.kalendar {
    text-align: center;
    margin: 0 auto;
}

.kalendar table.kalendar tbody {}

.kalendar table.kalendar tbody tr {
    height: 50px;
}

.kalendar table.kalendar tbody tr th {
    color: black;
    text-transform: uppercase;
    font-size: 181%;
    font-weight: 400;
    /* padding: 10px; */
    text-align: center;
    height: 50px;
    width: 50px;
    opacity: 0.6;
}

.kalendar table.kalendar tbody tr td {
    font-size: 20px;
    /* padding: 10px; */
    text-align: center;
    height: 50px;
    width: 50px;
}

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

.kalendar table.kalendar tbody tr td:hover {
    background: #ffd300;
}

.kalendar table.kalendar tbody tr td:hover a {
    color: black;
}

.kalendar table.kalendar tbody tr td a {
    color: #272727;
    display: block;
    /* width: 100%; */
    /* height: 100%; */
    text-decoration: none;
}

.kalendar table.kalendar a {}

.den_v_tydnu_6,
.den_v_tydnu_7 {
    background: #e6e6e6;
}

section.kalendar_akci .kalendar_vypis_obal {
    width: 58%;
    margin: 0;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce {
    margin-bottom: 7px;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce {
    display: block;
    position: relative;
    text-decoration: none;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 140px;
    background: #236bb3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce:hover span {
    color: #000000;
    background: #ffd300;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce h4 {
    margin-left: 140px;
    padding: 10px 20px 10px 20px;
    font-size: 17px;
    color: #1c1c1c;
    margin-bottom: 5px;
    font-weight: 600;
    text-decoration: underline;
    box-sizing: border-box;
    border-bottom: 3px solid #f1f1f1;
}

section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce:hover h4 {
    border-bottom: 3px solid #ffd300;
}


/* ------------------ -ODKAZY ----------------------------*/

section.odkazy_obal {
    width: 100%;
    margin-bottom: 30px;
    background: #e84c26;
    padding: 15px 0;
}

section.odkazy_obal .odkazy_obsah {
    width: 88%;
}

section.odkazy_obal .odkaz_obal {
    width: 20%;
    height: 220px;
    float: left;
    box-sizing: border-box;
    padding: 8px;
}

section.odkazy_obal .odkaz_obal a.odkaz {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    transition: .2s;
    border: 2px solid white;
    color: white;
    background: #bd3c1b;
}

section.odkazy_obal .odkaz_obal a.odkaz:hover {
    background: #ffd300;
    border: 2px solid #ffd300;
    color: #000000;
}

section.odkazy_obal .odkaz_obal a.odkaz .obrazek_odkazu {
    display: block;
    width: 65px;
    height: 65px;
    background-size: contain !important;
    margin-bottom: 15px;
    transition: .2s;
}

section.odkazy_obal .odkaz_obal a.odkaz:hover .obrazek_odkazu {
    width: 75px;
    height: 75px;
}

section.odkazy_obal .odkaz_obal a.odkaz span.text_odkazu {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

section.odkazy_obal .odkaz_obal a.odkaz:hover span.text_odkazu {
    text-decoration: underline;
    color: #000000;
}


/*---- objednani na urad -----*/

a.odkaz span#od_144305 {
    background: url(/galerie/1422153.svg)center center no-repeat;
}


/*---- objednani na urad hover -----*/

a.odkaz:hover span#od_144305 {
    background: url(/galerie/1422155.svg)center center no-repeat;
}


/*---- webkamera -----*/

a.odkaz span#od_144315 {
    background: url(/galerie/1422158.svg)center center no-repeat;
}


/*---- webkamera hover -----*/

a.odkaz:hover span#od_144315 {
    background: url(/galerie/1422162.svg)center center no-repeat;
}


/*---- mapovy portal -----*/

a.odkaz span#od_144316 {
    background: url(/galerie/1422152.svg)center center no-repeat;
}


/*---- mapovy portal hover -----*/

a.odkaz:hover span#od_144316 {
    background: url(/galerie/1422151.svg)center center no-repeat;
}


/*---- pozadavky -----*/

a.odkaz span#od_144317 {
    background: url(/galerie/1422150.svg)center center no-repeat;
}


/*---- pozadavky hover -----*/

a.odkaz:hover span#od_144317 {
    background: url(/galerie/1422157.svg)center center no-repeat;
}


/*---- prohlidka -----*/

a.odkaz span#od_181229 {
    background: url(/galerie/1422166.svg)center center no-repeat;
}


/*---- prohlidka hover -----*/

a.odkaz:hover span#od_181229 {
    background: url(/galerie/1422161.svg)center center no-repeat;
}


/*---- portal_obcana -----*/

a.odkaz span#od_149817 {
    background: url(/galerie/1493564.svg)center center no-repeat;
}


/*---- portal_obcana hover -----*/

a.odkaz:hover span#od_149817 {
    background: url(/galerie/1493564.svg)center center no-repeat;
    filter: brightness(0);
}


/*---- prenosy -----*/

a.odkaz span#od_144319 {
    background: url(/galerie/1422159.svg)center center no-repeat;
}


/*---- prenosy hover -----*/

a.odkaz:hover span#od_144319 {
    background: url(/galerie/1422160.svg)center center no-repeat;
}


/*---- formulare -----*/

a.odkaz span#od_267013 {
    background: url(/galerie/1422167.svg)center center no-repeat;
}


/*---- formulare hover -----*/

a.odkaz:hover span#od_267013 {
    background: url(/galerie/1422154.svg)center center no-repeat;
}


/*---- dokumenty -----*/

a.odkaz span#od_267015 {
    background: url(/galerie/1422164.svg)center center no-repeat;
}


/*---- dokumenty hover -----*/

a.odkaz:hover span#od_267015 {
    background: url(/galerie/1422168.svg)center center no-repeat;
}


/*---- smart city -----*/

a.odkaz span#od_267014 {
    background: url(/galerie/1603249.svg)center center no-repeat;
    transform: scale(1.13);
}


/*---- smart city -----*/

a.odkaz:hover span#od_267014 {
    background: url(/galerie/1603249.svg)center center no-repeat;
}

section.odkazy_obal .odkaz_obal.od_267014 a.odkaz:hover {
    background: #236bb3;
    border: 2px solid white;
}

section.odkazy_obal .odkaz_obal.od_267014 a.odkaz:hover span.text_odkazu {
    color: white;
}


/* ------------------------ -PARTNERI ------------------------------------------*/

div.zahlavi_bannery_obal,
div.rollbox,
div.rollbox-cont {
    height: 240px;
}

section.titulka_partneri_obal {
    height: 118px;
    display: block;
    position: relative;
    padding: 30px 38px 30px 37px;
}

div.titulka_partneri {
    width: 100%;
    height: 93px;
    overflow: hidden;
}

section.titulka_partneri_obal div.rollbox,
section.titulka_partneri_obal div.rollbox-cont {
    height: 93px;
    transition: 0s !important;
}

div.zahlavi_bannery_obal {
    position: relative;
}

div.zahlavi_bannery_obal,
div.rollbox,
section.titulka_partneri_obal div.rollbox {
    overflow: hidden;
}

div.rollbox {
    /*width: 1600px;*/
    width: 100%;
    background-color: #ffed99;
}

section.titulka_partneri_obal div.rollbox {
    background-color: white;
}

div.rollbox-cont {
    position: inherit;
    transition: 0s;
}

div.rollitem {
    width: 320px;
    height: 240px;
    display: block;
    float: left;
}

div.rollitem img {
    display: block !important;
}

section.titulka_partneri_obal div.rollitem {
    width: 245px;
    height: 93px;
}

section.titulka_partneri_obal div.rollitem img {
    width: 225px;
    height: 93px;
}


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

footer {
    background: #d9d9d9;
}

div.zapati_obal.page_size {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

div.zapati_obal {
    padding: 30px 15px 30px 133px;
    background: url(/galerie/1422143.svg)top 30px left 15px no-repeat;
    background-size: 100px;
}

div.zapati_obal a {
    color: Black;
}

div.zapati_obal p,
div.zapati_obal ul,
div.zapati_obal li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

section.zapati_blok1 h1 {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    font-size: 45px;
}

section.zapati_blok1 span {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 15px;
    display: block;
}

div.zapati_obal h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 13px;
}

div.zapati_obal li {
    margin: 0 0 0.5em 0;
}

div.zapati_obal table {
    border-collapse: collapse;
    margin: 0;
}

div.zapati_obal table td {
    padding-right: 1em;
}

section.zapati_blok1,
section.zapati_blok2,
section.zapati_blok3,
section.zapati_blok4 {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 24px;
}

section.zapati_blok4 div.mobilni_aplikace {
    position: relative;
    height: 102px;
    margin-bottom: 15px;
}

section.zapati_blok4 a.svm-gp {
    position: absolute;
    left: 0;
    top: 0;
}

section.zapati_blok4 a.svm-as {
    position: absolute;
    left: 0;
    bottom: 0;
}

section.zapati_blok4 a.svm-qr {
    position: absolute;
    left: 150px;
    top: 0;
}

div.as4u {
    text-align: center;
}

div.as4u a {
    display: inline-block;
    color: black;
    padding: 20px;
}


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

.cesta_ke_clanku {
    position: relative;
    padding: 15px;
    height: auto;
    overflow: hidden;
    text-align: left;
    /* margin-bottom: 15px; */
}

.cesta_ke_clanku a {
    color: #383838;
    /*      padding: 0 20px 0 0;*/
    display: inline-block;
    text-decoration: none;
    transition: .2s;
}

.cesta_ke_clanku a:hover {
    text-decoration: underline;
}

.oddelovac_cesty_obal {
    color: #383838;
    margin: 0 15px;
}


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

div.clanek_body {}

aside.leve_menu {
    width: 25%;
    float: left;
    box-sizing: border-box;
}

aside.leve_menu .sloupec_navigace {
    margin-bottom: 15px;
}

aside.leve_menu .nadpis_navigace {
    display: none;
}

aside.leve_menu .nadrazeny_oddil {}

aside.leve_menu .nadrazeny_oddil a {
    display: block;
    box-sizing: border-box;
    padding: 15px 35px 15px 18px;
    background: #ffd300;
    color: black;
}

h3.nadpis_oddilu {
    display: block;
    padding: 20px 18px;
    font-weight: 600;
    font-size: 21px;
    color: #ffffff;
    background: #236bb3;
    margin: 0 auto;
}

aside.leve_menu .sloupec_navigace ul.navigace {}

aside.leve_menu .sloupec_navigace ul.navigace li {
    position: relative;
    background-color: #ffffff;
    list-style-type: none;
    box-sizing: border-box;
    margin: 2px 0;
}

aside.leve_menu .sloupec_navigace ul.navigace li.external_link a {
    background: #efefef url(/galerie/1425247.svg)center right 10px no-repeat;
    background-size: 15px;
}

aside.leve_menu a.nadpis_sekce_aktivni {
    background: #0952bb;
    color: white;
}

aside.leve_menu a.clanek_vybrany {
    color: #000000 !important;
    font-weight: 600 !important;
    background: #ffd300 !important;
}


/*
aside.leve_menu .sloupec_navigace ul.navigace li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
          background: #ffffff url(/galerie/1417921.svg)center center no-repeat;
    background-size: 16px;
}
*/

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: #ffed99;
}

aside.leve_menu .sloupec_navigace ul.navigace li.odkaz_v_sekci a:hover {
    /*      padding-left: 40px;*/
}

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: #236bb3;
    color: white;
}

aside.leve_menu .sloupec_navigace ul.navigace li.oddil_mimo_sekci a:hover {
    color: white;
    text-decoration: underline;
}

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: #ffd300 url(/galerie/1422606.svg)center right 12px no-repeat;
    background-size: 13px;
    color: black;
}


/*
aside.leve_menu .sloupec_navigace ul.navigace li.sekce:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    background: url(/galerie/1417916.svg)top 14px center no-repeat;
    background-size: 16px;
}
*/

aside.leve_menu .sloupec_navigace ul.navigace li.sekce span.nadpis_sekce a {
    display: block;
    background: #236bb3;
    box-sizing: border-box;
    padding: 15px 35px 15px 18px;
    color: white;
    background: #236bb3 url(/galerie/1422605.svg)center right 12px no-repeat;
    background-size: 13px;
}

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: #1c1c1c;
    padding: 17px 18px;
    box-sizing: border-box;
    z-index: 2;
    transition: .3s;
    font-weight: 600;
    /* border-bottom: 4px solid #0952bb; */
    background: #efefef;
}

aside.leve_menu .sloupec_navigace ul.navigace li a:hover {
    color: #0952bb;
    text-decoration: underline;
}

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: #236bb3;
    padding: 17px 0;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 5px solid #236bb3;
    line-height: 130%;
}

div.clanek_body a.primarni_obrazek_clanku {}

div.clanek_body a.primarni_obrazek_clanku img {
    width: 25%;
    display: inline-block;
    object-fit: cover;
    opacity: 1;
    float: right;
    margin-bottom: 30px;
}

div.clanek_body a.primarni_obrazek_clanku img:hover {}

div.clanek_body div.popis_clanku {
    max-width: 70%;
    display: inline-block;
    float: left;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    font-weight: bold;
    color: #171717;
    margin-left: 0;
}

div.clanek_body .popis_clanku_bez_obr {
    max-width: 100% !important;
    width: 100%;
}

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

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

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

div.clanek_body div.clanek hr {}

div.clanek_body div.clanek a {
    color: #0952bb;
    text-decoration: underline;
}

div.clanek_body div.clanek ul,
article.podrobny_popis_akce ul {}

div.clanek_body div.clanek ul li {
    margin-bottom: 0.3em;
}

div.clanek_body div.clanek ol {
    margin-left: 30px
}

div.clanek_body div.clanek h3,
div.clanek_body div.clanek h3 a,
article.cely_clanek h3 {
    font-size: 22px;
    margin: 0 0 16px;
    color: #226bb3;
    line-height: 130%;
    font-weight: 600;
}

div.clanek_body div.clanek h4 {
    font-size: 19px;
    margin: 16px 0;
    color: #444444;
    font-weight: 600;
}

div.clanek_body div.clanek h4 a {
    font-size: 19px;
    margin: 16px 0;
    color: #0952bb;
}

div.clanek_body div.clanek table,
article.clanek_akce table {
    margin: 15px auto;
    margin-left: 0;
    border-collapse: collapse;
    /* width: 100%; */
}

div.clanek_body div.clanek table th,
article.clanek_akce table th {
    background: #236bb3;
    padding: 10px;
    border: 1px solid #3673b1;
    color: #ffffff;
}

div.clanek_body div.clanek table tr:nth-child(even),
article.clanek_akce table tr:nth-child(even) {}

div.clanek_body div.clanek table tr td,
article.clanek_akce table tr td {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #e8e8e8;
}

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

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

div.clanek_body div.nahled_tisk,
article.cely_clanek div.nahled_tisk {
    display: inline-block;
    background: url(/galerie/764333.svg)center left no-repeat;
    background-size: 25px;
    padding-left: 32px;
    margin-right: 15px;
    margin-top: 30px;
}

div.clanek_body .nahled_tisk a,
article.cely_clanek div.nahled_tisk a {
    color: #236bb3;
    font-weight: bold;
}

div.clanek_body .info_podclankem {
    display: inline-block;
    margin: 15px 0;
}

div.clanek_body .info_podclankem .pocet_precteni {
    display: none;
}

div.clanek_body .info_podclankem .autor {
    /*    display: none;*/
}

div.clanek a {
    color: #0952bb;
    text-decoration: underline;
}


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

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

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

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie {
    width: 100%;
    padding: 15px;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    background: #236bb3;
    margin-bottom: 12px;
}

.fotogalerie_clanku_obal .fotogalerie_clanku h3.nadpis_fotogalerie a {
    background: #29547f;
    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: 185px;
    height: 185px;
    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 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: 7px;
}

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 {
    background: #efefef;
    box-sizing: border-box;
    padding: 20px;
    line-height: 140%;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu {
    margin-bottom: 6px;
    font-size: 20px;
}

div.dil_serialu_celek_obal .dil_serialu_celek h3.nadpis_dilu_serialu a {
    color: #236bb3;
    font-weight: 600;
    text-decoration: underline;
    line-height: 130%;
}

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 {
    margin-left: 0;
}

div.dil_serialu_celek_obal .dil_serialu_celek a.primarni_obrazek_vyhledavani img {
    float: left;
    margin: 0 20px 20px 0;
}

div.dil_serialu_celek_obal .dil_serialu_celek div.popis_dilu_serialu {
    margin: 0;
}

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: #236bb3;
    font-weight: 600;
}

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


/* -------------------------VYHLEDAVANY TEXT   ----------------------------------------*/

form#as4u_form_search_detail {
    margin-top: 15px;
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #236bb3;
}

input#find_in_redakce {
    padding: 10px;
    border: 1px solid black;
}

.vyhledany_text_celek_obal {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 10px 0;
    clear: both;
}

.vyhledany_text_celek_obal .vyhledany_text_celek {}

.vyhledany_text_celek_obal .vyhledany_text_celek .primarni_obrazek_vyhledavani,
.vyhledany_text_celek_obal .vyhledany_text_celek .obrazek_katalog {
    float: left;
    margin-right: 25px;
    max-width: 200px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek .obrazek_katalog {
    margin-bottom: 15px;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    color: #236bb3;
}

.vyhledany_text_celek_obal .vyhledany_text_celek h3 a {
    color: #236bb3;
    font-weight: 600;
    text-decoration: underline;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a {
    text-decoration: underline;
}

.vyhledany_text_celek_obal .vyhledany_text_celek a img {
    margin-bottom: 18px;
    max-width: 100%;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.vyhledany_text {
    margin-bottom: 18px;
    line-height: 180%;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span {
    /* display: none; */
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.pocet_precteni {
    display: none;
}

.vyhledany_text_celek_obal .vyhledany_text_celek div.odkaz_cely_clanek span.autor {
    display: none;
}

#as4u_form_search_detail {
    margin-bottom: 2em !important;
    position: relative;
    min-height: 154px;
}

.hledany_vyraz_text {
    float: left;
    width: 20%;
    line-height: 33px;
    text-align: left;
    font-weight: bold;
}

#as4u_form_search_detail input.textpole_vyhledavani {
    background: white;
    border: 0;
    width: 77%;
    font-size: 16px;
    padding: 5px;
    margin-left: 1%;
    float: right;
    border: 1px solid silver;
}

.kde_hledat {
    padding: 1em 0;
    border-bottom: 1px solid #236bb3;
    margin-bottom: 1em;
    clear: both;
    min-height: 46px;
}

.kde_hledat_text {
    float: left;
    width: 10%;
    font-weight: bold;
    text-align: left;
}

.kde_hledat_input {
    float: right;
    width: 90%;
}

.kde_hledat_input label {
    display: inline-block;
}

.kde_hledat label {
    border-left: 1px solid silver;
    padding: 0px 10px;
}

#as4u_form_search_detail input.tlacitko_vyhledat {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    font-size: 14px;
    padding: 9px 15px;
    cursor: pointer;
    margin-bottom: 1em;
    height: 34px;
}

.kde_hledat .hledat_od_do {
    width: 50%;
    float: left;
    margin: 20px 0;
}

.kde_hledat .hledat_od_do input#datumod,
.kde_hledat .hledat_od_do input#datumdo,
.kde_hledat .hledat_od_do select {
    background: white;
    border: 0;
    font-size: 16px;
    padding: 5px;
    margin-left: 1%;
    border: 1px solid silver;
}

.kdy_hledat_text {
    margin: 10px 0;
    font-weight: bold;
}

.typ_vyhledaneho,
.datum_aktuality {
    display: inline-block;
    background: #236bb3;
    border-radius: 5px;
    padding: 5px 10px;
    color: white;
    font-weight: 600;
    margin-right: 9px;
    margin-bottom: 15px;
}

.datum_aktuality {
    background: #d9d9d9;
    color: #000000;
}

.akce_celek {
    width: 100%;
    padding: 19px;
    box-sizing: border-box;
    background: #f7f7f7;
    margin: 10px 0;
    clear: both;
}

.akce_celek h3.nazev_akce {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}

.akce_celek h3.nazev_akce a {
    color: #236bb3;
    font-weight: 600;
    text-decoration: underline;
}

.akce_celek a.primarni_obrazek_vyhledavani {
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

.akce_celek a.primarni_obrazek_vyhledavani img {}

.akce_celek table.kratky_popis_akce {}

.akce_celek table.kratky_popis_akce th,
.akce_celek 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;
}

.akce_celek table.kratky_popis_akce th {
    vertical-align: top;
    padding: 6px;
    width: 30%;
    font-size: 16px;
    text-align: left;
    color: #236bb3;
    border: 0;
    border-bottom: 1px dotted silver;
}

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

.akce_celek table.kratky_popis_akce td p {
    font-size: 15px;
    text-align: left;
    color: #575755;
}

.akce_celek .popis_akce {
    margin-top: 10px;
    clear: both;
}


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

.news_body {
    padding: 0 1%;
}

.news_body .aktualita_obal {
    position: relative;
    padding: 10px 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 1%;
    height: 240px;
}

.news_body .aktualita_obal .aktualita {
    position: relative;
    display: block;
    height: 100%;
    /* min-height: 185px; */
    box-sizing: border-box;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.news_body .aktualita_obal .aktualita a {
    text-decoration: none;
}

.news_body .aktualita_obal .aktualita img {
    width: 171px;
    height: 153px;
    float: left;
    object-fit: cover;
    margin-right: 15px;
}

.news_body .aktualita_obal .aktualita div.popis {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
}

.news_body .aktualita_obal .aktualita div.popis h4 {
    width: 100%;
    font-size: 17px;
    color: #1c1c1c;
    margin-bottom: 8px;
    text-decoration: underline;
    margin-left: 0;
    font-weight: 600;
}

.news_body .aktualita_obal .aktualita div.popis h4:hover {
    color: #236bb3;
}

.news_body .aktualita_obal .aktualita div.popis p {
    color: black;
    margin-left: 0;
}

.starsi_novejsi,
.predchozi_dalsi {
    text-align: center;
    margin: 20px;
    padding: 8px 0;
    color: #236bb3;
    clear: both;
}

.starsi_novejsi strong,
.predchozi_dalsi strong {
    display: inline-block;
    padding: 10px;
    color: #236bb3 !important;
    text-decoration: none !important;
    font-weight: bold;
    border: 1px solid #236bb3;
    /*    border-radius: 5px;*/
}

.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: #236bb3;
    padding: 10px 20px;
    font-weight: 500;
    color: white !important;
    /*    border-radius: 5px;*/
}

.starsi_novejsi a.starsi,
.predchozi_dalsi a.dalsi,
.zobrazeni_akci a,
div.nove_hledani a {
    background: #236bb3;
    padding: 10px 20px;
    font-weight: 600;
    color: white !important;
    /*    border-radius: 5px;*/
    display: inline-block;
    margin: 10px 0;
}

.starsi_novejsi a:hover,
.predchozi_dalsi a {
    text-decoration: underline !important;
}


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

aside.events_calendar_menu {
    width: 30%;
    float: left;
    background: #f3f3f3;
    box-sizing: border-box;
}

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;
    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: #236bb3;
    padding-left: 46px;
    background-size: 22px;
    /* border-radius: 5px; */
    margin-bottom: 5px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_search {
    background: #236bb3 url(/galerie/1422141.svg)center left 13px no-repeat;
    background-size: 20px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_add {
    background: #236bb3 url(/galerie/1422136.svg)center left 13px no-repeat;
    background-size: 20px;
}

aside.events_calendar_menu ul.menu_akce li#id_li_akce_all {
    background: #236bb3 url(/galerie/1422139.svg)center left 13px no-repeat;
    background-size: 14px;
}

aside.events_calendar_menu ul.menu_akce li a {
    display: block;
    box-sizing: border-box;
    padding: 15px;
    padding-left: 0;
    color: white;
    font-weight: 600;
    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 url(/galerie/1422133.svg)center left 13px no-repeat;
    padding-left: 46px;
    background-size: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
}

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

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

article.akce_vypis {
    width: 70%;
    float: left;
    box-sizing: border-box;
    background: white;
    line-height: 150%;
    padding: 0 1%;
}

article.akce_vypis section.akce_celek_obal {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    height: 400px;
}

article.akce_vypis section.akce_celek_obal a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: 50%;
    background: #6798c6 url(/galerie/1422143.svg)top 37% center no-repeat;
}

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: #236bb3;
    color: white;
    box-sizing: border-box;
    padding: 14px;
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text {
    background: #ffd300;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.region {
    color: white;
}

article.akce_vypis section.akce_celek_obal a div.akce_text h4.nazev_akce {
    margin: 5px 0;
    text-decoration: underline;
    font-weight: 600;
    color: white;
}

article.akce_vypis section.akce_celek_obal a div.akce_text span.datum_konani {
    color: black;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 5px 15px;
    background: #ffd300;
    font-weight: 600;
    transform: translate(0, -50%);
}

article.akce_vypis section.akce_celek_obal a:hover div.akce_text span.region,
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 {
    color: black;
}


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

article.clanek_akce {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

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

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: #236bb3;
}

article.clanek_akce h3 {
    font-weight: 600;
    display: block;
    color: #236bb3;
    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: #236bb3;
    background: #ffffff;
    border: 0;
    border-bottom: 1px dotted silver;
}

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

article.clanek_akce .obrazek img {
    width: 218px;
    height: auto;
    object-fit: cover;
    float: left;
    padding: 10px 10px 10px 0;
    box-sizing: border-box;
}

article.clanek_akce .nazev_popis_obrazku {
    display: none;
}


/* ------------------------ -AKCE search ------------------------------------------*/

article.akce_search {
    margin-top: 15px;
}


/* ------------------------ -AKCE ADD ------------------------------------------*/

article.akce_add {
    width: 75%;
    max-width: 850px;
    float: left;
    box-sizing: border-box;
    padding-left: 2%;
    background: white;
    line-height: 150%;
}

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

article.akce_add form {
    margin-top: 15px;
}

tr.druhyradek {}

tr.druhyradek td {}

tr.druhyradek td span {
    display: block;
}


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

.hlavni_odkazy {
    margin-bottom: 25px;
}

.hlavni_odkazy a.tlacitko_hlavni {
    display: inline-block;
    padding: 10px 13px;
    background-color: #686868;
    color: white !important;
    margin: 5px 0;
    text-decoration: none;
    border-radius: 5px;
}

.hlavni_odkazy a.tlacitko_hlavni:hover {
    background: #236bb3;
    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 #3e5a25;
    /* border-radius: 7px; */
    overflow: hidden;
}

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="button"],
button[type="button"] {
    padding: 5px 13px;
    background: #d9d9d9;
    border: 0;
    cursor: pointer;
    transition: .2s;
    color: black;
    /* border-radius: 5px; */
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="button"]:hover {
    background: #236bb3;
    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;
    margin-left: 0;
}

fieldset legend {
    text-align: start;
    display: block;
    padding: 10px;
    background-color: #236bb3;
    color: white;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

fieldset table th {
    text-align: left;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    width: 15%;
}

fieldset table td {
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}

tr#tr_date_0 table {
    margin-left: 0;
}

span#spn_jmeno_poradatele {
    display: inline-block;
    margin: 0 10px 0 0;
}

#puvodni_text_cs {
    height: auto !important;
}

div.clanek fieldset input,
div.hlavni fieldset input {
    padding: 5px 25px;
    border: 1px solid #4e4e4e;
    /* margin: 5px 10px; */
}

#as4u_form_search_detail input[type="submit"] {
    /* padding: 12px 25px; */
}

.chyba {
    margin: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#oddne,
#dodne {
    margin-right: 10px
}


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

div#bs_common_calendar {
    border: 1px solid silver !important;
}

div#bs_common_calendar .calendar {
    padding: 20px;
    text-align: center;
}

div#bs_common_calendar .calendar strong {
    color: #4e4e4e;
}

div#bs_common_calendar .calendar a.zavrit {
    position: absolute;
    display: block;
    right: 0px;
    top: 9px;
    width: 25px;
    height: 25px;
    background: #236bb3;
    /* 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: #236bb3;
    line-height: 20px;
    color: white;
    /* border-radius: 12px; */
    margin-top: 3px;
    font-size: 16px;
    text-decoration: none;
    vertical-align: bottom;
}

div#bs_common_calendar .calendar table {
    margin-top: 10px;
}

div#bs_common_calendar .calendar table th {}

div#bs_common_calendar .calendar table tr {}

div#bs_common_calendar .calendar table tr td {
    padding: 5px;
}

div#bs_common_calendar .calendar table tr td a {
    color: black;
    text-decoration: none;
}


/* ------------------------ -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: #236bb3;
    color: white;
}

.hlavni_odk_profil a:hover {
    background: #ffd300;
    color: #000000;
}


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


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


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

div.as4uPopupDataContainer {
    max-height: 80vh;
    margin-top: 36px;
    /* border-radius: 28px; */
    overflow: hidden;
    padding: 42px 15px 20px 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

div.as4uPopupDataContainer .as4uPopupLista .inner {
    padding: 0px;
    height: 30px;
}

div.as4uPopupDataContainer .as4uPopupLista .inner .inner2 {
    background: transparent;
    height: 30px;
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn {
    /*padding-top: 15px;*/
}

div.as4uPopupDataContainer .as4uPopupDataContainerIn h2 {
    margin: 5px 0 5px;
    color: #575755;
}

div.as4uPopupDataContainer .as4uPopupClose {
    position: relative;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(/galerie/1422131.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;
}


/* ------------------------ -TELEFONI SEZNAM ------------------------------------------*/

table.vypis_osob {}

table.vypis_osob td {
    box-sizing: border-box;
    padding: 8px 8px !important;
    border: 1px solid #e8e8e8;
}

table.vypis_osob td.nowrap {
    width: 200px;
}


/* ------------------------ -ZIVOTNI SITUACE ------------------------------------------*/

.zobrazeni_situaci {
    text-align: right;
    float: right;
}

.zpet_na_situace {
    float: left;
}

div.situace_vypis {
    clear: both;
}

div.situace_vypis h2 {
    color: #236bb3;
    line-height: 130%;
    margin-bottom: 15px;
}

.zobrazeni_situaci a,
.zpet_na_situace a {
    display: inline-block;
    background: #236bb3;
    padding: 5px 10px;
    color: white;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
}

.zobrazeni_situaci a:first-of-type {
    margin-left: 15px;
}

.zobrazeni_situaci a:hover,
.zpet_na_situace a:hover {
    background: #ffd300;
    color: black;
}


/* ------------------------ -REZERVACE ------------------------------------------*/

#sbs_kalendare {}

#sbs_kalendare table.kalendar {
    display: block;
    width: 50%;
    float: left;
    padding: 7px;
    min-height: 300px;
}

#sbs_cas {
    clear: both;
}

#sbs_cas ul {
    margin-top: 10px;
}

#sbs_cas ul li {
    list-style-type: none;
}


/* ------------------------ -MAPOVY PORTAL ------------------------------------------*/

ul.mapovy_portal_menu,
ul.mapovy_portal_menu li {
    width: 260px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none none;
    text-align: center;
}

ul.mapovy_portal_menu {
    font-size: 17px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

ul.mapovy_portal_menu li {
    margin: 0 5px;
    margin-bottom: 15px !important;
}

ul.mapovy_portal_menu a:first-of-type {
    padding-top: 150px;
}

ul.mapovy_portal_menu a {
    font-size: 15px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

ul.mapovy_portal_menu li.mp_gis a {
    background: url(/galerie/767864.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_stromy a {
    background: url(/galerie/767867.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_uzemni_plan a {
    background: url(/galerie/767866.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_doprava a {
    background: url(/galerie/767862.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_planydopravy a {
    background: url(/galerie/767865.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_zimniudrzba a:first-of-type {
    background: url(/galerie/767868.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_uzemniplan a {
    background: url(/galerie/767866.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_kraj a {
    background: url(/galerie/767863.png) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_hladiny a {
    background: url(/galerie/769432.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu li.mp_plevel a {
    background: url(/galerie/1413769.jpg) no-repeat top;
    background-size: 260px 140px;
}

ul.mapovy_portal_menu a.link_soubor img {
    display: none;
}


/* ------------------------ -NAVIGACE ------------------------------------------*/

a.navigovat_misto {
    background: #55AF2F url(/redakce/rs/prostejov/kiosek/navigovat.svg) 2px center no-repeat;
    text-transform: uppercase;
    font-weight: bold;
    color: white !important;
    font-size: 17px;
    padding: 1px 10px 1px 39px;
    margin: 2px 0px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 1px 1px 2px silver;
    text-decoration: none;
}

a.mala_ikona {
    width: 30px;
    height: 24px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    background: #55AF2F url(/redakce/rs/prostejov/kiosek/navigovat.svg) 0px center no-repeat;
}

a.navigovat_misto span {
    display: block;
    padding-top: 30px;
}

.vyhledany_text_celek a.navigovat_misto {
    position: absolute;
    right: 72px;
}

div.situace_vypis div.vyhledany_text_celek a.navigovat_misto {
    position: unset;
}


/* DISKUZE, FAQ */

.prihlaseni p {
    margin-bottom: 10px;
}

div.faq p {
    margin: 10px 0;
}

div.faq fieldset {
    border: 0px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}

div.hlavni_odk_diskuze {
    /* clear: both; */
    /* padding: 0.5em 1em; */
    margin: 10px 0;
    text-align: left;
    font-weight: bold;
    /* background: #d4d4d4; */
    border-radius: 10px;
}

div.hlavni_odk_diskuze a {
    color: #ffffff;
    display: inline-block;
    background: #236bb3;
    padding: 10px 20px;
    /* border-radius: 10px; */
}

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%;
    /* float: left; */
    background: #ecf3fb;
}

div.hlavicka_prispevku {
    background-color: #cde3fd;
}

h5.nadpis_prispevku {
    color: white;
    padding: 0.5em 15px;
    margin: 0em;
    font-size: medium;
    background-color: #2570c0;
}

div.autor_cas_prispevku {
    padding: 0.5em 15px;
    color: #16386b;
    font-weight: 500;
}

div.text_prispevku {
    padding: 1em 15px;
}

div.odkazy_prispevku {
    padding: 0.5em 15px;
    text-align: left;
    border-top: 2px solid white;
}

div.odkazy_prispevku a {
    color: #005E80;
    padding: 0.2em 10px;
    margin-right: 5px;
    text-decoration: none;
    font-weight: bold;
}

legend.nadpis_bloku {
    height: auto;
    padding: 10px 25px;
    border-bottom: 0;
}

.faq_anotace {
    margin: 25px 0 !important;
}


/* ------------------------ -MAPA PAMATEK A PARKOVIST ------------------------------------------*/

div#vrstvy {
    margin-bottom: 15px;
    /*    text-align: center;*/
}

div#vrstvy ul li {
    display: inline-block !important;
    position: relative;
    margin-left: 10px;
    /* padding-left: 30px; */
    height: 32px;
    width: 30%;
    line-height: 30px;
    cursor: pointer;
    margin-bottom: 10px;
}

span.ico_vrstvy {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: middle;
}

div#vrstvy img.menu_ico {
    width: 25px;
}


/* ------------------------ -MAPY UDALOSTI ------------------------------------------*/

div#mapyUdalosti-pozadavkyOznameniItems {}

div#mapyUdalosti-pozadavkyOznameniItems div.pozadavky_odkazy {
    box-sizing: border-box;
    padding: 5px 0;
}

div#mapyUdalosti-pozadavkyOznameniItems div.pozadavky_odkazy a,
ul.stavy-navigace li a {
    display: inline-block;
    padding: 10px 13px;
    background-color: #686868;
    color: white !important;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

div#mapyUdalosti-pozadavkyOznameniItems div.pozadavky_odkazy a:hover,
ul.stavy-navigace li a:hover,
.pozadavky_odkazy a:hover {
    background-color: #236bb3;
}

div#mapyUdalosti-pozadavkyOznameniItems div.pozadavky_odkazy a.archiv_oznameni_link,
ul.stavy-navigace li.aktivni a {
    background: #ffd300;
    color: black !important;
    font-weight: 600;
}

div#mapyUdalosti-pozadavkyOznameniItems div.pozadavky_odkazy a.archiv_oznameni_link:hover {
    background: #236bb3;
    color: white !important;
}

div.pozadavky_odkazy a.pozadavky_vlozit_novy {
    background: #BD3C1B;
}

div.pozdadavekOznameniItem {
    display: flex;
    flex-wrap: wrap;
}

div.pozdadavekOznameniItem h3 {
    width: 100%;
    margin-bottom: 10px !important;
}

div.pozdadavekOznameniItem div.map_ozn_obr {
    width: 25%;
    height: auto;
    margin: 0;
    overflow: hidden;
    margin-right: 25px;
}

div.pozdadavekOznameniItem div.map_ozn_obr img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
}

div#container-search {}

div#container-search #search {
    margin-bottom: 15px;
}

div#container-search #search input {
    height: 32px;
    box-sizing: border-box;
}

div#container-search #search input.tlacitko_hledat {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    font-size: 15px;
    padding: 7px 15px;
    cursor: pointer;
    margin-bottom: 1em;
    height: 34px;
}


/* ------------------------ -PORTAL MESTA ------------------------------------------*/

header.portal_hlavicka::before {
    display: none;
}

header.portal_hlavicka {
    box-shadow: 0;
}

header.portal_hlavicka .header_obal a.logo {
    text-decoration: none;
    float: left;
}

header.portal_hlavicka .header_obal a.logo figure {
    position: relative;
    float: left;
    width: auto;
    height: auto;
    margin-left: 14px;
}

header.portal_hlavicka .header_obal a.logo figure img {
    height: 120px;
    width: auto;
    object-fit: contain;
    position: relative;
    top: unset;
    left: unset;
    transform: translate(0, 0);
}

header.portal_hlavicka .header_obal a.logo h1 {
    display: none;
}

header.portal_hlavicka .header_obal a.logo span {
    display: none;
}

header.portal_hlavicka div.header_obsah {
    padding-top: 25px;
}

header.portal_hlavicka div.header_obsah .row {}

header.portal_hlavicka div.header_obsah .row.nadpis {
    margin: 20px 0;
    font-weight: 500;
    font-size: 25px;
}

header.portal_hlavicka div.header_obsah .row a {
    margin-right: 0;
    display: inline-block;
    padding: 6px 20px;
    border-radius: 6px;
    background: #236bb3;
    color: white;
    font-size: 18px;
    text-decoration: none;
}

header.portal_hlavicka div.header_obsah .row a .sipka {
    display: inline-block;
    height: 20px;
    margin: 0;
    margin-left: 10px;
}

header.portal_hlavicka div.header_obsah .row a:hover .sipka {}

header.portal_hlavicka div.header_obsah .row a:hover {
    background: #bd3c1c;
}

header.portal_hlavicka div.header_obsah .row h1 {
    color: #757575;
    font-size: 31px;
    font-weight: normal;
}

div.portal_body {
    padding: 0;
}

section.dlazdice_odkazy {
    box-sizing: border-box;
    padding: 2%;
}

section.dlazdice_odkazy ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.dlazdice_odkazy ul li {
    margin: 0;
    width: 32.5%;
    background: #236bb3;
    margin-bottom: 15px;
    list-style-type: none;
}

section.dlazdice_odkazy ul li:hover,
section.dlazdice_odkazy ul li:nth-child(even):hover {
    background: #ffd300;
    transform: scale(1.05);
}

section.dlazdice_odkazy ul li:hover * {
    color: black !important;
}

section.dlazdice_odkazy ul li:nth-child(even) {
    background: #1b5e95;
}

section.dlazdice_odkazy ul li a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 7% 0 7% 7%;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

section.dlazdice_odkazy ul li a div.ikona {
    display: block;
    width: 25%;
    height: 100px;
    margin: 0;
}

section.dlazdice_odkazy ul li a div.ikona svg {
    width: 100%;
    height: 100%;
    fill: white;
    transition: .2s;
}

section.dlazdice_odkazy ul li:hover a div.ikona svg {
    fill: black;
}

section.dlazdice_odkazy ul li a div.popis_karty {
    width: 75%;
    margin: 0;
    padding-left: 6%;
}

section.dlazdice_odkazy ul li a div.popis_karty * {
    color: white;
}

section.dlazdice_odkazy ul li a div.popis_karty h3 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    border-bottom: 4px solid white;
    margin-bottom: 10px;
    padding-bottom: 7px;
    box-sizing: border-box;
    padding-right: 4%;
}

section.dlazdice_odkazy ul li:hover a div.popis_karty h3 {
    border-bottom: 4px solid black;
}

section.dlazdice_odkazy ul li a div.popis_karty p.popis {
    font-size: 17px;
    color: white;
    box-sizing: border-box;
    padding-right: 4%;
    line-height: 140%;
}

div.dvojblok {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

div.dvojblok section {
    width: 50%;
    margin: 0;
}

div.dvojblok section div.nadpis_sekce {}

div.dvojblok section div.nadpis_sekce h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 4px solid white;
}

div.dvojblok section div.vypis {}

section.funkce {
    background: #bd3c1c;
    box-sizing: border-box;
    padding: 2% 0% 2% 2%;
}

section.funkce * {
    color: white;
}

section.funkce div.vypis article.clanek {}

section.funkce div.vypis article.clanek:nth-child(even) {
    background: #ac391a;
}

div.dvojblok section div.vypis article.clanek a {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 5% 4%;
    text-decoration: none;
}

div.dvojblok section div.vypis article.clanek figure.obrazek {
    margin: 0;
    width: 40%;
    height: 200px;
    overflow: hidden;
}

div.dvojblok section div.vypis article.clanek figure.obrazek img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

div.dvojblok section div.vypis article.clanek div.info {
    margin: 0;
    width: 60%;
    padding-left: 4%;
}

div.dvojblok section div.vypis article.clanek div.info h3 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

div.dvojblok section div.vypis article.clanek div.info p {
    font-size: 17px;
    line-height: 140%;
}

div.dvojblok section div.vypis article.clanek div.info .obal_odkazu {
    text-align: right;
    margin-top: 20px;
}

div.dvojblok section div.vypis article.clanek div.info .obal_odkazu span.more {
    display: inline-block;
    box-sizing: border-box;
    padding: 1px 10px;
    border-radius: 6px;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

section.myslime_na {
    padding: 2% 0% 2% 2%;
    box-sizing: border-box;
}

section.myslime_na div.nadpis_sekce h2 {
    border-bottom: 4px solid #bd3c1c !important;
}

section.myslime_na * {
    color: #bd3c1c;
}

section.myslime_na article.clanek:nth-child(even) {
    background: #fcf4f2;
}

section.myslime_na div.vypis article.clanek div.info .obal_odkazu span.more {
    border: 1px solid #bd3c1c !important;
    color: #bd3c1c !important;
}

div.dvojblok section div.vypis article.clanek:hover div.info h3 {
    text-decoration: underline;
}

div.dvojblok section div.vypis article.clanek:hover figure.obrazek img {
    transform: scale(1.05);
}

div.dvojblok section div.vypis article.clanek:hover div.info span.more {
    text-decoration: underline;
    /*
    border: 1px solid #bd3c1c !important;
    background: #bd3c1c !important;
    color: white !important;
*/
}


/* ------------------------ -POZADAVKY ------------------------------------------*/

.pozadavky_odkazy {
    margin: 10px 0 7px;
}

.pozadavek_status_6,
.pozadavek_status_7 {
    color: black !important;
    padding: 3px 8px;
    display: inline-block;
    /* border-radius: 7px; */
    font-weight: 500;
}

.pozadavek_status_6,
.filtr_status_6 a {
    background: #ff9900 !important;
    color: black !important;
}

.pozadavek_status_7,
.filtr_status_7 a {
    background: #8FC92B !important;
    color: black !important;
}

.pozadavky_odkazy a,
ul.stavy-navigace li a {
    display: inline-block;
    color: white !important;
    padding: 10px 13px;
    font-weight: bold;
    background: #707070;
    font-size: small;
    margin-right: 7px;
}

ul.stavy-navigace {
    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; */
    /* color: black !important; */
    /* padding: 5px 10px; */
    /* margin-left: 5px; */
    /* font-weight: bold; */
    /* background: #f9f9f9; */
    /* font-size: small; */
}

.paddinger h3 {
    font-size: 17px;
    color: #236bb3;
    margin-bottom: 10px;
    font-weight: 700;
}

.paddinger div#search {
    margin-bottom: 15px;
}

td.doklady_upozorneni,
tr.doklady_upozorneni td,
td.doklady_upozorneni * {
    color: red;
    font-weight: bold;
    background: #fff7f7;
}


/*---------------------------- -UREDNI DESKA a -PARAGRAF_106  -------------------------------*/

article.cely_clanek.clanek_uredni_deska_obal {
    max-width: unset;
    width: 80%;
}

div.clanek_uredni_deska {}

div.clanek_uredni_deska .uredni_deska {}

div.clanek_uredni_deska label {
    margin-left: 0;
}

div.clanek_uredni_deska .row,
div.clanek_paragraf_106 .row {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

div.clanek_uredni_deska .row .col,
div.clanek_paragraf_106 .row .col {
    margin-left: 0;
    width: 50%;
}

div.clanek_uredni_deska .row .col label,
div.clanek_paragraf_106 .row .col label {
    display: block;
    width: 100%;
    margin-left: 0;
}

div.clanek_uredni_deska .row .col input[type="text"],
div.clanek_uredni_deska .row .col select,
div.clanek_paragraf_106 .row .col input[type="text"],
div.clanek_paragraf_106 .row .col select {
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
}

div.clanek_uredni_deska .row span.heading_od_do,
div.clanek_paragraf_106 .row span.heading_od_do {
    margin: 0 10px 0 0;
    width: 100%;
}

div.clanek_uredni_deska .row_3,
div.clanek_paragraf_106 .row_2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

div.clanek_uredni_deska .row .col.oddne,
div.clanek_uredni_deska .row .col.dodne,
div.clanek_paragraf_106 .row .col.oddne,
div.clanek_paragraf_106 .row .col.dodne {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* max-width: 20%; */
    /* margin: 0 10px 0 0; */
    padding-right: 20px;
    box-sizing: border-box;
}

div.clanek_uredni_deska .row .col.oddne label,
div.clanek_uredni_deska .row .col.dodne label,
div.clanek_paragraf_106 .row .col.oddne label,
div.clanek_paragraf_106 .row .col.dodne label {
    display: inline-block;
    width: auto;
}

div.clanek_uredni_deska .row .col.oddne input[type="text"],
div.clanek_uredni_deska .row .col.dodne input[type="text"] {}

div.clanek_paragraf_106 .row .col.oddne input[type="text"],
div.clanek_paragraf_106 .row .col.dodne input[type="text"] {
    margin-right: 10px;
}

div.clanek_uredni_deska .row .col.oddne img,
div.clanek_uredni_deska .row .col.dodne img {}

div.clanek_uredni_deska .row.search {}

div.clanek_uredni_deska .row.search span.archiv {}

div.clanek_uredni_deska .row.search input[type="submit"] {
    padding: 5px 60px;
}

.oznameni_detail {
    border: 1px solid silver;
    margin-bottom: 18px;
}


/* ------------------------ -RADNICNI LISTY ------------------------------------------*/

.radnicni_listy_vypis {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-gap: 25px;
    box-sizing: border-box;
    padding: 30px 0;
}

.radnicni_listy_vypis a {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
    margin-bottom: 19px;
}

.radnicni_listy_vypis a:hover {
    transform: translate(0, -4px);
}

.radnicni_listy_vypis a img {
    width: 100%;
    height: auto;
    margin-bottom: 9px;
}

.radnicni_listy_vypis a span {
    font-weight: bold;
}


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

div.dbsubjektu {
    padding-top: 15px;
}


/* DODATKY  */

.kluziste_kamera {
    margin: 1em 0 2em;
}


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

@media screen and (max-width: 1330px) {
    div.zapati_obal {
        padding: 30px 15px 30px 15px;
        background: none;
    }
}

@media screen and (max-width: 1180px) {
    header {}
    header .header_obal {
        height: 133px;
        padding: 23px 15px 0 15px;
        z-index: 10;
        position: fixed;
        top: 0;
        transition: 1s;
    }
    header .header_obal:after {
        height: 6px;
        width: calc(100% - 115px);
    }
    header .header_obal a.logo {
        width: 250px;
        height: 90px;
    }
    header .header_obal a.logo figure {
        width: 90px;
        height: 80px;
        margin-right: 10px
    }
    header .header_obal a.logo figure img {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: contain;
        transform: translate(-0%, -0%);
    }
    header .header_obal a.logo h1 {
        font-size: 25px;
        padding-top: 10px;
    }
    header .header_obal a.logo span {
        font-size: 14px;
    }
    figure.slider {
        display: none;
    }
    header .header_obal .header_obsah .row {
        display: none;
    }
    header.portal_hlavicka div.header_obsah .row.nadpis {
        margin: 10px 0;
    }
    header.portal_hlavicka div.header_obsah .row h1 {
        font-size: 22px;
    }
    header.portal_hlavicka div.header_obsah {
        padding-top: 0;
    }
    header.portal_hlavicka .header_obal .header_obsah .row {
        display: flex;
    }
    header .header_obal .header_obsah .row span.infolinka {
        display: none;
    }
    header .header_obal .header_obsah a.btn {
        display: none;
    }
    header .header_obal .header_obsah .row.search {
        display: none;
        position: fixed;
        top: 113px;
        right: 0;
        width: 100%;
        height: 51px;
        margin: 0;
        padding: 10px 15px;
        box-sizing: border-box;
        z-index: 5;
        background: #226bb3;
    }
    .row.search a.search_btn {
        background: #e4f1ff;
        color: black;
    }
    header .header_obal .header_obsah .row.jazyky {
        display: none;
        position: fixed;
        top: 113px;
        right: 0;
        width: 50%;
        height: 44px;
        margin: 0;
        padding: 10px 15px;
        box-sizing: border-box;
        background: #ffffff;
    }
    header .header_obal .header_obsah .row.infoblok {
        display: none;
        position: fixed;
        top: 113px;
        left: 0;
        width: 50%;
        height: 44px;
        margin: 0;
        padding: 10px 15px;
        box-sizing: border-box;
        background: #ffffff;
    }
    header .header_obal .header_obsah .row div.jazyky {
        float: right;
    }
    header .header_obal .header_obsah .row span.socialni_site {
        float: right;
        margin-left: 3px;
    }
    .stranka_subakce,
    div.dbsubjektu {
        padding-top: 145px;
    }
    div.mobile_menu {
        display: block;
        position: absolute;
        right: 20px;
        top: 27px;
        width: 60px;
        height: 60px;
        background: url(/galerie/1422132.svg)center center no-repeat;
        background-size: contain;
    }
    .search_menu {
        display: block;
        position: absolute;
        right: 90px;
        top: 27px;
        width: 60px;
        height: 60px;
        border-radius: 10px;
        box-sizing: border-box;
        border: 2px solid #226bb3;
        background: url(/galerie/1424990.svg)center center no-repeat;
        background-size: 30px;
    }
    div.obal_navigace_velky {
        transform: translate(0, -100%);
        transition: .4s;
    }
    div.obal_navigace_velky {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 4;
        background: white;
    }
    nav.hlavni {
        box-sizing: border-box;
        padding-top: 158px;
    }
    nav.hlavni ul {
        flex-wrap: wrap;
    }
    nav.hlavni ul li.karta {
        width: 50%;
        height: 520px;
        padding-top: 30px;
    }
    nav.hlavni ul li ul.submenu li a {
        display: block;
        padding: 7px 0;
    }
    nav.hlavni ul li .odkaz_obal {
        display: none;
    }
    .top_clanky {
        flex-wrap: wrap;
    }
    .top_clanky a.clanek {
        width: 50%;
    }
    div.nadpis_bloku {
        padding-left: 0%;
    }
    div.odkazy_obsah {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    div.odkazy_obsah .cleaner {
        display: none;
    }
    div.odkazy_obsah .odkaz_obal {
        width: 220px;
        height: 220px;
        margin: 0;
    }
    .zapati {
        display: flex;
        flex-wrap: wrap;
    }
    section.zapati_blok1,
    section.zapati_blok2,
    section.zapati_blok3,
    section.zapati_blok4 {
        width: 50%;
        padding: 0 24px;
        margin: 0;
        margin-bottom: 15px;
    }
    .obal_navigace_velky.obal_top_menu {
        display: none !important;
    }
    article.cely_clanek,
    article.akce_vypis,
    article.akce_add,
    article.clanek_akce {
        width: 100%;
        float: none;
        padding-left: 0;
        max-width: 850px;
    }
    /* ------------------------ -MOBILE MENU CLANEK ------------------------------------------*/
    aside.leve_menu {
        /* display: none; */
        transform: translate(0, -100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 1;
        background: white;
    }
    aside.leve_menu .sloupec_navigace {
        overflow: scroll;
        box-sizing: border-box;
        padding-top: 180px;
        max-width: 590px;
    }
    h3.nadpis_oddilu {
        padding: 14px 76px 14px 26px;
    }
    aside.leve_menu .sloupec_navigace ul.navigace li a {
        padding: 17px 26px;
    }
    /* ------------------------ -MOBILE MENU akce ------------------------------------------*/
    aside.events_calendar_menu {
        /* display: none; */
        transform: translate(0, -100%);
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: scroll;
        z-index: 1;
        background: white;
    }
    aside.events_calendar_menu .menu_obsah {
        overflow: scroll;
        box-sizing: border-box;
        padding-top: 163px;
        max-width: 590px;
    }
    figure.slider_obal {
        position: relative;
        height: 320px;
        margin-top: 132px;
    }
    .titulka {
        padding-top: 90px;
    }
    header:before {
        display: none;
    }
    section.kalendar_akci {
        margin-bottom: 30px;
    }
    div.portal_body {
        padding-top: 135px;
    }
    header.portal_hlavicka .header_obal a.logo figure img {
        height: 70px;
    }
}

@media screen and (max-width: 1100px) {
    section.aktuality .aktuality_vypis_obal .aktuality_vypis {
        flex-wrap: wrap;
    }
    section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita {
        width: 49%;
        margin-bottom: 25px;
    }
    section.kalendar_akci .kalendar_vyber {
        display: none;
    }
    section.kalendar_akci .kalendar_vypis_obal {
        width: 100%;
        margin: 0;
    }
    .as4u_responzive_table {
        width: 100%;
        overflow: scroll;
    }
    .news_body .aktualita_obal {
        width: 100%;
    }
    .hledany_vyraz_text {
        float: none;
        width: 100%;
        text-align: center;
    }
    #as4u_form_search_detail input.textpole_vyhledavani {
        width: 50%;
        float: none;
    }
    .kde_hledat_text {
        float: none;
        width: 100%;
        text-align: center;
    }
    .kde_hledat_input {
        float: none;
        width: 100%;
    }
    .kde_hledat .hledat_od_do {
        width: 100%;
        float: none;
    }
    section.dlazdice_odkazy ul li {
        width: 49.2%;
    }
}

@media screen and (max-width: 920px) {
    div.nadpis_bloku div.row_kategorie {
        display: none;
    }
    div#vrstvy ul li {
        width: 264px;
    }
    div.dvojblok {
        flex-wrap: wrap;
    }
    div.dvojblok section {
        width: 100%;
    }
    div.clanek_uredni_deska .row,
    div.clanek_paragraf_106 .row {
        flex-wrap: wrap;
    }
    div.clanek_uredni_deska .row .col,
    div.clanek_paragraf_106 .row .col {
        margin-bottom: 10px;
        width: 100%;
    }
    div.clanek_uredni_deska .row.search input[type="submit"],
    div.clanek_paragraf_106 .row.search input[type="submit"] {
        margin-top: 15px;
    }
    div.clanek_uredni_deska .row .col label,
    div.clanek_paragraf_106 .row .col label {
        margin-right: 5px;
    }
    div.clanek_paragraf_106 table.paragraf_106 th,
    div.clanek_paragraf_106 table.paragraf_106 td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 760px) {
    nav.hlavni ul li.karta {
        width: 100%;
        height: 520px;
        padding-top: 30px;
    }
    section.aktuality .aktuality_vypis_obal a.sipka {
        display: none;
    }
    section.aktuality .aktuality_vypis_obal .aktuality_vypis {
        width: 95%;
    }
    .clanek_uredni_deska fieldset table td {
        display: table;
    }
    .clanek_uredni_deska .aplikace table {
        margin-left: auto !important;
    }
    #sbs_kalendare table.kalendar {
        display: block;
        width: 100%;
        float: none;
        padding: 7px;
    }
    div.prispevek_celek {
        width: 100%;
    }
    div.pozdadavekOznameniItem div.map_ozn_obr {
        width: 100%;
        margin-right: 0;
    }
    div.pozdadavekOznameniItem div.map_ozn_obr img {
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width: 700px) {
    div.nadpis_bloku {
        height: auto;
        margin-bottom: 25px;
        width: 95%;
    }
    div.nadpis_bloku .ikona {
        display: none;
    }
    div.nadpis_bloku div.row_top {
        flex-wrap: wrap;
        height: auto;
        justify-content: center;
    }
    div.nadpis_bloku div.row_top h2 {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0 !important;
    }
    div.nadpis_bloku div.row_top a {
        margin: 5px 0;
        margin-right: 20px;
        justify-content: center;
    }
    article.clanek_akce .obrazek {
        width: 100%;
        text-align: center;
    }
    article.clanek_akce .obrazek img {
        max-width: 270px;
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 660px) {
    section.zapati_blok1,
    section.zapati_blok2,
    section.zapati_blok3,
    section.zapati_blok4 {
        width: 100%;
    }
    article.akce_vypis section.akce_celek_obal {
        width: 100%;
        float: none;
    }
    .zobrazeni_situaci {
        width: 100%;
        text-align: center;
    }
    .zobrazeni_situaci a:first-of-type {
        margin-left: 0;
    }
    .zobrazeni_situaci a,
    .zpet_na_situace a {
        display: block;
        padding: 5px 10px;
        margin-bottom: 15px;
        border-radius: 5px;
        text-align: center;
    }
    .zpet_na_situace {
        float: left;
        width: 100%;
    }
    header .header_obal a.logo figure {
        display: none;
    }
    header .header_obal:after {
        width: calc(100% - 15px);
    }
    header .header_obal {
        height: 100px;
        padding: 0px 15px 0 15px;
    }
    .stranka_subakce {
        padding-top: 113px;
    }
    .search_menu {
        right: 72px;
        top: 10px;
        width: 50px;
        height: 50px;
        background-size: 27px;
    }
    div.mobile_menu {
        right: 10px;
        top: 10px;
        width: 50px;
        height: 50px;
    }
    header .header_obal .header_obsah .row.infoblok {
        top: 80px;
        width: 100%;
        height: 44px;
        text-align: right;
    }
    header .header_obal .header_obsah .row.jazyky {
        top: 114px;
        width: 100%;
        height: 44px;
    }
    header .header_obal .header_obsah .row.search {
        top: 73px;
    }
    .row.search input#find_in_redakce_mod {
        width: 65%;
    }
    .row.search a.search_btn {
        width: 35%;
    }
    header.portal_hlavicka div.header_obsah {
        padding-top: 6px;
    }
    header.portal_hlavicka div.header_obsah .row a {
        font-size: 15px;
    }
    header.portal_hlavicka div.header_obsah .row a .sipka {
        height: 14px;
        margin-left: 5px;
    }
    header.portal_hlavicka div.header_obsah .row.nadpis {
        margin: 3px 0;
    }
    header.portal_hlavicka div.header_obsah .row h1 {
        font-size: 18px;
    }
    header.portal_hlavicka .header_obal a.logo {
        width: auto;
        height: auto;
        margin-top: 10px;
    }
    section.dlazdice_odkazy ul li {
        width: 100%;
    }
    div.portal_body {
        padding-top: 103px;
    }
    .top_clanky a.clanek {
        width: 100%;
    }
    header.portal_hlavicka .header_obal a.logo figure {
        margin-left: 0;
        display: block;
    }
    header.portal_hlavicka .header_obal a.logo figure img {
        height: 50px;
    }
}

@media screen and (max-width: 550px) {
    section.aktuality .aktuality_vypis_obal .aktuality_vypis article.aktualita {
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-bottom: 25px;
    }
    .news_body .aktualita_obal {
        height: auto;
    }
    .news_body .aktualita_obal .aktualita img {
        float: none;
        margin-right: unset;
        margin-bottom: 15px;
    }
    figure.slider_obal {
        width: 100%;
    }
    figure .rollbox-obal {
        display: none;
    }
    figure.slider_obal .slider_row a.aktualita.prostredni {
        width: 100%;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    figure.slider_obal a.sipka.leva {
        bottom: unset;
        top: 180px;
        left: 0;
        transform: translate(0, 0);
        z-index: 4;
    }
    figure.slider_obal a.sipka.prava {
        bottom: unset;
        top: 180px;
        right: 0;
        transform: translate(0, 0);
        z-index: 4;
    }
    .titulka {
        padding-top: 50px;
        margin-top: 100px;
    }
    .hlavni_odkazy a.tlacitko_hlavni {
        display: block;
    }
    div.clanek_body div.clanek img {
        max-width: 100%;
        height: auto !important;
    }
    header.portal_hlavicka div.header_obsah .row.nadpis {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #bd3c1c;
        color: white;
        width: 100%;
        height: auto;
        z-index: 2;
        box-sizing: border-box;
        padding: 3px;
        margin: 0;
    }
    header.portal_hlavicka div.header_obsah .row.nadpis h1 {
        color: white;
    }
    header.portal_hlavicka div.header_obsah .row a {
        font-size: 15px;
        position: absolute;
        top: 10px;
        right: 8px;
        color: transparent;
        width: 50px;
        height: 50px;
        overflow: hidden;
        padding: 0;
        background: #236bb3 url(/galerie/1493599.svg)center center no-repeat;
        background-size: 60%;
    }
    header.portal_hlavicka div.header_obsah .row a img {
        display: none;
    }
    section.dlazdice_odkazy ul li a div.ikona {
        width: 15%;
    }
    section.dlazdice_odkazy ul li a div.popis_karty {
        width: 85%;
    }
    div.dvojblok section div.nadpis_sekce {
        padding-left: 3%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 500px) {
    div.dvojblok section div.vypis article.clanek a {
        flex-wrap: wrap;
    }
    div.dvojblok section div.vypis article.clanek figure.obrazek {
        margin: 0;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    div.dvojblok section div.vypis article.clanek div.info {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }
    div.dvojblok section {
        margin: 0;
        padding: 3% 0;
    }
}

@media screen and (max-width: 420px) {
    section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce span {
        position: relative;
        height: 100%;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }
    section.kalendar_akci .kalendar_vypis_obal .obal_akce a.akce h4 {
        margin-left: 0;
    }
    .akce_celek a.primarni_obrazek_vyhledavani {
        float: none;
    }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    nav.hlavni ul li div.nadpis_karty span {
        background-size: 51px auto !important;
    }
}

table.tabulka_odboru_edit tr td {
    box-sizing: border-box !important;
    padding: 5px 9px !important;
    border: 0px !important;
    border-bottom: 1px solid #236bb3 !important;
}

#player_prostejov iframe div.container div:first-of-type {
    display: none !importatnt;
}