@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fa-regular-400.eot);
  src: url(/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/fa-regular-400.woff2) format("woff2"); }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fa-solid-900.eot);
  src: url(/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/fa-solid-900.woff2) format("woff2"); }

html, body, div#all {
  min-height: 100vh; }

html, body, div, ul, ol {
  margin: 0px;
  padding: 0px; }

table {
  margin: auto; }

body {
  font-family: Arial,Helvetica,sans-serif;
  color: #474747;
  text-align: center;
  background-color: #fff;
  font-size: 1.1em; }

p {
  text-align: justify; }

a {
  color: #5395cf; }

h1, h2, h3 {
  color: #102647;
  text-transform: uppercase; }

h1 {
  margin-top: 0px; }

a {
  text-decoration: none; }

a:hover {
  color: #102647; }

.maxw {
  max-width: 1000px;
  margin: auto; }

.p20 {
  padding: 20px;
  padding-top: 50px; }

div#all {
  margin: auto;
  display: flex;
  flex-direction: column; }

header, footer {
  flex-basis: auto; }

main {
  flex-grow: 1;
  text-align: left; }

main ul, main ol {
  margin-left: 40px;
  padding-bottom: 20px; }

header {
  position: relative;
  background-color: #102647;
  text-align: left;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 200; }
  header div#mainlogo {
    vertical-align: middle;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 7px;
    transition: 0.5s;
    line-height: 0px;
    height: 99px; }
    header div#mainlogo img {
      max-height: 100%; }
  header div#head1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    header div#head1 nav#mainmenu {
      display: inline-block;
      text-align: right; }
      header div#head1 nav#mainmenu ul {
        list-style-type: none;
        margin-right: 50px; }
        header div#head1 nav#mainmenu ul li {
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase;
          padding: 10px; }
          header div#head1 nav#mainmenu ul li a {
            color: #fff; }
          header div#head1 nav#mainmenu ul li a:hover {
            color: #5395cf; }
        header div#head1 nav#mainmenu ul li.active a {
          color: #5395cf; }
  header input#menuCheck {
    display: none; }
  header #menuButton {
    display: none;
    width: 2em;
    height: 2em;
    margin: auto;
    margin-right: 0.5em;
    background-size: 100%;
    color: #fff;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 120 80" width="40" height="40" version="1.0" xmlns="http://www.w3.org/2000/svg"><rect x="15" width="90" height="15" rx="10" fill="white"></rect><rect x="15" y="30" width="90" height="15" rx="10" fill="white"></rect><rect x="15" y="60" width="90" height="15" rx="10" fill="white"></rect></svg>'); }

footer {
  color: #fff;
  background-color: #102647; }
  footer h1, footer h2, footer h3 {
    color: #fff;
    text-transform: uppercase; }
  footer a:hover {
    color: #5395cf; }
  footer #foot1 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; }
  footer #foot1 > div {
    min-width: 300px;
    display: inline-block;
    text-align: left;
    vertical-align: top; }
  footer ul {
    list-style-type: none; }
    footer ul li {
      padding-left: 2px;
      margin-left: 5px;
      margin-bottom: 10px; }
  footer ul#footContact li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 10px; }
  footer ul#footContact li:nth-child(1)::before {
    font-weight: 900;
    content: "\f095"; }
  footer ul#footContact li:nth-child(2)::before {
    content: "\f279"; }
  footer ul#footContact li:nth-child(3)::before {
    content: "\f0e0"; }
  footer #foot2 {
    background-color: #060b2d;
    padding: 15px; }

main #coverImgBg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 0px; }
  main #coverImgBg #coverImg {
    background-color: #151c2775;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center; }
  main #coverImgBg span {
    font-size: 3.5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    filter: drop-shadow(1px 1px 5px black); }

#article #articleInner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  #article #articleInner #info {
    flex-grow: 1; }

.item {
  display: inline-block;
  padding: 0px;
  margin: 3px; }

#dir {
  text-align: center;
  max-width: 530px; }
  #dir .item {
    border: 1px solid #102647;
    line-height: 0px; }

#list {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center; }
  #list .item {
    width: 450px;
    max-width: calc(100% - 20px);
    background-color: #f2f2f2;
    margin: 10px;
    padding-bottom: 20px;
    vertical-align: top; }
    #list .item img {
      max-width: 100%; }
    #list .item div.meta {
      padding-bottom: 20px; }
    #list .item h3 {
      padding: 3px;
      padding-top: 10px;
      margin: 0px; }
      #list .item h3 a {
        color: #102647; }

