<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OUT */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap");
@font-face {
  font-family: "Noto Sans Cond";
  src: url("/fonts/noto-sans-condensed/NotoSans-CondensedItalic.woff2") format("woff2"), url("/fonts/noto-sans-condensed/NotoSans-CondensedItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Cond";
  src: url("/fonts/noto-sans-condensed/NotoSans-CondensedBold.woff2") format("woff2"), url("/fonts/noto-sans-condensed/NotoSans-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Cond";
  src: url("/fonts/noto-sans-condensed/NotoSans-Condensed.woff2") format("woff2"), url("/fonts/noto-sans-condensed/NotoSans-Condensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans Cond";
  src: url("/fonts/noto-sans-condensed/NotoSans-CondensedBoldItalic.woff2") format("woff2"), url("/fonts/noto-sans-condensed/NotoSans-CondensedBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* 
section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
   &amp;&gt;div&gt;div.row {
        margin-top:$mbase;
        margin-bottom:$mbase;
        padding-top:$pbase;
        padding-bottom:$pbase;  
    }

}
*/
.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtop {
  background-position: top !important;
}

.backgroundcenter {
  background-position: center !important;
}

.backgroundbottom {
  background-position: bottom !important;
}

.margintop1 &gt; div &gt; div.row {
  margin-top: 0;
}

@media only screen and (min-width: 993px) {
  .margintop2 &gt; div &gt; div.row {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 993px) {
  .margintop3 &gt; div &gt; div.row {
    margin-top: 9rem;
  }
}

.marginbottom1 &gt; div &gt; div.row {
  margin-bottom: 0;
}

@media only screen and (min-width: 993px) {
  .marginbottom2 &gt; div &gt; div.row {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 993px) {
  .marginbottom3 &gt; div &gt; div.row {
    margin-bottom: 9rem;
  }
}

.paddingtop1 &gt; div &gt; div.row {
  padding-top: 0;
}

@media only screen and (min-width: 993px) {
  .paddingtop2 &gt; div &gt; div.row {
    padding-top: 6rem;
  }
}

@media only screen and (min-width: 993px) {
  .paddingtop3 &gt; div &gt; div.row {
    padding-top: 9rem;
  }
}

.paddingbottom1 &gt; div &gt; div.row {
  padding-bottom: 0;
}

.paddingbottom2 &gt; div &gt; div.row {
  padding-bottom: 6rem;
}

@media only screen and (min-width: 993px) {
  .paddingbottom3 &gt; div &gt; div.row {
    padding-bottom: 9rem;
  }
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

body {
  font-family: "Noto Sans", sans-serif;
  background-color: #fff;
  color: #000;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 20px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 20px;
}

h1 {
  font-size: 2.2em;
  line-height: 1.1;
  font-family: "Noto Sans Cond", sans-serif;
}

h2 {
  color: #697787;
  font-size: 2.2em;
  font-family: "Noto Sans Cond", sans-serif;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
}

h4 {
  font-size: 1.2em;
}

a {
  color: #000;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  background-color: black;
  color: white;
}
a:focus img.focus {
  outline: 5px dotted yellow;
}
a:focus img.focus2 {
  outline: 5px dotted #697787;
}
a:hover, a:active {
  background-color: transparent;
}
a:hover img.focus, a:active img.focus {
  outline: none !important;
}
a:hover img.focus2, a:active img.focus2 {
  outline: none !important;
}
a.no-focus-background:focus {
  background-color: transparent;
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response, img.responsive {
  max-width: 100%;
  height: auto;
}

.semibold {
  font-weight: 600;
}

.extrabold {
  font-weight: 800;
}

.black {
  color: black;
}
.black:hover {
  color: black;
}

.main {
  color: #697787;
}

.link, .btn-main, .btn-default {
  padding: 0.5em 2em;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 1em;
  text-align: left;
  transition: all 0.5s;
}
.link:hover, .btn-main:hover, .btn-default:hover {
  text-decoration: none;
}
.link.red, .btn-main, .btn-default {
  color: white;
  background-color: #697787;
}
.link.red:focus, .btn-main:focus, .btn-default:focus, .link.red:hover, .btn-main:hover, .btn-default:hover {
  background-color: black;
}
.link.red-outline, .red-outline.btn-main, .red-outline.btn-default {
  color: #697787;
  background-color: transparent;
  border: 1px solid #697787;
}
.link.red-outline:focus, .red-outline.btn-main:focus, .red-outline.btn-default:focus, .link.red-outline:hover, .red-outline.btn-main:hover, .red-outline.btn-default:hover {
  background-color: #697787;
  color: white;
}
.link.white, .white.btn-main, .white.btn-default {
  color: #697787;
  background-color: white;
}
.link.white:focus, .white.btn-main:focus, .white.btn-default:focus, .link.white:hover, .white.btn-main:hover, .white.btn-default:hover {
  color: white;
  background-color: #697787;
}
.link.arrow-top, .arrow-top.btn-main, .arrow-top.btn-default {
  background-image: url(/images/arrow-top-white.svg);
  background-repeat: no-repeat;
  background-size: 15px 10px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
  padding-right: 3em;
}

.nopaddingall div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.colorwhite {
  color: white;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.white {
  color: white;
}

.border-bottom {
  border-bottom: 1px solid #757575;
}

ul.online-list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
ul.online-list li {
  padding: 1em;
  min-width: 20%;
}
ul.online-list li .online-image {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.online-list li .online-image img {
  max-height: 200px;
  max-width: 200px;
}
ul.online-list li a {
  text-decoration: none;
  color: #708090;
}

.nowrap {
  white-space: nowrap;
}

.table thead tr td {
  color: #697787;
  font-weight: bold;
}
.table tbody tr:last-of-type td {
  border-bottom: 1px solid #dee2e6;
}

.table2 thead tr td {
  background-color: #697787;
  font-weight: bold;
  color: white;
}
.table2 tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

/*# sourceMappingURL=styles-in-progres.css.map */
</pre></body></html>