/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1773917384
Updated: 2026-03-19 11:49:44
*/

/* ============================================================
   DESIGN TOKENS — from XD / Flow 1.css
   ============================================================ */
:root {
    /* Brand colours */
    --np-teal-dark:    #004751;
    --np-teal-mid:     #41757E;
    --np-teal-light:   #7EA1A6;
    --np-green-dark:   #2D430C;
    --np-green-mid:    #787F63;
    --np-green-light:  #A2A894;
    --np-sand:         #D7B98B;
    --np-red:          #6D0020;
    --np-orange:       #F19A67;
    --np-slate:        #435464;
    --np-olive:        #4D543A;
    --np-brown:        #513B2A;
    --np-cream:        #F5EDE2;
    --np-white:        #FFFFFF;
    --np-black:        #1D1D1B;
    --np-overlay:      #000000BF;

    /* Typography */
    --np-font:         'Inter', sans-serif;

    /* Desktop type scale */
    --np-h1-size:      60px;
    --np-h1-lh:        60px;
    --np-h2-size:      40px;
    --np-h2-lh:        40px;
    --np-h3-size:      25px;
    --np-h3-lh:        25px;
    --np-h4-size:      20px;
    --np-h4-lh:        20px;
    --np-lead-size:    20px;
    --np-lead-lh:      30px;
    --np-body-size:    16px;
    --np-body-lh:      25px;

    /* Mobile type scale */
    --np-h1-size-mob:  35px;
    --np-h1-lh-mob:    35px;
    --np-h2-size-mob:  28px;
    --np-h2-lh-mob:    28px;
    --np-h3-size-mob:  19px;
    --np-h3-lh-mob:    19px;
    --np-h4-size-mob:  16px;
    --np-h4-lh-mob:    16px;

    /* Font weights */
    --np-fw-light:     300;
    --np-fw-med:       500;
    --np-fw-black:     900;
}


/* ============================================================
   WAVE SHAPES — inline SVG via HTML widgets
   ============================================================ */

/* Base wave styles — all waves */
.np-wave {
    display: block;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}

.np-wave svg {
    display: block;
    width: 100%;
    height: 80px; /* adjust to taste — taller = more dramatic wave */
}

/* Hero bottom wave — flush to bottom edge */
.np-wave--hero {
    margin-top: auto;
    margin-bottom: -2px;
    width: calc(100% + 212px); /* compensate for 106px padding each side */
    margin-left: -106px;
}

/* Footer top wave — sits at very top of footer container */
.np-wave--footer-top {
    margin-top: -2px;
    margin-left: -80px;  /* compensate for footer container padding */
    width: calc(100% + 160px);
}

/* Naturforbedringer top wave */
.np-wave--natur-top {
    margin-top: -2px;
    margin-left: -106px; /* compensate for section padding */
    width: calc(100% + 212px);
}

/* Naturforbedringer bottom wave */
.np-wave--natur-bottom {
    margin-bottom: -2px;
    margin-left: -106px;
    width: calc(100% + 212px);
}

@media (max-width: 1024px) {
    .np-wave--footer-top {
        margin-left: -40px;
        width: calc(100% + 80px);
    }

    .np-wave--natur-top,
    .np-wave--natur-bottom {
        margin-left: -40px;
        width: calc(100% + 80px);
    }
}

@media (max-width: 768px) {
    .np-wave svg {
        height: 50px;
    }

    .np-wave--footer-top {
        margin-left: -24px;
        width: calc(100% + 48px);
    }

    .np-wave--natur-top,
    .np-wave--natur-bottom {
        margin-left: -24px;
        width: calc(100% + 48px);
    }
}

/* Elementor Theme Builder spacer — prevents gap above sticky header */
.elementor-location-header ~ * {
    margin-top: 0 !important;
}

/* Remove WordPress admin bar offset on frontend */
html {
    margin-top: 0 !important;
}

#wpadminbar {
    position: fixed !important;
}

body {
    font-family: var(--np-font);
    font-size: var(--np-body-size);
    line-height: var(--np-body-lh);
    font-weight: var(--np-fw-light);
    color: var(--np-black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--np-font);
    font-weight: var(--np-fw-black);
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
}

