/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.8.1_webpack@5.89.0/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.4.31_webpack@5.89.0/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@12.6.0_sass@1.69.3_webpack@5.89.0/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/mainnav/css/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/** @format */
.wp-site-blocks {
  position: relative;
}

header.wp-block-template-part {
  top: 0px;
  z-index: 50;
  margin-top: 0px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 0 0 16px 16px;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  transition: background 0.2s ease-in;
}
body.admin-bar header.wp-block-template-part {
  top: 32px;
}
@media only screen and (max-width: 768px) {
  body.admin-bar header.wp-block-template-part {
    top: 32px;
  }
}

@media only screen and (max-width: 1280px) {
  header.wp-block-template-part {
    max-width: 97vw;
  }
}
@media only screen and (max-width: 600px) {
  header.wp-block-template-part {
    max-width: 100vw;
  }
}
header.wp-block-template-part .logo img {
  transition: all 0.2s ease-in;
}
header.wp-block-template-part.fixed-header {
  /* 		background: $secondary-color; */
  z-index: 1000;
  transition: all 0.2s ease-in;
}
header.wp-block-template-part.fixed-header .main-site-navigation .menu-item.menu-item-has-children:hover {
  padding-bottom: 3rem;
  margin-bottom: -3rem;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part.fixed-header .main-site-navigation .menu-item.menu-item-has-children:hover {
    padding-bottom: 2.2rem;
    margin-bottom: -2.2rem;
  }
}
header.wp-block-template-part .main-site-navigation > div > ul {
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .main-site-navigation > div > ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  header.wp-block-template-part .main-site-navigation > div > ul {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 1024px) {
  header.wp-block-template-part {
    /* 	.logo {
    	order: 1;
    }

    .header-menu-li {
    	order: 2;
    }

    .header-search {
    	order: 3;
    } */
  }
}
header.wp-block-template-part .logo svg {
  width: 165px;
  height: auto;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .logo svg {
    width: 135px;
  }
}
@media only screen and (max-width: 1024px) {
  header.wp-block-template-part .logo svg {
    width: 135px;
  }
}
@media only screen and (max-width: 768px) {
  header.wp-block-template-part .logo svg {
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  header.wp-block-template-part .logo svg {
    width: 100px;
  }
}
header.wp-block-template-part .main-site-navigation {
  position: relative;
}
header.wp-block-template-part .main-site-navigation > ul {
  transition: all 0.2s;
}
@media only screen and (max-width: 1500px) {
  header.wp-block-template-part .main-site-navigation > ul {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .main-site-navigation > ul {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 1024px) {
  header.wp-block-template-part .main-site-navigation > ul {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  header.wp-block-template-part .main-site-navigation > ul {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
header.wp-block-template-part .main-site-navigation ul {
  margin-block: 0;
}
header.wp-block-template-part .main-site-navigation .header-menu-li > ul > li.menu-item-has-children {
  position: relative;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .main-site-navigation ul.right-ul-desc,
  header.wp-block-template-part .main-site-navigation ul.left-ul-desc {
    display: none;
  }
}
header.wp-block-template-part .main-site-navigation ul.right-ul-desc {
  gap: 2.5rem;
}
@media only screen and (max-width: 1400px) {
  header.wp-block-template-part .main-site-navigation ul.right-ul-desc {
    gap: 1.5rem;
  }
}
header.wp-block-template-part .main-site-navigation .menu-item {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .main-site-navigation .menu-item {
    display: none;
  }
}
header.wp-block-template-part .main-site-navigation .menu-item a {
  white-space: nowrap;
  font-family: var(--wp--preset--font-family--din-2014);
  transition: all 0.2s;
  color: #18181b;
  font-size: 20px;
  font-weight: 600;
}
header.wp-block-template-part .main-site-navigation .menu-item a:hover {
  text-decoration: underline;
}
header.wp-block-template-part .main-site-navigation .menu-item.current_page_item a {
  text-decoration: underline;
}
header.wp-block-template-part .main-site-navigation .menu-item.knapp-tack {
  background: #8BBC49;
  padding: 0.8rem 1.5rem;
  border-radius: 16px;
}
header.wp-block-template-part .main-site-navigation .menu-item.knapp-tack a {
  text-transform: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
header.wp-block-template-part .main-site-navigation .menu-item.knapp-tack a:hover {
  text-decoration: none;
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:link,
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:visited {
  position: relative;
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:link::after,
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:visited::after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBQcm8gNi42LjAgYnkgQGZvbnRhd2Vzb21lIC0gaHR0cHM6Ly9mb250YXdlc29tZS5jb20gTGljZW5zZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tL2xpY2Vuc2UgKENvbW1lcmNpYWwgTGljZW5zZSkgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTIxMi43IDM2My4zYzYuMiA2LjIgMTYuNCA2LjIgMjIuNiAwbDE2MC0xNjBjNi4yLTYuMiA2LjItMTYuNCAwLTIyLjZzLTE2LjQtNi4yLTIyLjYgMEwyMjQgMzI5LjQgNzUuMyAxODAuN2MtNi4yLTYuMi0xNi40LTYuMi0yMi42IDBzLTYuMiAxNi40IDAgMjIuNmwxNjAgMTYweiIvPjwvc3ZnPg==);
  color: #003D5C;
  left: 5px;
  height: 15px;
  width: 15px;
  display: inline-block;
  position: relative;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:link:hover::after,
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children a:visited:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu {
  top: 96%;
  display: none;
  position: absolute;
  min-width: 250px;
  background: #ffffff;
  padding: 0;
  margin-left: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  margin-top: 0;
  left: 50%;
  max-height: calc(var(--vh, 100vh) - 80px);
  padding: 0.5rem 1rem;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #ffffff;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item {
  margin: 0;
  padding: 0;
  text-align: left;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item a {
  color: #18181b;
  padding: 0.75rem 0.75rem;
  min-width: unset;
  text-align: left;
  margin: 0;
  border-bottom: 1px solid #18181b;
  font-size: 20px;
  font-weight: 600;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item a:last-child {
  border-bottom: none;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item a:link::after, header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item a:visited::after {
  content: none;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu li.menu-item > ul.sub-menu {
  display: none;
  margin-top: 0;
  padding: 0;
  border-top: none;
  left: 100%;
  margin-top: -2.2rem;
  -webkit-transform: none;
          transform: none;
  border-left: 1px solid #002c43;
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children .toggle-button {
  display: none;
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children:hover {
  padding-bottom: 1.5rem;
  margin-bottom: -1.5rem;
}
@media only screen and (max-width: 1280px) {
  header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children:hover {
    padding-bottom: 2.2rem;
    margin-bottom: -2.2rem;
  }
}
header.wp-block-template-part .main-site-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
  opacity: 1;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  pointer-events: all;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1280px) {
  li.burger {
    -ms-flex-order: 3;
        order: 3;
  }
}

li.li-switcher {
  margin-left: 2rem;
}
@media only screen and (max-width: 1400px) {
  li.li-switcher {
    margin-left: 0.8rem;
  }
}
@media only screen and (max-width: 1280px) {
  li.li-switcher {
    -ms-flex-order: 2;
        order: 2;
    margin-right: 1rem;
  }
}

.wpml-floating-language-switcher p.pick {
  padding: 0 12px;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: var(--wp--preset--font-family--din-2014);
  font-size: 0.8rem;
}
@media only screen and (max-width: 768px) {
  .wpml-floating-language-switcher p.pick {
    font-size: 0.6rem;
  }
}
.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal {
  padding-top: 0;
}
.wpml-floating-language-switcher ul li a {
  color: #003D5C;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--din-2014);
  padding: 5px 5px 6px;
  font-size: 20px;
}
@media only screen and (max-width: 1400px) {
  .wpml-floating-language-switcher ul li a {
    font-size: 16px;
    padding: 0 5px;
  }
}
.wpml-floating-language-switcher ul li.wpml-ls-current-language a {
  font-weight: 600;
}
.wpml-floating-language-switcher ul li.wpml-ls-current-language a span.wpml-ls-native {
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 8px;
  text-decoration-thickness: 3px;
}

/*# sourceMappingURL=index.css.map*/