@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
body {
  background-color: #e6e6e6;
  color: #000000;
  margin: 0px;
  padding: 0px;
  word-wrap: break-word !important;
  font-family: 'Open Sans', sans-serif;
}

nav {
  font-size: 22px;
  line-height: 20px;
  grid-area: nav;
}

#subsekceList li {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0px 5px 5px 0px;
  border: 1px solid white;
  vertical-align: middle;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: darkred;
  padding: 10px;
}

#subsekceList li a {
  color: white;
  text-decoration: none;
}

@media all and (min-width: 768px) {
  .grid-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1100px 1fr;
        grid-template-columns: 1fr 1100px 1fr;
    -ms-grid-rows: 248px 1fr 30px;
        grid-template-rows: 248px 1fr 30px;
        grid-template-areas: "sidepanel header rightside"
 "sidepanel main rightside"
 "sidepanel footer rightside";
  }
  .menu-containter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0.4fr 6fr auto;
        grid-template-columns: 0.4fr 6fr auto;
        grid-template-areas: "predmenu nav zamenu";
    background-color: darkred;
  }
  .predmenu {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: predmenu;
  }
  .zamenu {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: zamenu;
  }
  nav {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: nav;
  }
  nav a {
    border-right-width: 0.5px;
    border-color: aliceblue;
    border-right-style: solid;
    color: #fff;
  }
  nav p {
    text-align: center;
  }
  .obsah a {
    color: black;
  }
  article {
    /*font-weight: bold;*/
    display: block;
    min-width: 95%;
    /*height: 100px; */
    background: white;
    /* cursor: pointer;*/
    float: left;
    border: 5px solid #fff;
    text-align: left;
    text-transform: none;
    margin: 15px;
    --webkit-backface-visibility: hidden;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 0px 10px #fff, 1px 1px 3px 10px black;
            box-shadow: 0px 0px 0px 10px #fff, 1px 1px 3px 10px black;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: opacity 0.4s linear, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out;
  }
  article img.obr {
    margin: 5px;
    border: 1px solid black;
  }
  article img.obr_left {
    float: left;
    margin: 5px;
    border: 1px solid black;
  }
  article img.obr_right {
    float: right;
    margin: 5px;
    border: 1px solid black;
  }
  article .drobeckova_cesta {
    font-weight: bold;
    font-size: small;
    margin-bottom: 1rem;
  }
  article .drobeckova_cesta a {
    text-decoration: none;
    color: #000000;
  }
  article .left {
    display: inline-block;
    width: 300px;
    vertical-align: top;
    margin-right: 10px;
  }
  article .middle {
    display: inline-block;
    width: 420px;
    vertical-align: top;
    margin-right: 10px;
  }
  article .right {
    display: inline-block;
    width: 310px;
    vertical-align: top;
  }
  .sidepanel {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: sidepanel;
    float: left;
  }
  .rightside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: rightside;
  }
  .header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: header;
    max-height: 248px;
    z-index: 999;
  }
  .main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: main;
  }
  .certifikaty img {
    margin: 1em;
  }
  .certifikaty p {
    font-size: small;
    font-weight: bold;
  }
  .footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: footer;
    font-size: small;
    /* Clear floats after the columns */
  }
  .footer .column {
    float: left;
    width: 49%;
  }
  .footer .column :nth-of-type(1) {
    padding-left: 1em;
  }
  .footer .column:nth-of-type(2) {
    text-align: right;
    padding-right: 1em;
  }
  .footer row:nth-last-child() {
    text-align: right;
    padding-right: 1em;
  }
  .footer .row:after {
    content: "";
    display: table;
    clear: both;
  }
  .footer a {
    text-decoration: none;
  }
  nav li {
    text-align: center;
  }
  nav li li {
    text-align: left;
  }
  nav li li li:first-child {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .header {
    width: 100%;
  }
  .sidepanel {
    display: none;
  }
  .rightside {
    display: none;
  }
  .imgtitle {
    grid-area: header;
    display: block;
    margin: auto;
    height: 125px;
    width: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../images/resp_title01.jpg");
  }
  article {
    display: inline-block;
    background: white;
    padding: 3px;
    text-align: justify;
    width: 98%;
  }
  article img.obr {
    margin: 5px;
    border: 1px solid black;
  }
  article img.obr_left {
    float: left;
    margin: 5px;
    border: 1px solid black;
  }
  article img.obr_right {
    float: right;
    margin: 5px;
    border: 1px solid black;
  }
  article #titulka img {
    max-width: 80%;
  }
  article .left {
    display: none;
  }
  article p {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    font-size: small;
  }
  article .balast {
    display: none;
  }
}

