/* KUPELNET.SK style */

/* HEADER */

/* TOP NAVIGATION BAR */
@media (min-width: 768px) {
  .top-navigation-bar {
    background-color: #e0007b;
    border-bottom-color: none;
    border-top-color: none;
  }

  .top-nav-button-login {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
  }

  .top-navigation-contacts,
  .top-navigation-menu {
    background-color: #e0007b;
  }
}

.top-navigation-bar a,
.top-navigation-bar a:hover {
  color: #fff;
  font-size: 15px;
}

.top-navigation-menu-trigger:before,
.top-navigation-menu-trigger:before:hover {
  color: #fff;
}

.top-navigation-bar-menu li:before {
  color: #fff;
}

.top-navigation-menu-trigger:hover:before {
  color: #fff;
}

.top-navigation-menu-trigger:before {
  color: #fff;
}

.top-navigation-bar-menu li a,
.top-navigation-bar-menu-helper li a {
  text-transform: math-auto;
}

:where(body.ums_a11y_login--on) .top-nav-button-login:focus-visible,
:where(body.ums_a11y_login--on) .top-nav-button-login:hover {
  background-color: transparent;
  color: #fff;
}

/* SITE NAME - LOGO */

#header .site-name a img {
  max-height: 80px;
}

/* HEADER - PADDING */

@media (min-width: 768px) {
  .header-top {
    padding-top: 12px;
  }
}

.navigation-in ul li a b {
  font-weight: 600;
  font-size: 15px;
}
.navigation-in {
  font-size: 15px;
  line-height: 14px;
}

@media (min-width: 768px) {
  #navigation {
    height: 52px;
  }
  .navigation-in > ul > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.homepage-box {
  padding-top: 0px;
  padding-bottom: 0px;
}

.menu-helper:after {
  height: 50px;
  align-content: center;
  top: 10px;
  position: relative;
}

.menu-helper > ul > li a b {
  font-weight: 600;
  font-size: 15px;
}
