/**
 * normalize.css
 *
 * Knihovna zajišťující srovnání výchozích stylů různých prohlížečů tak, aby se stránka vykreslovala všude stejně.
 */
@import url('https://fonts.googleapis.com/css?family=Space+Mono&subset=latin-ext');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! Budějovický Majáles */
/**
 * Definice fontů
 *
 * Majálesový web používá font GT Walsheim, který se musí návštěvníkům dodat ze serveru. Fonty jsou optimalizovány pro web a poskytovány ve formátech WOFF a WOFF2. Konvertovat existující TTF a OTF fonty na webfonty můžeš prostřednictvím služby https://www.fontsquirrel.com/tools/webfont-generator
 */
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-black.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-black.woff}) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-black-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-black-oblique.woff}) format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-bold.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-bold.woff}) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-bold-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-bold-oblique.woff}) format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-light.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-light.woff}) format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-light-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-light-oblique.woff}) format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-medium.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-medium.woff}) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-medium-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-medium-oblique.woff}) format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-regular.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-regular.woff}) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-regular-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-regular-oblique.woff}) format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-thin.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-thin.woff}) format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-thin-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-thin-oblique.woff}) format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-ultra-bold.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-ultra-bold.woff}) format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-ultra-bold-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-ultra-bold-oblique.woff}) format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-ultra-light.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-ultra-light.woff}) format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Walsheim';
  src: url(asset{assets/fonts/gt-walsheim-ultra-light-oblique.woff2}) format('woff2'), url(asset{assets/fonts/gt-walsheim-ultra-light-oblique.woff}) format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
/**
 * Definice layoutu
 *
 * Zde je nastylováno základní rozložení stránky, jako například rozložení bloku s postranním panelem a hlavním obsahem.
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  font-family: 'Archiv-Medium', ' GT Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
html,
body {
  width: 100%;
  height: 100%;
}
div#skeleton {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #979B3F;
  transition: width ease-in-out 200ms;
}
div#skeleton > div.wrapper {
  display: flex;
  flex-direction: column;
  height: 100px;
}
div#skeleton > div.wrapper > div#logobar,
div#skeleton > div.wrapper > div#sidebar,
div#skeleton > div.wrapper > div#content {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
div#skeleton > div.wrapper > a#logobar-2020 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
div#skeleton > div.wrapper > a#logobar-2020 img {
  box-sizing: border-box;
  visibility: hidden;
  width: 8vh;
}
@media all and (min-width: 35rem) {
  div#skeleton > div.wrapper > a#logobar-2020 {
    padding: 15vh/5 15vh/5/5 0 15vh/5;
  }
  div#skeleton > div.wrapper > a#logobar-2020 img {
    visibility: initial;
    width: 15vh;
  }
}
@media all and (min-width: 70rem) {
  div#skeleton > div.wrapper > a#logobar-2020 {
    padding: 15vh/5 15vh/5/5 0 15vh/5;
  }
  div#skeleton > div.wrapper > a#logobar-2020 img {
    width: 15vh;
  }
}
div#skeleton > div.wrapper > div#content {
  position: relative;
  width: 100%;
  z-index: 2;
}
div#skeleton > div.wrapper #logo-bar {
  height: 11vh;
  width: 100%;
  background: #FFC808;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1;
}
div#skeleton > div.wrapper #logo-bar .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#skeleton > div.wrapper #logo-bar .content a#logo {
  height: 12vh;
  width: 12vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
}
@media (max-width: 46.66666667rem) {
  div#skeleton > div.wrapper #logo-bar .content a#logo {
    height: 8vh;
    width: 8vh;
    margin-left: 0.5em;
  }
}
div#skeleton > div.wrapper #logo-bar .content a#logo img {
  width: 80%;
}
div#skeleton > div.wrapper #logo-bar .content h4.date {
  color: #9166AC;
  margin-right: 8.5em;
}
@media (max-width: 46.66666667rem) {
  div#skeleton > div.wrapper #logo-bar .content h4.date {
    margin-right: 4em;
  }
}
section {
  box-sizing: border-box;
  margin: 0;
  padding: 3rem 2rem;
  background: #FFFFFF;
}
section > * {
  padding: 0 2rem;
}
@media all and (max-width: 35rem) {
  section {
    padding-bottom: 0;
  }
}
/**
 * Stylování nadpisů, odstavců a dalšího základního textu
 */
div#skeleton {
  color: #000000;
  line-height: 1.45;
  font-size: 1.04em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
h1.variant,
h2.variant,
h3.variant,
h4.variant,
h5.variant,
h6.variant {
  text-align: center;
  text-transform: lowercase;
}
h1 {
  font-size: 350%;
}
h1.uvodniNadpis {
  color: #FFFFFF;
}
@media all and (max-width: 35rem) {
  h1 {
    font-size: 215%;
  }
}
h2 {
  font-size: 190%;
}
@media all and (max-width: 35rem) {
  h2 {
    font-size: 180%;
  }
}
div #odpocet {
  margin-top: 0%;
  text-align: center;
}
@media all and (max-width: 70rem) {
  div #odpocet {
    justify-content: left;
    text-align: left;
  }
}
p.big {
  font-size: 110%;
}
p.huge {
  font-size: 125%;
  font-weight: bold;
}
p.centered {
  text-align: center;
}
hr {
  border: 1px solid #000000;
}
code {
  font-family: 'Space Mono', 'Consolas', monaco, monospace;
}
dl > dt {
  text-transform: uppercase;
  font-weight: bold;
}
dl > dd {
  margin-left: 2rem;
  margin-bottom: 0.5em;
}
@media all and (max-width: 35rem) {
  dl > dd {
    margin-left: 1rem;
  }
}
dl > dd:last-child {
  margin-bottom: 0;
}
ul.important {
  padding-left: 0;
}
ul.important > li {
  padding-left: 40px;
  list-style-type: none;
  background-image: url(asset{assets/img/list-item-important.svg});
  background-position: top 0.25rem left 0.75rem;
  background-size: 0.75rem;
  background-repeat: no-repeat;
}
/**
 * Postranní panely
 *
 * Styly pro levý postranní panel s logem, pravý postranní panel s menu a ikonu hambugeru pro otevření postranního panelu na mobilech.
 */
/**
 * Logo
 *
 * Znovupoužitelný styl pro hlavní logo.
 */
/**
 * Postranní panel s logem
 */
div#logobar a#logo {
  display: block;
  display: none !important;
  padding: 2rem;
}
div#logobar a#logo:before {
  display: block;
  content: " ";
  width: 6.25rem;
  height: 9.1365rem;
  background-image: url('asset{"assets/img/logo-text.svg"}');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease-in-out 100ms;
}
div#logobar a#logo:hover:before {
  transform: none;
}
div#logobar a#logo.is-sticky {
  position: sticky;
  top: 0;
}
/**
 * Pravý postranní panel s menu.
 */
div#sidebar,
div#sidebar-shadow {
  background-color: #006633;
  /**
	 * Menu
	 */
  /**
	 * Odkazy na sociální sítě
	 */
}
div#sidebar > div.container,
div#sidebar-shadow > div.container {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
div#sidebar > div.container > div.top,
div#sidebar-shadow > div.container > div.top,
div#sidebar > div.container > div.bottom,
div#sidebar-shadow > div.container > div.bottom {
  display: table-row;
}
div#sidebar > div.container > div.top > div.wrapper,
div#sidebar-shadow > div.container > div.top > div.wrapper,
div#sidebar > div.container > div.bottom > div.wrapper,
div#sidebar-shadow > div.container > div.bottom > div.wrapper {
  height: 60px;
}
div#sidebar > div.container > div.top > div.wrapper > div#sidebar,
div#sidebar-shadow > div.container > div.top > div.wrapper > div#sidebar,
div#sidebar > div.container > div.bottom > div.wrapper > div#sidebar,
div#sidebar-shadow > div.container > div.bottom > div.wrapper > div#sidebar {
  display: table-cell;
}
div#sidebar > div.container > div.top > div.wrapper,
div#sidebar-shadow > div.container > div.top > div.wrapper {
  height: 50px;
}
div#sidebar ul.main-menu,
div#sidebar-shadow ul.main-menu {
  padding: 0;
  font-size: 150%;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
@media all and (max-width: 70rem) {
  div#sidebar ul.main-menu,
  div#sidebar-shadow ul.main-menu {
    white-space: normal;
  }
}
div#sidebar ul.main-menu > li,
div#sidebar-shadow ul.main-menu > li {
  list-style-type: none;
  margin: 0.5rem 3rem;
  position: relative;
}
div#sidebar ul.main-menu > li > a,
div#sidebar-shadow ul.main-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  transform: none;
  transition: transform ease-in-out 100ms;
}
div#sidebar ul.main-menu > li > a:hover,
div#sidebar-shadow ul.main-menu > li > a:hover {
  transform: rotate(0deg);
}
div#sidebar ul.main-menu > li > ul.sub-menu,
div#sidebar-shadow ul.main-menu > li > ul.sub-menu {
  margin-left: 1rem;
  padding: 0;
  font-size: 70%;
  height: 0;
  overflow: hidden;
  transition: height ease-out 100ms;
}
div#sidebar ul.main-menu > li > ul.sub-menu > li,
div#sidebar-shadow ul.main-menu > li > ul.sub-menu > li {
  list-style-type: none;
  margin: 0.15rem 0;
}
div#sidebar ul.main-menu > li > ul.sub-menu > li > a,
div#sidebar-shadow ul.main-menu > li > ul.sub-menu > li > a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  transform: none;
  transition: transform ease-in-out 200ms;
}
div#sidebar ul.main-menu > li > ul.sub-menu > li.active > a:hover,
div#sidebar-shadow ul.main-menu > li > ul.sub-menu > li.active > a:hover {
  transform: none;
}
div#sidebar ul.main-menu > li.active > a:hover,
div#sidebar-shadow ul.main-menu > li.active > a:hover,
div#sidebar ul.main-menu > li.active > a:active,
div#sidebar-shadow ul.main-menu > li.active > a:active {
  transform: none;
}
div#sidebar ul.main-menu > li.active > ul.sub-menu,
div#sidebar-shadow ul.main-menu > li.active > ul.sub-menu {
  height: auto;
}
div#sidebar ul.socials,
div#sidebar-shadow ul.socials {
  padding: 0;
  padding-bottom: 2em;
  margin: 0 0.5rem 0.5rem 0;
  text-align: right;
}
@media all and (max-width: 35rem) {
  div#sidebar ul.socials,
  div#sidebar-shadow ul.socials {
    margin: 1rem 0.5rem;
    text-align: center;
  }
}
div#sidebar ul.socials > li,
div#sidebar-shadow ul.socials > li {
  display: inline-block;
  list-style-type: none;
  margin: 0.5rem;
}
div#sidebar ul.socials > li > a,
div#sidebar-shadow ul.socials > li > a {
  display: inline-block;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform ease-in-out 100ms;
}
div#sidebar ul.socials > li > a:active,
div#sidebar-shadow ul.socials > li > a:active {
  transform: none;
}
div#sidebar ul.socials > li > a.social-facebook,
div#sidebar-shadow ul.socials > li > a.social-facebook {
  background-image: url(asset{assets/img/sidebar-facebook.svg});
}
div#sidebar ul.socials > li > a.social-instagram,
div#sidebar-shadow ul.socials > li > a.social-instagram {
  background-image: url(asset{assets/img/sidebar-instagram.svg});
}
div#sidebar ul.socials > li > a.social-twitter,
div#sidebar-shadow ul.socials > li > a.social-twitter {
  background-image: url(asset{assets/img/sidebar-twitter.svg});
}
div#sidebar ul.socials > li > a.social-youtube,
div#sidebar-shadow ul.socials > li > a.social-youtube {
  background-image: url(asset{assets/img/sidebar-youtube.svg});
}
div#sidebar {
  /**
	 * V originálním pravém postranním panelu se logo nezobrazuje (je umístěno v levém postranním panelu), ukáže se až ve stínové kopii.
	 */
}
div#sidebar a.logo {
  display: none;
}
div#sidebar > div.container.is-sticky {
  position: sticky;
  top: 0;
}
/**
 * Stínová kopie postranního panelu
 *
 * Vzhledem k tomu, že je základní layout stránky vytvořen jako tabulkové rozložení, nelze snadno roztahovat, skrývat a animovat postranní panel, který je součástí tabulky. Proto skript hamburger.js na mobilech automaticky vytvoří jeho kopii, která je vyjmutá z normálního toku dokumentu a dá se volně pozicovat.
 */
