{"id":2275,"date":"2023-01-05T09:39:34","date_gmt":"2023-01-05T08:39:34","guid":{"rendered":"https:\/\/kampanj.expressen.se\/xlhjalpen\/?p=2275"},"modified":"2024-10-02T09:30:48","modified_gmt":"2024-10-02T07:30:48","slug":"sa-kan-din-forening-fa-hjalp-med-dromprojektet","status":"publish","type":"post","link":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/","title":{"rendered":"S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; background_image=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/11\/header-bg.jpg&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;110px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; display_conditions=&#8221;W10=&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_code _builder_version=&#8221;4.27.2&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<script src=\"https:\/\/www.expressen.se\/video-player\/include.min.js\" data-video-player=\"true\" data-link-url=\"\/tv\/annons\/xl-hjalpen\/annons-xl-hjalpen-nominering-2023-1\/\" data-autoplay=\"true\"><\/script><!-- [et_pb_line_break_holder] --><\/p>\n<style><!-- [et_pb_line_break_holder] -->  .stickyVideo{<!-- [et_pb_line_break_holder] -->    position: fixed !important;<!-- [et_pb_line_break_holder] -->    width: 320px !important;<!-- [et_pb_line_break_holder] -->\t\theight: auto !important;<!-- [et_pb_line_break_holder] -->    top: 77px !important;<!-- [et_pb_line_break_holder] -->    right: 0px !important;<!-- [et_pb_line_break_holder] -->    z-index: 9999 !important;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  @media (max-width: 500px) {<!-- [et_pb_line_break_holder] -->      .stickyVideo {<!-- [et_pb_line_break_holder] -->      \twidth: 100vw !important;<!-- [et_pb_line_break_holder] -->    }<!-- [et_pb_line_break_holder] -->\t}<!-- [et_pb_line_break_holder] -->  .closeStickyVideo{<!-- [et_pb_line_break_holder] -->    background: rgba(0,0,0,0.5);<!-- [et_pb_line_break_holder] -->    color: #fff;<!-- [et_pb_line_break_holder] -->    font-size: 11px;<!-- [et_pb_line_break_holder] -->    font-weight: bold;<!-- [et_pb_line_break_holder] -->    position: fixed;<!-- [et_pb_line_break_holder] -->    top: 77px;<!-- [et_pb_line_break_holder] -->    right: 0px;<!-- [et_pb_line_break_holder] -->    z-index: 1000;<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->    padding: 5px;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] -->  #videoScrollPlaceholder{<!-- [et_pb_line_break_holder] -->    display: none;<!-- [et_pb_line_break_holder] -->  }<!-- [et_pb_line_break_holder] --><\/style>\n<p><!-- [et_pb_line_break_holder] --><\/p>\n<div id=\"videoScrollPlaceholder\"><\/div>\n<p><!-- [et_pb_line_break_holder] --><script><!-- [et_pb_line_break_holder] -->  window.addEventListener ? window.addEventListener(\"load\",stickyVideo,false) : window.attachEvent && window.attachEvent(\"onload\", stickyVideo);<!-- [et_pb_line_break_holder] -->\tvar stickyClosed = false;<!-- [et_pb_line_break_holder] -->  function stickyVideo() {<!-- [et_pb_line_break_holder] -->    setTimeout(() => {<!-- [et_pb_line_break_holder] -->      const placeholder = document.getElementById(\"videoScrollPlaceholder\");<!-- [et_pb_line_break_holder] -->      const box = document.getElementsByClassName(\"exp-video-player\")[0];<!-- [et_pb_line_break_holder] -->      let videoHeight = box.offsetHeight;<!-- [et_pb_line_break_holder] -->      if(videoHeight == 0){<!-- [et_pb_line_break_holder] -->        setTimeout(videoHeight = box.offsetHeight, 1000);<!-- [et_pb_line_break_holder] -->        setTimeout(console.log(\"videoHeight delayed: \" + videoHeight),1001);<!-- [et_pb_line_break_holder] -->      }<!-- [et_pb_line_break_holder] -->      console.log(\"videoHeight: \" + videoHeight);<!-- [et_pb_line_break_holder] -->      \/\/ Create the close button<!-- [et_pb_line_break_holder] -->      const closeButton = document.createElement(\"div\");<!-- [et_pb_line_break_holder] -->      closeButton.classList.add('closeStickyVideo');<!-- [et_pb_line_break_holder] -->      closeButton.id = \"closeStickyVideo\";<!-- [et_pb_line_break_holder] -->      const closeText = document.createTextNode(\"ST\u00c4NG\");<!-- [et_pb_line_break_holder] -->      closeButton.appendChild(closeText);<!-- [et_pb_line_break_holder] -->      box.appendChild(closeButton);<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      const closeSticky = document.querySelector('#closeStickyVideo');<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      closeSticky.addEventListener(\"click\", function() {<!-- [et_pb_line_break_holder] -->        box.classList.remove(\"stickyVideo\");<!-- [et_pb_line_break_holder] -->        closeSticky.style.display = \"none\";<!-- [et_pb_line_break_holder] -->        placeholder.style.display = \"none\";<!-- [et_pb_line_break_holder] -->        box.parentElement.style.paddingTop = \"0px\";<!-- [et_pb_line_break_holder] -->      \/\/  iframeApi.pause();<!-- [et_pb_line_break_holder] -->        stickyClosed = true;<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->      window.addEventListener(\"scroll\", function() {<!-- [et_pb_line_break_holder] -->        if (window.scrollY > ((videoHeight) - 15) && !stickyClosed) {<!-- [et_pb_line_break_holder] -->            box.classList.add(\"stickyVideo\");<!-- [et_pb_line_break_holder] -->            \/\/box.parentElement.style.paddingTop = ((videoHeight*2)-15) +\"px\";<!-- [et_pb_line_break_holder] -->            placeholder.style.height = ((videoHeight)-15) +\"px\";<!-- [et_pb_line_break_holder] -->            closeSticky.style.display = \"block\";<!-- [et_pb_line_break_holder] -->            placeholder.style.display = \"block\";<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->        if (window.scrollY < ((videoHeight) - 15) &#038;&#038; box.classList.contains(\"stickyVideo\")) {<!-- [et_pb_line_break_holder] -->            box.classList.remove(\"stickyVideo\");<!-- [et_pb_line_break_holder] -->            closeSticky.style.display = \"none\";<!-- [et_pb_line_break_holder] -->            placeholder.style.display = \"none\";<!-- [et_pb_line_break_holder] -->            \/\/box.parentElement.style.paddingTop = \"0px\";      \t<!-- [et_pb_line_break_holder] -->        }<!-- [et_pb_line_break_holder] -->      });<!-- [et_pb_line_break_holder] -->    }, 750);<!-- [et_pb_line_break_holder] -->  };<!-- [et_pb_line_break_holder] --><\/script>[\/et_pb_code][et_pb_text content_tablet=&#8221;<\/p>\n<h1>S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet<\/h1>\n<h2>Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu<\/h2>\n<p>&#8221; content_phone=&#8221;<\/p>\n<h1>S\u00e5 kan din<br \/>\nf\u00f6rening f\u00e5 hj\u00e4lp<br \/>\nmed dr\u00f6mprojektet<\/h1>\n<h2>Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu<\/h2>\n<p>&#8221; content_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_text_color=&#8221;#FFFFFF&#8221; header_font_size=&#8221;73px&#8221; header_2_font=&#8221;Arial||||||||&#8221; header_2_text_color=&#8221;#FFFFFF&#8221; header_2_font_size=&#8221;32px&#8221; position_origin_a=&#8221;bottom_left&#8221; vertical_offset=&#8221;-614px&#8221; horizontal_offset=&#8221;144px&#8221; vertical_offset_tablet=&#8221;-541px&#8221; vertical_offset_phone=&#8221;-394px&#8221; vertical_offset_last_edited=&#8221;on|phone&#8221; horizontal_offset_tablet=&#8221;42px&#8221; horizontal_offset_phone=&#8221;42px&#8221; horizontal_offset_last_edited=&#8221;on|desktop&#8221; position_origin_a_tablet=&#8221;bottom_center&#8221; position_origin_a_phone=&#8221;bottom_center&#8221; position_origin_a_last_edited=&#8221;off|tablet&#8221; position_origin_f_last_edited=&#8221;off|tablet&#8221; position_origin_r_last_edited=&#8221;off|tablet&#8221; width=&#8221;700px&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|desktop&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;off|tablet&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_margin_tablet=&#8221;279px|90px|20px|60px|false|false&#8221; custom_margin_phone=&#8221;|0px||0px|false|false&#8221; custom_margin_last_edited=&#8221;off|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; header_font_size_tablet=&#8221;60px&#8221; header_font_size_phone=&#8221;35px&#8221; header_font_size_last_edited=&#8221;on|phone&#8221; header_2_font_size_tablet=&#8221;32px&#8221; header_2_font_size_phone=&#8221;22px&#8221; header_2_font_size_last_edited=&#8221;on|phone&#8221; positioning_tablet=&#8221;absolute&#8221; positioning_phone=&#8221;absolute&#8221; positioning_last_edited=&#8221;off|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h1>S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet<\/h1>\n<h2>Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;Hj\u00e4rtat&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; positioning=&#8221;absolute&#8221; position_origin_a=&#8221;bottom_right&#8221; vertical_offset=&#8221;-55px&#8221; horizontal_offset=&#8221;30px&#8221; z_index=&#8221;888&#8243; vertical_offset_tablet=&#8221;-54px&#8221; vertical_offset_phone=&#8221;-40px&#8221; vertical_offset_last_edited=&#8221;on|tablet&#8221; horizontal_offset_tablet=&#8221;10px&#8221; horizontal_offset_phone=&#8221;10px&#8221; horizontal_offset_last_edited=&#8221;on|phone&#8221; max_width=&#8221;200px&#8221; custom_margin=&#8221;0px||0px||true|false&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2021\/11\/Ska\u0308rmavbild-2021-11-26-kl.-00.51.25.png&#8221; title_text=&#8221;Ska\u0308rmavbild 2021-11-26 kl. 00.51.25&#8243; show_bottom_space=&#8221;off&#8221; align=&#8221;right&#8221; show_bottom_space_tablet=&#8221;off&#8221; show_bottom_space_phone=&#8221;off&#8221; show_bottom_space_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; position_origin_a=&#8221;bottom_right&#8221; position_origin_r=&#8221;bottom_right&#8221; vertical_offset_tablet=&#8221;-658px&#8221; vertical_offset_phone=&#8221;-504px&#8221; vertical_offset_last_edited=&#8221;off|phone&#8221; position_origin_a_tablet=&#8221;bottom_right&#8221; position_origin_a_phone=&#8221;bottom_right&#8221; position_origin_a_last_edited=&#8221;off|desktop&#8221; position_origin_f_last_edited=&#8221;off|desktop&#8221; position_origin_r_tablet=&#8221;bottom_right&#8221; position_origin_r_phone=&#8221;bottom_right&#8221; position_origin_r_last_edited=&#8221;off|desktop&#8221; width=&#8221;130px&#8221; width_tablet=&#8221;120px&#8221; width_phone=&#8221;100px&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;100%&#8221; min_height_tablet=&#8221;&#8221; min_height_phone=&#8221;auto&#8221; min_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;||||false|false&#8221; positioning_tablet=&#8221;absolute&#8221; positioning_phone=&#8221;absolute&#8221; positioning_last_edited=&#8221;off|desktop&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; disabled_on=&#8221;off|off|off&#8221; admin_label=&#8221;Section&#8221; _builder_version=&#8221;4.24.0&#8243; _module_preset=&#8221;default&#8221; background_enable_image=&#8221;off&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;30px||50px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||30px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.5rem&#8221; text_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;1.5rem&#8221; text_font_size_phone=&#8221;1.3rem&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><b>Sedan starten 2019 har XL-Hj\u00e4lpen f\u00f6rverkligat dr\u00f6mprojekt \u00f6ver hela Sverige.<\/b><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.5rem&#8221; text_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;1.5rem&#8221; text_font_size_phone=&#8221;1.3rem&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><b>Har ni ett projekt som ni beh\u00f6ver hj\u00e4lp med?<\/b><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.5rem&#8221; text_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;1.5rem&#8221; text_font_size_phone=&#8221;1.3rem&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><b>Nu \u00e4r det h\u00f6g tid att nominera till \u00e5rets byggdr\u00f6m.<\/b><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.5rem&#8221; text_line_height=&#8221;1.3em&#8221; custom_margin=&#8221;||||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;1.5rem&#8221; text_font_size_phone=&#8221;1.3rem&#8221; text_font_size_last_edited=&#8221;on|phone&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><b>\u2013 Det \u00e4r fantastiskt att XL-Hj\u00e4lpen finns \u2013 och jag rekommenderar alla ideella f\u00f6reningar och organisationer att nominera, s\u00e4ger Hans Fahl\u00e9n, som \u00e4ven i \u00e5r f\u00f6ljer med XL-Bygg p\u00e5 \u00f6verraskningsturn\u00e9 runt om i landet.<\/b><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; border_width_bottom=&#8221;1px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][dssb_sharing_buttons icon_placement=&#8221;icon&#8221; columns=&#8221;3&#8243; icon_width=&#8221;fixed&#8221; btn_spacing_bottom=&#8221;0px&#8221; btn_padding=&#8221;||||false|false&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;|10px|30px||false|false&#8221; border_radii_main=&#8221;on|3px|3px|3px|3px&#8221; border_radii_icon=&#8221;on||||&#8221; global_module=&#8221;832&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][dssb_sharing_button icon_color=&#8221;#ffffff&#8221; icon_bg=&#8221;#3b5997&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/dssb_sharing_button][dssb_sharing_button social_network=&#8221;twitter&#8221; icon_bg=&#8221;#55aced&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/dssb_sharing_button][dssb_sharing_button social_network=&#8221;email&#8221; icon_bg=&#8221;#212121&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/dssb_sharing_button][\/dssb_sharing_buttons][\/et_pb_column][\/et_pb_row][et_pb_row admin_label=&#8221;L\u00e4nk&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;20px||0px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; link_option_url=&#8221;https:\/\/xlhjalpen.se\/#om&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><strong><a href=\"https:\/\/xlhjalpen.se\/#om\" target=\"_blank\" rel=\"noopener\">EXTERN L\u00c4NK: <strong>L\u00e4s mer och nominera h\u00e4r!<\/strong><\/a><br \/><\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;15px||||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">Genom \u00e5ren har tusentals f\u00f6reningar och organisationer nominerats f\u00f6r XL-Hj\u00e4lpen och \u00f6ver 30 olika dr\u00f6mprojekt har f\u00f6rverkligats. Genom \u00e5ren har det byggts allt fr\u00e5n l\u00e4ktare och skateboardramper, till en sj\u00f6station och funktionsanpassning av ett klubbhus.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;15px||0px||false|false&#8221; custom_margin_tablet=&#8221;15px||0px||false|false&#8221; custom_margin_phone=&#8221;15px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\"><strong>Nu \u00e4r det dags att nominera<\/strong> f\u00f6r femte upplagan av XL-Hj\u00e4lpen \u2013 och precis som ifjol \u00e4r det tv-profilen Hans Fahl\u00e9n som tillsammans med XL-Bygg reser land och rike runt f\u00f6r att \u00f6verraska eldsj\u00e4lar och medlemmar.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">\u2013 Det \u00e4r fantastiskt hur uppskattat detta \u00e4r bland f\u00f6reningarna och det sprider en s\u00e5dan gl\u00e4dje. Jag skulle rekommendera alla att nominera \u2013 chansen \u00e4r att XL-Hj\u00e4lpen kommer och hj\u00e4lper till, s\u00e4ger Hans Fahl\u00e9n.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/11\/Hans01-1-scaled.jpg&#8221; title_text=&#8221;XL-hj\u00e4lpen, Hans Fahl\u00e9n, portr\u00e4tt&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-15px||||false|false&#8221; custom_margin_tablet=&#8221;-15px||||false|false&#8221; custom_margin_phone=&#8221;-15px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;||15px||false|false&#8221; custom_padding_tablet=&#8221;||15px||false|false&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;2_3,1_3&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;2_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.13rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;28px&#8221; custom_margin=&#8221;5px||-5px||false|false&#8221; custom_margin_tablet=&#8221;5px||-5px||false|false&#8221; custom_margin_phone=&#8221;20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Go st\u00e4mning i f\u00f6reningslivet<\/h3>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">XL-Hj\u00e4lpen m\u00f6jligg\u00f6r byggprojekt som f\u00f6reningar och organisationer dr\u00f6mmer om, men inte har m\u00f6jlighet att genomf\u00f6ra sj\u00e4lva.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">Varje \u00e5r f\u00e5r ideella f\u00f6reningar och organisationer nominera bidrag till XL-Hj\u00e4lpen varav ett antal byggprojekt v\u00e4ljs ut.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">\u2013 Om vi kan hj\u00e4lpa en f\u00f6rening att genomf\u00f6ra ett s\u00e5dant h\u00e4r projekt betyder det mycket f\u00f6r s\u00e5 m\u00e5nga. Det g\u00f6r att fler kan f\u00e5 m\u00f6jlighet att k\u00e4nna samh\u00f6righeten och ta del av gemenskapen och den goa st\u00e4mningen som finns ute i f\u00f6reningslivet, s\u00e4ger Maria Mellstr\u00f6m, projektledare f\u00f6r XL-Hj\u00e4lpen.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][dica_divi_carousel advanced_effect=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/dica_divi_carousel][\/et_pb_column][et_pb_column type=&#8221;1_3&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/09\/bralanda-extra2-scaled.jpg&#8221; title_text=&#8221;bralanda-extra2&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;-15px||0px||false|false&#8221; custom_margin_phone=&#8221;||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;22px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;23px&#8221; background_enable_color=&#8221;off&#8221; min_height=&#8221;12px&#8221; custom_margin=&#8221;5px||-10px||false|false&#8221; custom_margin_tablet=&#8221;5px||0px||false|false&#8221; custom_margin_phone=&#8221;-10px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;|2px|30px|0px|false|false&#8221; custom_padding_tablet=&#8221;0px||10px||false|false&#8221; custom_padding_phone=&#8221;|2px|0px|0px|false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span>Br\u00e5landa IF fick tack vare XL-Hj\u00e4lpen en ny l\u00e4ktare, som var klar precis till matchen mot svenska m\u00e4starna.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;15px||25px||false|false&#8221; custom_padding_tablet=&#8221;0px||10px||false|false&#8221; custom_padding_phone=&#8221;15px||10px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\"><strong>Kravet \u00e4r att det endast<\/strong> \u00e4r tillg\u00e4ngligt f\u00f6r ideella f\u00f6reningar och organisationer och ej f\u00f6r privata projekt. Det kan vara n\u00e4stan vad som helst, det viktiga \u00e4r att det \u00e4r n\u00e5got som \u00e4r till gl\u00e4dje och nytta f\u00f6r m\u00e5nga, \u00e4r inkluderande och g\u00e4rna fr\u00e4mjar r\u00f6relse och natur.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">En f\u00f6ruts\u00e4ttning \u00e4r att det finns ett tillst\u00e5nd fr\u00e5n tomt\u00e4garen f\u00f6r bygget och att projektet f\u00e5r bygglov av kommunen om s\u00e5 kr\u00e4vs.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">\u2013 Alla har chans att f\u00f6rvandla sin \u00f6nskan till f\u00e4rdigt bygge. Jag ser verkligen fram emot \u00e5rets alla projekt och alla m\u00f6ten med glada f\u00f6reningsm\u00e4nniskor, s\u00e4ger Hans Fahl\u00e9n.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_css_main_element=&#8221;text-indent: 20px;||  margin: 0px;&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">Passa p\u00e5 och nominera nu s\u00e5 att ni inte missar chansen \u2013 nomineringstiden slutar 31 januari.\u00a0<\/span><\/p>\n<p>[\/et_pb_text][dica_divi_carousel advanced_effect=&#8221;1&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/dica_divi_carousel][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/10\/DSC_2008-1.jpg&#8221; title_text=&#8221;DSC_2008&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-5px||0px||false|false&#8221; custom_margin_tablet=&#8221;-15px||0px||false|false&#8221; custom_margin_phone=&#8221;-15px||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;23px&#8221; background_enable_color=&#8221;off&#8221; min_height=&#8221;12px&#8221; custom_margin=&#8221;5px|0px|0px|0px|false|true&#8221; custom_margin_tablet=&#8221;5px||-10px||false|false&#8221; custom_margin_phone=&#8221;-10px||0px||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;0px|0px|0px|0px|true|true&#8221; custom_padding_tablet=&#8221;||10px||false|false&#8221; custom_padding_last_edited=&#8221;off|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span>Tack var XL-Hj\u00e4lpen och den nya p\u00e5stigningsrampen hos Fagersta Ryttarklubb kan nu \u00e4nnu fler sitta upp p\u00e5\u00a0 h\u00e4stryggen.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#8221; admin_label=&#8221;L\u00e4nk&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_margin_tablet=&#8221;0px||||false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;5px||0px||false|false&#8221; custom_padding_tablet=&#8221;15px||||false|false&#8221; custom_padding_phone=&#8221;15px||||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; link_option_url=&#8221;https:\/\/xlhjalpen.se\/#om&#8221; link_option_url_new_window=&#8221;on&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><strong><a href=\"https:\/\/xlhjalpen.se\/#om\" target=\"_blank\" rel=\"noopener\">EXTERN L\u00c4NK: <strong>L\u00e4s mer och nominera h\u00e4r!<\/strong><\/a><br \/><\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;3_4,1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; background_enable_color=&#8221;off&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;30px||8px||false|false&#8221; custom_margin_tablet=&#8221;30px||8px||false|false&#8221; custom_margin_phone=&#8221;30px|auto|0px|auto|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px||10px||false|false&#8221; border_width_top=&#8221;1px&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;3_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text admin_label=&#8221;Text&#8221; _builder_version=&#8221;4.22.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#000000&#8243; text_font_size=&#8221;16px&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;23px&#8221; background_enable_color=&#8221;off&#8221; custom_margin=&#8221;0px|30px|||false|false&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||10px|0px|false|false&#8221; global_module=&#8221;922&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h1>S\u00e5 funkar XL-Hj\u00e4lpen<\/h1>\n<p>Till XL-Hj\u00e4lpen kan ideella f\u00f6reningar och organisationer nominera ett dr\u00f6mprojekt de inte har m\u00f6jlighet att klara p\u00e5 egen hand. I samarbete med ortens XL-Bygghandlare, starka leverant\u00f6rer och lokala proffsbyggare kan XL-Hj\u00e4lpen f\u00f6rverkliga f\u00f6reningars byggdr\u00f6mmar. F\u00f6r att kunna bli utvalt ska projektet vara till gl\u00e4dje och nytta f\u00f6r m\u00e5nga, vara inkluderande och fr\u00e4mja r\u00f6relse eller natur. Alla f\u00f6rslag utv\u00e4rderas av en jury.<\/p>\n<p>Vi som st\u00e5r bakom XL-Hj\u00e4lpen \u00e4r XL-BYGG som \u00e4r en kedja best\u00e5ende av 100 frist\u00e5ende bygghandlare \u00f6ver hela Sverige.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/11\/Resurs-2.png&#8221; title_text=&#8221;Resurs 2&#8243; align=&#8221;center&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|||-55px|false|false&#8221; custom_margin_tablet=&#8221;|0px||0px|false|false&#8221; custom_margin_phone=&#8221;0px||||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;|25px||0px|false|false&#8221; custom_padding_tablet=&#8221;|60px||60px|false|true&#8221; custom_padding_phone=&#8221;0px||20px||false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; background_color=&#8221;#000000&#8243; use_background_color_gradient=&#8221;on&#8221; background_color_gradient_stops=&#8221;rgba(0,0,0,0.34) 100%|rgba(255,255,255,0) 100%&#8221; background_color_gradient_overlays_image=&#8221;on&#8221; background_color_gradient_start=&#8221;rgba(0,0,0,0.34)&#8221; background_color_gradient_start_position=&#8221;100%&#8221; background_color_gradient_end=&#8221;rgba(255,255,255,0)&#8221; background_color_gradient_end_position=&#8221;0%&#8221; background_image=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/11\/header-bg.jpg&#8221; background_position=&#8221;bottom_center&#8221; background_vertical_offset=&#8221;21%&#8221; width=&#8221;1500px&#8221; width_tablet=&#8221;1500px&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;100%&#8221; min_height=&#8221;430px&#8221; min_height_tablet=&#8221;430px&#8221; min_height_phone=&#8221;230px&#8221; min_height_last_edited=&#8221;on|phone&#8221; height=&#8221;430px&#8221; height_tablet=&#8221;430px&#8221; height_phone=&#8221;230px&#8221; height_last_edited=&#8221;on|tablet&#8221; max_height=&#8221;430px&#8221; max_height_tablet=&#8221;430px&#8221; max_height_phone=&#8221;230px&#8221; max_height_last_edited=&#8221;on|tablet&#8221; custom_margin=&#8221;40px||40px||false|false&#8221; custom_margin_tablet=&#8221;40px||40px||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px|160px||160px|false|true&#8221; custom_padding_tablet=&#8221;0px|160px||160px|false|true&#8221; custom_padding_phone=&#8221;|40px||40px|false|true&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text content_tablet=&#8221;<\/p>\n<p>\u201dDet \u00e4r roligt att f\u00e5 \u00f6verraska<br \/>n\u00e5gon med en s\u00e5 positiv sak.\u201d<\/p>\n<h4 class=%22p3%22>Ulrika Simons, vd XL-Bygg Simons Bygg &#038; Tr\u00e4<\/h4>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p>\u201dDet \u00e4r roligt att f\u00e5 \u00f6verraska<br \/>n\u00e5gon med en s\u00e5 positiv sak.\u201d<\/p>\n<h4 class=%22p3%22>Ulrika Simons, <br \/>vd XL-Bygg Simons Bygg &#038; Tr\u00e4<\/h4>\n<p>&#8221; content_last_edited=&#8221;off|phone&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Siri Expressen||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;60px&#8221; text_line_height=&#8221;1em&#8221; header_4_font=&#8221;Arial||||||||&#8221; header_4_text_color=&#8221;#FFFFFF&#8221; header_4_line_height=&#8221;1.5em&#8221; background_enable_color=&#8221;off&#8221; position_origin_a=&#8221;center_center&#8221; text_orientation=&#8221;center&#8221; width=&#8221;100%&#8221; max_width=&#8221;100%&#8221; module_alignment=&#8221;center&#8221; min_height=&#8221;100%&#8221; height=&#8221;100%&#8221; max_height=&#8221;100%&#8221; custom_margin=&#8221;150px||||false|false&#8221; custom_margin_tablet=&#8221;0px|0px|0px|0px|false|false&#8221; custom_margin_phone=&#8221;60px|0px||0px|false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||||false|false&#8221; custom_padding_tablet=&#8221;90px||||false|true&#8221; custom_padding_phone=&#8221;0px|10px||10px|false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; text_font_size_tablet=&#8221;60px&#8221; text_font_size_phone=&#8221;30px&#8221; text_font_size_last_edited=&#8221;on|desktop&#8221; header_4_line_height_tablet=&#8221;1.5em&#8221; header_4_line_height_phone=&#8221;1.2em&#8221; header_4_line_height_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span><span style=\"font-weight: 400;\">&#8220;Passa p\u00e5 och nominera nu \u2013 nomineringstiden slutar 31 januari.&#8221;<\/span><br \/><\/span><\/p>\n<h4><\/h4>\n<h4>Hans Fahl\u00e9n, Programledare<\/h4>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.14.9&#8243; _module_preset=&#8221;default&#8221; custom_padding=&#8221;2px||2px|||&#8221; global_module=&#8221;1117&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; _builder_version=&#8221;4.21.0&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; width=&#8221;1500px&#8221; width_tablet=&#8221;1500px&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; min_height_tablet=&#8221;630px&#8221; min_height_phone=&#8221;330px&#8221; min_height_last_edited=&#8221;off|desktop&#8221; custom_margin=&#8221;0px||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||30px||false|false&#8221; custom_margin_phone=&#8221;0px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; link_option_url=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/grillby\/&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/10\/XLstorvik01036.jpg&#8221; title_text=&#8221;XLstorvik01036&#8243; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE1NjUifX0=@&#8221; _builder_version=&#8221;4.21.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.21.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE1NjUifX0=@&#8221; custom_css_main_element=&#8221;h3 a:hover||   color: #660000 !important;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Nu har Storvik ett klubbhus f\u00f6r alla<\/h3>\n<p>L\u00c4S MER<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; link_option_url=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/aland\/&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/07\/XLbyggA\u030aland016-scaled.jpg&#8221; title_text=&#8221;XL-hj\u00e4lpen, \u00c5lands Motorklubb MX&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk1MyJ9fQ==@&#8221; _builder_version=&#8221;4.21.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.21.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijk1MyJ9fQ==@&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Cross\u00e4lskarna p\u00e5 \u00c5land fick tak \u00f6ver huvudet<\/h3>\n<p>L\u00c4S MER<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; link_option_url=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/fahlen-overraskar-i-nya-tv-programmet\/&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/09\/lidkoping-thumb.jpg&#8221; title_text=&#8221;lidkoping-thumb&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEyNzYifX0=@&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEyNzYifX0=@&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Om\u00f6jligt uppdrag som l\u00f6stes p\u00e5 nolltid<\/h3>\n<p>L\u00c4S MER<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/09\/grillby_thumb.jpg&#8221; title_text=&#8221;grillby_thumb&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEwNTAifX0=@&#8221; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEwNTAifX0=@&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Hinderbanan som ger hela byn ett lyft<\/h3>\n<p>L\u00c4S MER[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; use_custom_gutter=&#8221;on&#8221; gutter_width=&#8221;2&#8243; disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; width=&#8221;1500px&#8221; width_tablet=&#8221;1500px&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;90%&#8221; max_width_tablet=&#8221;90%&#8221; max_width_phone=&#8221;90%&#8221; max_width_last_edited=&#8221;on|desktop&#8221; module_alignment=&#8221;center&#8221; min_height_tablet=&#8221;630px&#8221; min_height_phone=&#8221;330px&#8221; min_height_last_edited=&#8221;off|desktop&#8221; custom_margin=&#8221;0px||30px||false|false&#8221; custom_margin_tablet=&#8221;0px||30px||false|false&#8221; custom_margin_phone=&#8221;0px||30px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/10\/bralanda-thumb.jpg&#8221; title_text=&#8221;bralanda-thumb&#8221; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE0MTUifX0=@&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE0MTUifX0=@&#8221; custom_css_main_element=&#8221;h3 a:hover||   color: #660000 !important;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>\u201dEn overklig invigning\u201d av Br\u00e5landas nya l\u00e4ktare<\/h3>\n<p>L\u00c4S MER[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/10\/DSC_1817-1.jpg&#8221; title_text=&#8221;DSC_1817&#8243; url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE2MzcifX0=@&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;url&#8221; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||20px||false|false&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text disabled_on=&#8221;off|off|off&#8221; _builder_version=&#8221;4.18.0&#8243; _dynamic_attributes=&#8221;link_option_url&#8221; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial|700|||||||&#8221; text_text_color=&#8221;#000000&#8243; link_font=&#8221;||||||||&#8221; header_font=&#8221;Siri Expressen||||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_text_color=&#8221;#000000&#8243; header_3_font_size=&#8221;35px&#8221; custom_margin=&#8221;-8px||8px||false|false&#8221; link_option_url=&#8221;@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wb3N0Iiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjE2MzcifX0=@&#8221; custom_css_main_element=&#8221;h3 a:hover||   color: #660000 !important;||&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Nu kan fler sitta<br \/>upp p\u00e5 h\u00e4stryggen<\/h3>\n<p>L\u00c4S MER<\/p>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; admin_label=&#8221;Column&#8221; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; background_image=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/07\/bakgrundXXL-1.png&#8221; parallax=&#8221;on&#8221; parallax_method=&#8221;off&#8221; custom_margin=&#8221;0px||||false|false&#8221; custom_padding=&#8221;57px||60px||false|false&#8221; global_module=&#8221;2575&#8243; saved_tabs=&#8221;all&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row column_structure=&#8221;2_5,3_5&#8243; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; max_width_tablet=&#8221;1000px&#8221; max_width_phone=&#8221;1000px&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||||false|false&#8221; custom_padding=&#8221;20px|30px|37px|0px|false|false&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;2_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2021\/11\/Ska\u0308rmavbild-2021-11-26-kl.-00.51.25.png&#8221; title_text=&#8221;Ska\u0308rmavbild 2021-11-26 kl. 00.51.25&#8243; _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; height=&#8221;200px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;3_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.18.0&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_font_size=&#8221;1.25rem&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; width_tablet=&#8221;100%&#8221; width_phone=&#8221;100%&#8221; width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;3px||0px||false|false&#8221; custom_padding=&#8221;0px||20px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><strong>F\u00f6r att vi ska kunna genomf\u00f6ra alla dessa XL-Hj\u00e4lpen projekt beh\u00f6vs v\u00e5ra fantastiska leverant\u00f6rer, som med sitt engagemang \u00e4r med oss i detta och g\u00f6r det m\u00f6jligt att g\u00f6ra skillnad i det lokala samh\u00e4llet. V\u00e5ra leverant\u00f6rer st\u00e5r f\u00f6r ett brett sortiment av produkter av h\u00f6g kvalitet.<br \/>Det sj\u00e4lvklara valen i era byggprojekt.<\/strong><\/p>\n<p><strong>Tack f\u00f6r att ni hj\u00e4lper till!<\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|30px|0px|30px|false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;23px&#8221; background_enable_color=&#8221;off&#8221; position_origin_a=&#8221;top_center&#8221; z_index=&#8221;0&#8243; text_orientation=&#8221;right&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;|50px|0px||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;0px||0px|0px|false|false&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>HUVUDSPONSORER<\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;31px|auto|25px|auto|false|false&#8221; custom_margin_tablet=&#8221;31px|auto|25px|auto|false|false&#8221; custom_margin_phone=&#8221;31px|auto|25px|auto|false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#8221; custom_padding=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_tablet=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_phone=&#8221;3px|80px|0px|80px|false|false&#8221; border_color_top=&#8221;RGBA(255,255,255,0)&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/ESSVE_CMYK.png&#8221; title_text=&#8221;ESSVE_CMYK&#8221; url=&#8221;https:\/\/www.essve.com\/sv\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||true|false&#8221; custom_padding=&#8221;14px||14px||true|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/04\/weber.jpg&#8221; title_text=&#8221;weber&#8221; url=&#8221;https:\/\/www.se.weber\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;43px||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;10px||23px||false|false&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/Lindab_targetleft_Blueback.png&#8221; title_text=&#8221;Lindab_targetleft_Blueback&#8221; url=&#8221;https:\/\/www.lindab.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||true|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-50px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;28px||28px||true|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||10px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/arecologo.png&#8221; title_text=&#8221;arecologo&#8221; url=&#8221;https:\/\/www.arecoprofiles.se\/sv\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||true|false&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;0px||0px||true|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#8221; custom_padding=&#8221;40px||40px||true|false&#8221; custom_padding_tablet=&#8221;|7px||7px|true|true&#8221; custom_padding_phone=&#8221;0px||15px||false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/07\/Stenvalls-Tra\u0308-logo-slutgiltig-version-1.png&#8221; title_text=&#8221;Stenvalls-Tra\u0308-logo-slutgiltig-version-1&#8243; url=&#8221;https:\/\/www.stenvalls.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;||||false|false&#8221; custom_margin_phone=&#8221;0px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;10px||||false|true&#8221; custom_padding_tablet=&#8221;0px|3px||3px|false|true&#8221; custom_padding_phone=&#8221;0px||0px||false|true&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; max_width_tablet=&#8221;100%&#8221; max_width_phone=&#8221;100%&#8221; max_width_last_edited=&#8221;on|tablet&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_padding=&#8221;|30px|0px|30px|false|false&#8221; border_width_top=&#8221;1px&#8221; border_color_top=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; text_font=&#8221;Arial||||||||&#8221; text_text_color=&#8221;#FFFFFF&#8221; text_line_height=&#8221;1.5em&#8221; header_font=&#8221;Siri Expressen|700|||||||&#8221; header_3_font=&#8221;Siri Expressen||||||||&#8221; header_3_font_size=&#8221;23px&#8221; background_enable_color=&#8221;off&#8221; position_origin_a=&#8221;top_center&#8221; z_index=&#8221;0&#8243; text_orientation=&#8221;right&#8221; width=&#8221;100%&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;|50px|0px||false|false&#8221; custom_margin_last_edited=&#8221;off|tablet&#8221; custom_padding=&#8221;0px||0px|0px|false|false&#8221; module_alignment_tablet=&#8221;&#8221; module_alignment_phone=&#8221;center&#8221; module_alignment_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p style=\"text-align: center;\"><strong>PARTNERS<\/strong><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_4,1_4,1_4,1_4&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;31px|auto||auto|false|false&#8221; custom_padding=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_tablet=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_phone=&#8221;3px|80px|0px|80px|false|false&#8221; border_color_top=&#8221;RGBA(255,255,255,0)&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/Valbo-Tra-2023-Blue-CMYK.png&#8221; title_text=&#8221;Valbo-Tra-2023-Blue-CMYK&#8221; url=&#8221;https:\/\/www.valbotra.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||true|false&#8221; custom_margin_tablet=&#8221;17px||17px||true|false&#8221; custom_margin_phone=&#8221;-2px||-2px||true|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px||30px||true|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;0px||0px||true|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2022\/07\/elitfonster.png&#8221; title_text=&#8221;elitfonster&#8221; url=&#8221;https:\/\/www.elitfonster.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-20px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/Finja.png&#8221; title_text=&#8221;Finja&#8221; url=&#8221;https:\/\/www.finja.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|22px||22px|true|true&#8221; custom_margin_tablet=&#8221;|17px||17px|true|true&#8221; custom_margin_phone=&#8221;-50px|10px|-44px|10px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;30px||||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_4&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/vit.png&#8221; title_text=&#8221;vit&#8221; url=&#8221;https:\/\/parador.de\/se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||||true|false&#8221; custom_padding=&#8221;40px||40px||true|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;31px|auto||auto|false|false&#8221; custom_padding=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_tablet=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_phone=&#8221;3px|80px|0px|80px|false|false&#8221; border_color_top=&#8221;RGBA(255,255,255,0)&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/05\/sodra-logo-green-cmyk.png&#8221; title_text=&#8221;sodra-logo-green-cmyk&#8221; url=&#8221;https:\/\/habo.com\/se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|-10px|0px|-10px|false|true&#8221; custom_margin_tablet=&#8221;48px|10px||10px|false|true&#8221; custom_margin_phone=&#8221;-51px|-4px|33px|-4px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;20px|0px|40px|0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/Beckers.png&#8221; title_text=&#8221;Beckers&#8221; url=&#8221;https:\/\/beckers.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-12px|20px||20px|false|true&#8221; custom_margin_tablet=&#8221;-3px|34px||34px|false|true&#8221; custom_margin_phone=&#8221;-86px||-21px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||22px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/2022_Swedoor-logo_Blue-1C_PMS-RAL-NCS-S.png&#8221; title_text=&#8221;2022_Swedoor-logo_Blue-1C_PMS-RAL-NCS-S&#8221; url=&#8221;https:\/\/www.swedoor.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-30px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;36px||40px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;30px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/04\/Habo_CMYKlogo.png&#8221; title_text=&#8221;Habo_CMYKlogo&#8221; url=&#8221;https:\/\/habo.com\/se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;||0px||false|false&#8221; custom_margin_tablet=&#8221;-6px|36px||36px|false|true&#8221; custom_margin_phone=&#8221;-47px|12px||12px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;20px|15px|40px|15px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|tablet&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/stavrex-logo.png&#8221; title_text=&#8221;stavrex-logo&#8221; url=&#8221;https:\/\/www.stavrex.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; custom_margin_tablet=&#8221;&#8221; custom_margin_phone=&#8221;-30px||||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;33px||38px||false|false&#8221; custom_padding_tablet=&#8221;&#8221; custom_padding_phone=&#8221;30px||||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_5,1_5,1_5,1_5,1_5&#8243; custom_padding_last_edited=&#8221;on|phone&#8221; _builder_version=&#8221;4.20.2&#8243; _module_preset=&#8221;default&#8221; width=&#8221;1000px&#8221; width_tablet=&#8221;80%&#8221; width_phone=&#8221;80%&#8221; width_last_edited=&#8221;on|tablet&#8221; max_width=&#8221;1000px&#8221; module_alignment=&#8221;center&#8221; custom_margin=&#8221;31px|auto||auto|false|false&#8221; custom_padding=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_tablet=&#8221;3px|30px|0px|30px|false|false&#8221; custom_padding_phone=&#8221;3px|80px|0px|80px|false|false&#8221; border_color_top=&#8221;RGBA(255,255,255,0)&#8221; border_width_bottom=&#8221;1px&#8221; border_color_bottom=&#8221;#FFFFFF&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/itw-construction-products-logo.png&#8221; title_text=&#8221;itw-construction-products-logo&#8221; url=&#8221;https:\/\/www.itwconstruction.se\/sv\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;0px|20px||20px|false|true&#8221; custom_margin_tablet=&#8221;-3px|34px||34px|false|true&#8221; custom_margin_phone=&#8221;-86px||-21px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||22px||false|false&#8221; custom_padding_tablet=&#8221;0px||0px||false|false&#8221; custom_padding_phone=&#8221;0px||0px||false|false&#8221; custom_padding_last_edited=&#8221;on|phone&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_image src=&#8221;https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-content\/uploads\/2023\/03\/bosch-logo-vit.png&#8221; title_text=&#8221;bosch-logo-vit&#8221; url=&#8221;https:\/\/www.bosch.se\/&#8221; url_new_window=&#8221;on&#8221; _builder_version=&#8221;4.23.4&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;|-10px|0px|-10px|false|true&#8221; custom_margin_tablet=&#8221;48px|10px||10px|false|true&#8221; custom_margin_phone=&#8221;-51px|-4px|33px|-4px|false|true&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;20px|0px|40px|0px|false|true&#8221; custom_padding_tablet=&#8221;|0px||0px|false|true&#8221; custom_padding_phone=&#8221;&#8221; custom_padding_last_edited=&#8221;on|desktop&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_column][et_pb_column type=&#8221;1_5&#8243; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nuSedan starten 2019 har XL-Hj\u00e4lpen f\u00f6rverkligat dr\u00f6mprojekt \u00f6ver hela Sverige.Har ni ett projekt som ni beh\u00f6ver hj\u00e4lp med?Nu \u00e4r det h\u00f6g tid att nominera till \u00e5rets byggdr\u00f6m.\u2013 Det \u00e4r fantastiskt att XL-Hj\u00e4lpen finns \u2013 och jag rekommenderar alla ideella f\u00f6reningar och [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"2880","footnotes":""},"categories":[1],"tags":[],"class_list":["post-2275","post","type-post","status-publish","format-standard","hentry","category-visa-ej"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG<\/title>\n<meta name=\"description\" content=\"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG\" \/>\n<meta property=\"og:description\" content=\"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/\" \/>\n<meta property=\"og:site_name\" content=\"XL-BYGG\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-05T08:39:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-02T07:30:48+00:00\" \/>\n<meta name=\"author\" content=\"xlhjalpen2021-admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"xlhjalpen2021-admin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/\",\"url\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/\",\"name\":\"ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG\",\"isPartOf\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website\"},\"datePublished\":\"2023-01-05T08:39:34+00:00\",\"dateModified\":\"2024-10-02T07:30:48+00:00\",\"author\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125\"},\"description\":\"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d\",\"breadcrumb\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hem\",\"item\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website\",\"url\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/\",\"name\":\"XL-BYGG\",\"description\":\"Fr\u00e5n \u00f6nskan till f\u00e4rdigt bygge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125\",\"name\":\"xlhjalpen2021-admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/da6542ca473102e9d4ae4b7ff608d8823375601ad29d277403a95130ddf42477?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/da6542ca473102e9d4ae4b7ff608d8823375601ad29d277403a95130ddf42477?s=96&d=mm&r=g\",\"caption\":\"xlhjalpen2021-admin\"},\"sameAs\":[\"https:\/\/kampanj.expressen.se\/xlhjalpen\"],\"url\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/author\/xlhjalpen2021-admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG","description":"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/","og_locale":"en_US","og_type":"article","og_title":"ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG","og_description":"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d","og_url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/","og_site_name":"XL-BYGG","article_published_time":"2023-01-05T08:39:34+00:00","article_modified_time":"2024-10-02T07:30:48+00:00","author":"xlhjalpen2021-admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"xlhjalpen2021-admin","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/","url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/","name":"ANNONS: S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet - XL-BYGG","isPartOf":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website"},"datePublished":"2023-01-05T08:39:34+00:00","dateModified":"2024-10-02T07:30:48+00:00","author":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125"},"description":"\u201d\u201dS\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\u201d","breadcrumb":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-kan-din-forening-fa-hjalp-med-dromprojektet\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hem","item":"https:\/\/kampanj.expressen.se\/xlhjalpen\/"},{"@type":"ListItem","position":2,"name":"S\u00e5 kan din f\u00f6rening f\u00e5 hj\u00e4lp med dr\u00f6mprojektet"}]},{"@type":"WebSite","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website","url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/","name":"XL-BYGG","description":"Fr\u00e5n \u00f6nskan till f\u00e4rdigt bygge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kampanj.expressen.se\/xlhjalpen\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125","name":"xlhjalpen2021-admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/da6542ca473102e9d4ae4b7ff608d8823375601ad29d277403a95130ddf42477?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da6542ca473102e9d4ae4b7ff608d8823375601ad29d277403a95130ddf42477?s=96&d=mm&r=g","caption":"xlhjalpen2021-admin"},"sameAs":["https:\/\/kampanj.expressen.se\/xlhjalpen"],"url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/author\/xlhjalpen2021-admin\/"}]}},"_links":{"self":[{"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts\/2275","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/comments?post=2275"}],"version-history":[{"count":44,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts\/2275\/revisions"}],"predecessor-version":[{"id":4176,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts\/2275\/revisions\/4176"}],"wp:attachment":[{"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/media?parent=2275"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/categories?post=2275"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/tags?post=2275"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}