* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Material design icons */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* ELEMENT */
.header {
    min-height: 300px;
}
.infocard {
    text-align: center;
    height: 100%
}
.infocard.background {
    padding: 15px;
}
.infocard .icon {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    height: 60px;
    width: 60px;
    font-size: 51px;
    line-height: 1;
    margin-top: 15px;
}
.socials {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}
.socials .logo {
    left: 0;
}
.socials .icon-set {
    display: inline-block;
    float: right;
    overflow: visible;
}
.socials .icon {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 15px;
}
.truncate {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: yellowgreen;
}


/* OBRÁZEK */
img {
    max-width: 100%;
    height: auto;
    display: block;
    border: 0;
    vertical-align: middle;
}
/* Klikací oblast na obrázku */
map {
  display: inline;
}
/* Oblast na obrázku */
area {
  display: none;
}
/* Oblast pro kreslení javascriptem */
canvas {
  height: 150px;
  width: 300px;
}
/* Titulek k obrázku uvnitř "figure" */
figcaption {
  display: block;
}
/* Objekt pro obrázek */
figure {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 40px;
  margin-right: 40px;
}
.portrait {
  margin: 12px auto;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.portrait img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.portrait span {
  font-size: 75px;
  line-height: 90px;
}




/* FONT SIZE */
body {font-size: 100%}
/* TEXT */
body {white-space: normal}
p {text-align: inherit}
h1 {
    display: block;
    font-size: 2em;
    margin: 0;
    font-weight: bold;
}

/* TEXT ALIGN */
.text-center {
    text-align: center;
}
.text-left {
  text-align: left;
}


/* Odkaz */
    /* a */
    a {
        text-decoration: none;
        background-color: transparent;
    }
    a:link, a:visited {
        color: inherit;
    }
    a:link:active, a:visited:active {
        color: inherit;
    }
/* Zkratka, atribut "title" udává celý název */
abbr {
  display: inline;
}
/* Pro SEO: adresa autora */
address {
  display: block;
  font-style: italic;
}
/* Znak; tlustý */
b {
  font-weight: bold;
}
/* Odstavec; citace odjinud */
    /* blockquote */
{
    blockquote {
      display: block;
      margin-top: 1em;
      margin-bottom: 1em;
      margin-left: 40px;
      margin-right: 40px;
    }
}
/* Název uměleckého díla */
cite {
  font-style: italic;
}
/* Znak; počítačový kód */
code {
  font-family: monospace;
}
/* Odstraněný text (souv. ins), atribut "cite" URL (důvod, proč bylo změněno), atribut "datetime" */
del {
  text-decoration: line-through;
}
/* Definice - Element, který bude dál v textu vysvětlen */
dfn {
  font-style: italic;
}
/* Znak; zvýrazněný */
em {
  font-style: italic;
}
/* Znak; italic */
i {
  font-style: italic;
}
/* Přidaný text (souv. del), atribut "cite" URL (důvod, proč bylo změněno), atribut "datetime" */
ins {
  text-decoration: underline;
}
/* Název znaku na klávesnici */
kbd {
  font-family: monospace;
}
/* Znak; zvýrazňovačovaný text */
mark {
  background-color: yellow;
  color: black;
}
/* Navigace */
nav {
  display: block;
}
/* Předformátovaný text */
pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
/* Znak; citace odjinud */
    /* q*/
{
    q {
      display: inline;
    }

    q:before {
      content: open-quote;
    }

    q:after {
      content: close-quote;
    }
}
/* Nesprávný text (souv. del) */
s {
  text-decoration: line-through;
}
/* Znak; ukázkový výstup z počítačového programu */
samp {
  font-family: monospace;
}
/* Znak; malý */
small {
  font-size: smaller;
}
/* Znak; silný */
strong {
  font-weight: bold;
}
/* Znak; subscript */
sub {
  vertical-align: sub;
  font-size: smaller;
}
/* Znak; superscript */
sup {
  vertical-align: super;
  font-size: smaller;
}
/* Pro SEO: datumčas, atribut "datetime" (YYYY-MM-DDThh:mm:ssTZD) */
time {}
/* Znak; unarticulated */
u {
  text-decoration: underline;
}
/* Znak; proměnná */
var {
  font-style: italic;
}


/* SEZNAMY */
/* Neseřazený seznam */
ul {
  display: block;
  list-style-type: disc;
  margin-top: 1em;
  margin-bottom: 1 em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* Seřazený seznam */
ol {
  display: block;
  list-style-type: decimal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}
/* Položka seznamu */
li {
  display: list-item;
}
/*-Popisný seznam */
dl {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}
/* Název, termín popisného seznamu */
dt {
  display: block;
}
/* Definice popisného seznamu */
dd {
  display: block;
  margin-left: 40px;
}
/* LIST */
ul li::before, ol li::before, dl dt::before {content: "\200B"}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.list {padding-left: 1em}
.list.style_none {list-style-type: none; padding-left: 0;}
.list.style_disc {list-style-type: disc}
.list.style_circle {list-style-type: circle}
.list.style_square {list-style-type: square}
.list.style_decimal {list-style-type: decimal}
.list.style_decimal-leading-zero {list-style-type: decimal-leading-zero}
.list.style_lower-roman {list-style-type: lower-roman}
.list.style_upper-roman {list-style-type: upper-roman}
.list.style_lower-alpha {list-style-type: lower-alpha}
.list.style_upper-alpha {list-style-type: upper-alpha}
.list {padding-left: 1em}



/* TABULKY */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    table-layout: fixed
}
caption {
  display: table-caption;
  text-align: center;
}
th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: center;
}
tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
td {
  display: table-cell;
  vertical-align: inherit;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
tfoot {
  display: table-footer-group;
  vertical-align: middle;
  border-color: inherit;
}
col {
  display: table-column;
}
colgroup {
  display: table-column-group;
}
table, th, td {border: 1px solid}
th, td {
    vertical-align: bottom;
    padding: 3px;
}
.tablewrapper {overflow-x:auto}
table.list, table.list *, table.download, table.download *, table.form, table.form * {
  border: 0;
  vertical-align: middle;
  padding: 3px;
}
table.list tr td:first-child {
  width: 150px;
}
table.download tr td:last-child {
  width: 50%;
  text-align: right;
}
table.form {

}





/* VKLÁDACÍ TEXT */
.copyright::before {
    content: '\00A9  ';
}
.paragraph::before {
    content: '\00A7  ';
}
.registered::after {
    content: '  \00AE';
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
.tooltip .tooltip-text {
  visibility: hidden;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 75%;
  border-radius: 6px;
  padding: 3px 6px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -25%;
  opacity: 0;
  transition: opacity 1.5s;
}
.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

/* GOOGLE MAP */
.gmap {
  width: 100%;
  height: 210px;
  margin-top: 15px;
}
.gmap iframe, .gmap div {
  width: 100%;
  height: 100%;
  border: 0;
}











/*   - - - V I S I B I L I T Y - - -   */
.seo-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.print-only {
    display: none;
}
@media print {
    .noprint {
        display: none !important;
    }
    .print-only {
        display: initial !important;
    }
    body {
        color: #000;
        background-color: #fff;
    }
    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }
    h2 { 
        page-break-before: always;
    }
    h2:first-of-type { 
        page-break-before: avoid;
    }
    h3, h4 {
        page-break-after: avoid;
    }
    pre, blockquote {
        page-break-inside: avoid;
    }
    p {
        text-align: justify;
        orphans: 3;
        widows: 3;
    }
    .tooltip {
        border: none !important;
    }
    * {
        -webkit-box-shadow: none !important;
        -moz-box-shadow:    none !important;
        box-shadow:         none !important; 
    }
}
/* ELEMENT */
article, aside, details, div, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
/* Pro SEO */
data {}
/* Keyboard focus */
*:focus {outline: 3px dashed;}
/* collapsed element */
.collapse {display: none}