@charset "UTF-8";
/*!
 * Ing. Vladimír  Kapic Copyright (c)2017 -  2021.
 * Tento software je určen pouze pro interní využití autorem a pro potřeby tvorby software pro zákazníky autora. V případě jiného užití je potřeba uzavřít s autorem smlouvu o užití díla.
 */
html {
  font-size: 9px;
}

@media (max-width: 575.98px) {
  html {
    font-size: 9px;
  }
  html body section#content .col-2.profilovka p img {
    height: 15rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 10px;
  }
  html body section#content .col-2.profilovka p img {
    height: 17rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 13px;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
body header {
  margin: 0.3rem 0;
  padding: 0;
}
body header h1 {
  display: none;
}
body header h2 {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
}
body header a.headerlogo {
  padding: 0;
  horiz-align: center;
}
body header a.headerlogo img {
  padding: 0;
  margin: 0;
  height: 4rem;
}
body header .right-button {
  text-align: right;
  padding-left: 0 !important;
}
body header .right-button img {
  height: 2rem;
}
body nav.navbar {
  border-bottom: 0.1rem solid #ED0002;
  margin: 0;
  padding: 0 0 0 2rem;
}
body nav.navbar li {
  background-color: #EEE;
  margin: 0;
  color: #ED0002;
  font-size: 0.9rem;
  border-right: 0.2rem solid #EEE;
  border-left: 0.2rem solid #FFF;
  -webkit-border-top-left-radius: 0.7rem;
  -moz-border-top-left-radius: 0.7rem;
  border-top-left-radius: 0.7rem;
}
body nav.navbar li.active,
body nav.navbar li.active > a {
  color: #FFF;
  background-color: #ED0002;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-image: none;
}
body nav.navbar button.navbar-toggler {
  border-color: #ED0002;
  border-width: 0.2rem;
  margin-bottom: 1rem;
}
body .navbar-light .navbar-nav .nav-link {
  color: #ED0002;
  text-decoration: underline;
}
body .navbar-light .navbar-nav .active > .nav-link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  body .navbar-light .navbar-nav .nav-link {
    font-size: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body .navbar-light .navbar-nav .active > .nav-link {
    font-size: 1.4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .navbar-light .navbar-nav .nav-link {
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  body .navbar-light .navbar-nav .active > .nav-link {
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body .navbar-light .navbar-nav .nav-link {
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  body .navbar-light .navbar-nav .active > .nav-link {
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
body section#content .col-2.kontakty {
  padding: 2rem;
  min-width: 15rem;
}
body section#content .col-2.kontakty #aktuality {
  padding-top: 2rem;
}
body section#content .col-2.kontakty #aktuality ul {
  list-style: none;
  padding-left: 0;
}
body section#content .col-2.kontakty #aktuality ul li {
  margin-bottom: 0.5rem;
  border-bottom: 0.2rem solid #000;
}
body section#content .col-2.profilovka {
  padding: 2rem;
}
body section#content .col-2.profilovka p {
  text-align: center;
}
body section#content .col-2.profilovka p img {
  height: 30rem;
}
body section#content .col-6, body section#content .col-8 {
  padding: 2rem;
}
body section#content .col-6 a, body section#content .col-8 a {
  color: #ED0002;
  text-decoration: underline;
}
body section#content .col-6 a:hover, body section#content .col-8 a:hover {
  color: #a90205;
}
body section#content .col-6 article, body section#content .col-8 article {
  float: left;
  clear: left;
}
body section#content .col-6 article h4, body section#content .col-8 article h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ED0002;
  text-align: left;
  padding: 0.5rem 0 0.5rem 0;
  margin: 0;
}
body section#content .col-6 article p, body section#content .col-8 article p {
  margin: 0 1rem;
}
body section#content .col-6 article label, body section#content .col-8 article label {
  width: 5rem;
}
body section#content .col-6 article table, body section#content .col-8 article table {
  margin-bottom: 10px;
  width: 100%;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
body section#content .col-6 h1, body section#content .col-8 h1 {
  font-size: 1.5rem;
  font-weight: bold;
}
body section#content .col-6 h2, body section#content .col-8 h2 {
  color: #ED0002;
  padding: 0.3rem 0 0.1rem 1rem;
  margin: 0;
  font-size: 1.1rem;
  font-weight: bold;
}
body section#content .col-6 h3, body section#content .col-8 h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ED0002;
  margin: 0.5rem 0 0 0;
  text-align: left;
}
body section#content .col-6 ul, body section#content .col-8 ul {
  list-style-image: url(sipkam.gif);
  padding: 0.2rem 0.2rem 1rem 2.5rem;
  margin: 0;
}
body section#content .col-6 lh, body section#content .col-8 lh {
  font-weight: bold;
  padding-top: 10px;
}
body section#content .col-6 hr, body section#content .col-8 hr {
  border-color: #ED0002;
  width: 100%;
}
body section#content .col-6 p, body section#content .col-8 p {
  padding: 4px 0 0px 5px;
  margin: 0;
}
body section#content .col-6 em, body section#content .col-8 em {
  color: red;
  text-decoration: overline;
}
body section#content .col-6 cite, body section#content .col-8 cite {
  font-size: 95%;
  font-weight: bold;
}
body section#content .col-6 caption, body section#content .col-8 caption {
  font-weight: bold;
  background-color: #ccc;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
body section#content .col-6 thead, body section#content .col-6 th, body section#content .col-8 thead, body section#content .col-8 th {
  border: 2px solid #ED0002;
}
body section#content .col-6 tbody, body section#content .col-6 td, body section#content .col-8 tbody, body section#content .col-8 td {
  border: 2px solid #555555;
}
body section#content .col-6 tfoot, body section#content .col-8 tfoot {
  background-color: #ccc;
}
body section#content .col-6 th, body section#content .col-6 td, body section#content .col-6 caption, body section#content .col-8 th, body section#content .col-8 td, body section#content .col-8 caption {
  padding: 3px 5px;
}
body section#content .col-6 td.cena, body section#content .col-8 td.cena {
  width: 100px;
}
body footer {
  width: 100%;
  border-top: 1px solid #ED0002;
  margin-top: 10px;
  clear: both;
  text-align: center;
}
body footer p, body footer a, body footer nav {
  padding: 0.2rem 0rem;
  font-size: 1rem;
  text-align: center;
}
body footer p {
  margin: 0;
}
body footer a {
  text-decoration: none;
  color: #999;
  padding: 1rem 0.2rem;
}
body footer nav#spodnimenu .menu-pata-menu-container ul {
  margin: 0;
  border: 0;
  display: inline-table;
}
body footer nav#spodnimenu ul, body footer nav#spodnimenu ul li {
  padding: 0;
  margin: 0;
}
body footer nav#spodnimenu ul li {
  display: block;
  float: left;
}
body footer nav#spodnimenu ul li a {
  padding: 5px;
  margin: 0;
}
body .rightalign {
  text-align: right;
}
body .form-row {
  margin-top: 0.2rem;
}

/*# sourceMappingURL=style.css.map */
