.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;
}
.empty-list {
  margin-bottom: 2em;
}
.udalost {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  background-color: white;
  padding: 2em 6em 4em;
  border: 0.125em inset;
  border-image-source: linear-gradient(91.45deg, #5bc5f2 0%, #ffdd00 31.25%, #afca0b 68.75%, #d91016 100%);
  border-image-slice: 1;
  margin-bottom: 3em;
}
.udalost h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-top: 1em;
}
@media all and (max-width: 50rem) {
  .udalost h1 {
    font-size: 1.3em;
  }
}
.udalost > header {
  margin-bottom: 2em;
}
.udalost > header time {
  margin-bottom: 1.5em;
}
.udalost > header time .date {
  font-size: 1.25em;
  font-weight: bold;
  color: #afca0b;
}
.udalost > header time .day {
  font-size: 1.25em;
}
.udalost > header time .hour {
  font-size: 1.125em;
  font-weight: bold;
}
.udalost > header time span + span {
  margin-left: 1.5em;
}
.udalost section.content {
  display: flex;
  justify-content: space-between;
}
.udalost section.content > .text {
  max-width: none;
  flex-shrink: 1;
}
.udalost section.content > .text + * {
  margin-left: 1em;
}
.udalost section.content > * {
  max-width: 30em;
  flex-shrink: 0;
}
.udalost section.content p {
  line-height: 1.75;
}
.udalosti {
  margin-bottom: 2em;
}
.udalosti header {
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  margin-bottom: 2em;
}
.udalosti-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
}
.udalosti-list > li .udalost--teaser {
  margin: auto;
}
.udalosti-list > li + li {
  margin-top: 1em;
}
.udalost__link:hover {
  text-decoration: none;
}
.udalosti__links {
  margin: auto auto 2em;
  max-width: 78rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: white;
  padding: 1em 3em;
}
.udalosti__links > li {
  margin: 1em;
}
.udalosti__links a {
  padding: 1em 1.5em;
  background-color: white;
  color: #b4c8d2;
  font-weight: bold;
  font-size: 0.8em;
  cursor: pointer;
  transition: color 200ms ease-in, background-color 200ms ease-in;
}
.udalosti__links a:hover,
.udalosti__links a.active {
  color: white;
  background-color: #3f4e55;
}
.empty-list {
  text-align: center;
  max-width: 78rem;
  margin: auto;
  padding-left: 1em;
  padding-right: 1em;
}
header.udalosti-head {
  width: 96%;
  max-width: 78rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 3em;
}
.udalost--teaser {
  width: 90%;
  max-width: 51em;
  background-color: white;
  border: 0.125em inset;
  border-image-source: linear-gradient(91.45deg, #5bc5f2 0%, #ffdd00 31.25%, #afca0b 68.75%, #d91016 100%);
  border-image-slice: 1;
}
.udalost--teaser .udalost__link {
  padding: 1.5em 3em;
  display: flex;
  align-items: center;
}
.udalost--teaser h3 {
  font-size: 1.3em;
}
@media all and (max-width: 50rem) {
  .udalost--teaser h3 {
    font-size: 1.2em;
  }
}
.udalost--teaser time {
  flex-shrink: 0;
  width: 9em;
  display: flex;
  flex-direction: column;
}
.udalost--teaser time .day {
  font-size: 0.75em;
}
.udalost--teaser time .date {
  color: #afca0b;
  font-size: 1.25em;
}
.udalost--teaser time .hour {
  font-weight: bold;
  font-size: 1.125em;
}
.udalost--teaser time > span + span {
  margin-top: 0.75rem;
}
.udalost--teaser .text .ico--map {
  display: none;
}
@media all and (max-width: 66rem) {
  .udalost section.content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .udalost section.content > .text + * {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
@media all and (max-width: 50rem) {
  .udalost {
    padding: 2em 3em;
  }
  .udalost--teaser {
    padding: 1em 2em;
  }
}
@media all and (max-width: 35rem) {
  .udalost {
    padding: 1.75em;
  }
  .udalost--teaser {
    flex-direction: column;
  }
  .udalost--teaser time {
    width: auto;
    display: block;
    align-self: flex-start;
    margin-bottom: 0.5em;
  }
  .udalost--teaser time span + span {
    margin-top: 0;
    margin-left: 1rem;
  }
}
