.elementor-kit-122{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-122 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {color:#000000;}

.mobile-menu-toggle {
    position: relative;
    z-index: 99999;
    cursor: pointer;
}

@media (max-width: 1024px) {
  .elementor-nav-menu .menu-two-lines > a, .elementor-nav-menu .menu-two-lines > a:hover {
      max-width: 90px;
      line-height:30px;
  }
}

@media (min-width:1024px) {
    
.sub-menu .elementor-sub-item {padding-right:20px !important;}

.mainmenu .highlight-button.menu-item.menu-item-object-page 
{margin-left:30px !important;}

.mainmenu .highlight-button, .mainmenu .highlight-button a.elementor-item {
    text-transform: none !important;
  color: #1F4E58 !important;
  background-color: #E0B965;
  border-radius: 2px;
  padding: 10px 20px !important;
  margin:0px !important;
  transition: color 0.3s ease;
}

.mainmenu .highlight-button:hover, .mainmenu .highlight-button a.elementor-item:hover {
  color: #000000 !important;
  border:0px !important;
}

.elementor-sticky--effects.shrink-header .mainmenu .highlight-button a.elementor-item {
    margin-top:0px !important;
    padding: 2px 4px !important;
    transition: padding 0.25s ease;
}

}

/* Standardläge (innan shrink) */
.elementor-nav-menu--dropdown {
    top: 69px !important;
    transition: top 0.25s ease;  /* <-- gör att top animeras mjukt */
}

/* När headern är shrinkad */
.elementor-sticky--effects.shrink-header .elementor-nav-menu--dropdown {
    top: 39px !important;
}


.shrink-header {
    height: 120px;
    transition: height 0.25s ease, background-color 0.25s ease;
}

.elementor-sticky--effects.shrink-header {
    height: 60px;
}

/* Startläge */
.shrink-header img {
    max-width: 200px;
    transition: max-width 0.25s ease;
}

/* När sticky + effects är aktiva */
.elementor-sticky--effects.shrink-header img {
    max-width: 120px;
}



/* Utgångsläge: dold men animerbar */
.toggle-target {
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease,
        max-height 0.3s ease;
}

/* När den är synlig */
.toggle-target.is-visible {
    transform: scaleY(1);
    opacity: 1;
    max-height: 2000px; /* tillräckligt stort */
}

/* Göm öppna-knappen när target är synlig */
.toggle-group .toggle-trigger.is-hidden {
    display: none;
}


.toggle-trigger, .toggle-close {
    cursor: pointer;
}/* End custom CSS */