@charset "UTF-8";
.strip[data-id=b882fc] {
  --section-id: "b882fc";
  --storage-url: "https://hala1.proweb.cz/_section/b882fc";
  --public-url: "https://hala1.proweb.cz/_section/b882fc";
}
.strip[data-id=b882fc] .main-header {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 0;
}
.strip[data-id=b882fc] .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px; /* Mírně zvětšen kontejner pro širší menu */
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=b882fc] .logo img {
  height: 60px;
  width: auto;
  display: block;
  filter: brightness(0);
}
.strip[data-id=b882fc] .nav-menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 25px; /* Zvětšena mezera mezi položkami */
}
.strip[data-id=b882fc] .nav-menu a {
  text-decoration: none;
  color: #1e293b;
  font-weight: 600;
  transition: color 0.3s;
  font-size: 0.85rem; /* Mírně zvětšeno písmo */
  text-transform: uppercase;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.strip[data-id=b882fc] .nav-menu a:hover {
  color: #3b82f6;
}
.strip[data-id=b882fc] .btn-reservation {
  background: #3b82f6;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  font-size: 0.9rem;
  white-space: nowrap;
}
.strip[data-id=b882fc] .btn-reservation:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
.strip[data-id=b882fc] .mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id=b882fc] .mobile-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #1e293b;
  margin: 5px 0;
  transition: 0.3s;
}
@media (max-width: 1250px) {
  .strip[data-id=b882fc] .nav-menu ul {
    gap: 15px;
  }
}
@media (max-width: 1150px) {
  .strip[data-id=b882fc] .nav-menu {
    display: none;
  }
  .strip[data-id=b882fc] .mobile-toggle {
    display: block;
  }
}.strip[data-id=c7b2a0] {
  --section-id: "c7b2a0";
  --storage-url: "https://hala1.proweb.cz/_section/c7b2a0";
  --public-url: "https://hala1.proweb.cz/_section/c7b2a0";
}
.strip[data-id=c7b2a0] .article-detail {
  padding: 100px 0;
  background: #fff;
  font-family: "Readex Pro", sans-serif;
}
.strip[data-id=c7b2a0] .article-detail .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=c7b2a0] .article-detail .article-hero-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  border-radius: 15px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.strip[data-id=c7b2a0] .article-detail h1 {
  font-size: 2.5rem;
  color: #001f3f;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.strip[data-id=c7b2a0] .article-detail .article-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.strip[data-id=c7b2a0] .article-detail .article-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.strip[data-id=c7b2a0] .article-detail .article-content {
  line-height: 1.8;
  color: #333;
  font-size: 1.1rem;
}
.strip[data-id=c7b2a0] .article-detail .article-content p {
  margin-bottom: 1.5rem;
}
.strip[data-id=c7b2a0] .article-detail .article-content .results {
  background: #fdfdfd;
  padding: 20px;
  border-left: 4px solid #ff6900;
  margin: 20px 0;
}
.strip[data-id=c7b2a0] .article-detail .article-content .results p {
  margin: 5px 0;
}
.strip[data-id=c7b2a0] .article-detail .article-content em {
  font-size: 0.9rem;
  color: #777;
}
@media (max-width: 768px) {
  .strip[data-id=c7b2a0] .article-detail {
    padding: 60px 0;
  }
  .strip[data-id=c7b2a0] .article-detail h1 {
    font-size: 1.8rem;
  }
}.strip[data-id="671a2d"] {
  --section-id: "671a2d";
  --storage-url: "https://hala1.proweb.cz/_section/671a2d";
  --public-url: "https://hala1.proweb.cz/_section/671a2d";
}
.strip[data-id="671a2d"] .main-footer {
  background: #1e293b;
  color: #f8fafc;
  padding: 80px 0 0;
  margin-top: 50px;
}
.strip[data-id="671a2d"] .footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 60px;
}
.strip[data-id="671a2d"] .footer-logo {
  height: 50px;
  filter: brightness(0) invert(1);
  margin-bottom: 20px;
}
.strip[data-id="671a2d"] .footer-info p {
  color: #94a3b8;
  line-height: 1.6;
}
.strip[data-id="671a2d"] .social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.strip[data-id="671a2d"] .social-links a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
}
.strip[data-id="671a2d"] .social-links a:hover {
  background: #3b82f6;
}
.strip[data-id="671a2d"] .footer-contact h4, .strip[data-id="671a2d"] .footer-links h4 {
  color: white;
  margin-bottom: 25px;
  font-size: 1.2rem;
}
.strip[data-id="671a2d"] .footer-contact p {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  margin-bottom: 15px;
}
.strip[data-id="671a2d"] .footer-contact a {
  color: #94a3b8;
  text-decoration: none;
}
.strip[data-id="671a2d"] .footer-links ul {
  list-style: none;
  padding: 0;
}
.strip[data-id="671a2d"] .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id="671a2d"] .footer-links a {
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.3s;
}
.strip[data-id="671a2d"] .footer-links a:hover {
  color: white;
}
.strip[data-id="671a2d"] .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
  text-align: center;
  font-size: 0.9rem;
  color: #64748b;
}
@media (max-width: 768px) {
  .strip[data-id="671a2d"] .footer-grid {
    grid-template-columns: 1fr;
  }
}