@media (max-width: 768px) {
    h1 { font-size: var(--np-h1-size-mob); line-height: var(--np-h1-lh-mob); }
    h2 { font-size: var(--np-h2-size-mob); line-height: var(--np-h2-lh-mob); }
    h3 { font-size: var(--np-h3-size-mob); line-height: var(--np-h3-lh-mob); }
    h4 { font-size: var(--np-h4-size-mob); line-height: var(--np-h4-lh-mob); }
}


/* ============================================================
   HEADER
   ============================================================ */

/* --- Sticky container base ---
   Elementor Pro handles position:fixed via the sticky setting.
   These rules refine behaviour and add scroll-triggered shadow.
   ------------------------------------------------------------ */
.np-header {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 130px;
    z-index: 999 !important;
    background: #FFFFFF !important;
    transition: box-shadow 0.3s ease, background 0.3s ease;
    will-change: box-shadow;
}

/* Shadow from XD: 0px 3px 6px #00000029 = rgba(0,0,0,0.16) */
.np-header.scrolled {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}

/* Elementor Pro sticky active state */
.np-header.elementor-sticky--active {
    background: #FFFFFF !important;
}

/* Prevent double offset if Elementor injects a spacer div */
.elementor-sticky--effects + * {
    margin-top: 0 !important;
}

/* Logo — 200×85px per XD, vertically centred in 130px header */
.np-header .np-logo-container img {
    width: 200px;
    height: 85px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .np-header .np-logo-container img {
        width: 160px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .np-header .np-logo-container img {
        width: 130px;
        height: auto;
    }
}

/* --- Navigation menu --- */
.np-header .elementor-nav-menu > li > a,
.np-header .elementor-nav-menu > li > a:visited {
    font-family: var(--np-font);
    font-size: var(--np-body-size); /* 16px */
    font-weight: var(--np-fw-med);  /* 500 — Inter Medium per XD */
    line-height: 20px;
    letter-spacing: 0;
    color: var(--np-black) !important; /* #1D1D1B per XD */
    white-space: nowrap;
    transition: color 0.2s ease;
    text-decoration: none !important;
}

.np-header .elementor-nav-menu > li > a:hover,
.np-header .elementor-nav-menu > li.current-menu-item > a {
    color: var(--np-teal-dark) !important;
}

/* --- Dropdown submenu --- */
.np-header .elementor-nav-menu .sub-menu {
    background: var(--np-white);
    border-top: 3px solid var(--np-teal-dark);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
    min-width: 220px;
}

.np-header .elementor-nav-menu .sub-menu li a {
    font-family: var(--np-font);
    font-size: 13px;
    font-weight: var(--np-fw-light);
    color: var(--np-black);
    padding: 10px 18px;
    transition: background 0.2s ease, color 0.2s ease;
}

.np-header .elementor-nav-menu .sub-menu li a:hover {
    background: #f0f7f7;
    color: var(--np-teal-dark);
}

/* --- Language flags + search --- */
.np-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.np-lang-flag img {
    display: block;
    border-radius: 2px;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.np-lang-flag:hover img {
    opacity: 1;
}

.np-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
}

.np-search-toggle:hover {
    opacity: 0.7;
}

/* --- Search overlay --- */
.np-search-overlay {
    display: none;
    position: fixed;
    top: 130px;
    left: 0;
    width: 100%;
    background: var(--np-white);
    padding: 20px 40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 998;
}

.np-search-overlay.active {
    display: flex;
}

.np-search-inner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    gap: 12px;
}

.np-search-form {
    display: flex;
    align-items: center;
    flex: 1;
    border-bottom: 2px solid var(--np-teal-dark);
}

.np-search-input {
    flex: 1;
    border: none;
    padding: 8px 4px;
    font-family: var(--np-font);
    font-size: var(--np-body-size);
    font-weight: var(--np-fw-light);
    color: var(--np-black);
    outline: none;
    background: transparent;
}

.np-search-input::placeholder {
    color: var(--np-teal-mid);
}

.np-search-submit {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
}

.np-search-close {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--np-black);
    display: flex;
    align-items: center;
    padding: 4px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.np-search-close:hover {
    opacity: 1;
}

