@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}.strip[data-id="4d7abc"] {
  --section-id: "4d7abc";
  --storage-url: "https://www.hala-slany.cz/_section/4d7abc";
  --public-url: "https://www.hala-slany.cz/_section/4d7abc";
}
.strip[data-id="4d7abc"] .header-main {
  background: #003366;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  transition: all 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="4d7abc"] .header-main .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.strip[data-id="4d7abc"] .header-main .logo-wrapper {
  display: block;
  flex-shrink: 0;
  z-index: 1002;
}
.strip[data-id="4d7abc"] .header-main .logo-wrapper .logo-img {
  max-height: 60px;
  width: auto;
  display: block;
}
.strip[data-id="4d7abc"] .header-main .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1002;
}
.strip[data-id="4d7abc"] .header-main .btn-reservation {
  background: #E30613;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .btn-reservation:hover {
  background: #c20510;
  transform: scale(1.03);
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link {
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 5px 0;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #E30613;
  transition: width 0.3s ease;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link:hover {
  color: #E30613;
}
.strip[data-id="4d7abc"] .header-main .nav-menu .nav-link:hover::after {
  width: 100%;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header {
  display: flex;
  gap: 12px;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 20px;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link {
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  opacity: 0.6;
  transition: all 0.2s ease;
  text-decoration: none;
  line-height: 1;
  display: flex;
  align-items: center;
  padding: 4px 2px;
  text-transform: uppercase;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link:hover, .strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link.active {
  opacity: 1;
}
.strip[data-id="4d7abc"] .header-main .lang-switcher-header .lang-link.active {
  color: #E30613;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: transform 0.2s ease, top 0.2s ease, bottom 0.2s ease;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before {
  top: -8px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
  bottom: -8px;
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotate(180deg);
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(45deg);
}
.strip[data-id="4d7abc"] .header-main .mobile-nav-toggle.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1024px) {
  .strip[data-id="4d7abc"] .header-main .header-container {
    padding: 10px 15px;
  }
  .strip[data-id="4d7abc"] .header-main .header-right {
    gap: 8px;
  }
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 6px 10px;
    font-size: 10px;
    border-radius: 3px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-switcher-header {
    border-left: none;
    padding-left: 0;
    gap: 6px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-link {
    font-size: 11px;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 45px;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #003366;
    padding: 80px 20px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    transition: right 0.3s ease;
    z-index: 1001;
    display: flex;
    flex-direction: column;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu.is-active {
    right: 0;
  }
  .strip[data-id="4d7abc"] .header-main .nav-menu .nav-list {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle {
    display: block;
    padding: 5px;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-box {
    width: 24px;
  }
  .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::before, .strip[data-id="4d7abc"] .header-main .mobile-nav-toggle .hamburger-inner::after {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .strip[data-id="4d7abc"] .header-main .header-container {
    padding: 8px 10px;
  }
  .strip[data-id="4d7abc"] .header-main .header-right {
    gap: 5px;
  }
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 5px 8px;
    font-size: 9px;
    letter-spacing: 0;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 35px;
  }
  .strip[data-id="4d7abc"] .header-main .lang-link {
    font-size: 10px;
    padding: 2px;
  }
}
@media (max-width: 360px) {
  .strip[data-id="4d7abc"] .header-main .btn-reservation {
    padding: 4px 6px;
    font-size: 8px;
  }
  .strip[data-id="4d7abc"] .header-main .logo-img {
    max-height: 30px;
  }
}.strip[data-id=e3398d] {
  --section-id: "e3398d";
  --storage-url: "https://www.hala-slany.cz/_section/e3398d";
  --public-url: "https://www.hala-slany.cz/_section/e3398d";
}
.strip[data-id=e3398d] .hero-subpage {
  position: relative;
  padding: 100px 0 80px;
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.strip[data-id=e3398d] .hero-subpage .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  object-fit: cover;
}
.strip[data-id=e3398d] .hero-subpage .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id=e3398d] .hero-subpage h1 {
  font-family: "Rajdhani", sans-serif;
  font-size: 64px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
}
.strip[data-id=e3398d] .hero-subpage .breadcrumb {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  gap: 10px;
  opacity: 0.8;
  margin-bottom: 25px;
}
.strip[data-id=e3398d] .hero-subpage .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.strip[data-id=e3398d] .hero-subpage .breadcrumb a:hover {
  color: #E30613;
}
.strip[data-id=e3398d] .hero-subpage .breadcrumb span {
  color: #E30613;
}
@media (max-width: 768px) {
  .strip[data-id=e3398d] .hero-subpage {
    padding: 80px 0 60px;
  }
  .strip[data-id=e3398d] .hero-subpage h1 {
    font-size: 42px;
  }
  .strip[data-id=e3398d] .hero-subpage .breadcrumb {
    margin-bottom: 15px;
  }
}@charset "UTF-8";
.strip[data-id="29d2ef"] {
  --section-id: "29d2ef";
  --storage-url: "https://www.hala-slany.cz/_section/29d2ef";
  --public-url: "https://www.hala-slany.cz/_section/29d2ef";
}
.strip[data-id="29d2ef"] .news-list {
  padding: 80px 0;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}
.strip[data-id="29d2ef"] .news-list .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.strip[data-id="29d2ef"] .news-list .section-title {
  text-align: center;
  margin-bottom: 50px;
}
.strip[data-id="29d2ef"] .news-list .section-title h2 {
  font-size: 36px;
  color: #003366;
  margin-bottom: 10px;
}
.strip[data-id="29d2ef"] .news-list .section-title .underline {
  width: 60px;
  height: 4px;
  background: #E30613;
  margin: 0 auto;
}
.strip[data-id="29d2ef"] .news-list .news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.strip[data-id="29d2ef"] .news-list .news-card-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.strip[data-id="29d2ef"] .news-list .admin-controls {
  background: #f8f9fa;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  color: #333;
}
.strip[data-id="29d2ef"] .news-list .admin-controls .homepage-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 600;
}
.strip[data-id="29d2ef"] .news-list .admin-controls .homepage-toggle input {
  cursor: pointer;
}
.strip[data-id="29d2ef"] .news-list .news-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  flex-grow: 1;
}
.strip[data-id="29d2ef"] .news-list .news-card:hover {
  transform: translateY(-5px);
}
.strip[data-id="29d2ef"] .news-list .news-card .card-image {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-image .date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #E30613;
  color: #fff;
  padding: 5px 12px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
  z-index: 1;
}
.strip[data-id="29d2ef"] .news-list .news-card:hover .card-image img {
  transform: scale(1.05);
}
.strip[data-id="29d2ef"] .news-list .news-card .card-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-body h3 {
  font-size: 20px;
  color: #003366;
  margin-bottom: 15px;
  line-height: 1.3;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-body p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-body .btn-read-more {
  margin-top: auto;
  color: #E30613;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 5px;
}
.strip[data-id="29d2ef"] .news-list .news-card .card-body .btn-read-more::after {
  content: "→";
  transition: transform 0.3s ease;
}
.strip[data-id="29d2ef"] .news-list .news-card:hover .btn-read-more::after {
  transform: translateX(5px);
}
@media (max-width: 768px) {
  .strip[data-id="29d2ef"] .news-list {
    padding: 40px 0;
  }
  .strip[data-id="29d2ef"] .news-list .news-grid {
    grid-template-columns: 1fr;
  }
}.strip[data-id="86bec4"] {
  --section-id: "86bec4";
  --storage-url: "https://www.hala-slany.cz/_section/86bec4";
  --public-url: "https://www.hala-slany.cz/_section/86bec4";
}
.strip[data-id="86bec4"] .social-sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.strip[data-id="86bec4"] .social-sidebar .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #001a33;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px 0 0 5px;
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: none;
}
.strip[data-id="86bec4"] .social-sidebar .social-link svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.strip[data-id="86bec4"] .social-sidebar .social-link.facebook:hover {
  background-color: #1877F2;
  width: 60px;
}
.strip[data-id="86bec4"] .social-sidebar .social-link.instagram:hover {
  background-color: #E4405F;
  width: 60px;
}
@media (max-width: 768px) {
  .strip[data-id="86bec4"] .social-sidebar {
    top: auto;
    bottom: 20px;
    flex-direction: row;
    right: 20px;
    transform: none;
    gap: 15px;
  }
  .strip[data-id="86bec4"] .social-sidebar .social-link {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .strip[data-id="86bec4"] .social-sidebar .social-link:hover {
    width: 45px;
    transform: scale(1.1);
  }
}.strip[data-id=a06c0d] {
  --section-id: "a06c0d";
  --storage-url: "https://www.hala-slany.cz/_section/a06c0d";
  --public-url: "https://www.hala-slany.cz/_section/a06c0d";
}
.strip[data-id=a06c0d] .footer-section {
  background-color: #001a33;
  color: #B0B0B0;
  font-family: "Montserrat", sans-serif;
  padding: 60px 0 0;
  width: 100%;
}
.strip[data-id=a06c0d] .footer-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
.strip[data-id=a06c0d] .footer-section .footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.strip[data-id=a06c0d] .footer-section .footer-col h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.strip[data-id=a06c0d] .footer-section .footer-col p {
  margin-bottom: 12px;
  line-height: 1.6;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .contact-link {
  display: block;
  color: #B0B0B0;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color 0.3s ease;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .contact-link:hover {
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .footer-col .phone-link {
  display: block;
  color: #E30613;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
  font-size: 16px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .phone-link:hover {
  opacity: 0.8;
}
.strip[data-id=a06c0d] .footer-section .footer-col .spacer {
  height: 25px;
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map {
  margin-top: 25px;
  border-radius: 8px;
  overflow: hidden;
  line-height: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  filter: grayscale(0.3);
  transition: filter 0.3s ease;
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map:hover {
  filter: grayscale(0);
}
.strip[data-id=a06c0d] .footer-section .footer-col .column-map iframe {
  width: 100%;
  height: 180px;
  border: 0;
}
.strip[data-id=a06c0d] .footer-section .footer-logo {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
}
.strip[data-id=a06c0d] .footer-section address {
  font-style: normal;
  line-height: 1.8;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.strip[data-id=a06c0d] .footer-section .footer-links li {
  margin-bottom: 12px;
}
.strip[data-id=a06c0d] .footer-section .footer-links li a {
  color: #B0B0B0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
}
.strip[data-id=a06c0d] .footer-section .footer-links li a:hover {
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .social-icons {
  display: flex;
  gap: 12px;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon {
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #001a33;
  text-decoration: none;
  transition: all 0.3s ease;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.strip[data-id=a06c0d] .footer-section .social-icons .social-icon:hover {
  background-color: #E30613;
  color: #FFFFFF;
}
.strip[data-id=a06c0d] .footer-section .footer-bottom {
  border-top: 1px solid rgba(176, 176, 176, 0.15);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id=a06c0d] .footer-section .footer-bottom p {
  font-size: 12px;
  margin: 0;
  color: rgba(176, 176, 176, 0.6);
}
@media (max-width: 1024px) {
  .strip[data-id=a06c0d] .footer-section .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 640px) {
  .strip[data-id=a06c0d] .footer-section .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .strip[data-id=a06c0d] .footer-section .social-icons {
    justify-content: center;
  }
  .strip[data-id=a06c0d] .footer-section .footer-bottom {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .strip[data-id=a06c0d] .footer-section .footer-col .column-map {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}