div#sidebar-shadow {
  position: fixed;
  top: 0;
  right: -100%;
  width: 30%;
  height: 100%;
  overflow: auto;
  transition: right cubic-bezier(0.93, 0.2, 0.1, 0.98) 200ms;
}
div#sidebar-shadow a.logo {
  display: block;
  display: none !important;
  padding: 2rem;
}
div#sidebar-shadow a.logo:before {
  display: block;
  content: " ";
  width: 6.25rem;
  height: 9.1365rem;
  background-image: url('asset{"assets/img/logo-text-black.svg"}');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform ease-in-out 100ms;
}
div#sidebar-shadow a.logo:hover:before {
  transform: none;
}
div#sidebar-shadow a.logo:before {
  width: 100% !important;
  height: 5rem;
}
@media all and (max-width: 35rem) {
  div#sidebar-shadow a.logo:before {
    height: 7rem;
  }
}
/**
 * Úprava stylů základního kontejneru stránky pro spolupráci s vysouvacím postranním panelem.
 */
div#skeleton {
  /**
	 * Překryvný element k zakrytí stránky při vysunutém postranním panelu
	 */
  /**
	 * Na zařízeních s malou obrazovkou postranní panel stránku překryje celou.
	 */
}
div#skeleton div#sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  z-index: 9;
  transition: opacity ease-out 100ms;
}
div#skeleton div#sidebar-overlay.visible {
  opacity: 1;
}
@media all and (max-width: 70rem) {
  div#skeleton {
    /**
		 * Na zařízeních s větší obrazovkou postranní panel překryje pouze část stránky.
		 */
  }
  div#skeleton > div.wrapper > div#logobar,
  div#skeleton > div.wrapper > div#sidebar {
    display: none;
  }
  div#skeleton div#sidebar-shadow {
    z-index: 10;
  }
  div#skeleton.sidebar-open div#sidebar-shadow {
    right: 0;
  }
  div#skeleton.sidebar-open a#hamburger {
    transform: none;
    top: 0;
    right: 0;
  }
}
@media all and (max-width: 35rem) {
  div#skeleton div#sidebar-shadow {
    width: 100%;
  }
}
/**
 * Zákaz rolování obsahu, který je schovaný pod vysunutým postranním panelem.
 */
@media all and (max-width: 70rem) {
  body.sidebar-open {
    overflow: hidden;
  }
}
/**
 * Ikona pro otevření postranního panelu
 */
a#hamburger {
  display: none;
  position: fixed;
  top: 0.25rem;
  right: 0.25rem;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  transform: rotate(0deg);
  z-index: 11;
  transition: top ease-out 100ms, right ease-out 100ms, transform ease-in-out 100ms;
}
a#hamburger:before {
  display: block;
  content: " ";
  width: 100%;
  height: 100%;
  background-image: url(asset{assets/img/hamburger.svg});
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
a#hamburger:hover {
  transform: rotate(0deg);
}
/**
 * Stránka s tmavým elementem na jejím vrchu
 *
 * Mění barvu hamburger tlačítka na bílou, aby bylo vidět.
 */
div#skeleton.pagetop-dark a#hamburger:before {
  background-image: url(asset{assets/img/hamburger-white.svg});
}
div#skeleton.pagetop-dark.sidebar-open a#hamburger:before {
  background-image: url(asset{assets/img/hamburger.svg});
}
/**
 * Stylování odkazů
 */
a {
  color: #5b00ff;
  transition: color ease-out 100ms;
}
a:hover,
a:active {
  text-decoration: none;
}
a:active {
  color: #FF8009;
}
/**
 * Styly pro formuláře
 *
 * V současné době se na webu žádné formuláře nepoužívají, proto jsou zde jenom styly pro tlačítka.
 */
/**
 * Mixina tlačítka
 *
 * Tuto mixinu lze použít pro nastylování jiných než tlačítkových elementů jako tlačítko.
 */
