:root {
  --laba7-header-max-width: auto;
  --laba7-header-bottom-spacing: 48px;
  --laba7-header-spacing-vertical: 0.5em;
  --laba7-header-spacing-horizontal: 1em;
  --laba7-header-padding-vertical: 0.375em;
  --laba7-header-padding-horizontal: 0.375em;
  --laba7-header-items-spacing: 0.75em;
  --laba7-header-background: #1b1818;
  --laba7-header-radius: 12px;
  --laba7-header-text-color: #e2e2e2;
  --laba7-header-link-color: var(--laba7-header-text-color);
  --laba7-header-height: 48px;
  --laba7-header-mobile-menu-offset: 24px;
}
@media (min-width: 1024px) {
  :root {
    --laba7-header-spacing-vertical: 0.75em;
    --laba7-header-padding-vertical: 0.5625em;
    --laba7-header-padding-horizontal: 1.5em;
  }
}

/* Fix mobile header on FR/DE - make more space for long links */
@media (max-width: 440px) {
  html[lang=de-DE],
  html[lang=fr-FR] {
    --laba7-header-items-spacing: 0px;
  }
}
@keyframes laba7FadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes laba7FadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.laba7-header .header-main-controls > a, .laba7-header .header-mobile-controls button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  border: 2px solid #D82626;
  border-top: 0;
  border-bottom: 0;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #27272A;
  background-color: #F4F4F5;
}

.laba7-header .header-mobile-featured a, .laba7-header .header-main-menu-list > li > a, .laba7-header .header-mobile-menu-list > li > a, .laba7-header .header-main-submenu > nav > ul > li > a, .laba7-header .header-mobile-menu-list > li > ul > li > a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding: 7px 16px 6px;
  z-index: 1;
}
.laba7-header .header-mobile-featured a::before, .laba7-header .header-main-menu-list > li > a::before, .laba7-header .header-mobile-menu-list > li > a::before, .laba7-header .header-main-submenu > nav > ul > li > a::before, .laba7-header .header-mobile-menu-list > li > ul > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.4px;
  transform: skew(-12deg);
  transform-origin: bottom left;
  background-color: #8F121A;
  border-radius: 0;
  z-index: -1;
}

.laba7-header .header-main-menu-list > li > a::before, .laba7-header .header-mobile-menu-list > li > a::before {
  background: linear-gradient(90deg, #8F121A 0, #8F121A 4px, #D82626 100%);
  background-size: max(140px, 100%) 100%;
  transition: width 0.3s ease;
}
.laba7-header .header-main-menu-list > li > a.active::before, .laba7-header .header-mobile-menu-list > li > a.active::before {
  width: 98%;
  width: calc(100% - 8px);
}

.laba7-header .header-main-submenu > nav > ul > li > ul, .laba7-header .header-mobile-menu-list > li > ul > li > ul {
  padding-left: 18px;
}
.laba7-header .header-main-submenu > nav > ul > li > ul > li, .laba7-header .header-mobile-menu-list > li > ul > li > ul > li {
  padding-bottom: 12px;
}
.laba7-header .header-main-submenu > nav > ul > li > ul > li:first-child, .laba7-header .header-mobile-menu-list > li > ul > li > ul > li:first-child {
  padding-top: 20px;
}
.laba7-header .header-main-submenu > nav > ul > li > ul > li:last-child, .laba7-header .header-mobile-menu-list > li > ul > li > ul > li:last-child {
  padding-bottom: 8px;
}
.laba7-header .header-main-submenu > nav > ul > li > ul > li > a, .laba7-header .header-mobile-menu-list > li > ul > li > ul > li > a {
  display: block;
  font-weight: 400;
  line-height: 1.25;
}

.laba7-header .header-main-submenu > nav > ul, .laba7-header .header-mobile-menu-list > li > ul {
  padding-left: 15px;
}
.laba7-header .header-main-submenu > nav > ul > li, .laba7-header .header-mobile-menu-list > li > ul > li {
  padding: 0 0 24px 0;
}
.laba7-header .header-main-submenu > nav > ul > li:first-child, .laba7-header .header-mobile-menu-list > li > ul > li:first-child {
  padding-top: 24px;
}
.laba7-header .header-main-submenu > nav > ul > li:last-child, .laba7-header .header-mobile-menu-list > li > ul > li:last-child {
  padding-bottom: 0;
}
.laba7-header .header-main-submenu > nav > ul > li > a, .laba7-header .header-mobile-menu-list > li > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  line-height: 1.188;
  padding: 1px 0 0 10px;
}
.laba7-header .header-main-submenu > nav > ul > li > a::before, .laba7-header .header-mobile-menu-list > li > ul > li > a::before {
  width: 1.75px;
  height: 20px;
  bottom: auto;
}
.laba7-header .header-main-menu-list, .laba7-header .header-mobile-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.laba7-header .header-main-menu-list ul, .laba7-header .header-mobile-menu-list ul {
  padding: 0;
  list-style: none;
}
.laba7-header .header-main-menu-list a:hover > span, .laba7-header .header-mobile-menu-list a:hover > span, .laba7-header .header-main-menu-list a:hover::after, .laba7-header .header-mobile-menu-list a:hover::after {
  opacity: 0.8;
}
.laba7-header .header-main-menu-list > li, .laba7-header .header-mobile-menu-list > li {
  padding-bottom: 21px;
}
.laba7-header .header-main-menu-list > li:last-child, .laba7-header .header-mobile-menu-list > li:last-child {
  padding-bottom: 0;
}
.laba7-header .header-main-menu-list > li > a, .laba7-header .header-mobile-menu-list > li > a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2089;
  padding: 4px 16px 5px 16px;
}
.laba7-header .header-main-menu-list > li > a::before, .laba7-header .header-mobile-menu-list > li > a::before {
  width: 3px;
}
.laba7-header .header-main-menu-list > li > a.active:hover > span, .laba7-header .header-mobile-menu-list > li > a.active:hover > span {
  opacity: 1;
}

