/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/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: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  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: 600px) {
  header.wp-block-template-part {
    max-width: 100vw;
  }
}
header.wp-block-template-part .logo img {
  transition: all 0.2s ease-in;
  visibility: hidden;
}
header.wp-block-template-part.fixed-header {
  /* 		background: $secondary-color; */
  background-color: #A9BAC8;
  z-index: 1000;
  transition: all 0.2s ease-in;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header.wp-block-template-part.fixed-header .logo img {
  visibility: visible;
}
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;
  }
}
header.wp-block-template-part .mobile-cta a:link,
header.wp-block-template-part .mobile-cta a:visited {
  background: black;
  color: #667F95;
}
@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;
}
header.wp-block-template-part .main-site-navigation .menu-item.make-btn {
  background: rgba(255, 255, 255, 0.07);
  padding: 1rem 2rem;
  border-radius: 30px;
}
header.wp-block-template-part .main-site-navigation .menu-item.make-btn a {
  color: #E09F37;
  text-decoration: none !important;
  font-weight: 700;
}
@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-weight: 600;
  font-family: var(--wp--preset--font-family--mulish);
  transition: all 0.2s;
  color: #ffffff;
  font-size: 16px;
}
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: #667F95;
  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,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 640 640%27%3E%3C%21--%21Font Awesome Pro v7.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license %28Commercial License%29 Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill=%27%23ffffff%27 d=%27M337.5 433C328.1 442.4 312.9 442.4 303.6 433L143.5 273C134.1 263.6 134.1 248.4 143.5 239.1C152.9 229.8 168.1 229.7 177.4 239.1L320.4 382.1L463.4 239.1C472.8 229.7 488 229.7 497.3 239.1C506.6 248.5 506.7 263.7 497.3 273L337.3 433z%27/%3E%3C/svg%3E");
  color: #1F2D43;
  left: 3px;
  height: 18px;
  width: 18px;
  top: 3px;
  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: 230px;
  background: #f1f4f2;
  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.2rem 0rem;
  border-radius: 8px;
}
header.wp-block-template-part .main-site-navigation .menu-item ul.sub-menu::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.4rem solid transparent;
  border-right: 0.4rem solid transparent;
  border-bottom: 0.4rem solid #f1f4f2;
}
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;
  font-size: 16px;
  font-weight: 400;
}
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 rgb(22.9336734694, 33.2908163265, 49.5663265306);
}
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;
  }
}

body:not(.home) header.wp-block-template-part {
  background: #A9BAC8;
  visibility: visible;
  position: -webkit-sticky;
  position: sticky;
}
body:not(.home) header.wp-block-template-part .logo img {
  visibility: visible;
}

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--mulish);
  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: #1F2D43;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--mulish);
  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;
}

body.single-kurser header {
  border-bottom: 1px solid black;
}

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