.path-kalendar {
  background-repeat: repeat-y;
  background-size: contain;
  background-position: initial;
}
.events__head {
  text-align: center;
  padding-top: 1.5em;
}
.events__head h2 {
  margin-bottom: 1em;
}
.events__head p {
  max-width: 45em;
  margin-left: auto;
  margin-right: auto;
}
.events__head .workshop {
  background-color: #1F7CAC;
}
.events__head .tabor {
  background-color: #e0bc00;
}
.events__types {
  padding-top: 3em;
  padding-bottom: 3em;
}
.events__types > a.button {
  display: inline;
  padding-left: 3em;
  padding-right: 3em;
  text-transform: none;
}
.events__types > a.button + a {
  margin-left: 7em;
}
.events__types > a.button.active {
  text-decoration: underline;
  font-weight: bold;
}
.events__navigation {
  max-width: 1250px;
  width: 100%;
  padding: 1px;
  position: relative;
  margin: 2em auto 3em auto;
  padding-left: 2em;
  padding-right: 2em;
  text-align: center;
}
.events__navigation a {
  margin-top: 1em;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.events__navigation a:hover {
  text-decoration: underline;
}
.events__navigation .prev {
  float: left;
}
.events__navigation .prev::before {
  content: '';
  display: block;
  position: absolute;
  border-left: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
  padding: 1em;
  left: -1em;
  top: -0.35em;
  transform: rotate(45deg);
}
.events__navigation .prev:hover::before {
  border-left-width: 0.25em;
  border-bottom-width: 0.25em;
}
.events__navigation .next {
  float: right;
}
.events__navigation .next::after {
  content: '';
  display: block;
  position: absolute;
  border-right: 0.2em solid #ffffff;
  border-top: 0.2em solid #ffffff;
  padding: 1em;
  right: -1em;
  top: -0.35em;
  transform: rotate(45deg);
}
.events__navigation .next:hover::after {
  border-right-width: 0.25em;
  border-top-width: 0.25em;
}
.events__navigation p {
  margin-top: 1em;
}
.events__navigation p .val {
  font-weight: bold;
}
.events {
  margin-left: 2em;
  margin-right: 2em;
  width: calc(100% - 4em);
  border-collapse: collapse;
}
.events thead {
  vertical-align: center;
  text-align: left;
}
.events th {
  padding: 1em 0.5em;
  border-top: 0.2em solid #ffffff;
  border-bottom: 0.2em solid #ffffff;
}
.events th:last-child {
  display: none;
}
.events td {
  padding: 0.5em;
}
.events td[rowspan] {
  vertical-align: top;
  width: 5em;
  font-weight: bold;
  text-align: center;
}
.events td:not([rowspan]) {
  border-top: 0.1em solid #ffffff80;
}
.events tr.new-day td {
  border-top: 0.2em solid #ffffff;
}
.events .kurz > div:not(.contextual) {
  min-height: 4.5em;
  border-radius: 0.2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
}
.events .kurz .name {
  vertical-align: middle;
}
.events .kurz .more {
  margin-left: 0.5em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.2em;
  padding: 1em 0.5em;
  text-decoration: none;
}
.events .kurz .more:hover {
  text-decoration: underline;
  background-color: rgba(255, 255, 255, 0.3);
}
.events .kurz .toggle-mobile {
  display: none;
}
.events .kurz .workshop {
  background-color: #DBB800;
}
.events .kurz .default {
  background-color: #a12f45;
}
.events .hodina {
  text-align: center;
  width: 4em;
}
.events .lektor {
  max-width: 18em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.events .popis {
  display: none;
}
#powerTip {
  display: flex;
  max-width: 25em;
  background-color: #ffffff;
  box-shadow: 4px 4px 5px rgba(188, 188, 188, 0.28);
  color: black;
  font-size: 12px;
}
#powerTip.se-alt::before {
  border-bottom-color: #ffffff !important;
}
#powerTip.ne-alt::before {
  border-top-color: #ffffff !important;
}
.events .popis,
#powerTip {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.events .popis p,
#powerTip p {
  white-space: normal;
  width: 100%;
}
.events .popis .label,
#powerTip .label {
  display: block;
  font-weight: normal;
}
.events .popis .pocet-lekci,
#powerTip .pocet-lekci {
  width: 48%;
  font-weight: bold;
  margin-top: 0;
}
.events .popis .start-kurzu,
#powerTip .start-kurzu {
  width: 48%;
  font-weight: bold;
  margin-top: 0;
}
.events .popis > a,
#powerTip > a {
  color: black;
  text-decoration: underline;
  text-align: right;
  display: block;
  width: 100%;
}
@media (max-width: 800px) {
  .events__head p {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .events__types > a.button {
    font-size: 1em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .events__types > a.button + a {
    margin-left: 1em;
  }
  .events__navigation p {
    visibility: hidden;
  }
  .events {
    margin-left: 2%;
    margin-right: 2%;
    width: 96%;
  }
  .events thead {
    display: none;
  }
  .events tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }
  .events tbody td {
    width: 100%;
  }
  .events tbody .new-day td {
    border: none;
  }
  .events tbody .new-day td:first-child {
    width: 100%;
    border-bottom: 0.2em solid #ffffff;
    border-top: 0.2em solid #ffffff;
  }
  .events .hodina {
    width: 3.5em;
  }
  .events .popis {
    display: block;
    max-height: 1px;
    transition: max-height 0.5s ease, margin 0.5s ease;
    overflow: hidden;
    padding: 0;
  }
  .events .popis:not([rowspan]) {
    border: none;
  }
  .events .popis p {
    margin-right: 2em;
    margin-left: 4em;
  }
  .events .popis .pocet-lekci,
  .events .popis .start-kurzu {
    width: auto;
  }
  .events .popis > a {
    display: none;
    text-align: center;
    color: white;
    text-decoration: none;
    text-indent: -4444px;
    margin-bottom: 2.5em;
  }
  .events .popis > a::before {
    content: 'více';
    display: block;
    position: absolute;
    text-indent: 0;
    padding: 0.75em 3.5em;
    background-color: #ffffff33;
    border-radius: 0.2em;
    left: calc(50% - 4em);
  }
  .events .misto {
    max-height: 0;
    transition: max-height 0.5s ease, margin 0.5s ease;
    overflow: hidden;
    padding: 0;
    margin-left: 4em;
    margin-right: 4em;
  }
  .events .misto:not([rowspan]) {
    border: none;
  }
  .events .kurz {
    width: calc(100% - 3.7em);
    position: relative;
  }
  .events .kurz .more {
    display: none;
  }
  .events .kurz .name {
    width: calc(100% - 2.55em);
  }
  .events .kurz .toggle-mobile {
    display: block;
    float: right;
    width: 2.25em;
    height: 2.5em;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.2em;
    position: relative;
  }
  .events .kurz .toggle-mobile::before,
  .events .kurz .toggle-mobile::after {
    content: '';
    display: block;
    position: absolute;
    height: 1em;
    width: 0.2em;
    background-color: #ffffff;
    top: calc(50% - 0.5em);
    transition: transform 0.5s ease;
  }
  .events .kurz .toggle-mobile::before {
    transform: rotate(45deg);
    left: calc(50% - 0.1em + ((0.5em / 0.85090352) / 2));
  }
  .events .kurz .toggle-mobile::after {
    transform: rotate(-45deg);
    left: calc(50% - 0.1em - ((0.5em / 0.85090352) / 2));
  }
  .events .open .kurz .toggle-mobile::before {
    transform: rotate(-45deg);
  }
  .events .open .kurz .toggle-mobile::after {
    transform: rotate(45deg);
  }
  .events .open .popis {
    max-height: 40em;
    margin-top: 1em;
  }
  .events .open .popis > a {
    display: block;
  }
  .events .open .misto {
    max-height: 20em;
    margin-top: 1em;
  }
  .events .lektor {
    display: none;
  }
  #powerTip {
    display: none !important;
  }
}
/*# sourceMappingURL=calendar.css.map */