#prevnext {
  padding-bottom: 50px;
  font-size: 1.2em;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap; }
  #prevnext a {
    padding: 5px;
    padding-top: 20px;
    flex-grow: 1; }
  #prevnext a:nth-child(2) {
    text-align: right; }

.meta span:first-child::after {
  content: "|"; }

.meta span a::after {
  content: ","; }

.meta span a:last-child::after {
  content: ""; }

ul#kategorie {
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px; }
  ul#kategorie li {
    display: inline-block;
    text-transform: capitalize;
    padding: 10px;
    margin: 5px;
    background-color: #f2f2f2; }
    ul#kategorie li a {
      color: #102647; }
  ul#kategorie li.active {
    background-color: #102647; }
    ul#kategorie li.active a {
      color: #fff; }

#zajimavosti {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  font-size: 1.1em;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  #zajimavosti span {
    display: block;
    margin-bottom: 10px; }
  #zajimavosti > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    #zajimavosti > div div.zajimavost {
      width: 200px;
      min-height: 100px; }
      #zajimavosti > div div.zajimavost span:first-child {
        color: #102647;
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: bold; }
    #zajimavosti > div div.number span:first-child {
      font-size: 2em;
      color: black; }
    #zajimavosti > div div.number::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #5395cf;
      font-size: 50px;
      line-height: 1.5; }
    #zajimavosti > div div.number:first-child::before {
      content: "\f587"; }
    #zajimavosti > div div.number:last-child::before {
      content: "\f080"; }

#ofirme {
  text-align: center;
  padding-top: 50px; }
  #ofirme #otymu {
    background-color: #f2f2f2;
    padding-top: 30px; }
    #ofirme #otymu p {
      padding-left: 20px;
      padding-right: 20px; }

div.itemsGrid, div.kontakt, div.uvodRef {
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: auto;
  text-align: left; }

div.itemsGrid {
  margin-top: 30px;
  width: 100%;
  max-width: 3000px;
  background-color: #fff;
  height: auto !important; }

