<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
    display: inline-block; /* ZajistĂ­, Ĺľe ĹˇĂ­Ĺ™ka odpovĂ­dĂˇ obsahu */
    position: relative;
    max-width: 37.5rem;
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden; /* ZabrĂˇnĂ­ zobrazenĂ­ mimo Swiper */
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide svg {
    display: block; /* ZamezĂ­ mezerĂˇm kolem obrĂˇzku */
    /* width: auto; /* ObrĂˇzek bude mĂ­t svou pĹ™irozenou ĹˇĂ­Ĺ™ku */ */
    height: auto; /* ZachovĂˇ pomÄ›r stran obrĂˇzku */
    width: 100%;
}

/* Styl navigaÄŤnĂ­ch tlaÄŤĂ­tek */
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    color: white;
    padding: 0.3125rem;
    cursor: pointer;
}
.swiper-button-next {
    right: 0.625rem;
}
.swiper-button-prev {
    left: 0.625rem;
}

/* Skryje tlaÄŤĂ­tka ve vĂ˝chozĂ­m stavu */
.swiper-button-next,
.swiper-button-prev {
    opacity: 0;
    transition: opacity 0.3s ease; /* PlynulĂ˝ pĹ™echod pro zobrazenĂ­ */
}

/* ZobrazĂ­ tlaÄŤĂ­tka pĹ™i najetĂ­ myĹˇĂ­ na Swiper kontejner */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

html {
    font-size: 100%; /* obvykle 16px = 1rem */
}

body {
    font-family: 'C059';
    margin: 0 0 1.25rem 0;
}

body, p, li {
    font-size: clamp(1.125rem, 1.2vw, 1.25rem);
    line-height: 1.5;
}

p {
    margin: 8px 0px 8px 0px;
}

p .p-number {
    font-weight: bold;
    margin-top: 8px;
    margin-right: 4px;
}

li {
    line-height: 1.6;
    padding-bottom: 0.3125rem;
}

h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem); /* cca 28â€“36 px */
  line-height: 1.25;
  margin-bottom: 0.6em;
}

h2 {
  font-size: clamp(1.5rem, 3vw, 1.875rem); /* cca 24â€“30 px */
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h3 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem); /* cca 20â€“24 px */
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h1, h2, h3 {
  font-weight: bold;
}

small, .organ-info, .footnotes li {
  font-size: clamp(0.8rem, 0.9vw, 0.95rem); /* cca 13â€“15 px */
  line-height: 1.4;
}

li::marker {
    font-weight: bold;
}

.page-number {
    font-size: clamp(1.25rem, 2.5vw, 1.5rem);
    color: dimgray;
}

a {
  color: #6f0f16;              /* zĂˇkladnĂ­ barva â€“ vĂ­novĂˇ z hlaviÄŤky */
}

a:visited {
  color: #5a0c13;              /* mĂ­rnÄ› tlumenĂˇ varianta vĂ­novĂ© */
}

a:hover,
a:focus {
  color: #a81e28;              /* svÄ›tlejĹˇĂ­ ÄŤervenĂˇ pro hover efekt */
}

header {
  background-color: #6f0f16;
  color: #fbeada;
  padding: 0.8em 1em;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1.2em;
  text-decoration: none;      /* odstranĂ­ podtrĹľenĂ­ */
  color: inherit;             /* zdÄ›dĂ­ barvu z nadĹ™azenĂ©ho prvku */
}

.brand img {
  height: 2rem; /* 32px */
  margin-left: 1.25rem; /* 20px */
  margin-right: 0.3125rem; /* 5px */
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1em;
}

.navbar a {
  color: #fbeada;
  text-decoration: none;
}

.navbar a:hover {
    opacity: 0.85;
}

.nav-links a {
  font-size: 0.95em;
}

.nav-links form {
  display: flex;
  align-items: center;
}

.nav-links input[type="number"] {
  padding: 0.3em;
  width: 3.75rem;
  border: none;
  border-radius: 4px 0 0 4px;
}

.nav-links button {
  padding: 0.3em 0.6em;
  border: none;
  background: #a81e28;
  color: #fbeada;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fbeada;
  font-size: 1.4em;
  cursor: pointer;
}

.page-number-input {
    font-size: 2rem;
    width: 6.25rem;
    font-family: 'C059';
}

/* Chrome, Safari, Edge */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 800px) {
  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: #8c1d26;
    padding: 1em;
    margin-top: 0.5em;
  }

  .nav-links.active {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width:768px) {
  .container {
    width:750px;
  }
}
@media (min-width:992px) {
  .container {
    width:970px;
  }
}
@media (min-width:1200px) {
  .container {
    width:1170px;
  }
}

@font-face {
    font-family: 'C059';
    src: url('c059-roman.woff2') format('woff2');
    font-weight: normal;
}

@font-face {
    font-family: 'C059';
    src: url('c059-bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
  font-family: 'C059';
  src: url('c059-italic.woff2') format('woff2');
  font-style: italic;
  font-weight: normal;
}

em {
    font-style: italic;
}

.hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}</pre></body></html>