.elementor-1489 .elementor-element.elementor-element-f251b3a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1489 .elementor-element.elementor-element-25681cc{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-accent );box-shadow:3px 3px 10px 0px rgba(0,0,0,0.5);}.elementor-1489 .elementor-element.elementor-element-7135285{--display:flex;}@media(max-width:767px){.elementor-1489 .elementor-element.elementor-element-f251b3a{--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1489 .elementor-element.elementor-element-25681cc{padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-43b0d11 *//* ==========================================================================
   NorLux Minimalist Top Banner (v3-design - CSS 12.0)
   ========================================================================== */

.norlux-top-banner-v3 {
    background-color: #111111;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #222222;
}

.nltb-link {
    text-decoration: none;
    display: block;
    padding: 14px 20px;
    transition: background-color 0.2s ease;
}

.nltb-link:hover {
    background-color: #1a1a1a;
}

.nltb-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.nltb-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #333333;
    padding-right: 24px;
    flex-shrink: 0;
}

.nltb-indicator {
    width: 6px;
    height: 6px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    animation: nltb-pulse 2s infinite ease-in-out;
}

.nltb-badge-text {
    color: #888888;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

.nltb-message {
    color: #cccccc;
    font-size: 0.9rem;
    font-weight: 300;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 0.2px;
}

.nltb-message strong {
    font-weight: 500;
    color: #ffffff;
}

.nltb-action-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    flex-shrink: 0;
}

.nltb-svg {
    width: 14px;
    height: 14px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.nltb-link:hover .nltb-svg {
    transform: translateY(3px);
}

@keyframes nltb-pulse {
    0% { opacity: 0.3; }
    50% { opacity: 1; }
    100% { opacity: 0.3; }
}

@media (max-width: 900px) {
    .nltb-link {
        padding: 12px 15px;
    }
    
    .nltb-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .nltb-badge-wrapper {
        border-right: none;
        padding-right: 0;
    }
    
    .nltb-message {
        font-size: 0.85rem;
    }
    
    .nltb-action-arrow {
        font-size: 0.75rem;
        margin-top: 2px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25681cc *//* Uppsala Hero - v1, byggd på Blekinge/Halland-mönstret, anpassad för två utförare */
.norlux-hero-uppsala-v1 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-hero-uppsala-v1 .nlhu-container {
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-hero-uppsala-v1 .nlhu-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 80px;
    align-items: center;
}
.norlux-hero-uppsala-v1 .nlhu-text-area {
    display: flex;
    flex-direction: column;
}
.norlux-hero-uppsala-v1 .nlhu-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #777777;
    margin-bottom: 22px;
}
.norlux-hero-uppsala-v1 .nlhu-main-title {
    font-weight: 200;
    font-size: 3.4rem;
    letter-spacing: -1px;
    margin: 0 0 26px 0;
    line-height: 1.12;
}
.norlux-hero-uppsala-v1 .nlhu-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.65;
    color: #444444;
    margin: 0 0 22px 0;
}
.norlux-hero-uppsala-v1 .nlhu-secondary-text {
    font-size: 1.02rem;
    line-height: 1.75;
    color: #555555;
    margin: 0 0 36px 0;
    max-width: 58ch;
}
.norlux-hero-uppsala-v1 .nlhu-cta-block {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}
.norlux-hero-uppsala-v1 .nlhu-btn-black {
    display: inline-block;
    padding: 18px 28px;
    background-color: #1a1a1a;
    color: #ffffff;
    border: 1px solid #1a1a1a;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
.norlux-hero-uppsala-v1 .nlhu-btn-black:hover {
    background-color: #333333;
    border-color: #333333;
}
.norlux-hero-uppsala-v1 .nlhu-info-area {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.norlux-hero-uppsala-v1 .nlhu-quote-card {
    background-color: #f9f9f9;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.norlux-hero-uppsala-v1 .nlhu-quote-text {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0;
}
.norlux-hero-uppsala-v1 .nlhu-quote-author {
    font-size: 0.8rem;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    font-weight: 600;
}
.norlux-hero-uppsala-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 1024px) {
    .norlux-hero-uppsala-v1 .nlhu-grid {
        gap: 50px;
    }
    .norlux-hero-uppsala-v1 .nlhu-main-title {
        font-size: 3rem;
    }
}
@media (max-width: 990px) {
    .norlux-hero-uppsala-v1 {
        padding: 100px 20px;
    }
    .norlux-hero-uppsala-v1 .nlhu-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }
    .norlux-hero-uppsala-v1 .nlhu-secondary-text {
        max-width: none;
    }
}
@media (max-width: 500px) {
    .norlux-hero-uppsala-v1 {
        padding: 76px 15px;
    }
    .norlux-hero-uppsala-v1 .nlhu-main-title {
        font-size: 2.2rem;
        margin-bottom: 18px;
    }
    .norlux-hero-uppsala-v1 .nlhu-main-intro {
        font-size: 1.12rem;
        line-height: 1.55;
    }
    .norlux-hero-uppsala-v1 .nlhu-secondary-text {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-bottom: 28px;
    }
    .norlux-hero-uppsala-v1 .nlhu-cta-block {
        flex-direction: column;
        align-items: stretch;
    }
    .norlux-hero-uppsala-v1 .nlhu-btn-black {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .norlux-hero-uppsala-v1 .nlhu-quote-card {
        padding: 26px 20px;
    }
    .norlux-hero-uppsala-v1 .nlhu-quote-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8db1a7e *//* Uppsala Team - v1, byggd på Blekinge-mönstret, anpassad för två utförare */
.norlux-uppsala-team-v1 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-team-v1 .nluat-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-uppsala-team-v1 .nluat-header-block {
    text-align: center;
    margin-bottom: 80px;
}
.norlux-uppsala-team-v1 .nluat-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-uppsala-team-v1 .nluat-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-uppsala-team-v1 .nluat-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 850px;
    margin: 0 auto;
}
.norlux-uppsala-team-v1 .nluat-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
    align-items: flex-start;
}
.norlux-uppsala-team-v1 .nluat-office-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.norlux-uppsala-team-v1 .nluat-office-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.norlux-uppsala-team-v1 .nluat-card-badge {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-uppsala-team-v1 .nluat-office-title {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 18px 0;
    letter-spacing: -0.3px;
}
.norlux-uppsala-team-v1 .nluat-office-text {
    font-size: 0.96rem;
    line-height: 1.7;
    color: #555555;
    margin: 0 0 24px 0;
}
.norlux-uppsala-team-v1 .nluat-address {
    font-style: normal;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    margin: 0 0 26px 0;
}
.norlux-uppsala-team-v1 .nluat-link-wrapper {
    margin-top: auto;
}
.norlux-uppsala-team-v1 .nluat-people-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.norlux-uppsala-team-v1 .nluat-person-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 46px;
    box-sizing: border-box;
}
.norlux-uppsala-team-v1 .nluat-person-meta {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 28px;
}
.norlux-uppsala-team-v1 .nluat-avatar-frame {
    width: 128px;
    height: 128px;
    overflow: hidden;
    flex-shrink: 0;
}
.norlux-uppsala-team-v1 .nluat-avatar-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    display: block;
    border-radius: 0;
}
.norlux-uppsala-team-v1 .nluat-person-name {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 6px 0;
    letter-spacing: -0.2px;
}
.norlux-uppsala-team-v1 .nluat-person-role {
    display: block;
    font-size: 0.94rem;
    color: #777777;
    line-height: 1.55;
}
.norlux-uppsala-team-v1 .nluat-contact-channels {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    margin-bottom: 24px;
}
.norlux-uppsala-team-v1 .nluat-contact-channels a {
    font-size: 0.95rem;
    color: #1a1a1a;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease-in-out;
}
.norlux-uppsala-team-v1 .nluat-contact-channels a:hover {
    color: #666666;
}
.norlux-uppsala-team-v1 .nluat-bio-text {
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
    margin: 0;
}
.norlux-uppsala-team-v1 .nluat-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-uppsala-team-v1 .nluat-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-uppsala-team-v1 .nluat-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-uppsala-team-v1 .nluat-arrow-link:hover .nluat-link-arrow {
    transform: translateX(4px);
}
.norlux-uppsala-team-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 990px) {
    .norlux-uppsala-team-v1 {
        padding: 100px 20px;
    }
    .norlux-uppsala-team-v1 .nluat-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .norlux-uppsala-team-v1 .nluat-main-title {
        font-size: 2.3rem;
    }
    .norlux-uppsala-team-v1 .nluat-office-card,
    .norlux-uppsala-team-v1 .nluat-person-card {
        padding: 36px;
    }
    .norlux-uppsala-team-v1 .nluat-avatar-frame {
        width: 120px;
        height: 120px;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-team-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-team-v1 .nluat-main-title {
        font-size: 2.05rem;
    }
    .norlux-uppsala-team-v1 .nluat-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-uppsala-team-v1 .nluat-office-card,
    .norlux-uppsala-team-v1 .nluat-person-card {
        padding: 28px 20px;
    }
    .norlux-uppsala-team-v1 .nluat-person-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .norlux-uppsala-team-v1 .nluat-avatar-frame {
        width: 112px;
        height: 112px;
    }
    .norlux-uppsala-team-v1 .nluat-contact-channels {
        flex-direction: column;
        gap: 10px;
    }
    .norlux-uppsala-team-v1 .nluat-office-text,
    .norlux-uppsala-team-v1 .nluat-bio-text {
        font-size: 0.95rem;
        line-height: 1.68;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15f2395 *//* Uppsala Conditions - v1, byggd på Blekinge/Halland-mönstret */
.norlux-uppsala-conditions-v1 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-conditions-v1 .nluc-container {
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-uppsala-conditions-v1 .nluc-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 70px;
    align-items: stretch;
}
.norlux-uppsala-conditions-v1 .nluc-text-col {
    display: flex;
    flex-direction: column;
}
.norlux-uppsala-conditions-v1 .nluc-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 20px;
}
.norlux-uppsala-conditions-v1 .nluc-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-uppsala-conditions-v1 .nluc-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    margin: 0 0 50px 0;
    max-width: 58ch;
}
.norlux-uppsala-conditions-v1 .nluc-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
    margin-bottom: 45px;
}
.norlux-uppsala-conditions-v1 .nluc-feature-item {
    border-top: 1px solid #e3e3e3;
    padding-top: 20px;
}
.norlux-uppsala-conditions-v1 .nluc-feature-title {
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0 0 10px 0;
    letter-spacing: -0.1px;
    line-height: 1.35;
}
.norlux-uppsala-conditions-v1 .nluc-feature-text {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}
.norlux-uppsala-conditions-v1 .nluc-disclaimer {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #777777;
    margin: 0;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-uppsala-conditions-v1 .nluc-image-col {
    display: flex;
}
.norlux-uppsala-conditions-v1 .nluc-image-wrapper {
    width: 100%;
    min-height: 520px;
    position: relative;
    overflow: hidden;
}
.norlux-uppsala-conditions-v1 .nluc-image-wrapper img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}
@media (max-width: 1024px) {
    .norlux-uppsala-conditions-v1 {
        padding: 100px 20px;
    }
    .norlux-uppsala-conditions-v1 .nluc-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .norlux-uppsala-conditions-v1 .nluc-image-wrapper {
        min-height: 460px;
    }
}
@media (max-width: 768px) {
    .norlux-uppsala-conditions-v1 .nluc-main-title {
        font-size: 2.3rem;
    }
    .norlux-uppsala-conditions-v1 .nluc-main-intro {
        margin-bottom: 38px;
    }
    .norlux-uppsala-conditions-v1 .nluc-features-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-conditions-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-conditions-v1 .nluc-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-uppsala-conditions-v1 .nluc-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 35px;
    }
    .norlux-uppsala-conditions-v1 .nluc-feature-title {
        font-size: 1.08rem;
    }
    .norlux-uppsala-conditions-v1 .nluc-feature-text {
        font-size: 0.94rem;
        line-height: 1.65;
    }
    .norlux-uppsala-conditions-v1 .nluc-image-wrapper {
        min-height: 300px;
    }
    .norlux-uppsala-conditions-v1 .nluc-disclaimer {
        font-size: 0.8rem;
        line-height: 1.65;
        padding-top: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b97838 *//* Uppsala Facts Widget - v1, byggd på Blekinge/Dalarna-mönstret */
.norlux-uppsala-facts-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-facts-v1 .nluf-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-uppsala-facts-v1 .nluf-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-uppsala-facts-v1 .nluf-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-uppsala-facts-v1 .nluf-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-uppsala-facts-v1 .nluf-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 820px;
    margin: 0 auto;
}
.norlux-uppsala-facts-v1 .nluf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.norlux-uppsala-facts-v1 .nluf-card {
    border: 1px solid #eaeaea;
    background-color: #f9f9f9;
    padding: 30px 24px;
    box-sizing: border-box;
    min-height: 100%;
}
.norlux-uppsala-facts-v1 .nluf-stat {
    display: block;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 200;
    letter-spacing: -1px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.norlux-uppsala-facts-v1 .nluf-card-title {
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 12px 0;
    color: #1a1a1a;
}
.norlux-uppsala-facts-v1 .nluf-card-text {
    font-size: 0.92rem;
    line-height: 1.68;
    color: #555555;
    margin: 0;
}
.norlux-uppsala-facts-v1 .nluf-footer-block {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.norlux-uppsala-facts-v1 .nluf-footer-text {
    font-size: 0.85rem;
    line-height: 1.7;
    color: #777777;
    margin: 0;
}
.norlux-uppsala-facts-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 1024px) {
    .norlux-uppsala-facts-v1 .nluf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .norlux-uppsala-facts-v1 {
        padding: 80px 20px;
    }
    .norlux-uppsala-facts-v1 .nluf-header-block {
        margin-bottom: 50px;
    }
    .norlux-uppsala-facts-v1 .nluf-main-title {
        font-size: 2.2rem;
    }
    .norlux-uppsala-facts-v1 .nluf-main-intro {
        font-size: 1.1rem;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-facts-v1 {
        padding: 70px 15px;
    }
    .norlux-uppsala-facts-v1 .nluf-main-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-uppsala-facts-v1 .nluf-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-uppsala-facts-v1 .nluf-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 32px;
    }
    .norlux-uppsala-facts-v1 .nluf-card {
        padding: 24px 20px;
    }
    .norlux-uppsala-facts-v1 .nluf-stat {
        font-size: 2rem;
        margin-bottom: 12px;
    }
    .norlux-uppsala-facts-v1 .nluf-card-title {
        font-size: 1rem;
    }
    .norlux-uppsala-facts-v1 .nluf-card-text {
        font-size: 0.9rem;
        line-height: 1.65;
    }
    .norlux-uppsala-facts-v1 .nluf-footer-text {
        font-size: 0.8rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b3cb17 *//* Uppsala U-värdeswidget / Bidragslänk - v1, byggd på Blekinge/Dalarna-mönstret */
.norlux-uppsala-u-widget-v1 {
    padding: 100px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-u-widget-v1 .nluuw-container {
    max-width: 1000px;
    margin: 0 auto;
}
.norlux-uppsala-u-widget-v1 .nluuw-header-block {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-uppsala-u-widget-v1 .nluuw-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-uppsala-u-widget-v1 .nluuw-main-title {
    font-weight: 200;
    font-size: 2.6rem;
    letter-spacing: -0.5px;
    margin: 0;
    line-height: 1.2;
}
.norlux-uppsala-u-widget-v1 .nluuw-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.norlux-uppsala-u-widget-v1 .nluuw-comparison-area {
    display: flex;
    gap: 20px;
}
.norlux-uppsala-u-widget-v1 .nluuw-card {
    flex: 1;
    min-width: 0;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 30px 18px;
    text-align: center;
    background-color: #ffffff;
    box-sizing: border-box;
}
.norlux-uppsala-u-widget-v1 .nluuw-card-norlux {
    background-color: #f9f9f9;
    border-color: #1a1a1a;
}
.norlux-uppsala-u-widget-v1 .nluuw-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 1.3;
    min-height: 32px;
}
.norlux-uppsala-u-widget-v1 .nluuw-value {
    font-size: 2.1rem;
    font-weight: 200;
    letter-spacing: -0.5px;
    color: #1a1a1a;
    margin-bottom: 12px;
    white-space: nowrap;
}
.norlux-uppsala-u-widget-v1 .nluuw-card-note {
    font-size: 0.82rem;
    line-height: 1.55;
    color: #777777;
    margin: 0;
}
.norlux-uppsala-u-widget-v1 .nluuw-text-area {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.norlux-uppsala-u-widget-v1 .nluuw-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
}
.norlux-uppsala-u-widget-v1 .nluuw-text strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-uppsala-u-widget-v1 .nluuw-link-wrapper {
    margin-top: 6px;
}
.norlux-uppsala-u-widget-v1 .nluuw-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}
.norlux-uppsala-u-widget-v1 .nluuw-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-uppsala-u-widget-v1 .nluuw-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease-in-out;
}
.norlux-uppsala-u-widget-v1 .nluuw-arrow-link:hover .nluuw-link-arrow {
    transform: translateX(4px);
}
@media (max-width: 850px) {
    .norlux-uppsala-u-widget-v1 {
        padding: 80px 20px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-main-title {
        font-size: 2.2rem;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-u-widget-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-main-title {
        font-size: 1.95rem;
        line-height: 1.2;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-comparison-area {
        flex-direction: column;
        gap: 15px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-card {
        padding: 25px 15px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-label {
        min-height: auto;
        margin-bottom: 10px;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-value {
        font-size: 1.6rem;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-card-note {
        font-size: 0.8rem;
        line-height: 1.5;
    }
    .norlux-uppsala-u-widget-v1 .nluuw-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b4fa9c *//* Uppsala Process Bridge - v1, byggd på Blekinge/Dalarna/Göteborg-mönstret */
.norlux-uppsala-process-bridge-v1 {
    padding: 110px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
    text-align: center;
}
.norlux-uppsala-process-bridge-v1 .npbb-container {
    max-width: 820px;
    margin: 0 auto;
}
.norlux-uppsala-process-bridge-v1 .npbb-content-block {
    max-width: 760px;
    margin: 0 auto;
}
.norlux-uppsala-process-bridge-v1 .npbb-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-uppsala-process-bridge-v1 .npbb-main-title {
    font-weight: 200;
    font-size: 2.7rem;
    letter-spacing: -0.5px;
    margin: 0 0 24px 0;
    line-height: 1.2;
}
.norlux-uppsala-process-bridge-v1 .npbb-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.22rem;
    line-height: 1.68;
    color: #4a4a4a;
    margin: 0 0 38px 0;
}
.norlux-uppsala-process-bridge-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
.norlux-uppsala-process-bridge-v1 .npbb-link-wrapper {
    display: flex;
    justify-content: center;
}
.norlux-uppsala-process-bridge-v1 .npbb-arrow-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    font-size: 1rem;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #dcdcdc;
    transition: border-color 0.2s ease-in-out;
}
.norlux-uppsala-process-bridge-v1 .npbb-arrow-link:hover {
    border-color: #1a1a1a;
}
.norlux-uppsala-process-bridge-v1 .npbb-link-arrow {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease-in-out;
}
.norlux-uppsala-process-bridge-v1 .npbb-arrow-link:hover .npbb-link-arrow {
    transform: translateX(5px);
}
@media (max-width: 768px) {
    .norlux-uppsala-process-bridge-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-process-bridge-v1 .npbb-main-title {
        font-size: 2.25rem;
    }
    .norlux-uppsala-process-bridge-v1 .npbb-main-intro {
        font-size: 1.12rem;
        line-height: 1.62;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-process-bridge-v1 .npbb-main-title {
        font-size: 2.02rem;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .norlux-uppsala-process-bridge-v1 .npbb-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
        margin-bottom: 32px;
    }
    .norlux-uppsala-process-bridge-v1 .npbb-arrow-link {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-05c3440 *//* Uppsala FAQ - v1, byggd på Blekinge/Dalarna-mönstret */
.norlux-uppsala-faq-v1 {
    padding: 120px 20px;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-faq-v1 .nluq-container {
    max-width: 980px;
    margin: 0 auto;
}
.norlux-uppsala-faq-v1 .nluq-header-area {
    text-align: center;
    margin-bottom: 60px;
}
.norlux-uppsala-faq-v1 .nluq-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-uppsala-faq-v1 .nluq-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 22px 0;
    line-height: 1.2;
}
.norlux-uppsala-faq-v1 .nluq-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 760px;
    margin: 0 auto;
}
.norlux-uppsala-faq-v1 .nluq-wrapper {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
}
.norlux-uppsala-faq-v1 .nluq-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}
.norlux-uppsala-faq-v1 .nluq-item summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 28px 56px 28px 0;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1a1a1a;
}
.norlux-uppsala-faq-v1 .nluq-item summary::-webkit-details-marker {
    display: none;
}
.norlux-uppsala-faq-v1 .nluq-item summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 1.4rem;
    line-height: 1;
    color: #777777;
    transition: transform 0.2s ease-in-out;
}
.norlux-uppsala-faq-v1 .nluq-item[open] summary::after {
    content: "−";
}
.norlux-uppsala-faq-v1 .nluq-answer {
    padding: 0 0 26px 0;
    max-width: 850px;
}
.norlux-uppsala-faq-v1 .nluq-answer p {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #555555;
}
.norlux-uppsala-faq-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 768px) {
    .norlux-uppsala-faq-v1 {
        padding: 90px 20px;
    }
    .norlux-uppsala-faq-v1 .nluq-header-area {
        margin-bottom: 50px;
    }
    .norlux-uppsala-faq-v1 .nluq-main-title {
        font-size: 2.3rem;
    }
    .norlux-uppsala-faq-v1 .nluq-main-intro {
        font-size: 1.1rem;
        line-height: 1.6;
    }
    .norlux-uppsala-faq-v1 .nluq-item summary {
        font-size: 1.02rem;
        padding: 24px 44px 24px 0;
    }
    .norlux-uppsala-faq-v1 .nluq-item summary::after {
        top: 22px;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-faq-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-faq-v1 .nluq-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
    }
    .norlux-uppsala-faq-v1 .nluq-main-intro {
        font-size: 1.02rem;
        line-height: 1.6;
    }
    .norlux-uppsala-faq-v1 .nluq-item summary {
        font-size: 0.98rem;
        line-height: 1.5;
        padding: 22px 40px 22px 0;
    }
    .norlux-uppsala-faq-v1 .nluq-item summary::after {
        top: 20px;
        font-size: 1.25rem;
    }
    .norlux-uppsala-faq-v1 .nluq-answer {
        padding-bottom: 22px;
    }
    .norlux-uppsala-faq-v1 .nluq-answer p {
        font-size: 0.93rem;
        line-height: 1.68;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac2932c *//* Uppsala Slut-CTA - v1, byggd på Blekinge/Halland/Dalarna-mönstret */
.norlux-uppsala-final-cta-v1 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-uppsala-final-cta-v1 .nlufc-container {
    max-width: 1100px;
    margin: 0 auto;
}
.norlux-uppsala-final-cta-v1 .nlufc-frame-box {
    border: 1px solid #1a1a1a;
    padding: 56px 72px;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 60px;
    align-items: center;
    background-color: #ffffff;
}
.norlux-uppsala-final-cta-v1 .nlufc-content-col {
    display: flex;
    flex-direction: column;
}
.norlux-uppsala-final-cta-v1 .nlufc-badge {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 18px;
    display: block;
}
.norlux-uppsala-final-cta-v1 .nlufc-main-title {
    font-weight: 200;
    font-size: 2.55rem;
    letter-spacing: -0.5px;
    margin: 0 0 18px 0;
    line-height: 1.2;
    color: #1a1a1a;
}
.norlux-uppsala-final-cta-v1 .nlufc-body-text {
    font-size: 1rem;
    line-height: 1.72;
    color: #555555;
    margin: 0;
    max-width: 58ch;
}
.norlux-uppsala-final-cta-v1 .nlufc-action-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.norlux-uppsala-final-cta-v1 .nlufc-btn-black {
    display: inline-block;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    text-align: center;
    padding: 20px 40px;
    background-color: #1a1a1a;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease-in-out;
}
.norlux-uppsala-final-cta-v1 .nlufc-btn-black:hover {
    background-color: #333333;
}
.norlux-uppsala-final-cta-v1 .nlufc-sub-text {
    font-size: 0.8rem;
    color: #888888;
    letter-spacing: 0.3px;
    text-align: center;
}
.norlux-uppsala-final-cta-v1 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 990px) {
    .norlux-uppsala-final-cta-v1 {
        padding: 100px 20px;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-frame-box {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 48px;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-main-title {
        font-size: 2.25rem;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-action-col {
        align-items: stretch;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-btn-black {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .norlux-uppsala-final-cta-v1 {
        padding: 80px 15px;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-frame-box {
        padding: 38px 20px;
        gap: 32px;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-main-title {
        font-size: 2rem;
        line-height: 1.2;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-body-text {
        font-size: 0.95rem;
        line-height: 1.65;
    }
    .norlux-uppsala-final-cta-v1 .nlufc-btn-black {
        padding: 18px 25px;
        font-size: 0.9rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8148fc *//* Halland Produktnavigering - v3 */
.norlux-halland-catnav-v3 {
    padding: 120px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #1a1a1a;
}
.norlux-halland-catnav-v3 .nlhcn-container {
    max-width: 1140px;
    margin: 0 auto;
}
.norlux-halland-catnav-v3 .nlhcn-header-block {
    text-align: center;
    margin-bottom: 65px;
}
.norlux-halland-catnav-v3 .nlhcn-badge {
    display: inline-block;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #888888;
    margin-bottom: 15px;
}
.norlux-halland-catnav-v3 .nlhcn-main-title {
    font-weight: 200;
    font-size: 2.8rem;
    letter-spacing: -0.5px;
    margin: 0 0 25px 0;
    line-height: 1.2;
}
.norlux-halland-catnav-v3 .nlhcn-main-intro {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.65;
    color: #4a4a4a;
    max-width: 850px;
    margin: 0 auto;
}
.norlux-halland-catnav-v3 .nlhcn-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.norlux-halland-catnav-v3 .nlhcn-card {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 30px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 96px;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.norlux-halland-catnav-v3 .nlhcn-card:hover {
    border-color: #1a1a1a;
    background-color: #f9f9f9;
}
.norlux-halland-catnav-v3 .nlhcn-card-title {
    font-size: 1.08rem;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: -0.2px;
    line-height: 1.35;
    padding-right: 16px;
}
.norlux-halland-catnav-v3 .nlhcn-card-arrow {
    width: 18px;
    height: 18px;
    color: #888888;
    flex-shrink: 0;
    transition: transform 0.2s ease-in-out, color 0.2s ease-in-out;
}
.norlux-halland-catnav-v3 .nlhcn-card:hover .nlhcn-card-arrow {
    transform: translateX(4px);
    color: #1a1a1a;
}
.norlux-halland-catnav-v3 strong {
    font-weight: 600;
    color: #1a1a1a;
}
@media (max-width: 1100px) {
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}
@media (max-width: 768px) {
    .norlux-halland-catnav-v3 {
        padding: 80px 15px;
    }
    .norlux-halland-catnav-v3 .nlhcn-header-block {
        margin-bottom: 50px;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-title {
        font-size: 2.3rem;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-intro {
        font-size: 1.12rem;
        line-height: 1.6;
    }
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
}
@media (max-width: 550px) {
    .norlux-halland-catnav-v3 .nlhcn-main-title {
        font-size: 2.05rem;
        line-height: 1.2;
    }
    .norlux-halland-catnav-v3 .nlhcn-main-intro {
        font-size: 1.05rem;
        line-height: 1.6;
    }
    .norlux-halland-catnav-v3 .nlhcn-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .norlux-halland-catnav-v3 .nlhcn-card {
        padding: 24px 20px;
        min-height: 84px;
    }
    .norlux-halland-catnav-v3 .nlhcn-card-title {
        font-size: 1rem;
    }
}/* End custom CSS */