/* ------------------ header ------------------ */

header {
    background-color: var(--header);
    box-shadow: var(--box-shadow2);
    /* border-bottom: 1px solid var(--border1); */
    position: sticky;
    top: 0;
    z-index: 120;
}

header.fix {
  box-shadow: 0 5px 15px rgba(50, 50, 50, .1);
}



/* logo */

.navbar-brand svg,
.logo svg {
  max-width: 100%;
}


@media (max-width: 992px) {
  body.respo .navbar-brand {
    display: block;
  }
}




/* Header TOP */
#top {
  padding: .5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}


#subnavigation ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0 0 .5rem 0;
  padding: 0;
  list-style: none;
}

#subnavigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* #subnavigation ul li:after {
  content: " ";
  margin-right: .5rem;
}

#subnavigation ul li + li:before {
  content: "|";
  padding-right: .5rem;
} */

#closeTop > .naviClose {
  display: none;
}

@media (max-width: 992px) {
  .menu-top:not(.show) #subnavigation {
    display: none;
  }

  body #closeTop .naviClose {
    display: block;
  }

  .menu-top #subnavigation {
    padding: 1.25rem;
    justify-content: center;
    position: absolute;
  }
}



#navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

/* #navigation > *:not(.menu-top) {
  margin-left: .5rem;
} */


/* start Toogle */
body.display #toggle {
	display: none;
}

@media (max-width: 992px) {

	body.navi #toggle {
		display: block;
	}
}
/* end Toogle */



/* dodatki */
a.search-link {
  display: inline-block;
  background-color: var(--bkg3);
  width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
  border: none !important;
}

a.search-link i {
  font-size: 1.625rem;
}



button#toggle {
  background-color: var(--bkg3);
  width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

button#toggle i {
  font-size: 1.625rem;
}




/* pokrywka menu */
#toggle-menu-input {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
