<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 *  Project:    Novotisk
 *  Author:     Matěj Feldek – matejfeldek@gmail.com
 */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

/* Lists */
ul,
ol,
dl {
  list-style-position: outside; }

ul {
  margin-left: 1.1rem; }

ul.no-bullet {
  margin-left: 0; }

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

audio:not([controls]) {
  display: none;
  height: 0; }

html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

html, body {
  margin: 0;
  padding: 0; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  background: #f2f2f2; }

#wrapper {
  margin: 0 auto; }

.body {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.text-body {
  max-width: 800px; }

.clearfix {
  clear: both; }

.home-h1 {
  border-bottom: 5px solid #dddddd;
  padding: 0 0 20px;
  margin: 20px auto 0;
  display: inline-block; }

.home-h2 {
  margin: 0 auto 20px; }

#home-nav {
  list-style: none;
  text-align: center;
  margin: 0 auto; }

#home-nav li {
  margin-bottom: 15px;
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto 2em; }
  @media screen and (min-width: 660px) {
    #home-nav li {
      display: block;
      float: left;
      padding: 15px 15px;
      width: 33.33%;
      margin: 0 auto; } }

.home-nav-inner {
  background: #fff;
  border: 1px solid #E8E8E8;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.home-nav-inner:hover, .home-nav-inner:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #c1c1c1; }

.home-nav-inner img {
  width: 100%; }

#home-nav li a {
  display: inline-block;
  width: 100%;
  border-bottom: none; }
  @media screen and (min-width: 980px) {
    #home-nav li a {
      display: inline-block;
      width: 100%;
      -webkit-backface-visibility: hidden; } }

#home-nav li h2 {
  font-size: 22px;
  padding: 8px 8px 0;
  line-height: 29px;
  font-weight: 700;
  color: #3e3e3e;
  margin-top: 0;
  text-align: left; }

.home-nav-inner a h2 {
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.home-nav-inner:hover a h2, .home-nav-inner:focus a h2 {
  color: #FF6540 !important; }

.text-box {
  background: #fdfdfd;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #E8E8E8;
  margin: 1rem auto;
  background: #fdfdfd; }
  @media screen and (min-width: 660px) {
    .text-box {
      padding: 3rem 5rem; } }

#print-video {
  width: 640px;
  max-width: 100%;
  margin: 40px auto; }

body {
  font-size: 100%;
  font-family: "adelle-sans", Helvetica, sans-serif;
  color: #3e3e3e; }

#wrapper {
  font-size: 1rem; }
  @media screen and (min-width: 660px) {
    #wrapper {
      font-size: 1.025rem; } }
  @media screen and (min-width: 1250px) {
    #wrapper {
      font-size: 1.225rem; } }

p {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.5em;
  color: #3e3e3e;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }
  @media screen and (min-width: 1250px) {
    p {
      line-height: 1.6em; } }

hr {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid 1px solid #E8E8E8; }

a {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: normal;
  color: #FF6540;
  text-decoration: none;
  -webkit-transition: none;
  transition: none; }

a:hover, a:focus {
  text-decoration: none; }

p a, li a {
  border-bottom: 1px solid #FF6540;
  text-decoration: none; }

p a:hover, li a:hover {
  border-bottom: none;
  text-decoration: none; }

ul, ol, dl {
  margin: 1.5em 0 2em 2em;
  list-style-position: outside; }

ul li, ol li {
  font-family: "adelle-sans", Helvetica, sans-serif;
  line-height: 1.5em;
  margin-bottom: 0.375em;
  font-size: 1.05em; }

ul li ul li, ul li ol li, ol li ul li, ol li ol li {
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 700;
  color: #3e3e3e;
  line-height: 1.4em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "adelle-sans", Helvetica, sans-serif;
    font-weight: 700;
    color: #3e3e3e;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none;
    color: #FF6540;
    font-weight: 700; }

h1 {
  font-size: 1.75em;
  margin: 1em 0 0.8em 0; }
  @media screen and (min-width: 980px) {
    h1 {
      font-size: 2.1em; } }

h2 {
  font-size: 1.5em;
  margin: 1.8em 0 0.6em 0; }

h3 {
  font-size: 1.3125em;
  margin: 1.6em 0 0.4em; }

h4 {
  font-size: 1.125em;
  margin: 1.6em 0 0.4em; }

h5 {
  font-size: 1.115em;
  margin: 1.6em 0 0.4em; }

h6 {
  font-size: 1.05em;
  margin: 1.6em 0 0.4em; }

ul ol {
  font-size: 1em; }

table {
  font-size: 1em;
  width: 100%;
  margin-top: 1.5em; }

table.alignleft {
  float: none; }

table.alignright {
  float: none; }

table p, table, table a, table p a {
  font-family: "adelle-sans", Helvetica, sans-serif; }

table p {
  margin-bottom: 0; }

table tr {
  text-align: left;
  vertical-align: middle; }

td {
  padding: 0.4em;
  line-height: 1.5em;
  border: 1px solid #E8E8E8; }

tr:hover {
  background: #f9f9f9; }

td a {
  display: block; }

thead {
  font-weight: 700;
  background: #f9f9f9; }

button, .button {
  text-align: center;
  -o-border-image: none;
     border-image: none;
  font-family: "adelle-sans", Helvetica, sans-serif;
  font-weight: 400;
  color: #fdfdfd;
  font-size: 1em;
  border: 3px solid #003768;
  line-height: 30px;
  padding: 0.5em 1em;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  background: #003768;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  color: #003768;
  text-decoration: none;
  border: 3px solid #003768;
  background: #fdfdfd; }

.center-text {
  text-align: center; }

.required-symbol {
  color: #FF6540; }

.image {
  width: 100%; }

.vlm-logo {
  margin: 60px auto 0;
  text-align: center; }

.vlm-logo img {
  width: 300px; }

#main-nav {
  margin-top: 2rem; }

#main-nav ul {
  list-style: none;
  text-align: center;
  margin: 0; }

#main-nav ul li {
  display: inline-block;
  margin: 0.25em 0.75em; }

#main-nav ul li a {
  text-decoration: none;
  padding: 4px;
  border-bottom: none;
  color: #003768;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0.9em !important; }

#main-nav ul li a:hover {
  border-bottom: none;
  color: #FF6540;
  text-decoration: none; }

header {
  padding: 2rem 1rem 1rem;
  margin-bottom: 2rem;
  background: #fdfdfd;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05); }

#inner-header {
  max-width: 1200px;
  margin: 0 auto; }

#logo-container {
  width: 30%;
  max-width: 200px;
  margin: 0 auto;
  float: none; }
  @media screen and (min-width: 980px) {
    #logo-container {
      width: 25%; } }
  @media screen and (min-width: 1250px) {
    #logo-container {
      width: 30%; } }