h1 {
  font-size: 1.8em;
}

.menu_vert {
  line-height: 150%;
  text-decoration: none;
}

.menu_vert ul {
  list-style-type: none;
  margin-left: 0em;
  padding: 0px;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.menu_vert ul li {
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: 3px 8px;
  background-image: url(../styles/images/kul.gif);
  /* background-color: #F3DEB8; */
  padding-bottom: 2px;
  padding-top: 2px;
  width: 100%;
  height: auto;
}

@media all and (min-width: 768px) {
  .imgtitle {
    display: block;
    margin: auto;
    height: 200px;
    width: auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("../images/title7d.jpg");
  }
  ul li {
    top: -12px;
  }
  .menu > li:first-child {
    border-left-width: 0.5px;
    border-color: aliceblue;
    border-left-style: solid;
  }
}

.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav {
  margin: 0;
  padding: 0;
  background-color: darkred;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav a {
  display: block;
  padding: 10px 14px;
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  min-width: 150px;
  margin: 0px;
  float: left;
  background-color: darkred;
}

nav ul li ul li a {
  font-size: 0.7em;
  padding: 0.5em;
  font-family: Arial, Helvetica, sans-serif;
}

nav ul li ul li:hover {
  background: #000000;
}

nav a:hover {
  background-color: #000000;
}

nav ul ul {
  display: none;
  position: absolute;
  /* has to be the same number as the "line-height" of "nav a" */
  top: 52px;
}

nav ul li:hover > ul {
  display: inherit;
}

nav ul ul li {
  width: 300px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -120px;
  /* has to be the same number as the "width" of "nav ul ul li" */
  left: 300px;
}

nav li > a:after {
  content: ' ▾';
}

nav li > a:only-child:after {
  content: '';
}

li li > a:after {
  content: ' ▸';
}

li li > a:only-child:after {
  content: '';
}

@media all and (max-width: 768px) {
  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }
  nav {
    margin: 0;
  }
  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }
  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    background-color: darkred;
    padding: 5px 10px;
    color: #FFF;
    font-size: 17px;
    text-decoration: none;
    border: none;
  }
  .toggle:hover {
    background-color: #000000;
  }
  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }
  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
  }
  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 10px;
  }
  nav ul ul ul a {
    padding: 0 80px;
  }
  nav a:hover {
    background-color: #000000;
  }
  nav ul ul ul a {
    background-color: #6B0000;
  }
  nav ul li ul li .toggle {
    padding: 10px 10px;
    color: #FFF;
    font-size: 17px;
  }
  nav ul ul a,
  nav ul ul ul a {
    padding: 10px 10px;
    color: #FFF;
    font-size: 17px;
  }
  nav ul li ul li .toggle {
    background-color: #5B0000;
  }
  nav ul ul {
    float: none;
    position: static;
    color: #ffffff;
  }
  nav ul ul a {
    background-color: #512121;
  }
  nav ul ul li:hover > ul {
    display: none;
  }
  nav ul li:hover > ul {
    display: none;
  }
  nav ul ul li {
    display: block;
    width: 100%;
  }
  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */
  }
}

@media all and (max-width: 330px) {
  nav ul li {
    display: block;
    width: 94%;
    background-color: darkred;
  }
}

/* ================ <TITULKA> ================== */
h2.nadpis_boxu {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 10px;
  padding: 20px;
  text-align: center;
  background-color: #5C5852;
  color: #fff;
  font-size: .8em;
  padding: 2px;
}

.boxPartneri a {
  width: 25%;
  font-size: .6em;
  color: black;
  text-decoration: none;
  text-align: center;
}

