.elementor-kit-6{--e-global-color-primary:#EC670B;--e-global-color-secondary:#1C3B23;--e-global-color-text:#222222;--e-global-color-accent:#EDEFDE;--e-global-color-cb50f1e:#E1E4C8;--e-global-color-82939c9:#1C3B23;--e-global-color-0f80d33:#EC670B;--e-global-color-57ca6bb:#FFFFFF;--e-global-color-871257b:#EC670B;--e-global-color-9fac2e9:#FFFFFF;--e-global-color-a385df7:#C35709;--e-global-color-acfd053:#1C3B233D;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-31cd901-font-size:18px;--e-global-typography-31cd901-line-height:27px;color:var( --e-global-color-text );font-family:"Figtree", Sans-serif;font-size:18px;font-weight:400;line-height:27px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-0f80d33 );font-family:"Figtree", Sans-serif;font-size:17px;font-weight:600;line-height:22px;color:var( --e-global-color-57ca6bb );border-radius:100px 100px 100px 100px;padding:16px 28px 16px 28px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-a385df7 );color:var( --e-global-color-9fac2e9 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-871257b );}.elementor-kit-6 a:hover{color:var( --e-global-color-a385df7 );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Figtree", Sans-serif;font-size:54px;font-weight:700;line-height:64px;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Figtree", Sans-serif;font-size:42px;font-weight:700;line-height:52px;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Figtree", Sans-serif;font-size:32px;font-weight:700;line-height:42px;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Figtree", Sans-serif;font-size:24px;font-weight:700;line-height:32px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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:1366px){.elementor-kit-6{font-size:17px;line-height:26px;}.elementor-kit-6 h1{font-size:46px;line-height:54px;}.elementor-kit-6 h2{font-size:34px;line-height:42px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;line-height:22px;padding:16px 28px 16px 28px;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-31cd901-font-size:17px;--e-global-typography-31cd901-line-height:26px;}.elementor-kit-6 h1{font-size:42px;line-height:50px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{padding:16px 24px 16px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-31cd901-font-size:17px;--e-global-typography-31cd901-line-height:26px;font-size:17px;line-height:26px;}.elementor-kit-6 h1{font-size:28px;line-height:36px;}.elementor-kit-6 h2{font-size:26px;line-height:34px;}.elementor-kit-6 h3{font-size:24px;line-height:32px;}.elementor-kit-6 h4{font-size:18px;line-height:26px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:16px;line-height:22px;padding:16px 24px 16px 24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* UNDERLINE PÅ RUBRIK VID HOVER */
.lokal-listing-heading {
  position: relative;
  display: inline-block; /* viktigt för att underline ska följa textens längd */
}

.lokal-listing-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* justera hur nära texten linjen ska ligga */
  width: 0;
  height: 2px;
  background-color: #EC670B;
  transition: width 0.25s ease;
}

.lokal-listing:hover .lokal-listing-heading::after {
  width: 100%; /* animera från 0 till textens bredd */
}

/* BILD GROW SMOOTH */
.lokal-listing-image-wrapper {
  overflow: hidden;
}

.lokal-listing-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lokal-listing:hover .lokal-listing-image {
  transform: scale(1.05);
}

/* Bread crumbs */
nav p {
  font-size: 15px !important;
  line-height: 22px !important;
  color: #1C3B23 !important;
  margin: 0 !important;
}

nav p a {
  text-decoration: underline !important;
  color: #1C3B23 !important;
}

nav p a:hover {
  text-decoration: none !important;
}

span.last {
  display: inline-block;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}/* End custom CSS */