header {
  padding: 0;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-bottom: 1rem;
  min-height: calc(6rem + 3vw);
  font-size: clamp(0.75rem, 2.5vw, .875rem);
}

header.fix {
  box-shadow: 0 5px 15px rgba(50, 50, 50, .1);
  margin-top: 0;
  padding: 0;
  position: sticky;
  transition: all .2s ease-in-out;
  min-height: calc(6rem + 3vw);
  width: 100%;
}

header.header-navbar {position: absolute;}

.header-navbar hr {
  background-color: var(--bkg4);
  height: 5px;
  margin: 1px 0 20px 0;
  opacity: 1;
}


.segment {
  display: inline-block;
  vertical-align: top;
  margin: 0 2rem .25rem 0;
  width: auto;

}

.segment-r {
  float: right;
}

.segment-r img {
  width: 18px;
  height: 18px;
}

#contactbare {
  color: var(--text6);
  font-family: var(--font-family-serif);
  width: 100%;
}

#contactbare > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

#contactbare > ul a {
  padding: 1rem;
  color: white;
  line-height: .5;
  align-items: center;
  display: flex;
  justify-content: space-between;
  transition: all ease-in-out 150ms;
}

#contactbare>ul a:hover {
  transition: all ease-in-out 150ms;
}

#basket-btn {
  background-color: var(--text8);
}

#user-btn {
  background-color: var(--text6);
}

a#basket-btn:hover {
  background-color: var(--text10);
}

a#user-btn:hover {
  background-color: var(--text2);
}

a#basket-btn:hover svg path {
  fill: var(--text8);
}


/* @media (max-width: 768px) {

  #contactbare .block a {
    margin: auto .5rem;
  }

  .block a span {
    display: none;
  }

  .block a svg :not(g) {
    fill: var(--text6);
    transition: all .2s ease-in-out;
  }

  .block a:hover svg :not(g) {
    fill: var(--hover6);
    transition: all .2s ease-in-out;
  }
} */





/* Header TOP */
.header-top {
  display: inline-block;
  margin: auto;
}

#top {
  background-color: var(--bkg5);
  margin-top: 2.5rem;
  padding: 1px 0;
  transition: all 250ms ease-in-out;
}

#top .navbar-brand {
  position: absolute;
  top: -2vw;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

header.fix #top {
  padding: 0 0 20px 0;
  transition: all 250ms ease-in-out;
}

#top > .container {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  margin-top: 0;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.page-name {
  color: var(--color2);
  font-size: 1rem;
}

.h-breath {
  width: 100%;
  margin: 0;
  background-color: transparent;
  height: auto;
  padding: .5rem 0 .25rem 0;
}

.h-breath svg path {
  fill:#990033;
}

.head-line {
  margin-right: 1rem;
  width: auto;
  display: inline-block;
}

.head-line div {
  display: inline-block;
  font-weight: 600;
  margin-left: .25rem;
}

.head-line a {
  color: var(--link3);
}

.head-line img {
  vertical-align: middle;
  max-height: 2rem;
  object-fit: contain;
  filter: invert(1);
}


@media (max-width: 992px) {
  header {
    padding-bottom: 2rem;
  }
  #top {
    margin-top: 2.25rem;
    transition: all 250ms ease-in-out;
  }
  #top > .container {
    justify-content: space-around;
  }
}


.panelslider .ms-slide-bgcont::after {
  background: var(--menuBkg2);
  height: 75px;
  width: 120%;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  display: inline-block;
  content: '';
  position: relative;
  bottom: 35px;
  left: -10%;
}


/* pokrywka menu */
#toggle-menu {
  display: none;
}

.menu-top #lab-menu {
  display: none;
}

@media (max-width: 960px) {
  .header-top {
    order: 3;
  }
}



/* Animation link */
/* a.underline {
  position: relative;
}

a.underline::before {
  content: '';
  position: absolute;
  width: calc(100% - 1.725rem);
  height: 2px;
  border-radius: 2px;
  background-color: var(--text6);
  bottom: 0;
  left: 1.725rem;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

a.underline:hover::before {
  transform-origin: left;
  transform: scaleX(1);
} */
/* end Animation link */