/* --- Header responsive --- */
@media (max-width: 1024px) {
    body {
        padding-top: 80px !important;
    }

    .np-header {
        height: 80px;
    }

    .np-search-overlay {
        top: 80px;
        padding: 16px 24px;
    }

    .np-header .elementor-nav-menu--main {
        display: none;
    }

    .np-header .elementor-menu-toggle {
        display: flex !important;
    }
}


/* ============================================================
   FOOTER
   ============================================================ */

/* --- Wave background ---
   Group 1711 SVG set as background-image on footer container.
   Background-size: cover, position: top center.
   ------------------------------------------------------------ */

/* --- Footer nav links (vertical) --- */
.elementor-location-footer .elementor-nav-menu--layout-vertical .elementor-item {
    padding: 4px 0 !important;
    font-family: var(--np-font) !important;
    font-size: var(--np-body-size) !important;
    font-weight: var(--np-fw-light) !important;
    line-height: var(--np-body-lh) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    text-decoration: none;
}

.elementor-location-footer .elementor-nav-menu--layout-vertical .elementor-item:hover {
    color: var(--np-white) !important;
    text-decoration: underline;
}

/* Footer column headings — Inter Black 20px uppercase */
.elementor-location-footer h4,
.elementor-location-footer .elementor-heading-title {
    font-family: var(--np-font) !important;
    font-size: var(--np-h4-size) !important;    /* 20px */
    font-weight: var(--np-fw-black) !important; /* 900 */
    line-height: var(--np-h4-lh) !important;    /* 20px */
    text-transform: uppercase;
    color: var(--np-white);
    letter-spacing: 0;
    margin-bottom: 24px;
}

/* --- Newsletter form --- */
.np-newsletter {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.np-newsletter-field {
    width: 100%;
}

.np-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    padding: 10px 0;
    font-family: var(--np-font);
    font-size: var(--np-body-size);
    font-weight: var(--np-fw-light);
    color: var(--np-white);
    outline: none;
    transition: border-color 0.2s ease;
    box-sizing: border-box;
}

.np-input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.np-input:focus {
    border-bottom-color: var(--np-white);
}

.np-tilmeld-btn {
    width: 100%;
    background-color: var(--np-green-light); /* #A2A894 */
    color: var(--np-white);
    border: none;
    padding: 14px 24px;
    font-family: var(--np-font);
    font-size: var(--np-body-size);
    font-weight: var(--np-fw-black);
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    border-radius: 0;
    transition: background-color 0.2s ease;
    margin-top: 8px;
}

.np-tilmeld-btn:hover {
    background-color: var(--np-olive);
}

.np-newsletter-feedback {
    font-family: var(--np-font);
    font-size: 13px;
    font-weight: var(--np-fw-light);
    margin-top: 8px;
}

/* --- Social / Følg os --- */
.np-footer-follow {
    margin-top: 32px;
}

.np-follow-label {
    font-family: 'Caveat', cursive;
    font-size: 22px;
    font-weight: 400;
    color: var(--np-white);
    margin-bottom: 12px;
    font-style: italic;
    text-transform: none;
}

.np-social-icons {
    display: flex;
    gap: 16px;
    align-items: center;
}

.np-social-icons a {
    display: flex;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.2s ease;
}

.np-social-icons a:hover {
    opacity: 1;
}

/* --- Footer bottom bar --- */
.elementor-location-footer .np-footer-bottom-left p,
.elementor-location-footer .np-footer-bottom-right p {
    font-family: var(--np-font);
    font-size: 14px;
    font-weight: var(--np-fw-light);
    color: rgba(255, 255, 255, 0.60);
    margin: 0;
}

.elementor-location-footer .np-footer-bottom-left a,
.elementor-location-footer .np-footer-bottom-right a {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
    transition: color 0.2s ease;
}

.elementor-location-footer .np-footer-bottom-left a:hover,
.elementor-location-footer .np-footer-bottom-right a:hover {
    color: var(--np-white);
}

