.elementor-kit-7{--e-global-color-primary:#2E6CFF;--e-global-color-secondary:#9C5BF5;--e-global-color-text:#050505;--e-global-color-accent:#F3723B;--e-global-color-4edc9f5:#FDEBE2;--e-global-color-b6e8f62:#FDD7E6;--e-global-color-38ed816:#D4F1F6;--e-global-color-da80ecd:#AEF6C7;--e-global-color-7f8e719:#FFFFFF;--e-global-color-21a29c8:#04D6ED;--e-global-color-3f4a12a:#DFF401;--e-global-typography-primary-font-family:"poppins";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.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 .site-branding{flex-direction:column;align-items:stretch;}.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 */body.admin-bar .stickyHeader {
    top:32px !important;
}

body {
  /* Smooth top-to-bottom gradient */
    background: linear-gradient(
        180deg,
        #9C5BF5 0%,   /* softened purple */
        #7EEBF4 50%,  /* softened teal */
        #DFF401 100%  /* softened yellow */
  );
}

.site-main, .elementor-location-single, .elementor-location-archive { transition: transform 400ms cubic-bezier(.22, .61, .36, 1), opacity 400ms ease; will-change: transform, opacity; }

.dialog-prevent-scroll {
  max-height: 100%;
}


/* When an Elementor popup is open */
body.dialog-prevent-scroll .site-main, body.dialog-prevent-scroll .elementor-location-single, body.dialog-prevent-scroll .elementor-location-archive {
    transform: translateY(100px); /* how far it looks “pushed down” */
    opacity: 0;                  /* fades out while moving */
}

/* Fixed background layer section */
.bg-shapes-layer {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

/* Make the Lottie widget fill that layer */
.bg-shapes-layer .elementor-widget-lottie.menu-bg-lottie {
    width: 100%;
    height: 100%;
}

/* Let the inner SVG stretch */
.bg-shapes-layer .elementor-widget-lottie.menu-bg-lottie .e-lottie__animation {
    width: 100% !important;
    height: 100% !important;
}

/* Your page wrapper stays above this */
.yvia-page {
    position: relative;
    z-index: 1;
}

.stikkord-chip {
    display: inline-block;
    padding: 0px;
    font-size: 0.9em;
    cursor: pointer;
}

.stikkord-chip:hover {
    color: var(--e-global-color-accent);
}

.ginput_container input, .ginput_container textarea {
    border-radius: 20px !important;
    border: 2px solid var(--e-global-color-primary) !important;
}

.gform_button {
    border-radius: 20px !important;
    background-color: #FFF !important;
    border: 2px solid var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
    font-size: 1.2em !important;
}

.gform_button:hover {
    background-color: var(--e-global-color-primary) !important;
    color: #FFF !important;
}

.facetwp-dropdown {
  border-radius: 50px;
  color: #717171;
  background-color: #FFF;
  border-color: var(--e-global-color-primary);
  border-width: 3px;
}

.facetwp-facet {
    margin-bottom: 0px !important;
}

.yvia_stikkord {
    border-radius: 20px;
    background-color: var(--e-global-color-accent);
    color: #FFF;
    font-size: 0.9em;
    padding: 5px 12px;
}


/* === FacetWP Search: match the pill + right-side blue button === */
.facetwp-facet.facetwp-type-search{
  background: #fff;
  border: 4px solid #d7ff00;
  border-radius: 999px;
  padding: 8px 10px 8px 22px;
  box-shadow: 0 0 0 2px rgba(215,255,0,.35);
}

/* Ensure input + button are laid out correctly */
.facetwp-facet.facetwp-type-search .facetwp-input-wrap{
  display: flex !important;
  align-items: center !important;
  gap: 0px;
}

/* Force the input to be first */
.facetwp-facet.facetwp-type-search input.facetwp-search{
  order: 1 !important;
  flex: 1 1 auto !important;

  border: 0 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;

  padding: 16px 10px;
  font-size: 18px;
  line-height: 1.1;
}

/* Force the “button” to the right */
.facetwp-facet.facetwp-type-search .facetwp-icon{
  order: 2 !important;
  margin-left: -50px !important;

  position: static !important;   /* cancels absolute positioning in some themes */
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #2f63ff !important;
  background-image: none !important; /* hide magnifier */
  opacity: 1 !important;

  border: 3px solid #fff;
  border-radius: 999px;

  padding: 14px 26px;
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}

/* Replace icon with label */
.facetwp-facet.facetwp-type-search .facetwp-icon::after{
  content: "Søk";
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}

/* Kill any default icon glyphs */
.facetwp-facet.facetwp-type-search .facetwp-icon::before{
  content: none !important;
}

.bedrift-logo-wrap {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;      /* keep everything inside the circle */
    padding: 15px;          /* your “inner padding” */
    box-sizing: border-box;
    background: #fff;      /* optional: background behind logo */
    display: inline-flex;  /* center the image nicely */
    align-items: center;
    justify-content: center;
    border: 4px solid var(--e-global-color-accent);
}

.bedrift-logo-wrap .bedrift-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;   /* show whole logo, no cropping */
    display: block;
}

.bedrift-title {
    color: #000 !important;
}

.smartcrawl-breadcrumb a, .smartcrawl-breadcrumb, .smartcrawl-breadcrumb-separator {
    color: #FFF;
}

.smartcrawl-breadcrumb a:hover {
    color: var(--e-global-color-accent);
}

/* Elementor Loop Grid: lighter cycle (≈15%) */
.e-loop-item:nth-child(5n+1) .ansattContainer { background-color: #2ADCF0; }
.e-loop-item:nth-child(5n+2) .ansattContainer { background-color: #F58758; }
.e-loop-item:nth-child(5n+3) .ansattContainer { background-color: #AB74F6; }
.e-loop-item:nth-child(5n+4) .ansattContainer { background-color: #E4F627; }
.e-loop-item:nth-child(5n+5) .ansattContainer { background-color: #4D82FF; }

.facetwp-type-dropdown {
  position: relative;
  display: inline-block;
}

.facetwp-type-dropdown select{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* room for the arrow */
  padding-right: 3rem;
}

/* hide arrow in old IE/Edge */
.facetwp-type-dropdown select::-ms-expand{ display:none; }

/* your arrow */
.facetwp-type-dropdown::after{
  content:"";
  position:absolute;
  top:50%;
  right: 15px;            /* <-- THIS is the distance to the edge */
  transform: translateY(-50%);
  width: .9rem;
  height: .9rem;
  pointer-events:none;

  background: no-repeat center/contain
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23666' d='M5.5 7.5 10 12l4.5-4.5 1 1L10 14 4.5 8.5z'/%3E%3C/svg%3E");
}

/* Remove Elementor's forced aspect-ratio box */
.aktueltVideo .elementor-wrapper {
  padding-bottom: 0 !important;
  height: auto !important;
}

/* Let the <video> decide its own proportions */
.aktueltVideo video {
  width: 100% !important;
  height: auto !important;
  display: block;
}/* End custom CSS */