input[type=submit],
input[type=reset],
input[type=button],
button,
a.button {
  display: inline-block;
  font-family: 'Archiv-Medium', ' GT Walsheim', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', 'Arial', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  background: #9166AC;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: lowercase;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background ease-in-out 100ms, color ease-in-out 100ms;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover,
a.button:hover,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
button:active,
a.button:active {
  background: #694580;
}
input[type=submit].fill,
input[type=reset].fill,
input[type=button].fill,
button.fill,
a.button.fill {
  display: block;
  margin: 1rem 0;
  text-align: center;
  font-size: 110%;
  padding: 0.75rem 2rem;
}
input[type=submit].big,
input[type=reset].big,
input[type=button].big,
button.big,
a.button.big {
  text-transform: uppercase;
  font-size: 115%;
  padding: 0.75rem 2rem;
}
input[type=submit].big.with-icon,
input[type=reset].big.with-icon,
input[type=button].big.with-icon,
button.big.with-icon,
a.button.big.with-icon {
  background-size: 1.725em;
  padding-left: 4.125rem;
}
input[type=submit].with-icon,
input[type=reset].with-icon,
input[type=button].with-icon,
button.with-icon,
a.button.with-icon {
  background-position: top 0.5rem left 1rem;
  background-size: 1.5em;
  background-repeat: no-repeat;
  padding-left: 3.75rem;
}
/**
 * Centrování tlačítek
 *
 * Tlačítko je třeba obalit do wrapperu, který zajistí vycentrování svého obsahu.
 */
div.wrapper.button-centered {
  text-align: center;
  margin: 1rem 0;
}
div.wrapper.button-centered > input[type=submit],
div.wrapper.button-centered > input[type=reset],
div.wrapper.button-centered > input[type=button],
div.wrapper.button-centered > button,
div.wrapper.button-centered > a.button {
  margin: 0 1rem;
}
p > button,
p > a.button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
/**
 * Filtry
 */
ul.filters {
  margin: 2rem 0;
  padding: 0;
  background-color: #9166AC;
  color: #FFFFFF;
  overflow: auto;
  /**
	 * Řádek s filtrem
	 */
  /**
	 * Při zobrazení na breakpointu S skrýt popisky filtrů
	 */
}
@media all and (max-width: 70rem) {
  ul.filters {
    font-size: 90%;
  }
}
ul.filters.centered {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
ul.filters > li {
  display: flex;
  list-style-type: none;
  /**
		 * Popisek filtru
		 */
  /**
		 * Ovládací prvek filtru
		 */
}
ul.filters > li.hidden {
  display: none !important;
}
ul.filters > li > b {
  flex: 0 1 auto;
  margin: 1rem 1.5rem;
  font-weight: normal;
}
@media all and (max-width: 35rem) {
  ul.filters > li > b {
    margin: 0.5rem 1rem;
  }
}
ul.filters > li > b:after {
  content: ":";
}
ul.filters > li > div.control {
  flex: 1 1 auto;
  padding-right: 1.5rem;
  overflow: hidden;
}
@media all and (max-width: 35rem) {
  ul.filters > li > div.control {
    padding-right: 1rem;
  }
}
ul.filters > li > div.control > select {
  display: inline-block;
  appearance: none;
  height: 100%;
  cursor: pointer;
  outline: none;
  padding: 1rem 1.75rem 1rem 1rem;
  border: none;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: bold;
  background-image: url(asset{assets/img/select-dropdown.svg});
  background-position: right 0.75rem top 50%;
  background-repeat: no-repeat;
  background-size: 0.5em auto;
  transition: background-color ease-in-out 100ms;
}
@media all and (max-width: 35rem) {
  ul.filters > li > div.control > select {
    padding: 0.5rem 1.25rem 0.5rem 0.5rem;
    background-position: right 0.5rem top 50%;
  }
}
ul.filters > li > div.control > select:hover,
ul.filters > li > div.control > select:active {
  background-color: #694580;
}
ul.filters > li > div.control > select option {
  background-color: #9166AC;
  color: #FFFFFF;
}
ul.filters > li > div.control > select option[selected] {
  background-color: #FFC808;
  color: #000000;
}
@media all and (max-width: 35rem) {
  ul.filters.responsive-nolabels > li {
    display: block;
  }
  ul.filters.responsive-nolabels > li > b {
    display: none;
  }
  ul.filters.responsive-nolabels > li > div.control {
    margin: 0 1rem;
    padding-right: 0;
  }
  ul.filters.responsive-nolabels > li > div.control > select {
    width: 100%;
  }
}
form.form {
  margin: 2rem 0;
  /**
	 * Google reCAPTCHA
	 */
}
form.form > table,
form.form > table td,
form.form > table th {
  border: none;
  vertical-align: top;
}
form.form > table tr > th {
  text-align: left;
}
form.form > table tr > th > label:after {
  content: ":";
}
form.form > table tr > td input[type=text],
form.form > table tr > td input[type=phone],
form.form > table tr > td input[type=number],
form.form > table tr > td input[type=email],
form.form > table tr > td textarea {
  width: 100%;
  border: 1px solid #d3afd7;
  background: #FFFFFF;
  padding: 0.5em 0.75em;
  transition: background ease-in-out 100ms, border-color ease-out 100ms;
}
@media all and (max-width: 35rem) {
  form.form > table tr > td input[type=text],
  form.form > table tr > td input[type=phone],
  form.form > table tr > td input[type=number],
  form.form > table tr > td input[type=email],
  form.form > table tr > td textarea {
    padding: 0.25em 0.5em;
  }
}
form.form > table tr > td input[type=text]:hover,
form.form > table tr > td input[type=phone]:hover,
form.form > table tr > td input[type=number]:hover,
form.form > table tr > td input[type=email]:hover,
form.form > table tr > td textarea:hover {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
form.form > table tr > td input[type=text]:focus,
form.form > table tr > td input[type=phone]:focus,
form.form > table tr > td input[type=number]:focus,
form.form > table tr > td input[type=email]:focus,
form.form > table tr > td textarea:focus {
  background: #FFFFFF;
  border-color: #9166AC;
}
form.form > table tr > td textarea {
  resize: vertical;
}
form.form > table tr > td input[type=submit] {
  margin: 1rem 0;
}
@media all and (max-width: 35rem) {
  form.form > table tr > td input[type=submit] {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
form.form > table tr > td > span.error {
  display: block;
  background-color: #dd1517;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
@media all and (max-width: 35rem) {
  form.form > table tr > td > span.error {
    padding: 0.5rem;
    font-size: 80%;
  }
}
form.form > table tr.required > th > label {
  position: relative;
}
form.form > table tr.required > th > label:before {
  content: "*";
  color: #FF8009;
  position: absolute;
  right: -0.5em;
  bottom: 0;
  opacity: 0.75;
}
form.form > table tr.hidden {
  display: none;
}
form.form > div.g-recaptcha {
  margin-top: -2rem;
}
form.form > div.g-recaptcha > div.grecaptcha-badge {
  margin-left: auto;
}
/**
 * Rozdělení na sloupce
 *
 * Použitím kontejneru div.cols můžeme umístit několik prvků div.col na stránce vedle sebe.
 */
div.cols {
  display: flex;
  justify-content: space-around;
  /**
	 * Napozicuje prvky tak, aby první byl na úplném začátku bloku a poslední na samém konci, čili zvětší mezery mezi nimi.
	 */
  /**
	 * Obrázek vedle textu
	 */
  /**
	 * Všechny prvky budou mít stejnou šířku
	 */
  /**
	 * Aplikování responzivních stylu už při breakpointu M
	 */
  /**
	 * Aplikování responzivních stylů už při breakpointu L
	 */
}
div.cols > div.col {
  flex: 1 1 auto;
  padding: 0 1rem;
  /**
		 * Prvek zabírající co nejvíce dostupného místa
		 */
  /**
		 * Vertikálně vycentrovaný prvek
		 */
  /**
		 * Prvek s obrázkem
		 */
  /**
		 * Prvek zabírající třetinu šířky
		 */
  /**
		 * Prvek zabírající dvě třetiny šířky
		 */
}
div.cols > div.col img.prvek {
  width: 150px;
}
@media all and (max-width: 800px) {
  div.cols > div.col img.prvek {
    display: none;
  }
}
div.cols > div.col img.prvek#mirrored {
  transform: scaleX(-1);
}
div.cols > div.col:first-child {
  padding-left: 0;
}
div.cols > div.col:last-child {
  padding-right: 0;
}
div.cols > div.col.full {
  flex-grow: 1;
}
div.cols > div.col.centered {
  align-self: center;
}
div.cols > div.col.img {
  align-self: center;
}
div.cols > div.col.img img {
  display: block;
  margin: 1rem 0;
}
div.cols > div.col.w3 {
  flex: 0 0 33%;
}
div.cols > div.col.w6 {
  flex: 0 0 66%;
}
div.cols.sidetoside {
  justify-content: space-between !important;
}
div.cols.cols-image {
  justify-content: space-between !important;
}
@media all and (max-width: 85rem) {
  div.cols.cols-image {
    display: block;
  }
  div.cols.cols-image > div.col {
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  div.cols.cols-image > div.col.img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 70rem) {
  div.cols.cols-image {
    display: flex;
    justify-content: space-around;
  }
  div.cols.cols-image > div.col {
    flex: 1 1 auto;
    padding: 0 1rem;
  }
  div.cols.cols-image > div.col.img img {
    display: block;
    margin: 1rem 0;
  }
}
@media all and (max-width: 52.5rem) {
  div.cols.cols-image {
    display: block;
  }
  div.cols.cols-image > div.col {
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  div.cols.cols-image > div.col.img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
div.cols.cols-image > div.col.img img {
  max-width: 30rem;
}
@media all and (max-width: 100rem) {
  div.cols.cols-image > div.col.img img {
    max-width: 25rem;
  }
}
@media all and (max-width: 85rem) {
  div.cols.cols-image > div.col.img img {
    max-width: 20rem;
  }
}
@media all and (max-width: 70rem) {
  div.cols.cols-image > div.col.img img {
    max-width: 25rem;
  }
}
@media all and (max-width: 52.5rem) {
  div.cols.cols-image > div.col.img img {
    max-width: 100%;
    max-height: 15rem;
  }
}
div.cols.equals > div.col {
  flex-basis: 0;
}
@media all and (max-width: 35rem) {
  div.cols {
    display: block;
  }
  div.cols > div.col {
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  div.cols > div.col.img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 70rem) {
  div.cols.responsive-m {
    display: block;
  }
  div.cols.responsive-m > div.col {
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  div.cols.responsive-m > div.col.img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 100rem) {
  div.cols.responsive-l {
    display: block;
  }
  div.cols.responsive-l > div.col {
    flex: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  div.cols.responsive-l > div.col.img img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
/**
 * Úvodní stránka
 */
/**
 * Úprava stylů hlavního kontejneru stránky specifických pro úvodní stránku.
 */
div#skeleton.home {
  background-color: #979B3F;
  /**
 * Odpočítávání pro rok 2020

main.login-homepage {
	p.description {
		font-size: 1px;
		visibility: hidden;
	}

	div.deduction-wrapper {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
		height: 99vh;

		div.deduction {
			position: relative;
			width: 15em;

			div.front {
				padding-top: 1em;
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				align-items: center;
				position: relative;
				z-index: 2;
				background: transparent;

				h1 {
					line-height: 1em;
					text-transform: none;
					margin-bottom: 1.7em;

					p.bigger {
						font-size: 1.6em;
						line-height: 0.9em;
						margin: 0;
					}
				}

				div.timer {
					border: 2px solid black;
					background: white;
					font-size: 1.3em;
					text-align: center;
					padding: 0.2em 0;
					width: 90%;
					background: bisque;
				}

				p.date {
					color: white;
					font-size: 1.4em;
					font-weight: 500;
					letter-spacing: 0.6px;
					text-align: center;
					padding: 0.2em 0;
					width: 100%;
				}
			}

			div.back {
				position: absolute;
				top: 0;
				width: 100%;
				z-index: 1;
				display: flex;
				justify-content: center;
				align-items: center;

				img.marks {
					width: 90%;
				}
			}
		}

		div.bottom {
			display: flex;
			width: 100%;
			justify-content: center;
			align-items: center;

			@media all and (min-width: @breakpoint-m) {
				width: 80%;
				justify-content: flex-end;
			}

			a.last-year {
				border: 2px solid black;
				background: white;
				font-size: 1.3em;
				text-align: center;
				padding: 0.3em 0.4em;
				background: bisque;
				color: #054b85 !important;
				text-decoration: none;
			}
		}
	}
}
 */
}
div#skeleton.home section.home {
  background-color: #FFC808 !important;
}
div#skeleton.home section.home .main-header {
  margin: 0;
  padding: 0;
}
@media (min-width: 35rem) {
  div#skeleton.home section.home {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    /*
div.introduction {
	padding-bottom: 2em;

	header {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		h1 {
			margin-top: 1em;
			text-transform: none;
			text-align: center;
			font-size: 1em;

			@media all and (min-width: 500px) {
				margin: 0;
				font-size: 2em;
			}
		}

		h5 {
			margin-top: 1em;
		}
	}

	main {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;

		p {
			font-size: 1.2em;
			line-height: 1.3em;
			width: 80vw;
			text-align: justify;
			@media all and (min-width: @breakpoint-m) {
				width: 50vw;
			}
		}
	}
}

*/
    /*
a.king-window {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	margin-top: 0em;
	margin-bottom: 3em;

  div.king-bg {
    width: 80%;
    height: 35vh;
    background-image: url("../../uploads/pic/kuba_vaclik_korunovace.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

	  @media all and (min-width: 500px) {
			  width: 70%;
			  height: 50vh;
	  }

	  @media all and (min-width: 700px) {
		  width: 60%;
		  height: 80vh;
	  }
  }

  div.top {
    p {
      text-align: center;
		font-size: 1.5em;
		font-weight: bold;
		text-transform: uppercase;
		margin: 0 0 0.5em 0;
		color: black;
		text-decoration: underline #e1acd0;
    }
  }
}
*/
    /*
div.head {

	position: relative;
  	bottom: 0;
	width: 100%;
	background: @color-green;
	display: flex;
	justify-content: center;
	align-items: center;

	div.content {
		padding: 1.5em 0;
		font-size: 1em;

		@media all and (min-width: @breakpoint-s) {
			font-size: 1.6em;
		}

		@media all and (min-width: @breakpoint-m) {
			font-size: 2.2em;
		}


		span.day-words {
			font-size: 1.2em;
		}

		div.date {
			text-align: center;
		}
	}
}
*/
    /*
	& > div.wrapper {
		& > div#logobar {
			display: none;
		}
	}

	 */
    /**
 * Při otevření postranního panelu se hero obrázek narovná.

@media all and (max-width: @breakpoint-m) {
	div#skeleton.sidebar-open section.home > div.hero {
		transform: scale(0.9);
	}
}

 */
    /**
 * Hero obrázek na hlavní stránce

section.home {
	#_section-fullwidth();
	#_section-nopad();
	height: 100%;
	overflow: hidden;
	position: relative;

	& > div.hero {
		width: 100%;
		height: 100%;
		background-image: url(asset{assets/img/home-hero.svg});
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
		transform: scale(0.9) rotate(@rotate);
		transition: transform ease-in-out @time * 2;
	}

	& > div.date {
		position: absolute;
		bottom: 4rem;
		right: 4rem;
		z-index: 4;
		background-color: @color-indigo;
		padding: 1rem 1.5rem;
		font-size: 175%;
		font-weight: bold;
		color: @color-white;

		@media all and (max-width: @breakpoint-m) {
			bottom: 3rem;
			right: 3rem;
>>>>>>> develop
		}

		div.plody {
			padding: 0;
			position: fixed;
			bottom: 0;
			left: -5vw;
			overflow: hidden;
			height: 1.8em;
			width: 110%;
			//background-image: url("../../uploads/plody.png");
			background-repeat: no-repeat;
			background-size: cover;

			@media(min-width: @breakpoint-s) {
				height: 2.2em;
			}

			@media(min-width: @breakpoint-m) {
				height: 2.8em;
			}
		}

		padding-left: 0;
		padding-top: 0;
		padding-right: 0;

		header {
			background: @color-orange;
			text-align: center;
			padding: 2em 2em 3em 2em;
			background-color: @color-yellow;

			@media (min-width: @breakpoint-sm) {
				padding: 5em 0em 5em 0em;
			}


			.main-header {
				margin: 0;
				color: white;
			}

			p {
				margin: 0;
				font-size: 1.1em;
			}
		}

<<<<<<< HEAD
		div.program-imgs {

			padding: 0;
			margin: 0;
			background: @color-pink;

			div.content {
				width: 100%;
				display: flex;
				align-items: center;

				div.program-img {

					img {
						width: 100%;
						display: block;
					}
				}
			}

			div.program-link {
				padding: 2em 0 3em 0;
				display: flex;
				justify-content: center;
				align-items: center;
			}

			button {
				text-transform: none;
			}
		}

		div.donio {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			padding: 3em 1em;

			.second {
				display: flex;
				justify-content: center;
				align-items: center;
				flex-direction: column;
			}

			.donioImgWrap {
				width: 70vw;
				img { width: 100%; }
			}
			background: @color-pink;
			p {
				margin: 1em 0;
				font-size: 1.2em;
				text-align: justify;
			}
			.btwWrap {
				button {
					zoom: 150%;
				}
			}


			@media (min-width: @breakpoint-sm) {
				flex-direction: row;
				.second {
					margin-left: 2em;
				}

				.donioImgWrap {
					width: 40vw;
				}
			}
		}

		div.krvebrani {
			padding: 3em 2em;

			@media (min-width: @breakpoint-sm) {
				padding: 3em 0em;
			}

			div.content {
				@media (min-width: @breakpoint-sm) {
					display: flex;
					justify-content: space-around;
					align-items: flex-start;
				}

				div {
					flex-basis: 50%;
				}

				div.head {

					@media (min-width: @breakpoint-sm) {
						margin-left: 10vw;

						padding-top: 5em;
						order: 2;
						h3.header {
							font-size: 2em;
						}

						p {
							font-size: 1.2em;
						}
					}
				}

				div.img-wrapper {
					img {
						width: 100%;
						display: block;
					}
				}
			}
		}


		/*
        div.introduction {
            padding-bottom: 2em;

            header {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                h1 {
                    margin-top: 1em;
                    text-transform: none;
                    text-align: center;
                    font-size: 1em;

                    @media all and (min-width: 500px) {
                        margin: 0;
                        font-size: 2em;
                    }
                }

                h5 {
                    margin-top: 1em;
                }
            }

            main {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;

                p {
                    font-size: 1.2em;
                    line-height: 1.3em;
                    width: 80vw;
                    text-align: justify;
                    @media all and (min-width: @breakpoint-m) {
                        width: 50vw;
                    }
                }
            }
        }

        */
    /*
        a.king-window {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: 0em;
            margin-bottom: 3em;

            div.king-bg {
                width: 80%;
                height: 35vh;
                background-image: url("../../uploads/pic/kuba_vaclik_korunovace.jpg");
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;

                @media all and (min-width: 500px) {
                    width: 70%;
                    height: 50vh;
                }

                @media all and (min-width: 700px) {
                    width: 60%;
                    height: 80vh;
                }
            }

            div.top {
                p {
                    text-align: center;
                    font-size: 1.5em;
                    font-weight: bold;
                    text-transform: uppercase;
                    margin: 0 0 0.5em 0;
                    color: black;
                    text-decoration: underline #e1acd0;
                }
            }
        }
        */
    /*
        div.head {

            position: relative;
              bottom: 0;
            width: 100%;
            background: @color-green;
            display: flex;
            justify-content: center;
            align-items: center;

            div.content {
                padding: 1.5em 0;
                font-size: 1em;

                @media all and (min-width: @breakpoint-s) {
                    font-size: 1.6em;
                }

                @media all and (min-width: @breakpoint-m) {
                    font-size: 2.2em;
                }


                span.day-words {
                    font-size: 1.2em;
                }

                div.date {
                    text-align: center;
                }
            }
        }
        */
    /*
        & > div.wrapper {
            & > div#logobar {
                display: none;
            }
        }

         */
    /**
         * Při otevření postranního panelu se hero obrázek narovná.

        @media all and (max-width: @breakpoint-m) {
            div#skeleton.sidebar-open section.home > div.hero {
                transform: scale(0.9);
            }
        }

         */
    /**
         * Hero obrázek na hlavní stránce

        section.home {
            #_section-fullwidth();
            #_section-nopad();
            height: 100%;
            overflow: hidden;
            position: relative;

            & > div.hero {
                width: 100%;
                height: 100%;
                background-image: url(asset{assets/img/home-hero.svg});
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                transform: scale(0.9) rotate(@rotate);
                transition: transform ease-in-out @time * 2;
            }

            & > div.date {
                position: absolute;
                bottom: 4rem;
                right: 4rem;
                z-index: 4;
                background-color: @color-indigo;
                padding: 1rem 1.5rem;
                font-size: 175%;
                font-weight: bold;
                color: @color-white;

                @media all and (max-width: @breakpoint-m) {
                    bottom: 3rem;
                    right: 3rem;
                }

                @media all and (max-width: @breakpoint-s) {
                    bottom: 0;
                    right: 0;
                    padding: 0.75rem 1rem;
                }

                & > small {
                    display: block;
                    font-size: 50%;
                    margin-bottom: 0.25rem;
                }
            }

            &.majalesweather-container {
                & > div.hero {
                    position: absolute;
                    top: 0;
                    left: 0;
                    z-index: 2;
                }

                &.majalesweather-sunny > div.date {
                    background-color: @color-yellow;
                    color: @color-text;
                }

                &.majalesweather-cloudy > div.date {
                    background-color: @color-pink;
                    color: @color-text;
                }
            }
        }
         */
    /**
         * Odpočítávání pro rok 2020

        main.login-homepage {
            p.description {
                font-size: 1px;
                visibility: hidden;
            }

            div.deduction-wrapper {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                align-items: center;
                height: 99vh;

                div.deduction {
                    position: relative;
                    width: 15em;

                    div.front {
                        padding-top: 1em;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: center;
                        position: relative;
                        z-index: 2;
                        background: transparent;

                        h1 {
                            line-height: 1em;
                            text-transform: none;
                            margin-bottom: 1.7em;

                            p.bigger {
                                font-size: 1.6em;
                                line-height: 0.9em;
                                margin: 0;
                            }
                        }

                        div.timer {
                            border: 2px solid black;
                            background: white;
                            font-size: 1.3em;
                            text-align: center;
                            padding: 0.2em 0;
                            width: 90%;
                            background: bisque;
                        }

                        p.date {
                            color: white;
                            font-size: 1.4em;
                            font-weight: 500;
                            letter-spacing: 0.6px;
                            text-align: center;
                            padding: 0.2em 0;
                            width: 100%;
                        }
                    }

                    div.back {
                        position: absolute;
                        top: 0;
                        width: 100%;
                        z-index: 1;
                        display: flex;
                        justify-content: center;
                        align-items: center;

                        img.marks {
                            width: 90%;
                        }
                    }
                }

                div.bottom {
                    display: flex;
                    width: 100%;
                    justify-content: center;
                    align-items: center;

                    @media all and (min-width: @breakpoint-m) {
                        width: 80%;
                        justify-content: flex-end;
                    }

                    a.last-year {
                        border: 2px solid black;
                        background: white;
                        font-size: 1.3em;
                        text-align: center;
                        padding: 0.3em 0.4em;
                        background: bisque;
                        color: #054b85 !important;
                        text-decoration: none;
                    }
                }
            }
        }
         */
  }
  div#skeleton.home section.home .main-header {
    font-size: 2.5em;
  }
  div#skeleton.home section.home .date {
    font-size: 1.2em;
  }
  div#skeleton.home section.home .main-header {
    margin: 0;
    padding: 0;
  }
  div#skeleton.home section.home div.plody {
    padding: 0;
    position: fixed;
    bottom: 0;
    left: -5vw;
    overflow: hidden;
    height: 1.8em;
    width: 110%;
    background-image: url("../../uploads/plody.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  div#skeleton.home section.home header {
    background: #FF8009;
    text-align: center;
    padding: 2em 2em 3em 2em;
  }
  div#skeleton.home section.home header h1 {
    margin: 0;
  }
  div#skeleton.home section.home header p {
    margin: 0;
    font-size: 1.1em;
  }
  div#skeleton.home section.home div.donio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2em;
    background: #FFC9F3;
  }
  div#skeleton.home section.home div.donio .second {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  div#skeleton.home section.home div.donio .donioImgWrap {
    width: 70vw;
  }
  div#skeleton.home section.home div.donio .donioImgWrap img {
    width: 100%;
  }
  div#skeleton.home section.home div.donio p {
    margin: 1em 0;
    font-size: 1.2em;
    text-align: justify;
  }
  div#skeleton.home section.home div.donio .btwWrap button {
    zoom: 150%;
  }
  div#skeleton.home section.home div.krvebrani {
    padding: 3em 2em;
  }
  div#skeleton.home section.home div.krvebrani div.content div {
    flex-basis: 50%;
  }
  div#skeleton.home section.home div.krvebrani div.content div.img-wrapper img {
    width: 100%;
    display: block;
  }
  div#skeleton.home section.home div.program P.call {
    margin: 0em 0 0.6em 0;
    font-weight: bold;
  }
  div#skeleton.home section.home div.program P.call.ongoing {
    font-size: 2em;
    color: red;
  }
  div#skeleton.home section.home div.program P.call.oncoming {
    color: black;
    font-size: 1.5em;
    margin-top: 2em;
  }
  div#skeleton.home section.home div.program ul {
    list-style: none;
    width: 100%;
    padding: 0 !important;
  }
  div#skeleton.home section.home div.program ul li {
    display: flex;
    width: 100%;
    height: 6em;
    background: black;
    border-top: 1px black solid;
  }
  div#skeleton.home section.home div.program ul li:first-child {
    border-top: none;
  }
  div#skeleton.home section.home div.program ul li.full-program {
    border-top: none;
    background: #5b00ff;
    height: 3em;
  }
  div#skeleton.home section.home div.program ul li.full-program a {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  div#skeleton.home section.home div.program ul li > * {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#skeleton.home section.home div.program ul li div.image {
    flex-basis: 30%;
  }
  div#skeleton.home section.home div.program ul li p.title {
    background: #FF8009;
    flex-basis: available;
    margin: 0;
    flex-grow: 1;
  }
  div#skeleton.home section.home div.program ul li .tile {
    flex-basis: 10%;
    padding: 0 0.5em;
    background: #FFC808;
  }
  div#skeleton.home section.home div.program ul li .tile.detail {
    background: #FFFFFF;
  }
  div#skeleton.home section.home div.merch {
    background: #5b00ff;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  div#skeleton.home section.home div.merch div.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.img-wrapper a img {
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div#skeleton.home section.home div.merch div.bottom p,
  div#skeleton.home section.home div.merch div.bottom * > p {
    font-size: 2.4em;
    color: white;
    margin: 0.2em;
    text-align: center;
  }
  div#skeleton.home section.home div.merch div.bottom p.first,
  div#skeleton.home section.home div.merch div.bottom * > p.first {
    font-size: 1.68em;
  }
  div#skeleton.home section.home div.merch div.bottom p.second,
  div#skeleton.home section.home div.merch div.bottom * > p.second {
    font-weight: bold;
  }
  div#skeleton.home section.home div.program P.call {
    margin: 0em 0 0.6em 0;
    font-weight: bold;
  }
  div#skeleton.home section.home div.program P.call.ongoing {
    font-size: 2em;
    color: red;
  }
  div#skeleton.home section.home div.program P.call.oncoming {
    color: black;
    font-size: 1.5em;
    margin-top: 2em;
  }
  div#skeleton.home section.home div.program ul {
    list-style: none;
    width: 100%;
    padding: 0 !important;
  }
  div#skeleton.home section.home div.program ul li {
    display: flex;
    width: 100%;
    height: 6em;
    background: black;
    border-top: 1px black solid;
  }
  div#skeleton.home section.home div.program ul li:first-child {
    border-top: none;
  }
  div#skeleton.home section.home div.program ul li.full-program {
    border-top: none;
    background: #5b00ff;
    height: 3em;
  }
  div#skeleton.home section.home div.program ul li.full-program a {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: bold;
  }
  div#skeleton.home section.home div.program ul li > * {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div#skeleton.home section.home div.program ul li div.image {
    flex-basis: 30%;
  }
  div#skeleton.home section.home div.program ul li p.title {
    background: #FF8009;
    flex-basis: available;
    margin: 0;
    flex-grow: 1;
  }
  div#skeleton.home section.home div.program ul li .tile {
    flex-basis: 10%;
    padding: 0 0.5em;
    background: #FFC808;
  }
  div#skeleton.home section.home div.program ul li .tile.detail {
    background: #FFFFFF;
  }
  div#skeleton.home section.home div.merch {
    background: #5b00ff;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  div#skeleton.home section.home div.merch div.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.img-wrapper a img {
    width: 100%;
  }
  div#skeleton.home section.home div.merch div.bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  div#skeleton.home section.home div.merch div.bottom p,
  div#skeleton.home section.home div.merch div.bottom * > p {
    font-size: 2.4em;
    color: white;
    margin: 0.2em;
    text-align: center;
  }
  div#skeleton.home section.home div.merch div.bottom p.first,
  div#skeleton.home section.home div.merch div.bottom * > p.first {
    font-size: 1.68em;
  }
  div#skeleton.home section.home div.merch div.bottom p.second,
  div#skeleton.home section.home div.merch div.bottom * > p.second {
    font-weight: bold;
  }
  div#skeleton.home section.home.majalesweather-cloudy > div.date {
    background-color: #FFC9F3;
    color: #000000;
  }
}
@media (min-width: 35rem) and (min-width: 35rem) {
  div#skeleton.home section.home .main-header {
    font-size: 2.5em;
  }
  div#skeleton.home section.home .date {
    font-size: 1.2em;
  }
}
@media (min-width: 35rem) and (min-width: 35rem) {
  div#skeleton.home section.home div.plody {
    height: 2.2em;
  }
}
@media (min-width: 35rem) and (min-width: 70rem) {
  div#skeleton.home section.home div.plody {
    height: 2.8em;
  }
}
@media (min-width: 35rem) and (min-width: 46.66666667rem) {
  div#skeleton.home section.home header {
    padding: 5em 0em 3em 0em;
  }
}
@media (min-width: 35rem) and (min-width: 46.66666667rem) {
  div#skeleton.home section.home div.donio {
    flex-direction: row;
  }
  div#skeleton.home section.home div.donio .second {
    margin-left: 2em;
  }
  div#skeleton.home section.home div.donio .donioImgWrap {
    width: 40vw;
  }
}
@media (min-width: 35rem) and (min-width: 46.66666667rem) {
  div#skeleton.home section.home div.krvebrani {
    padding: 3em 0em;
  }
}
@media (min-width: 35rem) and (min-width: 46.66666667rem) {
  div#skeleton.home section.home div.krvebrani div.content {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}
@media (min-width: 35rem) and (min-width: 46.66666667rem) {
  div#skeleton.home section.home div.krvebrani div.content div.head {
    margin-left: 10vw;
    padding-top: 5em;
    order: 2;
  }
  div#skeleton.home section.home div.krvebrani div.content div.head h3.header {
    font-size: 2em;
  }
  div#skeleton.home section.home div.krvebrani div.content div.head p {
    font-size: 1.2em;
  }
}
@media (min-width: 35rem) and all and (max-width: 600px) {
  div#skeleton.home section.home div.program ul li div.image {
    display: none;
  }
}
@media (min-width: 35rem) and all and (max-width: 600px) {
  div#skeleton.home section.home div.program ul li .tile {
    flex-basis: 20%;
  }
}
@media (min-width: 35rem) and all and (min-width: 70rem) {
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 60% !important;
  }
}
@media (min-width: 35rem) and all and (min-width: 100rem) {
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 40% !important;
  }
}
@media (min-width: 35rem) and all and (max-width: 600px) {
  div#skeleton.home section.home div.program ul li div.image {
    display: none;
  }
}
@media (min-width: 35rem) and all and (max-width: 600px) {
  div#skeleton.home section.home div.program ul li .tile {
    flex-basis: 20%;
  }
}
@media (min-width: 35rem) and all and (min-width: 70rem) {
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 60% !important;
  }
}
@media (min-width: 35rem) and all and (min-width: 100rem) {
  div#skeleton.home section.home div.merch div.img-wrapper a {
    width: 40% !important;
  }
}
/**
 * Styly pro carousel s interprety
 */