div.itemsGrid div.item, div.kontakt div.item, div.uvodRef div.item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px; }
  div.itemsGrid div.item div.image, div.kontakt div.item div.image, div.uvodRef div.item div.image {
    width: 50%;
    line-height: 0px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    div.itemsGrid div.item div.image img, div.kontakt div.item div.image img, div.uvodRef div.item div.image img {
      width: 100%;
      transition: transform .3s; }
  div.itemsGrid div.item div.image::after, div.kontakt div.item div.image::after, div.uvodRef div.item div.image::after {
    position: absolute;
    z-index: 100;
    content: ' ';
    width: 40px;
    height: 40px;
    right: -20px;
    margin-top: -20px;
    top: 25%;
    background-color: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  div.itemsGrid div.item div.info, div.kontakt div.item div.info, div.uvodRef div.item div.info {
    width: 50%;
    padding-top: 20px;
    z-index: 101; }
    div.itemsGrid div.item div.info h3, div.kontakt div.item div.info h3, div.uvodRef div.item div.info h3 {
      font-size: 1.5em;
      width: min-content;
      margin-bottom: 0px;
      margin-top: 0px;
      padding-bottom: 20px; }
    div.itemsGrid div.item div.info span, div.kontakt div.item div.info span, div.uvodRef div.item div.info span {
      display: block;
      padding-right: 10px;
      padding-left: 10px;
      min-height: 2em;
      overflow-wrap: break-word; }
    div.itemsGrid div.item div.info span.fce, div.kontakt div.item div.info span.fce, div.uvodRef div.item div.info span.fce {
      margin-bottom: 20px; }
    div.itemsGrid div.item div.info span:first-child, div.kontakt div.item div.info span:first-child, div.uvodRef div.item div.info span:first-child {
      font-size: 1.3em; }

div.itemsGrid div.item:hover img, div.kontakt div.item:hover img, div.uvodRef div.item:hover img {
  transform: scale(1.1); }

div.kontakt {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  margin-bottom: 50px;
  background-color: #f2f2f2; }
  div.kontakt div.item div.image::after {
    background-color: #f2f2f2; }
  div.kontakt div.item div.info {
    min-width: 255px; }
    div.kontakt div.item div.info span {
      min-height: auto; }

@media (min-width: 2201px) {
  div.itemsGrid {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5; } }

@media (max-width: 2200px) and (min-width: 1401px) {
  div.itemsGrid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }
    div.itemsGrid div.item:nth-child(2n) {
      flex-direction: row-reverse !important; }
      div.itemsGrid div.item:nth-child(2n) div.image::after {
        left: -20px; }
      div.itemsGrid div.item:nth-child(2n) div.info {
        text-align: right; }
        div.itemsGrid div.item:nth-child(2n) div.info h3 {
          margin: auto;
          margin-right: 0px; } }

@media (max-width: 1400px) and (min-width: 901px) {
  div.itemsGrid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    div.itemsGrid div.item:nth-child(2), div.itemsGrid div.item:nth-child(5) {
      flex-direction: row-reverse !important; }
      div.itemsGrid div.item:nth-child(2) div.image::after, div.itemsGrid div.item:nth-child(5) div.image::after {
        left: -20px; }
      div.itemsGrid div.item:nth-child(2) div.info, div.itemsGrid div.item:nth-child(5) div.info {
        text-align: right; }
        div.itemsGrid div.item:nth-child(2) div.info h3, div.itemsGrid div.item:nth-child(5) div.info h3 {
          margin: auto;
          margin-right: 0px; } }

@media (max-width: 900px) {
  div.itemsGrid, div.kontakt {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }
    div.itemsGrid div.item:nth-child(2n), div.kontakt div.item:nth-child(2n) {
      flex-direction: row-reverse !important; }
      div.itemsGrid div.item:nth-child(2n) div.image::after, div.kontakt div.item:nth-child(2n) div.image::after {
        left: -20px; }
      div.itemsGrid div.item:nth-child(2n) div.info, div.kontakt div.item:nth-child(2n) div.info {
        text-align: right; }
        div.itemsGrid div.item:nth-child(2n) div.info h3, div.kontakt div.item:nth-child(2n) div.info h3 {
          margin: auto;
          margin-right: 0px; } }

div.uvodRef {
  column-count: 1;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  margin-bottom: 50px;
  background-color: #f2f2f2; }
  div.uvodRef div.item div.info span {
    margin-right: 20px;
    margin-left: 20px; }
  div.uvodRef div.item div.info a h3 {
    font-size: 1.1em;
    padding-bottom: 10px;
    width: auto; }
    div.uvodRef div.item div.info a h3 span {
      min-height: unset; }
  div.uvodRef div.item div.image::after {
    background-color: #f2f2f2;
    top: 50%; }
  div.uvodRef div.item:nth-child(2n) {
    flex-direction: row-reverse !important; }
    div.uvodRef div.item:nth-child(2n) div.image::after {
      left: -20px; }
    div.uvodRef div.item:nth-child(2n) div.info {
      text-align: right; }
      div.uvodRef div.item:nth-child(2n) div.info h3 {
        margin-left: auto;
        margin-right: 0px; }

@media (max-width: 768px) {
  header {
    position: unset; }
    header div#head1 #mainlogo {
      height: 50px !important; }
    header div#head1 nav#mainmenu ul {
      margin-right: 7px; }
  div.uvodRef div.item div.info a h3 {
    margin-top: 0px; }
    div.uvodRef div.item div.info a h3 span:first-child {
      font-size: 1em; } }

@media (max-width: 450px) {
  header div#head1 nav#mainmenu ul {
    display: none; }
  header div#head1 nav#mainmenu input#menuCheck:checked + ul {
    display: grid;
    position: absolute;
    width: 100%;
    margin: 0px;
    top: 64px;
    left: 0px;
    right: 0px;
    z-index: 400;
    background-color: #060b2d; }
    header div#head1 nav#mainmenu input#menuCheck:checked + ul li {
      padding-right: 20px; }
  header div#head1 nav#mainmenu #menuButton {
    display: block; }
  main #coverImgBg #coverImg span {
    display: none; }
  main div.kontakt div.item, main div.itemsGrid div.item, main div.uvodRef div.item {
    align-items: start;
    flex-wrap: wrap; }
    main div.kontakt div.item div.image, main div.itemsGrid div.item div.image, main div.uvodRef div.item div.image {
      width: 100%; }
    main div.kontakt div.item div.image::after, main div.itemsGrid div.item div.image::after, main div.uvodRef div.item div.image::after {
      display: none; }
    main div.kontakt div.item div.info, main div.itemsGrid div.item div.info, main div.uvodRef div.item div.info {
      width: 100%;
      padding-bottom: 20px; }
      main div.kontakt div.item div.info h3, main div.itemsGrid div.item div.info h3, main div.uvodRef div.item div.info h3 {
        font-size: 1em;
        padding: 0px; }
      main div.kontakt div.item div.info span, main div.itemsGrid div.item div.info span, main div.uvodRef div.item div.info span {
        min-height: auto;
        margin: 0px !important; } }
