﻿#container_normal {
  width: 100%;
  height: 650px;
}
.cedule{
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
/*.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
  z-index: 999999999;
}*/
.text_informace{
  min-height: 300px;
  color: #000;
}
.hotspot_info{
  font-size: 14px;
  padding: 15px 13px; 
}
.live_video{
  width: 350px;
  height: auto;
}
.edutrix-hero {
  padding-top: 60px;
  padding-bottom: 60px;
}

.edutrix-screens {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edutrix-screen-box {
  background: #050b17;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.55);
}

.edutrix-screen-img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

.edutrix-list li {
  margin-bottom: 8px;
}

.edutrix-list-check li::before,
.edutrix-list-star li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.edutrix-list-check li::before {
  content: "\f00c";
  color: #1d9bf0;
}

.edutrix-list-star li::before {
  content: "\f005";
  color: #fbbf24;
}

@media (max-width: 991.98px) {
  .edutrix-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .edutrix-screen-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}
.edutrix-screens {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

/* základní box pro všechny náhledy */
.edutrix-screen-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}

/* všechny obrázky uvnitř boxu */
.edutrix-screen-img {
  display: block;
  width: 100%;
  height: auto;
}

/* crossfade Nefertiti – PONECHÁNO, JEN DOPLNĚNO VŠE OSTATNÍ */
.edutrix-crossfade .edutrix-screen-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.edutrix-crossfade .edutrix-img-base {
  position: relative;
  z-index: 1;
}

.edutrix-crossfade .edutrix-img-swap {
  z-index: 2;
  animation: edutrixCrossfade 4s infinite;
}

@keyframes edutrixCrossfade {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { opacity: 0; }
}

/* popisky pod obrázky */
.edutrix-screen-caption {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}
.edutrix-hero .edutrix-screens {
  max-width: 420px;
  margin-left: auto;
}

.edutrix-screen-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.edutrix-screen-img {
  display: block;
  width: 100%;
  height: auto;
}

.edutrix-screen-caption {
  font-size: 13px;
  padding: 10px 14px 12px;
  background: #ffffff;
}

.edutrix-screen-large {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* tmavší pás pro spodní sekci */
.edutrix-practice {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef3ff 100%);
}

/* volitelně crossfade animace pro Nefertiti */
.edutrix-crossfade {
  position: relative;
}

.edutrix-crossfade .edutrix-img-base,
.edutrix-crossfade .edutrix-img-swap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edutrix-crossfade .edutrix-img-base {
  opacity: 1;
}

.edutrix-crossfade .edutrix-img-swap {
  animation: edutrix-crossfade 4s ease-in-out infinite alternate;
}

@keyframes edutrix-crossfade {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

@media (max-width: 991.98px) {
  .edutrix-hero .edutrix-screens {
    margin: 30px auto 0;
  }
}
.edutrix-crossfade {
  position: relative;
  overflow: hidden;
}

.edutrix-crossfade .edutrix-img-base {
  display: block;
}

.edutrix-crossfade .edutrix-img-swap {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.edutrix-crossfade:hover .edutrix-img-swap {
  opacity: 1;
}