div.carousel {
  margin: 4rem 0;
  position: relative;
  /**
	 * Tlačítka pro předcházející/následující slide
	 */
}
div.carousel .item {
  display: block;
  text-align: center;
  padding: 2rem 4rem;
  outline: none;
}
@media all and (max-width: 70rem) {
  div.carousel .item {
    padding: 0;
  }
}
div.carousel .item a {
  font-size: 225%;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  outline: none;
}
div.carousel .item a:hover,
div.carousel .item a:active {
  text-decoration: underline;
}
@media all and (max-width: 70rem) {
  div.carousel .item a {
    padding: 1.5rem 3rem;
  }
}
@media all and (max-width: 35rem) {
  div.carousel .item a {
    padding: 1rem 1.75rem;
  }
}
div.carousel > button.slick-prev,
div.carousel > button.slick-next {
  position: absolute;
  top: 40%;
  z-index: 3;
}
@media all and (max-width: 35rem) {
  div.carousel > button.slick-prev,
  div.carousel > button.slick-next {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
div.carousel > button.slick-prev {
  left: 0;
}
div.carousel > button.slick-next {
  right: 0;
}
/**
 * Textový blok s obrázkem na pozadí
 */
div.picturetext {
  margin: 2rem 0;
  background-size: cover;
  background-position: center;
}
div.picturetext > div.container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.25);
}
div.picturetext > div.container > div.aligner {
  text-align: center;
  text-shadow: 0 0 0.25em #FFFFFF;
}
div.picturetext.dark {
  background-color: #333333;
  color: #FFFFFF;
}
div.picturetext.dark > div.container {
  background-color: rgba(0, 0, 0, 0.25);
}
div.picturetext.dark > div.container > div.aligner {
  text-shadow: 0 0 0.25em #000000;
}
div.picturetext.large > div.container {
  padding: 6rem 2rem;
}
@media all and (max-width: 35rem) {
  div.picturetext.large > div.container {
    padding: 3rem 1rem;
  }
}
/**
 * Blok textu s nadpisem
 *
 * Momentálně se používá na stránce Majálesové osvěžovny.
 */