#logo {
  width: 100%; }

#header-links {
  position: absolute;
  top: 1rem;
  right: 0.5rem; }

#lang-links {
  list-style: none;
  text-align: right;
  margin: 1em 0 0.5em; }

#lang-links li {
  display: inline-block;
  margin-left: 1em;
  font-size: 0.75em; }
  @media screen and (min-width: 1250px) {
    #lang-links li {
      font-size: 0.8em; } }

#lang-links li a {
  border-bottom: none;
  color: #003768;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

#lang-links li a:hover {
  color: #FF6540; }

#top-contacts {
  text-align: right;
  float: right; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%; }

footer {
  padding: 1rem;
  margin: 5rem 0 0;
  background: #003768; }

.footer-text {
  text-align: center;
  font-size: 0.9em;
  color: #fdfdfd; }

footer a {
  color: #fdfdfd;
  border-color: #fdfdfd; }

footer a:hover {
  color: #fdfdfd; }

#contacts-container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 980px) {
    #contacts-container {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.contact-profile {
  padding: 1rem;
  width: 100%;
  max-width: 350px; }
  @media screen and (min-width: 980px) {
    .contact-profile {
      width: 50%;
      max-width: 1000px; } }

.contact-profile-three {
  width: 33.33%; }

.full-width {
  width: 100% !important; }

.contact-profile-inner {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #E8E8E8;
  padding: 1rem;
  margin: 0 auto;
  background: #fdfdfd; }

.contact-image {
  width: 30%;
  display: inline-block;
  float: left; }

.contact-image img {
  width: 100%; }

.contact-info {
  float: right;
  text-align: left;
  width: 70%;
  padding-left: 1rem; }

.contact-info-item {
  margin: 0.25em 0 0; }

.contact-name {
  margin: 0 0 0.5rem 0; }

.contact-position {
  margin: 0.25rem 0 1rem;
  font-weight: 400;
  font-size: 1em; }

.contact-info-item a {
  border-bottom: none; }

.contact-info-item a:hover {
  border-bottom: 1px solid #FF6540; }

.other-contacts {
  padding: 1rem; }

.contacts-table {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  font-size: 0.75em; }
  @media screen and (min-width: 980px) {
    .contacts-table {
      font-size: 0.85em; } }
  .contacts-table thead {
    background: #3e3e3e;
    color: #fff; }
    .contacts-table thead tr:hover {
      background: #3e3e3e; }
  .contacts-table td, .contacts-table th {
    padding: 0.25rem 0.5rem;
    word-break: break-word; }
    @media screen and (min-width: 980px) {
      .contacts-table td, .contacts-table th {
        padding: 0.5rem 1rem; } }
  .contacts-table tr:hover {
    background: #fff; }
  .contacts-table td a, .contacts-table th a {
    display: inline-block;
    border-bottom: 1px solid transparent; }
  .contacts-table td a:hover, .contacts-table th a:hover {
    border-bottom: 1px solid #FF6540;
    display: inline-block; }

.technologie-box {
  background: #fdfdfd;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #E8E8E8;
  margin: 1rem auto;
  background: #fdfdfd;
  max-width: 800px; }
  @media screen and (min-width: 660px) {
    .technologie-box {
      padding: 3rem 5rem; } }

.technologie-box-inner {
  padding: 0 1rem; }

.technologie-box h2 {
  margin-top: 1em; }

.technologie-box h3 {
  font-size: 1em; }

/*# sourceMappingURL=style3.css.map */</pre></body></html>