@charset "UTF-8";
.imgCarousel {
  position: relative; }
  .imgCarousel .imgCarouselTrack {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    touch-action: pan-x pan-y pinch-zoom; }
  .imgCarousel .imgCarouselContent {
    height: 100%;
    white-space: nowrap; }
    .imgCarousel .imgCarouselContent img {
      display: inline-block;
      max-width: 70%;
      height: 100%;
      max-height: 45vw;
      cursor: pointer;
      opacity: 0.5;
      -webkit-transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -ms-transition: opacity 0.5s;
      -o-transition: opacity 0.5s;
      transition: opacity 0.5s; }
      .imgCarousel .imgCarouselContent img.active, .imgCarousel .imgCarouselContent img:hover {
        opacity: 1; }
      .imgCarousel .imgCarouselContent img:not(:first-child) {
        margin-left: 10px; }
  .imgCarousel .carouselLeft, .imgCarousel .carouselRight {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    height: 4em;
    width: 4em;
    border: 2px solid #be4693;
    transform: translateY(-50%);
    margin: 0 .5em;
    max-width: 10vw;
    max-height: 10vw;
    opacity: 0.5;
    cursor: pointer;
    z-index: 90;
    -webkit-transition: box-shadow 0.1s;
    -moz-transition: box-shadow 0.1s;
    -ms-transition: box-shadow 0.1s;
    -o-transition: box-shadow 0.1s;
    transition: box-shadow 0.1s;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2); }
    .imgCarousel .carouselLeft:active, .imgCarousel .carouselRight:active {
      box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5); }
    .imgCarousel .carouselLeft::before, .imgCarousel .carouselRight::before {
      content: '◀';
      font-size: 1.5em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-60%, -50%);
      filter: invert(37%) sepia(94%) saturate(605%) hue-rotate(274deg) brightness(84%) contrast(88%); }
    .imgCarousel .carouselLeft:hover, .imgCarousel .carouselRight:hover {
      opacity: 0.8; }
  .imgCarousel .carouselRight {
    right: 0;
    left: unset; }
    .imgCarousel .carouselRight::before {
      content: '▶';
      transform: translate(-40%, -50%); }

@media (pointer: coarse) {
  .imgCarousel {
    overflow-x: hidden; }
    .imgCarousel .imgCarouselTrack {
      overflow-x: auto; } }

.highlight {
  font-size: 1.5em;
  font-weight: bold;
  color: #be4693;
  text-align: center;
  margin-top: 1.5em; }

.pageSection h3 {
  font-size: 1.5em;
  font-family: CamptonBlack;
  color: #be4693; }

.pageSection ul li {
  display: flex;
  margin-bottom: 0.2em; }
  .pageSection ul li::before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url("/images/ikona_kartacek.jpg") 0 0 no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    flex-shrink: 0;
    margin-top: 0.2em;
    margin-right: 0.25em; }

h2 {
  margin-bottom: 0.75em; }

.referenceList {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: space-evenly; }

.referenceBadge {
  margin-top: 4em;
  width: calc(50% - 4em);
  min-width: 40em;
  box-sizing: border-box;
  padding: 1.5em;
  display: inline-flex;
  flex-direction: column;
  border: 0.5em solid #20234b;
  border-radius: 1em; }
  .referenceBadge * {
    color: #20234b; }
  .referenceBadge .name {
    font-size: 2.3em;
    font-family: CamptonBlack, sans-serif;
    color: #20234b;
    line-height: 0.95; }
  .referenceBadge .text {
    margin-top: 1em;
    font-size: 1.2em;
    line-height: 1.35; }
  .referenceBadge .author {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    gap: 2em; }
    .referenceBadge .author img {
      margin-top: -4.5em;
      margin-left: -4.5em;
      width: 40%;
      padding: 0.75em;
      aspect-ratio: 1;
      object-fit: cover;
      background: #eec1dc;
      border-radius: 50%; }
      @media all and (max-width: 964px) {
        .referenceBadge .author img {
          margin-top: 0;
          margin-left: 0;
          max-width: 20em; } }
    .referenceBadge .author .creds {
      flex-grow: 1;
      text-align: center; }
  .referenceBadge .subname {
    font-size: 1.4em;
    display: inline-block; }
    .referenceBadge .subname, .referenceBadge .subname * {
      color: #eec1dc; }

@media all and (max-width: 964px) {
  .referenceBadge {
    width: 100%;
    min-width: unset; }
    .referenceBadge .author {
      flex-wrap: wrap;
      justify-content: center; }
  #lide {
    padding: 0 10vw; }
    #lide #people .person .pic {
      flex-basis: 100%;
      max-width: 100%; }
  .person {
    flex-direction: column; }
    .person img {
      width: 100%; }
  #announcementsSection .announcement.contentCard {
    width: 100%; } }
