.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 0.4em;
  margin-bottom: 0.25em;
  font-weight: bold;
  font-family: 'Termina', sans-serif;
}
.h46 {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
ul.kategorie-program {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
ul.kategorie-program > li {
  width: 25rem;
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.kategorie-program .category--main {
  position: relative;
  margin: 0;
}
ul.kategorie-program .category--main img {
  max-width: 25rem;
}
ul.kategorie-program .category--main span {
  position: absolute;
  width: 75%;
  text-align: center;
  color: white;
  left: 12.5%;
  top: calc(50% - 1em);
}
.kategorie-program--head {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  text-align: center;
}
.kategorie-children {
  margin-top: 2em;
}
.kategorie-children > li + li {
  margin-top: 1em;
}
.kategorie-children a {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.kategorie-children a svg,
.kategorie-children a img {
  width: 2.5em;
  height: 2.5em;
}
.kategorie-children a span {
  padding-left: 1em;
}
section.s-categories {
  padding-top: 2em;
  padding-bottom: 2em;
}
.program__header {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 2em;
}
.program__header .sub-title {
  color: #b4c8d2;
  font-size: 1.25em;
  margin-bottom: 0.75em;
}
form.stan-program-tags {
  background-color: white;
  padding-top: 2em;
  padding-bottom: 2em;
}
form.stan-program-tags > h2,
form.stan-program-tags > p {
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}
form.stan-program-tags fieldset.program-tags {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
}
form.stan-program-tags fieldset.program-tags .form-checkboxes {
  margin-top: 2em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
form.stan-program-tags fieldset.program-tags .form-checkboxes > .form-item {
  padding: 0;
}
form.stan-program-tags fieldset.program-tags input[type=checkbox] {
  visibility: hidden;
  width: 1px;
  height: 1px;
  position: absolute;
}
form.stan-program-tags fieldset.program-tags input[type=checkbox] + label {
  margin: 1em;
  padding: 1.5em 1.25em;
  background-color: #f3f5f6;
  font-weight: bold;
  cursor: pointer;
  transition: color 200ms ease, background-color 200ms ease, border-radius 200ms ease;
}
form.stan-program-tags fieldset.program-tags input[type=checkbox]:checked + label,
form.stan-program-tags fieldset.program-tags input[type=checkbox] + label:hover {
  background-color: #5bc5f2;
  color: white;
  border-radius: 0.5em;
}
form.stan-program-tags .form-actions {
  text-align: center;
}
form.stan-program-tags .form-actions input[type=submit] {
  background-image: url("../../images/arrow_right.svg");
  background-repeat: no-repeat;
  background-size: 1.25em 0.6875em;
  background-position-x: 90%;
  background-position-y: center;
  padding-right: 3.5em;
}
.kategorie-program--header {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
}
.kategorie-program--header .title {
  position: relative;
}
.kategorie-program--header h1 {
  text-align: center;
  position: absolute;
  top: calc(50% - 0.7em);
  color: white;
  width: 70%;
  left: 15%;
}
.kategorie__citace {
  max-width: calc(78rem - 20em);
  margin: 3em auto 5em;
}
.kategorie__citace blockquote {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.9em;
}
.stan-program {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  padding-left: 10em;
  padding-bottom: 4em;
}
.stan-program .group--title {
  font-weight: bold;
  margin: 0.75em 0;
  position: relative;
}
.stan-program .group--title.has-icon {
  position: relative;
}
.stan-program .group--title.has-icon svg,
.stan-program .group--title.has-icon img {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  left: -8.25rem;
  top: -2rem;
}
.stan-program .group--title > .anchor {
  position: absolute;
  top: calc(-6rem - 1em);
}
.stan-program > .group--title {
  font-size: 1.5em;
  margin: 2em 0;
}
.stan-program .group--title.last {
  font-size: 1.125em;
}
.stan-program .group--title.last + .program--group {
  font-size: 1.125em;
  margin-bottom: 2em;
}
.stan-program .group--title.last + .program--group > li {
  padding-left: 1.75em;
  position: relative;
}
.stan-program .group--title.last + .program--group > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 0.35em);
  width: 0.7em;
  height: 0.7em;
  border-radius: 50%;
  background-color: #afca0b;
}
.stan-program .group--title.last + .program--group > li + li {
  margin-top: 1em;
}
.stan-program .group--title.last.group--v-pristim-volebnim-obdobi + .program--group > li::before {
  background-color: #5bc5f2;
}
.path-taxonomy .stan-program > .group--title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.path-taxonomy .stan-program > .program--group > li > .group--title {
  font-size: 1.5em;
  margin: 2em 0;
}
.path-taxonomy .stan-program > .program--group .program--group .group--title:not(.last) {
  font-size: 1.25em;
}
header.prog-c__head {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
}
ul.selected-tags {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
ul.selected-tags > li {
  margin: 1em;
}
ul.selected-tags > li:not(.other) {
  background-color: white;
  border-radius: 0.5em;
  color: #b4c8d2;
  padding: 1.5em 1.25em;
}
ul.selected-tags > li.other {
  display: flex;
  align-items: center;
  font-weight: bold;
}
ul.selected-tags > li.other a {
  padding-left: 1.75em;
  background-image: url("../../images/cross.svg");
  background-repeat: no-repeat;
  background-size: 0.9em;
  background-position: center left;
}
@media all and (max-width: 62rem) {
  .stan-program {
    padding-left: 3em;
  }
  .stan-program .group--title.has-icon svg,
  .stan-program .group--title.has-icon img {
    width: 2rem;
    height: 2rem;
    left: -2.5rem;
    top: 0;
  }
  .kategorie-program--header h1 {
    width: 94%;
    left: 3%;
  }
}
@media all and (max-width: 35rem) {
  .stan-program {
    padding-left: 0;
  }
  .stan-program .group--title.has-icon svg,
  .stan-program .group--title.has-icon img {
    left: 0;
    top: 2rem;
  }
  .kategorie-program--header .title {
    overflow: hidden;
  }
  .kategorie-program--header img {
    max-width: none;
    height: 10em;
  }
  .kategorie-program--header h1 {
    width: 100%;
    left: 0;
    top: calc(50% - 1em);
  }
}
