@charset "UTF-8";
/* NAVIGATION */
header nav a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease;
}
header nav a:hover {
  opacity: 0.7;
}
header nav a.is-active {
  font-weight: 700;
  text-decoration: underline;
}

/* =====================================
   CORE NAVIGATION (must stay)
   ===================================== */
/* Parent positioning for absolute dropdown */
.site-header__nav li.has-dropdown {
  position: relative;
}

/* Dropdown base (hidden by default) */
.site-header__nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
}

/* Open state via JS / touch */
.site-header__nav li.is-open > .dropdown-menu {
  display: block;
}

/* Desktop hover behavior only (prevents weird mobile hover) */
@media (hover: hover) and (pointer: fine) {
  /* optional tiny visual gap + bridge to avoid hover drop */
  .site-header__nav li.has-dropdown > .dropdown-menu {
    margin-top: 6px;
  }
  .site-header__nav li.has-dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 6px;
  }
  /* show on hover (parent OR menu itself) */
  .site-header__nav li.has-dropdown:hover > .dropdown-menu,
  .site-header__nav li.has-dropdown > .dropdown-menu:hover {
    display: block;
  }
  /* na desktope overview položku naviac nepotrebujeme – skryj ju vizuálne */
  .site-header__nav .dropdown-menu .dropdown-parent {
    display: none;
  }
}
/* Highlight – položka menu ako pill (frontend) */
.site-header__nav .nav-link--highlight {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: #f1f3f5;
  border: 1px solid #dee2e6;
}

/* Aktívny highlight – tmavé pozadie, biely text, bez podčiarknutia */
.site-header__nav .nav-link--highlight.is-active {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
  text-decoration: none;
}

/* -------------------------------------------------------
   Responsive embed (YouTube, Vimeo, Maps, iframe)
------------------------------------------------------- */
.embed-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Variant pre mapy alebo iný pomer */
.embed-responsive--map {
  padding-bottom: 75%;
}

/*----------------------------------------------*/
/*-- COOKIES (TERMSFEED) -----------------------*/
/*----------------------------------------------*/
#termsfeed-com---nb {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25);
}

/* vnútro banneru */
#termsfeed-com---nb .cc-nb-main-container {
  background-color: #ffffff !important;
  padding: 14px 16px !important;
  font-size: 14px;
}

#termsfeed-com---nb .cc-nb-title-container .cc-nb-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

#termsfeed-com---nb .cc-nb-text-container .cc-nb-text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* tlačidlá v banneri */
#termsfeed-com---nb .cc-nb-buttons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

#termsfeed-com---nb .cc-nb-buttons-container * {
  font-size: 13px !important;
  font-weight: 500;
}

#termsfeed-com---nb .cc-nb-okagree,
#termsfeed-com---nb .cc-nb-reject {
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
}

#termsfeed-com---nb .cc-nb-reject {
  background-color: #ffffff;
  color: #333333;
}

#termsfeed-com---nb .cc-nb-changep {
  border-radius: 999px;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
  color: inherit;
}

/*----------------------------------------------*/
/* detailné nastavenia cookies preferencií -----*/
/*----------------------------------------------*/
.termsfeed-com---pc-dialog * {
  font-family: inherit !important;
}

.termsfeed-com---pc-dialog .cc-pc-container {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.termsfeed-com---pc-dialog .cc-pc-head {
  background-color: #333333 !important;
  color: #ffffff;
}

.termsfeed-com---pc-dialog .cc-pc-head-title p {
  color: #ffffff;
  font-weight: 600;
}

.termsfeed-com---pc-dialog .cc-pc-head-lang .cc-pc-head-close {
  color: #ffffff;
}

.termsfeed-com---pc-dialog .cc-cp-foot {
  background-color: #f9f9f9;
  padding: 12px 18px;
}

.termsfeed-com---pc-dialog .cc-cp-foot-save {
  border-radius: 999px;
  min-height: 38px;
  padding: 0 18px;
  background-color: #333333;
  border: 1px solid #333333;
  color: #ffffff;
  font-size: 13px !important;
  font-weight: 500;
}

/*# sourceMappingURL=styleCustom.css.map */
