/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* START - This will hide line in footer tempate - START */


.w-100.hhs-foot-break-line {
    display: none !important;
}
@media only screen and (min-width: 1200px){
  .hs-menu-depth-1 > a > span > strong{
    font-size: 26px;
  }
  .hhs-nav-links .hs-menu-item:not(first-child){
    z-index: 1000;
  }
  .hs-nav-links .hs-menu-item:first-child{
    z-index: 100;
  }
  .mega-menu.active::before{
    height: 90px;
    color: transparent;
    top: -90px;
  }
}


div.blog-post__tags{
 display:flex;
 justify-content:center;
 align-content:center;
 flex-wrap: wrap;
}
/* END - This will hide line in footer tempate - END */

/* lang switcher fix */
.lang_switcher_class:hover .lang_list_class{
  display:block !important;
  top:40px !important;
}
.hhs-lang-switch .lang_list_class::after{
  left: 150px !important;
}



/* START - This will hide arrow in drop down - START */

id="hhs-main-nav"::after { /* Replace '.menu-item' with the actual class or ID */
  content: none !important;
}

/* END - This will hide arrow in drop down - END */


/* Remove caret symbol '\f107' with empty content property */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children>a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-left: 3px;
}

.specific-table td, .specific-table th, .blog-post td, .blog-post th{
  border: 1px solid lightgray;
  padding: 15px 5px;
}

/*set default width of mega-menu item width to 180px start*/
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
    box-shadow: 0 0 4px 4px rgba(0,0,0,.05);
    line-height: 1;
    max-width: 250px !important;
    min-width: fit-content !important;
    width:180px !important; !important
}

/*set default width of mega-menu item width to 180px end*/


/*change color of action menu on mobile when hamburger menu is active*/
div.hhs-menu-toggle button.hamburger-icon.js-toggle-main-nav.active .line{
 background-color:white;
}

/*white background-color for icon on mobile*/
@media only screen and (max-width: 767px){
   
  .hhs-side-menu .hhs-lang-switch .globe_class:before{
    color:white;
  }
  
}

.hhs-side-menu .hhs-lang-switch .globe_class:before{
    color:white;
}
/*GLOBUS CHANGES*/
/*globe icon - requires font awesome 6 pro license*/
.hhs-lang-switch .globe_class{
 font-family: 'Font Awesome 6 Pro';
 font-weight:300;
  -webkit-font-smoothing: antialiased;
  background-image: none!important;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.hhs-top-bar .mega-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li
{
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px){
 /*remove background color on mobile dropdown elements, so background is black*/
    .hhs-hat-menu .hs-menu-children-wrapper, nav.sc-site-header__menu ul.hs-menu-children-wrapper {
     background-color: unset !important; 
  }
}

@media only screen and (min-width: 800px) and (max-width: 1200px) {
  /*remove background color on ipad dropdown elements, so background is black*/
    .hhs-hat-menu .hs-menu-children-wrapper, nav.sc-site-header__menu ul.hs-menu-children-wrapper {
     background-color: unset !important; 
  }
}

/*avoid green globe hack*/
.hhs-top-bar.hhs-alt-nav .hhs-lang-switch .globe_class:before{
  color:unset !important;
  
}

.hhs-top-bar.hhs-alt-nav .hhs-lang-switch .globe_class:hover{
  color:unset !important;
}

.hhs-top-bar.hhs-alt-nav .hhs-lang-switch .globe_class{
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
}

/*GLOBUS CHANGES END*/

/*MOBILE MENU LINE HEIGHT*/
button.hamburger-icon {
height:1.2em;
}

/*hamburger menu icon line-styling*/
div.hhs-menu-toggle button.hhs-menu-button.hamburger-icon span.line.line-1{
  height:2px;
}
div.hhs-menu-toggle button.hhs-menu-button.hamburger-icon span.line.line-2{
   height:2px;
}
div.hhs-menu-toggle button.hhs-menu-button.hamburger-icon span.line.line-3{
   height:2px;
}

/*MOBILE MENU LINE HEIGHT END*/

/*mega menu streg under menupunkter*/
.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a:hover {
  text-decoration-color: white;
   text-decoration: underline;
}
/*mega menu streg under menupunkter end*/


/*desktop lower mobile navigation collapsables*/
@media only screen and (max-width: 1200px){
 .hhs-sidebar-nav-toggle{
   top:-5px;
  }
}

/*lower mobile navigation collapsables - portrait mode*/
@media only screen and (max-width: 767px) and (orientation: portrait){
 .hhs-sidebar-nav-toggle{
   top:-5px;
  }
}
/*lower mobile navigation collapsables - landscape mode where mobile devices have larger width*/
@media only screen and (max-width: 1200px) and (max-height: 850px) and (orientation: landscape) {
  .hhs-sidebar-nav-toggle{
   top:-5px;
  }
}