CINXE.COM
Data Protection - Fr枚ling
<!doctype html><html lang="en-GB" prefix="og: https://ogp.me/ns#"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" media="print" onload="this.onload=null;this.media='all';" id="ao_optimized_gfonts" href="https://fonts.googleapis.com/css?family=Montserrat%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CRed+Hat+Text%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap"><link rel="profile" href="https://gmpg.org/xfn/11"> <script>window.libaseApp={"ajaxurl":"https:\/\/www.froeling.com\/en-gb\/wp-admin\/admin-ajax.php","rest_url":"https:\/\/www.froeling.com\/en-gb\/wp-json\/","main_blog_url":"https:\/\/www.froeling.com\/","site_lang":"EN","is":{"single":false,"page":true,"paged":false,"home":false,"front_page":false,"category":false,"tag":false,"tax":false,"search":false,"archive":false,"404":false,"attachment":false},"postType":"page","currentUser":null,"config":{"googleMapsApiKey":"AIzaSyAW37sk4uxqq_2JPnwQWffQKR7U0D4BDsc"}};</script> <script>'use strict'; // get every node with the class "li-widgets--proxy-content" // loop through all nodes at the earliest point all nodes are available document.addEventListener('DOMContentLoaded', function () { var proxyContentNodes = document.querySelectorAll('.li-widgets--proxy-content'); // get language from address bar var language = window.location.pathname.split('/')[1]; // validate if language is a valid format (e.g. "de-at" or "en-us") var languageRegex = /^[a-z]{2}-[a-z]{2}$/; // validate language and return if not valid if (!languageRegex.test(language)) { return; } // get every item in localStorage that starts with "li-widgets--proxy-content--" if the date is older than 1 day remove it for (var i = 0; i < localStorage.length; i++) { var key = localStorage.key(i); if (key.startsWith('li-widgets--proxy-content--')) { var response = localStorage.getItem(key); var responseDate = new Date(JSON.parse(response).date); var currentDate = new Date(); var diffTime = Math.abs(currentDate - responseDate); var diffDays = Math.ceil(diffTime / (1000 * 60 * 60 * 24)); if (diffDays > 1) { localStorage.removeItem(key); } } } // loop through all nodes proxyContentNodes.forEach(function (node) { // get node language and format it to lowercase var nodeLanguage = node.getAttribute('data-language').toLowerCase(); if (nodeLanguage !== language) { // get widget id "data-id" from second parent node var widgetId = node.parentNode.parentNode.getAttribute('data-id'); var localStorageItemName = 'li-widgets--proxy-content--' + widgetId + '_' + language; // check if there is a response stored in the local storage and the date is not older than 1 day otherwise fetch the data from REST endpoint var _response = localStorage.getItem(localStorageItemName); if (_response) { var _responseDate = new Date(JSON.parse(_response).date); var _currentDate = new Date(); var _diffTime = Math.abs(_currentDate - _responseDate); var _diffDays = Math.ceil(_diffTime / (1000 * 60 * 60 * 24)); if (_diffDays <= 1) { // set the response as inner html node.innerHTML = JSON.parse(_response).content; return; } } // fetch the data from REST endpoint fetch('/wp-json/froeling/v1/' + node.getAttribute('data-content-type') + '/' + language).then(function (response) { return response.json(); }).then(function (response) { if (response.hasOwnProperty('content') && (response.content.data.status === 401 || response.content.data.status === 403 || response.content.data.status === 404)) { // clear local storage if the response is not valid localStorage.removeItem(localStorageItemName); return; } // set the response as inner html node.innerHTML = response; // store the response in the local storage var data = { date: new Date(), content: response }; localStorage.setItem('li-widgets--proxy-content--' + widgetId, JSON.stringify(data)); }); } }); });</script> <link media="all" href="https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_ece5f2196ee6eae64f839fabf5bc0196.css" rel="stylesheet"><title>Data Protection - Fr枚ling</title><meta name="description" content="This data protection policy applies to all websites, applications and business activities operated and undertaken by Fr枚ling Heizkessel- und Beh盲lterbau"/><meta name="robots" content="follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large"/><link rel="canonical" href="https://www.froeling.com/en-gb/data-protection/" /><meta property="og:locale" content="en_GB" /><meta property="og:type" content="article" /><meta property="og:title" content="Data Protection - Fr枚ling" /><meta property="og:description" content="This data protection policy applies to all websites, applications and business activities operated and undertaken by Fr枚ling Heizkessel- und Beh盲lterbau" /><meta property="og:url" content="https://www.froeling.com/en-gb/data-protection/" /><meta property="og:site_name" content="Fr枚ling" /><meta property="og:updated_time" content="2023-06-02T11:28:30+02:00" /><meta property="og:image" content="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg" /><meta property="og:image:secure_url" content="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg" /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="630" /><meta property="og:image:alt" content="Data Protection" /><meta property="og:image:type" content="image/jpeg" /><meta property="article:published_time" content="2020-07-02T13:17:53+02:00" /><meta property="article:modified_time" content="2023-06-02T11:28:30+02:00" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="Data Protection - Fr枚ling" /><meta name="twitter:description" content="This data protection policy applies to all websites, applications and business activities operated and undertaken by Fr枚ling Heizkessel- und Beh盲lterbau" /><meta name="twitter:image" content="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg" /><meta name="twitter:label1" content="Time to read" /><meta name="twitter:data1" content="10 minutes" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.froeling.com/en-gb/#organization","name":"Fr\u00f6ling Wood heating and biomass heating system manufacturer from Austria","url":"https://www.froeling.com/en-gb","logo":{"@type":"ImageObject","@id":"https://www.froeling.com/en-gb/#logo","url":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling.png","contentUrl":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling.png","caption":"Fr\u00f6ling","inLanguage":"en-GB","width":"2362","height":"562"}},{"@type":"WebSite","@id":"https://www.froeling.com/en-gb/#website","url":"https://www.froeling.com/en-gb","name":"Fr\u00f6ling","publisher":{"@id":"https://www.froeling.com/en-gb/#organization"},"inLanguage":"en-GB"},{"@type":"ImageObject","@id":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg","url":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg","width":"1200","height":"630","inLanguage":"en-GB"},{"@type":"WebPage","@id":"https://www.froeling.com/en-gb/data-protection/#webpage","url":"https://www.froeling.com/en-gb/data-protection/","name":"Data Protection - Fr\u00f6ling","datePublished":"2020-07-02T13:17:53+02:00","dateModified":"2023-06-02T11:28:30+02:00","isPartOf":{"@id":"https://www.froeling.com/en-gb/#website"},"primaryImageOfPage":{"@id":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg"},"inLanguage":"en-GB"},{"@type":"Person","@id":"https://www.froeling.com/en-gb/data-protection/#author","name":"awpadmin","image":{"@type":"ImageObject","@id":"https://secure.gravatar.com/avatar/b4db3d767f4d4c1ef8ac422b9920f94b?s=96&d=mm&r=g","url":"https://secure.gravatar.com/avatar/b4db3d767f4d4c1ef8ac422b9920f94b?s=96&d=mm&r=g","caption":"awpadmin","inLanguage":"en-GB"},"sameAs":["https://www.froeling.com"],"worksFor":{"@id":"https://www.froeling.com/en-gb/#organization"}},{"@type":"Article","headline":"Data Protection - Fr\u00f6ling","datePublished":"2020-07-02T13:17:53+02:00","dateModified":"2023-06-02T11:28:30+02:00","author":{"@id":"https://www.froeling.com/en-gb/data-protection/#author","name":"awpadmin"},"publisher":{"@id":"https://www.froeling.com/en-gb/#organization"},"description":"This data protection policy applies to all websites, applications and business activities operated and undertaken by Fr\u00f6ling Heizkessel- und Beh\u00e4lterbau","name":"Data Protection - Fr\u00f6ling","@id":"https://www.froeling.com/en-gb/data-protection/#richSnippet","isPartOf":{"@id":"https://www.froeling.com/en-gb/data-protection/#webpage"},"image":{"@id":"https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2023/04/fro_social_sharing042023.jpg"},"inLanguage":"en-GB","mainEntityOfPage":{"@id":"https://www.froeling.com/en-gb/data-protection/#webpage"}}]}</script> <link href='https://fonts.gstatic.com' crossorigin='anonymous' rel='preconnect' /><link rel="alternate" type="application/rss+xml" title="Fr枚ling » Feed" href="https://www.froeling.com/en-gb/feed/" /><link rel="alternate" type="application/rss+xml" title="Fr枚ling » Comments Feed" href="https://www.froeling.com/en-gb/comments/feed/" /><link rel='stylesheet' id='elementor-frontend-css' href='https://www.froeling.com/en-gb/wp-content/uploads/sites/3/elementor/css/custom-frontend.min.css?ver=1728646933' type='text/css' media='all' /><link rel='stylesheet' id='widget-icon-list-css' href='https://www.froeling.com/en-gb/wp-content/uploads/sites/3/elementor/css/custom-widget-icon-list.min.css?ver=1728646933' type='text/css' media='all' /><link rel='stylesheet' id='widget-nav-menu-css' href='https://www.froeling.com/en-gb/wp-content/uploads/sites/3/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1728646933' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-7-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_d368b2364111d37aeca0e2db399a5d5f.css?ver=1728646933' type='text/css' media='all' /><link rel='stylesheet' id='elementor-pro-css' href='https://www.froeling.com/en-gb/wp-content/uploads/sites/3/elementor/css/custom-pro-frontend.min.css?ver=1728646933' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-3-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_d5d36b804aaf730380f97eebcd5e6d96.css?ver=1728658279' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-21-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_f8efaaf4f5fc901d8d63f70e85d936cf.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-216-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_45686cdcd012fdd04ea3a1fe3b590ca8.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-5412-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_a1a1d3664967796942dc75951feaad12.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-4301-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_29b742239e941aa09b49a79880f39728.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-4274-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_469d122b41836b571603ac125f41a9d7.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-526-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_5f21c6702c0cab7e03ebbded0417d454.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-348-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_4cbb1c745c2f69a03a280163171bfca5.css?ver=1728646934' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-311-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_8c424141a6a5e06ccf2dbf7f23240932.css?ver=1728646934' type='text/css' media='all' /><link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://www.froeling.com/en-gb/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://www.froeling.com/en-gb/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script src="https://www.froeling.com/en-gb/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script id="wp-i18n-js-after">wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );</script> <script id="select2-js-after">jQuery(document).ready(function($) { $(".country select").select2(); });</script> <link rel="https://api.w.org/" href="https://www.froeling.com/en-gb/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://www.froeling.com/en-gb/wp-json/wp/v2/pages/3" /><link rel='shortlink' href='https://www.froeling.com/en-gb/?p=3' /><link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://www.froeling.com/en-gb/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.froeling.com%2Fen-gb%2Fdata-protection%2F" /><link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://www.froeling.com/en-gb/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fwww.froeling.com%2Fen-gb%2Fdata-protection%2F&format=xml" /><link rel="alternate" hreflang="de-AT" href="https://www.froeling.com/de-at/datenschutz/"><link rel="alternate" hreflang="fr-FR" href="https://www.froeling.com/fr-fr/declaration-de-protection-des-donnees/"><link rel="alternate" hreflang="it-IT" href="https://www.froeling.com/it-it/protezione-dati/"><link rel="alternate" hreflang="de-DE" href="https://www.froeling.com/de-de/datenschutz/"><link rel="alternate" hreflang="de-CH" href="https://www.froeling.com/de-ch/datenschutz/"><link rel="alternate" hreflang="sl-SI" href="https://www.froeling.com/sl-si/datenschutz/"><link rel="alternate" hreflang="en-CA" href="https://www.froeling.com/en-ca/datenschutz/"><link rel="alternate" hreflang="es-ES" href="https://www.froeling.com/es-es/declaracion-de-datos/"><link rel="alternate" hreflang="sv-SE" href="https://www.froeling.com/sv-se/meddelande-om-skydd-om-personuppgifter/"><link rel="alternate" hreflang="pl-PL" href="https://www.froeling.com/pl-pl/data-protection/"><link rel="alternate" hreflang="en-GB" href="https://www.froeling.com/en-gb/data-protection/"><link rel="alternate" hreflang="fr-BE" href="https://www.froeling.com/fr-be/declaration-de-protection-des-donnees/"><link rel="alternate" hreflang="en-BG" href="https://www.froeling.com/en-bg/data-protection/"><link rel="alternate" hreflang="en-CL" href="https://www.froeling.com/en-cl/data-protection/"><link rel="alternate" hreflang="en-CZ" href="https://www.froeling.com/en-cz/data-protection/"><link rel="alternate" hreflang="en-DK" href="https://www.froeling.com/en-dk/data-protection/"><link rel="alternate" hreflang="en-FI" href="https://www.froeling.com/en-fi/data-protection/"><link rel="alternate" hreflang="en-GR" href="https://www.froeling.com/en-gr/data-protection/"><link rel="alternate" hreflang="en-HU" href="https://www.froeling.com/en-hu/data-protection/"><link rel="alternate" hreflang="en-IE" href="https://www.froeling.com/en-ie/data-protection/"><link rel="alternate" hreflang="en-JP" href="https://www.froeling.com/en-jp/data-protection/"><link rel="alternate" hreflang="fr-LU" href="https://www.froeling.com/fr-lu/declaration-de-protection-des-donnees/"><link rel="alternate" hreflang="en-NL" href="https://www.froeling.com/en-nl/data-protection/"><link rel="alternate" hreflang="en-NO" href="https://www.froeling.com/en-no/data-protection/"><link rel="alternate" hreflang="en-NZ" href="https://www.froeling.com/en-nz/data-protection/"><link rel="alternate" hreflang="en-PL" href="https://www.froeling.com/en-pl/data-protection/"><link rel="alternate" hreflang="en-RU" href="https://www.froeling.com/en-ru/data-protection/"><link rel="alternate" hreflang="en-SK" href="https://www.froeling.com/en-sk/data-protection/"><link rel="alternate" hreflang="en-US" href="https://www.froeling.com/en-us/data-protection/"><link rel="alternate" hreflang="en-ZA" href="https://www.froeling.com/en-za/data-protection/"><meta name="generator" content="Elementor 3.24.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"><link rel="icon" href="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/favicon_froeling-150x150.png" sizes="32x32" /><link rel="icon" href="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/favicon_froeling-300x300.png" sizes="192x192" /><link rel="apple-touch-icon" href="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/favicon_froeling-300x300.png" /><meta name="msapplication-TileImage" content="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/favicon_froeling-300x300.png" /></head><body class="privacy-policy page-template-default page page-id-3 wp-custom-logo elementor-default elementor-kit-7 elementor-page elementor-page-3"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a><div data-elementor-type="header" data-elementor-id="21" class="elementor elementor-21 elementor-location-header" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-e810b5a elementor-hidden-mobile elementor-hidden-tablet e-flex e-con-boxed e-con e-parent" data-id="e810b5a" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-354a6c6 e-con-full e-flex e-con e-child" data-id="354a6c6" data-element_type="container"><div class="elementor-element elementor-element-4a997fc elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4a997fc" data-element_type="widget" data-widget_type="icon-list.default"><div class="elementor-widget-container"><ul class="elementor-icon-list-items elementor-inline-items"><li class="elementor-icon-list-item elementor-inline-item"> <a href="mailto:info@froeling.com"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-envelope"></i> </span> <span class="elementor-icon-list-text">info@froeling.com</span> </a></li></ul></div></div></div><div class="elementor-element elementor-element-8edd671 e-con-full e-flex e-con e-child" data-id="8edd671" data-element_type="container"><div class="elementor-element elementor-element-4e15e94 elementor-icon-list--layout-inline elementor-align-right elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="4e15e94" data-element_type="widget" data-widget_type="icon-list.default"><div class="elementor-widget-container"><ul class="elementor-icon-list-items elementor-inline-items"><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.facebook.com/froelingheizkessel"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-facebook-f"></i> </span> <span class="elementor-icon-list-text">Facebook</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.instagram.com/froeling_heizkessel/"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-instagram"></i> </span> <span class="elementor-icon-list-text">Instagram</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.youtube.com/channel/UCIW_X8fHwl1G2veRPQOCIzg"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fab fa-youtube"></i> </span> <span class="elementor-icon-list-text">YouTube</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://secure.froeling.com/"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="far fa-user-circle"></i> </span> <span class="elementor-icon-list-text">Partnerlogin</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://connect.froeling.com/"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-house-user"></i> </span> <span class="elementor-icon-list-text">Froling Connect</span> </a></li></ul></div></div></div></div></div><div class="elementor-element elementor-element-b6ae038 e-flex e-con-boxed e-con e-parent" data-id="b6ae038" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-b8a285a e-con-full e-flex e-con e-child" data-id="b8a285a" data-element_type="container"><div class="elementor-element elementor-element-3b5aa9c e-con-full e-flex e-con e-child" data-id="3b5aa9c" data-element_type="container"><div class="elementor-element elementor-element-f101905 elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="f101905" data-element_type="widget" data-widget_type="theme-site-logo.default"><div class="elementor-widget-container"> <a href="https://www.froeling.com/en-gb"> <noscript><img width="300" height="71" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-300x71.png" class="attachment-medium size-medium wp-image-36" alt="" srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-300x71.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1024x244.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-768x183.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1536x365.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-2048x487.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1920x457.png 1920w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><img width="300" height="71" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20300%2071%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-300x71.png" class="lazyload attachment-medium size-medium wp-image-36" alt="" data-srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-300x71.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1024x244.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-768x183.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1536x365.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-2048x487.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling-1920x457.png 1920w" data-sizes="(max-width: 300px) 100vw, 300px" /> </a></div></div></div><div class="elementor-element elementor-element-2d4f0c9 elementor-nav-menu__align-end elementor-widget__width-auto elementor-hidden-tablet elementor-hidden-mobile elementor-nav-menu--dropdown-tablet elementor-nav-menu__text-align-aside elementor-nav-menu--toggle elementor-nav-menu--burger elementor-widget elementor-widget-nav-menu" data-id="2d4f0c9" data-element_type="widget" data-settings="{"submenu_icon":{"value":"<i class=\"\"><\/i>","library":""},"layout":"horizontal","toggle":"burger"}" data-widget_type="nav-menu.default"><div class="elementor-widget-container"><nav aria-label="Menu" class="elementor-nav-menu--main elementor-nav-menu__container elementor-nav-menu--layout-horizontal e--pointer-none"><ul id="menu-1-2d4f0c9" class="elementor-nav-menu"><li class="product-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-315"><a href="#" data-show-popup="311" class="elementor-item elementor-item-anchor">Products</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1871"><a href="https://www.froeling.com/en-gb/products/firewood-boiler/" class="elementor-sub-item">Firewood boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1870"><a href="https://www.froeling.com/en-gb/products/pellets/" class="elementor-sub-item">Pellet boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1868"><a href="https://www.froeling.com/en-gb/products/wood-chip/" class="elementor-sub-item">Wood chip boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1869"><a href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/" class="elementor-sub-item">Firewood and pellet boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1867"><a href="https://www.froeling.com/en-gb/products/commercial-boilers/" class="elementor-sub-item">Commercial boilers</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1873"><a href="https://www.froeling.com/en-gb/products/heat-and-electricity/" class="elementor-sub-item">Heat and electricity</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1872"><a href="https://www.froeling.com/en-gb/products/tank-systems/" class="elementor-sub-item">Tank systems</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4144"><a href="https://www.froeling.com/en-gb/heating-with-biomass/" data-show-popup="348" class="elementor-item">Heating with biomass</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4146"><a href="https://www.froeling.com/en-gb/heating-with-biomass/wood-fuel/" class="elementor-sub-item">Wood fuel</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4365"><a href="https://www.froeling.com/en-gb/heating-with-biomass/why-biomass/" class="elementor-sub-item">Why biomass?</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-87"><a href="https://www.froeling.com/en-gb/company/" data-show-popup="4274" class="elementor-item">Company</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4278"><a href="https://www.froeling.com/en-gb/company/about-us/" class="elementor-sub-item">About us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="https://www.froeling.com/en-gb/company/awards/" class="elementor-sub-item">Awards</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="https://www.froeling.com/en-gb/company/company-history/" class="elementor-sub-item">Company history</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-86"><a href="https://www.froeling.com/en-gb/contact/" data-show-popup="4301" class="elementor-item">Contact</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/en-gb/contact/request-information-advice/" class="elementor-sub-item">Request information/advice</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a href="https://www.froeling.com/en-gb/contact/contact/" class="elementor-sub-item">Contact</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5355"><a href="https://www.froeling.com/en-gb/contact/distribution-partner/" class="elementor-sub-item">Distribution partner</a></li></ul></li></ul></nav><div class="elementor-menu-toggle" role="button" tabindex="0" aria-label="Menu Toggle" aria-expanded="false"> <i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--open eicon-menu-bar"></i><i aria-hidden="true" role="presentation" class="elementor-menu-toggle__icon--close eicon-close"></i> <span class="elementor-screen-only">Menu</span></div><nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"><ul id="menu-2-2d4f0c9" class="elementor-nav-menu"><li class="product-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-315"><a href="#" data-show-popup="311" class="elementor-item elementor-item-anchor" tabindex="-1">Products</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1871"><a href="https://www.froeling.com/en-gb/products/firewood-boiler/" class="elementor-sub-item" tabindex="-1">Firewood boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1870"><a href="https://www.froeling.com/en-gb/products/pellets/" class="elementor-sub-item" tabindex="-1">Pellet boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1868"><a href="https://www.froeling.com/en-gb/products/wood-chip/" class="elementor-sub-item" tabindex="-1">Wood chip boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1869"><a href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/" class="elementor-sub-item" tabindex="-1">Firewood and pellet boiler</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1867"><a href="https://www.froeling.com/en-gb/products/commercial-boilers/" class="elementor-sub-item" tabindex="-1">Commercial boilers</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1873"><a href="https://www.froeling.com/en-gb/products/heat-and-electricity/" class="elementor-sub-item" tabindex="-1">Heat and electricity</a></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1872"><a href="https://www.froeling.com/en-gb/products/tank-systems/" class="elementor-sub-item" tabindex="-1">Tank systems</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4144"><a href="https://www.froeling.com/en-gb/heating-with-biomass/" data-show-popup="348" class="elementor-item" tabindex="-1">Heating with biomass</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4146"><a href="https://www.froeling.com/en-gb/heating-with-biomass/wood-fuel/" class="elementor-sub-item" tabindex="-1">Wood fuel</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4365"><a href="https://www.froeling.com/en-gb/heating-with-biomass/why-biomass/" class="elementor-sub-item" tabindex="-1">Why biomass?</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-87"><a href="https://www.froeling.com/en-gb/company/" data-show-popup="4274" class="elementor-item" tabindex="-1">Company</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4278"><a href="https://www.froeling.com/en-gb/company/about-us/" class="elementor-sub-item" tabindex="-1">About us</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="https://www.froeling.com/en-gb/company/awards/" class="elementor-sub-item" tabindex="-1">Awards</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="https://www.froeling.com/en-gb/company/company-history/" class="elementor-sub-item" tabindex="-1">Company history</a></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-86"><a href="https://www.froeling.com/en-gb/contact/" data-show-popup="4301" class="elementor-item" tabindex="-1">Contact</a><ul class="sub-menu elementor-nav-menu--dropdown"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/en-gb/contact/request-information-advice/" class="elementor-sub-item" tabindex="-1">Request information/advice</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a href="https://www.froeling.com/en-gb/contact/contact/" class="elementor-sub-item" tabindex="-1">Contact</a></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5355"><a href="https://www.froeling.com/en-gb/contact/distribution-partner/" class="elementor-sub-item" tabindex="-1">Distribution partner</a></li></ul></li></ul></nav></div></div><div class="elementor-element elementor-element-9118eae e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child" data-id="9118eae" data-element_type="container"><div class="elementor-element elementor-element-f32169a elementor-widget elementor-widget-image" data-id="f32169a" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="attachment-thumbnail size-thumbnail wp-image-71" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-71" alt="" /></div></div><div class="elementor-element elementor-element-74af498 e-flex e-con-boxed e-con e-child" data-id="74af498" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-95d93cc elementor-widget elementor-widget-heading" data-id="95d93cc" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Contact</div></div></div><div class="elementor-element elementor-element-37dc01b elementor-widget elementor-widget-text-editor" data-id="37dc01b" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p><a href="https://www.froeling.com/en-gb/contact/distribution-partner/">distribution partner</a></p></div></div></div></div></div><div class="elementor-element elementor-element-d4cdb25 elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image" data-id="d4cdb25" data-element_type="widget" id="open-lang-nav" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="#"> <noscript><img src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg" title="" alt="" loading="lazy" /></noscript><img class="lazyload" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg" title="" alt="" loading="lazy" /> </a></div></div><div class="elementor-element elementor-element-76d5585 elementor-hidden-desktop elementor-hidden-laptop elementor-widget elementor-widget-button" data-id="76d5585" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="#toggle-mobile-nav"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <i aria-hidden="true" class="fas fa-bars"></i> </span> </span> </a></div></div></div></div></div></div></div><div id="mm-page"><main id="content" class="site-main post-3 page type-page status-publish hentry"><div class="page-content"><div data-elementor-type="wp-page" data-elementor-id="3" class="elementor elementor-3" data-elementor-post-type="page"><div class="elementor-element elementor-element-b96a0f8 e-con-full e-flex e-con e-parent" data-id="b96a0f8" data-element_type="container" data-settings="{"background_background":"gradient"}"><div class="elementor-element elementor-element-7011a18 e-con-full e-flex e-con e-parent" data-id="7011a18" data-element_type="container"><div class="elementor-element elementor-element-0dc1d98 hero-offset-container e-flex e-con-boxed e-con e-parent" data-id="0dc1d98" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-40c9ce7 elementor-widget elementor-widget-heading" data-id="40c9ce7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Data Protection</h2></div></div></div></div></div><div class="elementor-element elementor-element-2d7c4ac e-con-full e-flex e-con e-parent" data-id="2d7c4ac" data-element_type="container" data-settings="{"background_background":"classic"}"></div></div><div class="elementor-element elementor-element-506aa4f elementor-hidden-mobile e-flex e-con-boxed e-con e-parent" data-id="506aa4f" data-element_type="container" data-settings="{"background_background":"gradient"}"><div class="e-con-inner"></div></div><div class="elementor-element elementor-element-147ed87 e-flex e-con-boxed e-con e-parent" data-id="147ed87" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-bfa97fa e-con-full e-flex e-con e-parent" data-id="bfa97fa" data-element_type="container"><div class="elementor-element elementor-element-8b6ea24 elementor-widget elementor-widget-text-editor" data-id="8b6ea24" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>This data protection policy applies to all websites, applications and business activities operated and undertaken by Fr枚ling Heizkessel- und Beh盲lterbau G.m.b.H., Industriestrasse 12, A-4710 Grieskirchen, as well as related companies (hereinafter “Fr枚ling”). 聽</p><p>We take the protection of your personal data very seriously and therefore handle the data you entrust to us with great care and use it only for purposes to which you have entitled us or for which there is a legal basis. We therefore process your data only in accordance with the legal regulations (DSGVO, DSG, TKG 2003). 聽</p><p>The following explanation gives you an overview of how we guarantee this protection, and what kind of data is collected for which purposes. Websites and Apps from Fr枚ling may contain links to websites of third party providers, to which this privacy policy does not extend. 聽 聽</p><p><b>Data processing through accessing our website and using our applications 聽</b><br />Personal data is data about you. This includes, among other things, your name, address and email address. As a matter of principle, you do not have to divulge any personal data in order to visit our website. 聽</p><p>Fr枚ling automatically collects and stores information that your browser or App transmits to us in our server log files. This consists of browser type/version, operating system used, referral URL, host name of the accessing computer, and time of server request. 聽</p><p>This data is anonymized, and used only for statistical purposes or to improve our internet and online services. This anonymized data is stored separately from personal data on secure systems, and cannot be attributed to individual persons. This means that your personal information remains protected at all times. 聽</p></div></div><div class="elementor-element elementor-element-cde289f elementor-widget elementor-widget-heading" data-id="cde289f" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Cookies</h2></div></div><div class="elementor-element elementor-element-73e4766 elementor-widget elementor-widget-text-editor" data-id="73e4766" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Some of our websites and applications use cookies. These are small text files that are stored on your device with the aid of the browser. They do not pose any risk of harm and do not contain any viruses. We use cookies to make our offer more user-friendly. Some cookies remain stored on your device until you delete them. These allow us to recognize your browser on your next visit. 聽</p><p>Through the appropriate settings of your browser, the Apps or the operating system environment (iOS, Android), you can prevent the transmission of such data, but this may lead to problems with the access, operation or functionality of the content or service offered. 聽</p><p>The data processing in connection with the associated cookies and analysis or tracking tools is based on legitimate interests (improvement of our offer and the website) and consent of the user (through the settings of the web browser). 聽</p></div></div><div class="elementor-element elementor-element-7bb3721 elementor-widget elementor-widget-heading" data-id="7bb3721" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Google Analytics</h2></div></div><div class="elementor-element elementor-element-e78e2ca elementor-widget elementor-widget-text-editor" data-id="e78e2ca" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>This website uses Google Analytics, a web analytics service provided by Google LLC (“Google”). Google Analytics uses so-called “cookies”, text files that are stored on your computer and that allow an analysis of your use of the website. The information generated by a cookie about your use of this website is usually transmitted to a Google server in the USA and stored there. However, in the event of activation of IP anonymization on this website, your IP address will be shortened beforehand by Google within member states of the European Union and in other contracting states of the Agreement on the European Economic Area. Only in exceptional cases will the full IP address be sent to a Google server in the US and shortened there. On behalf of the operator of this website, Google will use this information to evaluate your use of the website, to compile reports on website activity, and to provide other services related to website activity and internet usage to the website operator. The IP address provided by your browser to Google Analytics will not be merged with other Google data. You can prevent the storage of cookies through a corresponding setting of your browser software; however, please note that if you do this, you may not be able to use all of the features of this website to the fullest extent possible. In addition, you may prevent聽 Google’s collection of the data generated by the cookie that is related to your use of the website (including your IP address) and the processing of this data by Google by downloading and installing the browser plug-in available under the following link:聽<a href="https://tools.google.com/dlpage/gaoptout?hl=de" target="_blank" rel="noopener">https://tools.google.com/dlpage/gaoptout?hl=de</a>. For more information about Terms of Use and Privacy, please visit聽<a href="https://www.google.com/analytics/terms/" target="_blank" rel="noopener">https://www.google.com/analytics/terms/</a>or聽<a href="https://www.google.de/intl/de/policies/" target="_blank" rel="noopener">https://www.google.de/intl/de/policies/</a>. Data storage will be for a period of 26 months. Google LLC is certified under the Privacy Shield Agreement聽<a href="https://www.privacyshield.gov/participant?id=a2zt000000001L5AAI&status=Active" target="_blank" rel="noopener">https://www.privacyshield.gov/participant?id=a2zt000000001L5AAI&status=Active</a>. 聽</p></div></div><div class="elementor-element elementor-element-825aa68 elementor-widget elementor-widget-heading" data-id="825aa68" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Google Adwords Conversion Tracking</h2></div></div><div class="elementor-element elementor-element-4640e4e elementor-widget elementor-widget-text-editor" data-id="4640e4e" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>As a Google AdWords customer, Fr枚ling uses Google Conversion Tracking, an analytics service provided by Google LLC (1600 Amphitheatre Parkway, Mountain View, CA 94043, USA; “Google”). Google AdWords places a cookie on your computer (“conversion cookie”) if you have reached our website via a Google Ad. These cookies expire after 30 days and are not used for personal identification. If you visit certain of our pages and the cookie has not expired, we and Google may recognize that someone clicked on the Ad and was redirected to our site. Each AdWords customer is attributed a unique cookie. Cookies therefore cannot be tracked through the websites of advertisers. The information gathered with the aid of conversion cookies is used to generate conversion statistics for AdWords advertisers who have opted for conversion tracking. Advertisers will see the total number of users who clicked on their ad and were redirected to a conversion tracking tag page. However, they do not receive information that personally identifies users. 聽</p><p>If you do not want to participate in tracking, you can object to this use by preventing the installation of cookies through a corresponding setting of your browser software (deactivation option). You will then be excluded from conversion tracking statistics. For more information and the privacy policy of Google, see:聽<a href="https://www.google.de/policies/privacy/" target="_blank" rel="noopener">https://www.google.de/policies/privacy/</a>聽 聽</p></div></div><div class="elementor-element elementor-element-17034f0 elementor-widget elementor-widget-heading" data-id="17034f0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Use and disclosure of personal data - General:</h2></div></div><div class="elementor-element elementor-element-4f7130d elementor-widget elementor-widget-text-editor" data-id="4f7130d" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>In some cases, we require your name and address, as well as additional information, in order to offer you the desired service. If you choose not to provide us with your personal information, you may be unable to obtain certain information, services or benefits. 聽</p><p>Personal data is only stored and processed if you give it to us for this particular purpose, e.g. in the context of a registration, to answer your inquiries, for processing completed contracts, competition/seminar processing, technical administration, login activities and provided services within the respective webpages or Apps , as well as in the scope of fulfillment of legal (storage) regulations. The legal bases for the respective data processing are therefore: contract initiation, fulfillment of the contract, legal obligations, consent, and the legitimate interests of Fr枚ling. 聽</p><p>Your personal data will only be transmitted to third parties if this is necessary for the purpose of contract execution – for example, the forwarding of order data and inquiries to suppliers or distribution partners – or for billing purposes, if you have given your consent or if this is provided for by the law. Internally, only those places that need your data will receive it for any given purpose. Recipient categories, dependent on the respective processing purpose, include the following: Banks, insurance companies, tax consultants, suppliers, service providers, authorities, legal representatives, distribution partners, IT service providers, companies within the corporate group. 聽</p><p>There is no intention to transfer your data to third party countries or to international organizations. Should this be necessary in exceptional cases, it will be done in compliance with all data protection regulations. 聽</p><p>The deletion of stored personal data will occur if you revoke your consent to processing and no other legal basis for storage exists, if its knowledge is no longer necessary to fulfill the purpose of processing, if its storage is unacceptable for other legal reasons, if statutory retention periods have expired, or if limitation periods of potential legal claims have expired. 聽</p></div></div><div class="elementor-element elementor-element-0be0074 elementor-widget elementor-widget-heading" data-id="0be0074" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Website contact form; Contact via email</h2></div></div><div class="elementor-element elementor-element-bc3575b elementor-widget elementor-widget-text-editor" data-id="bc3575b" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>If you contact us via the form on the website or by e-mail, your data will be stored in order to process the request and in case of related queries. Depending on the content of your request, Fr枚ling will process your data on the basis of contract initiation or legitimate interest. The data is stored, depending on the type of request, for the period necessary for request processing, and beyond that for the duration of legal retention periods and/or limitation periods of potential legal claims.聽聽</p></div></div><div class="elementor-element elementor-element-40446fa elementor-widget elementor-widget-heading" data-id="40446fa" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Business relationship - contractor</h2></div></div><div class="elementor-element elementor-element-c715da9 elementor-widget elementor-widget-text-editor" data-id="c715da9" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>In the context of business relationships (for example, with customers, suppliers, and also with regard to seminars), the data disclosed or collected for this purpose is processed for the purpose of performing the contract. This is done according to the legal basis of the contract. 聽</p><p>(Contact) data from contact persons of the contractual partners (if this is not a natural person), as well as (contact) data of seminar participants is processed by us on the basis of legitimate interest, this being for the purpose of traceability of responsibilities and ensuring of a proper performance. 聽</p><p>The data is retained for the duration of the business relationship or fulfillment of the contract and beyond for at least as long as there are legal retention periods, or while statutory periods of potential legal claims have not yet expired.聽</p></div></div><div class="elementor-element elementor-element-7796421 elementor-widget elementor-widget-heading" data-id="7796421" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Newsletter</h2></div></div><div class="elementor-element elementor-element-c432e99 elementor-widget elementor-widget-text-editor" data-id="c432e99" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>You have the option of subscribing to our newsletter via our website (or by agreeing via another form of consent from Fr枚ling). For this we require your email address and your consent that you agree to receiving the newsletter. This data is processed only for the purpose of sending out the newsletter (customer information). Your consent constitutes the legal basis for processing. You can unsubscribe from the newsletter at any time. We will delete your data in connection with the newsletter dispatch immediately, or at the latest after the expiration of limitation periods with regard to potential legal claims. 聽</p></div></div><div class="elementor-element elementor-element-5cba9c4 elementor-widget elementor-widget-heading" data-id="5cba9c4" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Competitions</h2></div></div><div class="elementor-element elementor-element-3f261a6 elementor-widget elementor-widget-text-editor" data-id="3f261a6" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>If you participate in a competition, the processing of your data takes place on the basis of contractual fulfillment or legitimate interest (selection of a winner and agreement) and/or consent for the purpose of competition processing. The data is deleted at the latest when statutes of limitations of potential legal claims resulting from the competition have expired. 聽</p></div></div><div class="elementor-element elementor-element-1fd2b8b elementor-widget elementor-widget-heading" data-id="1fd2b8b" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Gewinnspiel</h2></div></div><div class="elementor-element elementor-element-a250a42 elementor-widget elementor-widget-text-editor" data-id="a250a42" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Wenn Sie an einem Gewinnspiel teilnehmen erfolgt die Verarbeitung Ihrer Daten auf Basis Vertragserf眉llung bzw. berechtigten Interesses (Gewinnerauslosung und -verst盲ndigung) und/oder Einwilligung zum Zweck der Gewinnspielabwicklung. Die Daten werden sp盲testens gel枚scht, wenn Verj盲hrungsfristen potentieller Rechtsanspr眉che ab Auslosung abgelaufen sind. 聽</p></div></div><div class="elementor-element elementor-element-ff0dbe7 elementor-widget elementor-widget-heading" data-id="ff0dbe7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Your rights</h2></div></div><div class="elementor-element elementor-element-c03692c elementor-widget elementor-widget-text-editor" data-id="c03692c" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>You have the right to information about the data stored pertaining to yourself. In addition, in accordance with the statutory provisions, there is a right to correction, deletion, restriction or data movement of your personal data. 聽</p><p>There is a right to object to processing for legitimate interests. If you object to the processing of your data for direct marketing purposes, this personal data will no longer be used for such purposes. If data is processed by us for other purposes on the basis of legitimate interest, then we will no longer process such personal data, unless we have compelling legitimate reasons for the processing that outweighs your interests, rights and freedoms, or the processing is in the scope of the assertion, exercise or defense of legal claims. 聽</p><p>As far as the processing is based on a consent, the right to revoke such consent is effective in the future. 聽</p><p>Moreover, there is a right of appeal to the supervisory authority. In Austria, this is the Data Protection Authority (Datenschutzbeh枚rde). 聽</p></div></div><div class="elementor-element elementor-element-54ac147 elementor-widget elementor-widget-heading" data-id="54ac147" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Further information</h2></div></div><div class="elementor-element elementor-element-1ef3e38 elementor-widget elementor-widget-text-editor" data-id="1ef3e38" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><div id="c5784" class="csc-default"><div id="c5784" class="csc-default"><div id="c5784" class="csc-default"><p>There is no automated decision making including profiling, in accordance with Art. 22 paras. 1 and 4 of the DSGVO. 聽</p><p>Your trust is important to us. Therefore, we want to answer your questions regarding the processing of your personal data at any time. If you have any questions that this Data Protection Policy could not answer, or if you would like more in-depth information, please contact us. 聽</p><p><b>Responsible:</b><br />Fr枚ling Heizkessel- und Beh盲lterbau G.m.b.H.<br />Industriestrasse 12<br />4710 Grieskirchen<br />Austria<br />Tel.: +43 (0)7248 / 606 – 0<br />Email:聽<a href="mailto:datenschutz@froeling.com">datenschutz@froeling.com</a></p></div><div id="c7377" class="csc-default"><div><div class="CookieDeclaration" dir="ltr" lang="de"><p class="CookieDeclarationDialogText">Diese Webseite verwendet Cookies. Wir verwenden Cookies, um Inhalte und Anzeigen zu personalisieren, Funktionen f眉r soziale Medien anbieten zu k枚nnen und die Zugriffe auf unsere Website zu analysieren.</p><p class="CookieDeclarationIntro">Cookies sind kleine Textdateien, die von Webseiten verwendet werden, um die Benutzererfahrung effizienter zu gestalten.<br /><br />Laut Gesetz k枚nnen wir Cookies auf Ihrem Ger盲t speichern, wenn diese f眉r den Betrieb dieser Seite unbedingt notwendig sind. F眉r alle anderen Cookie-Typen ben枚tigen wir Ihre Erlaubnis.<br /><br />Diese Seite verwendet unterschiedliche Cookie-Typen. Einige Cookies werden von Drittparteien platziert, die auf unseren Seiten erscheinen.<br /><br />Sie k枚nnen Ihre Einwilligung jederzeit von der Cookie-Erkl盲rung auf unserer Website 盲ndern oder widerrufen.<br /><br />Erfahren Sie in unserer Datenschutzrichtlinie mehr dar眉ber, wer wir sind, wie Sie uns kontaktieren k枚nnen und wie wir personenbezogene Daten verarbeiten.</p><p>Ihre Einwilligung trifft auf die folgenden Domains zu: www.froeling.com</p></div></div></div></div></div></div></div></div><div class="elementor-element elementor-element-772d1b2 e-con-full e-flex e-con e-parent" data-id="772d1b2" data-element_type="container"><div class="elementor-element elementor-element-97a593d elementor-widget elementor-widget-template" data-id="97a593d" data-element_type="widget" data-widget_type="template.default"><div class="elementor-widget-container"><div class="elementor-template"><div data-elementor-type="container" data-elementor-id="913" class="elementor elementor-913" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-d1851d4 e-con-full hover-img e-flex e-con e-parent" data-id="d1851d4" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-8538615 elementor-widget elementor-widget-image" data-id="8538615" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <img fetchpriority="high" decoding="async" width="283" height="283" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Ansprechpartner.png" class="attachment-large size-large wp-image-5451" alt="" srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Ansprechpartner.png 283w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Ansprechpartner-150x150.png 150w" sizes="(max-width: 283px) 100vw, 283px" /></div></div><div class="elementor-element elementor-element-b07e1bc elementor-widget elementor-widget-heading" data-id="b07e1bc" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Information/advice</h2></div></div><div class="elementor-element elementor-element-99819fe elementor-widget elementor-widget-text-editor" data-id="99819fe" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p style="padding-left: 40px;"><span style="color: #000000;">You would like to have further product information or you have general questions regarding our company?</span></p></div></div><div class="elementor-element elementor-element-e3da0f7 elementor-align-center elementor-widget elementor-widget-button" data-id="e3da0f7" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.froeling.com/en-gb/contact/request-information-advice/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Request information / advice</span> </span> </a></div></div></div></div></div></div></div></div></div></div></div><div class="elementor-element elementor-element-0059826 e-con-full e-flex e-con e-parent" data-id="0059826" data-element_type="container"><div class="elementor-element elementor-element-5919a2d elementor-widget-tablet__width-inherit elementor-widget elementor-widget-template" data-id="5919a2d" data-element_type="widget" data-widget_type="template.default"><div class="elementor-widget-container"><div class="elementor-template"><div data-elementor-type="container" data-elementor-id="903" class="elementor elementor-903" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-f4a9d9a e-flex e-con-boxed e-con e-parent" data-id="f4a9d9a" data-element_type="container" data-settings="{"background_background":"gradient"}"><div class="e-con-inner"><div class="elementor-element elementor-element-530d5e3 e-con-full e-flex e-con e-child" data-id="530d5e3" data-element_type="container"><div class="elementor-element elementor-element-ce08c4d elementor-widget elementor-widget-text-editor" data-id="ce08c4d" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>For you personally</p></div></div><div class="elementor-element elementor-element-1de40b0 elementor-widget elementor-widget-heading" data-id="1de40b0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Information & advice</h2></div></div><div class="elementor-element elementor-element-e911e07 elementor-widget elementor-widget-text-editor" data-id="e911e07" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>You would like to have further product information or you have general questions regarding our company?</p></div></div><div class="elementor-element elementor-element-7c0ef91 elementor-widget elementor-widget-button" data-id="7c0ef91" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-md" href="https://www.froeling.com/en-gb/contact/request-information-advice/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Request information / advice</span> </span> </a></div></div></div></div><div class="elementor-element elementor-element-53141f8 e-con-full e-flex e-con e-child" data-id="53141f8" data-element_type="container"><div class="elementor-element elementor-element-f0b517b elementor-widget elementor-widget-image" data-id="f0b517b" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <noscript><img loading="lazy" decoding="async" width="768" height="733" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-768x733.png" class="attachment-medium_large size-medium_large wp-image-5720" alt="" srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-768x733.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-300x286.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1024x978.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1536x1466.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-2048x1955.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1920x1833.png 1920w" sizes="(max-width: 768px) 100vw, 768px" /></noscript><img loading="lazy" decoding="async" width="768" height="733" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20768%20733%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-768x733.png" class="lazyload attachment-medium_large size-medium_large wp-image-5720" alt="" data-srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-768x733.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-300x286.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1024x978.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1536x1466.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-2048x1955.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/Kesselgruppe_1124_700x525_2-1920x1833.png 1920w" data-sizes="(max-width: 768px) 100vw, 768px" /></div></div></div></div></div></div></div></div></div></div></div></div></main><div data-elementor-type="footer" data-elementor-id="216" class="elementor elementor-216 elementor-location-footer" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-fdbd4c4 e-flex e-con-boxed e-con e-parent" data-id="fdbd4c4" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-af186cf e-con-full e-flex e-con e-child" data-id="af186cf" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-c75152c elementor-widget__width-initial elementor-widget elementor-widget-image" data-id="c75152c" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="https://www.froeling.com/en-gb"> <noscript><img width="300" height="71" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-300x71.png" class="attachment-medium size-medium wp-image-226" alt="" srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-300x71.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1024x244.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-768x183.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1536x365.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-2048x487.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1920x457.png 1920w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><img width="300" height="71" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20300%2071%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-300x71.png" class="lazyload attachment-medium size-medium wp-image-226" alt="" data-srcset="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-300x71.png 300w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1024x244.png 1024w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-768x183.png 768w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1536x365.png 1536w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-2048x487.png 2048w, https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/logo_froeling__invert-1920x457.png 1920w" data-sizes="(max-width: 300px) 100vw, 300px" /> </a></div></div><div class="elementor-element elementor-element-6e0ddbf e-con-full e-flex e-con e-child" data-id="6e0ddbf" data-element_type="container"><div class="elementor-element elementor-element-47b5f73 elementor-widget elementor-widget-image" data-id="47b5f73" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="tel:00437248606600"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone_white.svg" class="attachment-thumbnail size-thumbnail wp-image-225" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone_white.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-225" alt="" /> </a></div></div><div class="elementor-element elementor-element-5137b0f e-flex e-con-boxed e-con e-child" data-id="5137b0f" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-2fd2e07 elementor-widget elementor-widget-heading" data-id="2fd2e07" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="tel:00437248606600">Telephone</a></div></div></div><div class="elementor-element elementor-element-d415e95 elementor-widget elementor-widget-text-editor" data-id="d415e95" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"> <a href="tel:004372486060">+43 (0) 7248 / 606 – 0</a></div></div></div></div></div><div class="elementor-element elementor-element-0aff398 e-con-full e-flex e-con e-child" data-id="0aff398" data-element_type="container"><div class="elementor-element elementor-element-17d187a elementor-widget elementor-widget-image" data-id="17d187a" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="tel:00437248606600"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/mail_white.svg" class="attachment-thumbnail size-thumbnail wp-image-224" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/mail_white.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-224" alt="" /> </a></div></div><div class="elementor-element elementor-element-5c4c708 e-flex e-con-boxed e-con e-child" data-id="5c4c708" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-df27e92 elementor-widget elementor-widget-heading" data-id="df27e92" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="mailto:info@froeling.com">Mail</a></div></div></div><div class="elementor-element elementor-element-c79c148 elementor-widget elementor-widget-text-editor" data-id="c79c148" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p><a href="mailto:info@froeling.com">info@froeling.com</a></p></div></div></div></div></div><div class="elementor-element elementor-element-087bed9 e-con-full e-flex e-con e-child" data-id="087bed9" data-element_type="container"><div class="elementor-element elementor-element-c6f6041 elementor-widget elementor-widget-image" data-id="c6f6041" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <a href="tel:00437248606600"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/map_white.svg" class="attachment-thumbnail size-thumbnail wp-image-223" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/map_white.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-223" alt="" /> </a></div></div><div class="elementor-element elementor-element-e123725 e-flex e-con-boxed e-con e-child" data-id="e123725" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-9b993d7 elementor-widget elementor-widget-heading" data-id="9b993d7" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="tel:00437248606600">Headquarters</a></div></div></div><div class="elementor-element elementor-element-2607e6b elementor-widget elementor-widget-text-editor" data-id="2607e6b" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"> Industriestra脽e 12 A – 4710 Grieskirchen</div></div></div></div></div></div><div class="elementor-element elementor-element-9b92f83 e-con-full e-flex e-con e-child" data-id="9b92f83" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-e1e4546 elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="e1e4546" data-element_type="widget" data-widget_type="divider.default"><div class="elementor-widget-container"><div class="elementor-divider"> <span class="elementor-divider-separator"> </span></div></div></div></div><div class="elementor-element elementor-element-f89b385 e-con-full e-flex e-con e-child" data-id="f89b385" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-7dc1260 e-con-full e-flex e-con e-child" data-id="7dc1260" data-element_type="container"><div class="elementor-element elementor-element-99c3466 elementor-widget elementor-widget-heading" data-id="99c3466" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/scheitholz/">Log wood</a></div></div></div><div class="elementor-element elementor-element-6462839 elementor-widget elementor-widget-li-widgets--child-nav" data-id="6462839" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-boiler/s1-turbo-s1-turbo-f/">S1 Turbo</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-boiler/s3-turbo/">S3 Turbo</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-boiler/s4-turbo-s4-turbo-f/">S4 Turbo</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual/">SP Dual</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual-compact/">SP Dual compact</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-boiler/fke-aqua-fireplace-insert/">FKE aqua fireplace insert</a></li></ul></div></div></div><div class="elementor-element elementor-element-4c679fb e-con-full e-flex e-con e-child" data-id="4c679fb" data-element_type="container"><div class="elementor-element elementor-element-7ef74f5 elementor-widget elementor-widget-heading" data-id="7ef74f5" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/pellets/">Pellet</a></div></div></div><div class="elementor-element elementor-element-1837d05 elementor-widget elementor-widget-li-widgets--child-nav" data-id="1837d05" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/pellets/pe1-pellet/">PE1 Pellet</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/pellets/pe1c-pellet/">PE1c Pellet</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/pellets/new-pe1e-pellet/">NEW: PE1e Pellet</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/pellets/p4-pellet/">P4 Pellet</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/pellets/pt4e/">PT4e</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual/">SP Dual</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual-compact/">SP Dual compact</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/discharge-systems-for-pellets/">Discharge systems for pellets</a></li></ul></div></div></div><div class="elementor-element elementor-element-a925fcc e-con-full e-flex e-con e-child" data-id="a925fcc" data-element_type="container"><div class="elementor-element elementor-element-5051d85 elementor-widget elementor-widget-heading" data-id="5051d85" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/hackgut/">Wood chip</a></div></div></div><div class="elementor-element elementor-element-f42d3c1 elementor-widget elementor-widget-li-widgets--child-nav" data-id="f42d3c1" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/wood-chip/t4e/">T4e</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/turbomat/">Turbomat</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/lambdamat/">Lambdamat</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/ti/">TI</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/wood-chip-outfeeders/">Wood chip outfeeders</a></li></ul></div></div></div><div class="elementor-element elementor-element-2a41ce9 e-con-full e-flex e-con e-child" data-id="2a41ce9" data-element_type="container"><div class="elementor-element elementor-element-11fd575 elementor-widget elementor-widget-heading" data-id="11fd575" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/kombikessel/">Firewood and pellet boiler</a></div></div></div><div class="elementor-element elementor-element-5ef42ec elementor-widget elementor-widget-li-widgets--child-nav" data-id="5ef42ec" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual/">SP Dual</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/sp-dual-compact/">SP Dual compact</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/discharge-systems-for-pellets/">Discharge systems for pellets</a></li></ul></div></div></div></div><div class="elementor-element elementor-element-9a2659d e-con-full e-flex e-con e-child" data-id="9a2659d" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-11469a5 e-con-full e-flex e-con e-child" data-id="11469a5" data-element_type="container"><div class="elementor-element elementor-element-4dfe818 elementor-widget elementor-widget-heading" data-id="4dfe818" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/industrieheizung/">Commercial boilers</a></div></div></div><div class="elementor-element elementor-element-b7b63fd elementor-widget elementor-widget-li-widgets--child-nav" data-id="b7b63fd" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/turbomat/">Turbomat</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/lambdamat/">Lambdamat</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/commercial-boilers/ti/">TI</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/wood-chip-outfeeders/">Wood chip outfeeders</a></li></ul></div></div></div><div class="elementor-element elementor-element-00ffddf e-con-full e-flex e-con e-child" data-id="00ffddf" data-element_type="container"><div class="elementor-element elementor-element-2b40b73 elementor-widget elementor-widget-heading" data-id="2b40b73" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/waerme-und-strom/">Heat and electricity</a></div></div></div><div class="elementor-element elementor-element-da673fe elementor-widget elementor-widget-li-widgets--child-nav" data-id="da673fe" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/heat-and-electricity/chp/">CHP</a></li></ul></div></div></div><div class="elementor-element elementor-element-ca00c67 e-con-full e-flex e-con e-child" data-id="ca00c67" data-element_type="container"><div class="elementor-element elementor-element-5415fa8 elementor-widget elementor-widget-heading" data-id="5415fa8" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/produkte/speichersysteme/">Tank systems</a></div></div></div><div class="elementor-element elementor-element-6eb949e elementor-widget elementor-widget-li-widgets--child-nav" data-id="6eb949e" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><ul class="nav"><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/layered-tank/">Layered tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/solar-layered-tank/">Solar layered tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/h2-hygienic-layered-tank/">H2 Hygienic layered tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/h3-hygienic-solar-layered-tank/">H3 Hygienic solar layered tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/unicell-nt-s-hot-water-tank/">Unicell NT-S hot water tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/modular-layered-tank-fw-modular-solar-layered-tank/">Modular layered tank / FW modular solar layered tank</a></li><li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/en-gb/products/tank-systems/fresh-water-station-fws/">Fresh water station FWS</a></li></ul></div></div></div><div class="elementor-element elementor-element-b029bf1 e-con-full e-flex e-con e-child" data-id="b029bf1" data-element_type="container"><div class="elementor-element elementor-element-d94aef0 elementor-widget elementor-widget-heading" data-id="d94aef0" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/froeling-app/">Froling App</a></div></div></div></div></div><div class="elementor-element elementor-element-20a7b07 e-con-full e-flex e-con e-child" data-id="20a7b07" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-d842aa5 elementor-icon-list--layout-inline elementor-align-left elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list" data-id="d842aa5" data-element_type="widget" data-widget_type="icon-list.default"><div class="elementor-widget-container"><ul class="elementor-icon-list-items elementor-inline-items"><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://secure.froeling.com/"> <span class="elementor-icon-list-text">Partner area</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://connect.froeling.com/"> <span class="elementor-icon-list-text">Froling Connect</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.froeling.com/en-gb/datenschutz/"> <span class="elementor-icon-list-text">Data protection</span> </a></li><li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.froeling.com/en-gb/impressum/"> <span class="elementor-icon-list-text">Legal information</span> </a></li></ul></div></div></div><div class="elementor-element elementor-element-a699480 e-con-full e-flex e-con e-child" data-id="a699480" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-6ed1d3b elementor-widget-divider--view-line elementor-widget elementor-widget-divider" data-id="6ed1d3b" data-element_type="widget" data-widget_type="divider.default"><div class="elementor-widget-container"><div class="elementor-divider"> <span class="elementor-divider-separator"> </span></div></div></div></div><div class="elementor-element elementor-element-3848b38 e-con-full e-flex e-con e-child" data-id="3848b38" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-95f929e elementor-widget elementor-widget-text-editor" data-id="95f929e" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Copyright 漏 Fr枚ling Heizkessel- und Beh盲lterbau Ges.m.b.H. 2024</p></div></div></div></div></div></div><div id="consentWrapper" class="consent-modal"><div id="consentContentWrapper" class="consent-content-wrapper"><div class="row consent-modal-header"><div class="col consent-modal-title"> <span>Cookie settings </span><div class="row"><div class="col cookie-header-description">By clicking on "Accept All" you allow us to provide personalized content and ads, analyse usage statistics, and improve site functionality. Click "Accept All" to consent to these uses or click "Configure" to manage your cookie settings. You may change your cookie settings at any time.</div></div></div></div> <button id="consentButtonPrimary" class="consent-button-primary">Accept All </button> <button id="consentButtonSecondary" class="consent-button-secondary">Configure </button><div class="consent-footer row"><div class="col"> <a href="https://www.froeling.com/en-gb/data-protection/" class="link-color-none"> Privacy Policy </a></div><div class="col"> <a href="https://www.froeling.com/en-gb/impressum/" class="link-color-none"> Legal Notice </a></div></div></div><div id="consentConfig" class="consent-content-config-wrapper"><p>Please choose which cookies you'd like to use.</p><div><p> Required <label class="cookie-consent-switch"> <input type="checkbox" value="true" checked="checked" disabled> <span class="selection-slider round switch-disabled"></span> </label></p><p class="cookie-desc-text">These cookies are required to provide core site functionality. These can't be disabled.</p></div><div><p> Analytics <label class="cookie-consent-switch"> <input type="checkbox" id="analyticsSwitch"> <span class="selection-slider round"></span> </label></p><p class="cookie-desc-text">These cookies allow us to analyse usage of our site so we can improve its performance.</p></div><div><p> Marketing <label class="cookie-consent-switch"> <input type="checkbox" id="marketingSwitch"> <span class="selection-slider round"></span> </label></p><p class="cookie-desc-text">These cookies are used by advertisers to show you ads relevant to your interests.</p></div><div class="row"> <button id="consentButtonConfigPrimary" class="consent-button-primary">Accept All </button> <button id="consentButtonConfigSelection" class="consent-button-secondary">Accept Selected </button> <button id="consentButtonBack" class="consent-button-back">Back</button></div></div></div><div data-elementor-type="popup" data-elementor-id="5412" class="elementor elementor-5412 elementor-location-popup" data-elementor-settings="{"open_selector":"#open-lang-nav","entrance_animation":"fadeInRight","exit_animation":"fadeInRight","entrance_animation_duration":{"unit":"px","size":0.3,"sizes":[]},"a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-ecb59f e-flex e-con-boxed e-con e-parent" data-id="ecb59f" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-42286633 e-flex e-con-boxed e-con e-parent" data-id="42286633" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-2bd6f2b2 elementor-widget elementor-widget-shortcode" data-id="2bd6f2b2" data-element_type="widget" data-widget_type="shortcode.default"><div class="elementor-widget-container"><div class="elementor-shortcode"><ul class="language-nav"><li class="language-nav__item language-nav__item--de_AT"> <a hreflang="de-AT" href="https://www.froeling.com/de-at/datenschutz/" class="language-nav__link"> <span class="language-nav__label">at</span> <noscript><img class="language-nav__flag language-nav__flag--at" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/at.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--at" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/at.svg"> </a></li><li class="language-nav__item language-nav__item--fr_BE"> <a hreflang="fr-BE" href="https://www.froeling.com/fr-be/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">be</span> <noscript><img class="language-nav__flag language-nav__flag--be" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/be.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--be" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/be.svg"> </a></li><li class="language-nav__item language-nav__item--en_BG"> <a hreflang="en-BG" href="https://www.froeling.com/en-bg/data-protection/" class="language-nav__link"> <span class="language-nav__label">bg</span> <noscript><img class="language-nav__flag language-nav__flag--bg" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/bg.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--bg" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/bg.svg"> </a></li><li class="language-nav__item language-nav__item--en_CA"> <a hreflang="en-CA" href="https://www.froeling.com/en-ca/datenschutz/" class="language-nav__link"> <span class="language-nav__label">ca</span> <noscript><img class="language-nav__flag language-nav__flag--ca" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ca.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ca" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ca.svg"> </a></li><li class="language-nav__item language-nav__item--de_CH"> <a hreflang="de-CH" href="https://www.froeling.com/de-ch/datenschutz/" class="language-nav__link"> <span class="language-nav__label">ch</span> <noscript><img class="language-nav__flag language-nav__flag--ch" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ch.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ch" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ch.svg"> </a></li><li class="language-nav__item language-nav__item--en_CL"> <a hreflang="en-CL" href="https://www.froeling.com/en-cl/data-protection/" class="language-nav__link"> <span class="language-nav__label">cl</span> <noscript><img class="language-nav__flag language-nav__flag--cl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--cl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cl.svg"> </a></li><li class="language-nav__item language-nav__item--en_CZ"> <a hreflang="en-CZ" href="https://www.froeling.com/en-cz/data-protection/" class="language-nav__link"> <span class="language-nav__label">cz</span> <noscript><img class="language-nav__flag language-nav__flag--cz" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--cz" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"> </a></li><li class="language-nav__item language-nav__item--de_DE"> <a hreflang="de-DE" href="https://www.froeling.com/de-de/datenschutz/" class="language-nav__link"> <span class="language-nav__label">de</span> <noscript><img class="language-nav__flag language-nav__flag--de" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--de" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.svg"> </a></li><li class="language-nav__item language-nav__item--en_DK"> <a hreflang="en-DK" href="https://www.froeling.com/en-dk/data-protection/" class="language-nav__link"> <span class="language-nav__label">dk</span> <noscript><img class="language-nav__flag language-nav__flag--dk" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/dk.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--dk" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/dk.svg"> </a></li><li class="language-nav__item language-nav__item--es_ES"> <a hreflang="es-ES" href="https://www.froeling.com/es-es/declaracion-de-datos/" class="language-nav__link"> <span class="language-nav__label">es</span> <noscript><img class="language-nav__flag language-nav__flag--es" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/es.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--es" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/es.svg"> </a></li><li class="language-nav__item language-nav__item--en_FI"> <a hreflang="en-FI" href="https://www.froeling.com/en-fi/data-protection/" class="language-nav__link"> <span class="language-nav__label">fi</span> <noscript><img class="language-nav__flag language-nav__flag--fi" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fi.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--fi" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fi.svg"> </a></li><li class="language-nav__item language-nav__item--fr_FR"> <a hreflang="fr-FR" href="https://www.froeling.com/fr-fr/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">fr</span> <noscript><img class="language-nav__flag language-nav__flag--fr" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fr.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--fr" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fr.svg"> </a></li><li class="language-nav__item language-nav__item--en_GB"> <a hreflang="en-GB" href="https://www.froeling.com/en-gb/data-protection/" class="language-nav__link"> <span class="language-nav__label">gb</span> <noscript><img class="language-nav__flag language-nav__flag--gb" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--gb" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg"> </a></li><li class="language-nav__item language-nav__item--en_GR"> <a hreflang="en-GR" href="https://www.froeling.com/en-gr/data-protection/" class="language-nav__link"> <span class="language-nav__label">gr</span> <noscript><img class="language-nav__flag language-nav__flag--gr" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gr.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--gr" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gr.svg"> </a></li><li class="language-nav__item language-nav__item--en_HU"> <a hreflang="en-HU" href="https://www.froeling.com/en-hu/data-protection/" class="language-nav__link"> <span class="language-nav__label">hu</span> <noscript><img class="language-nav__flag language-nav__flag--hu" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/hu.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--hu" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/hu.svg"> </a></li><li class="language-nav__item language-nav__item--en_IE"> <a hreflang="en-IE" href="https://www.froeling.com/en-ie/data-protection/" class="language-nav__link"> <span class="language-nav__label">ie</span> <noscript><img class="language-nav__flag language-nav__flag--ie" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ie.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ie" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ie.svg"> </a></li><li class="language-nav__item language-nav__item--it_IT"> <a hreflang="it-IT" href="https://www.froeling.com/it-it/protezione-dati/" class="language-nav__link"> <span class="language-nav__label">it</span> <noscript><img class="language-nav__flag language-nav__flag--it" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/it.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--it" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/it.svg"> </a></li><li class="language-nav__item language-nav__item--en_JP"> <a hreflang="en-JP" href="https://www.froeling.com/en-jp/data-protection/" class="language-nav__link"> <span class="language-nav__label">jp</span> <noscript><img class="language-nav__flag language-nav__flag--jp" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/jp.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--jp" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/jp.svg"> </a></li><li class="language-nav__item language-nav__item--fr_LU"> <a hreflang="fr-LU" href="https://www.froeling.com/fr-lu/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">lu</span> <noscript><img class="language-nav__flag language-nav__flag--lu" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/lu.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--lu" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/lu.svg"> </a></li><li class="language-nav__item language-nav__item--en_NL"> <a hreflang="en-NL" href="https://www.froeling.com/en-nl/data-protection/" class="language-nav__link"> <span class="language-nav__label">nl</span> <noscript><img class="language-nav__flag language-nav__flag--nl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--nl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nl.svg"> </a></li><li class="language-nav__item language-nav__item--en_NO"> <a hreflang="en-NO" href="https://www.froeling.com/en-no/data-protection/" class="language-nav__link"> <span class="language-nav__label">no</span> <noscript><img class="language-nav__flag language-nav__flag--no" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/no.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--no" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/no.svg"> </a></li><li class="language-nav__item language-nav__item--en_NZ"> <a hreflang="en-NZ" href="https://www.froeling.com/en-nz/data-protection/" class="language-nav__link"> <span class="language-nav__label">nz</span> <noscript><img class="language-nav__flag language-nav__flag--nz" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nz.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--nz" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nz.svg"> </a></li><li class="language-nav__item language-nav__item--en_PL"> <a hreflang="en-PL" href="https://www.froeling.com/en-pl/data-protection/" class="language-nav__link"> <span class="language-nav__label">pl</span> <noscript><img class="language-nav__flag language-nav__flag--pl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/pl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--pl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/pl.svg"> </a></li><li class="language-nav__item language-nav__item--en_RU"> <a hreflang="en-RU" href="https://www.froeling.com/en-ru/data-protection/" class="language-nav__link"> <span class="language-nav__label">ru</span> <noscript><img class="language-nav__flag language-nav__flag--ru" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ru.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ru" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ru.svg"> </a></li><li class="language-nav__item language-nav__item--sv_SE"> <a hreflang="sv-SE" href="https://www.froeling.com/sv-se/meddelande-om-skydd-om-personuppgifter/" class="language-nav__link"> <span class="language-nav__label">se</span> <noscript><img class="language-nav__flag language-nav__flag--se" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/se.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--se" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/se.svg"> </a></li><li class="language-nav__item language-nav__item--sl_SI"> <a hreflang="sl-SI" href="https://www.froeling.com/sl-si/datenschutz/" class="language-nav__link"> <span class="language-nav__label">si</span> <noscript><img class="language-nav__flag language-nav__flag--si" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/si.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--si" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/si.svg"> </a></li><li class="language-nav__item language-nav__item--en_SK"> <a hreflang="en-SK" href="https://www.froeling.com/en-sk/data-protection/" class="language-nav__link"> <span class="language-nav__label">sk</span> <noscript><img class="language-nav__flag language-nav__flag--sk" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/sk.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--sk" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/sk.svg"> </a></li><li class="language-nav__item language-nav__item--en_US"> <a hreflang="en-US" href="https://www.froeling.com/en-us/data-protection/" class="language-nav__link"> <span class="language-nav__label">us</span> <noscript><img class="language-nav__flag language-nav__flag--us" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/us.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--us" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/us.svg"> </a></li><li class="language-nav__item language-nav__item--en_ZA"> <a hreflang="en-ZA" href="https://www.froeling.com/en-za/data-protection/" class="language-nav__link"> <span class="language-nav__label">za</span> <noscript><img class="language-nav__flag language-nav__flag--za" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/za.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--za" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/za.svg"> </a></li></ul></div></div></div></div></div></div></div></div><div data-elementor-type="popup" data-elementor-id="4301" class="elementor elementor-4301 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.5,"sizes":[]},"a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-8f81594 e-con-full e-flex e-con e-parent" data-id="8f81594" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-b3b7200 e-flex e-con-boxed e-con e-parent" data-id="b3b7200" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-ae3ce12 e-con-full e-flex e-con e-parent" data-id="ae3ce12" data-element_type="container"><div class="elementor-element elementor-element-5ebdd28 e-con-full e-flex e-con e-parent" data-id="5ebdd28" data-element_type="container"><div class="elementor-element elementor-element-0772d7e elementor-widget elementor-widget-heading" data-id="0772d7e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Contact</h2></div></div><div class="elementor-element elementor-element-b36b11d elementor-widget elementor-widget-text-editor" data-id="b36b11d" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Fr枚ling Heizkessel- und Beh盲lterbau Ges.m.b.H.<br />Industriestra脽e 12 | A – 4710 Grieskirchen</p></div></div></div><div class="elementor-element elementor-element-d36f1cc elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="d36f1cc" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><div class="li-widgets--child-nav__with-icons-and-description"> <a href="https://www.froeling.com/en-gb/contact/request-information-advice/" class="li-widgets--child-nav__item "><div class="icon"><svg height="512pt" viewBox="0 0 512.00061 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m412 136c0 5.519531 4.480469 10 10 10s10-4.480469 10-10-4.480469-10-10-10-10 4.480469-10 10zm0 0"/><path d="m452 256c0 12.808594-1.285156 25.59375-3.816406 38-1.105469 5.410156 2.386718 10.691406 7.796875 11.796875.675781.140625 1.347656.207031 2.011719.207031 4.652343 0 8.820312-3.269531 9.789062-8.003906 2.800781-13.722656 4.21875-27.851562 4.21875-42 0-31.488281-6.828125-61.789062-20.300781-90.0625-2.375-4.984375-8.339844-7.101562-13.328125-4.726562-4.988282 2.375-7.101563 8.34375-4.726563 13.332031 12.179688 25.5625 18.355469 52.96875 18.355469 81.457031zm0 0"/><path d="m306 346h-10v-130c0-5.523438-4.476562-10-10-10h-80c-5.523438 0-10 4.476562-10 10v40c0 5.523438 4.476562 10 10 10h10v80h-10c-5.523438 0-10 4.476562-10 10v40c0 5.523438 4.476562 10 10 10h100c5.523438 0 10-4.476562 10-10v-40c0-5.523438-4.476562-10-10-10zm-10 40h-80v-20h10c5.523438 0 10-4.476562 10-10v-100c0-5.523438-4.476562-10-10-10h-10v-20h60v130c0 5.523438 4.480469 10 10 10h10zm0 0"/><path d="m256 186c22.054688 0 40-17.945312 40-40s-17.945312-40-40-40-40 17.945312-40 40 17.945312 40 40 40zm0-60c11.027344 0 20 8.972656 20 20s-8.972656 20-20 20-20-8.972656-20-20 8.972656-20 20-20zm0 0"/><path d="m256 0c-137.976562 0-256 117.800781-256 256 0 47.207031 13.527344 97.410156 36.335938 135.382812l-35.824219 107.457032c-1.195313 3.589844-.261719 7.554687 2.417969 10.230468 2.691406 2.691407 6.660156 3.609376 10.234374 2.414063l107.457032-35.820313c37.96875 22.8125 88.171875 36.335938 135.378906 36.335938 138.011719 0 256-117.816406 256-256 0-138.011719-117.8125-256-256-256zm0 492c-45.285156 0-93.417969-13.363281-128.757812-35.746094-2.503907-1.585937-5.625-2.003906-8.515626-1.039062l-92.914062 30.972656 30.972656-92.914062c.953125-2.851563.570313-5.976563-1.039062-8.515626-22.382813-35.335937-35.746094-83.472656-35.746094-128.757812 0-127.925781 108.074219-236 236-236s236 108.074219 236 236-108.074219 236-236 236zm0 0"/></svg></div><div class="content"> <span class="title">Request information/advice</span> <span class="description"></span></div> </a> <a href="https://www.froeling.com/en-gb/contact/contact/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g> <polygon points="311.57 149.72 256 121.93 200.42 149.72 311.57 149.72" fill="none"/> <rect x="217.21" y="165.24" width="31.03" height="68.27" fill="none"/> <rect x="263.76" y="165.24" width="31.03" height="68.27" fill="none"/> <path d="m330.47,146.51c0-.16-.01-.31-.02-.47,0-.11-.01-.22-.03-.33-.02-.13-.04-.26-.06-.38-.02-.13-.04-.26-.07-.39-.02-.1-.05-.2-.08-.3-.04-.15-.08-.3-.12-.44-.03-.08-.06-.16-.09-.25-.06-.15-.11-.3-.18-.45-.04-.09-.08-.17-.12-.26-.06-.13-.13-.27-.2-.4-.06-.11-.13-.21-.19-.32-.06-.1-.12-.2-.19-.3-.09-.13-.18-.25-.28-.37-.06-.07-.11-.15-.17-.22-.1-.13-.22-.25-.33-.37-.06-.06-.11-.13-.17-.18-.11-.11-.23-.21-.34-.31-.08-.07-.15-.14-.23-.2-.1-.08-.21-.16-.31-.24-.11-.08-.21-.15-.32-.23-.09-.06-.18-.11-.27-.17-.14-.08-.27-.16-.41-.23-.03-.02-.06-.03-.09-.05l-66.71-33.36c-2.19-1.09-4.76-1.09-6.94,0l-66.72,33.36s-.06.03-.09.05c-.14.07-.28.15-.42.24-.09.05-.18.11-.27.16-.11.07-.22.15-.33.23-.1.08-.21.15-.31.23-.08.07-.16.14-.23.2-.11.1-.23.2-.34.31-.06.06-.12.13-.18.19-.11.12-.22.24-.33.36-.06.07-.11.15-.17.22-.09.12-.19.24-.27.36-.07.1-.13.2-.19.31-.07.11-.13.21-.19.32-.07.13-.13.26-.2.39-.04.09-.09.18-.13.27-.06.14-.12.29-.17.44-.03.09-.07.17-.09.26-.05.14-.08.29-.12.43-.03.1-.06.2-.08.31-.03.12-.05.25-.07.38-.02.13-.04.26-.06.4-.01.1-.02.21-.03.31-.01.16-.02.32-.02.48,0,.03,0,.07,0,.1v10.86c0,4.28,3.47,7.76,7.76,7.76h12.41v68.27h-7.76c-4.28,0-7.76,3.47-7.76,7.76s3.47,7.76,7.76,7.76h124.12c4.28,0,7.76-3.47,7.76-7.76s-3.47-7.76-7.76-7.76h-7.76v-68.27h12.41c4.28,0,7.76-3.47,7.76-7.76v-10.86s0-.07,0-.1Zm-74.47-24.58l55.57,27.79h-111.15l55.58-27.79Zm-38.79,43.3h31.03v68.27h-31.03v-68.27Zm77.58,68.27h-31.03v-68.27h31.03v68.27Z"/> </g> <path d="m256,319.61c-71.44,0-129.55-58.12-129.55-129.55S184.56,60.51,256,60.51s129.55,58.12,129.55,129.55-58.12,129.55-129.55,129.55Zm0-243.59c-62.88,0-114.04,51.16-114.04,114.04s51.16,114.04,114.04,114.04,114.04-51.16,114.04-114.04-51.16-114.04-114.04-114.04Z"/> <g> <path d="m323.59,377.42c.41-2.73,2.2-4.94,4.59-5.98,44.49-58.27,91.51-131.47,91.51-180.61,0-44.84-17.05-86.96-48.02-118.6-30.9-31.58-71.98-48.97-115.67-48.97s-84.77,17.39-115.67,48.97c-30.96,31.64-48.02,73.76-48.02,118.6,0,83.03,134.26,234.8,163.68,267.06,11.41-12.51,38.59-42.99,67.59-80.47Z" fill="none"/> <path d="m335.93,386.9c-38.38,49.62-73.9,87.34-74.29,87.76-1.46,1.55-3.5,2.43-5.64,2.43s-4.17-.88-5.64-2.43c-.39-.41-36.02-38.26-74.47-88-80.51,9.25-123.91,31.78-123.91,48.54,0,9.55,14.71,24.02,55.98,35.99,38.98,11.31,91.28,17.54,147.27,17.54,126.41,0,204.02-31.18,204.02-53.53,0-16.67-43.18-38.96-123.32-48.3Z" fill="none"/> <path d="m346.79,372.63c.38-.51.77-1.03,1.15-1.54,57.9-77.68,87.26-138.33,87.26-180.25h0c0-48.92-18.62-94.89-52.44-129.45-33.84-34.58-78.86-53.63-126.76-53.63s-92.91,19.05-126.76,53.63c-33.82,34.56-52.44,80.53-52.44,129.45,0,41.92,29.36,102.57,87.26,180.25.32.43.64.86.97,1.29-34.23,4.5-63.8,11.68-86.07,20.95-28.2,11.74-42.5,25.83-42.5,41.88,0,20.55,23.23,38.15,67.17,50.89,40.35,11.7,94.18,18.15,151.59,18.15s111.14-6.55,151.99-18.44c44.19-12.87,67.55-30.36,67.55-50.6,0-33.64-63.63-53.95-127.98-62.57ZM92.32,190.84c0-44.84,17.05-86.96,48.02-118.6,30.9-31.58,71.98-48.97,115.67-48.97s84.77,17.39,115.67,48.97c30.96,31.64,48.02,73.76,48.02,118.6,0,49.14-47.02,122.34-91.51,180.61-2.39,1.03-4.19,3.24-4.59,5.98-29,37.48-56.18,67.96-67.59,80.47-29.42-32.25-163.68-184.02-163.68-267.06Zm162.91,297.89c-55.99,0-108.29-6.23-147.27-17.54-41.27-11.97-55.98-26.44-55.98-35.99,0-16.76,43.4-39.29,123.91-48.54,38.45,49.74,74.08,87.58,74.47,88,1.47,1.55,3.51,2.43,5.64,2.43s4.17-.88,5.64-2.43c.39-.41,35.91-38.13,74.29-87.76,80.14,9.34,123.32,31.63,123.32,48.3,0,22.35-77.62,53.53-204.02,53.53Z"/> </g> </svg></div><div class="content"> <span class="title">Contact</span> <span class="description"></span></div> </a> <a href="https://www.froeling.com/en-gb/contact/distribution-partner/" class="li-widgets--child-nav__item "><div class="icon"><svg height="512" viewBox="0 0 128 128" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m115.7 21.857h-103.4a6.758 6.758 0 0 0 -6.75 6.75v72.752a6.757 6.757 0 0 0 6.75 6.75h103.4a6.757 6.757 0 0 0 6.75-6.75v-72.752a6.758 6.758 0 0 0 -6.75-6.75zm3.25 79.5a3.254 3.254 0 0 1 -3.25 3.25h-103.4a3.254 3.254 0 0 1 -3.25-3.25v-72.75a3.254 3.254 0 0 1 3.25-3.25h103.4a3.254 3.254 0 0 1 3.25 3.25z"/><path d="m39.265 32.488a21.579 21.579 0 0 0 -11.935 39.559 21.51 21.51 0 0 0 23.872.007h.006a21.579 21.579 0 0 0 -11.95-39.557zm0 24.529a4.883 4.883 0 1 1 4.883-4.884 4.889 4.889 0 0 1 -4.879 4.884zm9.217 12.6a17.957 17.957 0 0 1 -18.429 0 9.215 9.215 0 0 1 18.429 0zm3.243-2.447a12.653 12.653 0 0 0 -6.843-8.837 8.383 8.383 0 1 0 -11.229.005 12.742 12.742 0 0 0 -6.843 8.834 18.09 18.09 0 1 1 24.915 0z"/><path d="m52.2 82.419h-25.856a1.75 1.75 0 0 0 0 3.5h25.856a1.75 1.75 0 0 0 0-3.5z"/><path d="m48.493 92.012h-18.443a1.75 1.75 0 1 0 0 3.5h18.443a1.75 1.75 0 0 0 0-3.5z"/><path d="m108.567 41.39h-33.519a1.75 1.75 0 0 0 -1.75 1.75v17.987a1.75 1.75 0 0 0 1.75 1.75h33.519a1.75 1.75 0 0 0 1.75-1.75v-17.987a1.75 1.75 0 0 0 -1.75-1.75zm-1.75 17.987h-30.017v-14.487h30.019z"/><path d="m108.567 73.082h-33.519a1.75 1.75 0 0 0 0 3.5h33.519a1.75 1.75 0 1 0 0-3.5z"/><path d="m108.567 86.787h-17.714a1.75 1.75 0 1 0 0 3.5h17.714a1.75 1.75 0 0 0 0-3.5z"/><path d="m75.048 86.438a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.1-2.1z"/><path d="m83.087 86.438a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.1-2.1z"/></g></svg></div><div class="content"> <span class="title">Distribution partner</span> <span class="description"></span></div> </a></div></div></div></div></div></div></div></div><div data-elementor-type="popup" data-elementor-id="4274" class="elementor elementor-4274 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.5,"sizes":[]},"a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-4dd4af9 e-con-full e-flex e-con e-parent" data-id="4dd4af9" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-8eb3aa5 e-flex e-con-boxed e-con e-parent" data-id="8eb3aa5" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-dea7aa3 e-con-full e-flex e-con e-parent" data-id="dea7aa3" data-element_type="container"><div class="elementor-element elementor-element-4720362 e-con-full e-flex e-con e-parent" data-id="4720362" data-element_type="container"><div class="elementor-element elementor-element-6bd937e elementor-widget elementor-widget-heading" data-id="6bd937e" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Company</h2></div></div><div class="elementor-element elementor-element-bde2232 elementor-widget elementor-widget-text-editor" data-id="bde2232" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Froling is a pioneer in modern wood heating systems. The Froling signature is on many products from the groundbreaking invention of the firewood boiler with high-temperature combustion, from the wood chip burner with Lambda technology to the development of the internationally acclaimed pellet boiler.</p><p>A wide variety of well-known international quality awards underscores the ongoing success of the Austrian family company.</p></div></div></div><div class="elementor-element elementor-element-4151d52 elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="4151d52" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><div class="li-widgets--child-nav__with-icons-and-description"> <a href="https://www.froeling.com/en-gb/company/about-us/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="Go_Green-2" data-name="Go Green"><path d="M59.67139,34.32861a4.53492,4.53492,0,0,0-6.41407,0l-7.76361,7.76361A3.987,3.987,0,0,0,42,40H30.64355a11.018,11.018,0,0,0-16.28466-.773L10,43.58594,8.707,42.293a.99962.99962,0,0,0-1.41406,0l-4,4a.99962.99962,0,0,0,0,1.41406l16,16a.99963.99963,0,0,0,1.41406,0l4-4a.99962.99962,0,0,0,0-1.41406L23.41406,57l1.12158-1.12158A3.022,3.022,0,0,1,26.65674,55H41.272a9.933,9.933,0,0,0,7.07129-2.9292L59.67139,40.74268a4.53492,4.53492,0,0,0,0-6.41407ZM20,61.58594,5.41406,47,8,44.41406,22.58594,59ZM58.25732,39.32861,46.9292,50.65674A7.94832,7.94832,0,0,1,41.272,53H26.65674a4.96656,4.96656,0,0,0-3.53516,1.46436L22,55.58594,11.41406,45,15.773,40.64111a9.0183,9.0183,0,0,1,13.45068.78369l.15381.19483A.99911.99911,0,0,0,30.16211,42H42a2,2,0,0,1,0,4H28a1,1,0,0,0,0,2H42a3.99169,3.99169,0,0,0,3.95343-3.53937l8.718-8.718a2.59634,2.59634,0,0,1,3.58593,0,2.53561,2.53561,0,0,1,0,3.58593Z"/><path d="M19.744,20.37775c-.014.01953-.035.03064-.04773.05145-.0033.00543-.00305.01172-.00623.01721A21.88447,21.88447,0,0,0,15,34c0,.16357.001.32617.01221.48926a1.00017,1.00017,0,0,0,.99658.93066c.02344,0,.04687-.001.07031-.00244a.99979.99979,0,0,0,.92822-1.06689C16.999,34.2334,17,34.1167,17,34a19.86711,19.86711,0,0,1,3.80994-11.69495c2.82806,1.84656,4.48333,3.63056,4.55139,4.9596a8.119,8.119,0,0,1-1.166,3.56836c-.29443.60791-.60351,1.24756-.88867,1.93262a1.00011,1.00011,0,1,0,1.84668.76855c.27-.64844.56348-1.25391.84229-1.82959a9.53237,9.53237,0,0,0,1.36279-4.5459c-.1034-2.017-1.89484-4.1737-5.29028-6.418a20.11291,20.11291,0,0,1,5.37561-4.30432c1.94769,3.79535,4.29126,5.79852,6.85022,5.79852a4.97972,4.97972,0,0,0,.55712-.03125A8.4423,8.4423,0,0,0,39.68652,20.291c.88037-.68067,1.24512-.96192,3.26368-.25684,1.88531.65637,3.87268-.1665,5.67321-2.30194a20.0178,20.0178,0,0,1,4.12738,3.96289A13.83458,13.83458,0,0,0,49.96,26.125c-.853,1.8623-1.42969,3.00928-2.49023,3.10889a15.59858,15.59858,0,0,1-2.06836-.00879c-2.63867-.12989-5.92041-.28369-8.26465,4.3247a10.6372,10.6372,0,0,0-1.05713,3.31153.9999.9999,0,0,0,.85156,1.1289A.97015.97015,0,0,0,37.07129,38a.99964.99964,0,0,0,.98877-.86133,8.52949,8.52949,0,0,1,.86084-2.68506c1.75586-3.45215,3.80078-3.35107,6.38525-3.23095a17.11739,17.11739,0,0,0,2.34766.00293c2.26807-.21387,3.21191-2.27491,4.12451-4.26807a13.10757,13.10757,0,0,1,2.144-3.60126A19.82756,19.82756,0,0,1,56.647,30.28369a.99991.99991,0,1,0,1.96582-.36719A21.98126,21.98126,0,0,0,38,12.04437V10.93945a2.987,2.987,0,0,1,1.67975-2.68524,5.92874,5.92874,0,0,0,4.497,2.06757,7.164,7.164,0,0,0,2.375-.42676A15.08409,15.08409,0,0,0,50.14844,8.064a3.4812,3.4812,0,0,1,3.603-.64746,1.00006,1.00006,0,0,0,1.03418-1.5874C54.57129,5.55664,49.47949-.82178,44.57813.09082c-4.73108.88184-5.28528,3.7514-5.51594,6.23993a4.98,4.98,0,0,0-2.06213,1.62543,4.9803,4.9803,0,0,0-2.06232-1.62574C34.707,3.842,34.15283.9726,29.42188.09082,24.52-.82666,19.42871,5.55713,19.21436,5.8291a1.00006,1.00006,0,0,0,1.03418,1.5874,3.48,3.48,0,0,1,3.603.64746A15.08409,15.08409,0,0,0,27.44824,9.895a7.14933,7.14933,0,0,0,2.375.42676,5.92925,5.92925,0,0,0,4.49707-2.06769A2.98713,2.98713,0,0,1,36,10.93945v1.08594A21.92939,21.92939,0,0,0,19.744,20.37775ZM44.94434,2.05664c2.19091-.41162,4.81005,1.49121,6.59326,3.19482A6.12561,6.12561,0,0,0,49.05176,6.3916a13.15788,13.15788,0,0,1-3.16211,1.61572,4.08309,4.08309,0,0,1-4.23535-.59625l2.64306-1.10931A.99989.99989,0,1,0,43.523,4.458l-2.342.98309C41.45892,3.73053,42.16119,2.57568,44.94434,2.05664Zm-16.834,5.95068A13.15788,13.15788,0,0,1,24.94824,6.3916,6.11593,6.11593,0,0,0,22.45947,5.251c1.78028-1.7041,4.3916-3.604,6.59619-3.19434,2.78315.51892,3.48529,1.674,3.76325,3.38428L30.47705,4.458a.99989.99989,0,1,0-.77441,1.84375l2.64349,1.10937A4.08664,4.08664,0,0,1,28.11035,8.00732Zm15.499,10.13819c-2.83008-.98731-3.87549-.41846-5.146.563a6.52361,6.52361,0,0,1-3.8335,1.50732c-2.36926.27155-4.27624-2.47589-5.39782-4.64508a19.99995,19.99995,0,0,1,17.69976,1.06879C46.06519,17.61523,44.84283,18.57642,43.60938,18.14551Z"/></g></svg></div><div class="content"> <span class="title">About us</span> <span class="description"></span></div> </a> <a href="https://www.froeling.com/en-gb/company/awards/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="outline_create" data-name="outline create"><path d="M51.144,39.73a3.972,3.972,0,0,0,1.92-1.566c.712-1.23.39-2.748.106-4.087a6.17,6.17,0,0,1-.223-2.464,5.977,5.977,0,0,1,1.376-1.929c.936-1.035,2-2.208,2-3.684s-1.061-2.648-2-3.684a5.967,5.967,0,0,1-1.376-1.929,6.166,6.166,0,0,1,.223-2.463c.284-1.339.606-2.857-.106-4.088-.722-1.248-2.211-1.729-3.524-2.153a6.1,6.1,0,0,1-2.21-1.013,6.089,6.089,0,0,1-1.012-2.209c-.424-1.314-.905-2.8-2.154-3.525-1.23-.712-2.748-.391-4.087-.106a6.153,6.153,0,0,1-2.464.223,5.977,5.977,0,0,1-1.929-1.376c-1.035-.936-2.208-2-3.684-2s-2.648,1.061-3.684,2a5.967,5.967,0,0,1-1.929,1.376,6.16,6.16,0,0,1-2.463-.223c-1.339-.285-2.856-.606-4.088.106-1.248.722-1.729,2.211-2.153,3.524a6.1,6.1,0,0,1-1.013,2.21,6.089,6.089,0,0,1-2.209,1.012c-1.314.424-2.8.9-3.525,2.154-.712,1.23-.39,2.748-.106,4.087a6.17,6.17,0,0,1,.223,2.464,5.977,5.977,0,0,1-1.376,1.929c-.936,1.035-2,2.208-2,3.684s1.061,2.648,2,3.684a5.967,5.967,0,0,1,1.376,1.929,6.166,6.166,0,0,1-.223,2.463c-.284,1.339-.606,2.857.106,4.088a3.982,3.982,0,0,0,1.92,1.566L1.293,51.293A1,1,0,0,0,2,53h9v8a1,1,0,0,0,1.707.707L27.1,47.317a12.486,12.486,0,0,1,1.219,1.006c1.035.936,2.208,2,3.684,2s2.648-1.061,3.684-2A12.486,12.486,0,0,1,36.9,47.317l14.39,14.39A1,1,0,0,0,53,61V53h9a1,1,0,0,0,.707-1.707ZM12,51H4.414L14.939,40.475a4.727,4.727,0,0,1,1.731.855,6.089,6.089,0,0,1,1.012,2.209c.424,1.314.905,2.8,2.154,3.525,1.23.711,2.747.39,4.087.106.206-.043.414-.086.619-.126L13,58.586V52A1,1,0,0,0,12,51Zm22.342-4.16c-.8.727-1.636,1.48-2.342,1.48s-1.538-.753-2.343-1.48A7.187,7.187,0,0,0,26.9,45.014a4.137,4.137,0,0,0-1.07-.13,11.45,11.45,0,0,0-2.324.33,4.558,4.558,0,0,1-2.671.119c-.584-.338-.924-1.391-1.253-2.409a7.3,7.3,0,0,0-1.5-3.008,7.294,7.294,0,0,0-3.009-1.5c-1.018-.33-2.071-.67-2.408-1.253a4.549,4.549,0,0,1,.119-2.671,7.406,7.406,0,0,0,.2-3.394,7.19,7.19,0,0,0-1.826-2.755c-.727-.8-1.48-1.636-1.48-2.342s.753-1.538,1.48-2.343A7.187,7.187,0,0,0,12.986,20.9a7.406,7.406,0,0,0-.2-3.394,4.558,4.558,0,0,1-.119-2.671c.338-.584,1.391-.924,2.409-1.253a7.3,7.3,0,0,0,3.008-1.5,7.294,7.294,0,0,0,1.5-3.009c.33-1.018.67-2.071,1.253-2.408a4.549,4.549,0,0,1,2.671.119,7.407,7.407,0,0,0,3.394.2A7.19,7.19,0,0,0,29.658,5.16c.8-.727,1.636-1.48,2.342-1.48s1.538.753,2.343,1.48A7.187,7.187,0,0,0,37.1,6.986a7.421,7.421,0,0,0,3.394-.2,4.549,4.549,0,0,1,2.671-.119c.584.338.924,1.391,1.253,2.409a7.3,7.3,0,0,0,1.5,3.008,7.294,7.294,0,0,0,3.009,1.5c1.018.33,2.071.67,2.408,1.253a4.549,4.549,0,0,1-.119,2.671,7.406,7.406,0,0,0-.2,3.394,7.19,7.19,0,0,0,1.826,2.755c.727.8,1.48,1.636,1.48,2.342s-.753,1.538-1.48,2.343A7.187,7.187,0,0,0,51.014,31.1a7.406,7.406,0,0,0,.2,3.394,4.558,4.558,0,0,1,.119,2.671c-.338.584-1.391.924-2.409,1.253a7.3,7.3,0,0,0-3.008,1.5,7.294,7.294,0,0,0-1.5,3.009c-.33,1.018-.67,2.071-1.253,2.408a4.558,4.558,0,0,1-2.671-.119,7.407,7.407,0,0,0-3.394-.2A7.19,7.19,0,0,0,34.342,46.84ZM52,51a1,1,0,0,0-1,1v6.586L39.458,47.044c.2.04.412.083.618.126,1.339.285,2.857.606,4.088-.106,1.248-.722,1.729-2.211,2.153-3.524a6.1,6.1,0,0,1,1.013-2.21,4.709,4.709,0,0,1,1.732-.854L59.586,51Z"/><path d="M50,26A18,18,0,1,0,32,44,18.021,18.021,0,0,0,50,26ZM32,42A16,16,0,1,1,48,26,16.019,16.019,0,0,1,32,42Z"/><path d="M32,12A14,14,0,1,0,46,26,14.015,14.015,0,0,0,32,12Zm0,26A12,12,0,1,1,44,26,12.013,12.013,0,0,1,32,38Z"/><path d="M39.293,20.793,28.5,31.586l-3.793-3.793-1.414,1.414,4.5,4.5a1,1,0,0,0,1.414,0l11.5-11.5Z"/></g></svg></div><div class="content"> <span class="title">Awards</span> <span class="description"></span></div> </a> <a href="https://www.froeling.com/en-gb/company/company-history/" class="li-widgets--child-nav__item "><div class="icon"><svg height="512pt" viewBox="-49 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m227.238281 383.324219v-240.195313c0-11.027344-8.972656-20-20-20-11.027343 0-20 8.972656-20 20v240.195313c0 11.027343 8.972657 20 20 20 11.027344 0 20-8.972657 20-20zm-25 0v-240.195313c0-2.757812 2.242188-5 5-5 2.757813 0 5 2.242188 5 5v240.195313c0 2.757812-2.242187 5-5 5-2.757812 0-5-2.242188-5-5zm0 0"/><path d="m279.886719 378.097656v-220.203125c0-11.027343-8.972657-20-20-20-11.027344 0-20 8.972657-20 20v220.203125c0 11.027344 8.972656 20 20 20 11.027343 0 20-8.96875 20-20zm-25 0v-220.203125c0-2.753906 2.242187-5 5-5 2.757812 0 5 2.246094 5 5v220.203125c0 2.757813-2.242188 5-5 5-2.757813 0-5-2.242187-5-5zm0 0"/><path d="m174.640625 378.097656v-220.195312c0-11.03125-8.972656-20-20-20-11.03125 0-20 8.96875-20 20v220.195312c0 11.027344 8.96875 20 20 20 11.027344 0 20-8.96875 20-20zm-25 0v-220.195312c0-2.757813 2.242187-5 5-5 2.753906 0 5 2.242187 5 5v220.195312c0 2.757813-2.246094 5-5 5-2.757813 0-5-2.242187-5-5zm0 0"/><path d="m385.1875 454.023438h-15.433594c.75-2.597657 1.144532-5.308594 1.144532-8.085938 0-15.984375-13.007813-28.988281-28.992188-28.988281h-19v-262.78125c3.65625.855469 7.464844 1.324219 11.382812 1.324219 10.992188 0 21.65625-2.214844 31.699219-6.582032 3.796875-1.652344 5.535157-6.070312 3.886719-9.867187-1.652344-3.800781-6.074219-5.542969-9.871094-3.886719-8.140625 3.539062-16.792968 5.335938-25.714844 5.335938-18.964843 0-34.390624-15.171876-34.390624-33.820313 0-18.644531 15.425781-33.8125 34.390624-33.8125h4.558594c4.929688 0 8.9375 4.011719 8.9375 8.9375v1.714844c0 4.929687-4.007812 8.9375-8.9375 8.9375-4.140625 0-7.5 3.355469-7.5 7.5s3.359375 7.5 7.5 7.5c13.199219 0 23.9375-10.738281 23.9375-23.9375v-1.714844c0-13.199219-10.738281-23.9375-23.9375-23.9375h-263.21875c-13.199218 0-23.9375 10.738281-23.9375 23.9375v1.714844c0 13.199219 10.738282 23.9375 23.9375 23.9375 4.140625 0 7.5-3.355469 7.5-7.5s-3.359375-7.5-7.5-7.5c-4.929687 0-8.9375-4.007813-8.9375-8.9375v-1.714844c0-4.925781 4.007813-8.9375 8.9375-8.9375h4.558594c18.964844 0 34.390625 15.167969 34.390625 33.8125 0 18.648437-15.425781 33.820313-34.390625 33.820313-35.140625 0-63.726562-28.148438-63.726562-62.742188-.003907-34.601562 28.585937-62.75 63.726562-62.75h40.40625l2.34375 6.171875-5.03125 11.199219c-1.695312 3.78125-.007812 8.21875 3.769531 9.917968 1 .445313 2.042969.660157 3.070313.660157 2.859375 0 5.597656-1.648438 6.84375-4.429688l3.222656-7.167969 4.636719 2.082032c1 .449218 2.042969.660156 3.070312.660156 2.863281 0 5.597657-1.648438 6.847657-4.429688 1.695312-3.777343.007812-8.21875-3.769532-9.914062l-8.625-3.875-.332031-.875h96.644531l10.113282 13.1875c2.617187 3.414062 6.609374 5.355469 10.886718 5.285156 4.300782-.054687 8.214844-2.082031 10.742188-5.558594l9.398437-12.914062h59.859375c35.144532 0 63.730469 28.148438 63.730469 62.75 0 14.488281-5.132813 28.621094-14.460937 39.796875-2.652344 3.179687-2.226563 7.910156.953124 10.5625 3.179688 2.652344 7.910157 2.226563 10.5625-.953125 11.574219-13.867188 17.945313-31.414062 17.945313-49.40625.003906-42.871094-35.316406-77.75-78.726563-77.75h-60.625c-4.304687 0-8.386718 2.078125-10.917968 5.558594l-8.667969 11.910156-9.335937-12.179688c-2.535157-3.3125-6.542969-5.289062-10.714844-5.289062h-153.839844c-43.410156 0-78.730469 34.878906-78.730469 77.75 0 42.867188 35.320313 77.738281 78.730469 77.738281 3.917969 0 7.722656-.464843 11.378906-1.320312v57.167969c0 4.140624 3.359375 7.5 7.5 7.5 4.144532 0 7.5-3.359376 7.5-7.5v-63.425782c12.683594-7.953125 21.460938-21.453125 22.816406-37.023437h155.710938c1.355469 15.570312 10.132812 29.070312 22.816406 37.023437v269.039063h-201.34375v-55.496094l7.523438-4.855469c3.492187-2.257812 5.628906-6.085937 5.714844-10.242187.085937-4.152344-1.886719-8.066407-5.28125-10.464844-2.246094-1.589844-4.980469-3.523437-7.953126-5.632813v-86.261718c0-4.144532-3.359374-7.5-7.5-7.5-4.144531 0-7.5 3.355468-7.5 7.5v87.550781c0 4.042969 1.96875 7.855469 5.265626 10.195313 2.136718 1.519531 4.167968 2.957031 6.007812 4.261718l-5.558594 3.589844c-3.578125 2.3125-5.714844 6.234375-5.714844 10.5v56.855469h-19c-15.984374 0-28.992187 13.003906-28.992187 28.988281 0 2.761719.402344 5.476562 1.15625 8.082031h-15.445313c-16.148437 0-29.289062 13.007813-29.289062 28.992188 0 15.980469 13.140625 28.988281 29.289062 28.988281h261.285157c4.144531 0 7.5-3.355469 7.5-7.5s-3.355469-7.5-7.5-7.5h-261.285157c-7.878906 0-14.289062-6.273438-14.289062-13.988281 0-7.714844 6.410156-13.988281 14.289062-13.988281h355.898438c7.878906 0 14.289062 6.273437 14.289062 13.988281 0 7.714843-6.410156 13.988281-14.289062 13.988281h-61.953125c-4.140625 0-7.5 3.355469-7.5 7.5s3.359375 7.5 7.5 7.5h61.953125c16.148438 0 29.289062-13.003906 29.289062-28.988281s-13.140624-28.988281-29.289062-28.988281zm-99.058594-358.136719h-157.78125c-2.019531-8.8125-6.441406-16.730469-12.570312-23.027344h182.921875c-6.128907 6.296875-10.554688 14.214844-12.570313 23.027344zm-225.164062 357.867187c-1.5625-2.308594-2.386719-5.011718-2.386719-7.816406 0-7.710938 6.277344-13.988281 13.988281-13.988281h269.339844c7.714844 0 13.992188 6.277343 13.992188 13.988281 0 2.941406-.914063 5.738281-2.585938 8.085938h-292.1875c-.054688-.089844-.101562-.179688-.160156-.269532zm0 0"/></svg></div><div class="content"> <span class="title">Company history</span> <span class="description"></span></div> </a></div></div></div></div></div></div></div></div><div data-elementor-type="popup" data-elementor-id="526" class="elementor elementor-526 elementor-location-popup" data-elementor-settings="{"entrance_animation":"fadeInDown","entrance_animation_duration":{"unit":"px","size":0.3,"sizes":[]},"open_selector":"#phone-contact-cta--header","prevent_close_on_esc_key":"yes","a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-9b47b39 e-con-full e-flex e-con e-parent" data-id="9b47b39" data-element_type="container"><div class="elementor-element elementor-element-65bbd79 e-con-full e-flex e-con e-child" data-id="65bbd79" data-element_type="container"><div class="elementor-element elementor-element-3e9cb2d elementor-widget elementor-widget-image" data-id="3e9cb2d" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="attachment-thumbnail size-thumbnail wp-image-71" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-71" alt="" /></div></div><div class="elementor-element elementor-element-fed5d54 e-flex e-con-boxed e-con e-child" data-id="fed5d54" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-0325ab8 elementor-widget elementor-widget-heading" data-id="0325ab8" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Allgemeine Fragen</div></div></div><div class="elementor-element elementor-element-2cea09a elementor-widget elementor-widget-text-editor" data-id="2cea09a" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p><a href="tel:004372486060">07248 / 606 – 0</a></p></div></div></div></div></div><div class="elementor-element elementor-element-06f3916 e-con-full e-flex e-con e-child" data-id="06f3916" data-element_type="container"><div class="elementor-element elementor-element-660df1f elementor-widget elementor-widget-image" data-id="660df1f" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="attachment-thumbnail size-thumbnail wp-image-71" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/05/phone.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-71" alt="" /></div></div><div class="elementor-element elementor-element-d6397f6 e-flex e-con-boxed e-con e-child" data-id="d6397f6" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-e3b3b6a elementor-widget elementor-widget-heading" data-id="e3b3b6a" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default">Kundendienst, St枚rungen</div></div></div><div class="elementor-element elementor-element-e15427a elementor-widget elementor-widget-text-editor" data-id="e15427a" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p><a href="tel:004372486067000">07248 / 606 – 7000</a></p></div></div></div></div></div><div class="elementor-element elementor-element-94f8d99 e-con-full e-flex e-con e-child" data-id="94f8d99" data-element_type="container"><div class="elementor-element elementor-element-57a4f8f elementor-widget elementor-widget-image" data-id="57a4f8f" data-element_type="widget" data-widget_type="image.default"><div class="elementor-widget-container"> <noscript><img width="1" height="1" src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/ask.svg" class="attachment-thumbnail size-thumbnail wp-image-830" alt="" /></noscript><img width="1" height="1" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%201%201%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2022/07/ask.svg" class="lazyload attachment-thumbnail size-thumbnail wp-image-830" alt="" /></div></div><div class="elementor-element elementor-element-218f0fc e-flex e-con-boxed e-con e-child" data-id="218f0fc" data-element_type="container"><div class="e-con-inner"><div class="elementor-element elementor-element-e7244f2 elementor-widget elementor-widget-heading" data-id="e7244f2" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><div class="elementor-heading-title elementor-size-default"><a href="https://www.froeling.com/de-at/kontakt/information-beratung-anfordern/">Information, Beratung anfordern</a></div></div></div></div></div></div></div></div><div data-elementor-type="popup" data-elementor-id="348" class="elementor elementor-348 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.5,"sizes":[]},"a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-5d31e90 e-con-full e-flex e-con e-parent" data-id="5d31e90" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="elementor-element elementor-element-f9b762e e-flex e-con-boxed e-con e-child" data-id="f9b762e" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-20d2c10 e-con-full e-flex e-con e-child" data-id="20d2c10" data-element_type="container"><div class="elementor-element elementor-element-e76fca7 e-con-full e-flex e-con e-child" data-id="e76fca7" data-element_type="container"><div class="elementor-element elementor-element-8cd6a89 elementor-widget elementor-widget-heading" data-id="8cd6a89" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Heating with biomass</h2></div></div><div class="elementor-element elementor-element-5360c27 elementor-widget elementor-widget-text-editor" data-id="5360c27" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Heating with wood is convenient, saves on heating costs,聽is a secure renewable raw material and is also carbon-neutral</p></div></div></div><div class="elementor-element elementor-element-cbc6822 elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="cbc6822" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><div class="li-widgets--child-nav__with-icons-and-description"> <a href="https://www.froeling.com/en-gb/heating-with-biomass/wood-fuel/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="iso-8859-1"?> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"> <g> <g> <path d="M50.897,265.549c-17.812,0-27.132,28.203-27.132,56.063c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5S55.039,265.549,50.897,265.549z"/> </g> </g> <g> <g> <path d="M70.529,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-4.142,0-7.5,3.357-7.5,7.5 s3.358,7.5,7.5,7.5c17.812,0.001,27.132-28.202,27.132-56.063C78.029,317.469,74.671,314.112,70.529,314.112z"/> </g> </g> <g> <g> <path d="M416.017,134.016c-9.626-17.126-22.971-26.558-37.575-26.558H240.976c-4.142,0-7.5,3.357-7.5,7.5s3.357,7.501,7.5,7.501 h137.466c8.815,0,17.745,6.892,24.499,18.907c1.377,2.449,3.922,3.826,6.545,3.826c1.244,0,2.506-0.31,3.668-0.963 C416.765,142.199,418.047,137.626,416.017,134.016z"/> </g> </g> <g> <g> <path d="M142.858,182.888c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-3.118,0-12.132-14.119-12.132-41.063 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5c-17.812,0-27.132,28.203-27.132,56.063 s9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063C150.358,186.245,147,182.888,142.858,182.888z"/> </g> </g> <g> <g> <path d="M311.28,158.09h-95.061c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h95.061c4.142,0,7.5-3.357,7.5-7.5 S315.422,158.09,311.28,158.09z"/> </g> </g> <g> <g> <path d="M380.508,215.952h-76.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h76.461c4.142,0,7.5-3.357,7.5-7.5 S384.65,215.952,380.508,215.952z"/> </g> </g> <g> <g> <path d="M332.978,133.292h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S337.12,133.292,332.978,133.292z"/> </g> </g> <g> <g> <path d="M461.103,238.685h-41.086c6.047-13.944,9.322-30.724,9.322-48.296c0-7.941-0.675-15.808-2.007-23.378 c-0.718-4.079-4.604-6.804-8.686-6.088c-4.08,0.718-6.805,4.606-6.087,8.686c1.181,6.716,1.78,13.707,1.78,20.78 c0,0.948-0.018,1.891-0.039,2.833H279.249c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.798 c-1.684,11.396-4.99,21.832-9.708,30.463H205.887c-12.805,0-24.355,7.349-33.21,19.633H152.76 c9.164-10.484,16.015-25.81,19.262-43.896h49.363c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-47.554 c0.189-2.963,0.291-5.974,0.291-9.032c0-28.415-8.357-53.05-21.362-67.929h57.598c4.142,0,7.5-3.357,7.5-7.5 c0-4.143-3.358-7.5-7.5-7.5h-87.132c-28.541,0-50.897,36.427-50.897,82.929c0,18.164,3.423,34.777,9.281,48.296H50.897 C22.356,238.685,0,275.11,0,321.612s22.356,82.929,50.897,82.929h344.127c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-88.911 h-70.692c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-46.943 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h225.682c19.458,0,35.897,31.107,35.897,67.929 c0,0.949-0.018,1.892-0.039,2.833H361.91c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.77 c-4.26,28.498-18.366,50.096-34.576,50.096h-35.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h35.461 c28.541,0,50.897-36.427,50.897-82.929C512.001,275.112,489.644,238.685,461.103,238.685z M123.226,122.459 c19.458,0,35.897,31.107,35.897,67.929s-16.439,67.929-35.897,67.929s-35.897-31.107-35.897-67.929 S103.768,122.459,123.226,122.459z M50.897,389.542C31.439,389.542,15,358.434,15,321.612c0-36.821,16.439-67.929,35.897-67.929 c19.458,0,35.897,31.107,35.897,67.929C86.794,358.434,70.355,389.542,50.897,389.542z M80.432,389.54 c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5H96.947 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h9.584c8.854,12.285,20.405,19.633,33.21,19.633 h41.046c-4.265,9.843-7.231,21.328-8.53,33.859H114c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h40.998 c0.11,28.176,8.435,52.585,21.354,67.365H80.432z M241.784,321.612c0,36.821-16.439,67.929-35.897,67.929 s-35.897-31.107-35.897-67.929s16.439-67.929,35.897-67.929S241.784,284.791,241.784,321.612z"/> </g> </g> <g> <g> <path d="M225.519,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063s-12.132-14.119-12.132-41.063 c0-4.143-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5c0,27.86,9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063 C233.019,317.469,229.661,314.112,225.519,314.112z"/> </g> </g> <g> <g> <path d="M393.941,289.313H267.882c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h126.059c4.142,0,7.5-3.357,7.5-7.5 S398.083,289.313,393.941,289.313z"/> </g> </g> <g> <g> <path d="M411.506,354.409h-24.798c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h24.798c4.142,0,7.5-3.357,7.5-7.5 S415.648,354.409,411.506,354.409z"/> </g> </g> <g> <g> <path d="M453.87,276.915h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S458.012,276.915,453.87,276.915z"/> </g> </g> <g> <g> <path d="M205.887,278.525c-4.142,0-7.5,3.357-7.5,7.5v14.478c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5v-14.478 C213.387,281.882,210.029,278.525,205.887,278.525z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg></div><div class="content"> <span class="title">Wood fuel</span> <span class="description"></span></div> </a> <a href="https://www.froeling.com/en-gb/heating-with-biomass/why-biomass/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512"> <g id="biomass_energy"> <g> <path class="st0" d="M256,496.2C123.5,496.2,15.8,388.5,15.8,256c0-78.4,37.8-150.9,101.5-196l12.7,19.5l28.4-56.1l-62.7,3.5 l13,20C40.5,94.8,0,172.3,0,256c0,141.2,114.8,256,256,256c4.3,0,7.9-3.5,7.9-7.9S260.3,496.2,256,496.2z"/> </g> <g> <path class="st0" d="M512,256C512,114.8,397.2,0,256,0c-4.3,0-7.9,3.5-7.9,7.9c0,4.3,3.5,7.9,7.9,7.9 c132.5,0,240.2,107.8,240.2,240.2c0,78.3-37.8,150.9-101.5,196L382,432.5l-28.4,56.1l62.7-3.5l-13-19.9 C471.5,417.1,512,339.7,512,256z"/> </g> <g> <path class="st0" d="M422.2,285.7c-4.8-95.9-56.5-164-184.3-242.9c0,0-3.7-2.5-8.6,0.1c-2.9,1.5-3.2,5.3-3.3,5.5 c0,0-6.9,49.6-7.5,111.4c0,4.3,3.4,7.9,7.8,7.9c0,0,0.1,0,0.1,0c4.3,0,7.8-3.5,7.9-7.8c0.4-36.7,2.9-68.6,4.9-88.4 c29.1,45.7,102.1,178.1,89.5,342.2c-12.5-3.9-24-10.3-34-19.5c-3.2-2.9-8.2-2.7-11.1,0.5c-2.9,3.2-2.7,8.2,0.5,11.1 c12.6,11.5,27,19.5,43,23.9c-1.8,15.9-4.2,32.1-7.8,48.5c-0.9,4.3,1.8,8.4,6.1,9.3c0.6,0.1,1.1,0.2,1.7,0.2c3.6,0,6.9-2.5,7.7-6.2 c3.8-17.8,6.4-35.3,8.2-52.6C360.6,419.9,426.9,379.4,422.2,285.7z M260.3,75.9C362,144,402.3,203.3,406.5,286.5 c3.7,73.9-40,110.2-61.8,123.7C354.8,257.3,293.5,131.7,260.3,75.9z"/> </g> <g> <path class="st0" d="M89.8,156.6c0.4,0.8,41.5,76.8,31.2,161.1c-3.3,27.4,2.4,49.6,17,65.9c18.4,20.5,45.8,25.7,59.5,27 c-0.6,9-1.4,17-2.2,23.9c-0.5,4.3,2.5,8.2,6.8,8.8c0.3,0.1,0.7,0.1,1,0.1c3.9,0,7.3-2.9,7.8-6.9c1-7.7,1.9-16.9,2.5-27.2 c14.3-4.5,51.3-19.1,68.5-53.7c13.1-26.4,11.4-58.2-4.9-94.4c-39.5-87.7-173.1-114.9-178.8-116c0,0-4.6,0.3-7,3.3 C88.1,152.2,89.8,156.6,89.8,156.6z M149.7,373c-11.4-12.7-15.8-30.7-13-53.4c7.1-58-8.2-111.1-20.3-142.2 c71.9,61.8,83.5,155.1,81.9,217.3C186.6,393.5,164.1,389.1,149.7,373z M267.8,348.4c-12.5,25.4-39.2,38.4-53.7,43.8 c1.3-63.5-11-156.2-80.8-220.9c41.7,14.2,105.6,43.6,129.3,96.3C276.9,299.2,278.6,326.4,267.8,348.4z"/> </g> </g> </svg></div><div class="content"> <span class="title">Why biomass?</span> <span class="description"></span></div> </a></div></div></div></div></div></div></div></div><div data-elementor-type="popup" data-elementor-id="311" class="elementor elementor-311 elementor-location-popup" data-elementor-settings="{"entrance_animation":"slideInDown","entrance_animation_duration":{"unit":"px","size":0.5,"sizes":[]},"a11y_navigation":"yes","triggers":[],"timing":[]}" data-elementor-post-type="elementor_library"><div class="elementor-element elementor-element-7f76484 e-flex e-con-boxed e-con e-parent" data-id="7f76484" data-element_type="container" data-settings="{"background_background":"classic"}"><div class="e-con-inner"><div class="elementor-element elementor-element-07df22a e-con-full e-flex e-con e-child" data-id="07df22a" data-element_type="container"><div class="elementor-element elementor-element-fee47e6 e-con-full e-flex e-con e-child" data-id="fee47e6" data-element_type="container"><div class="elementor-element elementor-element-6c931a1 elementor-widget elementor-widget-heading" data-id="6c931a1" data-element_type="widget" data-widget_type="heading.default"><div class="elementor-widget-container"><h2 class="elementor-heading-title elementor-size-default">Products</h2></div></div><div class="elementor-element elementor-element-f246e9b elementor-widget elementor-widget-text-editor" data-id="f246e9b" data-element_type="widget" data-widget_type="text-editor.default"><div class="elementor-widget-container"><p>Froling offers you the complete heating system.<br />We produce pellet boilers, firewood boilers and wood chip boilers.</p><p>Innovative solutions with a capacity range from 7 to 1,500 kW</p></div></div></div><div class="elementor-element elementor-element-d4850c4 elementor-widget elementor-widget-li-widgets--child-nav" data-id="d4850c4" data-element_type="widget" data-widget_type="li-widgets--child-nav.default"><div class="elementor-widget-container"><div class="li-widgets--child-nav__with-icons-and-description"> <a href="https://www.froeling.com/en-gb/products/firewood-boiler/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="iso-8859-1"?> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"> <g> <g> <path d="M50.897,265.549c-17.812,0-27.132,28.203-27.132,56.063c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5S55.039,265.549,50.897,265.549z"/> </g> </g> <g> <g> <path d="M70.529,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-4.142,0-7.5,3.357-7.5,7.5 s3.358,7.5,7.5,7.5c17.812,0.001,27.132-28.202,27.132-56.063C78.029,317.469,74.671,314.112,70.529,314.112z"/> </g> </g> <g> <g> <path d="M416.017,134.016c-9.626-17.126-22.971-26.558-37.575-26.558H240.976c-4.142,0-7.5,3.357-7.5,7.5s3.357,7.501,7.5,7.501 h137.466c8.815,0,17.745,6.892,24.499,18.907c1.377,2.449,3.922,3.826,6.545,3.826c1.244,0,2.506-0.31,3.668-0.963 C416.765,142.199,418.047,137.626,416.017,134.016z"/> </g> </g> <g> <g> <path d="M142.858,182.888c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-3.118,0-12.132-14.119-12.132-41.063 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5c-17.812,0-27.132,28.203-27.132,56.063 s9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063C150.358,186.245,147,182.888,142.858,182.888z"/> </g> </g> <g> <g> <path d="M311.28,158.09h-95.061c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h95.061c4.142,0,7.5-3.357,7.5-7.5 S315.422,158.09,311.28,158.09z"/> </g> </g> <g> <g> <path d="M380.508,215.952h-76.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h76.461c4.142,0,7.5-3.357,7.5-7.5 S384.65,215.952,380.508,215.952z"/> </g> </g> <g> <g> <path d="M332.978,133.292h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S337.12,133.292,332.978,133.292z"/> </g> </g> <g> <g> <path d="M461.103,238.685h-41.086c6.047-13.944,9.322-30.724,9.322-48.296c0-7.941-0.675-15.808-2.007-23.378 c-0.718-4.079-4.604-6.804-8.686-6.088c-4.08,0.718-6.805,4.606-6.087,8.686c1.181,6.716,1.78,13.707,1.78,20.78 c0,0.948-0.018,1.891-0.039,2.833H279.249c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.798 c-1.684,11.396-4.99,21.832-9.708,30.463H205.887c-12.805,0-24.355,7.349-33.21,19.633H152.76 c9.164-10.484,16.015-25.81,19.262-43.896h49.363c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-47.554 c0.189-2.963,0.291-5.974,0.291-9.032c0-28.415-8.357-53.05-21.362-67.929h57.598c4.142,0,7.5-3.357,7.5-7.5 c0-4.143-3.358-7.5-7.5-7.5h-87.132c-28.541,0-50.897,36.427-50.897,82.929c0,18.164,3.423,34.777,9.281,48.296H50.897 C22.356,238.685,0,275.11,0,321.612s22.356,82.929,50.897,82.929h344.127c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-88.911 h-70.692c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-46.943 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h225.682c19.458,0,35.897,31.107,35.897,67.929 c0,0.949-0.018,1.892-0.039,2.833H361.91c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.77 c-4.26,28.498-18.366,50.096-34.576,50.096h-35.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h35.461 c28.541,0,50.897-36.427,50.897-82.929C512.001,275.112,489.644,238.685,461.103,238.685z M123.226,122.459 c19.458,0,35.897,31.107,35.897,67.929s-16.439,67.929-35.897,67.929s-35.897-31.107-35.897-67.929 S103.768,122.459,123.226,122.459z M50.897,389.542C31.439,389.542,15,358.434,15,321.612c0-36.821,16.439-67.929,35.897-67.929 c19.458,0,35.897,31.107,35.897,67.929C86.794,358.434,70.355,389.542,50.897,389.542z M80.432,389.54 c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5H96.947 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h9.584c8.854,12.285,20.405,19.633,33.21,19.633 h41.046c-4.265,9.843-7.231,21.328-8.53,33.859H114c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h40.998 c0.11,28.176,8.435,52.585,21.354,67.365H80.432z M241.784,321.612c0,36.821-16.439,67.929-35.897,67.929 s-35.897-31.107-35.897-67.929s16.439-67.929,35.897-67.929S241.784,284.791,241.784,321.612z"/> </g> </g> <g> <g> <path d="M225.519,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063s-12.132-14.119-12.132-41.063 c0-4.143-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5c0,27.86,9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063 C233.019,317.469,229.661,314.112,225.519,314.112z"/> </g> </g> <g> <g> <path d="M393.941,289.313H267.882c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h126.059c4.142,0,7.5-3.357,7.5-7.5 S398.083,289.313,393.941,289.313z"/> </g> </g> <g> <g> <path d="M411.506,354.409h-24.798c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h24.798c4.142,0,7.5-3.357,7.5-7.5 S415.648,354.409,411.506,354.409z"/> </g> </g> <g> <g> <path d="M453.87,276.915h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S458.012,276.915,453.87,276.915z"/> </g> </g> <g> <g> <path d="M205.887,278.525c-4.142,0-7.5,3.357-7.5,7.5v14.478c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5v-14.478 C213.387,281.882,210.029,278.525,205.887,278.525z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg></div><div class="content"> <span class="title">Firewood boiler</span> <span class="description">15-60kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/pellets/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="485.19" height="378.02" viewBox="0 0 485.19 378.02"> <path d="M156.37,191.64c3.67,2.09,9.82,5.58,11.66,7.96,5.45,7.01,15.92,8.42,23.47,8.42,4.37,0,7.76-.47,8.64-.61,6.08-.94,10.82-3.82,14.62-6.13,1.98-1.21,4.04-2.46,5.27-2.73,2.31-.51,4.92-1.09,82.96-54.18,38-25.85,75.8-51.89,76.18-52.15,.38-.26,.73-.55,1.05-.87,1.52-1.52,14.86-15.31,14.08-30.11-.41-7.79-1.35-12.64-2.15-15.47,.88-4.13,1.33-11.77-4.04-20.12-5.86-9.12-13.26-18.98-23.65-22.98-10.05-3.87-26.4-3.02-33.24-.74-6.15,2.05-23.76,14.43-29.34,18.41L155.58,111.62c-.68,.43-1.29,.96-1.81,1.58-1.71,2.07-16.75,20.73-16.75,37.96s7.55,31.31,11.59,35.35c1.57,1.57,3.74,2.83,7.75,5.12Zm8.24-67.97L310.02,32.94c.13-.08,.26-.17,.39-.26,10.05-7.18,22.72-15.53,25.56-16.52,4.4-1.47,17.02-1.83,23.11,.51,6.36,2.45,11.87,10.01,16.42,17.09,1.7,2.64,2.15,5.02,2.17,6.75-4.26,3.22-10.91,7.88-14.2,9.27-4.04,1.7-9.75,6.12-18.68,13.21-4.3,3.42-9.18,7.29-11.28,8.5-3.58,2.08-4.81,6.66-2.73,10.25,1.39,2.4,3.91,3.74,6.5,3.74,1.28,0,2.57-.33,3.75-1.01,3.04-1.76,7.69-5.45,13.08-9.73,5.08-4.03,12.75-10.11,15.18-11.14,2.83-1.19,6.43-3.4,9.74-5.63,.11,1.21,.21,2.55,.29,4.06,.34,6.57-6.36,15.16-9.28,18.27-44.71,30.79-111.73,76.54-140.67,95.44,.93-4.52,1.49-7.6,1.56-9.52,.77-19.1-5.68-29.24-10.39-36.64-.85-1.33-1.65-2.59-2.3-3.75-6.36-11.26-23.61-12.02-25.56-12.07-4.15-.09-7.58,3.17-7.69,7.31-.11,4.14,3.17,7.58,7.31,7.69,4.39,.11,11.41,1.86,12.87,4.45,.85,1.5,1.75,2.92,2.71,4.43,4.25,6.68,8.64,13.58,8.06,27.99-.07,1.48-1.36,7.57-2.12,11.2-.86,4.07-1.44,6.86-1.72,8.76-1.79,.86-3.49,1.88-5.15,2.89-3.08,1.87-5.98,3.64-9.11,4.12-8.74,1.34-16.61-.43-17.98-2.2-3.68-4.73-10.56-8.64-16.09-11.79-1.63-.93-3.84-2.18-4.61-2.75-1.73-2.13-7.15-12.31-7.15-24.68,0-9.45,8.49-22.26,12.58-27.49Z"/> <path d="M267.66,90.82c1.32,0,2.67-.35,3.88-1.09,.92-.56,22.66-13.73,26.92-16.6,4.03-2.71,27.04-17.35,27.27-17.5,3.5-2.22,4.53-6.86,2.3-10.35-2.22-3.5-6.86-4.53-10.35-2.3-.95,.61-23.42,14.89-27.61,17.72-3.29,2.22-20.1,12.46-26.31,16.21-3.54,2.15-4.67,6.76-2.53,10.3,1.41,2.33,3.88,3.61,6.42,3.61Z"/> <path d="M260.54,126.11c1.46,0,2.94-.43,4.24-1.32l21.29-14.61c3.42-2.34,4.28-7.01,1.94-10.43s-7.01-4.28-10.43-1.94l-21.29,14.61c-3.42,2.34-4.28,7.01-1.94,10.43,1.45,2.12,3.8,3.26,6.19,3.26Z"/> <path d="M480.91,310.44c-2.92-6.64-6.37-11.41-6.51-11.61-.49-.68-1.09-1.27-1.78-1.74l-152.53-106.12c-.22-.15-.45-.29-.68-.42-1.12-.62-11.11-6.07-15.32-7.88-3.79-1.62-6.78-1.22-8.75-.96-1.42,.19-2.2,.29-4.07-.28-6.71-2.07-12.15-.27-17.41,1.48-2.08,.69-4.22,1.4-6.62,1.95-9.81,2.22-20.13,7.65-25.68,13.52-4.68,4.95-5.52,10.51-6.26,15.42-.25,1.65-.5,3.35-.91,5.06-.4,1.7-1.12,3.43-1.96,5.43-2.01,4.8-4.51,10.77-3.72,19.44,1.22,13.31,15.75,23.64,17.41,24.77,.08,.05,.16,.11,.24,.16,.43,.27,43.64,27.54,87.44,54.38,84.4,51.73,93.92,54.99,97.94,54.99,.29,0,.56-.02,.82-.04,9.12-.6,17.66-2.48,24.07-5.29,5.63-2.48,9.03-6.76,13.32-12.18,1.35-1.71,2.88-3.64,4.66-5.75,4.05-4.81,7.92-12.36,9.63-18.78,1.98-7.43,.86-16.03-3.32-25.55Zm-11.17,21.7c-1.29,4.87-4.37,10.32-6.61,12.97-1.72,2.05-3.18,3.87-4.49,5.52-2.25-2.75-6.96-5.92-14.06-9.43-.58-.29-1.2-.5-1.83-.63-5.1-1.04-10.8-2.77-13.35-4-1.42-3.59-6.58-9.23-25.12-19.23-3.64-1.96-8.19-.6-10.16,3.04-1.97,3.65-.61,8.19,3.04,10.16,7.68,4.15,15.63,9.3,18.04,11.64,1.64,6.42,10.07,9.08,14.36,10.43,3.74,1.18,7.44,2.04,9.18,2.42,3.48,1.78,7.17,4.02,8.22,4.99,.06,.08,.13,.15,.19,.22-3.26,1.05-8.1,2.2-14.64,2.7-11.68-3.96-88.7-51-149.65-89.09,5.79-1.73,12.36-5.62,14.92-9.98,1.1-1.86,7.01-8.69,10.35-12.1,4.74-4.84,4.45-12.34,4.23-18.37-.02-.59-.04-1.16-.06-1.7-.2-7.23-5.78-14.17-6.9-15.48-2.67-3.15-7.38-3.53-10.54-.87-3.16,2.66-3.56,7.39-.91,10.56,1.66,1.99,3.33,5.07,3.36,6.22,.02,.6,.04,1.22,.06,1.85,.08,2.18,.23,6.17-.25,7.62-2.41,2.5-9.67,10.43-12.13,14.46-1.24,1.34-5.87,3.69-7.86,3.77-3.43,.13-9.97-.26-12.2-.42-1.4-.11-2.72,.18-3.88,.76-2.22-1.4-4.41-2.78-6.54-4.12-3.29-2.29-10.39-8.75-10.84-13.69-.45-4.95,.9-8.18,2.62-12.28,1.01-2.4,2.05-4.88,2.73-7.79,.54-2.3,.86-4.4,1.14-6.26,.59-3.92,.94-5.88,2.32-7.34,2.98-3.15,10.33-7.44,18.09-9.2,3.11-.71,5.73-1.57,8.04-2.34,4.54-1.51,6.3-1.98,8.25-1.38,5.02,1.55,8.31,1.11,10.49,.81,.29-.04,.67-.09,.88-.11,2.93,1.27,10.51,5.33,13.64,7.04l151.08,105.11c3.12,4.7,8.89,15.66,6.8,23.51Z"/> <path d="M438.5,305.57l-86.82-59.94c-3.41-2.36-8.08-1.5-10.43,1.91-2.35,3.41-1.5,8.08,1.91,10.43l86.82,59.94c1.3,.9,2.78,1.33,4.25,1.33,2.38,0,4.72-1.13,6.18-3.24,2.35-3.41,1.5-8.08-1.91-10.43Z"/> <path d="M339,268.52c-5.1-2.38-13.4-9.06-16.17-11.44-3.14-2.7-7.88-2.34-10.58,.8-2.7,3.14-2.34,7.88,.8,10.58,1.18,1.01,11.72,9.99,19.61,13.66,5.73,2.67,10.39,5.5,12,6.78,1.33,2.22,3.75,3.66,6.43,3.66,.33,0,.66-.02,.99-.07,4.11-.54,7-4.31,6.46-8.41-.32-2.4-.9-6.87-19.54-15.55Z"/> <path d="M240.7,302.08c-5.49-5.84-134.38-143.1-137.8-146.59-3.88-3.96-13.33-12.21-19.32-16.12-5.44-3.55-9.66-2.43-12.18-1.76-1.77,.47-3.59,.96-8.17-.08-14.25-3.23-36.72,8.39-41.08,10.75-1.06,.57-1.96,1.39-2.64,2.39-1.72,2.54-4.17,5.57-5.02,6.23-4.94,3.53-5.82,10.34-6.53,15.82-.07,.51-.13,1-.19,1.44-.19,.39-.78,1.26-1.21,1.91-1.6,2.36-4.01,5.92-5.79,11.61-3.61,11.52,6.51,25.48,8.57,28.16,.12,.16,.25,.31,.38,.45,4.65,5.14,113.93,125.98,128.3,138.07,8.91,7.5,15.71,9.43,22.91,11.47,5.63,1.6,11.44,3.25,19.97,8.01,3.92,2.19,8.41,3.16,13.11,3.16,12.33,0,26.06-6.71,34.36-15.76,6.78-7.39,9.08-15.94,10.6-21.6,.28-1.04,.65-2.41,.9-3.12,6.26-7.25,4.42-22.29,2.71-30.8-.28-1.37-.93-2.64-1.89-3.66Zm-12.23,24.69c-2.18,2.27-2.98,5.25-3.98,8.98-1.28,4.75-2.87,10.66-7.17,15.35-7.78,8.48-22.47,13.35-29.1,9.64-10.06-5.62-17.34-7.69-23.19-9.35-6.57-1.87-10.9-3.1-17.35-8.52-11.25-9.47-94.99-101.43-126.61-136.41-3.52-4.7-6.79-11.72-5.98-14.31,1.12-3.58,2.53-5.67,3.9-7.68,1.46-2.16,3.12-4.6,3.61-7.97,.08-.56,.16-1.19,.25-1.87,.21-1.59,.61-4.75,1.13-6.12,2.52-2.07,5.18-5.5,6.86-7.85,3.42-1.76,7.57-3.61,11.74-5.16,1.38,3.12,4.01,6.57,8.25,9.08,3.04,1.8,12.59,12.54,19.1,20.95,4.68,6.04,12.65,12.1,13.55,12.77,1.35,1.01,2.93,1.5,4.5,1.5,2.28,0,4.53-1.03,6-3,2.49-3.31,1.82-8.01-1.49-10.5-1.98-1.49-7.77-6.18-10.7-9.97-.62-.8-14.94-19.22-22.76-24.32,.31,.04,.62,.07,.89,.13,8.17,1.85,12.65,.66,15.33-.05,.09-.02,.19-.05,.29-.08,4.84,3.19,13.39,10.62,16.64,13.94,2.62,2.68,89.26,94.91,136.07,144.76,1.1,6.65,1.23,13.95,.22,16.04Z"/> <path d="M189.85,294c-8.74,2.02-17.57,11.43-27.38,22.6-1.92,2.19-3.91,4.46-4.75,5.21-3.1,2.75-3.37,7.49-.62,10.59,1.48,1.67,3.54,2.52,5.61,2.52,1.77,0,3.55-.62,4.98-1.9,1.53-1.36,3.43-3.53,6.06-6.52,4.41-5.02,14.73-16.79,19.48-17.88,4.21-.97,5.98,.16,6.29,.4,2.63,2.92,7.11,3.32,10.23,.85,3.24-2.58,3.78-7.29,1.21-10.54-.7-.88-7.24-8.52-21.09-5.32Z"/> <path d="M56.12,206.81c-3.28-3.86-16.65-19.41-17.22-20.07-2.7-3.14-7.44-3.5-10.58-.79-3.14,2.7-3.5,7.44-.79,10.58,.14,.16,13.92,16.17,17.16,20,3.36,3.95,17.62,18.73,19.23,20.4,1.47,1.52,3.43,2.29,5.4,2.29s3.75-.7,5.21-2.11c2.98-2.88,3.06-7.63,.18-10.6-4.3-4.45-16.01-16.66-18.59-19.7Z"/> <path d="M159.63,291.67c1.9-3.63,.54-8.11-3.05-10.07-3.85-2.55-19.77-21.89-24.1-29.29-4.69-8.01-30.04-34.44-35.08-39.66-2.88-2.98-7.62-3.06-10.6-.19-2.98,2.88-3.06,7.62-.19,10.6,11.18,11.58,30,31.81,32.92,36.82,3.86,6.59,22.57,31.06,29.97,34.94,1.11,.58,2.3,.86,3.48,.86,2.7,0,5.31-1.46,6.65-4.02Z"/> </svg></div><div class="content"> <span class="title">Pellet boiler</span> <span class="description">7 - 250kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/wood-chip/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="480.92" height="296.14" viewBox="0 0 480.92 296.14"> <path d="M480.06,213.59c-1.68-3.32-16.52-32.64-20.43-38.33-1.39-2.02-3.32-3.46-6.03-4.37,.97-1.52,1.71-3.14,2.16-4.88,3.33-12.91-3.45-21.95-7.97-25.25-1.85-1.35-4.2-1.85-6.44-1.35l-5.17,1.14c1.71-3.33,2.98-7.12,2.92-10.97-.15-9.22-6.9-13.38-13.77-15.53,1.38-1.74,2.08-3.91,1.93-6.21-.16-2.46-.41-6.17-10.8-12.33l22.73-13.22c2.99-1.74,4.53-5.21,3.8-8.6-.73-3.39-3.55-5.92-7-6.28-.98-.1-24.21-2.47-38.4-.72-5.65,.7-43.83,5.5-86.07,10.83,3.67-2.5,10.51-7.92,11.82-14.32,.61-2.99,.04-6-1.62-8.47-3.16-4.71-9.03-6.53-16.47-8.83-5.01-1.55-10.69-3.32-15.38-6-5.53-3.17-15.09-20.55-20.76-34.85-1.44-3.64-5.3-5.7-9.12-4.87-15.34,3.31-92.28,19.97-100.96,23.35-3,1.17-11.76,2.87-20.23,4.52-13.22,2.57-28.2,5.48-37.77,9.12-17.8,6.77-19.99,9.62-20.92,10.84-2.08,2.72-2.2,6.47-.29,9.32,3.1,4.61,18.76,27.84,23.01,32.57,1.32,1.47,3.01,2.54,5.26,3.23-.49,.96-.87,1.96-1.12,3-1.43,5.83-.37,10.74,1.63,14.59-6.81,.7-13.46,1.84-17.76,3.74-9.55,4.19-15.63,12.18-18.15,16.05l-11.8-10.06c-.87-.75-1.9-1.29-3.01-1.61-6.46-1.83-22.38-5.44-30.52,.76-2.07,1.48-11.33,2.88-19.41,2.95-3.26,.02-6.18,2.02-7.38,5.05-1.2,3.03-.45,6.48,1.91,8.73l159.03,151.99c1.16,1.11,2.62,1.84,4.2,2.11,4.39,.74,17.11,3.09,23.21,5.11,1.24,.41,2.49,.61,3.72,.61,2.26,0,4.47-.69,6.43-2.03,7.4-5.07,9.19-19.45,9.6-27.57,.03-.56,0-1.11-.09-1.66l-1.73-10.83,15.38,9.78c3.2,2.04,7.18,1.75,9.82-.97,.23-.22,5.76-5.24,13.4-3.55,11.53,2.55,33.39,10.6,33.61,10.68,2.57,.94,5.44,.52,7.61-1.14l5.78-4.4c1.02,3.45,4.18,5.73,7.66,5.73,.55,0,1.12-.06,1.68-.18,15.11-3.22,90.9-19.5,99.6-23.09,2.89-1.19,11.44-2.81,19.7-4.37,13.04-2.46,27.83-5.26,37.43-9.12,17.74-7.14,20.04-10.38,20.91-11.59,1.72-2.42,1.96-5.59,.62-8.25Zm-224.31-32.76c-4.02,2.83-16.5,12.69-12.11,23.08l-21.5-18.89,39.83-6.2-3.34,.73c-1.04,.23-2.02,.66-2.89,1.27Zm-112.61-65.21l39.47-8.72,3.63,14.37c.62,2.47,2.39,4.5,4.75,5.46,7.71,3.13,22.67,8.77,35.42,11.01-5.75,4.21-17.79,11.31-21.7,11.72-3.29-.72-6.6,.19-8.96,2.5-1.75,1.71-2.84,3.93-3.31,6.96l-49.29-43.3Zm256.42-33.06c2.43-.3,5.24-.45,8.19-.51l-12.13,7.06c-2.6,1.52-4.14,4.36-3.96,7.37,.17,3.01,2.02,5.66,4.78,6.87,2.8,1.22,5.67,2.61,8.21,3.94-4.5,1.98-9.53,4.11-13.18,5.6-3.74,1.53-5.74,5.61-4.68,9.51s4.85,6.39,8.86,5.81c3.04-.44,12-1.4,16.9-.58l.69,.11c2.68,.44,8.05,1.33,9.85,2.53-.28,1.93-2.31,5.28-4.53,7.97l-209.5,32.62c-.38-2.18-.65-4.23-.8-5.9,11.74-2.43,27.02-13.89,30.03-16.23,5.01-2.9,47.32-20.23,84.93-35.22,3.96-1.58,5.99-5.99,4.61-10.03-1.38-4.04-5.7-6.28-9.79-5.09-2.85,.83-69.9,20.27-80.33,24.22-4,1.24-20.68-2.99-36.95-9.24l-1.41-5.6c38.55-4.86,188.59-23.78,200.22-25.22ZM98,55.65c2.15-.95,4.98-2.12,8.7-3.53,8.29-3.15,23.18-6.05,35.14-8.37,11.56-2.25,18.85-3.71,22.97-5.31,5.44-2.11,56.81-13.58,92.05-21.22,1.38,3.12,3.17,6.98,5.28,11.04l-73.93,15.19c-4.33,.89-7.12,5.12-6.23,9.45,.78,3.79,4.11,6.39,7.83,6.39,.53,0,1.08-.05,1.62-.17l79.48-16.33c3.44,4.77,7.18,8.81,11.01,10.99,6.21,3.55,13.07,5.68,18.59,7.39,1.33,.41,2.87,.89,4.28,1.37-.56,.46-1.15,.93-1.74,1.36L122.92,103.7c-.48-.85-.8-2.02-.47-3.57,1.79-2.89,13.36-7.88,24.03-10.35,4.3-.99,6.98-5.26,6.01-9.56s-5.24-7-9.54-6.04c-11.87,2.65-24.78,4.31-29.2,3.83-3-3.83-9.87-13.74-15.75-22.37ZM248.92,243.68c-9.18-2.03-17.24,.55-22.68,3.72l-25.79-16.4c-2.66-1.69-6.05-1.66-8.69,.07-2.63,1.73-4,4.84-3.51,7.95l3.94,24.67c-4.77-4.97-12.71-12.58-26.11-24.6-14.77-13.25-29.33-25.69-29.48-25.82-3.36-2.87-8.41-2.47-11.28,.89-2.87,3.36-2.47,8.41,.89,11.28,23.63,20.18,49.46,43.47,57.05,52.09-4.86-1.08-9.66-1.97-12.46-2.47L26.05,136.72c4.13-.9,8.06-2.25,10.8-4.26,2.04-.82,8.94-.17,15.02,1.33l64.34,54.88c3.23,2.75,8.04,2.51,10.97-.55,2.93-3.06,2.97-7.88,.08-10.98l-38.53-41.39c2.03-2.36,4.94-5.06,8.52-6.64,5.34-2.34,21.59-3.37,33.08-3.43l64.97,57.07c.95,2.55,3.12,4.39,5.68,4.99l71.79,63.07c-7.52-2.56-17.08-5.61-23.85-7.12Zm5.15-30.61c1.74,.82,3.59,1.59,5.53,2.4,4.73,1.96,10.09,4.19,14.42,7.41,2.65,1.97,6.09,8.19,9.46,16.03l-29.41-25.84Zm198.49,5.52c-8.14,3.28-22.71,6.03-34.42,8.24-11.43,2.16-18.64,3.57-22.83,5.3-4.87,1.99-48.5,11.85-89.64,20.69-1.33-4.19-3.15-9.54-5.34-15.08l73.65-14.86c4.33-.87,7.13-5.09,6.26-9.42-.87-4.33-5.09-7.13-9.42-6.26l-77.37,15.61c-3.02-5.48-6.35-10.15-9.87-12.77-5.91-4.4-12.52-7.14-17.83-9.34-1.8-.75-4-1.66-5.65-2.47,.98-1.08,2.32-2.32,3.68-3.4l176.25-38.73c.59,1.39,.93,3.35,.26,5.94-.21,.79-2.73,3.84-11.26,7.38-6.45,2.68-12.76,4.15-12.82,4.16-4.29,.99-6.98,5.26-6.01,9.56,.97,4.3,5.23,7,9.54,6.05,11.11-2.47,23.25-3.9,27.66-3.34,2.92,4.94,9.67,17.86,15.07,28.42-2.24,1.1-5.42,2.53-9.89,4.33Z"/> <path d="M301.28,136.67c.3,4.21,3.81,7.43,7.97,7.43,.19,0,.39,0,.58-.02,.9-.06,22.26-1.63,33.35-4.7,10.28-2.85,28.9-7.77,29.09-7.82,4.27-1.13,6.82-5.5,5.69-9.78-1.13-4.27-5.5-6.82-9.78-5.69-.19,.05-18.9,4.99-29.28,7.87-7.93,2.2-24.51,3.75-30.22,4.16-4.41,.32-7.72,4.15-7.41,8.55Z"/> <path d="M165.18,176.54c-10.27-6.05-27.81-27.81-33.71-35.69-2.65-3.54-7.66-4.26-11.2-1.61-3.54,2.65-4.26,7.66-1.61,11.2,2.36,3.16,23.51,31.12,38.39,39.89,12.61,7.43,29.49,26.95,29.66,27.15,1.58,1.84,3.82,2.78,6.07,2.78,1.85,0,3.71-.64,5.22-1.94,3.35-2.88,3.73-7.93,.84-11.28-.76-.88-18.77-21.71-33.66-30.49Z"/> </svg></div><div class="content"> <span class="title">Wood chip boiler</span> <span class="description">24 - 1000kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/" class="li-widgets--child-nav__item "><div class="icon"><svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m229.75 327.25h15v15h-15z"/><path d="m207.25 169.75h15v15h-15z"/><path d="m259.75 327.25h15v15h-15z"/><path d="m237.25 169.75h15v15h-15z"/><path d="m267.25 169.75h15v15h-15z"/><path d="m192.25 184.75v-15c-12.407 0-22.5 10.093-22.5 22.5h15c0-4.136 3.364-7.5 7.5-7.5z"/><path d="m169.75 207.25h15v15h-15z"/><path d="m169.75 267.25h15v15h-15z"/><path d="m169.75 297.25h15v15h-15z"/><path d="m169.75 237.25h15v15h-15z"/><path d="m199.75 327.25h15v15h-15z"/><path d="m327.25 199.75h15v15h-15z"/><path d="m327.25 259.75h15v15h-15z"/><path d="m327.25 289.75h15v15h-15z"/><path d="m327.25 229.75h15v15h-15z"/><path d="m319.75 327.25v15c12.407 0 22.5-10.093 22.5-22.5h-15c0 4.136-3.364 7.5-7.5 7.5z"/><path d="m289.75 327.25h15v15h-15z"/><path d="m297.25 169.75h15v15h-15z"/><path d="m489.5 169.75h-147.25v-147.25c0-12.407-10.093-22.5-22.5-22.5h-297.25c-12.407 0-22.5 10.093-22.5 22.5v22.5h15v-22.5c0-4.135 3.365-7.5 7.5-7.5h297.25c4.135 0 7.5 3.365 7.5 7.5v162.25h162.25c4.135 0 7.5 3.365 7.5 7.5v297.25c0 4.135-3.365 7.5-7.5 7.5h-22.5v15h22.5c12.407 0 22.5-10.093 22.5-22.5v-297.25c0-12.407-10.093-22.5-22.5-22.5z"/><path d="m437 497h15v15h-15z"/><path d="m184.75 489.5v-162.25h-162.25c-4.135 0-7.5-3.365-7.5-7.5v-259.75h-15v259.75c0 12.407 10.093 22.5 22.5 22.5h147.25v147.25c0 12.407 10.093 22.5 22.5 22.5h229.75v-15h-229.75c-4.135 0-7.5-3.365-7.5-7.5z"/><path d="m297.25 60h15v15h-15z"/><path d="m297.25 30h15v15h-15z"/></g></svg></div><div class="content"> <span class="title">Firewood and pellet boiler</span> <span class="description">15 - 40kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/commercial-boilers/" class="li-widgets--child-nav__item "><div class="icon"><svg id="_x31__px" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><g id="XMLID_1_"><path d="m14 9.09 8.81 1.75c.71.15 1.19.75 1.19 1.46v10.2c0 .83-.67 1.5-1.5 1.5h-9c.28 0 .5-.22.5-.5v-.5h8.5c.27 0 .5-.22.5-.5v-10.2c0-.23-.16-.44-.39-.49l-8.61-1.7z"/><path d="m19.5 14c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m19.5 17c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m19.5 20c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m14 23.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-.5-13.5c0-.15.07-.29.18-.39.12-.09.27-.13.42-.1l.4.08v1.02 12.89z"/><path d="m13 23v.5c0 .28.22.5.5.5h-4c.28 0 .5-.22.5-.5v-.5z"/><path d="m10.5 5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m11 8.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5z"/><path d="m10.5 11c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m10.5 14c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m6 14.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5z"/><path d="m5.5 5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m5.5 8c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m5.5 11c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m9 18.5c0-.28-.23-.5-.5-.5h-3c-.28 0-.5.22-.5.5v4.5h-1v-4.5c0-.83.67-1.5 1.5-1.5h3c.83 0 1.5.67 1.5 1.5v4.5h-1z"/><path d="m5 23h4 1v.5c0 .28-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5v-.5z"/><path d="m1.75.2 10.99 1.67c.73.12 1.26.74 1.26 1.48v5.74l-.4-.08c-.15-.03-.3.01-.42.1-.11.1-.18.24-.18.39v-6.15c0-.25-.18-.46-.42-.5l-10.99-1.66c-.03-.01-.06-.01-.09-.01-.12 0-.23.04-.32.12-.12.1-.18.23-.18.38v20.82c0 .28.23.5.5.5h2.5v.5c0 .28.22.5.5.5h-3c-.83 0-1.5-.67-1.5-1.5v-20.82c0-.44.19-.86.53-1.14.34-.29.78-.41 1.22-.34z"/></g></svg></div><div class="content"> <span class="title">Commercial boilers</span> <span class="description">150 - 1500kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/heat-and-electricity/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 517.9 487" style="enable-background:new 0 0 517.9 487;" xml:space="preserve"> <path d="M206.8,197c0,49.2,0,98.3-0.1,147.5c0,2.7,0.8,4.6,2.8,6.5c22.8,21.7,30.7,48.1,21.4,78.2c-9.1,29.4-30,46.8-60.4,51.9 c-32.2,5.4-64.9-12.2-78.8-41.5c-14.3-30.3-7.4-66.3,17.3-88.2c2.3-2,3.1-4,3.1-7c-0.1-96.9-0.1-193.9,0-290.8 c0-22.5,13.6-41,34.3-47c30.1-8.7,60.3,14,60.4,45.5C206.8,100.3,206.8,148.7,206.8,197z M191,199.5c0-11.7,0-23.5,0-35.2 c0-37.3,0-74.6,0-111.9c0-15-10.4-27.9-24.6-31C146.2,17,128,32,128,53.2c0,97.6,0,195.3,0,292.9c0,6.7-2.4,11.7-7.3,16.2 c-16,14.4-22.7,32.5-19.6,53.8c3.8,25.8,24.7,46,50.6,49.5c25.5,3.4,50.8-10.5,61.5-34c10.9-23.6,5-52-14.6-69 c-5.3-4.6-7.8-10-7.8-17C191,296.9,191,248.2,191,199.5z"/> <path d="M91.6,67.5c0,5.4,0,10.2,0,15.3c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.5,0-9-3-9-7.6c-0.1-4.8,3.5-7.9,9.1-7.9 c11.5,0,23,0,34.5,0C89.7,67.5,90.5,67.5,91.6,67.5z"/> <path d="M91.6,311.8c0,5.2,0,10,0,15.1c-0.9,0.1-1.6,0.3-2.4,0.3c-12,0-23.9,0.1-35.9,0c-4.3,0-7.3-2.7-7.9-6.6 c-0.6-3.6,1.6-7.3,5.3-8.5c0.8-0.3,1.8-0.4,2.7-0.4c12.2,0,24.4,0,36.6,0C90.4,311.6,90.8,311.7,91.6,311.8z"/> <path d="M91.6,230.4c0,5.4,0,10.2,0,15.2c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.4,0-9-3-9-7.6c-0.1-4.8,3.5-8,9.1-8 c11.3,0,22.6,0,33.8,0C89.3,230.3,90.4,230.4,91.6,230.4z"/> <path d="M91.6,149.1c0,5.2,0,10,0,15.3c-2.5,0-4.9,0-7.2,0c-10,0-20.1,0-30.1,0c-5.5,0-9-3-9-7.6c-0.1-4.6,3.4-7.8,8.8-7.9 c11.7-0.1,23.5-0.1,35.2-0.1C89.9,148.9,90.6,149,91.6,149.1z"/> <path d="M187,371.4c-6.7-5.3-9.8-12-9.7-20.4c0.1-9.6,0-19.2,0-28.7c0-49-0.1-98-0.1-147l0,0v-68l0,0c-0.1-9.8-8-17.7-17.7-17.7 s-17.6,7.9-17.7,17.7l0,0v68l0,0c0,58.1,0,116.1,0.1,174.2c0,9.6-3.3,16.7-10.7,22.7c-20.8,16.8-21.4,49-1.8,66.7 c18.8,16.9,47.5,15.3,63.7-3.6C209.6,416,207,387.4,187,371.4z"/> <g> <path d="M255.2,474.1c-1.5,0-3-0.3-4.4-1c-4.3-2.1-6.6-7-5.3-11.7L298,263.8h-63.1c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1 H311c3.1,0,6.1,1.5,8,3.9c1.9,2.5,2.6,5.7,1.8,8.7l-42.8,161l164.2-216.5h-97.9c-2.9,0-5.7-1.3-7.6-3.5s-2.8-5.2-2.3-8.1 l20.2-136.9L240,206c-3.3,4.5-9.7,5.4-14.1,2.1c-4.5-3.3-5.4-9.7-2.1-14.1L362.4,8.1c2.8-3.7,7.7-5.1,12-3.3s6.8,6.2,6.1,10.8 l-24.4,164.9h106.5c3.8,0,7.3,2.2,9,5.6c1.7,3.4,1.3,7.5-1,10.6L263.2,470.1C261.2,472.7,258.2,474.1,255.2,474.1z"/> </g> <path d="M206.8,197c0,49.2,0,98.3-0.1,147.5c0,2.7,0.8,4.6,2.8,6.5c22.8,21.7,30.7,48.1,21.4,78.2c-9.1,29.4-30,46.8-60.4,51.9 c-32.2,5.4-64.9-12.2-78.8-41.5c-14.3-30.3-7.4-66.3,17.3-88.2c2.3-2,3.1-4,3.1-7c-0.1-96.9-0.1-193.9,0-290.8 c0-22.5,13.6-41,34.3-47c30.1-8.7,60.3,14,60.4,45.5C206.8,100.3,206.8,148.7,206.8,197z M191,199.5c0-11.7,0-23.5,0-35.2 c0-37.3,0-74.6,0-111.9c0-15-10.4-27.9-24.6-31C146.2,17,128,32,128,53.2c0,97.6,0,195.3,0,292.9c0,6.7-2.4,11.7-7.3,16.2 c-16,14.4-22.7,32.5-19.6,53.8c3.8,25.8,24.7,46,50.6,49.5c25.5,3.4,50.8-10.5,61.5-34c10.9-23.6,5-52-14.6-69 c-5.3-4.6-7.8-10-7.8-17C191,296.9,191,248.2,191,199.5z"/> <path d="M91.6,67.5c0,5.4,0,10.2,0,15.3c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.5,0-9-3-9-7.6c-0.1-4.8,3.5-7.9,9.1-7.9 c11.5,0,23,0,34.5,0C89.7,67.5,90.5,67.5,91.6,67.5z"/> <path d="M91.6,311.8c0,5.2,0,10,0,15.1c-0.9,0.1-1.6,0.3-2.4,0.3c-12,0-23.9,0.1-35.9,0c-4.3,0-7.3-2.7-7.9-6.6 c-0.6-3.6,1.6-7.3,5.3-8.5c0.8-0.3,1.8-0.4,2.7-0.4c12.2,0,24.4,0,36.6,0C90.4,311.6,90.8,311.7,91.6,311.8z"/> <path d="M91.6,230.4c0,5.4,0,10.2,0,15.2c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.4,0-9-3-9-7.6c-0.1-4.8,3.5-8,9.1-8 c11.3,0,22.6,0,33.8,0C89.3,230.3,90.4,230.4,91.6,230.4z"/> <path d="M91.6,149.1c0,5.2,0,10,0,15.3c-2.5,0-4.9,0-7.2,0c-10,0-20.1,0-30.1,0c-5.5,0-9-3-9-7.6c-0.1-4.6,3.4-7.8,8.8-7.9 c11.7-0.1,23.5-0.1,35.2-0.1C89.9,148.9,90.6,149,91.6,149.1z"/> <path d="M187,371.4c-6.7-5.3-9.8-12-9.7-20.4c0.1-9.6,0-19.2,0-28.7c0-49-0.1-98-0.1-147l0,0v-68l0,0c-0.1-9.8-8-17.7-17.7-17.7 s-17.6,7.9-17.7,17.7l0,0v68l0,0c0,58.1,0,116.1,0.1,174.2c0,9.6-3.3,16.7-10.7,22.7c-20.8,16.8-21.4,49-1.8,66.7 c18.8,16.9,47.5,15.3,63.7-3.6C209.6,416,207,387.4,187,371.4z"/> <g> <path d="M255.2,474.1c-1.5,0-3-0.3-4.4-1c-4.3-2.1-6.6-7-5.3-11.7L298,263.8h-63.1c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1 H311c3.1,0,6.1,1.5,8,3.9c1.9,2.5,2.6,5.7,1.8,8.7l-42.8,161l164.2-216.5h-97.9c-2.9,0-5.7-1.3-7.6-3.5s-2.8-5.2-2.3-8.1 l20.2-136.9L240,206c-3.3,4.5-9.7,5.4-14.1,2.1c-4.5-3.3-5.4-9.7-2.1-14.1L362.4,8.1c2.8-3.7,7.7-5.1,12-3.3s6.8,6.2,6.1,10.8 l-24.4,164.9h106.5c3.8,0,7.3,2.2,9,5.6c1.7,3.4,1.3,7.5-1,10.6L263.2,470.1C261.2,472.7,258.2,474.1,255.2,474.1z"/> </g> </svg></div><div class="content"> <span class="title">Heat and electricity</span> <span class="description">electrical capacity of 46 - 56 kW / thermal capacity of 95 - 115 kW</span></div> </a> <a href="https://www.froeling.com/en-gb/products/tank-systems/" class="li-widgets--child-nav__item "><div class="icon"><?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 418.9 485.2" style="enable-background:new 0 0 418.9 485.2;" xml:space="preserve"> <path d="M313.5,23.4c0-2.9-1.5-5.5-4-6.9C300,11,268.2,1.4,209.4,0.1c-73.8-1.6-99.4,13-100.5,13.6c-2.4,1.4-3.9,4.1-3.9,6.9v431.2 c0,1.2,0.2,2.3,0.7,3.4c1.4,3.1,16.4,30.1,102.2,30.1c1.2,0,2.5,0,3.8,0c37.2-0.3,65.2-5.6,83.4-15.6c14.9-8.2,18.1-17.1,18.6-18.8 c0.2-0.7,0.3-1.4,0.3-2.2L313.5,23.4L313.5,23.4z M121,51c3.6-1.2,10.7-3.3,21-5.3c14.3-2.8,37.7-5.8,68.5-4.9 c46.2,1.5,76,8.8,87,12.1l0.3,371.4c-2.8,2.7-25.4,22.5-85,22.5c-1,0-2,0-3,0c-57-0.6-82.5-16.4-88.8-21.1L121,51L121,51z M209.1,16.1c48,1,76.7,7.8,88.4,12.4v7.8c-14.4-3.9-43.6-10-86.5-11.4c-45.2-1.4-75.9,5.3-90,9.4v-8.5 C132.7,21.2,161.3,15.1,209.1,16.1L209.1,16.1z M211.5,469.2c-67.3,0.6-86.5-15.5-90.5-20v-4.8c14.4,7.7,42.1,17.8,88.7,18.3 c1.1,0,2.1,0,3.2,0c44.9,0,71.3-10.5,85-18.8v2.8C295.4,450.8,280.1,468.6,211.5,469.2L211.5,469.2z"/> <path d="M221.5,354.5c24.5-0.4,56.8-5,58.1-5.2c4-0.6,6.9-4,6.9-8l-0.8-211.7c0-4.4-3.6-8-8-8H163.1c-4.4,0-8,3.6-8,8v213.6 c0,4.1,3.1,7.5,7.2,8c1.3,0.1,31.2,3.2,55.2,3.2C218.8,354.6,220.2,354.6,221.5,354.5L221.5,354.5z M221.2,338.5 c-15.3,0.2-34.8-1.1-46.7-2.1c0.8-0.3,1.6-0.8,2.3-1.3l5.1-4.2c0.4,0.1,0.8,0.2,1.1,0.3c0.7,0.1,15.9,2.3,31.6,2.3 c1.2,0,2.3,0,3.5,0c14.1-0.3,32.3-2.9,38.2-3.8l12.3,5.1C257.4,336.1,237.3,338.3,221.2,338.5L221.2,338.5z M269.8,161.1l0.6,157 l-5.4-2.2V161.1L269.8,161.1L269.8,161.1z M249,160.9v153.6c-7.8,1.1-20.9,2.6-31.1,2.9c-9.4,0.2-19.2-0.6-25.6-1.3V160.5L249,160.9 L249,160.9z M176.3,315.1c-0.5,0.3-1,0.6-1.5,1l-3.7,3V160.4l5.2,0V315.1L176.3,315.1z M269.7,137.8l0,7.3l-11.2-0.1 c-0.5-0.1-1-0.2-1.5-0.2l-69-0.3l-17-0.1v-6.6H269.7z"/> </svg></div><div class="content"> <span class="title">Tank systems</span> <span class="description"></span></div> </a></div></div></div></div><div class="elementor-element elementor-element-a8dbe51 e-con-full e-flex e-con e-child" data-id="a8dbe51" data-element_type="container"><div class="elementor-element elementor-element-44f5249 elementor-align-justify elementor-widget elementor-widget-button" data-id="44f5249" data-element_type="widget" data-widget_type="button.default"><div class="elementor-widget-container"><div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://www.froeling.com/en-gb/froling-app/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g> <g> <path d="M302.933,42.667h-51.2c-7.074,0-12.8,5.726-12.8,12.8s5.726,12.8,12.8,12.8h51.2c7.074,0,12.8-5.726,12.8-12.8 S310.007,42.667,302.933,42.667z"></path> </g></g><g> <g> <path d="M358.4,0H153.6c-28.228,0-51.2,22.972-51.2,51.2v409.6c0,28.228,22.972,51.2,51.2,51.2h204.8 c28.228,0,51.2-22.972,51.2-51.2V51.2C409.6,22.972,386.628,0,358.4,0z M384,460.8c0,14.14-11.46,25.6-25.6,25.6H153.6 c-14.14,0-25.6-11.46-25.6-25.6V51.2c0-14.14,11.46-25.6,25.6-25.6h204.8c14.14,0,25.6,11.46,25.6,25.6V460.8z"></path> </g></g><g> <g> <circle cx="256" cy="443.733" r="25.6"></circle> </g></g><g> <g> <circle cx="209.067" cy="55.467" r="12.8"></circle> </g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg> </span> <span class="elementor-button-text">Froling App</span> </span> </a></div></div></div></div></div></div></div> <script type='text/javascript'>const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } );</script> <noscript><style>.lazyload{display:none;}</style></noscript><script data-noptimize="1">window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.loadMode=1;</script><script async data-noptimize="1" src='https://www.froeling.com/en-gb/wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js?ao_version=3.1.12'></script><link rel='stylesheet' id='elementor-post-913-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_a50e3dbb57a91a17c16ae7eeb019ec28.css?ver=1728647087' type='text/css' media='all' /><link rel='stylesheet' id='elementor-post-903-css' href='https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/css/autoptimize_single_bf79842a251257386e1e93a7cde00037.css?ver=1731507923' type='text/css' media='all' /> <script id="elementor-pro-frontend-js-before">var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.froeling.com\/en-gb\/wp-admin\/admin-ajax.php","nonce":"11348269ee","urls":{"assets":"https:\/\/www.froeling.com\/en-gb\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.froeling.com\/en-gb\/wp-json\/"},"settings":{"lazy_load_background_images":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"facebook_sdk":{"lang":"en_GB","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.froeling.com\/en-gb\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}};</script> <script id="elementor-frontend-js-before">var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselWrapperAriaLabel":"Carousel | Horizontal scrolling: Arrow Left & Right","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1400,"default_value":1366,"direction":"max","is_enabled":true},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":true},"version":"3.24.6","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"container":true,"container_grid":true,"e_swiper_latest":true,"e_nested_atomic_repeaters":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"ai-layout":true,"landing-pages":true,"link-in-bio":true,"floating-buttons":true,"display-conditions":true,"form-submissions":true},"urls":{"assets":"https:\/\/www.froeling.com\/en-gb\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.froeling.com\/en-gb\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.froeling.com\/en-gb\/wp-content\/uploads\/sites\/3"},"nonces":{"floatingButtonsClickTracking":"27b8d98a8e"},"swiperClass":"swiper","settings":{"page":[],"editorPreferences":[]},"kit":{"active_breakpoints":["viewport_mobile","viewport_tablet","viewport_laptop"],"viewport_laptop":1400,"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description"},"post":{"id":3,"title":"Data%20Protection%20-%20Fr%C3%B6ling","excerpt":"","featuredImage":false}};</script> <nav id="mmenu-main"><ul id="mobile-main-nav" class="menu"><li class="product-menu menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-315"><a href="#" data-show-popup="311">Products</a><ul class="sub-menu"><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1871"><a href="https://www.froeling.com/en-gb/products/firewood-boiler/">Firewood boiler</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="iso-8859-1"?> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"> <g> <g> <path d="M50.897,265.549c-17.812,0-27.132,28.203-27.132,56.063c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5S55.039,265.549,50.897,265.549z"/> </g> </g> <g> <g> <path d="M70.529,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-4.142,0-7.5,3.357-7.5,7.5 s3.358,7.5,7.5,7.5c17.812,0.001,27.132-28.202,27.132-56.063C78.029,317.469,74.671,314.112,70.529,314.112z"/> </g> </g> <g> <g> <path d="M416.017,134.016c-9.626-17.126-22.971-26.558-37.575-26.558H240.976c-4.142,0-7.5,3.357-7.5,7.5s3.357,7.501,7.5,7.501 h137.466c8.815,0,17.745,6.892,24.499,18.907c1.377,2.449,3.922,3.826,6.545,3.826c1.244,0,2.506-0.31,3.668-0.963 C416.765,142.199,418.047,137.626,416.017,134.016z"/> </g> </g> <g> <g> <path d="M142.858,182.888c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-3.118,0-12.132-14.119-12.132-41.063 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5c-17.812,0-27.132,28.203-27.132,56.063 s9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063C150.358,186.245,147,182.888,142.858,182.888z"/> </g> </g> <g> <g> <path d="M311.28,158.09h-95.061c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h95.061c4.142,0,7.5-3.357,7.5-7.5 S315.422,158.09,311.28,158.09z"/> </g> </g> <g> <g> <path d="M380.508,215.952h-76.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h76.461c4.142,0,7.5-3.357,7.5-7.5 S384.65,215.952,380.508,215.952z"/> </g> </g> <g> <g> <path d="M332.978,133.292h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S337.12,133.292,332.978,133.292z"/> </g> </g> <g> <g> <path d="M461.103,238.685h-41.086c6.047-13.944,9.322-30.724,9.322-48.296c0-7.941-0.675-15.808-2.007-23.378 c-0.718-4.079-4.604-6.804-8.686-6.088c-4.08,0.718-6.805,4.606-6.087,8.686c1.181,6.716,1.78,13.707,1.78,20.78 c0,0.948-0.018,1.891-0.039,2.833H279.249c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.798 c-1.684,11.396-4.99,21.832-9.708,30.463H205.887c-12.805,0-24.355,7.349-33.21,19.633H152.76 c9.164-10.484,16.015-25.81,19.262-43.896h49.363c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-47.554 c0.189-2.963,0.291-5.974,0.291-9.032c0-28.415-8.357-53.05-21.362-67.929h57.598c4.142,0,7.5-3.357,7.5-7.5 c0-4.143-3.358-7.5-7.5-7.5h-87.132c-28.541,0-50.897,36.427-50.897,82.929c0,18.164,3.423,34.777,9.281,48.296H50.897 C22.356,238.685,0,275.11,0,321.612s22.356,82.929,50.897,82.929h344.127c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-88.911 h-70.692c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-46.943 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h225.682c19.458,0,35.897,31.107,35.897,67.929 c0,0.949-0.018,1.892-0.039,2.833H361.91c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.77 c-4.26,28.498-18.366,50.096-34.576,50.096h-35.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h35.461 c28.541,0,50.897-36.427,50.897-82.929C512.001,275.112,489.644,238.685,461.103,238.685z M123.226,122.459 c19.458,0,35.897,31.107,35.897,67.929s-16.439,67.929-35.897,67.929s-35.897-31.107-35.897-67.929 S103.768,122.459,123.226,122.459z M50.897,389.542C31.439,389.542,15,358.434,15,321.612c0-36.821,16.439-67.929,35.897-67.929 c19.458,0,35.897,31.107,35.897,67.929C86.794,358.434,70.355,389.542,50.897,389.542z M80.432,389.54 c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5H96.947 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h9.584c8.854,12.285,20.405,19.633,33.21,19.633 h41.046c-4.265,9.843-7.231,21.328-8.53,33.859H114c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h40.998 c0.11,28.176,8.435,52.585,21.354,67.365H80.432z M241.784,321.612c0,36.821-16.439,67.929-35.897,67.929 s-35.897-31.107-35.897-67.929s16.439-67.929,35.897-67.929S241.784,284.791,241.784,321.612z"/> </g> </g> <g> <g> <path d="M225.519,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063s-12.132-14.119-12.132-41.063 c0-4.143-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5c0,27.86,9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063 C233.019,317.469,229.661,314.112,225.519,314.112z"/> </g> </g> <g> <g> <path d="M393.941,289.313H267.882c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h126.059c4.142,0,7.5-3.357,7.5-7.5 S398.083,289.313,393.941,289.313z"/> </g> </g> <g> <g> <path d="M411.506,354.409h-24.798c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h24.798c4.142,0,7.5-3.357,7.5-7.5 S415.648,354.409,411.506,354.409z"/> </g> </g> <g> <g> <path d="M453.87,276.915h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S458.012,276.915,453.87,276.915z"/> </g> </g> <g> <g> <path d="M205.887,278.525c-4.142,0-7.5,3.357-7.5,7.5v14.478c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5v-14.478 C213.387,281.882,210.029,278.525,205.887,278.525z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg> </span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1870"><a href="https://www.froeling.com/en-gb/products/pellets/">Pellet boiler</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="485.19" height="378.02" viewBox="0 0 485.19 378.02"> <path d="M156.37,191.64c3.67,2.09,9.82,5.58,11.66,7.96,5.45,7.01,15.92,8.42,23.47,8.42,4.37,0,7.76-.47,8.64-.61,6.08-.94,10.82-3.82,14.62-6.13,1.98-1.21,4.04-2.46,5.27-2.73,2.31-.51,4.92-1.09,82.96-54.18,38-25.85,75.8-51.89,76.18-52.15,.38-.26,.73-.55,1.05-.87,1.52-1.52,14.86-15.31,14.08-30.11-.41-7.79-1.35-12.64-2.15-15.47,.88-4.13,1.33-11.77-4.04-20.12-5.86-9.12-13.26-18.98-23.65-22.98-10.05-3.87-26.4-3.02-33.24-.74-6.15,2.05-23.76,14.43-29.34,18.41L155.58,111.62c-.68,.43-1.29,.96-1.81,1.58-1.71,2.07-16.75,20.73-16.75,37.96s7.55,31.31,11.59,35.35c1.57,1.57,3.74,2.83,7.75,5.12Zm8.24-67.97L310.02,32.94c.13-.08,.26-.17,.39-.26,10.05-7.18,22.72-15.53,25.56-16.52,4.4-1.47,17.02-1.83,23.11,.51,6.36,2.45,11.87,10.01,16.42,17.09,1.7,2.64,2.15,5.02,2.17,6.75-4.26,3.22-10.91,7.88-14.2,9.27-4.04,1.7-9.75,6.12-18.68,13.21-4.3,3.42-9.18,7.29-11.28,8.5-3.58,2.08-4.81,6.66-2.73,10.25,1.39,2.4,3.91,3.74,6.5,3.74,1.28,0,2.57-.33,3.75-1.01,3.04-1.76,7.69-5.45,13.08-9.73,5.08-4.03,12.75-10.11,15.18-11.14,2.83-1.19,6.43-3.4,9.74-5.63,.11,1.21,.21,2.55,.29,4.06,.34,6.57-6.36,15.16-9.28,18.27-44.71,30.79-111.73,76.54-140.67,95.44,.93-4.52,1.49-7.6,1.56-9.52,.77-19.1-5.68-29.24-10.39-36.64-.85-1.33-1.65-2.59-2.3-3.75-6.36-11.26-23.61-12.02-25.56-12.07-4.15-.09-7.58,3.17-7.69,7.31-.11,4.14,3.17,7.58,7.31,7.69,4.39,.11,11.41,1.86,12.87,4.45,.85,1.5,1.75,2.92,2.71,4.43,4.25,6.68,8.64,13.58,8.06,27.99-.07,1.48-1.36,7.57-2.12,11.2-.86,4.07-1.44,6.86-1.72,8.76-1.79,.86-3.49,1.88-5.15,2.89-3.08,1.87-5.98,3.64-9.11,4.12-8.74,1.34-16.61-.43-17.98-2.2-3.68-4.73-10.56-8.64-16.09-11.79-1.63-.93-3.84-2.18-4.61-2.75-1.73-2.13-7.15-12.31-7.15-24.68,0-9.45,8.49-22.26,12.58-27.49Z"/> <path d="M267.66,90.82c1.32,0,2.67-.35,3.88-1.09,.92-.56,22.66-13.73,26.92-16.6,4.03-2.71,27.04-17.35,27.27-17.5,3.5-2.22,4.53-6.86,2.3-10.35-2.22-3.5-6.86-4.53-10.35-2.3-.95,.61-23.42,14.89-27.61,17.72-3.29,2.22-20.1,12.46-26.31,16.21-3.54,2.15-4.67,6.76-2.53,10.3,1.41,2.33,3.88,3.61,6.42,3.61Z"/> <path d="M260.54,126.11c1.46,0,2.94-.43,4.24-1.32l21.29-14.61c3.42-2.34,4.28-7.01,1.94-10.43s-7.01-4.28-10.43-1.94l-21.29,14.61c-3.42,2.34-4.28,7.01-1.94,10.43,1.45,2.12,3.8,3.26,6.19,3.26Z"/> <path d="M480.91,310.44c-2.92-6.64-6.37-11.41-6.51-11.61-.49-.68-1.09-1.27-1.78-1.74l-152.53-106.12c-.22-.15-.45-.29-.68-.42-1.12-.62-11.11-6.07-15.32-7.88-3.79-1.62-6.78-1.22-8.75-.96-1.42,.19-2.2,.29-4.07-.28-6.71-2.07-12.15-.27-17.41,1.48-2.08,.69-4.22,1.4-6.62,1.95-9.81,2.22-20.13,7.65-25.68,13.52-4.68,4.95-5.52,10.51-6.26,15.42-.25,1.65-.5,3.35-.91,5.06-.4,1.7-1.12,3.43-1.96,5.43-2.01,4.8-4.51,10.77-3.72,19.44,1.22,13.31,15.75,23.64,17.41,24.77,.08,.05,.16,.11,.24,.16,.43,.27,43.64,27.54,87.44,54.38,84.4,51.73,93.92,54.99,97.94,54.99,.29,0,.56-.02,.82-.04,9.12-.6,17.66-2.48,24.07-5.29,5.63-2.48,9.03-6.76,13.32-12.18,1.35-1.71,2.88-3.64,4.66-5.75,4.05-4.81,7.92-12.36,9.63-18.78,1.98-7.43,.86-16.03-3.32-25.55Zm-11.17,21.7c-1.29,4.87-4.37,10.32-6.61,12.97-1.72,2.05-3.18,3.87-4.49,5.52-2.25-2.75-6.96-5.92-14.06-9.43-.58-.29-1.2-.5-1.83-.63-5.1-1.04-10.8-2.77-13.35-4-1.42-3.59-6.58-9.23-25.12-19.23-3.64-1.96-8.19-.6-10.16,3.04-1.97,3.65-.61,8.19,3.04,10.16,7.68,4.15,15.63,9.3,18.04,11.64,1.64,6.42,10.07,9.08,14.36,10.43,3.74,1.18,7.44,2.04,9.18,2.42,3.48,1.78,7.17,4.02,8.22,4.99,.06,.08,.13,.15,.19,.22-3.26,1.05-8.1,2.2-14.64,2.7-11.68-3.96-88.7-51-149.65-89.09,5.79-1.73,12.36-5.62,14.92-9.98,1.1-1.86,7.01-8.69,10.35-12.1,4.74-4.84,4.45-12.34,4.23-18.37-.02-.59-.04-1.16-.06-1.7-.2-7.23-5.78-14.17-6.9-15.48-2.67-3.15-7.38-3.53-10.54-.87-3.16,2.66-3.56,7.39-.91,10.56,1.66,1.99,3.33,5.07,3.36,6.22,.02,.6,.04,1.22,.06,1.85,.08,2.18,.23,6.17-.25,7.62-2.41,2.5-9.67,10.43-12.13,14.46-1.24,1.34-5.87,3.69-7.86,3.77-3.43,.13-9.97-.26-12.2-.42-1.4-.11-2.72,.18-3.88,.76-2.22-1.4-4.41-2.78-6.54-4.12-3.29-2.29-10.39-8.75-10.84-13.69-.45-4.95,.9-8.18,2.62-12.28,1.01-2.4,2.05-4.88,2.73-7.79,.54-2.3,.86-4.4,1.14-6.26,.59-3.92,.94-5.88,2.32-7.34,2.98-3.15,10.33-7.44,18.09-9.2,3.11-.71,5.73-1.57,8.04-2.34,4.54-1.51,6.3-1.98,8.25-1.38,5.02,1.55,8.31,1.11,10.49,.81,.29-.04,.67-.09,.88-.11,2.93,1.27,10.51,5.33,13.64,7.04l151.08,105.11c3.12,4.7,8.89,15.66,6.8,23.51Z"/> <path d="M438.5,305.57l-86.82-59.94c-3.41-2.36-8.08-1.5-10.43,1.91-2.35,3.41-1.5,8.08,1.91,10.43l86.82,59.94c1.3,.9,2.78,1.33,4.25,1.33,2.38,0,4.72-1.13,6.18-3.24,2.35-3.41,1.5-8.08-1.91-10.43Z"/> <path d="M339,268.52c-5.1-2.38-13.4-9.06-16.17-11.44-3.14-2.7-7.88-2.34-10.58,.8-2.7,3.14-2.34,7.88,.8,10.58,1.18,1.01,11.72,9.99,19.61,13.66,5.73,2.67,10.39,5.5,12,6.78,1.33,2.22,3.75,3.66,6.43,3.66,.33,0,.66-.02,.99-.07,4.11-.54,7-4.31,6.46-8.41-.32-2.4-.9-6.87-19.54-15.55Z"/> <path d="M240.7,302.08c-5.49-5.84-134.38-143.1-137.8-146.59-3.88-3.96-13.33-12.21-19.32-16.12-5.44-3.55-9.66-2.43-12.18-1.76-1.77,.47-3.59,.96-8.17-.08-14.25-3.23-36.72,8.39-41.08,10.75-1.06,.57-1.96,1.39-2.64,2.39-1.72,2.54-4.17,5.57-5.02,6.23-4.94,3.53-5.82,10.34-6.53,15.82-.07,.51-.13,1-.19,1.44-.19,.39-.78,1.26-1.21,1.91-1.6,2.36-4.01,5.92-5.79,11.61-3.61,11.52,6.51,25.48,8.57,28.16,.12,.16,.25,.31,.38,.45,4.65,5.14,113.93,125.98,128.3,138.07,8.91,7.5,15.71,9.43,22.91,11.47,5.63,1.6,11.44,3.25,19.97,8.01,3.92,2.19,8.41,3.16,13.11,3.16,12.33,0,26.06-6.71,34.36-15.76,6.78-7.39,9.08-15.94,10.6-21.6,.28-1.04,.65-2.41,.9-3.12,6.26-7.25,4.42-22.29,2.71-30.8-.28-1.37-.93-2.64-1.89-3.66Zm-12.23,24.69c-2.18,2.27-2.98,5.25-3.98,8.98-1.28,4.75-2.87,10.66-7.17,15.35-7.78,8.48-22.47,13.35-29.1,9.64-10.06-5.62-17.34-7.69-23.19-9.35-6.57-1.87-10.9-3.1-17.35-8.52-11.25-9.47-94.99-101.43-126.61-136.41-3.52-4.7-6.79-11.72-5.98-14.31,1.12-3.58,2.53-5.67,3.9-7.68,1.46-2.16,3.12-4.6,3.61-7.97,.08-.56,.16-1.19,.25-1.87,.21-1.59,.61-4.75,1.13-6.12,2.52-2.07,5.18-5.5,6.86-7.85,3.42-1.76,7.57-3.61,11.74-5.16,1.38,3.12,4.01,6.57,8.25,9.08,3.04,1.8,12.59,12.54,19.1,20.95,4.68,6.04,12.65,12.1,13.55,12.77,1.35,1.01,2.93,1.5,4.5,1.5,2.28,0,4.53-1.03,6-3,2.49-3.31,1.82-8.01-1.49-10.5-1.98-1.49-7.77-6.18-10.7-9.97-.62-.8-14.94-19.22-22.76-24.32,.31,.04,.62,.07,.89,.13,8.17,1.85,12.65,.66,15.33-.05,.09-.02,.19-.05,.29-.08,4.84,3.19,13.39,10.62,16.64,13.94,2.62,2.68,89.26,94.91,136.07,144.76,1.1,6.65,1.23,13.95,.22,16.04Z"/> <path d="M189.85,294c-8.74,2.02-17.57,11.43-27.38,22.6-1.92,2.19-3.91,4.46-4.75,5.21-3.1,2.75-3.37,7.49-.62,10.59,1.48,1.67,3.54,2.52,5.61,2.52,1.77,0,3.55-.62,4.98-1.9,1.53-1.36,3.43-3.53,6.06-6.52,4.41-5.02,14.73-16.79,19.48-17.88,4.21-.97,5.98,.16,6.29,.4,2.63,2.92,7.11,3.32,10.23,.85,3.24-2.58,3.78-7.29,1.21-10.54-.7-.88-7.24-8.52-21.09-5.32Z"/> <path d="M56.12,206.81c-3.28-3.86-16.65-19.41-17.22-20.07-2.7-3.14-7.44-3.5-10.58-.79-3.14,2.7-3.5,7.44-.79,10.58,.14,.16,13.92,16.17,17.16,20,3.36,3.95,17.62,18.73,19.23,20.4,1.47,1.52,3.43,2.29,5.4,2.29s3.75-.7,5.21-2.11c2.98-2.88,3.06-7.63,.18-10.6-4.3-4.45-16.01-16.66-18.59-19.7Z"/> <path d="M159.63,291.67c1.9-3.63,.54-8.11-3.05-10.07-3.85-2.55-19.77-21.89-24.1-29.29-4.69-8.01-30.04-34.44-35.08-39.66-2.88-2.98-7.62-3.06-10.6-.19-2.98,2.88-3.06,7.62-.19,10.6,11.18,11.58,30,31.81,32.92,36.82,3.86,6.59,22.57,31.06,29.97,34.94,1.11,.58,2.3,.86,3.48,.86,2.7,0,5.31-1.46,6.65-4.02Z"/> </svg> </span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1868"><a href="https://www.froeling.com/en-gb/products/wood-chip/">Wood chip boiler</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" width="480.92" height="296.14" viewBox="0 0 480.92 296.14"> <path d="M480.06,213.59c-1.68-3.32-16.52-32.64-20.43-38.33-1.39-2.02-3.32-3.46-6.03-4.37,.97-1.52,1.71-3.14,2.16-4.88,3.33-12.91-3.45-21.95-7.97-25.25-1.85-1.35-4.2-1.85-6.44-1.35l-5.17,1.14c1.71-3.33,2.98-7.12,2.92-10.97-.15-9.22-6.9-13.38-13.77-15.53,1.38-1.74,2.08-3.91,1.93-6.21-.16-2.46-.41-6.17-10.8-12.33l22.73-13.22c2.99-1.74,4.53-5.21,3.8-8.6-.73-3.39-3.55-5.92-7-6.28-.98-.1-24.21-2.47-38.4-.72-5.65,.7-43.83,5.5-86.07,10.83,3.67-2.5,10.51-7.92,11.82-14.32,.61-2.99,.04-6-1.62-8.47-3.16-4.71-9.03-6.53-16.47-8.83-5.01-1.55-10.69-3.32-15.38-6-5.53-3.17-15.09-20.55-20.76-34.85-1.44-3.64-5.3-5.7-9.12-4.87-15.34,3.31-92.28,19.97-100.96,23.35-3,1.17-11.76,2.87-20.23,4.52-13.22,2.57-28.2,5.48-37.77,9.12-17.8,6.77-19.99,9.62-20.92,10.84-2.08,2.72-2.2,6.47-.29,9.32,3.1,4.61,18.76,27.84,23.01,32.57,1.32,1.47,3.01,2.54,5.26,3.23-.49,.96-.87,1.96-1.12,3-1.43,5.83-.37,10.74,1.63,14.59-6.81,.7-13.46,1.84-17.76,3.74-9.55,4.19-15.63,12.18-18.15,16.05l-11.8-10.06c-.87-.75-1.9-1.29-3.01-1.61-6.46-1.83-22.38-5.44-30.52,.76-2.07,1.48-11.33,2.88-19.41,2.95-3.26,.02-6.18,2.02-7.38,5.05-1.2,3.03-.45,6.48,1.91,8.73l159.03,151.99c1.16,1.11,2.62,1.84,4.2,2.11,4.39,.74,17.11,3.09,23.21,5.11,1.24,.41,2.49,.61,3.72,.61,2.26,0,4.47-.69,6.43-2.03,7.4-5.07,9.19-19.45,9.6-27.57,.03-.56,0-1.11-.09-1.66l-1.73-10.83,15.38,9.78c3.2,2.04,7.18,1.75,9.82-.97,.23-.22,5.76-5.24,13.4-3.55,11.53,2.55,33.39,10.6,33.61,10.68,2.57,.94,5.44,.52,7.61-1.14l5.78-4.4c1.02,3.45,4.18,5.73,7.66,5.73,.55,0,1.12-.06,1.68-.18,15.11-3.22,90.9-19.5,99.6-23.09,2.89-1.19,11.44-2.81,19.7-4.37,13.04-2.46,27.83-5.26,37.43-9.12,17.74-7.14,20.04-10.38,20.91-11.59,1.72-2.42,1.96-5.59,.62-8.25Zm-224.31-32.76c-4.02,2.83-16.5,12.69-12.11,23.08l-21.5-18.89,39.83-6.2-3.34,.73c-1.04,.23-2.02,.66-2.89,1.27Zm-112.61-65.21l39.47-8.72,3.63,14.37c.62,2.47,2.39,4.5,4.75,5.46,7.71,3.13,22.67,8.77,35.42,11.01-5.75,4.21-17.79,11.31-21.7,11.72-3.29-.72-6.6,.19-8.96,2.5-1.75,1.71-2.84,3.93-3.31,6.96l-49.29-43.3Zm256.42-33.06c2.43-.3,5.24-.45,8.19-.51l-12.13,7.06c-2.6,1.52-4.14,4.36-3.96,7.37,.17,3.01,2.02,5.66,4.78,6.87,2.8,1.22,5.67,2.61,8.21,3.94-4.5,1.98-9.53,4.11-13.18,5.6-3.74,1.53-5.74,5.61-4.68,9.51s4.85,6.39,8.86,5.81c3.04-.44,12-1.4,16.9-.58l.69,.11c2.68,.44,8.05,1.33,9.85,2.53-.28,1.93-2.31,5.28-4.53,7.97l-209.5,32.62c-.38-2.18-.65-4.23-.8-5.9,11.74-2.43,27.02-13.89,30.03-16.23,5.01-2.9,47.32-20.23,84.93-35.22,3.96-1.58,5.99-5.99,4.61-10.03-1.38-4.04-5.7-6.28-9.79-5.09-2.85,.83-69.9,20.27-80.33,24.22-4,1.24-20.68-2.99-36.95-9.24l-1.41-5.6c38.55-4.86,188.59-23.78,200.22-25.22ZM98,55.65c2.15-.95,4.98-2.12,8.7-3.53,8.29-3.15,23.18-6.05,35.14-8.37,11.56-2.25,18.85-3.71,22.97-5.31,5.44-2.11,56.81-13.58,92.05-21.22,1.38,3.12,3.17,6.98,5.28,11.04l-73.93,15.19c-4.33,.89-7.12,5.12-6.23,9.45,.78,3.79,4.11,6.39,7.83,6.39,.53,0,1.08-.05,1.62-.17l79.48-16.33c3.44,4.77,7.18,8.81,11.01,10.99,6.21,3.55,13.07,5.68,18.59,7.39,1.33,.41,2.87,.89,4.28,1.37-.56,.46-1.15,.93-1.74,1.36L122.92,103.7c-.48-.85-.8-2.02-.47-3.57,1.79-2.89,13.36-7.88,24.03-10.35,4.3-.99,6.98-5.26,6.01-9.56s-5.24-7-9.54-6.04c-11.87,2.65-24.78,4.31-29.2,3.83-3-3.83-9.87-13.74-15.75-22.37ZM248.92,243.68c-9.18-2.03-17.24,.55-22.68,3.72l-25.79-16.4c-2.66-1.69-6.05-1.66-8.69,.07-2.63,1.73-4,4.84-3.51,7.95l3.94,24.67c-4.77-4.97-12.71-12.58-26.11-24.6-14.77-13.25-29.33-25.69-29.48-25.82-3.36-2.87-8.41-2.47-11.28,.89-2.87,3.36-2.47,8.41,.89,11.28,23.63,20.18,49.46,43.47,57.05,52.09-4.86-1.08-9.66-1.97-12.46-2.47L26.05,136.72c4.13-.9,8.06-2.25,10.8-4.26,2.04-.82,8.94-.17,15.02,1.33l64.34,54.88c3.23,2.75,8.04,2.51,10.97-.55,2.93-3.06,2.97-7.88,.08-10.98l-38.53-41.39c2.03-2.36,4.94-5.06,8.52-6.64,5.34-2.34,21.59-3.37,33.08-3.43l64.97,57.07c.95,2.55,3.12,4.39,5.68,4.99l71.79,63.07c-7.52-2.56-17.08-5.61-23.85-7.12Zm5.15-30.61c1.74,.82,3.59,1.59,5.53,2.4,4.73,1.96,10.09,4.19,14.42,7.41,2.65,1.97,6.09,8.19,9.46,16.03l-29.41-25.84Zm198.49,5.52c-8.14,3.28-22.71,6.03-34.42,8.24-11.43,2.16-18.64,3.57-22.83,5.3-4.87,1.99-48.5,11.85-89.64,20.69-1.33-4.19-3.15-9.54-5.34-15.08l73.65-14.86c4.33-.87,7.13-5.09,6.26-9.42-.87-4.33-5.09-7.13-9.42-6.26l-77.37,15.61c-3.02-5.48-6.35-10.15-9.87-12.77-5.91-4.4-12.52-7.14-17.83-9.34-1.8-.75-4-1.66-5.65-2.47,.98-1.08,2.32-2.32,3.68-3.4l176.25-38.73c.59,1.39,.93,3.35,.26,5.94-.21,.79-2.73,3.84-11.26,7.38-6.45,2.68-12.76,4.15-12.82,4.16-4.29,.99-6.98,5.26-6.01,9.56,.97,4.3,5.23,7,9.54,6.05,11.11-2.47,23.25-3.9,27.66-3.34,2.92,4.94,9.67,17.86,15.07,28.42-2.24,1.1-5.42,2.53-9.89,4.33Z"/> <path d="M301.28,136.67c.3,4.21,3.81,7.43,7.97,7.43,.19,0,.39,0,.58-.02,.9-.06,22.26-1.63,33.35-4.7,10.28-2.85,28.9-7.77,29.09-7.82,4.27-1.13,6.82-5.5,5.69-9.78-1.13-4.27-5.5-6.82-9.78-5.69-.19,.05-18.9,4.99-29.28,7.87-7.93,2.2-24.51,3.75-30.22,4.16-4.41,.32-7.72,4.15-7.41,8.55Z"/> <path d="M165.18,176.54c-10.27-6.05-27.81-27.81-33.71-35.69-2.65-3.54-7.66-4.26-11.2-1.61-3.54,2.65-4.26,7.66-1.61,11.2,2.36,3.16,23.51,31.12,38.39,39.89,12.61,7.43,29.49,26.95,29.66,27.15,1.58,1.84,3.82,2.78,6.07,2.78,1.85,0,3.71-.64,5.22-1.94,3.35-2.88,3.73-7.93,.84-11.28-.76-.88-18.77-21.71-33.66-30.49Z"/> </svg> </span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1869"><a href="https://www.froeling.com/en-gb/products/firewood-and-pellet-boiler/">Firewood and pellet boiler</a><span class="mobile-nav__icon"><svg id="Capa_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m229.75 327.25h15v15h-15z"/><path d="m207.25 169.75h15v15h-15z"/><path d="m259.75 327.25h15v15h-15z"/><path d="m237.25 169.75h15v15h-15z"/><path d="m267.25 169.75h15v15h-15z"/><path d="m192.25 184.75v-15c-12.407 0-22.5 10.093-22.5 22.5h15c0-4.136 3.364-7.5 7.5-7.5z"/><path d="m169.75 207.25h15v15h-15z"/><path d="m169.75 267.25h15v15h-15z"/><path d="m169.75 297.25h15v15h-15z"/><path d="m169.75 237.25h15v15h-15z"/><path d="m199.75 327.25h15v15h-15z"/><path d="m327.25 199.75h15v15h-15z"/><path d="m327.25 259.75h15v15h-15z"/><path d="m327.25 289.75h15v15h-15z"/><path d="m327.25 229.75h15v15h-15z"/><path d="m319.75 327.25v15c12.407 0 22.5-10.093 22.5-22.5h-15c0 4.136-3.364 7.5-7.5 7.5z"/><path d="m289.75 327.25h15v15h-15z"/><path d="m297.25 169.75h15v15h-15z"/><path d="m489.5 169.75h-147.25v-147.25c0-12.407-10.093-22.5-22.5-22.5h-297.25c-12.407 0-22.5 10.093-22.5 22.5v22.5h15v-22.5c0-4.135 3.365-7.5 7.5-7.5h297.25c4.135 0 7.5 3.365 7.5 7.5v162.25h162.25c4.135 0 7.5 3.365 7.5 7.5v297.25c0 4.135-3.365 7.5-7.5 7.5h-22.5v15h22.5c12.407 0 22.5-10.093 22.5-22.5v-297.25c0-12.407-10.093-22.5-22.5-22.5z"/><path d="m437 497h15v15h-15z"/><path d="m184.75 489.5v-162.25h-162.25c-4.135 0-7.5-3.365-7.5-7.5v-259.75h-15v259.75c0 12.407 10.093 22.5 22.5 22.5h147.25v147.25c0 12.407 10.093 22.5 22.5 22.5h229.75v-15h-229.75c-4.135 0-7.5-3.365-7.5-7.5z"/><path d="m297.25 60h15v15h-15z"/><path d="m297.25 30h15v15h-15z"/></g></svg></span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1867"><a href="https://www.froeling.com/en-gb/products/commercial-boilers/">Commercial boilers</a><span class="mobile-nav__icon"><svg id="_x31__px" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><g id="XMLID_1_"><path d="m14 9.09 8.81 1.75c.71.15 1.19.75 1.19 1.46v10.2c0 .83-.67 1.5-1.5 1.5h-9c.28 0 .5-.22.5-.5v-.5h8.5c.27 0 .5-.22.5-.5v-10.2c0-.23-.16-.44-.39-.49l-8.61-1.7z"/><path d="m19.5 14c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m19.5 17c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m19.5 20c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m14 23.5c0 .28-.22.5-.5.5s-.5-.22-.5-.5v-.5-13.5c0-.15.07-.29.18-.39.12-.09.27-.13.42-.1l.4.08v1.02 12.89z"/><path d="m13 23v.5c0 .28.22.5.5.5h-4c.28 0 .5-.22.5-.5v-.5z"/><path d="m10.5 5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m11 8.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5z"/><path d="m10.5 11c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m10.5 14c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m6 14.5c0 .28-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5h2c.28 0 .5.22.5.5z"/><path d="m5.5 5c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m5.5 8c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m5.5 11c.28 0 .5.22.5.5s-.22.5-.5.5h-2c-.28 0-.5-.22-.5-.5s.22-.5.5-.5z"/><path d="m9 18.5c0-.28-.23-.5-.5-.5h-3c-.28 0-.5.22-.5.5v4.5h-1v-4.5c0-.83.67-1.5 1.5-1.5h3c.83 0 1.5.67 1.5 1.5v4.5h-1z"/><path d="m5 23h4 1v.5c0 .28-.22.5-.5.5h-5c-.28 0-.5-.22-.5-.5v-.5z"/><path d="m1.75.2 10.99 1.67c.73.12 1.26.74 1.26 1.48v5.74l-.4-.08c-.15-.03-.3.01-.42.1-.11.1-.18.24-.18.39v-6.15c0-.25-.18-.46-.42-.5l-10.99-1.66c-.03-.01-.06-.01-.09-.01-.12 0-.23.04-.32.12-.12.1-.18.23-.18.38v20.82c0 .28.23.5.5.5h2.5v.5c0 .28.22.5.5.5h-3c-.83 0-1.5-.67-1.5-1.5v-20.82c0-.44.19-.86.53-1.14.34-.29.78-.41 1.22-.34z"/></g></svg></span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1873"><a href="https://www.froeling.com/en-gb/products/heat-and-electricity/">Heat and electricity</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 517.9 487" style="enable-background:new 0 0 517.9 487;" xml:space="preserve"> <path d="M206.8,197c0,49.2,0,98.3-0.1,147.5c0,2.7,0.8,4.6,2.8,6.5c22.8,21.7,30.7,48.1,21.4,78.2c-9.1,29.4-30,46.8-60.4,51.9 c-32.2,5.4-64.9-12.2-78.8-41.5c-14.3-30.3-7.4-66.3,17.3-88.2c2.3-2,3.1-4,3.1-7c-0.1-96.9-0.1-193.9,0-290.8 c0-22.5,13.6-41,34.3-47c30.1-8.7,60.3,14,60.4,45.5C206.8,100.3,206.8,148.7,206.8,197z M191,199.5c0-11.7,0-23.5,0-35.2 c0-37.3,0-74.6,0-111.9c0-15-10.4-27.9-24.6-31C146.2,17,128,32,128,53.2c0,97.6,0,195.3,0,292.9c0,6.7-2.4,11.7-7.3,16.2 c-16,14.4-22.7,32.5-19.6,53.8c3.8,25.8,24.7,46,50.6,49.5c25.5,3.4,50.8-10.5,61.5-34c10.9-23.6,5-52-14.6-69 c-5.3-4.6-7.8-10-7.8-17C191,296.9,191,248.2,191,199.5z"/> <path d="M91.6,67.5c0,5.4,0,10.2,0,15.3c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.5,0-9-3-9-7.6c-0.1-4.8,3.5-7.9,9.1-7.9 c11.5,0,23,0,34.5,0C89.7,67.5,90.5,67.5,91.6,67.5z"/> <path d="M91.6,311.8c0,5.2,0,10,0,15.1c-0.9,0.1-1.6,0.3-2.4,0.3c-12,0-23.9,0.1-35.9,0c-4.3,0-7.3-2.7-7.9-6.6 c-0.6-3.6,1.6-7.3,5.3-8.5c0.8-0.3,1.8-0.4,2.7-0.4c12.2,0,24.4,0,36.6,0C90.4,311.6,90.8,311.7,91.6,311.8z"/> <path d="M91.6,230.4c0,5.4,0,10.2,0,15.2c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.4,0-9-3-9-7.6c-0.1-4.8,3.5-8,9.1-8 c11.3,0,22.6,0,33.8,0C89.3,230.3,90.4,230.4,91.6,230.4z"/> <path d="M91.6,149.1c0,5.2,0,10,0,15.3c-2.5,0-4.9,0-7.2,0c-10,0-20.1,0-30.1,0c-5.5,0-9-3-9-7.6c-0.1-4.6,3.4-7.8,8.8-7.9 c11.7-0.1,23.5-0.1,35.2-0.1C89.9,148.9,90.6,149,91.6,149.1z"/> <path d="M187,371.4c-6.7-5.3-9.8-12-9.7-20.4c0.1-9.6,0-19.2,0-28.7c0-49-0.1-98-0.1-147l0,0v-68l0,0c-0.1-9.8-8-17.7-17.7-17.7 s-17.6,7.9-17.7,17.7l0,0v68l0,0c0,58.1,0,116.1,0.1,174.2c0,9.6-3.3,16.7-10.7,22.7c-20.8,16.8-21.4,49-1.8,66.7 c18.8,16.9,47.5,15.3,63.7-3.6C209.6,416,207,387.4,187,371.4z"/> <g> <path d="M255.2,474.1c-1.5,0-3-0.3-4.4-1c-4.3-2.1-6.6-7-5.3-11.7L298,263.8h-63.1c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1 H311c3.1,0,6.1,1.5,8,3.9c1.9,2.5,2.6,5.7,1.8,8.7l-42.8,161l164.2-216.5h-97.9c-2.9,0-5.7-1.3-7.6-3.5s-2.8-5.2-2.3-8.1 l20.2-136.9L240,206c-3.3,4.5-9.7,5.4-14.1,2.1c-4.5-3.3-5.4-9.7-2.1-14.1L362.4,8.1c2.8-3.7,7.7-5.1,12-3.3s6.8,6.2,6.1,10.8 l-24.4,164.9h106.5c3.8,0,7.3,2.2,9,5.6c1.7,3.4,1.3,7.5-1,10.6L263.2,470.1C261.2,472.7,258.2,474.1,255.2,474.1z"/> </g> <path d="M206.8,197c0,49.2,0,98.3-0.1,147.5c0,2.7,0.8,4.6,2.8,6.5c22.8,21.7,30.7,48.1,21.4,78.2c-9.1,29.4-30,46.8-60.4,51.9 c-32.2,5.4-64.9-12.2-78.8-41.5c-14.3-30.3-7.4-66.3,17.3-88.2c2.3-2,3.1-4,3.1-7c-0.1-96.9-0.1-193.9,0-290.8 c0-22.5,13.6-41,34.3-47c30.1-8.7,60.3,14,60.4,45.5C206.8,100.3,206.8,148.7,206.8,197z M191,199.5c0-11.7,0-23.5,0-35.2 c0-37.3,0-74.6,0-111.9c0-15-10.4-27.9-24.6-31C146.2,17,128,32,128,53.2c0,97.6,0,195.3,0,292.9c0,6.7-2.4,11.7-7.3,16.2 c-16,14.4-22.7,32.5-19.6,53.8c3.8,25.8,24.7,46,50.6,49.5c25.5,3.4,50.8-10.5,61.5-34c10.9-23.6,5-52-14.6-69 c-5.3-4.6-7.8-10-7.8-17C191,296.9,191,248.2,191,199.5z"/> <path d="M91.6,67.5c0,5.4,0,10.2,0,15.3c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.5,0-9-3-9-7.6c-0.1-4.8,3.5-7.9,9.1-7.9 c11.5,0,23,0,34.5,0C89.7,67.5,90.5,67.5,91.6,67.5z"/> <path d="M91.6,311.8c0,5.2,0,10,0,15.1c-0.9,0.1-1.6,0.3-2.4,0.3c-12,0-23.9,0.1-35.9,0c-4.3,0-7.3-2.7-7.9-6.6 c-0.6-3.6,1.6-7.3,5.3-8.5c0.8-0.3,1.8-0.4,2.7-0.4c12.2,0,24.4,0,36.6,0C90.4,311.6,90.8,311.7,91.6,311.8z"/> <path d="M91.6,230.4c0,5.4,0,10.2,0,15.2c-1,0.1-1.9,0.2-2.8,0.2c-11.5,0-23,0-34.5,0c-5.4,0-9-3-9-7.6c-0.1-4.8,3.5-8,9.1-8 c11.3,0,22.6,0,33.8,0C89.3,230.3,90.4,230.4,91.6,230.4z"/> <path d="M91.6,149.1c0,5.2,0,10,0,15.3c-2.5,0-4.9,0-7.2,0c-10,0-20.1,0-30.1,0c-5.5,0-9-3-9-7.6c-0.1-4.6,3.4-7.8,8.8-7.9 c11.7-0.1,23.5-0.1,35.2-0.1C89.9,148.9,90.6,149,91.6,149.1z"/> <path d="M187,371.4c-6.7-5.3-9.8-12-9.7-20.4c0.1-9.6,0-19.2,0-28.7c0-49-0.1-98-0.1-147l0,0v-68l0,0c-0.1-9.8-8-17.7-17.7-17.7 s-17.6,7.9-17.7,17.7l0,0v68l0,0c0,58.1,0,116.1,0.1,174.2c0,9.6-3.3,16.7-10.7,22.7c-20.8,16.8-21.4,49-1.8,66.7 c18.8,16.9,47.5,15.3,63.7-3.6C209.6,416,207,387.4,187,371.4z"/> <g> <path d="M255.2,474.1c-1.5,0-3-0.3-4.4-1c-4.3-2.1-6.6-7-5.3-11.7L298,263.8h-63.1c-5.6,0-10.1-4.5-10.1-10.1s4.5-10.1,10.1-10.1 H311c3.1,0,6.1,1.5,8,3.9c1.9,2.5,2.6,5.7,1.8,8.7l-42.8,161l164.2-216.5h-97.9c-2.9,0-5.7-1.3-7.6-3.5s-2.8-5.2-2.3-8.1 l20.2-136.9L240,206c-3.3,4.5-9.7,5.4-14.1,2.1c-4.5-3.3-5.4-9.7-2.1-14.1L362.4,8.1c2.8-3.7,7.7-5.1,12-3.3s6.8,6.2,6.1,10.8 l-24.4,164.9h106.5c3.8,0,7.3,2.2,9,5.6c1.7,3.4,1.3,7.5-1,10.6L263.2,470.1C261.2,472.7,258.2,474.1,255.2,474.1z"/> </g> </svg> </span></li><li class="menu-item menu-item-type-taxonomy menu-item-object-frling_products_type menu-item-1872"><a href="https://www.froeling.com/en-gb/products/tank-systems/">Tank systems</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="utf-8"?> <svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 418.9 485.2" style="enable-background:new 0 0 418.9 485.2;" xml:space="preserve"> <path d="M313.5,23.4c0-2.9-1.5-5.5-4-6.9C300,11,268.2,1.4,209.4,0.1c-73.8-1.6-99.4,13-100.5,13.6c-2.4,1.4-3.9,4.1-3.9,6.9v431.2 c0,1.2,0.2,2.3,0.7,3.4c1.4,3.1,16.4,30.1,102.2,30.1c1.2,0,2.5,0,3.8,0c37.2-0.3,65.2-5.6,83.4-15.6c14.9-8.2,18.1-17.1,18.6-18.8 c0.2-0.7,0.3-1.4,0.3-2.2L313.5,23.4L313.5,23.4z M121,51c3.6-1.2,10.7-3.3,21-5.3c14.3-2.8,37.7-5.8,68.5-4.9 c46.2,1.5,76,8.8,87,12.1l0.3,371.4c-2.8,2.7-25.4,22.5-85,22.5c-1,0-2,0-3,0c-57-0.6-82.5-16.4-88.8-21.1L121,51L121,51z M209.1,16.1c48,1,76.7,7.8,88.4,12.4v7.8c-14.4-3.9-43.6-10-86.5-11.4c-45.2-1.4-75.9,5.3-90,9.4v-8.5 C132.7,21.2,161.3,15.1,209.1,16.1L209.1,16.1z M211.5,469.2c-67.3,0.6-86.5-15.5-90.5-20v-4.8c14.4,7.7,42.1,17.8,88.7,18.3 c1.1,0,2.1,0,3.2,0c44.9,0,71.3-10.5,85-18.8v2.8C295.4,450.8,280.1,468.6,211.5,469.2L211.5,469.2z"/> <path d="M221.5,354.5c24.5-0.4,56.8-5,58.1-5.2c4-0.6,6.9-4,6.9-8l-0.8-211.7c0-4.4-3.6-8-8-8H163.1c-4.4,0-8,3.6-8,8v213.6 c0,4.1,3.1,7.5,7.2,8c1.3,0.1,31.2,3.2,55.2,3.2C218.8,354.6,220.2,354.6,221.5,354.5L221.5,354.5z M221.2,338.5 c-15.3,0.2-34.8-1.1-46.7-2.1c0.8-0.3,1.6-0.8,2.3-1.3l5.1-4.2c0.4,0.1,0.8,0.2,1.1,0.3c0.7,0.1,15.9,2.3,31.6,2.3 c1.2,0,2.3,0,3.5,0c14.1-0.3,32.3-2.9,38.2-3.8l12.3,5.1C257.4,336.1,237.3,338.3,221.2,338.5L221.2,338.5z M269.8,161.1l0.6,157 l-5.4-2.2V161.1L269.8,161.1L269.8,161.1z M249,160.9v153.6c-7.8,1.1-20.9,2.6-31.1,2.9c-9.4,0.2-19.2-0.6-25.6-1.3V160.5L249,160.9 L249,160.9z M176.3,315.1c-0.5,0.3-1,0.6-1.5,1l-3.7,3V160.4l5.2,0V315.1L176.3,315.1z M269.7,137.8l0,7.3l-11.2-0.1 c-0.5-0.1-1-0.2-1.5-0.2l-69-0.3l-17-0.1v-6.6H269.7z"/> </svg> </span></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-4144"><a href="https://www.froeling.com/en-gb/heating-with-biomass/" data-show-popup="348">Heating with biomass</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4146"><a href="https://www.froeling.com/en-gb/heating-with-biomass/wood-fuel/">Wood fuel</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="iso-8859-1"?> <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" style="enable-background:new 0 0 512.001 512.001;" xml:space="preserve"> <g> <g> <path d="M50.897,265.549c-17.812,0-27.132,28.203-27.132,56.063c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5S55.039,265.549,50.897,265.549z"/> </g> </g> <g> <g> <path d="M70.529,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-4.142,0-7.5,3.357-7.5,7.5 s3.358,7.5,7.5,7.5c17.812,0.001,27.132-28.202,27.132-56.063C78.029,317.469,74.671,314.112,70.529,314.112z"/> </g> </g> <g> <g> <path d="M416.017,134.016c-9.626-17.126-22.971-26.558-37.575-26.558H240.976c-4.142,0-7.5,3.357-7.5,7.5s3.357,7.501,7.5,7.501 h137.466c8.815,0,17.745,6.892,24.499,18.907c1.377,2.449,3.922,3.826,6.545,3.826c1.244,0,2.506-0.31,3.668-0.963 C416.765,142.199,418.047,137.626,416.017,134.016z"/> </g> </g> <g> <g> <path d="M142.858,182.888c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063c-3.118,0-12.132-14.119-12.132-41.063 c0-26.944,9.014-41.063,12.132-41.063c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5c-17.812,0-27.132,28.203-27.132,56.063 s9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063C150.358,186.245,147,182.888,142.858,182.888z"/> </g> </g> <g> <g> <path d="M311.28,158.09h-95.061c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h95.061c4.142,0,7.5-3.357,7.5-7.5 S315.422,158.09,311.28,158.09z"/> </g> </g> <g> <g> <path d="M380.508,215.952h-76.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h76.461c4.142,0,7.5-3.357,7.5-7.5 S384.65,215.952,380.508,215.952z"/> </g> </g> <g> <g> <path d="M332.978,133.292h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S337.12,133.292,332.978,133.292z"/> </g> </g> <g> <g> <path d="M461.103,238.685h-41.086c6.047-13.944,9.322-30.724,9.322-48.296c0-7.941-0.675-15.808-2.007-23.378 c-0.718-4.079-4.604-6.804-8.686-6.088c-4.08,0.718-6.805,4.606-6.087,8.686c1.181,6.716,1.78,13.707,1.78,20.78 c0,0.948-0.018,1.891-0.039,2.833H279.249c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.798 c-1.684,11.396-4.99,21.832-9.708,30.463H205.887c-12.805,0-24.355,7.349-33.21,19.633H152.76 c9.164-10.484,16.015-25.81,19.262-43.896h49.363c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-47.554 c0.189-2.963,0.291-5.974,0.291-9.032c0-28.415-8.357-53.05-21.362-67.929h57.598c4.142,0,7.5-3.357,7.5-7.5 c0-4.143-3.358-7.5-7.5-7.5h-87.132c-28.541,0-50.897,36.427-50.897,82.929c0,18.164,3.423,34.777,9.281,48.296H50.897 C22.356,238.685,0,275.11,0,321.612s22.356,82.929,50.897,82.929h344.127c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-88.911 h-70.692c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5h-46.943 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h225.682c19.458,0,35.897,31.107,35.897,67.929 c0,0.949-0.018,1.892-0.039,2.833H361.91c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h133.77 c-4.26,28.498-18.366,50.096-34.576,50.096h-35.461c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h35.461 c28.541,0,50.897-36.427,50.897-82.929C512.001,275.112,489.644,238.685,461.103,238.685z M123.226,122.459 c19.458,0,35.897,31.107,35.897,67.929s-16.439,67.929-35.897,67.929s-35.897-31.107-35.897-67.929 S103.768,122.459,123.226,122.459z M50.897,389.542C31.439,389.542,15,358.434,15,321.612c0-36.821,16.439-67.929,35.897-67.929 c19.458,0,35.897,31.107,35.897,67.929C86.794,358.434,70.355,389.542,50.897,389.542z M80.432,389.54 c4.151-4.749,7.826-10.487,10.908-17.031h52.551c4.142,0,7.5-3.357,7.5-7.5s-3.358-7.5-7.5-7.5H96.947 c3.112-10.809,4.847-22.961,4.847-35.897c0-28.415-8.357-53.05-21.362-67.929h9.584c8.854,12.285,20.405,19.633,33.21,19.633 h41.046c-4.265,9.843-7.231,21.328-8.53,33.859H114c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h40.998 c0.11,28.176,8.435,52.585,21.354,67.365H80.432z M241.784,321.612c0,36.821-16.439,67.929-35.897,67.929 s-35.897-31.107-35.897-67.929s16.439-67.929,35.897-67.929S241.784,284.791,241.784,321.612z"/> </g> </g> <g> <g> <path d="M225.519,314.112c-4.142,0-7.5,3.357-7.5,7.5c0,26.944-9.014,41.063-12.132,41.063s-12.132-14.119-12.132-41.063 c0-4.143-3.358-7.5-7.5-7.5c-4.142,0-7.5,3.358-7.5,7.5c0,27.86,9.32,56.063,27.132,56.063s27.132-28.203,27.132-56.063 C233.019,317.469,229.661,314.112,225.519,314.112z"/> </g> </g> <g> <g> <path d="M393.941,289.313H267.882c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h126.059c4.142,0,7.5-3.357,7.5-7.5 S398.083,289.313,393.941,289.313z"/> </g> </g> <g> <g> <path d="M411.506,354.409h-24.798c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h24.798c4.142,0,7.5-3.357,7.5-7.5 S415.648,354.409,411.506,354.409z"/> </g> </g> <g> <g> <path d="M453.87,276.915h-12.399c-4.142,0-7.5,3.357-7.5,7.5s3.358,7.5,7.5,7.5h12.399c4.142,0,7.5-3.357,7.5-7.5 S458.012,276.915,453.87,276.915z"/> </g> </g> <g> <g> <path d="M205.887,278.525c-4.142,0-7.5,3.357-7.5,7.5v14.478c0,4.143,3.358,7.5,7.5,7.5c4.142,0,7.5-3.357,7.5-7.5v-14.478 C213.387,281.882,210.029,278.525,205.887,278.525z"/> </g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> <g> </g> </svg> </span></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4365"><a href="https://www.froeling.com/en-gb/heating-with-biomass/why-biomass/">Why biomass?</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve" width="512" height="512"> <g id="biomass_energy"> <g> <path class="st0" d="M256,496.2C123.5,496.2,15.8,388.5,15.8,256c0-78.4,37.8-150.9,101.5-196l12.7,19.5l28.4-56.1l-62.7,3.5 l13,20C40.5,94.8,0,172.3,0,256c0,141.2,114.8,256,256,256c4.3,0,7.9-3.5,7.9-7.9S260.3,496.2,256,496.2z"/> </g> <g> <path class="st0" d="M512,256C512,114.8,397.2,0,256,0c-4.3,0-7.9,3.5-7.9,7.9c0,4.3,3.5,7.9,7.9,7.9 c132.5,0,240.2,107.8,240.2,240.2c0,78.3-37.8,150.9-101.5,196L382,432.5l-28.4,56.1l62.7-3.5l-13-19.9 C471.5,417.1,512,339.7,512,256z"/> </g> <g> <path class="st0" d="M422.2,285.7c-4.8-95.9-56.5-164-184.3-242.9c0,0-3.7-2.5-8.6,0.1c-2.9,1.5-3.2,5.3-3.3,5.5 c0,0-6.9,49.6-7.5,111.4c0,4.3,3.4,7.9,7.8,7.9c0,0,0.1,0,0.1,0c4.3,0,7.8-3.5,7.9-7.8c0.4-36.7,2.9-68.6,4.9-88.4 c29.1,45.7,102.1,178.1,89.5,342.2c-12.5-3.9-24-10.3-34-19.5c-3.2-2.9-8.2-2.7-11.1,0.5c-2.9,3.2-2.7,8.2,0.5,11.1 c12.6,11.5,27,19.5,43,23.9c-1.8,15.9-4.2,32.1-7.8,48.5c-0.9,4.3,1.8,8.4,6.1,9.3c0.6,0.1,1.1,0.2,1.7,0.2c3.6,0,6.9-2.5,7.7-6.2 c3.8-17.8,6.4-35.3,8.2-52.6C360.6,419.9,426.9,379.4,422.2,285.7z M260.3,75.9C362,144,402.3,203.3,406.5,286.5 c3.7,73.9-40,110.2-61.8,123.7C354.8,257.3,293.5,131.7,260.3,75.9z"/> </g> <g> <path class="st0" d="M89.8,156.6c0.4,0.8,41.5,76.8,31.2,161.1c-3.3,27.4,2.4,49.6,17,65.9c18.4,20.5,45.8,25.7,59.5,27 c-0.6,9-1.4,17-2.2,23.9c-0.5,4.3,2.5,8.2,6.8,8.8c0.3,0.1,0.7,0.1,1,0.1c3.9,0,7.3-2.9,7.8-6.9c1-7.7,1.9-16.9,2.5-27.2 c14.3-4.5,51.3-19.1,68.5-53.7c13.1-26.4,11.4-58.2-4.9-94.4c-39.5-87.7-173.1-114.9-178.8-116c0,0-4.6,0.3-7,3.3 C88.1,152.2,89.8,156.6,89.8,156.6z M149.7,373c-11.4-12.7-15.8-30.7-13-53.4c7.1-58-8.2-111.1-20.3-142.2 c71.9,61.8,83.5,155.1,81.9,217.3C186.6,393.5,164.1,389.1,149.7,373z M267.8,348.4c-12.5,25.4-39.2,38.4-53.7,43.8 c1.3-63.5-11-156.2-80.8-220.9c41.7,14.2,105.6,43.6,129.3,96.3C276.9,299.2,278.6,326.4,267.8,348.4z"/> </g> </g> </svg> </span></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-87"><a href="https://www.froeling.com/en-gb/company/" data-show-popup="4274">Company</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4278"><a href="https://www.froeling.com/en-gb/company/about-us/">About us</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="Go_Green-2" data-name="Go Green"><path d="M59.67139,34.32861a4.53492,4.53492,0,0,0-6.41407,0l-7.76361,7.76361A3.987,3.987,0,0,0,42,40H30.64355a11.018,11.018,0,0,0-16.28466-.773L10,43.58594,8.707,42.293a.99962.99962,0,0,0-1.41406,0l-4,4a.99962.99962,0,0,0,0,1.41406l16,16a.99963.99963,0,0,0,1.41406,0l4-4a.99962.99962,0,0,0,0-1.41406L23.41406,57l1.12158-1.12158A3.022,3.022,0,0,1,26.65674,55H41.272a9.933,9.933,0,0,0,7.07129-2.9292L59.67139,40.74268a4.53492,4.53492,0,0,0,0-6.41407ZM20,61.58594,5.41406,47,8,44.41406,22.58594,59ZM58.25732,39.32861,46.9292,50.65674A7.94832,7.94832,0,0,1,41.272,53H26.65674a4.96656,4.96656,0,0,0-3.53516,1.46436L22,55.58594,11.41406,45,15.773,40.64111a9.0183,9.0183,0,0,1,13.45068.78369l.15381.19483A.99911.99911,0,0,0,30.16211,42H42a2,2,0,0,1,0,4H28a1,1,0,0,0,0,2H42a3.99169,3.99169,0,0,0,3.95343-3.53937l8.718-8.718a2.59634,2.59634,0,0,1,3.58593,0,2.53561,2.53561,0,0,1,0,3.58593Z"/><path d="M19.744,20.37775c-.014.01953-.035.03064-.04773.05145-.0033.00543-.00305.01172-.00623.01721A21.88447,21.88447,0,0,0,15,34c0,.16357.001.32617.01221.48926a1.00017,1.00017,0,0,0,.99658.93066c.02344,0,.04687-.001.07031-.00244a.99979.99979,0,0,0,.92822-1.06689C16.999,34.2334,17,34.1167,17,34a19.86711,19.86711,0,0,1,3.80994-11.69495c2.82806,1.84656,4.48333,3.63056,4.55139,4.9596a8.119,8.119,0,0,1-1.166,3.56836c-.29443.60791-.60351,1.24756-.88867,1.93262a1.00011,1.00011,0,1,0,1.84668.76855c.27-.64844.56348-1.25391.84229-1.82959a9.53237,9.53237,0,0,0,1.36279-4.5459c-.1034-2.017-1.89484-4.1737-5.29028-6.418a20.11291,20.11291,0,0,1,5.37561-4.30432c1.94769,3.79535,4.29126,5.79852,6.85022,5.79852a4.97972,4.97972,0,0,0,.55712-.03125A8.4423,8.4423,0,0,0,39.68652,20.291c.88037-.68067,1.24512-.96192,3.26368-.25684,1.88531.65637,3.87268-.1665,5.67321-2.30194a20.0178,20.0178,0,0,1,4.12738,3.96289A13.83458,13.83458,0,0,0,49.96,26.125c-.853,1.8623-1.42969,3.00928-2.49023,3.10889a15.59858,15.59858,0,0,1-2.06836-.00879c-2.63867-.12989-5.92041-.28369-8.26465,4.3247a10.6372,10.6372,0,0,0-1.05713,3.31153.9999.9999,0,0,0,.85156,1.1289A.97015.97015,0,0,0,37.07129,38a.99964.99964,0,0,0,.98877-.86133,8.52949,8.52949,0,0,1,.86084-2.68506c1.75586-3.45215,3.80078-3.35107,6.38525-3.23095a17.11739,17.11739,0,0,0,2.34766.00293c2.26807-.21387,3.21191-2.27491,4.12451-4.26807a13.10757,13.10757,0,0,1,2.144-3.60126A19.82756,19.82756,0,0,1,56.647,30.28369a.99991.99991,0,1,0,1.96582-.36719A21.98126,21.98126,0,0,0,38,12.04437V10.93945a2.987,2.987,0,0,1,1.67975-2.68524,5.92874,5.92874,0,0,0,4.497,2.06757,7.164,7.164,0,0,0,2.375-.42676A15.08409,15.08409,0,0,0,50.14844,8.064a3.4812,3.4812,0,0,1,3.603-.64746,1.00006,1.00006,0,0,0,1.03418-1.5874C54.57129,5.55664,49.47949-.82178,44.57813.09082c-4.73108.88184-5.28528,3.7514-5.51594,6.23993a4.98,4.98,0,0,0-2.06213,1.62543,4.9803,4.9803,0,0,0-2.06232-1.62574C34.707,3.842,34.15283.9726,29.42188.09082,24.52-.82666,19.42871,5.55713,19.21436,5.8291a1.00006,1.00006,0,0,0,1.03418,1.5874,3.48,3.48,0,0,1,3.603.64746A15.08409,15.08409,0,0,0,27.44824,9.895a7.14933,7.14933,0,0,0,2.375.42676,5.92925,5.92925,0,0,0,4.49707-2.06769A2.98713,2.98713,0,0,1,36,10.93945v1.08594A21.92939,21.92939,0,0,0,19.744,20.37775ZM44.94434,2.05664c2.19091-.41162,4.81005,1.49121,6.59326,3.19482A6.12561,6.12561,0,0,0,49.05176,6.3916a13.15788,13.15788,0,0,1-3.16211,1.61572,4.08309,4.08309,0,0,1-4.23535-.59625l2.64306-1.10931A.99989.99989,0,1,0,43.523,4.458l-2.342.98309C41.45892,3.73053,42.16119,2.57568,44.94434,2.05664Zm-16.834,5.95068A13.15788,13.15788,0,0,1,24.94824,6.3916,6.11593,6.11593,0,0,0,22.45947,5.251c1.78028-1.7041,4.3916-3.604,6.59619-3.19434,2.78315.51892,3.48529,1.674,3.76325,3.38428L30.47705,4.458a.99989.99989,0,1,0-.77441,1.84375l2.64349,1.10937A4.08664,4.08664,0,0,1,28.11035,8.00732Zm15.499,10.13819c-2.83008-.98731-3.87549-.41846-5.146.563a6.52361,6.52361,0,0,1-3.8335,1.50732c-2.36926.27155-4.27624-2.47589-5.39782-4.64508a19.99995,19.99995,0,0,1,17.69976,1.06879C46.06519,17.61523,44.84283,18.57642,43.60938,18.14551Z"/></g></svg> </span></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="https://www.froeling.com/en-gb/company/awards/">Awards</a><span class="mobile-nav__icon"><?xml version="1.0"?> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="512" height="512"><g id="outline_create" data-name="outline create"><path d="M51.144,39.73a3.972,3.972,0,0,0,1.92-1.566c.712-1.23.39-2.748.106-4.087a6.17,6.17,0,0,1-.223-2.464,5.977,5.977,0,0,1,1.376-1.929c.936-1.035,2-2.208,2-3.684s-1.061-2.648-2-3.684a5.967,5.967,0,0,1-1.376-1.929,6.166,6.166,0,0,1,.223-2.463c.284-1.339.606-2.857-.106-4.088-.722-1.248-2.211-1.729-3.524-2.153a6.1,6.1,0,0,1-2.21-1.013,6.089,6.089,0,0,1-1.012-2.209c-.424-1.314-.905-2.8-2.154-3.525-1.23-.712-2.748-.391-4.087-.106a6.153,6.153,0,0,1-2.464.223,5.977,5.977,0,0,1-1.929-1.376c-1.035-.936-2.208-2-3.684-2s-2.648,1.061-3.684,2a5.967,5.967,0,0,1-1.929,1.376,6.16,6.16,0,0,1-2.463-.223c-1.339-.285-2.856-.606-4.088.106-1.248.722-1.729,2.211-2.153,3.524a6.1,6.1,0,0,1-1.013,2.21,6.089,6.089,0,0,1-2.209,1.012c-1.314.424-2.8.9-3.525,2.154-.712,1.23-.39,2.748-.106,4.087a6.17,6.17,0,0,1,.223,2.464,5.977,5.977,0,0,1-1.376,1.929c-.936,1.035-2,2.208-2,3.684s1.061,2.648,2,3.684a5.967,5.967,0,0,1,1.376,1.929,6.166,6.166,0,0,1-.223,2.463c-.284,1.339-.606,2.857.106,4.088a3.982,3.982,0,0,0,1.92,1.566L1.293,51.293A1,1,0,0,0,2,53h9v8a1,1,0,0,0,1.707.707L27.1,47.317a12.486,12.486,0,0,1,1.219,1.006c1.035.936,2.208,2,3.684,2s2.648-1.061,3.684-2A12.486,12.486,0,0,1,36.9,47.317l14.39,14.39A1,1,0,0,0,53,61V53h9a1,1,0,0,0,.707-1.707ZM12,51H4.414L14.939,40.475a4.727,4.727,0,0,1,1.731.855,6.089,6.089,0,0,1,1.012,2.209c.424,1.314.905,2.8,2.154,3.525,1.23.711,2.747.39,4.087.106.206-.043.414-.086.619-.126L13,58.586V52A1,1,0,0,0,12,51Zm22.342-4.16c-.8.727-1.636,1.48-2.342,1.48s-1.538-.753-2.343-1.48A7.187,7.187,0,0,0,26.9,45.014a4.137,4.137,0,0,0-1.07-.13,11.45,11.45,0,0,0-2.324.33,4.558,4.558,0,0,1-2.671.119c-.584-.338-.924-1.391-1.253-2.409a7.3,7.3,0,0,0-1.5-3.008,7.294,7.294,0,0,0-3.009-1.5c-1.018-.33-2.071-.67-2.408-1.253a4.549,4.549,0,0,1,.119-2.671,7.406,7.406,0,0,0,.2-3.394,7.19,7.19,0,0,0-1.826-2.755c-.727-.8-1.48-1.636-1.48-2.342s.753-1.538,1.48-2.343A7.187,7.187,0,0,0,12.986,20.9a7.406,7.406,0,0,0-.2-3.394,4.558,4.558,0,0,1-.119-2.671c.338-.584,1.391-.924,2.409-1.253a7.3,7.3,0,0,0,3.008-1.5,7.294,7.294,0,0,0,1.5-3.009c.33-1.018.67-2.071,1.253-2.408a4.549,4.549,0,0,1,2.671.119,7.407,7.407,0,0,0,3.394.2A7.19,7.19,0,0,0,29.658,5.16c.8-.727,1.636-1.48,2.342-1.48s1.538.753,2.343,1.48A7.187,7.187,0,0,0,37.1,6.986a7.421,7.421,0,0,0,3.394-.2,4.549,4.549,0,0,1,2.671-.119c.584.338.924,1.391,1.253,2.409a7.3,7.3,0,0,0,1.5,3.008,7.294,7.294,0,0,0,3.009,1.5c1.018.33,2.071.67,2.408,1.253a4.549,4.549,0,0,1-.119,2.671,7.406,7.406,0,0,0-.2,3.394,7.19,7.19,0,0,0,1.826,2.755c.727.8,1.48,1.636,1.48,2.342s-.753,1.538-1.48,2.343A7.187,7.187,0,0,0,51.014,31.1a7.406,7.406,0,0,0,.2,3.394,4.558,4.558,0,0,1,.119,2.671c-.338.584-1.391.924-2.409,1.253a7.3,7.3,0,0,0-3.008,1.5,7.294,7.294,0,0,0-1.5,3.009c-.33,1.018-.67,2.071-1.253,2.408a4.558,4.558,0,0,1-2.671-.119,7.407,7.407,0,0,0-3.394-.2A7.19,7.19,0,0,0,34.342,46.84ZM52,51a1,1,0,0,0-1,1v6.586L39.458,47.044c.2.04.412.083.618.126,1.339.285,2.857.606,4.088-.106,1.248-.722,1.729-2.211,2.153-3.524a6.1,6.1,0,0,1,1.013-2.21,4.709,4.709,0,0,1,1.732-.854L59.586,51Z"/><path d="M50,26A18,18,0,1,0,32,44,18.021,18.021,0,0,0,50,26ZM32,42A16,16,0,1,1,48,26,16.019,16.019,0,0,1,32,42Z"/><path d="M32,12A14,14,0,1,0,46,26,14.015,14.015,0,0,0,32,12Zm0,26A12,12,0,1,1,44,26,12.013,12.013,0,0,1,32,38Z"/><path d="M39.293,20.793,28.5,31.586l-3.793-3.793-1.414,1.414,4.5,4.5a1,1,0,0,0,1.414,0l11.5-11.5Z"/></g></svg> </span></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="https://www.froeling.com/en-gb/company/company-history/">Company history</a><span class="mobile-nav__icon"><svg height="512pt" viewBox="-49 0 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m227.238281 383.324219v-240.195313c0-11.027344-8.972656-20-20-20-11.027343 0-20 8.972656-20 20v240.195313c0 11.027343 8.972657 20 20 20 11.027344 0 20-8.972657 20-20zm-25 0v-240.195313c0-2.757812 2.242188-5 5-5 2.757813 0 5 2.242188 5 5v240.195313c0 2.757812-2.242187 5-5 5-2.757812 0-5-2.242188-5-5zm0 0"/><path d="m279.886719 378.097656v-220.203125c0-11.027343-8.972657-20-20-20-11.027344 0-20 8.972657-20 20v220.203125c0 11.027344 8.972656 20 20 20 11.027343 0 20-8.96875 20-20zm-25 0v-220.203125c0-2.753906 2.242187-5 5-5 2.757812 0 5 2.246094 5 5v220.203125c0 2.757813-2.242188 5-5 5-2.757813 0-5-2.242187-5-5zm0 0"/><path d="m174.640625 378.097656v-220.195312c0-11.03125-8.972656-20-20-20-11.03125 0-20 8.96875-20 20v220.195312c0 11.027344 8.96875 20 20 20 11.027344 0 20-8.96875 20-20zm-25 0v-220.195312c0-2.757813 2.242187-5 5-5 2.753906 0 5 2.242187 5 5v220.195312c0 2.757813-2.246094 5-5 5-2.757813 0-5-2.242187-5-5zm0 0"/><path d="m385.1875 454.023438h-15.433594c.75-2.597657 1.144532-5.308594 1.144532-8.085938 0-15.984375-13.007813-28.988281-28.992188-28.988281h-19v-262.78125c3.65625.855469 7.464844 1.324219 11.382812 1.324219 10.992188 0 21.65625-2.214844 31.699219-6.582032 3.796875-1.652344 5.535157-6.070312 3.886719-9.867187-1.652344-3.800781-6.074219-5.542969-9.871094-3.886719-8.140625 3.539062-16.792968 5.335938-25.714844 5.335938-18.964843 0-34.390624-15.171876-34.390624-33.820313 0-18.644531 15.425781-33.8125 34.390624-33.8125h4.558594c4.929688 0 8.9375 4.011719 8.9375 8.9375v1.714844c0 4.929687-4.007812 8.9375-8.9375 8.9375-4.140625 0-7.5 3.355469-7.5 7.5s3.359375 7.5 7.5 7.5c13.199219 0 23.9375-10.738281 23.9375-23.9375v-1.714844c0-13.199219-10.738281-23.9375-23.9375-23.9375h-263.21875c-13.199218 0-23.9375 10.738281-23.9375 23.9375v1.714844c0 13.199219 10.738282 23.9375 23.9375 23.9375 4.140625 0 7.5-3.355469 7.5-7.5s-3.359375-7.5-7.5-7.5c-4.929687 0-8.9375-4.007813-8.9375-8.9375v-1.714844c0-4.925781 4.007813-8.9375 8.9375-8.9375h4.558594c18.964844 0 34.390625 15.167969 34.390625 33.8125 0 18.648437-15.425781 33.820313-34.390625 33.820313-35.140625 0-63.726562-28.148438-63.726562-62.742188-.003907-34.601562 28.585937-62.75 63.726562-62.75h40.40625l2.34375 6.171875-5.03125 11.199219c-1.695312 3.78125-.007812 8.21875 3.769531 9.917968 1 .445313 2.042969.660157 3.070313.660157 2.859375 0 5.597656-1.648438 6.84375-4.429688l3.222656-7.167969 4.636719 2.082032c1 .449218 2.042969.660156 3.070312.660156 2.863281 0 5.597657-1.648438 6.847657-4.429688 1.695312-3.777343.007812-8.21875-3.769532-9.914062l-8.625-3.875-.332031-.875h96.644531l10.113282 13.1875c2.617187 3.414062 6.609374 5.355469 10.886718 5.285156 4.300782-.054687 8.214844-2.082031 10.742188-5.558594l9.398437-12.914062h59.859375c35.144532 0 63.730469 28.148438 63.730469 62.75 0 14.488281-5.132813 28.621094-14.460937 39.796875-2.652344 3.179687-2.226563 7.910156.953124 10.5625 3.179688 2.652344 7.910157 2.226563 10.5625-.953125 11.574219-13.867188 17.945313-31.414062 17.945313-49.40625.003906-42.871094-35.316406-77.75-78.726563-77.75h-60.625c-4.304687 0-8.386718 2.078125-10.917968 5.558594l-8.667969 11.910156-9.335937-12.179688c-2.535157-3.3125-6.542969-5.289062-10.714844-5.289062h-153.839844c-43.410156 0-78.730469 34.878906-78.730469 77.75 0 42.867188 35.320313 77.738281 78.730469 77.738281 3.917969 0 7.722656-.464843 11.378906-1.320312v57.167969c0 4.140624 3.359375 7.5 7.5 7.5 4.144532 0 7.5-3.359376 7.5-7.5v-63.425782c12.683594-7.953125 21.460938-21.453125 22.816406-37.023437h155.710938c1.355469 15.570312 10.132812 29.070312 22.816406 37.023437v269.039063h-201.34375v-55.496094l7.523438-4.855469c3.492187-2.257812 5.628906-6.085937 5.714844-10.242187.085937-4.152344-1.886719-8.066407-5.28125-10.464844-2.246094-1.589844-4.980469-3.523437-7.953126-5.632813v-86.261718c0-4.144532-3.359374-7.5-7.5-7.5-4.144531 0-7.5 3.355468-7.5 7.5v87.550781c0 4.042969 1.96875 7.855469 5.265626 10.195313 2.136718 1.519531 4.167968 2.957031 6.007812 4.261718l-5.558594 3.589844c-3.578125 2.3125-5.714844 6.234375-5.714844 10.5v56.855469h-19c-15.984374 0-28.992187 13.003906-28.992187 28.988281 0 2.761719.402344 5.476562 1.15625 8.082031h-15.445313c-16.148437 0-29.289062 13.007813-29.289062 28.992188 0 15.980469 13.140625 28.988281 29.289062 28.988281h261.285157c4.144531 0 7.5-3.355469 7.5-7.5s-3.355469-7.5-7.5-7.5h-261.285157c-7.878906 0-14.289062-6.273438-14.289062-13.988281 0-7.714844 6.410156-13.988281 14.289062-13.988281h355.898438c7.878906 0 14.289062 6.273437 14.289062 13.988281 0 7.714843-6.410156 13.988281-14.289062 13.988281h-61.953125c-4.140625 0-7.5 3.355469-7.5 7.5s3.359375 7.5 7.5 7.5h61.953125c16.148438 0 29.289062-13.003906 29.289062-28.988281s-13.140624-28.988281-29.289062-28.988281zm-99.058594-358.136719h-157.78125c-2.019531-8.8125-6.441406-16.730469-12.570312-23.027344h182.921875c-6.128907 6.296875-10.554688 14.214844-12.570313 23.027344zm-225.164062 357.867187c-1.5625-2.308594-2.386719-5.011718-2.386719-7.816406 0-7.710938 6.277344-13.988281 13.988281-13.988281h269.339844c7.714844 0 13.992188 6.277343 13.992188 13.988281 0 2.941406-.914063 5.738281-2.585938 8.085938h-292.1875c-.054688-.089844-.101562-.179688-.160156-.269532zm0 0"/></svg></span></li></ul></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children menu-item-86"><a href="https://www.froeling.com/en-gb/contact/" data-show-popup="4301">Contact</a><ul class="sub-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/en-gb/contact/request-information-advice/">Request information/advice</a><span class="mobile-nav__icon"><svg height="512pt" viewBox="0 0 512.00061 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m412 136c0 5.519531 4.480469 10 10 10s10-4.480469 10-10-4.480469-10-10-10-10 4.480469-10 10zm0 0"/><path d="m452 256c0 12.808594-1.285156 25.59375-3.816406 38-1.105469 5.410156 2.386718 10.691406 7.796875 11.796875.675781.140625 1.347656.207031 2.011719.207031 4.652343 0 8.820312-3.269531 9.789062-8.003906 2.800781-13.722656 4.21875-27.851562 4.21875-42 0-31.488281-6.828125-61.789062-20.300781-90.0625-2.375-4.984375-8.339844-7.101562-13.328125-4.726562-4.988282 2.375-7.101563 8.34375-4.726563 13.332031 12.179688 25.5625 18.355469 52.96875 18.355469 81.457031zm0 0"/><path d="m306 346h-10v-130c0-5.523438-4.476562-10-10-10h-80c-5.523438 0-10 4.476562-10 10v40c0 5.523438 4.476562 10 10 10h10v80h-10c-5.523438 0-10 4.476562-10 10v40c0 5.523438 4.476562 10 10 10h100c5.523438 0 10-4.476562 10-10v-40c0-5.523438-4.476562-10-10-10zm-10 40h-80v-20h10c5.523438 0 10-4.476562 10-10v-100c0-5.523438-4.476562-10-10-10h-10v-20h60v130c0 5.523438 4.480469 10 10 10h10zm0 0"/><path d="m256 186c22.054688 0 40-17.945312 40-40s-17.945312-40-40-40-40 17.945312-40 40 17.945312 40 40 40zm0-60c11.027344 0 20 8.972656 20 20s-8.972656 20-20 20-20-8.972656-20-20 8.972656-20 20-20zm0 0"/><path d="m256 0c-137.976562 0-256 117.800781-256 256 0 47.207031 13.527344 97.410156 36.335938 135.382812l-35.824219 107.457032c-1.195313 3.589844-.261719 7.554687 2.417969 10.230468 2.691406 2.691407 6.660156 3.609376 10.234374 2.414063l107.457032-35.820313c37.96875 22.8125 88.171875 36.335938 135.378906 36.335938 138.011719 0 256-117.816406 256-256 0-138.011719-117.8125-256-256-256zm0 492c-45.285156 0-93.417969-13.363281-128.757812-35.746094-2.503907-1.585937-5.625-2.003906-8.515626-1.039062l-92.914062 30.972656 30.972656-92.914062c.953125-2.851563.570313-5.976563-1.039062-8.515626-22.382813-35.335937-35.746094-83.472656-35.746094-128.757812 0-127.925781 108.074219-236 236-236s236 108.074219 236 236-108.074219 236-236 236zm0 0"/></svg></span></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a href="https://www.froeling.com/en-gb/contact/contact/">Contact</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"> <g> <polygon points="311.57 149.72 256 121.93 200.42 149.72 311.57 149.72" fill="none"/> <rect x="217.21" y="165.24" width="31.03" height="68.27" fill="none"/> <rect x="263.76" y="165.24" width="31.03" height="68.27" fill="none"/> <path d="m330.47,146.51c0-.16-.01-.31-.02-.47,0-.11-.01-.22-.03-.33-.02-.13-.04-.26-.06-.38-.02-.13-.04-.26-.07-.39-.02-.1-.05-.2-.08-.3-.04-.15-.08-.3-.12-.44-.03-.08-.06-.16-.09-.25-.06-.15-.11-.3-.18-.45-.04-.09-.08-.17-.12-.26-.06-.13-.13-.27-.2-.4-.06-.11-.13-.21-.19-.32-.06-.1-.12-.2-.19-.3-.09-.13-.18-.25-.28-.37-.06-.07-.11-.15-.17-.22-.1-.13-.22-.25-.33-.37-.06-.06-.11-.13-.17-.18-.11-.11-.23-.21-.34-.31-.08-.07-.15-.14-.23-.2-.1-.08-.21-.16-.31-.24-.11-.08-.21-.15-.32-.23-.09-.06-.18-.11-.27-.17-.14-.08-.27-.16-.41-.23-.03-.02-.06-.03-.09-.05l-66.71-33.36c-2.19-1.09-4.76-1.09-6.94,0l-66.72,33.36s-.06.03-.09.05c-.14.07-.28.15-.42.24-.09.05-.18.11-.27.16-.11.07-.22.15-.33.23-.1.08-.21.15-.31.23-.08.07-.16.14-.23.2-.11.1-.23.2-.34.31-.06.06-.12.13-.18.19-.11.12-.22.24-.33.36-.06.07-.11.15-.17.22-.09.12-.19.24-.27.36-.07.1-.13.2-.19.31-.07.11-.13.21-.19.32-.07.13-.13.26-.2.39-.04.09-.09.18-.13.27-.06.14-.12.29-.17.44-.03.09-.07.17-.09.26-.05.14-.08.29-.12.43-.03.1-.06.2-.08.31-.03.12-.05.25-.07.38-.02.13-.04.26-.06.4-.01.1-.02.21-.03.31-.01.16-.02.32-.02.48,0,.03,0,.07,0,.1v10.86c0,4.28,3.47,7.76,7.76,7.76h12.41v68.27h-7.76c-4.28,0-7.76,3.47-7.76,7.76s3.47,7.76,7.76,7.76h124.12c4.28,0,7.76-3.47,7.76-7.76s-3.47-7.76-7.76-7.76h-7.76v-68.27h12.41c4.28,0,7.76-3.47,7.76-7.76v-10.86s0-.07,0-.1Zm-74.47-24.58l55.57,27.79h-111.15l55.58-27.79Zm-38.79,43.3h31.03v68.27h-31.03v-68.27Zm77.58,68.27h-31.03v-68.27h31.03v68.27Z"/> </g> <path d="m256,319.61c-71.44,0-129.55-58.12-129.55-129.55S184.56,60.51,256,60.51s129.55,58.12,129.55,129.55-58.12,129.55-129.55,129.55Zm0-243.59c-62.88,0-114.04,51.16-114.04,114.04s51.16,114.04,114.04,114.04,114.04-51.16,114.04-114.04-51.16-114.04-114.04-114.04Z"/> <g> <path d="m323.59,377.42c.41-2.73,2.2-4.94,4.59-5.98,44.49-58.27,91.51-131.47,91.51-180.61,0-44.84-17.05-86.96-48.02-118.6-30.9-31.58-71.98-48.97-115.67-48.97s-84.77,17.39-115.67,48.97c-30.96,31.64-48.02,73.76-48.02,118.6,0,83.03,134.26,234.8,163.68,267.06,11.41-12.51,38.59-42.99,67.59-80.47Z" fill="none"/> <path d="m335.93,386.9c-38.38,49.62-73.9,87.34-74.29,87.76-1.46,1.55-3.5,2.43-5.64,2.43s-4.17-.88-5.64-2.43c-.39-.41-36.02-38.26-74.47-88-80.51,9.25-123.91,31.78-123.91,48.54,0,9.55,14.71,24.02,55.98,35.99,38.98,11.31,91.28,17.54,147.27,17.54,126.41,0,204.02-31.18,204.02-53.53,0-16.67-43.18-38.96-123.32-48.3Z" fill="none"/> <path d="m346.79,372.63c.38-.51.77-1.03,1.15-1.54,57.9-77.68,87.26-138.33,87.26-180.25h0c0-48.92-18.62-94.89-52.44-129.45-33.84-34.58-78.86-53.63-126.76-53.63s-92.91,19.05-126.76,53.63c-33.82,34.56-52.44,80.53-52.44,129.45,0,41.92,29.36,102.57,87.26,180.25.32.43.64.86.97,1.29-34.23,4.5-63.8,11.68-86.07,20.95-28.2,11.74-42.5,25.83-42.5,41.88,0,20.55,23.23,38.15,67.17,50.89,40.35,11.7,94.18,18.15,151.59,18.15s111.14-6.55,151.99-18.44c44.19-12.87,67.55-30.36,67.55-50.6,0-33.64-63.63-53.95-127.98-62.57ZM92.32,190.84c0-44.84,17.05-86.96,48.02-118.6,30.9-31.58,71.98-48.97,115.67-48.97s84.77,17.39,115.67,48.97c30.96,31.64,48.02,73.76,48.02,118.6,0,49.14-47.02,122.34-91.51,180.61-2.39,1.03-4.19,3.24-4.59,5.98-29,37.48-56.18,67.96-67.59,80.47-29.42-32.25-163.68-184.02-163.68-267.06Zm162.91,297.89c-55.99,0-108.29-6.23-147.27-17.54-41.27-11.97-55.98-26.44-55.98-35.99,0-16.76,43.4-39.29,123.91-48.54,38.45,49.74,74.08,87.58,74.47,88,1.47,1.55,3.51,2.43,5.64,2.43s4.17-.88,5.64-2.43c.39-.41,35.91-38.13,74.29-87.76,80.14,9.34,123.32,31.63,123.32,48.3,0,22.35-77.62,53.53-204.02,53.53Z"/> </g> </svg></span></li><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5355"><a href="https://www.froeling.com/en-gb/contact/distribution-partner/">Distribution partner</a><span class="mobile-nav__icon"><svg height="512" viewBox="0 0 128 128" width="512" xmlns="http://www.w3.org/2000/svg"><g><path d="m115.7 21.857h-103.4a6.758 6.758 0 0 0 -6.75 6.75v72.752a6.757 6.757 0 0 0 6.75 6.75h103.4a6.757 6.757 0 0 0 6.75-6.75v-72.752a6.758 6.758 0 0 0 -6.75-6.75zm3.25 79.5a3.254 3.254 0 0 1 -3.25 3.25h-103.4a3.254 3.254 0 0 1 -3.25-3.25v-72.75a3.254 3.254 0 0 1 3.25-3.25h103.4a3.254 3.254 0 0 1 3.25 3.25z"/><path d="m39.265 32.488a21.579 21.579 0 0 0 -11.935 39.559 21.51 21.51 0 0 0 23.872.007h.006a21.579 21.579 0 0 0 -11.95-39.557zm0 24.529a4.883 4.883 0 1 1 4.883-4.884 4.889 4.889 0 0 1 -4.879 4.884zm9.217 12.6a17.957 17.957 0 0 1 -18.429 0 9.215 9.215 0 0 1 18.429 0zm3.243-2.447a12.653 12.653 0 0 0 -6.843-8.837 8.383 8.383 0 1 0 -11.229.005 12.742 12.742 0 0 0 -6.843 8.834 18.09 18.09 0 1 1 24.915 0z"/><path d="m52.2 82.419h-25.856a1.75 1.75 0 0 0 0 3.5h25.856a1.75 1.75 0 0 0 0-3.5z"/><path d="m48.493 92.012h-18.443a1.75 1.75 0 1 0 0 3.5h18.443a1.75 1.75 0 0 0 0-3.5z"/><path d="m108.567 41.39h-33.519a1.75 1.75 0 0 0 -1.75 1.75v17.987a1.75 1.75 0 0 0 1.75 1.75h33.519a1.75 1.75 0 0 0 1.75-1.75v-17.987a1.75 1.75 0 0 0 -1.75-1.75zm-1.75 17.987h-30.017v-14.487h30.019z"/><path d="m108.567 73.082h-33.519a1.75 1.75 0 0 0 0 3.5h33.519a1.75 1.75 0 1 0 0-3.5z"/><path d="m108.567 86.787h-17.714a1.75 1.75 0 1 0 0 3.5h17.714a1.75 1.75 0 0 0 0-3.5z"/><path d="m75.048 86.438a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.1-2.1z"/><path d="m83.087 86.438a2.1 2.1 0 1 0 2.1 2.1 2.1 2.1 0 0 0 -2.1-2.1z"/></g></svg></span></li></ul></li></ul><div id="mobile-lang-nav"><ul class="language-nav"><li class="language-nav__item language-nav__item--de_AT"> <a hreflang="de-AT" href="https://www.froeling.com/de-at/datenschutz/" class="language-nav__link"> <span class="language-nav__label">at</span> <noscript><img class="language-nav__flag language-nav__flag--at" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/at.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--at" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/at.svg"> </a></li><li class="language-nav__item language-nav__item--fr_BE"> <a hreflang="fr-BE" href="https://www.froeling.com/fr-be/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">be</span> <noscript><img class="language-nav__flag language-nav__flag--be" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/be.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--be" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/be.svg"> </a></li><li class="language-nav__item language-nav__item--en_BG"> <a hreflang="en-BG" href="https://www.froeling.com/en-bg/data-protection/" class="language-nav__link"> <span class="language-nav__label">bg</span> <noscript><img class="language-nav__flag language-nav__flag--bg" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/bg.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--bg" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/bg.svg"> </a></li><li class="language-nav__item language-nav__item--en_CA"> <a hreflang="en-CA" href="https://www.froeling.com/en-ca/datenschutz/" class="language-nav__link"> <span class="language-nav__label">ca</span> <noscript><img class="language-nav__flag language-nav__flag--ca" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ca.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ca" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ca.svg"> </a></li><li class="language-nav__item language-nav__item--de_CH"> <a hreflang="de-CH" href="https://www.froeling.com/de-ch/datenschutz/" class="language-nav__link"> <span class="language-nav__label">ch</span> <noscript><img class="language-nav__flag language-nav__flag--ch" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ch.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ch" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ch.svg"> </a></li><li class="language-nav__item language-nav__item--en_CL"> <a hreflang="en-CL" href="https://www.froeling.com/en-cl/data-protection/" class="language-nav__link"> <span class="language-nav__label">cl</span> <noscript><img class="language-nav__flag language-nav__flag--cl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--cl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cl.svg"> </a></li><li class="language-nav__item language-nav__item--en_CZ"> <a hreflang="en-CZ" href="https://www.froeling.com/en-cz/data-protection/" class="language-nav__link"> <span class="language-nav__label">cz</span> <noscript><img class="language-nav__flag language-nav__flag--cz" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--cz" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"> </a></li><li class="language-nav__item language-nav__item--de_DE"> <a hreflang="de-DE" href="https://www.froeling.com/de-de/datenschutz/" class="language-nav__link"> <span class="language-nav__label">de</span> <noscript><img class="language-nav__flag language-nav__flag--de" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--de" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.svg"> </a></li><li class="language-nav__item language-nav__item--en_DK"> <a hreflang="en-DK" href="https://www.froeling.com/en-dk/data-protection/" class="language-nav__link"> <span class="language-nav__label">dk</span> <noscript><img class="language-nav__flag language-nav__flag--dk" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/dk.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--dk" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/dk.svg"> </a></li><li class="language-nav__item language-nav__item--es_ES"> <a hreflang="es-ES" href="https://www.froeling.com/es-es/declaracion-de-datos/" class="language-nav__link"> <span class="language-nav__label">es</span> <noscript><img class="language-nav__flag language-nav__flag--es" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/es.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--es" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/es.svg"> </a></li><li class="language-nav__item language-nav__item--en_FI"> <a hreflang="en-FI" href="https://www.froeling.com/en-fi/data-protection/" class="language-nav__link"> <span class="language-nav__label">fi</span> <noscript><img class="language-nav__flag language-nav__flag--fi" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fi.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--fi" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fi.svg"> </a></li><li class="language-nav__item language-nav__item--fr_FR"> <a hreflang="fr-FR" href="https://www.froeling.com/fr-fr/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">fr</span> <noscript><img class="language-nav__flag language-nav__flag--fr" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fr.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--fr" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/fr.svg"> </a></li><li class="language-nav__item language-nav__item--en_GB"> <a hreflang="en-GB" href="https://www.froeling.com/en-gb/data-protection/" class="language-nav__link"> <span class="language-nav__label">gb</span> <noscript><img class="language-nav__flag language-nav__flag--gb" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--gb" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gb.svg"> </a></li><li class="language-nav__item language-nav__item--en_GR"> <a hreflang="en-GR" href="https://www.froeling.com/en-gr/data-protection/" class="language-nav__link"> <span class="language-nav__label">gr</span> <noscript><img class="language-nav__flag language-nav__flag--gr" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gr.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--gr" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/gr.svg"> </a></li><li class="language-nav__item language-nav__item--en_HU"> <a hreflang="en-HU" href="https://www.froeling.com/en-hu/data-protection/" class="language-nav__link"> <span class="language-nav__label">hu</span> <noscript><img class="language-nav__flag language-nav__flag--hu" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/hu.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--hu" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/hu.svg"> </a></li><li class="language-nav__item language-nav__item--en_IE"> <a hreflang="en-IE" href="https://www.froeling.com/en-ie/data-protection/" class="language-nav__link"> <span class="language-nav__label">ie</span> <noscript><img class="language-nav__flag language-nav__flag--ie" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ie.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ie" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ie.svg"> </a></li><li class="language-nav__item language-nav__item--it_IT"> <a hreflang="it-IT" href="https://www.froeling.com/it-it/protezione-dati/" class="language-nav__link"> <span class="language-nav__label">it</span> <noscript><img class="language-nav__flag language-nav__flag--it" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/it.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--it" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/it.svg"> </a></li><li class="language-nav__item language-nav__item--en_JP"> <a hreflang="en-JP" href="https://www.froeling.com/en-jp/data-protection/" class="language-nav__link"> <span class="language-nav__label">jp</span> <noscript><img class="language-nav__flag language-nav__flag--jp" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/jp.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--jp" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/jp.svg"> </a></li><li class="language-nav__item language-nav__item--fr_LU"> <a hreflang="fr-LU" href="https://www.froeling.com/fr-lu/declaration-de-protection-des-donnees/" class="language-nav__link"> <span class="language-nav__label">lu</span> <noscript><img class="language-nav__flag language-nav__flag--lu" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/lu.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--lu" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/lu.svg"> </a></li><li class="language-nav__item language-nav__item--en_NL"> <a hreflang="en-NL" href="https://www.froeling.com/en-nl/data-protection/" class="language-nav__link"> <span class="language-nav__label">nl</span> <noscript><img class="language-nav__flag language-nav__flag--nl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--nl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nl.svg"> </a></li><li class="language-nav__item language-nav__item--en_NO"> <a hreflang="en-NO" href="https://www.froeling.com/en-no/data-protection/" class="language-nav__link"> <span class="language-nav__label">no</span> <noscript><img class="language-nav__flag language-nav__flag--no" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/no.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--no" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/no.svg"> </a></li><li class="language-nav__item language-nav__item--en_NZ"> <a hreflang="en-NZ" href="https://www.froeling.com/en-nz/data-protection/" class="language-nav__link"> <span class="language-nav__label">nz</span> <noscript><img class="language-nav__flag language-nav__flag--nz" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nz.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--nz" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/nz.svg"> </a></li><li class="language-nav__item language-nav__item--en_PL"> <a hreflang="en-PL" href="https://www.froeling.com/en-pl/data-protection/" class="language-nav__link"> <span class="language-nav__label">pl</span> <noscript><img class="language-nav__flag language-nav__flag--pl" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/pl.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--pl" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/pl.svg"> </a></li><li class="language-nav__item language-nav__item--en_RU"> <a hreflang="en-RU" href="https://www.froeling.com/en-ru/data-protection/" class="language-nav__link"> <span class="language-nav__label">ru</span> <noscript><img class="language-nav__flag language-nav__flag--ru" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ru.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--ru" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/ru.svg"> </a></li><li class="language-nav__item language-nav__item--sv_SE"> <a hreflang="sv-SE" href="https://www.froeling.com/sv-se/meddelande-om-skydd-om-personuppgifter/" class="language-nav__link"> <span class="language-nav__label">se</span> <noscript><img class="language-nav__flag language-nav__flag--se" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/se.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--se" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/se.svg"> </a></li><li class="language-nav__item language-nav__item--sl_SI"> <a hreflang="sl-SI" href="https://www.froeling.com/sl-si/datenschutz/" class="language-nav__link"> <span class="language-nav__label">si</span> <noscript><img class="language-nav__flag language-nav__flag--si" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/si.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--si" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/si.svg"> </a></li><li class="language-nav__item language-nav__item--en_SK"> <a hreflang="en-SK" href="https://www.froeling.com/en-sk/data-protection/" class="language-nav__link"> <span class="language-nav__label">sk</span> <noscript><img class="language-nav__flag language-nav__flag--sk" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/sk.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--sk" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/sk.svg"> </a></li><li class="language-nav__item language-nav__item--en_US"> <a hreflang="en-US" href="https://www.froeling.com/en-us/data-protection/" class="language-nav__link"> <span class="language-nav__label">us</span> <noscript><img class="language-nav__flag language-nav__flag--us" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/us.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--us" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/us.svg"> </a></li><li class="language-nav__item language-nav__item--en_ZA"> <a hreflang="en-ZA" href="https://www.froeling.com/en-za/data-protection/" class="language-nav__link"> <span class="language-nav__label">za</span> <noscript><img class="language-nav__flag language-nav__flag--za" src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/za.svg"></noscript><img class="lazyload language-nav__flag language-nav__flag--za" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20210%20140%22%3E%3C/svg%3E' data-src="https://www.froeling.com/en-gb/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/za.svg"> </a></li></ul></div> <script>const mmenuTabsTemplate = [ '<a href="https://www.froeling.com/en-gb/"><img src="https://www.froeling.com/en-gb/wp-content/uploads/sites/3/2020/09/logo_froeling.png" alt="Froeling" /></a>', '<a href="#mobile-main-nav">Menu</a>', '<a href="#mobile-lang-nav">Language</a>', '<a href="#" class="mmenu-close"><i class="fas fa-times"></i></a>' ]; const mmenuFooter = [ '<a href="https://www.facebook.com/froelingheizkessel/" target="_blank"><i class="fab fa-facebook"></i> Facebook</a>', '<a href="https://www.youtube.com/channel/UCIW_X8fHwl1G2veRPQOCIzg" target="_blank"><i class="fab fa-youtube"></i> YouTube</a>', '<a href="https://secure.froeling.com/" target="_blank"><i class="far fa-user-circle"></i> Partner Login</a>', '<a href="https://connect-web.froeling.com/login" target="_blank"><i class="fas fa-house-user"></i> Froeling Connect</a>' ]; const productAdvisor = ''; const mmenuFooterButtons = [ productAdvisor ? productAdvisor : '<span class="mmenu-button d-none"></span>', '<a href="https://www.froeling.com/en-gb/froeling-app/" class="mmenu-button">Froeling App</a>' ];</script> </nav></div> <script defer src="https://www.froeling.com/en-gb/wp-content/cache/autoptimize/3/js/autoptimize_cf8dc0819718463799e6b69d48db7778.js"></script></body></html> <!-- Cachify | https://cachify.pluginkollektiv.org Generated @ 14.11.2024 13:38:15 -->