CINXE.COM

OM OSS | Heggedal N忙rmilj酶sentral

<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="nb" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.iheggedal.no/', AccountUUID: '022c808526cd408081a3f300fd07117f', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'ef8b40ec', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Thu Nov 14 14:49:49 UTC 2024', ExternalUid: null, IsSiteMultilingual: false, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'om-oss', InitialPageUuid: '9b762571b3ec44818e8bdf17975570fc', InitialPageId: '32946764', InitialEncodedPageAlias: 'b20tb3Nz', CurrentPageUrl: '', IsCurrentHomePage: false, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49290', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'iheggedal', HasCustomDomain: true, SimpleSite: false, showCookieNotification: false, cookiesNotificationMarkup: 'null', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'nb', currentLocale: 'nb', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.iheggedal.no/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: false, planID: '7', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'nb', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <link rel="preconnect" href="//privacy-proxy.usercentrics.eu" data-swh-uuid="6cf095cbc8414558b11c2484bcd366c4"/> <link rel="preload" href="//privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js" as="script" data-swh-uuid="6cf095cbc8414558b11c2484bcd366c4"/> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.iheggedal.no/om-oss"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Logo+uten+tekst+1000px.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/ef8b40ec/site_favicon_16_1686316571600.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> :root { --color_1: rgba(0,42,125,1); --color_2: rgba(255, 255, 255, 1); --color_3: rgba(7,114,234,0.2); --color_4: rgba(0, 42, 125, 0.7); --color_5: rgba(7, 114, 234, 1); } </style> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/fonts/css2?family=Roboto:wght@100;300;400;500;700;900&family=Montserrat:wght@100..900&family=Rock+Salt:wght@400&family=PT+Sans:wght@400;700&family=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;subset=latin-ext&amp;display=swap" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="stylesheet" type="text/css" href="https://static.cdn-website.com/mnlt/production/4962/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/WIDGET_CSS/95dbfd1988b0c68f20688cf6a193d195.css" id="widgetCSS" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="om-oss"] #dm [data-show-on-page-only="om-oss"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link type="text/css" rel="stylesheet" href="https://irp.cdn-website.com/ef8b40ec/files/ef8b40ec_1.min.css?v=92" id="siteGlobalCss" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <style id="pagestyle" type="text/css"> *#dm *.dmBody a.span.textonly { color:rgb(255,255,255) !important; } *#dm *.dmBody div.dmform-error { font-style:normal !important; } *#dm *.dmBody div.dmforminput textarea { font-style:italic !important; } *#dm *.dmBody div.dmforminput *.fileUploadLink { font-style:italic !important; } *#dm *.dmBody div.checkboxwrapper span { font-style:italic !important; } *#dm *.dmBody div.radiowrapper span { font-style:italic !important; } *#dm *.dmBody nav.u_1144820115 { color:black !important; } *#dm *.dmBody h3.u_1692401566 { line-height:normal !important; } *#dm *.dmBody div.u_1394976429 img[dm_changed] { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody div.u_1394976429 img { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody *.u_1394976429 { width:100% !important; } *#dm *.dmBody *.u_undefined::after { margin-top:12px !important; } *#dm *.dmBody nav.u_1411395125 { color:black !important; } *#dm *.dmBody div.u_1703947564 { background-color:var(--color_4) !important; } *#dm *.dmBody div.u_1655420104 img[dm_changed] { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody div.u_1655420104 img { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody *.u_1655420104 { width:100% !important; } *#dm *.dmBody div.u_1765745768 { background-color:var(--color_4) !important; } *#dm *.dmBody div.u_1139092672 img[dm_changed] { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody div.u_1139092672 img { border-radius:0 !important; -moz-border-radius:0 !important; -webkit-border-radius:0 !important; } *#dm *.dmBody div.u_1053029940 { background-color:var(--color_4) !important; } *#dm *.dmBody *.u_1139092672 { width:100% !important; } *#dm *.dmBody div.u_1392704107 { background-color:var(--color_2) !important; } *#dm *.dmBody div.u_1243667655 { background-color:rgba(255,255,255,0.70) !important; } *#dm *.dmBody div.u_1242008242 { background-color:rgba(255,255,255,0.70) !important; } *#dm *.dmBody *.u_1557840630 { width:100% !important; } *#dm *.dmBody div.u_1557840630 img[dm_changed] { border-style:solid !important; border-width:15px !important; border-color:var(--color_2) !important; } *#dm *.dmBody div.u_1557840630 img { border-style:solid !important; border-width:15px !important; border-color:var(--color_2) !important; } *#dm *.dmBody a.u_1550613470 { background-color:rgba(255,255,255,0.70) !important; } *#dm *.dmBody a.u_1550613470 span.text { color:var(--color_1) !important; } *#dm *.dmBody a.u_1550613470:hover { background-color:var(--color_2) !important; background-image:none !important; } *#dm *.dmBody a.u_1550613470.hover { background-color:var(--color_2) !important; background-image:none !important; } *#dm *.dmBody div.u_HVEMERVI { background-color:var(--color_2) !important; } *#dm *.dmBody div.u_1841234312 { background-color:var(--color_2) !important; } *#dm *.dmBody *.u_1185296285 { display:block !important; } *#dm *.dmBody *.u_1403894022 { display:none !important; } *#dm *.dmBody *.u_1617197761 { display:none !important; } *#dm *.dmBody *.u_1769606968 { width:100% !important; } *#dm *.dmBody *.u_1862927362 { width:100% !important; } *#dm *.dmBody *.u_1897309624 { width:100% !important; } *#dm *.dmBody *.u_1870739706 { width:100% !important; } *#dm *.dmBody *.u_1357212190 { width:100% !important; } *#dm *.dmBody *.u_1320494037 { width:100% !important; } *#dm *.dmBody *.u_1837132410 { width:100% !important; } *#dm *.dmBody *.u_1023738414 { width:100% !important; } *#dm *.dmBody *.u_1506060157 { width:100% !important; } *#dm *.dmBody *.u_1844938951 { width:100% !important; } *#dm *.dmBody div.u_1271453694 { background-repeat:no-repeat !important; background-image:none !important; background-size:cover !important; } *#dm *.dmBody *.u_1831144493 { display:block !important; } *#dm *.dmBody *.u_1135045481 .photoGalleryThumbs .image-container a { background-size:contain !important; } </style> <style id="pagestyleDevice" type="text/css"> *.dmTabletBody #dm .d-page-1716942098 DIV.dmInner{ background-attachment:initial !important} *#dm *.dmBody h3.u_1692401566{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:center !important; display:block !important} *#dm *.dmBody div.u_1692401566{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important} *#dm *.dmBody h1.u_1692401566{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1242008242{ padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; padding-right:0 !important} *#dm *.dmBody div.u_1394976429{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody h1.u_1014905314{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1703947564{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:100px !important; padding-left:40px !important; padding-bottom:100px !important; margin-right:0 !important; margin-left:0 !important; max-width:none !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1765745768{ padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; padding-right:0 !important} *#dm *.dmBody div.u_1655420104{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1139092672{ float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; max-width:calc(100% - 0px) !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1053029940{ padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; padding-right:0 !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1243667655{ margin-left:0 !important; padding-top:190px !important; padding-left:40px !important; padding-bottom:190px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; margin-right:0 !important; float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; max-width:100% !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1989502439{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important} *#dm *.d-page-1716942098 DIV.dmInner{ background-repeat:no-repeat !important; background-size:cover !important; background-attachment:fixed !important; background-position:50% 50% !important; background-image:url(https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/266A4413-2880w.jpg) !important} *#dm *.d-page-1716942098 DIV#dmSlideRightNavRight{ background-repeat:no-repeat !important; background-image:url(https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/266A4413-2880w.jpg) !important; background-size:cover !important; background-attachment:initial !important; background-position:50% 50% !important} *#dm *.dmBody div.u_1392704107{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:67.5px !important; padding-left:40px !important; padding-bottom:67.5px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:start !important} *#dm *.dmBody *.u_1135045481 .photoGalleryThumbs .image-container a{ padding-top:308px !important} *#dm *.dmBody *.u_1135045481 .photoGalleryThumbs{ padding:10px !important} *#dm *.dmBody *.u_1135045481 .layout-container{ padding:10px !important} *#dm *.dmBody *.u_1135045481 .photoGalleryViewAll{ padding:0 20px !important} *#dm *.dmBody div.u_1758818959{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important} *#dm *.dmBody div.u_1014905314{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 72px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:816px !important; margin-top:-8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important} *#dm *.dmBody div.u_1557840630{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:652px !important; margin-top:20px !important; justify-content:normal !important; align-items:normal !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1417528801{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 72px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; margin-right:auto !important; margin-left:auto !important; max-width:816px !important; margin-top:8px !important; margin-bottom:8px !important; padding-right:0 !important; min-width:25px !important} *#dm *.dmBody div.u_HVEMERVI{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:67.5px !important; padding-left:40px !important; padding-bottom:67.5px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:start !important} *#dm *.dmBody a.u_1550613470{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 340px) !important; position:relative !important; height:39px !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:280px !important; margin-top:30px !important; margin-bottom:10px !important; padding-right:0 !important; min-width:25px !important; text-align:center !important} *#dm *.dmBody div.u_1071423789{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important} *#dm *.dmBody h1.u_1028397282{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:100% !important; padding-right:0 !important; min-width:0 !important; text-align:center !important} *#dm *.dmBody div.u_1028397282{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:calc(100% - 72px) !important; position:relative !important; height:auto !important; padding-top:2px !important; padding-left:0 !important; padding-bottom:2px !important; max-width:816px !important; padding-right:0 !important; min-width:25px !important; margin-right:auto !important; margin-left:auto !important; margin-top:-8px !important; margin-bottom:8px !important} *#dm *.dmBody *.u_1769510988 .photoGalleryThumbs .image-container a{ padding-top:308px !important} *#dm *.dmBody *.u_1769510988 .photoGalleryThumbs{ padding:10px !important} *#dm *.dmBody *.u_1769510988 .layout-container{ padding:10px !important} *#dm *.dmBody *.u_1769510988 .photoGalleryViewAll{ padding:0 20px !important} *#dm *.dmBody div.u_1769510988{ display:block !important; float:none !important; top:0 !important; left:0 !important; width:100% !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:100% !important; margin-top:10px !important; margin-bottom:10px !important; padding-right:0 !important; min-width:0 !important; text-align:start !important} *#dm *.dmBody div.u_1841234312{ float:none !important; top:0 !important; left:0 !important; width:auto !important; position:relative !important; height:auto !important; padding-top:56.5px !important; padding-left:40px !important; padding-bottom:56.5px !important; margin-right:0 !important; margin-left:0 !important; max-width:100% !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:40px !important; min-width:0 !important; text-align:start !important} *#dm *.dmBody div.u_1769606968{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1862927362{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1897309624{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1870739706{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1357212190{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1476435436{ margin-left:0 !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:0 !important} *#dm *.dmBody div.u_1320494037{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1837132410{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1023738414{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1506060157{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1844938951{ float:none !important; top:0 !important; left:0 !important; width:calc(100% - 0px) !important; position:relative !important; height:auto !important; padding-top:0 !important; padding-left:0 !important; padding-bottom:0 !important; margin-right:auto !important; margin-left:auto !important; max-width:162px !important; margin-top:0 !important; margin-bottom:0 !important; padding-right:0 !important; min-width:25px !important; text-align:start !important} *#dm *.dmBody div.u_1271453694{ margin-left:0 !important; padding-top:39px !important; padding-left:40px !important; padding-bottom:15px !important; margin-top:0 !important; margin-bottom:0 !important; margin-right:0 !important; padding-right:40px !important; width:auto !important} </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-45, .size-45, .size-45 > font { font-size: 45px !important; }.font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="fontFallbacks"> @font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Rock Salt Fallback"; src: local('Arial'); ascent-override: 112.6419%; descent-override: 54.69%; line-gap-override: 2.2209%; size-adjust: 140.708%; }@font-face { font-family: "PT Sans Fallback"; src: local('Arial'); ascent-override: 104.2579%; descent-override: 28.2664%; size-adjust: 97.6425%; line-gap-override: 0%; }@font-face { font-family: "Barlow Fallback"; src: local('Arial'); ascent-override: 103.1323%; descent-override: 20.6265%; size-adjust: 96.9628%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link type="application/rss+xml" rel="alternate" href="https://www.iheggedal.no//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.iheggedal.no//feed/atom"/> <meta property="og:type" content="website"/> <title> OM OSS | Heggedal N忙rmilj酶sentral </title> <meta name="description" content="Heggedal N忙rmilj酶sentral - 脴ke innsatsen til frivillige organisasjoner, samarbeid med offentlige organer, styrke lokalmilj酶et og trivsel i Heggedal og omegn."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="OM OSS | Heggedal N忙rmilj酶sentral"/> <meta name="twitter:description" content="Heggedal N忙rmilj酶sentral - 脴ke innsatsen til frivillige organisasjoner, samarbeid med offentlige organer, styrke lokalmilj酶et og trivsel i Heggedal og omegn."/> <meta name="twitter:image" content="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Logo+uten+tekst+1000px-1920w.png"/> <meta property="og:description" content="Heggedal N忙rmilj酶sentral - 脴ke innsatsen til frivillige organisasjoner, samarbeid med offentlige organer, styrke lokalmilj酶et og trivsel i Heggedal og omegn."/> <meta property="og:title" content="OM OSS | Heggedal N忙rmilj酶sentral"/> <meta property="og:image" content="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Logo+uten+tekst+1000px-1920w.png"/> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="om-oss" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true"> <div dmtemplateid="StandardLayoutMultiD" class="standardHeaderLayout dm-bfs dm-layout-sec hasAnimations hasStickyHeader inMiniHeaderMode dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div> <div id="iscrollBody"> <div id="site_content"> <div class="dmHeaderContainer fHeader d-header-wrapper"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="59%" layout="7f3c1de367df47d5b45ab63d33101c7b===header"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="dmRespRow dmDefaultListContentRow u_1782244250 fullBleedChanged fullBleedMode" style="text-align:center" id="1782244250"> <div class="dmRespColsWrapper" id="1210003229"> <div class="u_1056630148 small-12 dmRespCol large-2 medium-2" id="1056630148"> <div class="u_1848804681 imageWidget align-center" data-widget-type="image" id="1848804681" data-element-type="image" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1838472138"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Logo+uten+tekst+1000px-1920w.png" id="1079167389" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Logo+uten+tekst+1000px.png" alt="Logo" data-diy-image="" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1186666310 dmRespCol small-12 large-8 medium-8" id="1186666310"> <nav class="u_1411395125 effect-bottom2 main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_1" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1411395125" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item dmUDNavigationItem_00 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="HJEM" data-auto="page-text-style">HJEM<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/blog" class="unifiednav__item dmUDNavigationItem_010101856210 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="AKTUELT" data-auto="page-text-style">AKTUELT<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/heggedalsposten" class="unifiednav__item dmUDNavigationItem_010101322840 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="HEGGEDALSPOSTEN" data-auto="page-text-style">HEGGEDALSPOSTEN<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/om-oss" class="unifiednav__item dmNavItemSelected dmUDNavigationItem_010101821760 unifiednav__item_has-sub-nav" target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="OM OSS" data-auto="page-text-style">OM OSS<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/om-oss#HVEMERVI" class="unifiednav__item dmUDNavigationItem_010101688162 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="HVEM ER VI" data-auto="page-text-style">HVEM ER VI<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/omattatt" class="unifiednav__item dmUDNavigationItem_01010165490 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="OMATTATT" data-auto="page-text-style">OMATTATT<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/historien-om-heggedal-sentrum" class="unifiednav__item dmUDNavigationItem_010101101446 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="HISTORIEN OM HEGGEDAL SENTRUM" data-auto="page-text-style">HISTORIEN OM HEGGEDAL SENTRUM<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/kalender" class="unifiednav__item dmUDNavigationItem_010101391040 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="LOGG INN" data-auto="page-text-style">LOGG INN<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> </div> <div class="u_1807191380 dmRespCol small-12 large-2 medium-2" id="1807191380"> <div data-element-type="spacer" class="u_1210522198 dmSpacer" id="1210522198"></div> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div class="dmRespRow dmRespRowStable dmRespRowNoPadding dmPageTitleRow "> <div class="dmRespColsWrapper"> <div class="large-12 dmRespCol"> <div id="innerBar" class="innerBar lineInnerBar dmDisplay_None"> <div class="titleLine display_None"><hr/></div> <!-- Page title is hidden in css for new responsive sites. It is left here only so we don't break old sites. Don't copy it to new layouts --> <div id="pageTitleText"> <div class="innerPageTitle">OM OSS</div> </div> <div class="titleLine display_None"><hr/></div> </div> </div> </div> </div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_om-oss dm-home-page" themewaschanged="true"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1243667655 dmRespRow" style="text-align: center;" id="1243667655"> <div class="dmRespColsWrapper" id="1173148036"> <div class="dmRespCol small-12 u_1620106714 medium-12 large-12" id="1620106714"> <div class="u_1692401566 dmNewParagraph" id="1692401566" data-element-type="paragraph" style="transition: none 0s ease 0s; text-align: center;" data-version="5"> <h2 class="text-align-center"><span style="text-shadow: var(--color_2) 0px 0px 15px; display: initial;">Hvem er vi?</span></h2> </div></div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1242008242" style="text-align: center;" id="1242008242"> <div class="dmRespColsWrapper" id="1667966625"> <div class="dmRespCol small-12 medium-12 large-12 u_1340920566" id="1340920566"> <div class="u_1394976429 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1394976429"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Brush-strokes-white-1920w.png" id="1636527284" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Brush-strokes-white.png" width="1920" height="79" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_HVEMERVI dmRespRow" id="HVEMERVI" data-anchor="HVEM ER VI"> <div class="dmRespColsWrapper" id="1979660241"> <div class="dmRespCol large-12 medium-12 small-12" id="1784363906"> <div class="u_1989502439 dmNewParagraph" data-element-type="paragraph" id="1989502439" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: center;" data-version="5"> <h1 class="m-size-16 text-align-center size-45"><span class="m-font-size-16 font-size-45" m-font-size-set="true" style="display: initial; text-shadow: var(--color_2) 0px 0px 15px;">HEGGEDAL N&AElig;rmiLj&oslash;sentral</span></h1> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1251258857" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset;">Sentralens m&aring;l er &aring; &oslash;ke og samordne innsatsen som utf&oslash;res av frivillige organisasjoner og privatpersoner, utvikle samarbeidet med offentlige organer, og derved styrke lokalmilj&oslash;et og &oslash;ke trivselen i Heggedal og omegn</span></p></div> <div class="dmPhotoGallery newPhotoGallery dmPhotoGalleryResp u_1135045481" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="2" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1135045481" data-link-gallery="true" data-rows-to-show="100" data-placeholder="false" data-mobile-columns="1"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1629691515"> <li index="0" class="photoGalleryThumbs" id="1181218688"> <div class="image-container" id="1383251651"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Gruppebilde.jpg" id="1910742739" class="u_1910742739"><img data-src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Gruppebilde-1920w.jpg" irh="1" irw="2" alt="" id="1860949411" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container " id="1978073302"> <span class="caption-inner" id="1504636670"> <h3 class="caption-title" id="1507413227">Styret</h3> <a class="caption-button dmWidget displayNone clearfix" href="" id="1118001567"> <span class="iconBg" id="1871662628"> <span class="icon hasFontIcon icon-star" id="1039375068"></span> </span> <span class="text" id="1059607083">Button</span> </a> </span> </div> </li> <li class="photoGalleryThumbs" id="1419260808"> <div class="image-container" id="1125051098"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/LeneD.jpg" id="1224871146"><img irh="" irw="" alt="Daglig leder" data-src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/LeneD-1920w.jpg" id="1029152207" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container u_1831144493" style="display:none" id="1831144493"> <span class="caption-inner" id="1268490015"> <h3 class="caption-title u_1221583603" id="1221583603">Daglig leder</h3> <div class="caption-text u_1645604759" id="1645604759"><p class="rteBlock">Lene Dalebr&aring;ten&nbsp;</p></div> <a class="caption-button dmWidget clearfix u_1082347479" id="1082347479" href="mailto:post@iheggedal.no" file="false" link-modified="true"> <span class="iconBg" id="1032819725"> <span class="icon hasFontIcon icon-star" id="1650927817"></span> </span> <span class="text" id="1723144095">Send e-post</span> </a> </span> </div> </li> </ul> <div class="photoGalleryViewAll link" isall="true" data-viewall="Vis mer" data-viewless="Vis mindre" style="display:none;" id="1878442540">Vis mer</div> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1138281723" style="transition: opacity 1s ease-in-out 0s;"><p class="size-14 m-size-11"><span style="display: initial;" class="font-size-14 m-font-size-11">1.rad fra venstre: Eivind Karfjell,&nbsp; Jan Erik Ruud, Marit Munthe-Kaas,&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Daglig leder i Heggedal N&aelig;rmilj&oslash;sentral, Lene Dalebr&aring;ten</span></p><p class="size-14 m-size-11"><span class="font-size-14 m-font-size-11" style="display: initial;"><span style="display: initial;" class="font-size-14 m-font-size-11">Dag Henning S&aelig;ther og Lene Dalebr&aring;ten.<br/>2.rad fra venstre: Thomas Vesser, Monica &Oslash;verbye, Sverre Aae,</span> </span></p><p class="size-14 m-size-11"><span style="display: initial;" class="font-size-14 m-font-size-11">Ragnhild Holtan, Hans Kristian Fj&aelig;rvoll og Marianne Seromaa.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Foto: Anders Sj&aring;vik</span><span single-space="true" class="" style="display: initial;"> <span style="display: initial;"></span> </span></p></div> </div> </div> </div> <div class="dmRespRow u_1271453694 dmSectionNoParallax" id="1271453694" data-gallery-bg="eyJzbGlkZXMiOltdfQ=="> <div class="dmRespColsWrapper" id="1939595870"> <div class="u_1476435436 dmRespCol small-12 medium-12 large-12" id="1476435436"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1331255262" style="transition: opacity 1s ease-in-out 0s;"> <h3><span style="display: unset; color: var(--color_2);">STYRET 2024</span></h3> <h3><span style="display: initial; font-weight: normal; color: var(--color_2);">Lenke til styremedlemmenes egen nettside bak bildet!</span></h3> <h3 class="size-14"><span class="font-size-14" style="color: var(--color_2); font-weight: normal; display: initial;"><span class="font-size-14" style="color: var(--color_2); font-weight: normal; display: initial;">Foto: Anders Sj&aring;vik</span> </span></h3> </div> <div class="u_1769606968 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1769606968"> <a href="/" id="1065920893"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Sverre-1920w.jpg" id="1900551479" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Sverre.jpg" width="1920" height="2400" title="Sverre Aae - styreleder" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1357212190 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1357212190"> <a href="https://heggedal.lions.no/" id="1195083527" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Jan+Erik-1920w.jpg" alt="" id="1772873948" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Jan+Erik.jpg" width="1920" height="2400" title="Jan Erik Ruud - Lions Club Heggedal " onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1897309624 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1897309624"> <a href="http://www.hooh.no/" id="1516231448" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Dag+Henning-1920w.jpg" alt="" id="1316330558" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Dag+Henning.jpg" width="1920" height="2400" title="Dag Henning S忙ther - Heggedal og Omegn Historielag" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1862927362 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1862927362"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Monica-1920w.jpg" alt="" id="1282009605" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Monica.jpg" width="1920" height="2400" title="Monica 脴verby - ildsjel" onerror="handleImageLoadError(this)"/></div> <div class="u_1837132410 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1837132410"> <a href="https://www.guisk.no/" id="1627114546" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Eivind-1920w.jpg" alt="" id="1733763805" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Eivind.jpg" width="1920" height="2400" title="Eivind Karfjell - Daglig leder, Gui Sportsklubb" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1023738414 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1023738414"> <a href="https://www.kirken.no/heggedal" id="1934368420" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Hans+Kristian-1920w.jpg" alt="" id="1065689401" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Hans+Kristian.jpg" width="1920" height="2400" title="Hans Kristian Fj忙rvoll - Heggedal menighet" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1844938951 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1844938951"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Marianne-1920w.jpg" alt="" id="1312341387" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Marianne.jpg" width="1920" height="2400" title="Marianne Seromaa - ildsjel " onerror="handleImageLoadError(this)"/></div> <div class="u_1506060157 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1506060157"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Ragnhild-1920w.jpg" alt="" id="1834487136" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Ragnhild.jpg" width="1920" height="2400" title="Ragnhild Holtan - ildsjel " onerror="handleImageLoadError(this)"/></div> <div class="u_1870739706 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1870739706"> <a href="https://hbs.korps.no/" id="1783789951" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Thomas-1920w.jpg" alt="" id="1629498726" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Thomas.jpg" width="1920" height="2400" title="Thomas Vesser - Heggedal og Blakstad Skolekorps" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1320494037 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1320494037"> <a href="https://www.asker.kommune.no/skole-og-utdanning/skoler-og-skoleplass/skoleoversikt/hovedgarden-ungdomsskole/" id="1652713023" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Marit-1920w.jpg" alt="" id="1422240603" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Marit.jpg" width="1920" height="2400" title="Marit Munthe-Kaas - Merkantil, Hovedg氓rden ungdomsskole" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1765745768" style="text-align: center;" id="1765745768"> <div class="dmRespColsWrapper" id="1856606640"> <div class="dmRespCol small-12 medium-12 large-12 u_1553063826" id="1553063826"> <div class="u_1655420104 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1655420104"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Brush-strokes-white-2332a142-1920w.png" id="1008161532" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Brush-strokes-white-2332a142.png" width="1920" height="79" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1703947564 dmRespRow" style="text-align: center;" id="1703947564"> <div class="dmRespColsWrapper" id="1750538974"> <div class="dmRespCol small-12 medium-12 large-12" id="1985058550"> <span id="1836893272"></span> <div class="u_1758818959 dmNewParagraph" data-element-type="paragraph" id="1758818959" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: center;" data-version="5"> <h1 class="text-align-center m-size-36 size-45"><span class="font-size-45 m-font-size-36" style="display: initial; text-shadow: none; color: var(--color_2);">omattatt</span></h1> </div> <div class="u_1014905314 dmNewParagraph" id="1014905314" style="transition: none 0s ease 0s; text-align: center; display: block;" data-element-type="paragraph" data-version="5"> <h4 class="m-size-12"><span style="display: initial; color: var(--color_2);" m-font-size-set="true" class="m-font-size-12">k r e a t i v t&nbsp; &nbsp;o m b r u k s v e r k s t e d</span></h4> </div> <div class="u_1417528801 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1417528801" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><span style="display: unset; color: var(--color_2); text-shadow: var(--color_1) 0px 0px 15px;">Omattatt er en medlemsforening der vi sammen ser ressursene i avfallet v&aring;rt, og omskaper det til noe &laquo;nytt&raquo;. Vi har et stort skattekammer med ombruksmateriell,verkt&oslash;y og utstyr. Her kan du kombinere kunnskap og kreativitet p&aring; nye og innovative m&aring;ter. Vi arrangerer &aring;pne dager, verksteder og kurs, slik at medlemmer kan lage noe nytt, l&aelig;re noe nytt, oppgradere eller reparere &ndash; alt p&aring; en mer b&aelig;rekraftig og milj&oslash;vennlig m&aring;te.</span></p><p class="text-align-center"><span style="display: unset; color: var(--color_2); text-shadow: var(--color_1) 0px 0px 15px; font-style: italic;">Les mer om Omattatt &darr;</span></p></div> <div class="u_1557840630 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1557840630"> <a href="/omattatt" id="1455430513" file="false"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/241374316_1180286949127514_3702923507956266383_n-1920w.jpg" alt="" id="1255474031" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/241374316_1180286949127514_3702923507956266383_n.jpg" width="1920" height="885" onerror="handleImageLoadError(this)"/></a> </div> <a data-display-type="block" class="u_1550613470 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/omattatt" data-element-type="dButtonLinkId" id="1550613470"> <span class="iconBg" aria-hidden="true" id="1991074694"> <span class="icon hasFontIcon icon-star" id="1596059615"></span> </span> <span class="text" id="1055456410">LES OM OMATTATT</span> </a> </div> </div> </div> <div class="u_1053029940 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1053029940"> <div class="dmRespColsWrapper" id="1901624574"> <div class="dmRespCol small-12 medium-12 large-12 u_1187353837" id="1187353837"> <div class="u_1139092672 imageWidget align-center hide-for-small" data-element-type="image" data-widget-type="image" id="1139092672"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Brush-strokes-white-1920w.png" id="1459671514" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Brush-strokes-white.png" width="1920" height="79" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1841234312 dmRespRow" id="1841234312"> <div class="dmRespColsWrapper" id="1833527666"> <div class="dmRespCol large-12 medium-12 small-12" id="1225384620"> <div class="u_1071423789 dmNewParagraph" data-element-type="paragraph" id="1071423789" style="transition: opacity 1s ease-in-out 0s; line-height: initial; text-align: center;" data-version="5"> <h1 class="m-size-18 text-align-center size-45"><span class="m-font-size-18 font-size-45" m-font-size-set="true" style="text-shadow: var(--color_2) 0px 0px 15px; display: initial;">Heggedal sentrum</span></h1> </div> <div class="u_1028397282 dmNewParagraph" id="1028397282" style="transition: none 0s ease 0s; text-align: center; display: block;" data-element-type="paragraph" data-version="5"> <h4 class="size-18 m-size-12"><span class="font-size-18 m-font-size-12" style="display: initial; color: rgb(7, 114, 234);" m-font-size-set="true">k o r t&nbsp; &nbsp;r e s y m e&nbsp; &nbsp;a v &nbsp; h i s t o r i e n</span></h4> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1272746562" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center"><a href="/historien-om-heggedal-sentrum" runtime_url="/historien-om-heggedal-sentrum" type="page" style="display: unset; text-decoration: none;">Les historien &darr;</a></p></div> <div class="u_1769510988 dmPhotoGallery newPhotoGallery dmPhotoGalleryResp" galleryoptionsparams="{thumbnailsPerRow: 3, rowsToShow: 3, imageScaleMethod: true}" data-desktop-layout="square" data-desktop-columns="1" data-element-type="dPhotoGalleryId" data-desktop-text-layout="over" id="1769510988" data-link-gallery="true" data-rows-to-show="1"> <ul class="dmPhotoGalleryHolder clearfix gallery shadowEffectToChildren gallery4inArow" id="1949535711"> <li index="0" class="photoGalleryThumbs" id="1388773126"> <div class="image-container" id="1050535441"> <a data-dm-multisize-attr="href" data-image-url="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/266A6367-Pano1.jpg" id="1357731209" class="u_1357731209 has-link" href="/historien-om-heggedal-sentrum" file="false" data-link-url="/site/ef8b40ec/historien-om-heggedal-sentrum?preview=true&nee=true&showOriginal=true&dm_checkSync=1&dm_try_mode=true"><img data-src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/266A6367-Pano1-1920w.jpg" irh="1" irw="2" alt="" id="1967936396" class="" onerror="handleImageLoadError(this)"/></a> </div> <div class="caption-container u_1185296285" id="1185296285"> <span class="caption-inner" id="1461773415"> <h3 class="caption-title u_1403887309" id="1403887309">Historien om heggedal</h3> <a class="caption-button dmWidget clearfix u_1617197761" href="/historien-om-heggedal-sentrum" id="1617197761" file="false"> <span class="iconBg" id="1099824083"> <span class="icon hasFontIcon icon-star" id="1256286829"></span> </span> <span class="text" id="1692385822">Button</span> </a> </span> </div> </li> </ul> <div class="photoGalleryViewAll link" isall="true" data-viewall="Vis mer" data-viewless="Vis mindre" style="display:none;" id="1439569149">Vis mer</div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1326772743"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1991131139 dmRespRow" style="text-align: center;" id="1991131139"> <div class="dmRespColsWrapper" id="1845644197"> <div class="u_1948312756 dmRespCol empty-column small-12 hide-for-small medium-4 large-4" id="1948312756"></div> <div class="u_1562874170 dmRespCol small-12 medium-4 large-4" id="1562874170"> <div class="u_1575803099 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1575803099"><img src="https://lirp.cdn-website.com/ef8b40ec/dms3rep/multi/opt/Heggedal-N%C3%A6rmilj%C3%B8sentral+logo+bl%C3%A5+1000px-1920w.png" alt="" id="1404131633" class="" data-dm-image-path="https://irp.cdn-website.com/ef8b40ec/dms3rep/multi/Heggedal-N%C3%A6rmilj%C3%B8sentral+logo+bl%C3%A5+1000px.png" width="1000" height="802" onerror="handleImageLoadError(this)"/></div> </div> <div class="u_1397444322 dmRespCol empty-column small-12 medium-4 large-4" id="1397444322"></div> </div> </div> <div class="dmRespRow u_1142213353" id="1142213353"> <div class="dmRespColsWrapper" id="1727870086"> <div class="dmRespCol large-12 medium-12 small-12" id="1186837875"> <div class="u_1031039561 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1031039561" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCBIZWdnZWRhbCBOw6ZybWlsasO4c2VudHJhbDwvcD48cCBjbGFzcz1cInJ0ZUJsb2NrXCI+SSBzYW1hcmJlaWQgbWVkIEUyIFNvbHV0aW9uczwvcD4ifQ=="> <div class="copyright"> <div>&copy; 2024&nbsp;</div> <div><p class="rteBlock">All Rights Reserved | Heggedal N&aelig;rmilj&oslash;sentral</p><p class="rteBlock">I samarbeid med E2 Solutions</p></div> </div> </div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "NORWEGIAN" window.isSitePreview = false; </script> <script> window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) { null }; </script> <script type="text/javascript"> var d_version = "production_4962"; var build = "2024-11-25T13_48_35"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-25T13_48_35"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <script type="application/javascript" src="https://privacy-proxy.usercentrics.eu/latest/uc-block.bundle.js" data-swh-uuid="04ad4df6b03a4697989c6cf79b7cf5e1"> </script> <script id="usercentrics-cmp" data-settings-id="0VC-Qtg9OAkZSy" data-settings-cache="1692253189849" src="https://app.usercentrics.eu/browser-ui/latest/loader.js" async="" data-swh-uuid="04ad4df6b03a4697989c6cf79b7cf5e1"> </script> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script> window.cookiesNotificationMarkupPreview = 'null'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4962'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4962'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4962/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4962/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'ef8b40ec' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Lukk (Esc)"></button> <button class="pswp__button pswp__button--share" title="Del"></button> <button class="pswp__button pswp__button--fs" title="Bytt til fullskjerm"></button> <button class="pswp__button pswp__button--zoom" title="Zoom inn/ut"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Forrige (pil til venstre)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Neste (pil til h酶yre)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="nb_NO"></div> <!-- Alias: ef8b40ec --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10