.boxPartneri a img {
  max-width: 80px;
  padding: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.boxPartneri a span {
  color: #555;
  text-align: center;
  font-size: 100%;
  text-decoration: none;
  text-transform: none;
}

@media (min-width: 768px) {
  .urednideska .divTable {
    display: table;
  }
  .urednideska .docs {
    font-size: 1.3em;
    font-weight: bolder;
    padding: 0.2em;
  }
  .urednideska .divTR {
    display: table-row;
  }
  .urednideska a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }
  .urednideska a:hover {
    font-weight: bolder;
  }
  .urednideska .divTableHeading {
    font-weight: bolder;
    display: table-header-group;
  }
  .urednideska .divTD,
  .urednideska .divTH {
    display: table-cell;
    height: 2em;
    vertical-align: middle;
    padding: 0.2em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .urednideska .divTD:first-of-type {
    width: 1%;
  }
  .urednideska .divTD:nth-child(2) {
    width: 79%;
  }
  .urednideska .divTD:nth-child(3) {
    width: 10%;
  }
  .urednideska .divTD:nth-child(4) {
    width: 10%;
  }
  .urednideska .velikost {
    padding-left: 50px;
  }
  .urednideska .datum {
    padding-left: 50px;
  }
  .urednideska .divTableFoot {
    display: table-footer-group;
  }
  .urednideska .divTableBody {
    display: table-row-group;
  }
  .urednideska .divTableBody .divTR:nth-child(even) {
    background-color: #efefef;
  }
  .urednideska .divTableBody .divTR:nth-child(odd) {
    background-color: #cccccc;
  }
}

@media (max-width: 768px) {
  .urednideska .divTable h2 {
    font-size: small;
  }
  .urednideska .docs {
    font-size: 1.3em;
    font-weight: bolder;
    padding: 0.2em;
  }
  .urednideska .divTR {
    display: table-row;
  }
  .urednideska a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    font-size: small;
  }
  .urednideska .ikonka_prilohy {
    width: 20px;
    height: auto;
  }
  .urednideska a:hover {
    font-weight: bolder;
  }
  .urednideska .divTableHeading {
    font-weight: bolder;
    display: table-header-group;
    width: auto;
  }
  .urednideska .divTableHeading h2 {
    font-size: small;
    width: auto;
  }
  .urednideska .divTD, .urednideska .divTH {
    display: table-cell;
    vertical-align: middle;
  }
  .urednideska .divTD:first-of-type {
    clear: both;
    width: 1%;
  }
  .urednideska .divTD:nth-child(2) {
    width: 98%;
    padding: 0.5em;
  }
  .urednideska .divTD:nth-child(3) {
    padding-top: 0.5em;
    clear: both;
    float: left;
    font-size: xx-small;
  }
  .urednideska .divTD:nth-child(4) {
    padding-top: 0.5em;
    clear: both;
    float: left;
    font-size: xx-small;
  }
  .urednideska .velikost {
    padding-left: 50px;
  }
  .urednideska .datum {
    padding-left: 50px;
  }
  .urednideska .divTableFoot {
    display: table-footer-group;
  }
  .urednideska .divTableBody {
    display: table-row-group;
  }
  .urednideska .divTableBody .divTR:nth-child(even) {
    background-color: #efefef;
  }
  .urednideska .divTableBody .divTR:nth-child(odd) {
    background-color: #cccccc;
  }
}

@media (min-width: 768px) {
  .prilohy .divTable {
    display: table;
  }
  .prilohy .docs {
    font-size: 1.3em;
    font-weight: bolder;
    padding: 0.2em;
  }
  .prilohy .divTR {
    display: table-row;
  }
  .prilohy a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
  }
  .prilohy a:hover {
    font-weight: bolder;
  }
  .prilohy .divTableHeading {
    font-weight: bolder;
    display: table-header-group;
  }
  .prilohy .divTD,
  .prilohy .divTH {
    display: table-cell;
    height: 2em;
    vertical-align: middle;
    padding: 0.2em;
  }
  .prilohy .velikost {
    padding-left: 50px;
  }
  .prilohy .datum {
    padding-left: 50px;
  }
  .prilohy .divTableFoot {
    display: table-footer-group;
  }
  .prilohy .divTableBody {
    display: table-row-group;
  }
  .prilohy .divTableBody .divTR:nth-child(even) {
    background-color: #efefef;
  }
  .prilohy .divTableBody .divTR:nth-child(odd) {
    background-color: #cccccc;
  }
}

