/* Barevnost */

#titulka header {
  background-image: url('../media/header.png'); 
  background-color: #ffffff; /* pozadí pod obrázkem hlavičky - musí být čitelný text a loga !!! */
  background-size: auto 450px;
  background-position: calc(50% - 120px) calc(50% - 120px); /* vypočítané dle použitého obrázku */
}
@media screen and (max-width: 39.9375em) {
  header h1, #titulka header h1, header h2, #titulka header h2, header h3, #titulka header h3 {color: #000000!important; }
  header {background-color: #ffffff!important; }
}
#titulka header h1 { color: #3a3a3a; }
#titulka header h2 { color: #3a3a3a; }
#titulka header h3 { color: #3a3a3a; }
#tiraz {
  background-color: #000000;
  color: #fcfcfc; /* inverzní text */
}
#tiraz a { color: #fcfcfc; /* inverzní text */ }
#tiraz h3 { color: #fcfcfc; /* inverzní text */ }
a.toc-item, span.toc-item { background-color: rgba(224, 224, 224, 0.85); color: #0000dc }
a.toc-item.active { background-color: #0000dc; }
a.toc-item:hover { background-color: #0000dc; }	
h2 {color: #0000dc} /* secondary */
.t1, .t1 strong, .t1 em {background: #ffffff!important; color: #fafafa;}
.t2, .t2 strong, .t2 em {background: #0000dc!important; color: #fafafa;} /* secondary */
.t3, .t3 strong, .t3 em {background: #3a3a3a!important; color: #fafafa;} /* doplnkova */
sup a, sup a:visited { color: #0000dc!important; } /* secondary */
sup a:hover { color: #fff!important; }
/* KONEC - Barevnost */



#titulka header img.logo { margin-top: 3.286rem; width: 20rem; margin-left: -5px; }
#titulka header h1 { margin-top: 3.286rem; font-size: 2.8rem; text-indent: -4px; }
#titulka header h1 > span { text-indent: 0px; }
#header::before { background: rgba(255,255,255,.85); }


/* úprava výšky menu dle videa */
#titulka nav.toc,
#titulka nav.toc .toc-section {
  height: 100%
}
#titulka nav.toc .toc-section .toc-item {
  height: 12.5% /* =100%/pocet_polozek */
}

.program ul li + li {margin-top: 1rem;}

/* úprava galerie pro účely OSK */
.gallery-wrap {
  margin-right: 0;
}
.gallery-main .cover {
	object-fit: contain;
}
.gallery-size-ratio-8-5 {
  padding-bottom: 66.6667%;
}

/* úprava galerie pro účely OSK */
.gallery-wrap {
  margin-right: 0;
}
.gallery-main .cover {
	object-fit: contain;
}
.gallery-size-ratio-8-5 {
  padding-bottom: 66.6667%;
}