/* --- Footer responsive --- */
@media (max-width: 1024px) {
    .elementor-location-footer .e-con {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {
    .elementor-location-footer .e-con {
        flex-wrap: wrap !important;
    }

    .elementor-location-footer .e-con > .e-con {
        width: 100% !important;
        margin-bottom: 32px;
    }

    .elementor-location-footer .e-con {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}


/* ============================================================
   FRONTPAGE – HERO
   ============================================================ */

.np-hero {
    position: relative;
}

/* Ghost/outlined button */
.np-hero .elementor-button.np-btn-ghost {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
}

.np-hero .elementor-button.np-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.10) !important;
}

/* Slide indicator dots */
.np-hero-indicators {
    display: flex;
    gap: 32px;
    align-items: center;
    position: absolute;
    bottom: 32px;
    left: 106px;
}

.np-hero-indicator {
    font-family: var(--np-font);
    font-size: 12px;
    font-weight: var(--np-fw-light);
    color: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.np-hero-indicator.active {
    color: #ffffff;
    font-weight: var(--np-fw-med);
}

@media (max-width: 768px) {
    .np-hero-indicators {
        display: none;
    }
}


/* ============================================================
   FRONTPAGE – MAP / ET HAV AF OPLEVELSER
   ============================================================ */

.np-hav-left {
    background-color: rgba(81, 59, 42, 0.80);
}

.np-hav-right {
    min-height: 750px;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 1024px) {
    .np-hav-right {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .np-hav-left,
    .np-hav-right {
        width: 100% !important;
    }

    .np-hav-right {
        min-height: 320px;
    }
}


/* ============================================================
   FRONTPAGE – INDSATSER
   ============================================================ */

/* Border set directly on Elementor container in JSON */
.np-indsatser-box {
    border: 2px solid #41757E;
}

.np-indsatser-box .elementor-heading-title {
    font-family: var(--np-font);
    font-size: var(--np-h3-size); /* 25px */
    font-weight: var(--np-fw-black);
    color: #41757E;
    line-height: var(--np-h3-lh);
}

@media (max-width: 1024px) {
    .np-indsatser-box .e-con {
        flex-basis: calc(33.333% - 24px) !important;
        flex-grow: 0 !important;
    }
}

@media (max-width: 768px) {
    .np-indsatser-box {
        flex-wrap: wrap !important;
    }

    .np-indsatser-box .e-con {
        flex-basis: calc(50% - 16px) !important;
        flex-grow: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 24px;
    }
}

@media (max-width: 480px) {
    .np-indsatser-box .e-con {
        flex-basis: 100% !important;
    }
}


/* ============================================================
   FRONTPAGE – NATURFORBEDRINGER CARDS
   ============================================================ */

.np-natur-card {
    background: #ffffff;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
}

.np-natur-card .elementor-widget-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.np-natur-card .elementor-heading-title {
    font-family: var(--np-font);
    font-size: var(--np-h4-size);    /* 20px */
    font-weight: var(--np-fw-black);
    line-height: var(--np-h4-lh);    /* 20px */
    text-transform: uppercase;
    color: var(--np-black);
}

@media (max-width: 1024px) {
    .np-natur-cards {
        flex-wrap: wrap !important;
    }

    .np-natur-cards > .e-con {
        flex-basis: calc(50% - 8px) !important;
        flex-grow: 0 !important;
    }
}

@media (max-width: 640px) {
    .np-natur-cards > .e-con {
        flex-basis: 100% !important;
    }
}


/* ============================================================
   FRONTPAGE – NYHEDER
   ============================================================ */

.np-nyheder-btn .elementor-button {
    border-radius: 50px !important;
    font-family: var(--np-font);
    font-size: var(--np-body-size);
    font-weight: var(--np-fw-light);
}

.np-nyhed-card .elementor-widget-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.np-nyhed-card .elementor-heading-title {
    font-family: var(--np-font);
    font-size: var(--np-body-size);  /* 16px */
    font-weight: var(--np-fw-black);
    line-height: 20px;
    text-transform: none !important;
    color: var(--np-black);
}

.np-nyhed-card .elementor-widget-text-editor p {
    font-family: var(--np-font);
    font-size: 14px;
    font-weight: var(--np-fw-light);
    color: #787F63;
    margin: 0;
}

@media (max-width: 1024px) {
    .np-nyheder-cards {
        flex-wrap: wrap !important;
    }

    .np-nyheder-cards > .e-con {
        flex-basis: calc(50% - 8px) !important;
        flex-grow: 0 !important;
    }
}

@media (max-width: 640px) {
    .np-nyheder-cards > .e-con {
        flex-basis: 100% !important;
    }
}