@media (max-width: 768px) {
  .prilohy .docs {
    font-size: 1.3em;
    font-weight: bolder;
    padding: 0.2em;
  }
  .prilohy .divTable {
    display: table;
  }
  .prilohy a {
    text-decoration: none;
    color: black;
    display: block;
    width: 100%;
    padding-top: 0.5em;
  }
  .prilohy a:hover {
    font-weight: bolder;
  }
  .prilohy .divTableHeading {
    display: none;
  }
  .prilohy .divTableHeading after {
    content: 'whatever it is you want to add';
  }
  .prilohy .divTD,
  .prilohy .divTH {
    display: table-cell;
    vertical-align: middle;
    padding: 0.2em;
  }
  .prilohy .filename {
    padding: 5em;
    display: table-row;
    font-weight: bold;
    height: 2em;
  }
  .prilohy .velikost {
    padding-left: 50px;
    padding-bottom: 0.5em;
  }
  .prilohy .datum {
    padding-left: 50px;
    padding-bottom: 0.5em;
  }
  .prilohy .divTableFoot {
    display: table-footer-group;
  }
  .prilohy .divTableBody {
    display: table-row-group;
  }
  .prilohy .divTableBody .divTR:nth-child(odd) {
    background-color: #cccccc;
  }
  .prilohy .divTableBody .divTR:nth-child(even) {
    background-color: #efefef;
  }
}

#aktuality .aktualita {
  padding: 5px;
  line-height: 150%;
}

#aktuality .aktualita a {
  text-decoration: none;
  color: black;
}

#aktuality .aktualita a:hover {
  text-decoration: underline;
}

#aktuality .aktualita h4 {
  text-align: left;
  font-weight: bold;
  margin: 0;
  font-size: 0.9em;
}

#aktuality .aktualita h4 a {
  color: black;
}

#aktuality .aktualita h4 a:hover {
  color: #AE0000;
  text-decoration: underline;
}

#aktuality .aktualita p {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  font-size: .9em;
  line-height: 150%;
}

#aktuality .aktualita img.obr {
  margin-top: 5px;
  border: 1px solid black;
}

#aktuality .aktualita .obr_akt {
  text-align: center;
}

#aktuality .aktualita .datum_akt {
  color: #666666;
  font-size: .7em;
  font-weight: normal;
}

#aktuality .aktualita .priloha {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
}

#dokumenty .priloha {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: small;
}

#dokumenty .priloha a {
  text-decoration: none;
  color: black;
}

#dokumenty .priloha a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}

.dotace th, .dotace td {
  padding: 2rem;
}

.dotace th {
  text-align: center;
}

@media (max-width: 768px) {
  .grid-container4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 10px;
  }
  .grid-container3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .grid-container4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto auto;
        grid-template-columns: auto auto auto auto;
    padding: 10px;
  }
  .grid-container3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
    padding: 10px;
  }
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border: 0px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 130px;
  height: 200px;
  margin: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.grid-item div {
  padding: 5px;
  font-size: 1em;
  text-align: center;
  display: inline-block;
}

/* ==================== PLACENÁ INZERCE ========================= */
.placinz {
  background-color: white;
  margin: 0 20px 0 20px;
  padding: 3px;
  margin: 0px;
  margin-bottom: 25px;
  width: 500px;
  max-width: 97%;
  /* height: 300p; */
  border-radius: 5px;
  border: 1px solid #333;
}

.placinz ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0.5em;
  -webkit-margin-after: 0.5em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 20px;
}

.placinz .placinz_popis {
  font-size: 1.2em;
  margin: 3px;
  background-color: white;
}

.placinz .placinz_kontakty {
  background-color: lightgray;
  padding: 2px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.placinz .placinz_header {
  text-align: center;
  background-color: darkgray;
  color: black;
  margin: 1px;
  padding: 1px 0 10px 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.placinz .placinz_header a {
  color: darkblue;
  text-decoration: none;
  font-size: 1.3em;
  display: block;
  background-color: white;
  margin: 5px 20px 5px 20px;
  border-radius: 5px;
}

.placinz .placinz_header .placinz_header_nazev {
  font-weight: bold;
  font-size: 1.5em;
  margin: 5px;
}

.tabulka_ubytovani a {
  color: #000000;
}

.tabulka_ubytovani .nadpis_obec {
  padding: auto;
}

.tabulka_ubytovani .table_obec {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* ===================== ukrajinci ========================*/
.nadp_ukr {
  padding-top: 2rem;
  font-weight: bold;
  font-size: larger;
}

.nadp_cz {
  font-style: italic;
}

.thumb_ukr img {
  margin-top: 1rem;
  height: 400px;
  border: 1px solid black;
  padding: 10px;
}

li {
  margin-top: 1em;
}
/*# sourceMappingURL=mobile.css.map */