div.textcompact > h3 {
  text-transform: none;
  border-bottom: 2px solid #000000;
  padding-bottom: 0.25rem;
  margin-bottom: 1rem;
  /**
		 * Odkaz, který se zobrazí vedle textu nadpisu.
		 */
}
div.textcompact > h3:after {
  display: block;
  clear: both;
  content: " ";
}
div.textcompact > h3 > span.link {
  font-weight: normal;
  font-size: 1rem;
  float: right;
  margin-left: 1rem;
  margin-top: 0.15rem;
}
div.textcompact > h3 > span.link a {
  color: #000000;
  text-decoration: none;
}
@media all and (max-width: 70rem) {
  div.textcompact {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
/**
 * Stylování článků
 */
/**
 * Seznam článků
 */
ul.articles {
  padding: 0;
}
ul.articles > li {
  display: block;
  list-style-type: none;
  margin: 2rem 0;
}
ul.articles > li > a {
  text-decoration: none;
  color: #000000;
}
ul.articles > li > a:hover h3,
ul.articles > li > a:active h3 {
  text-decoration: underline;
}
ul.articles > li h3 {
  margin-bottom: 0.5rem;
}
ul.articles > li p {
  clear: both;
  margin-top: 0.5rem;
}
ul.articles > li div.bottomline {
  display: table;
  border-collapse: collapse;
  width: 100%;
  font-size: 90%;
}
ul.articles > li div.bottomline > div.wrapper {
  display: table-row;
}
ul.articles > li div.bottomline > div.wrapper > div.line,
ul.articles > li div.bottomline > div.wrapper > div.text {
  display: table-cell;
}
ul.articles > li div.bottomline > div.wrapper > div.line {
  width: 100%;
}
ul.articles > li div.bottomline > div.wrapper > div.text {
  position: relative;
  bottom: 0.2em;
  padding-left: 2rem;
}
/**
 * Stránka s článkem
 */
section.article {
  max-width: 79rem / 1.25;
}
section.article > div.published {
  text-align: center;
}
section.article > h1 {
  text-align: center;
  text-transform: lowercase;
  max-width: 79rem / 1.75;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
section.article p.perex {
  font-size: 110%;
  text-align: center;
  max-width: 79rem / 1.75;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
}
/**
 * Stránka s kontakty
 */
/**
 * Seznam kontaktů
 */
div.contact {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
}
div.contact > div.wrapper {
  display: table-row;
}
div.contact > div.wrapper > div.picture,
div.contact > div.wrapper > div.caption {
  display: table-cell;
  vertical-align: middle;
}
@media all and (max-width: 35rem) {
  div.contact > div.wrapper > div.picture,
  div.contact > div.wrapper > div.caption {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
div.contact > div.wrapper > div.picture {
  padding-right: 4rem;
}
@media all and (max-width: 70rem) {
  div.contact > div.wrapper > div.picture {
    padding-right: 1.75rem;
  }
}
@media all and (max-width: 35rem) {
  div.contact > div.wrapper > div.picture {
    padding-right: 0;
  }
}
div.contact > div.wrapper > div.picture > div.photo {
  width: 12em;
  height: 12em;
  position: relative;
  background-color: #cccccc;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 70rem) {
  div.contact > div.wrapper > div.picture > div.photo {
    width: 10em;
    height: 10em;
  }
}
@media all and (max-width: 35rem) {
  div.contact > div.wrapper > div.picture > div.photo {
    width: 8em;
    height: 8em;
  }
}
div.contact > div.wrapper > div.picture > div.photo > img {
  display: block;
  width: 100%;
  height: 100%;
}
div.contact > div.wrapper > div.picture > div.photo > div.label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.75rem;
  background-color: #FFFFFF;
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-size: 70%;
}
@media all and (max-width: 70rem) {
  div.contact > div.wrapper > div.picture > div.photo > div.label {
    font-size: 70%;
    padding: 0.25rem;
  }
}
div.contact > div.wrapper > div.caption {
  padding-left: 1rem;
  width: 100%;
}
div.contact > div.wrapper > div.caption > h3 {
  font-size: 125%;
  margin-top: 0;
  text-transform: none;
}
@media all and (max-width: 35rem) {
  div.contact > div.wrapper > div.caption > h3 {
    margin-bottom: 0.5rem;
  }
}
@media all and (max-width: 35rem) {
  div.contact > div.wrapper > div.caption a {
    word-break: break-all;
  }
  div.contact > div.wrapper > div.caption p {
    margin: 0.5rem 0;
  }
}
/**
 * Styly pro stránku s merchem
 */
section.merch-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
}
section.merch-section div.space-with-link {
  height: 30vh;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.merch-section div.space-with-link a > p {
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  margin-top: 0;
}
section.merch-section div.images {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
section.merch-section div.images a {
  margin-bottom: 3em;
  width: 90%;
}
section.merch-section div.images a.taska {
  width: 70%;
}
section.merch-section div.images a img {
  width: 100%;
}
@media all and (min-width: 35rem) {
  section.merch-section div.images {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 0;
    padding-top: 10vh;
    width: 100%;
  }
  section.merch-section div.images a,
  section.merch-section div.images a.taska,
  section.merch-section div.images a.triko {
    height: 70vh;
    width: auto;
  }
  section.merch-section div.images a img,
  section.merch-section div.images a.taska img,
  section.merch-section div.images a.triko img {
    height: inherit;
    width: auto;
  }
}
#buttonMedium {
  text-transform: none;
  padding: 15px;
  margin-left: 35px;
}
#buttonBig {
  text-transform: none;
  padding: 25px;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 15%;
}
div.view-wrapper.display-no {
  display: none;
}
div.view-wrapper div.head {
  text-align: right;
}
div.view-wrapper div.view {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
div.view-wrapper div.view div.container {
  width: 100%;
  height: 100%;
}
div.view-wrapper div.view div.container div.content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
div.view-wrapper div.view div.container div.content > div {
  width: 40%;
}
div.view-wrapper div.view div.container div.content div.image-wrapper img {
  width: 100%;
}
/**
 * Čtverec s produktem
 */
div.picturetext.merch-item {
  position: relative;
  max-width: 280px;
  height: 280px;
  cursor: pointer;
}
div.picturetext.merch-item > div.container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.picturetext.merch-item > div.container.blank {
  opacity: 0;
}
div.picturetext.merch-item p.price {
  font-weight: bold;
  font-size: 135%;
}
div.cols div.merch-item {
  margin: 1rem auto;
}
@media all and (max-width: 70rem) {
  div.cols div.merch-item {
    max-width: 100%;
  }
}
/**
 * Blok textu s tučným popiskem a normálním textem vedle
 */
div.textindent {
  display: table;
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width: 35rem) {
  div.textindent {
    display: block;
  }
}
div.textindent > div.item {
  display: table-row;
}
@media all and (max-width: 35rem) {
  div.textindent > div.item {
    display: block;
  }
}
div.textindent > div.item > div.title,
div.textindent > div.item > div.text {
  display: table-cell;
  vertical-align: top;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media all and (max-width: 35rem) {
  div.textindent > div.item > div.title,
  div.textindent > div.item > div.text {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
div.textindent > div.item > div.title {
  font-weight: bold;
  padding-right: 2rem;
}
@media all and (max-width: 35rem) {
  div.textindent > div.item > div.title {
    padding-right: 0;
  }
}
div.textindent > div.item > div.text {
  width: 100%;
}
@media all and (max-width: 70rem) {
  div.textindent.compact {
    display: block;
  }
}
@media all and (max-width: 70rem) {
  div.textindent.compact > div.item {
    display: block;
  }
}
div.textindent.compact > div.item > div.title,
div.textindent.compact > div.item > div.text {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media all and (max-width: 70rem) {
  div.textindent.compact > div.item > div.title,
  div.textindent.compact > div.item > div.text {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
div.textindent.compact > div.item > div.title {
  white-space: nowrap;
}
@media all and (max-width: 70rem) {
  div.textindent.compact > div.item > div.title {
    white-space: normal;
  }
}
/**
 * Stránka s králi
 */
/*
 * Úvodní texty a obrázek v sekci králů
 */
section.kingsHead div.cols img.hero {
  display: block;
  margin: 2rem auto;
  max-height: 50rem;
  max-width: 80%;
}
@media all and (max-width: 70rem) {
  section.kingsHead div.cols img.hero {
    max-height: 40rem;
  }
}
@media all and (max-width: 35rem) {
  section.kingsHead div.cols img.hero {
    max-height: 15rem;
  }
}
/**
 * Sekce se seznamem králů
 */
section.kings {
  max-width: 79rem / 1.25;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #FFFFFF;
  background-color: #9166AC;
  margin: auto;
  margin-bottom: 4rem;
}
section.kings > h2 {
  margin-top: 0;
}
/**
 * Seznam králů s hlasy
 */
ul.kings {
  display: table;
  padding: 0;
  margin: 1rem 0;
  width: 100%;
  border-collapse: collapse;
}
ul.kings > li {
  display: table-row;
  list-style-type: none;
}
ul.kings > li > div.photo,
ul.kings > li > div.info {
  display: table-cell;
  padding-top: 1rem;
  padding-bottom: 1rem;
  vertical-align: middle;
}
ul.kings > li > div.photo img {
  display: block;
  width: 160px;
  height: 160px;
}
@media all and (max-width: 35rem) {
  ul.kings > li > div.photo img {
    width: 80px;
    height: 80px;
  }
}
ul.kings > li > div.info {
  width: 100%;
  padding-left: 4rem;
}
@media all and (max-width: 70rem) {
  ul.kings > li > div.info {
    padding-left: 2rem;
  }
}
@media all and (max-width: 35rem) {
  ul.kings > li > div.info {
    padding-left: 1rem;
  }
}
ul.kings > li > div.info div.name {
  font-weight: bold;
  font-size: 125%;
  margin-bottom: 0.25rem;
}
ul.kings > li > div.info div.school {
  margin: 0.25rem 0;
}
ul.kings > li > div.info div.school i {
  font-style: normal;
}
ul.kings > li > div.info div.chart {
  position: relative;
  margin-top: 0.5rem;
  border: 2px solid #000000;
  height: 2rem;
}
ul.kings > li > div.info div.chart div.progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000000;
}
ul.kings > li > div.info div.chart span.votes {
  position: absolute;
  top: 0.15rem;
  right: 1rem;
  color: #FFFFFF;
  font-weight: bold;
}
/**
 * Styly pro stránky s interprety
 */
/**
 * Blok s přehledem interpretů
 */
div.performers {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
div.performers > figure {
  display: inline-block;
  width: 25%;
  height: 12rem;
  margin: 0;
  padding: 0.5rem;
}
@media all and (max-width: 70rem) {
  div.performers > figure {
    width: 50%;
    padding: 0;
  }
}
@media all and (max-width: 35rem) {
  div.performers > figure {
    width: 100%;
    padding: 0;
  }
}
div.performers > figure > a.wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-color: #FFC9F3;
}
div.performers > figure > a.wrapper div.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  transition: background-color ease-in-out 100ms;
}
div.performers > figure > a.wrapper div.overlay > div.aligner {
  text-align: center;
  text-shadow: 0 0 0.15em #000000;
}
div.performers > figure > a.wrapper div.overlay > div.aligner h3,
div.performers > figure > a.wrapper div.overlay > div.aligner p {
  margin: 0.5rem 0;
}
div.performers > figure > a.wrapper div.overlay > div.aligner span.booking-notification {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.5em;
  background-image: url(asset{assets/img/icon-booking-white.svg});
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: help;
}
div.performers > figure > a.wrapper div.overlay > div.aligner span.booking-notification.booking-notification-mandatory {
  background-image: url(asset{assets/img/icon-booking-orange.svg});
}
div.performers > figure > a.wrapper:hover > div.overlay,
div.performers > figure > a.wrapper:active > div.overlay {
  background-color: rgba(0, 0, 0, 0.25);
}
div.performers.smaller > figure {
  width: 20%;
  height: 10rem;
}
@media all and (max-width: 70rem) {
  div.performers.smaller > figure {
    width: 50%;
    padding: 0;
    font-size: 90%;
  }
}
div.performers.smaller > figure h3 {
  font-size: 105%;
}
/**
 * Blok s informacemi o žánru interpreta a odkazy na web a sociální sítě
 */
div.artistinfo {
  margin: 1rem 0;
  display: table;
  width: 100%;
  border-collapse: collapse;
}
div.artistinfo > div.stream a {
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media all and (min-width: 70rem) {
  div.artistinfo > div.stream a {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 2em;
  }
}
div.artistinfo > div.wrapper {
  display: table-row;
}
div.artistinfo > div.wrapper > div.genre,
div.artistinfo > div.wrapper > div.links {
  display: table-cell;
  vertical-align: top;
}
div.artistinfo > div.wrapper > div.genre {
  font-weight: bold;
  text-transform: uppercase;
}
div.artistinfo > div.wrapper > div.links ul {
  padding: 0;
  margin: 0;
  text-align: right;
}
div.artistinfo > div.wrapper > div.links ul > li {
  display: inline-block;
  list-style-type: none;
  margin-left: 0.5rem;
}
div.artistinfo > div.wrapper > div.links ul > li > a {
  font-weight: bold;
  text-decoration: none;
  color: #5b00ff;
}
/**
 * Blok s carouselem top interpretů
 */
section.performers-carousel {
  max-width: 100%;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/**
 * Blok s doporučenými interprety
 */
section.performers-featured {
  max-width: 79rem / 1.25;
}
section.performers-featured div.cols {
  margin: 2rem 0;
  align-items: center;
}
section.performanceheading {
  margin-bottom: 0;
  padding: 7rem 0rem 0rem 0rem;
}
@media all and (max-width: 35rem) {
  section.performanceheading {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
  }
}
section.performanceheading > div.picturetext {
  padding: 0;
}
section.performanceheading > div.picturetext.large {
  margin-top: 0;
}
section.performanceheading > div.picturetext.large div.booking-notification {
  margin: 1rem 0;
}
section.performanceheading > div.picturetext.large div.booking-notification > a {
  color: #FFFFFF;
}
section.performanceheading > div.picturetext.large div.booking-notification > a:before {
  display: inline-block;
  content: " ";
  vertical-align: text-top;
  width: 1.25em;
  height: 1.25em;
  background-image: url(asset{assets/img/icon-booking-white.svg});
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 1em;
}
@media all and (max-width: 35rem) {
  section.performanceheading > div.picturetext.large div.booking-notification > a:before {
    margin-right: 0.5em;
  }
}
section.performanceheading > div.picturetext.large div.booking-notification.booking-notification-mandatory {
  margin-top: 1.5rem;
}
section.performanceheading > div.picturetext.large div.booking-notification.booking-notification-mandatory > a {
  background-color: rgba(0, 102, 51, 0.75);
  padding: 0.25em 1em 0.25em 0.5em;
}
section.performanceinfo {
  padding: 2rem;
  margin-top: 0;
}
div.detail-images {
  width: 100%;
}
div.detail-images img {
  width: 100%;
  margin-bottom: 30px;
}
/**
 * Fotogalerie
 */
div.gallery {
  margin: 2rem 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 7rem;
  grid-gap: 0.25rem;
}
@media all and (max-width: 100rem) {
  div.gallery {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media all and (max-width: 35rem) {
  div.gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 4rem;
  }
}
div.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.gallery > figure {
  margin: 0;
  overflow: hidden;
}
div.gallery > div.video {
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 1;
  grid-row-end: 4;
}
@media all and (max-width: 100rem) {
  div.gallery > div.video {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-end: 3;
  }
}
@media all and (max-width: 35rem) {
  div.gallery > div.video {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-end: 3;
  }
}
div.gallery > div.video.centered {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 4;
}
div.gallery > div.video > iframe {
  width: 100%;
  height: 100%;
}
/**
 * Stránka o historii festivalu
 */
section.history div.description {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width: 35rem) {
  section.history div.description {
    display: block;
  }
}
section.history div.description > div.wrapper {
  display: table-row;
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper {
    display: block;
  }
}
section.history div.description > div.wrapper > div.text,
section.history div.description > div.wrapper > div.img {
  display: table-cell;
  vertical-align: top;
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.text,
  section.history div.description > div.wrapper > div.img {
    display: block;
    margin: 2rem 0;
  }
}
section.history div.description > div.wrapper > div.text {
  width: 100%;
  overflow: auto;
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.text {
    overflow: initial;
  }
}
section.history div.description > div.wrapper > div.text > h2 {
  float: left;
  font-size: 900%;
  margin: 0 2rem 0 0;
}
@media all and (max-width: 100rem) {
  section.history div.description > div.wrapper > div.text > h2 {
    font-size: 700%;
  }
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.text > h2 {
    float: none;
    margin: 2rem 0;
    font-size: 500%;
    text-align: center;
  }
}
section.history div.description > div.wrapper > div.text > p {
  text-align: justify;
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.text > p {
    text-align: left;
  }
}
section.history div.description > div.wrapper > div.img {
  vertical-align: middle;
  padding-left: 4rem;
}
@media all and (max-width: 100rem) {
  section.history div.description > div.wrapper > div.img {
    padding-left: 2rem;
  }
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.img {
    padding-left: 0;
  }
}
section.history div.description > div.wrapper > div.img > figure {
  margin: 0;
}
section.history div.description > div.wrapper > div.img > figure img {
  display: block;
  margin: 0 0 0 auto;
  width: auto;
  height: 30rem;
}
@media all and (max-width: 100rem) {
  section.history div.description > div.wrapper > div.img > figure img {
    height: 20rem;
  }
}
@media all and (max-width: 35rem) {
  section.history div.description > div.wrapper > div.img > figure img {
    margin: 1rem auto;
  }
}
section.rychlorande * {
  border: none;
}
section.rychlorande h1 {
  width: 50%;
}
section.rychlorande table tr {
  padding-bottom: 50px;
}
section.rychlorande table tr th {
  text-align: right;
  vertical-align: top;
  padding-right: 25px;
}
section.rychlorande table * {
  outline: none;
}
section.rychlorande table .button {
  margin-top: 30px;
  border-radius: 10px;
}
section.rychlorande table input[type="text"],
section.rychlorande table input[type="number"],
section.rychlorande table input[type="email"] {
  height: 2em;
  border-radius: 10px;
  width: 80%;
  padding: 1.5em;
}
@media (min-width: 70rem) {
  section.rychlorande table input[type="text"],
  section.rychlorande table input[type="number"],
  section.rychlorande table input[type="email"] {
    padding: 1em;
    width: 50%;
  }
}
section.rychlorande table input[type=number]::-webkit-inner-spin-button,
section.rychlorande table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.rychlorande table input[type="radio"] {
  background-color: #ddd;
  background-image: -webkit-linear-gradient(0deg, transparent 20%, hsla(0, 0%, 100%, 0.7), transparent 80%), -webkit-linear-gradient(90deg, transparent 20%, hsla(0, 0%, 100%, 0.7), transparent 80%);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px hsla(0, 0%, 100%, 0.8), 0 0 0 1px hsla(0, 0%, 0%, 0.6), 0 2px 3px hsla(0, 0%, 0%, 0.6), 0 4px 3px hsla(0, 0%, 0%, 0.4), 0 6px 6px hsla(0, 0%, 0%, 0.2), 0 10px 6px hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 15px;
  position: relative;
  width: 15px;
  -webkit-appearance: none;
}
section.rychlorande table input[type="radio"]:after {
  background-color: #444;
  border-radius: 25px;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.4), 0 1px 1px hsla(0, 0%, 100%, 0.8);
  content: '';
  display: block;
  height: 7px;
  left: 4px;
  position: relative;
  top: 4px;
  width: 7px;
}
section.rychlorande table input[type="radio"]:checked:after {
  background-color: #5b00ff;
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 0%, 0.4), inset 0 2px 2px hsla(0, 0%, 100%, 0.4), 0 1px 1px hsla(0, 0%, 100%, 0.8), 0 0 2px 2px hsla(0, 70%, 70%, 0.4);
}
/**
 * Box s informační zprávou
 */
div.message {
  margin: 2rem 0;
  background-color: #9166AC;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2rem;
  text-align: center;
}
@media all and (max-width: 35rem) {
  div.message {
    padding: 1rem;
  }
}
div.message.warning {
  background-color: #FF8009;
}
div.message.success,
div.message.error {
  padding-left: 6rem;
  background-position: left 1.75rem top 1.5rem;
  background-repeat: no-repeat;
  background-size: 2.5rem;
}
@media all and (max-width: 35rem) {
  div.message.success,
  div.message.error {
    padding-left: 2.75rem;
    background-size: 1.5rem;
    background-position: left 0.75rem top 1rem;
  }
}
div.message.error {
  background-color: #dd1517;
  background-image: url(asset{assets/img/message-error.svg});
}
div.message.success {
  background-color: #006633;
  background-image: url(asset{assets/img/message-success.svg});
}
div.message > small {
  font-size: 100%;
  font-weight: normal;
}
/**
 * Tabulky
 */
table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
}
table.nomargin {
  margin: 0;
}
table,
table th,
table td {
  border: 1px solid #000000;
}
table th,
table td {
  padding: 0.25rem 0.5rem;
}
table th.vertical-middle,
table td.vertical-middle {
  vertical-align: middle;
}
table.left {
  width: auto;
}
table.left th {
  text-align: left;
}
table.noborder,
table.noborder th,
table.noborder td {
  border: none;
}
table.thtotd th {
  text-align: right;
  vertical-align: top;
}
table.thtotd td {
  vertical-align: bottom;
}
/**
 * Styly pro keškobraní
 */
section.keskobrani > div.cols > div.col.cache-types > div.emphasisbox {
  margin: 2rem 0;
}
@media all and (max-width: 35rem) {
  section.keskobrani > div.cols > div.col.cache-types > div.emphasisbox {
    margin: 1rem 0;
  }
}
section.keskobrani > div.cols > div.col.cache-table > p:first-child {
  margin-top: 0;
}
@media all and (max-width: 35rem) {
  section.keskobrani > div.cols > div.col.cache-table > p:first-child {
    margin-top: 1em;
  }
}
section.keskobrani ul.important {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media all and (max-width: 46.66666667rem) {
  h1 {
    text-align: center;
  }
}
div.partners-text h2 {
  margin-top: 100px;
  text-decoration: none;
  color: black;
  text-align: center;
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text h2 {
    margin-top: 45px;
    text-align: center;
  }
}
div.partners-text div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
div.partners-text div div {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  min-height: 150px;
  margin-bottom: 30px;
  width: 100%;
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text div div {
    margin-bottom: 0;
  }
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text div div {
    flex-direction: column;
  }
}
div.partners-text div div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text div div a {
    width: 70%;
  }
}
div.partners-text div div a img {
  width: 100%;
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text div div a img {
    margin-bottom: 40px;
  }
}
div.partners-text div div .squares {
  width: 15%;
}
@media all and (max-width: 46.66666667rem) {
  div.partners-text div div .squares {
    width: 50%;
  }
}
/**
 * Styly pro stránku se studenty
 */
section.students div {
  padding: 0;
}
section.students h5 {
  margin: 3px 0;
}
section.students button {
  text-transform: none;
}
section.students div.formContainer {
  margin-bottom: 3em;
}
section.students form table,
section.students form table * {
  border: none;
}
section.students form dl {
  list-style: none;
}
section.students form dl dd {
  margin: 0;
}
section.students form input {
  border-radius: 10px;
  border: none;
  height: 2.6em;
  padding: 0.5em;
  width: 100%;
  margin-bottom: 0.4em;
}
section.students form input[type="submit"] {
  margin-top: 0.5em;
}
section.students.default p.description {
  margin: 3em 0;
}
section.students.newCardRecord p.description {
  margin: 0 0 3em 0;
  padding: 0;
}
section.students.newCardRecord label {
  font-weight: bold;
}
section.students.newCardRecord input[type="submit"] {
  margin-top: 0.4em;
}
section.students.newCardRecord input[type="file"] {
  margin-bottom: 1.5em;
  padding: 0;
  border-radius: 0;
}
/**
 * Styly pro stránku majademic
 */
section.majademic img {
  width: 100%;
}
section.majademic div.school {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
section.majademic div.school a.schoolImgWrapper {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 35rem) {
  section.majademic div.school {
    flex-direction: row;
  }
  section.majademic div.school a.schoolImgWrapper {
    width: 240px;
    margin-right: 3em;
    padding-top: initial;
  }
}
section.majademic div.school span.success {
  color: green;
}
section.majademic div.school span.error {
  color: red;
}
section.majademic.one a.schoolImgWrapper {
  width: 212px;
}
@media (min-width: 70rem) {
  section.majademic.one div.images {
    display: flex;
  }
  section.majademic.one div.images div.rolesWrapper {
    margin-left: 4em;
  }
}
section.majademic.one div.roles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.majademic.one div.roles div.role {
  flex-basis: 45%;
  margin-bottom: 2em;
}
@media (min-width: 46.66666667rem) and (max-width: 70rem) {
  section.majademic.one div.roles div.role {
    flex-basis: 23%;
  }
}
section.majademic.one p.header {
  font-size: 1.4em;
  font-weight: bold;
  margin: 1.5em 0 0.5em 0;
}
/**
 * Styly pro stránku exposition
 */
section.exposition.sign form {
  margin-top: 3em;
}
section.exposition.sign form dl {
  list-style: none;
}
section.exposition.sign form dl label[for="frm-expositionQuestionForm-text"] {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
}
section.exposition.sign form dl input.text {
  display: none;
}
section.exposition.sign form dl li.answer label {
  margin-bottom: 1.3em;
  display: inline-block;
}
section.exposition.sign form dl li.answer input {
  margin-right: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
section.exposition.sign form dl li.answer input:active,
section.exposition.sign form dl li.answer input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section.exposition.sign form dl li.answer input:checked {
  background-color: rgba(150, 150, 150);
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
/**
 * Styly pro stránku exposition
 */
section.poll form {
  margin-top: 3em;
}
section.poll form dl {
  list-style: none;
}
section.poll form dl label[for="frm-expositionQuestionForm-text"] {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 2em;
}
section.poll form dl li.id_king label {
  margin-bottom: 1.3em;
  display: inline-block;
}
section.poll form dl li.id_king input {
  margin-right: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
section.poll form dl li.id_king input:active,
section.poll form dl li.id_king input:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
section.poll form dl li.id_king input:checked {
  background-color: rgba(150, 150, 150);
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
/**
 * Styly pro stránku s mapami
 */
section.about.maps .maps-container {
  padding-top: 4em;
}
section.about.maps img {
  width: 100%;
}
@media (min-width: 46.66666667rem) {
  section.about.maps img {
    width: 50%;
  }
}
@media (max-width: 46.66666667rem) {
  section.about.maps article.item {
    padding: 0;
  }
}
section.about.maps div.map {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.about.maps article {
  padding-bottom: 4em;
}
/**
 * Styly pro stránku exposition
 */
section.windows.all div.map {
  padding-bottom: 2em;
}
section.windows.all img {
  width: 100%;
}
section.windows.all div.windows-container div.window {
  padding-bottom: 1.5em;
}
section.windows.all div.windows-container a {
  text-decoration: none;
}
section.windows.one img {
  width: 100%;
}
/**
  NAVIGACE
 */
div#topmenu {
  background-color: #E1B849;
  min-height: 80px;
}
div#topmenu table.topmenu-table {
  border: 0;
  margin: 0;
  padding: 0;
  height: inherit;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav {
  width: 90%;
  border: 0;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 70rem) {
  div#topmenu table.topmenu-table tr.menu-tr > td.td-nav {
    display: none;
  }
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list {
  list-style-type: none;
  margin: 0;
  padding: 20px 30px 20px 0px;
  display: flex;
  height: 80px;
  justify-content: flex-end;
  align-items: center;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list > li {
  margin-left: 15px;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  color: #FFFFFF;
  transform: none;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list-left {
  list-style-type: none;
  margin: 0;
  padding: 20px 0 20px 20px;
  display: flex;
  height: 80px;
  justify-content: flex-end;
  align-items: center;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list-left > li {
  margin-left: 15px;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-nav > div.top-menu-wrapper > ul.top-menu-list-left > li > a {
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  color: #FFFFFF;
  transform: none;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo {
  width: 35%;
  border: 0;
  margin: 0;
  padding: 0;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo {
  margin-left: 10%;
  display: flex;
  justify-content: center;
  /* Vycentruje obsah */
  align-items: center;
  position: relative;
  flex-direction: row;
}
@media all and (max-width: 70rem) {
  div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo {
    justify-content: center;
    margin-left: 0;
  }
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a {
  display: flex;
  align-items: flex-start;
  height: auto;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 25px;
  text-decoration: none;
  color: #FFFFFF;
  transform: none;
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a > img {
  height: 60px;
}
@media all and (max-width: 70rem) {
  div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a > img {
    height: 70px;
    margin-top: 5px;
  }
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a > .napis {
  padding-left: 18px;
}
@media all and (max-width: 70rem) {
  div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a > .desktop {
    display: none;
  }
}
@media all and (min-width: 70rem) {
  div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > a > .mobile {
    display: none;
  }
}
div#topmenu table.topmenu-table tr.menu-tr > td.td-logo > div.topmenu-logo > div.logo-text {
  margin: auto auto auto 10px;
}
.mobile {
  display: flex;
}
@media all and (min-width: 70rem) {
  .mobile {
    display: none;
  }
}
.hamburger-icon {
  font-size: 36px;
  /* Velikost ikony */
  cursor: pointer;
  text-decoration: none;
  display: flex;
  left: 0;
}
.topmenu-logo .left {
  position: absolute;
  left: 0;
  /* Přilepí menu k levé straně */
}
div.homepage-img-text {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  background-color: #B4B2D8;
}
div.homepage-img-text > div.homepage-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 500px;
  background-color: #B4B2D8;
  background-image: url("../img/landingpage-artists/bm_fotka_web.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media all and (max-width: 35rem) {
  div.homepage-img-text > div.homepage-img {
    height: 250px;
  }
}
@media all and (max-width: 70rem) {
  div.homepage-img-text > div.homepage-img {
    height: 380px;
  }
}
@media all and (max-width: 46.66666667rem) {
  div.homepage-img-text > div.homepage-img {
    height: 300px;
  }
}
div.homepage-img-text > h2.date {
  margin: 40px 0px 0px 0px;
  z-index: 2;
  color: white;
}
@media all and (max-width: 70rem) {
  div.homepage-img-text > h2.date {
    font-size: 20px;
  }
}
div.homepage-img-text > h3.countdown-text {
  margin: 250px 0px 0px 0px;
  z-index: 2;
  color: white;
}
@media all and (max-width: 70rem) {
  div.homepage-img-text > h3.countdown-text {
    margin: 100px 0px 0px 0px;
  }
}
div.homepage-img-text > h1#countdown {
  margin: 0px 0px 0px 0px;
  font-size: 4em;
  z-index: 2;
  color: white;
}
@media all and (max-width: 70rem) {
  div.homepage-img-text > h1#countdown {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 35rem) {
  div.homepage-img-text > h1#countdown {
    font-size: 1.7rem;
  }
}
div.homepage-program-window {
  padding: 80px  2% 50px 2%;
  background-color: #B4B2D8;
}
@media all and (max-width: 46.66666667rem) {
  div.homepage-program-window {
    display: none;
  }
}
div.homepage-program-window > table.homepage-events-layout {
  background-color: #B4B2D8;
  border: 0;
  margin: 0;
  padding: 0;
}
div.homepage-program-window > table.homepage-events-layout > tbody {
  border: 0;
  margin: 0;
  padding: 0;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event {
  height: 450px;
  background-color: #B4B2D8;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame {
  width: 40%;
  height: inherit;
  border: 0;
  padding: 0;
  margin: 0;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame {
    width: 65%;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a {
  text-decoration: none;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a > div.main-event-box {
  width: 80%;
  height: 18vw;
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/fvl.avif");
  background-size: cover;
  background-position: center;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a > div.main-event-box {
    height: 32vw;
    margin: 0;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a > div.main-event-box > div.main-thumbnail-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a > div.main-event-box > div.main-thumbnail-text > div.main-event-thumbnail-title {
  margin-top: 75px;
  color: #FFFFFF;
  font-size: 2em;
  font-weight: 500;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-picture-frame > a > div.main-event-box > div.main-thumbnail-text > div.main-event-thumbnail-day {
  margin-top: 15px;
  font-size: 1.5em;
  font-weight: 400;
  color: #FFFFFF;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame {
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.show-programme-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.show-programme-wrapper a.show-programme {
  margin: 25px 35px 0px 0px;
  text-decoration: none;
  font-size: 1.6em;
  color: #FFFFFF;
  font-weight: 600;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.main-event-info {
  margin: 90px 0px 0px 0px;
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.main-event-info div.main-event-date {
  text-transform: none;
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 600;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.main-event-info div.main-event-date {
    font-size: 2em;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.main-event-info div.main-event-name {
  text-transform: none;
  color: #FFFFFF;
  font-size: 3em;
  font-weight: 600;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody > tr.homepage-main-event td.main-event-text-frame div.main-event-info div.main-event-name {
    font-size: 2em;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame {
  background-color: #B4B2D8;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td {
  border: 0;
  margin: 0;
  padding: 0;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper {
  display: flex;
  justify-content: space-between;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a {
  height: 17vw;
  width: 26%;
  text-decoration: none;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.anna {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/capo.avif");
  background-position: center;
  background-size: cover;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.bert {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/gto.avif");
  background-position: center;
  background-size: cover;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.enemy {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/holky.avif");
  background-position: center;
  background-size: cover;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail {
  height: 100%;
  background-color: grey;
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail div.thumbnail-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: inherit;
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail div.thumbnail-text div.thumbnail-title {
  margin: 60px 0px 0px 0px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail div.thumbnail-text div.thumbnail-title {
    font-size: 1em;
    margin: 30px 0px 0px 0px;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail div.thumbnail-text div.thumbnail-day {
  margin: 25px 0px 0px 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.4em;
}
@media all and (max-width: 70rem) {
  div.homepage-program-window > table.homepage-events-layout > tbody tr.homepage-thumbnail-frame td div.homepage-thumbnail-wrapper > a > div.event-thumbnail div.thumbnail-text div.thumbnail-day {
    font-size: 1em;
    margin: 10px 0px 0px 0px;
  }
}
div.homepage-program-window > table.homepage-events-layout > tbody > tr.spacer {
  height: 1vw;
}
div.mobile-homepage {
  padding-top: 50px;
  background-color: #B4B2D8;
}
@media all and (min-width: 46.66666667rem) {
  div.mobile-homepage {
    display: none;
  }
}
div.mobile-homepage > div.zobrazit-program {
  margin: 0px 35px 15px 0px;
  width: 100%;
  text-align: center;
}
@media all and (min-width: 35rem) {
  div.mobile-homepage > div.zobrazit-program {
    margin: 0;
  }
}
div.mobile-homepage > div.zobrazit-program > a {
  text-decoration: none;
  font-size: 1.6em;
  color: #FFFFFF;
  font-weight: 600;
}
div.mobile-homepage > div.okenka-umelcu {
  padding-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.mobile-homepage > div.okenka-umelcu > a {
  text-decoration: none;
  height: 45vw;
  width: 80%;
  margin-bottom: 20px;
}
div.mobile-homepage > div.okenka-umelcu > a > div.event-thumbnail {
  background-color: grey;
  border: 2px solid #FFFFFF;
  border-radius: 1px;
  outline: 2px solid #FFFFFF;
  outline-offset: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: inherit;
}
div.mobile-homepage > div.okenka-umelcu > a > div.event-thumbnail > div.thumbnail-title {
  margin: 12vw 0px 0px 0px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
}
@media all and (max-width: 35rem) {
  div.mobile-homepage > div.okenka-umelcu > a > div.event-thumbnail > div.thumbnail-title {
    margin: 6vw 0px 0px 0px;
  }
}
div.mobile-homepage > div.okenka-umelcu > a > div.event-thumbnail > div.thumbnail-day {
  margin: 3vw 0px 0px 0px;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.5em;
}
@media all and (max-width: 35rem) {
  div.mobile-homepage > div.okenka-umelcu > a > div.event-thumbnail > div.thumbnail-day {
    margin: 1vw 0px 0px 0px;
  }
}
div.mobile-homepage > div.okenka-umelcu > a > div.anna {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/gto.avif");
  background-position: center;
  background-size: cover;
}
div.mobile-homepage > div.okenka-umelcu > a > div.bert {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/holky.avif");
  background-position: center;
  background-size: cover;
}
div.mobile-homepage > div.okenka-umelcu > a > div.enemy {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/fvl.avif");
  background-position: center;
  background-size: cover;
}
div.mobile-homepage > div.okenka-umelcu > a > div.ventolin {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/landingpage-artists/capo.avif");
  background-position: center;
  background-size: cover;
}
footer.layout-footer {
  background-color: #DD9AB4;
  height: 110px;
  padding: 0 40px 0 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 70rem) {
  footer.layout-footer {
    flex-direction: column;
    justify-content: start;
    height: 250px;
  }
}
@media all and (max-width: 35rem) {
  footer.layout-footer {
    padding: 0 10px 0 10px;
  }
}
footer.layout-footer > .links {
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > .links {
    flex-direction: row;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
}
footer.layout-footer > .links div {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > .links div {
    flex-direction: column;
    margin-bottom: 0;
    width: 120px;
  }
}
footer.layout-footer > .links div a {
  margin-right: 13px;
  /* 10px spacing between items */
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #FFFFFF;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > .links div a {
    text-align: center;
    display: block;
    margin: 0 0 12px 0;
  }
}
footer.layout-footer > .links .last {
  margin: 0;
}
@media all and (max-width: 70rem) {
  footer.layout-footer .desktop {
    display: none;
  }
}
footer.layout-footer .mobile {
  margin-top: 25px;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
@media all and (min-width: 70rem) {
  footer.layout-footer .mobile {
    display: none;
  }
}
@media all and (max-width: 46.66666667rem) {
  footer.layout-footer .mobile {
    width: 100%;
  }
}
footer.layout-footer > div.footer-icons {
  display: flex;
  align-items: flex-end;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > div.footer-icons {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 15px;
  }
}
footer.layout-footer > div.footer-icons > div.footer-icon {
  height: 40px;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > div.footer-icons > div.footer-icon {
    margin-left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
}
footer.layout-footer > div.footer-icons > div.footer-icon > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
}
@media all and (max-width: 70rem) {
  footer.layout-footer > div.footer-icons > div.footer-icon > a {
    width: 60px;
  }
}
footer.layout-footer > div.footer-icons > div.footer-icon > a > img {
  height: inherit;
}
div.faqs-text > p {
  margin-bottom: 50px;
}
/**
 * Hláška o neaktivním JavaScriptu
 */
div#noscript {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
div#noscript > div.message {
  margin: 0 auto;
  max-width: 79rem;
  text-align: center;
}
/**
 * Skrytí elementu při breakpointu L a menších
 */
@media all and (max-width: 100rem) {
  .hide-responsive-l {
    display: none !important;
  }
}
/**
 * Skrytí elementu při breakpointu M a menších
 */
@media all and (max-width: 70rem) {
  .hide-responsive-m {
    display: none !important;
  }
}
/**
 * Skrytí elementu při breakpointu S a menších
 */
@media all and (max-width: 35rem) {
  .hide-responsive-s {
    display: none !important;
  }
}
div.emphasisbox {
  background-color: #5b00ff;
  color: #FFFFFF;
  padding: 2rem;
  margin: 1rem 0;
}
@media all and (max-width: 70rem) {
  div.emphasisbox {
    padding: 1.5rem;
  }
}
@media all and (max-width: 35rem) {
  div.emphasisbox {
    padding: 1rem;
  }
}
div.emphasisbox.smallpadding {
  padding: 1rem;
}
@media all and (max-width: 70rem) {
  div.emphasisbox.smallpadding {
    padding: 0.75rem;
  }
}
@media all and (max-width: 35rem) {
  div.emphasisbox.smallpadding {
    padding: 0.5rem;
  }
}
div.emphasisbox h2 {
  font-size: 1.5em;
}
div.emphasisbox table,
div.emphasisbox table td,
div.emphasisbox table th {
  border-color: #FFFFFF;
}
div.emphasisbox input[type=submit],
div.emphasisbox input[type=reset],
div.emphasisbox input[type=button],
div.emphasisbox button,
div.emphasisbox a.button {
  background-color: #FFFFFF;
  color: #5b00ff;
}
div.emphasisbox input[type=submit]:hover,
div.emphasisbox input[type=reset]:hover,
div.emphasisbox input[type=button]:hover,
div.emphasisbox button:hover,
div.emphasisbox a.button:hover,
div.emphasisbox input[type=submit]:active,
div.emphasisbox input[type=reset]:active,
div.emphasisbox input[type=button]:active,
div.emphasisbox button:active,
div.emphasisbox a.button:active {
  background-color: #d9d9d9;
}
.top-menu-list .dropdown {
  position: relative;
}
.top-menu-list .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #ffe464;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 150px;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.top-menu-list .dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #5b00ff;
  text-decoration: none;
}
.top-menu-list .dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.top-menu-list .dropdown:hover .dropdown-menu,
.top-menu-list .dropdown:focus-within .dropdown-menu {
  display: block;
}
.top-menu-list-left {
  list-style: none;
}
.top-menu-list-left .dropdown {
  position: relative;
}
.top-menu-list-left .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffe464;
  border: 1px solid #ccc;
  z-index: 1000;
  min-width: 150px;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.top-menu-list-left .dropdown .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  /* Snížení paddingu a přidání odsazení zleva */
  color: #5b00ff;
  text-decoration: none;
}
.top-menu-list-left .dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.top-menu-list-left .dropdown:hover .dropdown-menu,
.top-menu-list-left .dropdown:focus-within .dropdown-menu {
  display: block;
}
.top-menu-wrapper-mobile {
  display: flex;
}
@media all and (min-width: 70rem) {
  .top-menu-wrapper-mobile {
    display: none;
  }
}
