body.container > header {
  padding-left: 1.225rem;
  padding-right: 1.225rem;
}

header {
  position: sticky;
  top: 0;
  margin-top: 0;
  width: 100%;
  font-size: clamp(0.825rem, 2.5vw, .925rem);
  background: var(--header);
  z-index: 2;
  border-bottom: 8px solid var(--border5);
}

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



/* logo */
#top .navbar-brand svg, .logo svg {
  max-width: 100%;
  color: var(--color2);
}
@media (max-width: 992px) {
  body.respo .navbar-brand {
    display: block;
  }
}


/*
#subnavigation {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 500;
  background: white;
  font-size: .925rem;
}


#subnavigation ul {
  display: flex;
  justify-content: flex-start;
  margin: 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;
}

#subnavigation .naviClose {
  display: none;
}

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

  body #subnavigation .naviClose {
    display: block;
  }

  .menu-top #subnavigation {
    background: white;
    padding: 1rem 1rem .725rem;
    justify-content: center;
    width: 100%;
    border-radius: .5rem .5rem 0 0;
  }

  .menu-top #subnavigation > nav {
    padding-bottom: .725rem;
    border-bottom: 1px solid var(--border4);
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

}
*/




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

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

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



/* start Toogle */

body #toggle {
	display: none;
}

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


@media (max-width: 992px) {

	body button#toggle {
    background-color: var(--bkg2);
    color: var(--text1);
    width: 3.3125rem;
    height: 3.3125rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }
}
/* 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;
}

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

button#wcag-link {
  position: fixed; right:0; top: 1px;
  background-color: var(--bkg5);
  color: white;
  width: 3.3125rem;
  min-width: 3.3125rem;
  height: 3.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}

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


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