{"id":2369,"date":"2023-01-17T10:38:29","date_gmt":"2023-01-17T09:38:29","guid":{"rendered":"https:\/\/kampanj.expressen.se\/xlhjalpen\/?p=2369"},"modified":"2024-07-18T10:35:53","modified_gmt":"2024-07-18T08:35:53","slug":"sa-blev-monas-drom-verklighet-for-foreningen","status":"publish","type":"post","link":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/","title":{"rendered":"S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen"},"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||true|false&#8221; custom_padding=&#8221;120px||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;10px||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.0&#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-overraskningsmoment-del-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>Ett byggprojekt av mindre slag kan betyda oerh\u00f6rt<br \/>mycket f\u00f6r s\u00e5 m\u00e5nga<\/h1>\n<h2>Passa p\u00e5 att nominera till XL-Hj\u00e4lpen nu<\/h2>\n<p>&#8221; content_phone=&#8221;<\/p>\n<h1>Ett byggprojekt av mindre slag kan<br \/>\nbetyda oerh\u00f6rt<br \/>\nmycket f\u00f6r s\u00e5 m\u00e5nga<\/h1>\n<h2>Passa p\u00e5 att nominera till XL-Hj\u00e4lpen nu<br \/>\n<\/h2>\n<p>&#8221; content_last_edited=&#8221;off|tablet&#8221; _builder_version=&#8221;4.19.1&#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||false|false&#8221; custom_padding_last_edited=&#8221;off|tablet&#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 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen<\/h1>\n<h2>XL-Hj\u00e4lpen fixade ett klubbhus f\u00f6r alla<\/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; 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.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=&#8221;-710px&#8221; vertical_offset_tablet=&#8221;-658px&#8221; vertical_offset_phone=&#8221;-504px&#8221; vertical_offset_last_edited=&#8221;on|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;100%&#8221; width_tablet=&#8221;&#8221; width_phone=&#8221;100px&#8221; width_last_edited=&#8221;on|phone&#8221; max_width=&#8221;130px&#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.19.1&#8243; _module_preset=&#8221;default&#8221; max_width=&#8221;690px&#8221; custom_margin=&#8221;0px||0px||false|false&#8221; custom_padding=&#8221;0px||20px||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;]<b>Runt tusen \u00f6nskeprojekt skickades in till f\u00f6rra \u00e5rets XL-Hj\u00e4lpen.<\/b>[\/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;]<b>Sex f\u00f6reningar fick sina dr\u00f6mmar uppfyllda.<\/b>[\/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>\u2013 Jag s\u00e5g att det gick att s\u00f6ka och skickade in spontant, s\u00e4ger Mona Holmgren i Storviks IF som fick sitt dr\u00f6mprojekt f\u00f6rverkligat.<\/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>Och vem vet \u2013 kanske \u00e4r det just din f\u00f6rening som f\u00f6r sin dr\u00f6m f\u00f6rverkligad i \u00e5r.<\/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: Har din f\u00f6rening n\u00e5got dr\u00f6mprojekt \u2013 nominera till \u00e5rets XL-Hj\u00e4lpen!<\/a><\/strong><\/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;||||false|false&#8221; custom_padding=&#8221;15px||||false|false&#8221; custom_padding_tablet=&#8221;15px||||false|false&#8221; custom_padding_phone=&#8221;||8px||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;\">\u00a0F\u00f6r Storviks IF, en f\u00f6rening i G\u00e4strikland med runt 800 medlemmar, bestod hj\u00e4lpen i ett tillg\u00e4nglighetsanpassat klubbhus.<\/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||false|false&#8221; custom_padding=&#8221;0px||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 Jag har sett barn, ungdomar och \u00e4ldre som vill vara med men som inte har kunnat komma in h\u00e4r. Vi ville ha m\u00f6jlighet att v\u00e4lkomna alla hit, s\u00e4ger Mona Holmgren, kass\u00f6r i Storviks IF, och forts\u00e4tter:<\/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||false|false&#8221; custom_padding=&#8221;0px||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 Jag satt vid datorn och fick se att man kunde s\u00f6ka n\u00e5got som heter XL-Hj\u00e4lpen. Jag skickade in och ber\u00e4ttade om f\u00f6reningen och att vi skulle vilja ha hj\u00e4lp att tillg\u00e4nglighetsanpassa v\u00e5ra lokaler. Jag gjorde det spontant och p\u00e5 eget bev\u00e5g.<\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Och det var en spontan handling som gav frukt.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text content_tablet=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n alla byggprojekt som <br \/>XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n <br \/>alla byggprojekt som XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; _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;15px||0px||false|false&#8221; custom_margin_tablet=&#8221;15px||0px||false|false&#8221; custom_margin_phone=&#8221;20px||||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<h3><span style=\"font-weight: 400;\">\u201dAlldeles fantastiskt\u201d<\/span><\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Tack vare XL-Hj\u00e4lpen fick Storviks IF ett klubbhus som \u00e4r tillg\u00e4ngligt f\u00f6r alla, med en ny aluminiumramp, breddad entr\u00e9, nytt golv och tillg\u00e4nglighetsanpassad toalett med nya ytskikt.<\/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||false|false&#8221; custom_padding=&#8221;0px||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 alldeles fantastiskt vad det betyder mycket att vi har f\u00e5tt detta gjort tack vare XL-Hj\u00e4lpen. Nu kan vi ta emot alla personer, oavsett deras f\u00f6ruts\u00e4ttningar. Vi kan verkligen v\u00e4lkomna alla hit. Det k\u00e4nns s\u00e5 bra, s\u00e4ger Storviks IF:s kass\u00f6r Mona Holmgren.<\/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||true|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||0px||true|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;||10px||false|false&#8221; custom_padding_phone=&#8221;5px||8px||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.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\/10\/XLstorvik0036.jpg&#8221; title_text=&#8221;XLstorvik0036&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-15px||0px||false|false&#8221; custom_margin_tablet=&#8221;-15px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#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;-8px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#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 har Storviks IF nu ett klubbhus som \u00e4r tillg\u00e4ngligt f\u00f6r alla.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8221;1_2,1_2&#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;1_2&#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><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n alla byggprojekt som <br \/>XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n <br \/>alla byggprojekt som XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; _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;15px||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;0px||0px||false|false&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3><span style=\"font-weight: 400;\">\u00d6nskade ny l\u00e4ktare<\/span><\/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_margin_tablet=&#8221;0px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||0px||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||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 style=\"font-weight: 400;\">En tillg\u00e4nglighetsanpassning var ett dr\u00f6mprojekt som XL-Hj\u00e4lpen l\u00f6ste \u00e4ven f\u00f6r Fagersta Ryttarklubb f\u00f6rra \u00e5ret. H\u00f6gst upp p\u00e5 deras \u00f6nskelista stod en ny l\u00e4ktare och en p\u00e5stigningsramp.<\/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;\">Med verksamhet fr\u00e5n morgon till kv\u00e4ll, ridskoleverksamhet och ridgrupper med barn och med pension\u00e4rer, s\u00e5 \u00e4r det alltid aktivitet p\u00e5 anl\u00e4ggningen.<\/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_2&#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\/10\/081_2529.jpg&#8221; title_text=&#8221;081_2529&#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||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|tablet&#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;-8px||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;|0px|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>Den nya p\u00e5stigningsrampen var n\u00e5got som stod \u00f6verst p\u00e5 ryttarklubbens \u00f6nskelista.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|tablet&#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;0px||0px||true|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; 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;\">Det betyder ocks\u00e5 att det kr\u00e4vs en del underh\u00e5ll och anpassningar.<\/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;\">Och det \u00e4r det glada reaktionerna som Hans tycker \u00e4r allra roligast med XL-Hj\u00e4lpen.<\/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 Vi har en \u00f6nskelista och en m\u00e5lbild f\u00f6r anl\u00e4ggningen. Pengar \u00e4r alltid en tr\u00e5ng sektor, s\u00e4ger Pelle Julin i ryttarklubbens styrelse.<\/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_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Textkolumn&#8221; _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;0px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||3px||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 content_tablet=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n alla byggprojekt som <br \/>XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n <br \/>alla byggprojekt som XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; _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;15px||0px||false|false&#8221; custom_margin_tablet=&#8221;15px||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; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3><span style=\"font-weight: 400;\">\u201dV\u00e4ldigt glada\u201d<\/span><\/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||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;\">Fagersta Ryttarklubb ans\u00f6kte till XL-Hj\u00e4lpen redan f\u00f6r fyra \u00e5r sedan, d\u00e5 var de inte bland de utvalda. Men f\u00f6rra \u00e5ret omvandlades nomineringen till verklighet och under h\u00f6sten stod b\u00e5de l\u00e4ktare och en p\u00e5stigningsramp klara.<\/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 kommer att tillf\u00f6ra j\u00e4ttemycket. Alla i klubben \u00e4r v\u00e4ldigt glada \u00f6ver hj\u00e4lpen eftersom vi inte hade kunnat g\u00f6ra den h\u00e4r satsningen sj\u00e4lva, s\u00e4ger Pelle Julin.<\/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||true|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||0px||true|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;5px||10px||false|false&#8221; custom_padding_phone=&#8221;10px||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.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\/10\/081_2549-scaled.jpg&#8221; title_text=&#8221;081_2549&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-15px||0px||false|false&#8221; custom_margin_tablet=&#8221;-15px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#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;-8px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#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>Pelle Julin, Fagersta Ryttarklubb.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Textkolumn&#8221; _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;0px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||3px||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 content_tablet=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n alla byggprojekt som <br \/>XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n <br \/>alla byggprojekt som XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; _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;15px||0px||false|false&#8221; custom_margin_tablet=&#8221;15px||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; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3><span style=\"font-weight: 400;\">S\u00e5g m\u00f6jligheten<\/span><\/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||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;\">P\u00e5 tal om en ny l\u00e4ktare \u2013 det var ocks\u00e5 n\u00e5got som Tobias \u00c5berg dr\u00f6mt om en l\u00e4ngre tid. Tobias \u00e4r en av eldsj\u00e4larna i Lidk\u00f6pings Skateboardf\u00f6rening och han blev i fjol totalt \u00f6verraskad av Hans Fahl\u00e9n och XL-Hj\u00e4lpen.<\/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 Jag blev f\u00f6rv\u00e5nad n\u00e4r jag s\u00e5g Hans och kamerorna i hallen, men sedan ramlade polletten ner att det var XL-Bygg och att vi skulle f\u00e5 hj\u00e4lp med l\u00e4ktaren, s\u00e4ger Tobias.<\/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||false|false&#8221; custom_padding=&#8221;0px||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\u00a0 Det var j\u00e4tteh\u00e4ftigt, en superkul nyhet.<\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Tobias och de andra i f\u00f6reningen hade l\u00e4st om XL-Hj\u00e4lpen och nominerat f\u00f6reningen till f\u00f6rra \u00e5rets projekt.<\/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||false|false&#8221; custom_padding=&#8221;0px||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 F\u00f6rst var vi nyfikna p\u00e5 vad XL-Hj\u00e4lpen egentligen g\u00f6r f\u00f6r alla f\u00f6reningar i Sverige. Sedan s\u00e5g vi m\u00f6jligheten och att det kanske kunde vara n\u00e5got f\u00f6r oss. Och vi \u00e4r s\u00e5 tacksamma f\u00f6r att vi blev utvalda, f\u00f6rklarar Tobias.<\/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||true|false&#8221; custom_margin_tablet=&#8221;0px||0px||true|false&#8221; custom_margin_phone=&#8221;0px||0px||true|false&#8221; custom_margin_last_edited=&#8221;on|phone&#8221; custom_padding=&#8221;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;5px||10px||false|false&#8221; custom_padding_phone=&#8221;10px||10px||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\/09\/lidkoping-xlhjalpen-14-scaled.jpg&#8221; title_text=&#8221;lidkoping-xlhjalpen-14&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-15px||0px||false|false&#8221; custom_margin_tablet=&#8221;-15px||0px||false|false&#8221; custom_margin_phone=&#8221;0px||15px||false|false&#8221; custom_margin_last_edited=&#8221;on|desktop&#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;-8px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#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>Den nya l\u00e4ktaren hos Lidk\u00f6pings Skateboardf\u00f6rening ger b\u00e5de \u00e5kare och \u00e5sk\u00e5dare en naturlig plats att h\u00e4nga p\u00e5.<\/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;10px||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.19.1&#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;20px||10px||false|false&#8221; border_width_top=&#8221;1px&#8221; border_width_bottom=&#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|10px|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|tablet&#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;0px||0px||true|false&#8221; custom_padding_tablet=&#8221;0px||15px||false|false&#8221; custom_padding_phone=&#8221;15px||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;][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\/09\/lidkoping-xlhjalpen-1-scaled.jpg&#8221; title_text=&#8221;lidkoping-xlhjalpen-1&#8243; _builder_version=&#8221;4.19.1&#8243; _module_preset=&#8221;default&#8221; custom_margin=&#8221;-10px||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|desktop&#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;-8px||0px||false|false&#8221; custom_margin_last_edited=&#8221;on|phone&#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>Lidk\u00f6pings Skateboardf\u00f6rening utg\u00f6r en viktig samlingsplats f\u00f6r ortsborna, men lockar \u00e4ven l\u00e5ngv\u00e4ga bes\u00f6kare.<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row custom_padding_last_edited=&#8221;on|phone&#8221; admin_label=&#8221;Textkolumn&#8221; _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;0px||||false|false&#8221; custom_padding_tablet=&#8221;0px||||false|false&#8221; custom_padding_phone=&#8221;0px||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 content_tablet=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n alla byggprojekt som <br \/>XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_phone=&#8221;<\/p>\n<p><b>Vilket \u00e4r ditt b\u00e4sta minne fr\u00e5n <br \/>alla byggprojekt som XL-Hj\u00e4lpen gjorde ifjol?<\/b><\/p>\n<p>&#8221; content_last_edited=&#8221;off|desktop&#8221; _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;15px||0px||false|false&#8221; custom_margin_tablet=&#8221;15px||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; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3><span style=\"font-weight: 400;\">Dags att s\u00f6ka<\/span><\/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||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;\">Lagom till att Lidk\u00f6pings Skateboardf\u00f6rening arrangerade en stor nationell utomhust\u00e4vling stod den 25 meter l\u00e5nga nya l\u00e4ktaren med utsikt \u00f6ver skateparken klar.<\/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 Skateboardparken \u00e4r inte bara en angel\u00e4genhet f\u00f6r Lidk\u00f6pingsbor, den har blivit en turistdestination f\u00f6r skateboard\u00e5kare, s\u00e4ger Tobias \u00c5berg.<\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Gemensamt f\u00f6r alla dessa f\u00f6reningar var att de nominerat sig sj\u00e4lva till XL-Hj\u00e4lpen \u2013 och blev utvalda att f\u00e5 just deras projekt f\u00f6rverkligat.<\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Nu \u00e4r det dags f\u00f6r \u00e5rets dr\u00f6mmar att bli sanna, missa d\u00e4rf\u00f6r inte att anm\u00e4la just din f\u00f6rening eller organisation.<\/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||false|false&#8221; custom_padding=&#8221;0px||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;\">Nomineringstiden f\u00f6r den femte upplagan av XL-Hj\u00e4lpen slutar 31 januari och alla f\u00f6rslag utv\u00e4rderas av en jury som v\u00e4ljer ut l\u00e4mpliga projekt som byggs \u00f6ver \u00e5ret.<\/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; 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 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen XL-Hj\u00e4lpen fixade ett klubbhus f\u00f6r allaRunt tusen \u00f6nskeprojekt skickades in till f\u00f6rra \u00e5rets XL-Hj\u00e4lpen.Sex f\u00f6reningar fick sina dr\u00f6mmar uppfyllda.\u2013 Jag s\u00e5g att det gick att s\u00f6ka och skickade in spontant, s\u00e4ger Mona Holmgren i Storviks IF som fick sitt dr\u00f6mprojekt f\u00f6rverkligat.Och vem vet \u2013 kanske \u00e4r det just [&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-2369","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 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG<\/title>\n<meta name=\"description\" content=\"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\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-blev-monas-drom-verklighet-for-foreningen\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ANNONS: S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG\" \/>\n<meta property=\"og:description\" content=\"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/\" \/>\n<meta property=\"og:site_name\" content=\"XL-BYGG\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-17T09:38:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-18T08:35:53+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=\"12 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-blev-monas-drom-verklighet-for-foreningen\/\",\"url\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/\",\"name\":\"ANNONS: S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG\",\"isPartOf\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website\"},\"datePublished\":\"2023-01-17T09:38:29+00:00\",\"dateModified\":\"2024-07-18T08:35:53+00:00\",\"author\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125\"},\"description\":\"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d\",\"breadcrumb\":{\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hem\",\"item\":\"https:\/\/kampanj.expressen.se\/xlhjalpen\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen\"}]},{\"@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 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG","description":"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\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-blev-monas-drom-verklighet-for-foreningen\/","og_locale":"en_US","og_type":"article","og_title":"ANNONS: S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG","og_description":"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d","og_url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/","og_site_name":"XL-BYGG","article_published_time":"2023-01-17T09:38:29+00:00","article_modified_time":"2024-07-18T08:35:53+00:00","author":"xlhjalpen2021-admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"xlhjalpen2021-admin","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/","url":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/","name":"ANNONS: S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen - XL-BYGG","isPartOf":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#website"},"datePublished":"2023-01-17T09:38:29+00:00","dateModified":"2024-07-18T08:35:53+00:00","author":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/#\/schema\/person\/849af96d4f5722a134a49cbe7cf5b125"},"description":"\u201dS\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen. Passa p\u00e5 att anm\u00e4la till XL-Hj\u00e4lpen nu!\u201d","breadcrumb":{"@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kampanj.expressen.se\/xlhjalpen\/sa-blev-monas-drom-verklighet-for-foreningen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hem","item":"https:\/\/kampanj.expressen.se\/xlhjalpen\/"},{"@type":"ListItem","position":2,"name":"S\u00e5 blev Monas dr\u00f6m verklighet f\u00f6r f\u00f6reningen"}]},{"@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\/2369","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=2369"}],"version-history":[{"count":42,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts\/2369\/revisions"}],"predecessor-version":[{"id":4165,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/posts\/2369\/revisions\/4165"}],"wp:attachment":[{"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/media?parent=2369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/categories?post=2369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kampanj.expressen.se\/xlhjalpen\/wp-json\/wp\/v2\/tags?post=2369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}