#headerSection {
  pointer-events: none;
}

.laba7-header {
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
  max-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px) - var(--laba7-header-bottom-spacing, 0px));
  max-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px) - var(--laba7-header-bottom-spacing, 0px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.laba7-header .laba7-header-wrap {
  padding: var(--laba7-header-spacing-vertical) var(--laba7-header-spacing-horizontal) 0 var(--laba7-header-spacing-horizontal);
  box-sizing: border-box;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.laba7-header .laba7-header-inner {
  box-sizing: border-box;
  pointer-events: auto;
  background-color: var(--laba7-header-background);
  border-radius: var(--laba7-header-radius);
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}
.laba7-header .laba7-header-main {
  padding: var(--laba7-header-padding-vertical) var(--laba7-header-padding-horizontal) var(--laba7-header-padding-vertical) var(--laba7-header-padding-horizontal);
  display: flex;
  gap: var(--laba7-header-items-spacing);
  align-items: center;
  flex: 0 0 auto;
}
.laba7-header .logo {
  line-height: 1;
}
.laba7-header .logo > a, .laba7-header .logo > .logo-item {
  padding: 11px;
  display: block;
}
.laba7-header .logo img {
  width: 57px;
  height: 14px;
  display: block;
}
@media (min-width: 1024px) {
  .laba7-header .logo > a, .laba7-header .logo > .logo-item {
    padding: 10px 11px 11px 11px;
  }
  .laba7-header .logo img {
    width: 102px;
    height: 25px;
  }
}
.laba7-header .header-mobile-featured a:hover > span {
  opacity: 0.8;
}
@media (max-width: 349px) {
  .laba7-header .header-mobile-featured {
    display: none;
  }
}
@media (min-width: 1024px) {
  .laba7-header .header-mobile-featured {
    display: none !important;
  }
}
.laba7-header .header-mobile-controls {
  margin-left: auto;
}
.laba7-header .header-mobile-controls button::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(images/menu.svg);
}
.laba7-header .header-mobile-controls button.active {
  color: var(--laba7-header-text-color);
  background-color: #09090B;
}
.laba7-header .header-mobile-controls button.active::before {
  background-image: url(images/close.svg);
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15M5 5L15 15' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media (min-width: 1024px) {
  .laba7-header .header-mobile-controls {
    display: none !important;
  }
}
.laba7-header .header-mobile-menu-list a:hover > span, .laba7-header .header-mobile-menu-list a:hover::after {
  opacity: 1;
}
.laba7-header .header-mobile-menu-list > li > a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.laba7-header .header-mobile-menu-list ul.sub-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.laba7-header .header-mobile-menu-list a.active + ul.sub-menu {
  opacity: 1;
}
.laba7-header .header-mobile-menu-list > li > ul > li.menu-item-has-children > a {
  padding-right: 12px;
}
.laba7-header .header-mobile-menu-list > li > ul > li.menu-item-has-children > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  width: 10px;
  height: 6px;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
}
.laba7-header .header-mobile-menu-list > li > ul > li.menu-item-has-children > a.active:after {
  transform: rotate(180deg);
  top: 7px;
}
.laba7-header .header-mobile-menu {
  pointer-events: auto;
  display: none;
  flex: 1 1 auto;
  overflow-y: auto !important;
  min-height: 0;
}
.laba7-header .header-mobile-menu.animating {
  overflow: hidden !important;
}
.laba7-header .header-mobile-menu > nav {
  padding: 24px;
}
@media (min-width: 1024px) {
  .laba7-header .header-mobile-menu {
    display: none !important;
  }
}
.laba7-header .header-main-menu {
  display: none;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .laba7-header .header-main-menu {
    display: block;
  }
}
.laba7-header .header-main-menu-list {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.laba7-header .header-main-menu-list > li {
  padding-bottom: 0;
}
.laba7-header .header-main-menu-list > li > a {
  font-size: 16px;
  padding: 9px 16px 10px 16px;
}
.laba7-header .header-main-menu-list .laba7-lang-switcher > a {
  padding: 8px 16px 9px 16px;
}
.laba7-header .header-main-menu-list .laba7-lang-switcher > a > span {
  background-size: cover;
  width: 21.328px;
  height: 21.328px;
}
.laba7-header .header-main-controls {
  display: none;
}
@media (min-width: 1024px) {
  .laba7-header .header-main-controls {
    display: block;
  }
}
.laba7-header .header-main-controls > a {
  padding: 13px 20px;
}
.laba7-header .header-main-controls > a:hover {
  background-color: #dadadd;
}
.laba7-header .header-main-submenu {
  pointer-events: auto;
  display: none;
  flex: 1 1 auto;
  overflow-y: auto !important;
  min-height: 0;
}
@media (max-width: 1023px) {
  .laba7-header .header-main-submenu {
    display: none !important;
  }
}
.laba7-header .header-main-submenu.animating {
  overflow: hidden !important;
}
.laba7-header .header-main-submenu a:hover > span {
  opacity: 0.8;
}
.laba7-header .header-main-submenu a[href="#"],
.laba7-header .header-main-submenu a[href="#"]:hover {
  cursor: default;
}
.laba7-header .header-main-submenu a[href="#"] > span,
.laba7-header .header-main-submenu a[href="#"]:hover > span {
  opacity: 1;
}
.laba7-header .header-main-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.laba7-header .header-main-submenu > nav {
  padding: 48px 38px;
}
.laba7-header .header-main-submenu > nav > ul {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 32px;
}
.laba7-header .header-main-submenu > nav > ul:not(.current) {
  display: none;
}
.laba7-header .header-main-submenu > nav > ul[data-parent=menu-item-languages] > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.laba7-header .header-main-submenu > nav > ul > li {
  padding: 0;
}
.laba7-header .header-main-submenu > nav > ul > li:first-child {
  padding-top: 0;
}
.laba7-lang-switcher > a > span {
  display: inline-block;
  line-height: 1;
  width: 29px;
  height: 29px;
  background-image: url(images/globe.svg);
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
}

.laba7-header-main-overlay, .laba7-header-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 1023px) {
  .laba7-mobile-menu-open .laba7-header-mobile-overlay {
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
  .laba7-mobile-menu-open {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .laba7-main-menu-open .laba7-header-main-overlay {
    opacity: 1;
    height: 100%;
    visibility: visible;
  }
  .laba7-main-menu-open {
    overflow: hidden;
    padding-right: var(--scrollbar-width, 0px);
  }
  .laba7-main-menu-open #headerSection {
    padding-right: var(--scrollbar-width, 0px);
  }
}/*# sourceMappingURL=header.css.map */