CINXE.COM

News & Neuigkeiten im Bereich Biomasseheizsysteme - Fröling

<!doctype html> <html lang="de-DE" 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&amp;display=swap"><link rel="profile" href="https://gmpg.org/xfn/11"> <script>window.libaseApp={"ajaxurl":"https:\/\/www.froeling.com\/de-de\/wp-admin\/admin-ajax.php","rest_url":"https:\/\/www.froeling.com\/de-de\/wp-json\/","main_blog_url":"https:\/\/www.froeling.com\/","site_lang":"DE","is":{"single":false,"page":false,"paged":false,"home":true,"front_page":false,"category":false,"tag":false,"tax":false,"search":false,"archive":false,"404":false,"attachment":false},"postType":"post","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> <title>News &amp; Neuigkeiten im Bereich Biomasseheizsysteme - Fröling</title> <meta name="description" content="Hier finden Sie die Fröling News! ➽ Lesen Sie hier über Anwendungsbeispiele und Neuigkeiten über ✓ Auszeichnungen &amp; Produktneuheiten."/> <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/de-de/neuigkeiten/" /> <link rel="next" href="https://www.froeling.com/de-de/neuigkeiten/page/2/" /> <meta property="og:locale" content="de_DE" /> <meta property="og:type" content="website" /> <meta property="og:title" content="News &amp; Neuigkeiten im Bereich Biomasseheizsysteme - Fröling" /> <meta property="og:description" content="Hier finden Sie die Fröling News! ➽ Lesen Sie hier über Anwendungsbeispiele und Neuigkeiten über ✓ Auszeichnungen &amp; Produktneuheiten." /> <meta property="og:url" content="https://www.froeling.com/de-de/neuigkeiten/" /> <meta property="og:site_name" content="Fröling" /> <meta property="og:image" content="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/fro_social_sharing042023.jpg" /> <meta property="og:image:secure_url" content="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/fro_social_sharing042023.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="630" /> <meta property="og:image:type" content="image/jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="News &amp; Neuigkeiten im Bereich Biomasseheizsysteme - Fröling" /> <meta name="twitter:description" content="Hier finden Sie die Fröling News! ➽ Lesen Sie hier über Anwendungsbeispiele und Neuigkeiten über ✓ Auszeichnungen &amp; Produktneuheiten." /> <meta name="twitter:image" content="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/fro_social_sharing042023.jpg" /> <script type="application/ld+json" class="rank-math-schema">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.froeling.com/de-de/#organization","name":"Fr\u00f6ling Heizkessel- und Beh\u00e4lterbau","url":"https://www.froeling.com/de-de","logo":{"@type":"ImageObject","@id":"https://www.froeling.com/de-de/#logo","url":"https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling.png","contentUrl":"https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling.png","caption":"Fr\u00f6ling","inLanguage":"de-DE","width":"2362","height":"562"}},{"@type":"WebSite","@id":"https://www.froeling.com/de-de/#website","url":"https://www.froeling.com/de-de","name":"Fr\u00f6ling","publisher":{"@id":"https://www.froeling.com/de-de/#organization"},"inLanguage":"de-DE"},{"@type":"CollectionPage","@id":"https://www.froeling.com/de-de/neuigkeiten/#webpage","url":"https://www.froeling.com/de-de/neuigkeiten/","name":"News &amp; Neuigkeiten im Bereich Biomasseheizsysteme - Fr\u00f6ling","isPartOf":{"@id":"https://www.froeling.com/de-de/#website"},"inLanguage":"de-DE"}]}</script> <link href='https://fonts.gstatic.com' crossorigin='anonymous' rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="Fröling &raquo; Feed" href="https://www.froeling.com/de-de/feed/" /> <link rel="alternate" type="application/rss+xml" title="Fröling &raquo; Kommentar-Feed" href="https://www.froeling.com/de-de/comments/feed/" /> <link rel='stylesheet' id='admin-env-style-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_403896c9d04db1d0af970a036b37347c.css?ver=1700558001' type='text/css' media='all' /> <link rel='stylesheet' id='li-elementor-dynamic-tags--product-archive-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_f5a08f4e1e450458fb0cf2a5667ecc38.css?ver=1700558001' type='text/css' media='all' /> <style id='rank-math-toc-block-style-inline-css' type='text/css'> .wp-block-rank-math-toc-block nav ol{counter-reset:item}.wp-block-rank-math-toc-block nav ol li{display:block}.wp-block-rank-math-toc-block nav ol li:before{content:counters(item, ".") ". ";counter-increment:item} </style> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='cookie-consent-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_7b565093d71d99946cf8018cf681840d.css?ver=1.7.0' type='text/css' media='all' /> <link rel='stylesheet' id='multilingualpress-admin-css' href='https://www.froeling.com/de-de/wp-content/plugins/multilingualpress-licustomized/public/css/admin.min.css?ver=1664521021' type='text/css' media='all' /> <link rel='stylesheet' id='libase-bootstrap-css' href='https://www.froeling.com/de-de/wp-content/themes/hello-child-libase__froeling/assets/vendor/bootstrap-reboot.min.css?ver=1700558001' type='text/css' media='all' /> <link rel='stylesheet' id='libase-style-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_8abd6103da3287dca9ba5ec44f7f3842.css?ver=1714471166' type='text/css' media='all' /> <link rel='stylesheet' id='mmenu-style-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_42de04c80e9f59bc005d15e0308bb6fb.css?ver=1700558001' type='text/css' media='all' /> <link rel='stylesheet' id='hello-elementor-css' href='https://www.froeling.com/de-de/wp-content/themes/hello-elementor/style.min.css?ver=3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.froeling.com/de-de/wp-content/themes/hello-elementor/theme.min.css?ver=3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.froeling.com/de-de/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.1.1' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-frontend-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/custom-frontend.min.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/custom-widget-icon-list.min.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='widget-image-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='widget-nav-menu-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/custom-pro-widget-nav-menu.min.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='widget-divider-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/css/widget-divider.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='e-animation-fadeInRight-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInRight.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='e-animation-slideInDown-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/animations/styles/slideInDown.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='e-animation-fadeInDown-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=5.31.0' type='text/css' media='all' /> <link rel='stylesheet' id='swiper-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/swiper/v8/css/swiper.min.css?ver=8.4.5' type='text/css' media='all' /> <link rel='stylesheet' id='e-swiper-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/css/conditionals/e-swiper.min.css?ver=3.24.6' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-7-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-7.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-pro-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/custom-pro-frontend.min.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-21-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-21.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='li-elementor-widget-li-widgets--child-nav-css' href='https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/css/autoptimize_single_eb03473310a6a3cb120ecebcb5390a28.css?ver=1700558001' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-216-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-216.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-5371-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-5371.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-4301-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-4301.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-4274-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-4274.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-526-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-526.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-348-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-348.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-post-311-css' href='https://www.froeling.com/de-de/wp-content/uploads/sites/7/elementor/css/post-311.css?ver=1728647010' type='text/css' media='all' /> <link rel='stylesheet' id='select2-css' href='https://www.froeling.com/de-de/wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.min.css?ver=4.0.13' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://www.froeling.com/de-de/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=5.15.3' type='text/css' media='all' /> <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin><script src="https://www.froeling.com/de-de/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://www.froeling.com/de-de/wp-includes/js/dist/hooks.min.js?ver=2810c76e705dd1a53b18" id="wp-hooks-js"></script> <script src="https://www.froeling.com/de-de/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/de-de/wp-json/" /><link rel="alternate" hreflang="de-AT" href="https://www.froeling.com/de-at/neuigkeiten/"><link rel="alternate" hreflang="de-CH" href="https://www.froeling.com/de-ch/neuigkeiten/"><link rel="alternate" hreflang="de-DE" href="https://www.froeling.com/de-de/neuigkeiten/"> <link rel="alternate" hreflang="fr-BE" href="https://www.froeling.com/fr-be"> <link rel="alternate" hreflang="en-BG" href="https://www.froeling.com/en-bg"> <link rel="alternate" hreflang="en-CL" href="https://www.froeling.com/en-cl"> <link rel="alternate" hreflang="en-CZ" href="https://www.froeling.com/en-cz"> <link rel="alternate" hreflang="en-DK" href="https://www.froeling.com/en-dk"> <link rel="alternate" hreflang="en-FI" href="https://www.froeling.com/en-fi"> <link rel="alternate" hreflang="en-GR" href="https://www.froeling.com/en-gr"> <link rel="alternate" hreflang="en-HU" href="https://www.froeling.com/en-hu"> <link rel="alternate" hreflang="en-IE" href="https://www.froeling.com/en-ie"> <link rel="alternate" hreflang="en-JP" href="https://www.froeling.com/en-jp"> <link rel="alternate" hreflang="fr-LU" href="https://www.froeling.com/fr-lu"> <link rel="alternate" hreflang="en-NL" href="https://www.froeling.com/en-nl"> <link rel="alternate" hreflang="en-NO" href="https://www.froeling.com/en-no"> <link rel="alternate" hreflang="en-NZ" href="https://www.froeling.com/en-nz"> <link rel="alternate" hreflang="en-PL" href="https://www.froeling.com/en-pl"> <link rel="alternate" hreflang="en-RU" href="https://www.froeling.com/en-ru"> <link rel="alternate" hreflang="en-SK" href="https://www.froeling.com/en-sk"> <link rel="alternate" hreflang="en-US" href="https://www.froeling.com/en-us"> <link rel="alternate" hreflang="en-ZA" href="https://www.froeling.com/en-za"> <meta name="generator" content="Elementor 3.24.6; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <link rel="icon" href="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/favicon_froeling-150x150.png" sizes="32x32" /> <link rel="icon" href="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/favicon_froeling-300x300.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/favicon_froeling-300x300.png" /> <meta name="msapplication-TileImage" content="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/favicon_froeling-300x300.png" /> </head> <body class="blog wp-custom-logo elementor-default elementor-kit-7"> <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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-check"></i> </span> <span class="elementor-icon-list-text">Mo. - Fr. 7.00 - 12.00 / Mo. - Do. 13.00 - 16.30</span> </li> <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-web.froeling.com/login"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-house-user"></i> </span> <span class="elementor-icon-list-text">Fröling 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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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/de-de"> <noscript><img width="300" height="71" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-300x71.png" class="attachment-medium size-medium wp-image-36" alt="" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-300x71.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-1024x244.png 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-768x183.png 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-1536x365.png 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-2048x487.png 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/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/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-300x71.png" class="lazyload attachment-medium size-medium wp-image-36" alt="" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-300x71.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-1024x244.png 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-768x183.png 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-1536x365.png 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling-2048x487.png 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/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="{&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;&quot;},&quot;layout&quot;:&quot;horizontal&quot;,&quot;toggle&quot;:&quot;burger&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav aria-label="Menü" 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">Produkte</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/de-de/produkte/scheitholz/" class="elementor-sub-item">Scheitholzkessel</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/de-de/produkte/pellets/" class="elementor-sub-item">Pelletskessel</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/de-de/produkte/hackgut/" class="elementor-sub-item">Hackgutanlage</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/de-de/produkte/kombikessel/" class="elementor-sub-item">Kombikessel</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/de-de/produkte/industrieheizung/" class="elementor-sub-item">Industrieheizung</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/de-de/produkte/waerme-und-strom/" class="elementor-sub-item">Wärme und Strom</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/de-de/produkte/speichersysteme/" class="elementor-sub-item">Speichersysteme</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5334"><a href="https://www.froeling.com/de-de/referenzen/" class="elementor-sub-item">Referenzen</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/de-de/heizen-mit-biomasse/" data-show-popup="348" class="elementor-item">Heizen mit Biomasse</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/de-de/heizen-mit-biomasse/brennstoff-holz/" class="elementor-sub-item">Brennstoff Holz</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4365"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/warum-biomasse/" class="elementor-sub-item">Warum Biomasse?</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4221"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/foerderungen/" class="elementor-sub-item">Förderungen</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4241"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/berechnunsprogramme/" class="elementor-sub-item">Berechnungsprogramme</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4273"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/faq/" class="elementor-sub-item">FAQ</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-80 current_page_item current_page_parent menu-item-88"><a href="https://www.froeling.com/de-de/neuigkeiten/" aria-current="page" class="elementor-item elementor-item-active">Neuigkeiten</a></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/de-de/unternehmen/" data-show-popup="4274" class="elementor-item">Unternehmen</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/de-de/unternehmen/leitbild/" class="elementor-sub-item">Leitbild</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4281"><a href="https://www.froeling.com/de-de/unternehmen/karriere/" class="elementor-sub-item">Karriere</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="https://www.froeling.com/de-de/unternehmen/auszeichnungen/" class="elementor-sub-item">Auszeichnungen</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="https://www.froeling.com/de-de/unternehmen/geschichte/" class="elementor-sub-item">Geschichte</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4332"><a href="https://www.froeling.com/de-de/unternehmen/einkauf/" class="elementor-sub-item">Einkauf</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4282"><a href="https://www.froeling.com/de-de/unternehmen/froeling-akademie/" class="elementor-sub-item">Fröling Akademie</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/de-de/kontakt/" data-show-popup="4301" class="elementor-item">Kontakt</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4336"><a href="https://www.froeling.com/de-de/kontakt/gebietsvertreter/" class="elementor-sub-item">Gebietsvertreter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/de-de/kontakt/information-beratung-anfordern/" class="elementor-sub-item">Information/Beratung anfordern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4331"><a href="https://www.froeling.com/de-de/unternehmen/messetermine/" class="elementor-sub-item">Messetermine</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4308"><a href="https://www.froeling.com/de-de/kontakt/kundendienst-anfordern/" class="elementor-sub-item">Kundendienst anfordern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5145"><a href="https://www.froeling.com/de-de/kontakt/garantiekarte/" class="elementor-sub-item">Garantiekarte</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a href="https://www.froeling.com/de-de/kontakt/anschrift-kontakt/" class="elementor-sub-item">Anschrift/Kontakt</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">Menü</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">Produkte</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/de-de/produkte/scheitholz/" class="elementor-sub-item" tabindex="-1">Scheitholzkessel</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/de-de/produkte/pellets/" class="elementor-sub-item" tabindex="-1">Pelletskessel</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/de-de/produkte/hackgut/" class="elementor-sub-item" tabindex="-1">Hackgutanlage</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/de-de/produkte/kombikessel/" class="elementor-sub-item" tabindex="-1">Kombikessel</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/de-de/produkte/industrieheizung/" class="elementor-sub-item" tabindex="-1">Industrieheizung</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/de-de/produkte/waerme-und-strom/" class="elementor-sub-item" tabindex="-1">Wärme und Strom</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/de-de/produkte/speichersysteme/" class="elementor-sub-item" tabindex="-1">Speichersysteme</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5334"><a href="https://www.froeling.com/de-de/referenzen/" class="elementor-sub-item" tabindex="-1">Referenzen</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/de-de/heizen-mit-biomasse/" data-show-popup="348" class="elementor-item" tabindex="-1">Heizen mit Biomasse</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/de-de/heizen-mit-biomasse/brennstoff-holz/" class="elementor-sub-item" tabindex="-1">Brennstoff Holz</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4365"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/warum-biomasse/" class="elementor-sub-item" tabindex="-1">Warum Biomasse?</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4221"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/foerderungen/" class="elementor-sub-item" tabindex="-1">Förderungen</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4241"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/berechnunsprogramme/" class="elementor-sub-item" tabindex="-1">Berechnungsprogramme</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4273"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/faq/" class="elementor-sub-item" tabindex="-1">FAQ</a></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-80 current_page_item current_page_parent menu-item-88"><a href="https://www.froeling.com/de-de/neuigkeiten/" aria-current="page" class="elementor-item elementor-item-active" tabindex="-1">Neuigkeiten</a></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/de-de/unternehmen/" data-show-popup="4274" class="elementor-item" tabindex="-1">Unternehmen</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/de-de/unternehmen/leitbild/" class="elementor-sub-item" tabindex="-1">Leitbild</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4281"><a href="https://www.froeling.com/de-de/unternehmen/karriere/" class="elementor-sub-item" tabindex="-1">Karriere</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4280"><a href="https://www.froeling.com/de-de/unternehmen/auszeichnungen/" class="elementor-sub-item" tabindex="-1">Auszeichnungen</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4279"><a href="https://www.froeling.com/de-de/unternehmen/geschichte/" class="elementor-sub-item" tabindex="-1">Geschichte</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4332"><a href="https://www.froeling.com/de-de/unternehmen/einkauf/" class="elementor-sub-item" tabindex="-1">Einkauf</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4282"><a href="https://www.froeling.com/de-de/unternehmen/froeling-akademie/" class="elementor-sub-item" tabindex="-1">Fröling Akademie</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/de-de/kontakt/" data-show-popup="4301" class="elementor-item" tabindex="-1">Kontakt</a> <ul class="sub-menu elementor-nav-menu--dropdown"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4336"><a href="https://www.froeling.com/de-de/kontakt/gebietsvertreter/" class="elementor-sub-item" tabindex="-1">Gebietsvertreter</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/de-de/kontakt/information-beratung-anfordern/" class="elementor-sub-item" tabindex="-1">Information/Beratung anfordern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4331"><a href="https://www.froeling.com/de-de/unternehmen/messetermine/" class="elementor-sub-item" tabindex="-1">Messetermine</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4308"><a href="https://www.froeling.com/de-de/kontakt/kundendienst-anfordern/" class="elementor-sub-item" tabindex="-1">Kundendienst anfordern</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5145"><a href="https://www.froeling.com/de-de/kontakt/garantiekarte/" class="elementor-sub-item" tabindex="-1">Garantiekarte</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4315"><a href="https://www.froeling.com/de-de/kontakt/anschrift-kontakt/" class="elementor-sub-item" tabindex="-1">Anschrift/Kontakt</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" id="phone-contact-cta--header"> <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/de-de/wp-content/uploads/sites/7/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/de-de/wp-content/uploads/sites/7/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">Schnellkontakt</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>089 927 926 &#8211; 0</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/de-de/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.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/de-de/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/de.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"> <div class="news-archive e-con"> <div class="news-archive--latest"> <div class="news-archive--latest__most-recent"> <a class="post-image" href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2024-beim-plus-x-award/"> <div class="date"> 08.11.2024 </div> <img fetchpriority="high" width="557" height="795" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/11/Screenshot-2024-10-30-152329.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/11/Screenshot-2024-10-30-152329.jpg 557w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/11/Screenshot-2024-10-30-152329-210x300.jpg 210w" sizes="(max-width: 557px) 100vw, 557px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2024-beim-plus-x-award/" class="marked">Fröling ist "Innovativste Marke 2024" beim Plus X Award</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2024-beim-plus-x-award/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--latest__second-most-recent post-grid--post"> <a class="post-image" href="https://www.froeling.com/de-de/froeling-gewinnt-pegasus-in-der-kategorie-innovationskaiser/"> <div class="date"> 05.06.2024 </div> <noscript><img loading="lazy" width="800" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1920x1440.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1024x768.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/06/20240603_221249-1920x1440.jpg 1920w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-gewinnt-pegasus-in-der-kategorie-innovationskaiser/" class="marked">Fröling gewinnt Pegasus in der Kategorie „Innovationskaiser“</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/froeling-gewinnt-pegasus-in-der-kategorie-innovationskaiser/" class="read-more">Weiterlesen</a> </div> </div> </div> </div> <div class="news-archive--headline"> <h1>Fröling News</h1> </div> <div class="news-archive--list"> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/publikumsmagnet-froeling-auf-der-ifh-nuernberg/"> <div class="date"> 30.04.2024 </div> <noscript><img loading="lazy" width="800" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1920x1440.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1024x768.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/20240423_083619-1920x1440.jpg 1920w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/publikumsmagnet-froeling-auf-der-ifh-nuernberg/">Publikumsmagnet Fröling auf der IFH Nürnberg</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/publikumsmagnet-froeling-auf-der-ifh-nuernberg/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/wirtschaftspreis-pegasus/"> <div class="date"> 30.04.2024 </div> <noscript><img loading="lazy" width="800" height="534" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1024x683.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-768x512.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1536x1024.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-2048x1366.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1920x1280.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="534" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20534%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1024x683.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1024x683.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-768x512.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1536x1024.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-2048x1366.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/04/Pegasus1-1920x1280.jpg 1920w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/wirtschaftspreis-pegasus/">Wirtschaftspreis Pegasus</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/wirtschaftspreis-pegasus/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/shk-essen-innovative-heizloesungen-von-froeling-liegen-voll-im-trend/"> <div class="date"> 25.03.2024 </div> <noscript><img loading="lazy" width="800" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1024x768.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1920x1440.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1024x768.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1024x768.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-768x576.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1536x1152.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-2048x1536.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/03/20240319_081629-1920x1440.jpg 1920w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/shk-essen-innovative-heizloesungen-von-froeling-liegen-voll-im-trend/">SHK Essen - Innovative Heizlösungen von Fröling liegen voll im Trend</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/shk-essen-innovative-heizloesungen-von-froeling-liegen-voll-im-trend/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/neuer-imagefilm/"> <div class="date"> 17.01.2024 </div> <noscript><img loading="lazy" width="800" height="508" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950.jpg 928w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950-300x190.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950-768x487.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="508" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20508%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950.jpg 928w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950-300x190.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2024/01/Screenshot-2024-01-17-114950-768x487.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neuer-imagefilm/">Neuer Imagefilm</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/neuer-imagefilm/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/neu-bis-zu-70-foerderzuschuss/"> <div class="date"> 29.12.2023 </div> <noscript><img loading="lazy" width="520" height="520" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520.png 520w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520-150x150.png 150w" sizes="(max-width: 520px) 100vw, 520px" /></noscript><img loading="lazy" width="520" height="520" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20520%20520%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520.png 520w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/12/BAFA_2024_FB_520x520-150x150.png 150w" data-sizes="(max-width: 520px) 100vw, 520px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-bis-zu-70-foerderzuschuss/">NEU: Bis zu 70% Förderzuschuss</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/neu-bis-zu-70-foerderzuschuss/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/regierung-sieht-holzpellets-in-zukunft-als-guenstigsten-brennstoff/"> <div class="date"> 27.09.2023 </div> <noscript><img loading="lazy" width="800" height="554" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1024x709.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1024x709.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-300x208.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-768x532.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1536x1063.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1920x1329.jpg 1920w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1.jpg 2047w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="554" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20554%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1024x709.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1024x709.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-300x208.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-768x532.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1536x1063.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1-1920x1329.jpg 1920w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/09/DEPI_Grafik_Preisprognosen-2035_BMWK_230831-1.jpg 2047w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/regierung-sieht-holzpellets-in-zukunft-als-guenstigsten-brennstoff/">Regierung sieht Holzpellets in Zukunft als günstigsten Brennstoff</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/regierung-sieht-holzpellets-in-zukunft-als-guenstigsten-brennstoff/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/froeling-brilliert-als-beste-marke-2023/"> <div class="date"> 21.06.2023 </div> <noscript><img loading="lazy" width="800" height="670" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511.jpg 1016w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511-300x251.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511-768x643.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="670" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20670%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511.jpg 1016w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511-300x251.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Screenshot-2023-06-21-084511-768x643.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-brilliert-als-beste-marke-2023/">Fröling brilliert als Beste Marke 2023</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/froeling-brilliert-als-beste-marke-2023/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/bis-zu-20-foerderung-beim-heizkesseltausch/"> <div class="date"> 21.06.2023 </div> <noscript><img loading="lazy" width="800" height="534" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1024x683.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1024x683.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-768x512.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1536x1024.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-2048x1365.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1920x1280.jpg 1920w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="534" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20534%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1024x683.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1024x683.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-768x512.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1536x1024.jpg 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-2048x1365.jpg 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/01/Berechnungsprogramm-1920x1280.jpg 1920w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bis-zu-20-foerderung-beim-heizkesseltausch/">Bis zu 20% Förderung beim Heizkesseltausch</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/bis-zu-20-foerderung-beim-heizkesseltausch/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image " href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2023/"> <div class="date"> 15.06.2023 </div> <noscript><img loading="lazy" width="800" height="582" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-1024x745.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-1024x745.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-300x218.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-768x559.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023.jpg 1299w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="582" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20582%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-1024x745.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-1024x745.jpg 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-300x218.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023-768x559.jpg 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/06/Newsbeitrag-Homepage_Hoechste-Kundenzufriedenheit_2023.jpg 1299w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2023/">Fröling erhält Auszeichnung für „Höchste Kundenzufriedenheit 2023“</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2023/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post "> <a class="post-image img-portrait" href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-2023-pelletskessel-pe1-pe1e-pellet/"> <div class="date"> 24.04.2023 </div> <noscript><img loading="lazy" width="551" height="827" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423.png 551w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423-200x300.png 200w" sizes="(max-width: 551px) 100vw, 551px" /></noscript><img loading="lazy" width="551" height="827" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20551%20827%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423.png 551w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/Newsletter_PlusX_0423-200x300.png 200w" data-sizes="(max-width: 551px) 100vw, 551px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-2023-pelletskessel-pe1-pe1e-pellet/">Ausgezeichnet: Fröling PE1 Pellet „Bestes Produkt des Jahres“</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-2023-pelletskessel-pe1-pe1e-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neuer-info-film-mit-dem-wald-gegen-die-klimakrise-oesterreichischer-biomasseverband/"> <div class="date"> 10.03.2023 </div> <noscript><img loading="lazy" width="794" height="915" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3.jpg 794w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3-260x300.jpg 260w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3-768x885.jpg 768w" sizes="(max-width: 794px) 100vw, 794px" /></noscript><img loading="lazy" width="794" height="915" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20794%20915%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3.jpg 794w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3-260x300.jpg 260w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/neuer-Infofilm-OeBV3-768x885.jpg 768w" data-sizes="(max-width: 794px) 100vw, 794px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neuer-info-film-mit-dem-wald-gegen-die-klimakrise-oesterreichischer-biomasseverband/">Neuer Info-Film: Mit dem Wald gegen die Klimakrise - Österreichischer Biomasseverband</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/neuer-info-film-mit-dem-wald-gegen-die-klimakrise-oesterreichischer-biomasseverband/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/wirtschaftsminister-aiwanger-zu-besuch-am-froeling-stand-in-karpfham/"> <div class="date"> 12.09.2022 </div> <noscript><img loading="lazy" width="150" height="134" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/aiwanger.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="134" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20134%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2023/04/aiwanger.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/wirtschaftsminister-aiwanger-zu-besuch-am-froeling-stand-in-karpfham/">Wirtschaftsminister Aiwanger zu Besuch am Fröling Stand in Karpfham</a> </h2> <div class="content-box"> <div class="excerpt"> </div> <a href="https://www.froeling.com/de-de/wirtschaftsminister-aiwanger-zu-besuch-am-froeling-stand-in-karpfham/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-beste-kundenzufriedenheit-2022/"> <div class="date"> 09.06.2022 </div> <noscript><img loading="lazy" width="800" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-150x150.jpg 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-768x768.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-150x150.jpg 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PlusX_Kundenzufriedenheit_0622_03_d5bc805a36-768x768.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-beste-kundenzufriedenheit-2022/">Fröling erhält Auszeichnung für „Beste Kundenzufriedenheit 2022“</a> </h2> <div class="content-box"> <div class="excerpt"> Biomassekesselpionier Fröling setzt seit Anbeginn auf höchste Qualität und optimale Kundenbetreuung. Dies wurde nun durch die Verleihung des Gütesiegels „Beste Kundenzufriedenheit 2022“ erneut unterstrichen. </div> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-beste-kundenzufriedenheit-2022/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/energiegenie-2022-fuer-pelletkessel-pe1e-pellet/"> <div class="date"> 19.04.2022 </div> <noscript><img loading="lazy" width="250" height="250" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6.png 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6-150x150.png 150w" sizes="(max-width: 250px) 100vw, 250px" /></noscript><img loading="lazy" width="250" height="250" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20250%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6.png 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_WeBu22_EnergieGenieLogo_01_2f485908d6-150x150.png 150w" data-sizes="(max-width: 250px) 100vw, 250px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/energiegenie-2022-fuer-pelletkessel-pe1e-pellet/">EnergieGenie 2022 für Pelletkessel PE1e Pellet</a> </h2> <div class="content-box"> <div class="excerpt"> optional mit integrierbarem Elektrofilter und integrierbarem Brennwertwärmetauscher Mit einem neuen Kessel lässt Fröling in diesem Jahr aufhorchen: Der neu entwickelte Pelletkessel PE1e </div> <a href="https://www.froeling.com/de-de/energiegenie-2022-fuer-pelletkessel-pe1e-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/komm-zu-froeling-und-starte-deine-karriere/"> <div class="date"> 06.12.2021 </div> <noscript><img loading="lazy" width="250" height="188" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Stellenanzeige_neutral_0521_1200x900_222b4297a4.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="188" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20188%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Stellenanzeige_neutral_0521_1200x900_222b4297a4.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/komm-zu-froeling-und-starte-deine-karriere/">Komm zu Fröling und starte deine Karriere!</a> </h2> <div class="content-box"> <div class="excerpt"> Arbeiten bei einem der führenden Hersteller innovativer Heizsysteme </div> <a href="https://www.froeling.com/de-de/komm-zu-froeling-und-starte-deine-karriere/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/pelletaustragung-pelletfoerdersysteme-von-froeling/"> <div class="date"> 05.12.2021 </div> <noscript><img loading="lazy" width="250" height="167" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Screenshot_2021-11-05_085737_5dd40e8703.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="167" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20167%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Screenshot_2021-11-05_085737_5dd40e8703.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/pelletaustragung-pelletfoerdersysteme-von-froeling/">Pelletaustragung & Pelletfördersysteme von Fröling</a> </h2> <div class="content-box"> <div class="excerpt"> Heizen mit Pellets gilt als besonders umweltfreundlich und preiswert. Fröling liefert auch bei Austrag- und Fördersystemen höchste Qualität am Stand der Technik. Unsere Lagersysteme sind auf </div> <a href="https://www.froeling.com/de-de/pelletaustragung-pelletfoerdersysteme-von-froeling/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/zwei-systeme-perfekt-kombiniert/"> <div class="date"> 04.12.2021 </div> <noscript><img loading="lazy" width="250" height="338" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae-222x300.jpg 222w" sizes="(max-width: 250px) 100vw, 250px" /></noscript><img loading="lazy" width="250" height="338" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20338%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Referenzen_SP_Dual_compact_0421_2ab52966ae-222x300.jpg 222w" data-sizes="(max-width: 250px) 100vw, 250px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/zwei-systeme-perfekt-kombiniert/">Zwei Systeme perfekt kombiniert</a> </h2> <div class="content-box"> <div class="excerpt"> Kombikessel SP Dual compact </div> <a href="https://www.froeling.com/de-de/zwei-systeme-perfekt-kombiniert/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2021/"> <div class="date"> 09.09.2021 </div> <noscript><img loading="lazy" width="250" height="268" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2021_DE_01_6c914bf6ee.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="268" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20268%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2021_DE_01_6c914bf6ee.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2021/">Fröling erhält Auszeichnung für „Höchste Kundenzufriedenheit 2021“</a> </h2> <div class="content-box"> <div class="excerpt"> Biomassekesselpionier Fröling setzt seit Anbeginn auf höchste Qualität und optimale Kundenbetreuung. Dies wurde nun durch die Verleihung des Gütesiegels „Höchste Kundenzufriedenheit 2021“ erneut </div> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2021/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2020/"> <div class="date"> 17.08.2020 </div> <noscript><img loading="lazy" width="747" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94-280x300.png 280w" sizes="(max-width: 747px) 100vw, 747px" /></noscript><img loading="lazy" width="747" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20747%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kessel_div_PlusXKundenzufriedenheit_2020_DE_2b54fa0b94-280x300.png 280w" data-sizes="(max-width: 747px) 100vw, 747px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2020/">Fröling erhält Auszeichnung für „Höchste Kundenzufriedenheit 2020“</a> </h2> <div class="content-box"> <div class="excerpt"> Biomassekesselpionier Fröling setzt seit Anbeginn auf höchste Qualität und optimale Kundenbetreuung. Dies wurde nun durch die Verleihung des Gütesiegels „Höchste Kundenzufriedenheit 2020“ erneut </div> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit-2020/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neues-produktvideo-kombikessel-sp-dual-und-sp-dual-compact/"> <div class="date"> 24.04.2020 </div> <noscript><img loading="lazy" width="800" height="468" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f-300x176.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f-768x449.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="468" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20468%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f-300x176.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kombikessel_Film_334aa2794f-768x449.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neues-produktvideo-kombikessel-sp-dual-und-sp-dual-compact/">Neues Produktvideo Kombikessel SP Dual und SP Dual compact</a> </h2> <div class="content-box"> <div class="excerpt"> Scheitholz und Pellets – Platzsparend und perfekt in einem Kessel kombiniert Die Fröling Kombikessel SP Dual und SP Dual compact kombinieren auf perfekte Weise modernste Scheitholztechnik mit dem </div> <a href="https://www.froeling.com/de-de/neues-produktvideo-kombikessel-sp-dual-und-sp-dual-compact/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/energiegenie-2020-fuer-pelletkessel-pe1c-pellet/"> <div class="date"> 27.02.2020 </div> <noscript><img loading="lazy" width="554" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8.png 554w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8-208x300.png 208w" sizes="(max-width: 554px) 100vw, 554px" /></noscript><img loading="lazy" width="554" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20554%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8.png 554w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_Pellet_2018-06-13_mitEnergieGenie_9f6c51dde8-208x300.png 208w" data-sizes="(max-width: 554px) 100vw, 554px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/energiegenie-2020-fuer-pelletkessel-pe1c-pellet/">EnergieGenie 2020 für Pelletkessel PE1c Pellet</a> </h2> <div class="content-box"> <div class="excerpt"> Anlässlich der Energiesparmesse Wels wurde der Brennwertkessel PE1c Pellet mit dem Innovationspreis EnergieGenie 2020 ausgezeichnet. Dieser Preis des Bundesministeriums für Nachhaltigkeit und </div> <a href="https://www.froeling.com/de-de/energiegenie-2020-fuer-pelletkessel-pe1c-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/innovationspreis-fuer-froeling-pellet-brennwertkessel-pe1c-pellet/"> <div class="date"> 30.01.2020 </div> <noscript><img loading="lazy" width="556" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7.jpg 556w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7-209x300.jpg 209w" sizes="(max-width: 556px) 100vw, 556px" /></noscript><img loading="lazy" width="556" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20556%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7.jpg 556w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_InnovationspreisBozen_DrHutterer_2be9ed4ff7-209x300.jpg 209w" data-sizes="(max-width: 556px) 100vw, 556px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/innovationspreis-fuer-froeling-pellet-brennwertkessel-pe1c-pellet/">Innovationspreis für Fröling Pellet-Brennwertkessel PE1c Pellet</a> </h2> <div class="content-box"> <div class="excerpt"> Das Interesse am Messestand des Heizkessel-herstellers Fröling in Bozen war überwältigend. Komfortables Heizen mit Holz und Pellets steht hoch im Kurs, nicht zuletzt weil CO2-neutrales Heizen das </div> <a href="https://www.froeling.com/de-de/innovationspreis-fuer-froeling-pellet-brennwertkessel-pe1c-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neues-produktvideo-pe1c-pellet/"> <div class="date"> 27.11.2019 </div> <noscript><img loading="lazy" width="800" height="450" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8-300x169.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8-768x432.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="450" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20450%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8-300x169.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pe1c_pellet_29da1fe6a8-768x432.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neues-produktvideo-pe1c-pellet/">Neues Produktvideo PE1c Pellet</a> </h2> <div class="content-box"> <div class="excerpt"> Der neu entwickelte Pellets-Brennwertkessel PE1c Pellet ist serienmäßig mit innovativer Brennwerttechnik ausgestattet. Weltweit einzigartig ist dabei die Kombination der Brennwerttechnik mit einem </div> <a href="https://www.froeling.com/de-de/neues-produktvideo-pe1c-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit/"> <div class="date"> 07.11.2019 </div> <noscript><img loading="lazy" width="747" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14-280x300.png 280w" sizes="(max-width: 747px) 100vw, 747px" /></noscript><img loading="lazy" width="747" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20747%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1c_PlusXKundenzufriedenheit_2019_DE_fcf3a02b14-280x300.png 280w" data-sizes="(max-width: 747px) 100vw, 747px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit/">Fröling erhält Auszeichnung für „Höchste Kundenzufriedenheit“</a> </h2> <div class="content-box"> <div class="excerpt"> Biomassekesselpionier Fröling setzt seit Anbeginn auf höchste Qualität und optimale Kundenbetreuung. Dies wurde nun durch die Verleihung des Gütesiegels „Höchste Kundenzufriedenheit“ erneut </div> <a href="https://www.froeling.com/de-de/froeling-erhaelt-auszeichnung-fuer-hoechste-kundenzufriedenheit/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/zufriedene-kunden-klare-aussage-es-musste-wieder-eine-froeling-hackgutanlage-werden/"> <div class="date"> 09.08.2019 </div> <noscript><img loading="lazy" width="665" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07.jpg 665w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07-249x300.jpg 249w" sizes="(max-width: 665px) 100vw, 665px" /></noscript><img loading="lazy" width="665" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20665%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07.jpg 665w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_Referenz_Fuerstenberger_web_8f4e9aaf07-249x300.jpg 249w" data-sizes="(max-width: 665px) 100vw, 665px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/zufriedene-kunden-klare-aussage-es-musste-wieder-eine-froeling-hackgutanlage-werden/">Zufriedene Kunden, klare Aussage: „Es musste wieder eine Fröling Hackgutanlage werden“</a> </h2> <div class="content-box"> <div class="excerpt"> Familie F. aus Kraiburg setzt auf komfortable Wärme aus erneuerbarer Energie. Fröling Heizkessel überzeugen die Kunden vor allem durch ihren sparsamen und umweltfreundlichen </div> <a href="https://www.froeling.com/de-de/zufriedene-kunden-klare-aussage-es-musste-wieder-eine-froeling-hackgutanlage-werden/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4e-bestes-produkt-des-jahres-2019/"> <div class="date"> 03.07.2019 </div> <noscript><img loading="lazy" width="250" height="268" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_PlusX_2019_DE_c64ddf61fa.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="268" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20268%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_PlusX_2019_DE_c64ddf61fa.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4e-bestes-produkt-des-jahres-2019/">Fröling Hackschnitzelkessel T4e: „Bestes Produkt des Jahres 2019“</a> </h2> <div class="content-box"> <div class="excerpt"> Der Hackschnitzelkessel bzw. das EnergieGenie T4e wurde beim weltweit größten Innovationspreis für Technologie, Sport und Lifestyle erneut ausgezeichnet und überzeugte die Jury in den Kategorien </div> <a href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4e-bestes-produkt-des-jahres-2019/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neues-produktvideo-t4e/"> <div class="date"> 24.06.2019 </div> <noscript><img loading="lazy" width="800" height="448" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d-300x168.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d-768x430.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="448" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20448%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d-300x168.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_db6232d60d-768x430.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neues-produktvideo-t4e/">Neues Produktvideo T4e</a> </h2> <div class="content-box"> <div class="excerpt"> Der neue T4e aus dem Hause Fröling lässt keine Wünsche offen. Mit seiner intelligenten Vollautomatik kann dieser Kessel sowohl Hackgut aber auch Pellets effizient verfeuern. Der T4e verdient die </div> <a href="https://www.froeling.com/de-de/neues-produktvideo-t4e/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-kombikessel-bestes-produkt-des-jahres-2019/"> <div class="date"> 21.05.2019 </div> <noscript><img loading="lazy" width="645" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9.png 645w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9-242x300.png 242w" sizes="(max-width: 645px) 100vw, 645px" /></noscript><img loading="lazy" width="645" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20645%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9.png 645w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_SPDualcompact_PlusX_2019_DE_c093983cd9-242x300.png 242w" data-sizes="(max-width: 645px) 100vw, 645px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-kombikessel-bestes-produkt-des-jahres-2019/">Fröling Kombikessel: „Bestes Produkt des Jahres 2019“</a> </h2> <div class="content-box"> <div class="excerpt"> Die Fröling Kombikessel SP Dual und SP Dual compact wurden beim weltweit größten Innovationspreis für Technologie, Sport und Lifestyle erneut ausgezeichnet und überzeugten die Jury in den Kategorien </div> <a href="https://www.froeling.com/de-de/froeling-kombikessel-bestes-produkt-des-jahres-2019/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neu-energiegenie-t4e-in-zusaetzliche-leistungsgroessen/"> <div class="date"> 21.02.2019 </div> <noscript><img loading="lazy" width="785" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f.png 785w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f-294x300.png 294w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f-768x783.png 768w" sizes="(max-width: 785px) 100vw, 785px" /></noscript><img loading="lazy" width="785" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20785%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f.png 785w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f-294x300.png 294w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e-60_2017-04-12_Cam02_Energiegenie_5859284a7f-768x783.png 768w" data-sizes="(max-width: 785px) 100vw, 785px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-energiegenie-t4e-in-zusaetzliche-leistungsgroessen/">NEU! EnergieGenie T4e in zusätzliche Leistungsgrößen</a> </h2> <div class="content-box"> <div class="excerpt"> Die am Markt bestens etablierte Hackgutkessel-Serie T4e ist künftig in weiteren Leistungsgrößen erhältlich und deckt so ein Spektrum von 20 – 250 kW ab. Der „Musterschüler“ unter den Hackgutkesseln </div> <a href="https://www.froeling.com/de-de/neu-energiegenie-t4e-in-zusaetzliche-leistungsgroessen/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/1210-2/"> <div class="date"> 28.08.2018 </div> <noscript><img loading="lazy" width="800" height="328" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec-300x123.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec-768x315.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="328" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20328%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec-300x123.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Kesselgruppe_PlusX_2018_DE_b69e99afec-768x315.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/1210-2/">Hattrick-Auszeichnung für Fröling Heizkessel</a> </h2> <div class="content-box"> <div class="excerpt"> Pelletkessel PE1 Pellet, Hackschnitzelkessel T4 / T4e und der Kombikessel SP Dual / SP Dual compact überzeugten beim Plus X Award® und wurden von der Jury zum „Besten Produkt des Jahres 2018“gewählt! </div> <a href="https://www.froeling.com/de-de/1210-2/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/nominierung-zum-regionalitaetspreis-2018/"> <div class="date"> 09.08.2018 </div> <noscript><img loading="lazy" width="800" height="444" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63-300x167.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63-768x426.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="444" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20444%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63-300x167.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Eingang_Grieskirchen_RZ_ohne_Asphalt_420c945a63-768x426.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/nominierung-zum-regionalitaetspreis-2018/">Nominierung zum Regionalitätspreis 2018</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling, einer der führenden Leitbetriebe und bedeutendsten Arbeitgeber im Bezirk Grieskirchen, darf sich über die Nominierung zum Regionalitätspreis 2018 freuen. Der Regionalitätspreis der </div> <a href="https://www.froeling.com/de-de/nominierung-zum-regionalitaetspreis-2018/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/mehrfach-ausgezeichnet-froeling-pelletkessel-pe1/"> <div class="date"> 06.04.2018 </div> <noscript><img loading="lazy" width="397" height="510" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01.png 397w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01-234x300.png 234w" sizes="(max-width: 397px) 100vw, 397px" /></noscript><img loading="lazy" width="397" height="510" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20397%20510%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01.png 397w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Plus_X_01-234x300.png 234w" data-sizes="(max-width: 397px) 100vw, 397px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/mehrfach-ausgezeichnet-froeling-pelletkessel-pe1/">Mehrfach ausgezeichnet: Fröling Pelletkessel PE1</a> </h2> <div class="content-box"> <div class="excerpt"> Der Fröling Pelletskessel PE1 Pellet überzeugt bereits zum wiederholten Mal beim Plus X Award® in vier Kategorien Der innovative Pelletskessel PE1 Pellet aus dem Hause Fröling wurde bereits zum </div> <a href="https://www.froeling.com/de-de/mehrfach-ausgezeichnet-froeling-pelletkessel-pe1/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/jederzeit-alles-im-ueberblick-mit-der-neuen-froeling-app/"> <div class="date"> 05.04.2018 </div> <noscript><img loading="lazy" width="800" height="510" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7-300x191.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7-768x490.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="510" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20510%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7-300x191.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_inHaenden_mit_Appscreen_0218_17ac921de7-768x490.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/jederzeit-alles-im-ueberblick-mit-der-neuen-froeling-app/">Jederzeit alles im Überblick mit der neuen Fröling-App!</a> </h2> <div class="content-box"> <div class="excerpt"> Mit der neuen Fröling App können Sie online Ihren Fröling Heizkessel jederzeit von überall überprüfen und steuern. Die wichtigsten Zustandswerte und Einstellungen können einfach und komfortabel via </div> <a href="https://www.froeling.com/de-de/jederzeit-alles-im-ueberblick-mit-der-neuen-froeling-app/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/innovationspreis-energiegenie-2018/"> <div class="date"> 01.03.2018 </div> <noscript><img loading="lazy" width="800" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2-300x225.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2-768x576.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2-300x225.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4e_EnergieGenie_0318_b8ad719ad2-768x576.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/innovationspreis-energiegenie-2018/">Innovationspreis EnergieGenie 2018</a> </h2> <div class="content-box"> <div class="excerpt"> Der neue Fröling Hackgutkessel T4e überzeugt auf der Energiesparmesse in Wels Mit einer neuen Generation von Hackgutkesseln lässt der österreichische Biomassespezialist Fröling auf der </div> <a href="https://www.froeling.com/de-de/innovationspreis-energiegenie-2018/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/wer-oekostrom-abdreht-dreht-atomstrom-auf/"> <div class="date"> 06.10.2017 </div> <noscript><img loading="lazy" width="800" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-150x150.png 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-768x768.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-150x150.png 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Unbenannt-1_7b7ada2317-768x768.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/wer-oekostrom-abdreht-dreht-atomstrom-auf/">Wer Ökostrom abdreht, dreht Atomstrom auf!</a> </h2> <div class="content-box"> <div class="excerpt"> Holzkraftwerke ersetzen Kohle- und Atomkraftwerke und unterstützen die Energiewende, weil sie das ganze Jahr hindurch rund um die Uhr wertvolle erneuerbare Energie aus unserer Region bereitstelle </div> <a href="https://www.froeling.com/de-de/wer-oekostrom-abdreht-dreht-atomstrom-auf/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neu-pe1-pellet-7-10-mit-automatischer-entaschung/"> <div class="date"> 30.06.2017 </div> <noscript><img loading="lazy" width="800" height="534" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01-300x200.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01-768x513.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="534" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20534%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01-300x200.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1Pellet_7Zoll_Autom_Entaschung_web_d394fcbb01-768x513.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-pe1-pellet-7-10-mit-automatischer-entaschung/">NEU: PE1 Pellet 7/10 mit automatischer Entaschung</a> </h2> <div class="content-box"> <div class="excerpt"> Die Pelletkessel der Serie PE1 Pellet werden künftig auch in den Leistungsgrößen 7 und 10 kW mit einer Ascheschnecke zur automatischen Entaschung ausgestattet. Dies führt zu wesentlich längeren </div> <a href="https://www.froeling.com/de-de/neu-pe1-pellet-7-10-mit-automatischer-entaschung/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neu-frischwasserstation-fws-40-100-liter-min/"> <div class="date"> 30.03.2017 </div> <noscript><img loading="lazy" width="460" height="650" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse.png 460w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse-212x300.png 212w" sizes="(max-width: 460px) 100vw, 460px" /></noscript><img loading="lazy" width="460" height="650" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20460%20650%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse.png 460w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/FRIWASTA_PLUS_50_100_Gehaeuse-212x300.png 212w" data-sizes="(max-width: 460px) 100vw, 460px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-frischwasserstation-fws-40-100-liter-min/">NEU: Frischwasserstation FWS 40 – 100 Liter/min.</a> </h2> <div class="content-box"> <div class="excerpt"> Zur Warmwasserbereitstellung liefert Fröling künftig auch ein Modell für mehr Zapfleistung. Die neue Frischwasserstationen FWS sind für eine Zapfleistung von 40 l/min. bis 100 l/min. ausgelegt bzw. </div> <a href="https://www.froeling.com/de-de/neu-frischwasserstation-fws-40-100-liter-min/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neu-automatische-waermetauscherreinigung-fuer-kombikessel-sp-dual/"> <div class="date"> 20.02.2017 </div> <noscript><img loading="lazy" width="650" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292.png 650w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292-244x300.png 244w" sizes="(max-width: 650px) 100vw, 650px" /></noscript><img loading="lazy" width="650" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20650%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292.png 650w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDual_7Zoll_Schnitt_Scheitholz_Pellets_2016_01_c0c9591292-244x300.png 244w" data-sizes="(max-width: 650px) 100vw, 650px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-automatische-waermetauscherreinigung-fuer-kombikessel-sp-dual/">NEU: Automatische Wärmetauscherreinigung für Kombikessel SP Dual</a> </h2> <div class="content-box"> <div class="excerpt"> Mit einer weiteren Neuheit lässt Fröling in diesem Jahr aufhorchen: Der Kombikessel SP Dual kann im Teil des Scheitholzkessels optional mit einer automatischen Wärmetauscherreinigung (kurz WOS - </div> <a href="https://www.froeling.com/de-de/neu-automatische-waermetauscherreinigung-fuer-kombikessel-sp-dual/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neue-foerderung-in-niederoesterreich-bis-zu-3-000-euro/"> <div class="date"> 21.12.2016 </div> <noscript><img loading="lazy" width="800" height="534" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8-768x513.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="534" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20534%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_geld1_fdee027be8-768x513.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neue-foerderung-in-niederoesterreich-bis-zu-3-000-euro/">NEUE Förderung in NIEDERÖSTERREICH – bis zu 3.000,- Euro</a> </h2> <div class="content-box"> <div class="excerpt"> Für den Ersatz eines Öl- /Gaskessels oder einer Gastherme durch einen Biomassekessel wird in Niederösterreich bei einem Ein- oder Zweifamilienhaus bzw. einem Reihenhaus ein Zuschuss zu den anerkannten Investitionskosten in der Höhe von 20% gewährt (max. 3.000 Euro). zur offiziellen Homepage >> </div> <a href="https://www.froeling.com/de-de/neue-foerderung-in-niederoesterreich-bis-zu-3-000-euro/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/komfortabel-scheitholz-zuendet-automatisch/"> <div class="date"> 24.08.2016 </div> <noscript><img loading="lazy" width="600" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94.jpg 600w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94-150x150.jpg 150w" sizes="(max-width: 600px) 100vw, 600px" /></noscript><img loading="lazy" width="600" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20600%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94.jpg 600w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S_5f1b09fd94-150x150.jpg 150w" data-sizes="(max-width: 600px) 100vw, 600px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/komfortabel-scheitholz-zuendet-automatisch/">Komfortabel: Scheitholz zündet automatisch</a> </h2> <div class="content-box"> <div class="excerpt"> Befüllen, anzünden, Türe schließen, heizen. So komfortabel und sauber ist das Heizen mit dem Scheitholzkessel S4 Turbo. Und wer es noch bequemer haben möchte, wählt die optional erhältliche, </div> <a href="https://www.froeling.com/de-de/komfortabel-scheitholz-zuendet-automatisch/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/einfach-komfortabel-und-vielseitig-die-neue-softwaregeneration-der-froeling-kesselsteuerung/"> <div class="date"> 30.06.2016 </div> <noscript><img loading="lazy" width="726" height="440" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web.png 726w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web-300x182.png 300w" sizes="(max-width: 726px) 100vw, 726px" /></noscript><img loading="lazy" width="726" height="440" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20726%20440%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web.png 726w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/LTC3200_Kesseltouch_Uebersicht_web-300x182.png 300w" data-sizes="(max-width: 726px) 100vw, 726px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/einfach-komfortabel-und-vielseitig-die-neue-softwaregeneration-der-froeling-kesselsteuerung/">Einfach, komfortabel und vielseitig – die neue Softwaregeneration der Fröling Kesselsteuerung</a> </h2> <div class="content-box"> <div class="excerpt"> Der Heizkesselspezialist Fröling ist nicht nur führender Hersteller bei Biomassekesseln sondern auch seit vielen Jahren bekannt für seine umfangreichen Möglichkeiten der Kesselregelungen. Mit der </div> <a href="https://www.froeling.com/de-de/einfach-komfortabel-und-vielseitig-die-neue-softwaregeneration-der-froeling-kesselsteuerung/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-froeling-kombikessel-sp-dual-compact/"> <div class="date"> 23.06.2016 </div> <noscript><img loading="lazy" width="747" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381-280x300.png 280w" sizes="(max-width: 747px) 100vw, 747px" /></noscript><img loading="lazy" width="747" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20747%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_SPDualcompact_PlusX_2016_2017_DE_b44fac0381-280x300.png 280w" data-sizes="(max-width: 747px) 100vw, 747px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-froeling-kombikessel-sp-dual-compact/">„Bestes Produkt des Jahres“ – Fröling Kombikessel SP Dual compact</a> </h2> <div class="content-box"> <div class="excerpt"> Das flexible Platzwunder aus dem Hause Fröling wurde beim weltweit größten Innovationspreis für Technologie, Sport und Lifestye als „Bestes Produkt des Jahres 2016/2017“ ausgezeichnet. Der. </div> <a href="https://www.froeling.com/de-de/bestes-produkt-des-jahres-froeling-kombikessel-sp-dual-compact/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4-bleibt-bestes-produkt-des-jahres/"> <div class="date"> 06.05.2016 </div> <noscript><img loading="lazy" width="747" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f-280x300.png 280w" sizes="(max-width: 747px) 100vw, 747px" /></noscript><img loading="lazy" width="747" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20747%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f.png 747w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_c5b42e326f-280x300.png 280w" data-sizes="(max-width: 747px) 100vw, 747px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4-bleibt-bestes-produkt-des-jahres/">Fröling Hackschnitzelkessel T4 bleibt „Bestes Produkt des Jahres“</a> </h2> <div class="content-box"> <div class="excerpt"> Der Hackschnitzelkessel T4 überzeugt bereits zum wiederholten beim Plus X Award® als „Bestes Produkt des Jahres“. Der Fröling T4 (verfügbar von 24–150 kW) vereint robuste Verarbeitung, </div> <a href="https://www.froeling.com/de-de/froeling-hackschnitzelkessel-t4-bleibt-bestes-produkt-des-jahres/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image img-portrait" href="https://www.froeling.com/de-de/neue-intelligente-details-fuer-froeling-speichersysteme/"> <div class="date"> 22.02.2016 </div> <noscript><img loading="lazy" width="364" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859.png 364w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859-137x300.png 137w" sizes="(max-width: 364px) 100vw, 364px" /></noscript><img loading="lazy" width="364" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20364%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859.png 364w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_Solar-Schichtspeicher_850_mit_roter_Fuehlerleiste_aee2337859-137x300.png 137w" data-sizes="(max-width: 364px) 100vw, 364px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neue-intelligente-details-fuer-froeling-speichersysteme/">NEUE intelligente Details für Fröling Speichersysteme</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling Heizkessel und Fröling Speichersysteme sind optimal aufeinander abgestimmt und bilden eine perfekte Einheit. Fröling hat nun sein Speicherprogramm optimiert und bietet noch mehr </div> <a href="https://www.froeling.com/de-de/neue-intelligente-details-fuer-froeling-speichersysteme/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/hackgutkessel-t4-5-jahre-vollgarantie-gratis/"> <div class="date"> 09.02.2016 </div> <noscript><img loading="lazy" width="700" height="750" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02.png 700w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02-280x300.png 280w" sizes="(max-width: 700px) 100vw, 700px" /></noscript><img loading="lazy" width="700" height="750" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20700%20750%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02.png 700w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_02-280x300.png 280w" data-sizes="(max-width: 700px) 100vw, 700px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/hackgutkessel-t4-5-jahre-vollgarantie-gratis/">Hackgutkessel T4 - 5 Jahre Vollgarantie GRATIS</a> </h2> <div class="content-box"> <div class="excerpt"> Erhalten Sie jetzt beim Kauf des Hackgutkessel T4 GRATIS 5 Jahre Vollgarantie. Bei Auftragseingang 01.02. - 30.04.2016, Auslieferung bis spätestens 30.06.2016 erhalten Sie die GRATIS </div> <a href="https://www.froeling.com/de-de/hackgutkessel-t4-5-jahre-vollgarantie-gratis/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/hattrick-froeling-zum-dritten-mal-in-folge-innovativste-marke-in-der-kategorie-heizung-und-klima/"> <div class="date"> 03.09.2015 </div> <noscript><img loading="lazy" width="216" height="306" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos.png 216w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos-212x300.png 212w" sizes="(max-width: 216px) 100vw, 216px" /></noscript><img loading="lazy" width="216" height="306" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20216%20306%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos.png 216w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_mib_de_pos-212x300.png 212w" data-sizes="(max-width: 216px) 100vw, 216px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/hattrick-froeling-zum-dritten-mal-in-folge-innovativste-marke-in-der-kategorie-heizung-und-klima/">Hattrick: Fröling zum dritten Mal in Folge „Innovativste Marke“ in der Kategorie Heizung und Klima</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling zählt zu den führenden Herstellern moderner Holzheizsysteme. Dies wurde nun beim PlusXAward, dem weltweit größten Innovationspreis für Technologie, Sport und Lifestyle, erneut unter Beweis </div> <a href="https://www.froeling.com/de-de/hattrick-froeling-zum-dritten-mal-in-folge-innovativste-marke-in-der-kategorie-heizung-und-klima/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-t4-sp-dual-und-s4-turbo-f-erneut-als-bestes-produkt-ausgezeichnet/"> <div class="date"> 03.09.2015 </div> <noscript><img loading="lazy" width="150" height="175" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bp_de_pos.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="175" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20175%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bp_de_pos.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-t4-sp-dual-und-s4-turbo-f-erneut-als-bestes-produkt-ausgezeichnet/">Fröling Heizkessel PE1, T4, SP DUAL und S4 Turbo (F) erneut als „Bestes Produkt“ ausgezeichnet</a> </h2> <div class="content-box"> <div class="excerpt"> Pelletkessel PE1 Pellet, Hackschnitzelkessel T4 und Scheitholz-/Kombikessel S4 Turbo (F)/SP DUAL überzeugten beim Plus X Award® und wurden erneut „Bestes Produkt des Jahres </div> <a href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-t4-sp-dual-und-s4-turbo-f-erneut-als-bestes-produkt-ausgezeichnet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-pellet-erneut-als-bestes-produkt-ausgezeichnet/"> <div class="date"> 09.07.2015 </div> <noscript><img loading="lazy" width="250" height="268" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1_Plus_X_DE_01_bb4c0ae090.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="268" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20268%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_PE1_Plus_X_DE_01_bb4c0ae090.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-pellet-erneut-als-bestes-produkt-ausgezeichnet/">Fröling Heizkessel PE1 Pellet erneut als „Bestes Produkt“ ausgezeichnet</a> </h2> <div class="content-box"> <div class="excerpt"> Der Pelletkessel PE1 Pellet überzeugte beim Plus X Award® und wurde erneut „Bestes Produkt des Jahres 2015/2016“. Der jüngste Pelletkessel aus dem Hause Fröling überzeugt seit Markteinführung </div> <a href="https://www.froeling.com/de-de/froeling-heizkessel-pe1-pellet-erneut-als-bestes-produkt-ausgezeichnet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/bonus-fuer-maschinenring-mitglieder/"> <div class="date"> 08.04.2015 </div> <noscript><img loading="lazy" width="250" height="268" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_01_efd8b122dd.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="268" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20268%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_T4_PlusX_2016_2017_DE_01_efd8b122dd.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bonus-fuer-maschinenring-mitglieder/">Bonus für Maschinenring-Mitglieder</a> </h2> <div class="content-box"> <div class="excerpt"> Komfortable Heiztechnik mit besonderem Vorteil für Maschinenring-Mitglieder. Ab sofort bietet der Maschinenring Bonus Club seinen Mitgliedern einen Einkaufsvorteil auf Neuanlagen mittels </div> <a href="https://www.froeling.com/de-de/bonus-fuer-maschinenring-mitglieder/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neue-bundesfoerderungen-2-000-euro-zusaetzlich-zur-landesfoerderung/"> <div class="date"> 01.04.2015 </div> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neue-bundesfoerderungen-2-000-euro-zusaetzlich-zur-landesfoerderung/">NEUE Bundesförderungen – 2.000 Euro zusätzlich zur Landesförderung</a> </h2> <div class="content-box"> <div class="excerpt"> NEU: KLIEN-Förderung: € 2.000 für Pellets- und Hackgutzentralheizungsgeräte zusätzlich zur Landesförderung Gefördert werden neu installierte Pellet- und Hackgutzentralheizungsgeräte bis 50 kW, die </div> <a href="https://www.froeling.com/de-de/neue-bundesfoerderungen-2-000-euro-zusaetzlich-zur-landesfoerderung/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/jetzt-hackgutkessel-t4-mit-gratis-kesselmontage-und-inbetriebnahme/"> <div class="date"> 30.03.2015 </div> <noscript><img loading="lazy" width="679" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01.png 679w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01-255x300.png 255w" sizes="(max-width: 679px) 100vw, 679px" /></noscript><img loading="lazy" width="679" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20679%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01.png 679w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/T4_Ansicht_Touch_15x10cm_01-255x300.png 255w" data-sizes="(max-width: 679px) 100vw, 679px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/jetzt-hackgutkessel-t4-mit-gratis-kesselmontage-und-inbetriebnahme/">Jetzt Hackgutkessel T4 mit GRATIS Kesselmontage und -inbetriebnahme</a> </h2> <div class="content-box"> <div class="excerpt"> Sichern Sie sich jetzt die Winteraktion beim Hackgutkessel T4.Bei Auftragseingang bis zum 30.04.2015 und Auslieferung bis spätestens 31.05.2015 erhalten Sie die Kesselmontage und -inbetriebnahme von </div> <a href="https://www.froeling.com/de-de/jetzt-hackgutkessel-t4-mit-gratis-kesselmontage-und-inbetriebnahme/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image img-portrait" href="https://www.froeling.com/de-de/zum-zweiten-mal-bestes-produkt-des-jahres-2013-und-2014-fuer-pe1-pellet/"> <div class="date"> 19.01.2015 </div> <noscript><img loading="lazy" width="461" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08.png 461w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08-173x300.png 173w" sizes="(max-width: 461px) 100vw, 461px" /></noscript><img loading="lazy" width="461" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20461%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08.png 461w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/PE1_Pellet_2015-05-08-173x300.png 173w" data-sizes="(max-width: 461px) 100vw, 461px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/zum-zweiten-mal-bestes-produkt-des-jahres-2013-und-2014-fuer-pe1-pellet/">Zum Zweiten Mal „Bestes Produkt des Jahres 2013 und 2014“ für PE1 Pellet</a> </h2> <div class="content-box"> <div class="excerpt"> Der Fröling Pelletkessel PE1 Pellet überzeugt zum zweiten Mal in Folge beim Plus X Award® in fünf Kategorien und als „Bestes Produkt des Jahres“. </div> <a href="https://www.froeling.com/de-de/zum-zweiten-mal-bestes-produkt-des-jahres-2013-und-2014-fuer-pe1-pellet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/leistungsstarke-symbiose-holzfachhandwerk-und-turbomat/"> <div class="date"> 19.01.2015 </div> <noscript><img loading="lazy" width="133" height="106" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tm_breslmayr1_web_20mini.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="133" height="106" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20133%20106%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tm_breslmayr1_web_20mini.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/leistungsstarke-symbiose-holzfachhandwerk-und-turbomat/">Leistungsstarke Symbiose: Holzfachhandwerk und Turbomat</a> </h2> <div class="content-box"> <div class="excerpt"> Leistungsstarke Symbiose: Holzfachhandwerk und Turbomat </div> <a href="https://www.froeling.com/de-de/leistungsstarke-symbiose-holzfachhandwerk-und-turbomat/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/hattrick-auszeichnung-fuer-froeling-heizkessel/"> <div class="date"> 15.01.2015 </div> <noscript><img loading="lazy" width="150" height="189" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bpdj_de_pos_breite_150px.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="189" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20189%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bpdj_de_pos_breite_150px.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/hattrick-auszeichnung-fuer-froeling-heizkessel/">Hattrick-Auszeichnung für Fröling Heizkessel</a> </h2> <div class="content-box"> <div class="excerpt"> Pelletkessel PE1, Hackschnitzelkessel T4 und Scheitholz-/Kombikessel S4 Turbo (F)/SP DUAL überzeugen beim Plus X Award® in fünf Kategorien und als „Bestes Produkt des Jahres 2014“. </div> <a href="https://www.froeling.com/de-de/hattrick-auszeichnung-fuer-froeling-heizkessel/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/profitieren-sie-jetzt-vom-handwerkerbonus/"> <div class="date"> 11.09.2014 </div> <noscript><img loading="lazy" width="591" height="268" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web.jpg 591w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web-300x136.jpg 300w" sizes="(max-width: 591px) 100vw, 591px" /></noscript><img loading="lazy" width="591" height="268" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20591%20268%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web.jpg 591w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/geld_web-300x136.jpg 300w" data-sizes="(max-width: 591px) 100vw, 591px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/profitieren-sie-jetzt-vom-handwerkerbonus/">Profitieren Sie jetzt vom Handwerkerbonus!</a> </h2> <div class="content-box"> <div class="excerpt"> Mit dem „Handwerkerbonus“ erhalten Privatpersonen eine Förderung von bis zu 600 Euro für die Renovierung, Erhaltung oder Modernisierung Ihres Hauses oder ihrer Wohnung, wenn dabei Leistungen eines </div> <a href="https://www.froeling.com/de-de/profitieren-sie-jetzt-vom-handwerkerbonus/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-investiert-in-schulungs-und-kompetenzzentrum/"> <div class="date"> 20.06.2014 </div> <noscript><img loading="lazy" width="800" height="533" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba-768x512.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="533" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20533%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_lhphringer_drhutterer_fotomaringer_web_db148cc0ba-768x512.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-investiert-in-schulungs-und-kompetenzzentrum/">Fröling investiert in Schulungs- und Kompetenzzentrum</a> </h2> <div class="content-box"> <div class="excerpt"> Die Nachfrage nach den Produkten des Heizkesselspezialisten Fröling ist ungebrochen. Dementsprechend intensiv werden die Produktschulungen am Stammsitz in Grieskirchen von den zahlreichen Partner </div> <a href="https://www.froeling.com/de-de/froeling-investiert-in-schulungs-und-kompetenzzentrum/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/hattrick-fuer-froeling-hackschnitzelkessel-t4-bestes-produkt-des-jahres-2012-2013-und-2014/"> <div class="date"> 27.05.2014 </div> <noscript><img loading="lazy" width="150" height="189" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bpdj_de_pos_breite_150px_01.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="189" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20189%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/pxa_bpdj_de_pos_breite_150px_01.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/hattrick-fuer-froeling-hackschnitzelkessel-t4-bestes-produkt-des-jahres-2012-2013-und-2014/">„Hattrick“ für Fröling Hackschnitzelkessel T4: „Bestes Produkt des Jahres 2012, 2013 und 2014“</a> </h2> <div class="content-box"> <div class="excerpt"> Der Hackschnitzelkessel T4 überzeugt zum dritten Mal in Folge beim Plus X Award® in fünf Kategorien und als „Bestes Produkt des Jahres“. Der Fröling T4 (verfügbar von 24–150 kW) vereint robuste </div> <a href="https://www.froeling.com/de-de/hattrick-fuer-froeling-hackschnitzelkessel-t4-bestes-produkt-des-jahres-2012-2013-und-2014/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/lange-nacht-der-forschung-am-freitag-den-04-april-2014/"> <div class="date"> 13.03.2014 </div> <noscript><img loading="lazy" width="150" height="112" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/logo_lnf2014_rgb_breite_150px.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="112" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20112%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/logo_lnf2014_rgb_breite_150px.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/lange-nacht-der-forschung-am-freitag-den-04-april-2014/">Lange Nacht der Forschung am Freitag, den 04. April 2014</a> </h2> <div class="content-box"> <div class="excerpt"> Lange Nacht der Forschung am Freitag, 04. April von 15:00 bis 23:00 Uhr www.langenachtderforschung.at Erleben Sie Wissenschaft und Forschung hautnah! Seit über 50 Jahren ist Fröling die </div> <a href="https://www.froeling.com/de-de/lange-nacht-der-forschung-am-freitag-den-04-april-2014/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/die-drei-t-der-perfekten-verbrennung/"> <div class="date"> 31.12.2013 </div> <noscript><img loading="lazy" width="150" height="150" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/s4_brennkammer_01.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="150" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20150%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/s4_brennkammer_01.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/die-drei-t-der-perfekten-verbrennung/">Die drei „T“ der perfekten Verbrennung</a> </h2> <div class="content-box"> <div class="excerpt"> Bei der Entwicklung der Fröling Heizkessel wird höchstes Augenmerk auf eine perfekte Verbrennung und somit einen hocheffizienten Betrieb gelegt. Dazu werden die drei "T" (Time, Temperature </div> <a href="https://www.froeling.com/de-de/die-drei-t-der-perfekten-verbrennung/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image img-portrait" href="https://www.froeling.com/de-de/kunst-trifft-industrie-froeling-als-kongenialer-partner/"> <div class="date"> 24.10.2013 </div> <noscript><img loading="lazy" width="250" height="375" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed-200x300.jpg 200w" sizes="(max-width: 250px) 100vw, 250px" /></noscript><img loading="lazy" width="250" height="375" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20375%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_5279560_web_2734ff35ed-200x300.jpg 200w" data-sizes="(max-width: 250px) 100vw, 250px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/kunst-trifft-industrie-froeling-als-kongenialer-partner/">Kunst trifft Industrie Fröling als „kongenialer“ Partner</a> </h2> <div class="content-box"> <div class="excerpt"> Der neu errichtete Kreisverkehr beim Gewerbepark Stritzing verbessert nicht nur die Verkehrssituation sondern bekommt nun mit der neuen Skulptur „Aufwärtsdrehung“ auch ein optisches Zentrum. In. </div> <a href="https://www.froeling.com/de-de/kunst-trifft-industrie-froeling-als-kongenialer-partner/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/1315-2/"> <div class="date"> 20.10.2013 </div> <noscript><img loading="lazy" width="800" height="600" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f-768x576.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="600" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20600%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f-300x225.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_gradonna_-_0110_fin_web_7c509a288f-768x576.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/1315-2/">Echte Erholung ohne Kompromisse mit Fröling Heizkessel</a> </h2> <div class="content-box"> <div class="excerpt"> Erholung ohne Kompromisse mit Fröling Heizkessel Fern von jeder Alpenromantik setzt das Gradonna Mountain Resort auf moderne Natürlichkeit und auf verlässliche Wärme von Fröling. Insgesamt 1.500 kW </div> <a href="https://www.froeling.com/de-de/1315-2/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2013-in-der-kategorie-heizung-und-klima/"> <div class="date"> 19.06.2013 </div> <noscript><img loading="lazy" width="629" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5.jpg 629w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5-236x300.jpg 236w" sizes="(max-width: 629px) 100vw, 629px" /></noscript><img loading="lazy" width="629" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20629%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5.jpg 629w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_pxa_most_innovative_brand_web_75208f8ee5-236x300.jpg 236w" data-sizes="(max-width: 629px) 100vw, 629px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2013-in-der-kategorie-heizung-und-klima/">Fröling ist „Innovativste Marke 2013“ in der Kategorie Heizung und Klima</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling zählt zu den führenden Herstellern moderner Holzheizsysteme. Dies wurde nun beim PlusXAward, dem weltweit größten Innovationspreis für Technologie, Sport und Lifestyle, erneut unter Beweis </div> <a href="https://www.froeling.com/de-de/froeling-ist-innovativste-marke-2013-in-der-kategorie-heizung-und-klima/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/hilfe-fuer-hochwasser-opfer/"> <div class="date"> 10.06.2013 </div> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/hilfe-fuer-hochwasser-opfer/">Hilfe für Hochwasser-Opfer</a> </h2> <div class="content-box"> <div class="excerpt"> Das Hochwasser 2013 hat leider sehr viele Regionen Österreichs und Deutschlands überflutet. Die Betroffenen wurden und werden vor große Herausforderungen gestellt, viele Keller und Häuser überflutet </div> <a href="https://www.froeling.com/de-de/hilfe-fuer-hochwasser-opfer/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image img-portrait" href="https://www.froeling.com/de-de/neu-s3-turbo-jetzt-mit-breitband-lambdasonde-und-stellmotoren/"> <div class="date"> 16.04.2013 </div> <noscript><img loading="lazy" width="250" height="518" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web-145x300.jpg 145w" sizes="(max-width: 250px) 100vw, 250px" /></noscript><img loading="lazy" width="250" height="518" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20518%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/S3_Turbo_S-Tronic_Lambda_web-145x300.jpg 145w" data-sizes="(max-width: 250px) 100vw, 250px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-s3-turbo-jetzt-mit-breitband-lambdasonde-und-stellmotoren/">NEU: S3 Turbo - jetzt mit Breitband-Lambdasonde und Stellmotoren</a> </h2> <div class="content-box"> <div class="excerpt"> Der erfolgreiche S3 Turbo punktet mit seinem besonders attraktiven Preis-Leistungs-Verhältnis und bietet hochwertige Kesseltechnologie zum Preis der Mittelklasse. Ab sofort ist der S3 Turbo auch </div> <a href="https://www.froeling.com/de-de/neu-s3-turbo-jetzt-mit-breitband-lambdasonde-und-stellmotoren/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/fossile-versorgungssituation-studie-der-expertengruppe-ewg-widerspricht-optimisten/"> <div class="date"> 25.03.2013 </div> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/fossile-versorgungssituation-studie-der-expertengruppe-ewg-widerspricht-optimisten/">Fossile Versorgungssituation: Studie der Expertengruppe EWG widerspricht Optimisten</a> </h2> <div class="content-box"> <div class="excerpt"> Die Expertengruppe EWG (Energy Watch Group) veröffentlicht eine Studie zur Versorgungssituation fossiler und nuklearer Brennstoffe und warnt vor zu optimistischen Prognosen. Laut EWG geht die </div> <a href="https://www.froeling.com/de-de/fossile-versorgungssituation-studie-der-expertengruppe-ewg-widerspricht-optimisten/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/zukunftsweisend-komfort-und-flexibilitaet-der-froeling-heizkesselgeneration/"> <div class="date"> 01.03.2013 </div> <noscript><img loading="lazy" width="250" height="166" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_mit_ConnectScreen_web_b562c52cde.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="166" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20166%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_TablettPC_mit_ConnectScreen_web_b562c52cde.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/zukunftsweisend-komfort-und-flexibilitaet-der-froeling-heizkesselgeneration/">Zukunftsweisend: Komfort und Flexibilität der Fröling Heizkesselgeneration</a> </h2> <div class="content-box"> <div class="excerpt"> Komfort und Flexibiliät sind die Begriffe für zukunftsweisende Heiztechnologie. Dementsprechend groß war das Interesse am Messestand des Biomasse-Spezialisten Fröling. Die neue Heizkesselgeneration </div> <a href="https://www.froeling.com/de-de/zukunftsweisend-komfort-und-flexibilitaet-der-froeling-heizkesselgeneration/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/innovationen-und-die-besten-produkte-2012-auf-der-esm-halle-20-stand-c320/"> <div class="date"> 01.02.2013 </div> <noscript><img loading="lazy" width="250" height="171" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_plusx_award_2012_01_d580b613ff.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="171" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20171%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_plusx_award_2012_01_d580b613ff.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/innovationen-und-die-besten-produkte-2012-auf-der-esm-halle-20-stand-c320/">Innovationen und die "Besten Produkte 2012" auf der ESM (Halle 20/Stand C320)</a> </h2> <div class="content-box"> <div class="excerpt"> Der oberösterreichische Biomassespezialist Fröling präsentiert auf der Energiesparmesse Wels zahlreiche Neuheiten und Innovationen rund ums Thema Heizen. Wie jedes Jahr dürfen sich die Besucher auch </div> <a href="https://www.froeling.com/de-de/innovationen-und-die-besten-produkte-2012-auf-der-esm-halle-20-stand-c320/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-mit-dem-betrieblichen-sozialpreis-2012-ausgezeichnet/"> <div class="date"> 11.12.2012 </div> <noscript><img loading="lazy" width="800" height="534" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655-768x513.jpg 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="534" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20534%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655.jpg 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655-300x200.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_betrsozialpreis2013_web_0fd8c9d655-768x513.jpg 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-mit-dem-betrieblichen-sozialpreis-2012-ausgezeichnet/">Fröling mit dem betrieblichen Sozialpreis 2012 ausgezeichnet</a> </h2> <div class="content-box"> <div class="excerpt"> Das Grieskirchner Unternehmen Fröling ist weltweit erfolgreich unterwegs. Als Familienbetrieb ist sich Firmen Chef Dr. Ernst Hutterer - selbst Träger der Humanitätsmedaille des Landes </div> <a href="https://www.froeling.com/de-de/froeling-mit-dem-betrieblichen-sozialpreis-2012-ausgezeichnet/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/auszeichnung-fuer-komplette-serie-froeling-hackschnitzelkessel-t4-erhaelt-den-blauen-engel/"> <div class="date"> 30.11.2012 </div> <noscript><img loading="lazy" width="250" height="291" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_t4_ansicht_mittel_5225e7638e.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="291" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20291%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_t4_ansicht_mittel_5225e7638e.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/auszeichnung-fuer-komplette-serie-froeling-hackschnitzelkessel-t4-erhaelt-den-blauen-engel/">Auszeichnung für komplette Serie: Fröling Hackschnitzelkessel T4 erhält den Blauen Engel</a> </h2> <div class="content-box"> <div class="excerpt"> Alle Heizkessel der Hackgutkesselserie T4 des Biomassespezialisten Fröling wurden mit dem "Blauen Engel" - dem wohl bekanntesten Umweltzeichen der Welt - ausgezeichnet. Das Gütesiegel </div> <a href="https://www.froeling.com/de-de/auszeichnung-fuer-komplette-serie-froeling-hackschnitzelkessel-t4-erhaelt-den-blauen-engel/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/dreifachauszeichnung-innovationspreise-fuer-froeling-p4-pellet-t4-und-s4-turbo-f-sp-dual/"> <div class="date"> 09.08.2012 </div> <noscript><img loading="lazy" width="397" height="270" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012.jpg 397w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012-300x204.jpg 300w" sizes="(max-width: 397px) 100vw, 397px" /></noscript><img loading="lazy" width="397" height="270" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20397%20270%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012.jpg 397w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/plusx_award_2012-300x204.jpg 300w" data-sizes="(max-width: 397px) 100vw, 397px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/dreifachauszeichnung-innovationspreise-fuer-froeling-p4-pellet-t4-und-s4-turbo-f-sp-dual/">Dreifachauszeichnung: Innovationspreise für Fröling P4 Pellet, T4 und S4 Turbo F/SP DUAL</a> </h2> <div class="content-box"> <div class="excerpt"> Pelletkessel P4, Hackschnitzelkessel T4 und Scheitholz-/Kombikessel S4 Turbo (F)/SP DUAL überzeugen beim Plus X Award® in fünf Kategorien und als „Bestes Produkt des Jahres 2012“. </div> <a href="https://www.froeling.com/de-de/dreifachauszeichnung-innovationspreise-fuer-froeling-p4-pellet-t4-und-s4-turbo-f-sp-dual/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/nur-jetzt-gratis-pelletsflansch-fuer-s4-turbo/"> <div class="date"> 01.08.2012 </div> <noscript><img loading="lazy" width="250" height="368" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52-204x300.jpg 204w" sizes="(max-width: 250px) 100vw, 250px" /></noscript><img loading="lazy" width="250" height="368" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20368%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52.jpg 250w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_s4_schrgansicht_flansch_web_48836d3d52-204x300.jpg 204w" data-sizes="(max-width: 250px) 100vw, 250px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/nur-jetzt-gratis-pelletsflansch-fuer-s4-turbo/">Nur jetzt: Gratis Pelletsflansch für S4 Turbo</a> </h2> <div class="content-box"> <div class="excerpt"> Scheitholz oder Pellets? - Beides!Entscheiden Sie sich für einen Fröling Scheitholzkessel S4 Turbo und erhalten Sie den Pelletsflansch kostenlos... </div> <a href="https://www.froeling.com/de-de/nur-jetzt-gratis-pelletsflansch-fuer-s4-turbo/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/bis-zu-60-mehr-lagervolumen-mit-den-neuen-pellet-sacksilos-von-froeling/"> <div class="date"> 19.07.2012 </div> <noscript><img loading="lazy" width="800" height="800" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977.png" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-150x150.png 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-768x768.png 768w" sizes="(max-width: 800px) 100vw, 800px" /></noscript><img loading="lazy" width="800" height="800" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20800%20800%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977.png" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977.png 800w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-300x300.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-150x150.png 150w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/csm_sacksilo_typ_10-50_ansicht_16601ab977-768x768.png 768w" data-sizes="(max-width: 800px) 100vw, 800px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bis-zu-60-mehr-lagervolumen-mit-den-neuen-pellet-sacksilos-von-froeling/">Bis zu 60% mehr Lagervolumen mit den neuen Pellet-Sacksilos von Fröling</a> </h2> <div class="content-box"> <div class="excerpt"> Sacksilos bieten eine flexible und vor allem einfache Möglichkeit der Pelletslagerung. Der Gewebetank ist einfach zu montieren und hat eine staubdichte Außenhülle. Aufgrund seiner Eigenschaften ist </div> <a href="https://www.froeling.com/de-de/bis-zu-60-mehr-lagervolumen-mit-den-neuen-pellet-sacksilos-von-froeling/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/s4-turbo-f-die-flexible-zukunftsloesung/"> <div class="date"> 30.05.2012 </div> <noscript><img loading="lazy" width="198" height="191" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/s4_mitpelletseinheitdual.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="198" height="191" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20198%20191%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/s4_mitpelletseinheitdual.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/s4-turbo-f-die-flexible-zukunftsloesung/">S4 Turbo F - die flexible Zukunftslösung</a> </h2> <div class="content-box"> <div class="excerpt"> Beim Scheitholzkessel S4 Turbo mit Pelletsflansch kann die Pelletseinheit jederzeit nachgerüstet werden. Somit können dann komfortabel Scheitholz und Pellets verfeuert werden.Durch zwei getrennte </div> <a href="https://www.froeling.com/de-de/s4-turbo-f-die-flexible-zukunftsloesung/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/480-000-liter-heizoel-pro-jahr-einsparen-biomasse-in-der-praxis/"> <div class="date"> 01.04.2012 </div> <noscript><img loading="lazy" width="150" height="181" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/Foto_28.06.14_15_55_05.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="150" height="181" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20150%20181%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/Foto_28.06.14_15_55_05.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/480-000-liter-heizoel-pro-jahr-einsparen-biomasse-in-der-praxis/">480.000 Liter Heizöl pro Jahr einsparen - Biomasse in der Praxis</a> </h2> <div class="content-box"> <div class="excerpt"> Seit über 50 Jahren ist Fröling die Qualitätsmarke für Heizen mit Holz und Pellets. Mit der Erfahrung aus über 100.000 im Betrieb befindlichen Anlagen zeigt Fröling mit dem brandneuen </div> <a href="https://www.froeling.com/de-de/480-000-liter-heizoel-pro-jahr-einsparen-biomasse-in-der-praxis/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/heizkostenvergleich-holz-am-billigsten/"> <div class="date"> 29.10.2011 </div> <noscript><img loading="lazy" width="297" height="227" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/brennstoffe_verlauf_mitgeld_web.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="297" height="227" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20297%20227%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/brennstoffe_verlauf_mitgeld_web.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/heizkostenvergleich-holz-am-billigsten/">Heizkostenvergleich: Holz am billigsten</a> </h2> <div class="content-box"> <div class="excerpt"> Die Haushaltskosten steigen, speziell beim Heizen kam es zu teils kräftigen Preiserhöhungen. Der Verein für Konsumenteninformation (VKI) hat die verschiedenen Heizarten verglichen und bestätigt, dass. </div> <a href="https://www.froeling.com/de-de/heizkostenvergleich-holz-am-billigsten/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neu-1-2-3-saugschneckensystem-von-froeling-schafft-mehr-lagervolumen/"> <div class="date"> 20.09.2011 </div> <noscript><img loading="lazy" width="260" height="208" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/saugschneck.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="260" height="208" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20260%20208%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/saugschneck.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neu-1-2-3-saugschneckensystem-von-froeling-schafft-mehr-lagervolumen/">NEU: 1-2-3 Saugschneckensystem von Fröling schafft mehr Lagervolumen</a> </h2> <div class="content-box"> <div class="excerpt"> Für größere Objekte mit einem höheren Wärmebedarf hat Fröling jetzt die ideale Lösung, mehr Lagervolumen zu schaffen. Mit dem neuen 1-2-3 Saugschneckensystem können bis zu drei Austragschnecken für </div> <a href="https://www.froeling.com/de-de/neu-1-2-3-saugschneckensystem-von-froeling-schafft-mehr-lagervolumen/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/umweltzeichen-fuer-froeling-tx-150/"> <div class="date"> 16.08.2011 </div> <noscript><img loading="lazy" width="307" height="307" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2-150x150.jpg 150w" sizes="(max-width: 307px) 100vw, 307px" /></noscript><img loading="lazy" width="307" height="307" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20307%20307%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2-300x300.jpg 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/tx_hp_mittel_2-150x150.jpg 150w" data-sizes="(max-width: 307px) 100vw, 307px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/umweltzeichen-fuer-froeling-tx-150/">Umweltzeichen für Fröling TX 150</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling TX 150 trägt ab sofort das Österreichische Umweltzeichen Der TX 150 von Fröling ist kürzlich mit dem Österreichischen Umweltzeichnen ausgezeichnet worden. Somit ist der Biomassespezialist </div> <a href="https://www.froeling.com/de-de/umweltzeichen-fuer-froeling-tx-150/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/rueckblick-froeling-energiespartag/"> <div class="date"> 30.05.2011 </div> <noscript><img loading="lazy" width="307" height="205" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp-300x200.jpg 300w" sizes="(max-width: 307px) 100vw, 307px" /></noscript><img loading="lazy" width="307" height="205" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20307%20205%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/gewinner_kreidenhuber_hp-300x200.jpg 300w" data-sizes="(max-width: 307px) 100vw, 307px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/rueckblick-froeling-energiespartag/">Rückblick: Fröling Energiespartag</a> </h2> <div class="content-box"> <div class="excerpt"> Fröling Energiespartag: Heizen mit Holz und Pellets ist heiß begehrt Interessenten aus allen Himmelsrichtungen strömten am 28. Mai zum Fröling Energiespartag nach Stritzing bei Grieskirchen. Die </div> <a href="https://www.froeling.com/de-de/rueckblick-froeling-energiespartag/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-energiespartag-am-samstag-den-28-mai-2011-9-bis-16-uhr/"> <div class="date"> 13.05.2011 </div> <noscript><img loading="lazy" width="307" height="200" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300-300x195.jpg 300w" sizes="(max-width: 307px) 100vw, 307px" /></noscript><img loading="lazy" width="307" height="200" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20307%20200%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/frling_werk_stitzing_kl_300-300x195.jpg 300w" data-sizes="(max-width: 307px) 100vw, 307px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-energiespartag-am-samstag-den-28-mai-2011-9-bis-16-uhr/">Fröling Energiespartag am Samstag, den 28. Mai 2011 (9 bis 16 Uhr)</a> </h2> <div class="content-box"> <div class="excerpt"> Bereits zum 3. Mal lädt der Biomassekesselspezialist Fröling am Samstag, den 28. Mai (9 bis 16 Uhr) zum Tag der offenen Tür ins Produktionswerk Stritzing (Gewerbepark, St. Georgen bei. </div> <a href="https://www.froeling.com/de-de/froeling-energiespartag-am-samstag-den-28-mai-2011-9-bis-16-uhr/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/spatenstich-zur-betriebserweitung-in-stritzing/"> <div class="date"> 08.04.2011 </div> <noscript><img loading="lazy" width="307" height="260" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm-300x254.jpg 300w" sizes="(max-width: 307px) 100vw, 307px" /></noscript><img loading="lazy" width="307" height="260" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20307%20260%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm.jpg 307w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/spatenstich3_chef_mit_bm-300x254.jpg 300w" data-sizes="(max-width: 307px) 100vw, 307px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/spatenstich-zur-betriebserweitung-in-stritzing/">Spatenstich zur Betriebserweitung in Stritzing</a> </h2> <div class="content-box"> <div class="excerpt"> FRÖLING: Spatenstich der Standorterweiterung mit BM Niki Berlakovich Biomassekessel-Hersteller baut 12.000 m² Logistik- und Auslieferungshalle St. Georgen, 8. April 2011. Der Grieskirchner </div> <a href="https://www.froeling.com/de-de/spatenstich-zur-betriebserweitung-in-stritzing/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/neue-regelung-bei-foerderungen-ab-1-juli-2010/"> <div class="date"> 19.07.2010 </div> <noscript><img loading="lazy" width="283" height="235" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/foerder-geld.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="283" height="235" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20283%20235%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/foerder-geld.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/neue-regelung-bei-foerderungen-ab-1-juli-2010/">Neue Regelung bei Förderungen ab 1. Juli 2010</a> </h2> <div class="content-box"> <div class="excerpt"> Neue Regelung bei Förderungen ab 1. Juli 2010 In Oberösterreich wurden neue Förderungen für Biomasseheizungen, Wärmepumpen, Anschluss an Fern- und Nahwärme, Solaranlagen für Privathaushalte und </div> <a href="https://www.froeling.com/de-de/neue-regelung-bei-foerderungen-ab-1-juli-2010/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/bedeutender-wirtschaftspreis-fuer-froeling/"> <div class="date"> 15.06.2010 </div> <noscript><img loading="lazy" width="250" height="198" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-firma.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" /></noscript><img loading="lazy" width="250" height="198" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20250%20198%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-firma.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/bedeutender-wirtschaftspreis-fuer-froeling/">Bedeutender Wirtschaftspreis für Fröling</a> </h2> <div class="content-box"> <div class="excerpt"> Bereits zum 17. Mal haben dabei die Oberösterreichischen Nachrichten (OÖN) die herausragenden Leistungen der heimischen Betriebe vor den Vorhang geholt und die Besten der Besten ausgezeichnet. Im </div> <a href="https://www.froeling.com/de-de/bedeutender-wirtschaftspreis-fuer-froeling/" class="read-more">Weiterlesen</a> </div> </div> </div> <div class="news-archive--list__item post-grid--post hide"> <a class="post-image " href="https://www.froeling.com/de-de/froeling-unterstuetzt-landesausstellung/"> <div class="date"> 29.04.2010 </div> <noscript><img loading="lazy" width="350" height="289" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big.jpg" class="attachment-large size-large wp-post-image" alt="" decoding="async" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big.jpg 350w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big-300x248.jpg 300w" sizes="(max-width: 350px) 100vw, 350px" /></noscript><img loading="lazy" width="350" height="289" src='data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20350%20289%22%3E%3C/svg%3E' data-src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big.jpg" class="lazyload attachment-large size-large wp-post-image" alt="" decoding="async" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big.jpg 350w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/fro-la2010-big-300x248.jpg 300w" data-sizes="(max-width: 350px) 100vw, 350px" /> </a> <div class="post-teaser"> <h2 class="post-title"> <a href="https://www.froeling.com/de-de/froeling-unterstuetzt-landesausstellung/">Fröling unterstützt Landesausstellung</a> </h2> <div class="content-box"> <div class="excerpt"> Seit 50 Jahren ist nachhaltiges Heizen Thema des Heizkesselspezialisten Fröling, der von Anfang an bei seinen Heizsystemen auf effiziente Technik und komfortablen Betrieb setzte. Mit der </div> <a href="https://www.froeling.com/de-de/froeling-unterstuetzt-landesausstellung/" class="read-more">Weiterlesen</a> </div> </div> </div> </div> <a href="#load-more" class="load-more"> Mehr News anzeigen </a> </div> <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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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/de-de"> <noscript><img loading="lazy" width="300" height="71" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-300x71.png" class="attachment-medium size-medium wp-image-226" alt="" srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-300x71.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-1024x244.png 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-768x183.png 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-1536x365.png 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-2048x487.png 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-1920x457.png 1920w" sizes="(max-width: 300px) 100vw, 300px" /></noscript><img loading="lazy" 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/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-300x71.png" class="lazyload attachment-medium size-medium wp-image-226" alt="" data-srcset="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-300x71.png 300w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-1024x244.png 1024w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-768x183.png 768w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-1536x365.png 1536w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/logo_froeling__invert-2048x487.png 2048w, https://www.froeling.com/de-de/wp-content/uploads/sites/7/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 loading="lazy" width="1" height="1" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/phone_white.svg" class="attachment-thumbnail size-thumbnail wp-image-225" alt="" /></noscript><img loading="lazy" 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/de-de/wp-content/uploads/sites/7/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">Telefon</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 &#8211; 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 loading="lazy" width="1" height="1" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/mail_white.svg" class="attachment-thumbnail size-thumbnail wp-image-224" alt="" /></noscript><img loading="lazy" 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/de-de/wp-content/uploads/sites/7/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 loading="lazy" width="1" height="1" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/05/map_white.svg" class="attachment-thumbnail size-thumbnail wp-image-223" alt="" /></noscript><img loading="lazy" 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/de-de/wp-content/uploads/sites/7/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">Standort</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 &#8211; 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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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/">Scheitholz</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/de-de/produkte/scheitholz/s1-turbo-s1-turbo-f/">S1 Turbo</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/scheitholz/s3-turbo/">S3 Turbo</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/scheitholz/s4-turbo-s4-turbo-f/">S4 Turbo</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/kombikessel/sp-dual/">SP Dual</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/kombikessel/sp-dual-compact/">SP Dual compact</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/scheitholz/kamineinsatz-fke-aqua/">Kaminein­satz FKE aqua</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/">Pellets</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/de-de/produkte/pellets/pe1-pellet/">PE1 Pellet</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/pellets/neu-pe1c-pellet/">PE1c Pellet</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/pellets/neu-pe1e-pellet/">PE1e Pellet</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/pellets/p4-pellet/">P4 Pellet</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/pellets/pt4e/">PT4e</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/kombikessel/sp-dual/">SP Dual</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/kombikessel/sp-dual-compact/">SP Dual compact</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/austragungssysteme-pellets/">Austragungssysteme 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/">Hackgut</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/de-de/produkte/hackgut/t4e/">T4e</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/hackgut/turbomat/">Turbomat</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/hackgut/lambdamat/">Lambdamat</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/hackgut/ti/">TI</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/lagerraum-befuellsysteme/">Lagerraum-Befüllsysteme</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/">Kombikessel</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/de-de/produkte/kombikessel/sp-dual/">SP Dual</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/kombikessel/sp-dual-compact/">SP Dual compact</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/austragungssysteme-pellets/">Austragungssysteme 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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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/">Industrieheizungen</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/de-de/produkte/hackgut/turbomat/">Turbomat</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/hackgut/lambdamat/">Lambdamat</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/hackgut/ti/">TI</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/industrieheizung/energiebox/">Energiebox</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/lagerraum-befuellsysteme/">Lagerraum-Befüllsysteme</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/">Wärme und Strom</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/de-de/produkte/waerme-und-strom/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/">Speichersysteme</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/de-de/produkte/speichersysteme/schichtspeicher/">Schicht­speicher</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/solarschichtspeicher/">Solar­schicht­speicher</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/hygiene-schichtspeicher-h2/">Hygiene-Schicht­speicher H2</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/hygiene-solarschichtspeicher-h3/">Hygiene-Solar­schicht­speicher H3</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/warmwasserspeicher-unicell/">Warmwasser­speicher Unicell NT-S</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/froeling-modul-schichtspeicher-fw-und-frischwassermodul-fwm/">Modul-Schichtspeicher FW und Frischwassermodul FWM</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/brauchwasserwaermepumpe-bwp-300-pv/">Brauchwasser­wärme­pumpe BWP - 300 PV</a> </li> <li class="nav-item "> <a class="nav-link" href="https://www.froeling.com/de-de/produkte/speichersysteme/frischwasserstation-fws/">Frisch­wasser­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-7dd4a14 elementor-widget elementor-widget-heading" data-id="7dd4a14" 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/referenzen/">Referenzen</a></div> </div> </div> <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/">Fröling-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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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">Partnerbereich</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://connect-web.froeling.com/login"> <span class="elementor-icon-list-text">Fröling Connect</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.froeling.com/de-de/unternehmen/karriere/"> <span class="elementor-icon-list-text">Karriere</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.froeling.com/de-de/datenschutz/"> <span class="elementor-icon-list-text">Datenschutz</span> </a> </li> <li class="elementor-icon-list-item elementor-inline-item"> <a href="https://www.froeling.com/de-de/impressum/"> <span class="elementor-icon-list-text">Impressum</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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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 Einstellungen </span> <div class="row"> <div class="col cookie-header-description">Indem Sie auf „Alle akzeptieren“ klicken, ermöglichen Sie uns über Cookies das Nutzungserlebnis für alle User kontinuierlich zu verbessern und Ihnen personalisierte Empfehlungen auch auf Drittseiten auszuspielen. Durch den Klick erteilen Sie ihre ausdrückliche Einwilligung. Über „Konfigurieren“ können Sie Ihre Einwilligung individuell anpassen, dies ist auch nachträglich jederzeit unter „Datenschutz“ möglich.</div> </div> </div> </div> <button id="consentButtonPrimary" class="consent-button-primary">Alle akzeptieren </button> <button id="consentButtonSecondary" class="consent-button-secondary">Konfigurieren </button> <div class="consent-footer row"> <div class="col"> <a href="https://www.froeling.com/de-de/datenschutz/" class="link-color-none"> Datenschutz </a> </div> <div class="col"> <a href="https://www.froeling.com/de-de/impressum/" class="link-color-none"> Impressum </a> </div> </div> </div> <div id="consentConfig" class="consent-content-config-wrapper"> <p>Bitte wählen Sie zu akzeptierende Cookies aus.</p> <div> <p> Notwendig <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">Diese Cookies und andere Informationen sind für die Funktion unserer Services unbedingt erforderlich. Sie garantieren, dass unser Service sicher und so wie von Ihnen gewünscht funktioniert. Daher kann man sie nicht deaktivieren.</p> </div> <div> <p> Analytisch <label class="cookie-consent-switch"> <input type="checkbox" id="analyticsSwitch"> <span class="selection-slider round"></span> </label> </p> <p class="cookie-desc-text">Wir möchten für Sie unseren Service so gut wie möglich machen. Daher verbessern wir unsere Services und Ihr Nutzungserlebnis stetig. Um dies zu tun, möchten wir die Nutzung des Services analysieren und in statistischer Form auswerten.</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">Um unseren Service noch persönlicher zu machen, spielen wir mit Hilfe dieser Cookies und anderer Informationen personalisierte Empfehlungen und Werbung aus und ermöglichen eine Interaktion mit sozialen Netzwerken. Die Cookies werden von uns und unseren Werbepartnern gesetzt. Dies ermöglicht uns und unseren Partnern, den Nutzern unseres Services personalisierte Werbung anzuzeigen, die auf einer website- und geräteübergreifenden Analyse Ihres Nutzungsverhaltens basiert. Die mit Hilfe der Cookies erhobenen Daten können von uns und unseren Partnern mit Daten von anderen Websites zusammengeführt werden.</p> </div> <div class="row"> <button id="consentButtonConfigPrimary" class="consent-button-primary">Alle akzeptieren </button> <button id="consentButtonConfigSelection" class="consent-button-secondary">Auswahl akzeptieren </button> <button id="consentButtonBack" class="consent-button-back">Zurück</button> </div> </div> </div> <div data-elementor-type="popup" data-elementor-id="5371" class="elementor elementor-5371 elementor-location-popup" data-elementor-settings="{&quot;open_selector&quot;:&quot;#open-lang-nav&quot;,&quot;entrance_animation&quot;:&quot;fadeInRight&quot;,&quot;exit_animation&quot;:&quot;fadeInRight&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-6d34dcf9 e-flex e-con-boxed e-con e-parent" data-id="6d34dcf9" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-1ddbc977 e-flex e-con-boxed e-con e-parent" data-id="1ddbc977" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-7496a46c elementor-widget elementor-widget-shortcode" data-id="7496a46c" 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 href="https://www.froeling.com/de-at/neuigkeiten/" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-be" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-bg" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ca" 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/de-de/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/de-de/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 href="https://www.froeling.com/de-ch/neuigkeiten/" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-cl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-cz" 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/de-de/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/de-de/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"> </a> </li> <li class="language-nav__item language-nav__item--en_DK"> <a href="https://www.froeling.com/en-dk" 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/de-de/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/de-de/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 href="https://www.froeling.com/es-es" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-fi" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-fr" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-gb" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-gr" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-hu" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ie" 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/de-de/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/de-de/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 href="https://www.froeling.com/it-it" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-jp" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-lu" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-nl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-no" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-nz" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-pl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ru" 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/de-de/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/de-de/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 href="https://www.froeling.com/sv-se" 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/de-de/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/de-de/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 href="https://www.froeling.com/sl-si" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-sk" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-us" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-za" 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/de-de/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/de-de/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="{&quot;entrance_animation&quot;:&quot;slideInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-448280d e-con-full e-flex e-con e-parent" data-id="448280d" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-31c21a3 e-flex e-con-boxed e-con e-parent" data-id="31c21a3" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-368b448 e-con-full e-flex e-con e-parent" data-id="368b448" data-element_type="container"> <div class="elementor-element elementor-element-ae9b8f5 e-con-full e-flex e-con e-parent" data-id="ae9b8f5" data-element_type="container"> <div class="elementor-element elementor-element-2d6bbd6 elementor-widget elementor-widget-heading" data-id="2d6bbd6" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Kontakt</h2> </div> </div> <div class="elementor-element elementor-element-9d761e3 elementor-widget elementor-widget-text-editor" data-id="9d761e3" 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 &#8211; 4710 Grieskirchen</p> </div> </div> </div> <div class="elementor-element elementor-element-92bc304 elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="92bc304" 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/de-de/kontakt/gebietsvertreter/" 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">Gebietsvertreter</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/kontakt/information-beratung-anfordern/" 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">Information/Beratung anfordern</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/messetermine/" class="li-widgets--child-nav__item "> <div class="icon"><svg clip-rule="evenodd" fill-rule="evenodd" height="512" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g id="Layer_x0020_1"><g id="_565035760"><g><g><path d="m435 299c-1 0-2-1-3-1-1-1-3-2-4-4l-65-158c0-1 0-3 0-5 1-2 3-3 4-4l67-27c4-1 8 0 9 4l68 156c1 2 1 4 0 5 0 2-2 3-3 4l-70 29c-1 0-2 1-3 1zm-56-161 60 145 57-24-63-143z"/></g><g><path d="m395 336s0 0-1 0c-7 0-14-3-19-9-3-3-3-7 0-10 3-2 8-2 10 1 3 3 6 4 10 4 4 1 8-1 11-4 5-6 5-15 0-22-3-2-6-6-10-10-12-12-32-33-39-37-30-15-60-31-90-48-2 1-3 2-4 2-4 2-7 3-8 4s-2 4-4 8c-1 1-2 3-3 6-4 9-12 14-23 15-11 0-22-5-28-14-5-8-5-18 1-28l14-26c5-7 14-15 19-19 26-21 43-14 46-13 6 3 56 25 68 30 2 0 9-4 25-13 1 0 2-1 2-1 6-4 10 2 10 2 2 3 2 7-2 10h-1c-1 0-1 1-2 1-27 16-31 16-35 16 0-1-1-1-1-1-3-1-43-19-70-31-1 0-13-4-32 11-7 6-12 11-15 15l-14 26c-3 5-3 10-1 14 3 4 10 7 16 7 3 0 8-2 11-7 1-2 2-4 2-6 6-12 7-13 20-19 1-1 4-1 6-3 2-1 4 0 6 1 31 17 63 33 93 48v1c9 4 25 20 43 39 4 4 7 8 10 11 11 12 10 30 0 41-6 5-13 8-21 8zm-23-184 4 6z"/></g><g><path d="m167 191c-1 0-2-1-3-1l-26-13c-4-2-5-6-3-9 1-4 6-5 9-4l20 10c10-18 22-29 37-32 20-5 36 7 37 7 3 2 4 7 2 10-3 3-7 4-10 1 0 0-12-8-26-5-12 3-22 14-31 32-1 1-2 3-4 3-1 1-1 1-2 1z"/></g><g><path d="m400 287c-3 0-5-2-6-4-2-4-1-8 3-10l25-13c3-1 7 0 9 3 2 4 1 8-3 10l-25 13c-1 0-2 1-3 1z"/></g><g><path d="m74 304c-1 0-2-1-3-1l-67-35c-2-1-3-3-4-4 0-2 0-4 1-6l81-151c1-1 2-3 4-3 2-1 4 0 5 1l64 35c4 1 5 6 3 9l-78 151c-1 2-2 3-4 3-1 1-1 1-2 1zm-58-45 55 28 72-138-52-29z"/></g><g><path d="m200 402c-6 0-12-3-17-7-4-4-7-10-7-16-1-7 2-13 7-18 3-3 7-3 10 0 3 2 3 7 0 10-2 2-3 5-3 7 0 3 1 5 3 6v1c2 2 5 3 8 3 2 0 4-1 6-3l23-23s0 0 1-1 2-3 2-6c0-2-1-5-3-7-4-5-10-5-14 0-3 2-7 2-10 0-3-3-3-8 0-10 10-10 24-10 34 0 5 5 8 11 7 18 0 6-3 12-7 16l-23 23c-4 4-9 7-16 7 0 0 0 0-1 0z"/></g><g><path d="m176 378c-1 0-1 0-1 0-7 0-12-3-16-8-5-4-8-11-7-18 0-6 3-11 7-15l34-35c9-9 24-9 33-1 1 0 1 0 1 1 10 10 10 25 0 35l-34 34c-5 4-11 7-17 7zm27-66-34 35s0 0-1 0c-1 1-2 4-2 6 0 3 1 6 3 8 2 2 4 3 6 3 3 0 6-1 8-3l34-34c4-4 4-11 0-15s-11-4-14 0z"/></g><g><path d="m151 353c-6 0-12-2-17-6 0 0 0 0 0-1-9-9-9-24 0-34l29-29c5-5 11-8 17-8 7 0 13 3 18 8 9 10 8 25 0 34-3 2-7 2-10 0-3-3-3-8 0-10 3-4 3-10 0-15-2-1-5-3-8-3s-5 2-7 4l-29 28c-4 5-4 11 0 16 4 3 11 3 15-1 3-2 8-2 10 1 3 3 2 8-1 10-4 4-10 6-17 6z"/></g><g><path d="m127 329c-6 0-12-3-17-7-4-4-7-10-7-16-1-7 2-13 7-18l9-9c5-5 12-8 18-8 6 1 12 3 16 8 4 4 7 9 7 15 1 7-2 14-7 19-2 2-5 2-7 1 0 3 0 5-2 7-4 5-9 8-16 8 0 0 0 0-1 0zm9-44c-2 0-5 2-7 4l-9 9c-2 2-3 5-3 7 0 3 1 5 3 6v1c2 2 5 3 8 3 2 0 4-1 6-3s5-3 8-2c-1-2-1-5 1-7s3-5 3-8c0-2-1-4-2-6-1 0-1 0-1-1-2-1-4-2-6-3z"/></g><g><path d="m114 301c-1 0-2-1-3-1l-30-17c-4-2-5-6-3-10 2-3 6-4 9-2l30 17c4 2 5 6 3 9-1 2-4 4-6 4z"/></g><g><path d="m284 412c-8 0-15-3-21-8l-28-28c-3-3-3-8 0-10 3-3 7-3 10 0l28 28c3 3 7 5 11 4 4 0 7-1 10-4 3-3 5-7 5-12 0-3-2-7-5-9-3-3-3-7 0-10 2-3 7-3 10-1 5 5 9 12 9 20s-3 16-9 21c-5 6-12 9-19 9-1 0-1 0-1 0z"/></g><g><path d="m334 400c-7 0-15-3-21-8l-47-48c-3-3-3-8 0-10 3-3 7-3 10 0l47 48c6 5 16 5 22 0 5-6 5-16 0-21-3-3-3-8 0-10 3-3 7-3 10 0 10 10 10 29 0 40 0 1 0 1-1 1-5 5-13 8-20 8z"/></g><g><path d="m374 378c-7 0-15-3-20-8l-57-57c-3-3-3-8 0-10 3-3 7-3 10 0l57 57c5 5 15 5 21 0 3-3 5-8 5-12-1-3-2-7-5-9l-57-57c-3-3-3-8 0-10 3-3 7-3 10 0l57 57c5 5 8 11 9 19 0 8-3 16-9 22 0 0 0 0-1 0-5 5-13 8-20 8z"/></g><g><path d="m36 257c-1 0-3-1-4-1-3-2-4-7-2-10l8-13c2-3 6-4 10-2 3 2 4 6 2 9l-8 13c-1 2-4 4-6 4z"/></g><g><path d="m477 255c-3 0-5-2-6-4l-7-14c-2-4-1-8 3-10 3-1 7 0 9 3l7 14c2 4 0 8-3 10-1 0-2 1-3 1z"/></g></g></g></g></svg></div> <div class="content"> <span class="title">Messetermine</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/kontakt/kundendienst-anfordern/" class="li-widgets--child-nav__item "> <div class="icon"><svg id="Layer_1" enable-background="new 0 0 120 120" height="512" viewBox="0 0 120 120" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="rgb(0,0,0)"><path d="m19.9 62.8c-.1 1.3.3 2.5 1.1 3.5s2 1.6 3.2 1.7c1.3.1 2.6-.4 3.5-1.1l6.2-5.3 6.6-5.6c3.7 1.6 8 .9 11.1-1.7s4.4-6.9 3.4-10.8c-.1-.5-.5-.8-.9-1-.5-.1-1 0-1.3.3l-5.2 4.2c-.2.2-.5.1-.6-.1l-2.8-3.3c-.1-.1-.1-.3-.1-.3 0-.1 0-.2.2-.3l5.2-4.4c.4-.3.5-.8.5-1.3-.1-.5-.4-.9-.8-1.1-3.7-1.6-8.1-1-11.2 1.6-3.1 2.7-4.4 6.8-3.4 10.7l-12.9 11c-1.1.9-1.7 2-1.8 3.3zm3.4-1.1 13.6-11.5c.4-.4.6-1 .4-1.5-1.1-3.1-.2-6.5 2.3-8.6 1.4-1.2 3.3-1.9 5.1-1.9h.8l-3.2 2.7c-.7.6-1.1 1.4-1.1 2.2-.1.9.2 1.7.8 2.4l2.8 3.3c1.2 1.4 3.2 1.5 4.6.4l3.2-2.7c-.1 2.1-1.1 4.1-2.8 5.5-2.5 2.1-6 2.5-8.8.9-.5-.3-1.1-.2-1.6.2l-8.2 7-5.4 4.6c-.4.3-.9.5-1.4.5s-1-.3-1.3-.7-.5-.9-.5-1.4c.1-.6.3-1.1.7-1.4z"/><path d="m108.7 75.3h-.9v-7.5c0-2.5-1-4.9-2.9-6.7-1.6-1.6-3.7-2.5-5.9-2.7l-9.3-17.7c-1.2-2.5-3.9-3.6-6.1-3.6h-13.3c-2.6 0-4.9 1-6.7 2.7v-12.3c0-.8-.6-1.4-1.4-1.4h-33.7c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h32.4v52.9h-17c0 .2 0 2.1-.2 2.8h29.2c1 5.2 5.6 9.2 11.1 9.2 6.2 0 11.3-5.1 11.3-11.3s-5.1-11.2-11.3-11.2c-6 0-10.9 4.7-11.2 10.6h-9.1v-20.7h24.5c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4h-24.5v-11.9c0-3.7 3-6.7 6.7-6.7h13.2c1 0 2.9.5 3.6 2v.1l9.6 18.3c.2.5.7.9 1.3.9 3.7 0 6.9 3 6.9 6.7v7.5h-4.5c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h6.9v3.8h-9.7c0 .2 0 2.1-.2 2.8h11.3c.8 0 1.4-.6 1.4-1.4v-6.6c-.1-.8-.8-1.4-1.5-1.4zm-24.7-1.2c4.7 0 8.5 3.8 8.5 8.5s-3.8 8.5-8.5 8.5-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5z"/><path d="m30.5 77.1c-3 0-5.4 2.4-5.4 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4c0-2.9-2.4-5.4-5.4-5.4zm0 8.1c-1.5 0-2.6-1.2-2.6-2.6s1.2-2.6 2.6-2.6c1.5 0 2.6 1.2 2.6 2.6s-1.2 2.6-2.6 2.6z"/><path d="m84.1 88c3 0 5.4-2.4 5.4-5.4s-2.4-5.4-5.4-5.4-5.4 2.4-5.4 5.4c-.1 3 2.4 5.4 5.4 5.4zm0-8.1c1.5 0 2.6 1.2 2.6 2.6 0 1.5-1.2 2.6-2.6 2.6-1.5 0-2.6-1.2-2.6-2.6-.1-1.4 1.1-2.6 2.6-2.6z"/><path d="m30.5 71.3c-6 0-10.9 4.7-11.2 10.6h-3.8c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h3.9c1 5.2 5.6 9.2 11.1 9.2 6.2 0 11.3-5.1 11.3-11.3-.1-6.2-5.1-11.3-11.3-11.3zm0 19.7c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5c-.1 4.7-3.9 8.5-8.5 8.5z"/><path d="m32.1 39.2c0-.8-.6-1.4-1.4-1.4h-19.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h19.4c.8 0 1.4-.6 1.4-1.4z"/><path d="m15.4 53.2h6.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4h-6.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4z"/></g></svg></div> <div class="content"> <span class="title">Kundendienst anfordern</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/kontakt/garantiekarte/" class="li-widgets--child-nav__item "> <div class="icon"><svg id="Capa_1" enable-background="new 0 0 511.923 511.923" height="512" viewBox="0 0 511.923 511.923" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m508.956 246.922-43.501-59.036.5-73.339c.049-6.679-4.266-12.609-10.635-14.626l-69.915-22.141-42.642-59.676c-3.894-5.454-10.885-7.703-17.223-5.595l-69.579 23.226-69.579-23.232c-6.344-2.109-13.334.14-17.223 5.595l-42.636 59.67-69.92 22.153c-6.369 2.011-10.683 7.947-10.635 14.62l.5 73.339-43.502 59.036c-3.955 5.375-3.955 12.707 0 18.082l43.501 59.036-.5 73.339c-.049 6.679 4.266 12.609 10.635 14.626l69.914 22.141 42.642 59.676c2.919 4.083 7.575 6.381 12.396 6.381 1.615 0 3.236-.256 4.827-.786l69.579-23.226 69.579 23.232c6.338 2.115 13.334-.146 17.223-5.595l42.636-59.67 69.922-22.152c6.369-2.011 10.683-7.947 10.635-14.62l-.5-73.345 43.501-59.036c3.955-5.37 3.955-12.707 0-18.077zm-71.042 63.114c-1.95 2.651-2.992 5.857-2.968 9.142l.457 67.166-64.052 20.288c-3.145.993-5.881 2.98-7.795 5.668l-39.04 54.648-63.729-21.275c-3.132-1.048-6.521-1.048-9.653 0l-63.729 21.275-39.047-54.654c-1.914-2.682-4.656-4.674-7.795-5.674l-64.046-20.282.457-67.166c.024-3.285-1.018-6.49-2.968-9.142l-39.849-54.07 39.845-54.075c1.95-2.651 2.992-5.857 2.968-9.142l-.457-67.166 64.052-20.288c3.145-.993 5.881-2.98 7.795-5.668l39.04-54.648 63.729 21.275c3.132 1.048 6.521 1.048 9.653 0l63.729-21.275 39.047 54.654c1.914 2.682 4.656 4.674 7.795 5.674l64.046 20.282-.457 67.166c-.024 3.285 1.018 6.49 2.968 9.142l39.857 54.069z"/><path d="m330.891 188.051-103.494 103.5-46.36-46.36c-5.954-5.954-15.595-5.954-21.544 0-5.948 5.954-5.954 15.595 0 21.544l57.135 57.135c2.974 2.974 6.874 4.461 10.775 4.461s7.795-1.487 10.775-4.461l114.269-114.269c5.954-5.954 5.954-15.595 0-21.544s-15.608-5.954-21.556-.006z"/></g></g></svg></div> <div class="content"> <span class="title">Garantiekarte</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/kontakt/anschrift-kontakt/" 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">Anschrift/Kontakt</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="{&quot;entrance_animation&quot;:&quot;slideInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-e9940da e-con-full e-flex e-con e-parent" data-id="e9940da" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-6d4ea56 e-flex e-con-boxed e-con e-parent" data-id="6d4ea56" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-6a13e5d e-con-full e-flex e-con e-parent" data-id="6a13e5d" data-element_type="container"> <div class="elementor-element elementor-element-501dbaa e-con-full e-flex e-con e-parent" data-id="501dbaa" data-element_type="container"> <div class="elementor-element elementor-element-c5dc5bf elementor-widget elementor-widget-heading" data-id="c5dc5bf" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Unternehmen</h2> </div> </div> <div class="elementor-element elementor-element-e520a0e elementor-widget elementor-widget-text-editor" data-id="e520a0e" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Fröling ist Pionier bei modernen Holzheizsystemen. Sei es die bahnbrechende Erfindung des modernen Scheitholzkessels mit Hochtemperaturverbrennung, die Hackgutfeuerung mit Lambdatechnologie oder die Entwicklung international ausgezeichneter Pelletskessel: Die Handschrift kommt von Fröling.</p><p>Eine Vielzahl von international namhaften Qualitätsauszeichnungen unterstreicht unser nachhaltiges Streben nach effizienten Lösungen.</p> </div> </div> </div> <div class="elementor-element elementor-element-d6537be elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="d6537be" 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/de-de/unternehmen/leitbild/" 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">Leitbild</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/karriere/" class="li-widgets--child-nav__item "> <div class="icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="svg3696" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 682.67 682.67"> <g> <path d="m449.33,280h-53.33c-45.54,0-83,35.31-86.41,80h226.16c-3.42-44.69-40.87-80-86.41-80Z" fill="none"/> <circle cx="422.67" cy="180" r="60" fill="none"/> <path d="m495.32,248.64c16.94-17.92,27.35-42.09,27.35-68.64,0-55.14-44.86-100-100-100s-100,44.86-100,100c0,26.55,10.41,50.72,27.35,68.64-47.18,18.44-80.68,64.39-80.68,118.03v13.33c0,11.05,8.95,20,20,20h266.67c11.05,0,20-8.95,20-20v-13.33c0-53.63-33.51-99.58-80.68-118.02Zm-72.65-128.64c33.08,0,60,26.92,60,60s-26.92,60-60,60-60-26.92-60-60,26.92-60,60-60Zm-113.08,240c3.42-44.69,40.87-80,86.41-80h53.33c45.54,0,83,35.31,86.41,80h-226.16Z"/> </g> <g> <path d="m168.42,514.25s-.03-.04-.05-.06c-3.89-3.86-8.99-5.8-14.08-5.8s-10.24,1.95-14.14,5.85l-94.28,94.28c-3.78,3.78-5.86,8.8-5.86,14.14s2.08,10.36,5.86,14.14c7.8,7.8,20.49,7.8,28.29,0l94.28-94.28h0c3.78-3.78,5.86-8.8,5.86-14.14s-2.06-10.31-5.8-14.08c-.02-.02-.04-.03-.06-.05Z" fill="none"/> <path d="m578.23,104.44c-41.55-41.55-96.8-64.44-155.56-64.44s-114.01,22.88-155.56,64.44c-41.55,41.55-64.44,96.8-64.44,155.56s22.88,114.01,64.44,155.56c41.55,41.55,96.8,64.44,155.56,64.44s114.01-22.88,155.56-64.44,64.44-96.8,64.44-155.56-22.88-114.01-64.44-155.56Z" fill="none"/> <path d="m606.51,76.15C557.41,27.05,492.12,0,422.67,0s-134.74,27.04-183.85,76.15c-49.11,49.11-76.15,114.4-76.15,183.85,0,62.74,22.08,122.08,62.55,169.17l-45.08,45.08c-22.3-10.62-49.84-6.73-68.28,11.71l-94.28,94.28C6.24,591.57,0,606.64,0,622.67s6.24,31.09,17.57,42.43c11.7,11.7,27.06,17.54,42.43,17.54s30.73-5.85,42.43-17.54l94.28-94.28c11.33-11.33,17.57-26.4,17.57-42.43,0-9.11-2.02-17.9-5.84-25.88l45.06-45.06c47.09,40.47,106.43,62.55,169.17,62.55,69.45,0,134.74-27.04,183.85-76.15s76.15-114.4,76.15-183.85-27.04-134.74-76.15-183.85Zm-438.09,466.38h0s-94.28,94.28-94.28,94.28c-7.8,7.8-20.49,7.8-28.29,0-3.78-3.78-5.86-8.8-5.86-14.14s2.08-10.36,5.86-14.14l94.28-94.28c3.9-3.9,9.02-5.85,14.14-5.85s10.19,1.93,14.08,5.8c.02.02.03.04.05.06s.04.03.06.05c3.74,3.77,5.8,8.77,5.8,14.08s-2.08,10.36-5.86,14.14Zm409.81-126.96c-41.55,41.55-96.8,64.44-155.56,64.44s-114.01-22.88-155.56-64.44c-41.55-41.55-64.44-96.8-64.44-155.56s22.88-114.01,64.44-155.56c41.55-41.55,96.8-64.44,155.56-64.44s114.01,22.88,155.56,64.44,64.44,96.8,64.44,155.56-22.88,114.01-64.44,155.56Z"/> </g> </svg></div> <div class="content"> <span class="title">Karriere</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/auszeichnungen/" 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">Auszeichnungen</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/geschichte/" 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">Geschichte</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/einkauf/" class="li-widgets--child-nav__item "> <div class="icon"><svg height="512pt" viewBox="0 -32 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m87.585938 104.101562c-4.144532 0-7.507813 3.359376-7.507813 7.507813v32.03125c0 4.148437 3.363281 7.507813 7.507813 7.507813h96.09375c4.144531 0 7.507812-3.359376 7.507812-7.507813v-32.03125c0-4.148437-3.363281-7.507813-7.507812-7.507813zm88.585937 32.03125h-81.078125v-17.015624h81.078125zm0 0"/><path d="m214.476562 295.1875c.410157.066406.820313.101562 1.234376.101562.695312 0 1.390624-.097656 2.0625-.289062l56.054687-16.015625c.445313-.128906.878906-.296875 1.296875-.503906l48.046875-24.023438c2.542969-1.273437 4.148437-3.871093 4.148437-6.714843 0-5.746094-2.320312-13.191407-8.007812-18.152344v-138.332032c0-4.148437-3.359375-7.507812-7.507812-7.507812-4.144532 0-7.507813 3.359375-7.507813 7.507812v132.972657c-.167969 0-.328125-.011719-.5-.011719-15.539063 0-35.667969 11.855469-42.253906 16.015625h-35.191407l-21.269531-17.015625h34.652344c4.144531 0 7.507813-3.359375 7.507813-7.507812v-16.015626c0-12.972656-10.554688-23.523437-23.523438-23.523437h-72.070312c-1.992188 0-3.902344.789063-5.308594 2.199219l-29.832032 29.832031h-13.40625v-.5c0-4.148437-3.363281-7.507813-7.507812-7.507813h-32.53125v-185.179687h89.085938v56.554687c0 5.035157 5.097656 8.714844 9.882812 7.121094l21.648438-7.214844 21.648437 7.214844c4.785156 1.59375 9.882813-2.085937 9.882813-7.121094v-56.554687h89.085937v40.207031c0 4.144532 3.359375 7.503906 7.507813 7.503906 4.148437 0 7.507812-3.359374 7.507812-7.503906v-47.714844c0-4.148437-3.359375-7.507812-7.507812-7.507812h-256.25c-4.144532 0-7.507813 3.359375-7.507813 7.507812v192.6875h-40.539063c-4.148437 0-7.507812 3.359376-7.507812 7.507813s3.359375 7.507813 7.507812 7.507813h80.578126v65.0625h-80.578126c-4.148437 0-7.507812 3.359374-7.507812 7.507812s3.359375 7.507812 7.507812 7.507812h88.085938c4.144531 0 7.507812-3.359374 7.507812-7.507812v-8.507812h15.890626zm-14.28125-280.171875v46.140625l-14.140624-4.714844c-1.53125-.511718-3.21875-.511718-4.75 0l-14.140626 4.714844v-46.140625zm-97.09375 208.203125h16.515626c1.972656 0 3.90625-.8125 5.308593-2.199219l29.832031-29.832031h68.960938c4.691406 0 8.507812 3.816406 8.507812 8.507812v8.507813h-48.546874c-3.09375 0-5.914063 1.976563-7.015626 4.851563-1.136718 2.972656-.191406 6.542968 2.324219 8.519531l40.039063 32.03125c1.332031 1.0625 2.988281 1.644531 4.691406 1.644531h40.039062c1.480469 0 2.929688-.4375 4.164063-1.261719 6.15625-4.105469 24.601563-14.753906 35.875-14.753906 4.429687 0 6.597656 2.023437 7.628906 4.308594l-42.394531 21.195312-53.753906 15.359375-94.425782-15.738281c-.074218-.011719-.144531-.015625-.214843-.023437-.136719-.019532-.269531-.035157-.402344-.046876-.132813-.011718-.265625-.015624-.394531-.019531-.074219-.003906-.148438-.011719-.222656-.011719h-16.515626zm0 0"/><path d="m503.992188 415.90625h-80.078126c-.085937 0-.167968.011719-.253906.011719-.132812.003906-.265625.011719-.398437.019531-.148438.015625-.292969.03125-.4375.050781-.078125.011719-.152344.015625-.226563.027344l-94.3125 15.71875-53.605468-15.316406-41.914063-20.957031c1.074219-2.03125 3.144531-3.578126 6.96875-3.578126 11.105469 0 29.464844 10.59375 35.597656 14.671876 1.3125.875 2.859375 1.34375 4.441407 1.34375h40.039062c1.121094 0 2.230469-.234376 3.253906-.691407l71.925782-31.964843c3.480468-1.492188 5.511718-5.332032 4.722656-9.046876-.785156-3.707031-4.210938-6.417968-8.003906-6.34375h-39.867188v-8.007812c0-4.414062 3.59375-8.007812 8.007812-8.007812h68.753907l29.683593 29.6875c1.492188 1.480468 3.5625 2.34375 5.664063 2.34375h40.039063c4.421874 0 8.007812-3.585938 8.007812-8.007813s-3.585938-8.007813-8.007812-8.007813h-36.722657l-29.683593-29.683593c-1.503907-1.503907-3.539063-2.347657-5.664063-2.347657h-72.070313c-13.246093 0-24.023437 10.777344-24.023437 24.023438v16.015625c0 4.421875 3.585937 8.007813 8.007813 8.007813h10.3125l-2.757813 1.226562h-21.210937c-6.746094-4.25-26.828126-16.015625-42.398438-16.015625-15.902344 0-22.664062 11.695313-23.832031 21.074219-7.738281-3.414063-16.527344-6.285156-24.214844-6.285156-17.625 0-24.023437 14.367187-24.023437 24.023437 0 3.035156 1.714843 5.804687 4.425781 7.164063l48.046875 24.023437c.441406.222656.90625.398437 1.382812.535156l56.054688 16.015625c.71875.207032 1.457031.308594 2.199218.308594.4375 0 .878907-.035156 1.316407-.105469l95.441406-15.910156h79.414063c4.421874 0 8.007812-3.585937 8.007812-8.007813 0-4.421874-3.585938-8.007812-8.007812-8.007812zm-223.0625-35.230469c.886718-1.773437 2.390624-3.582031 6.851562-3.582031 10.058594 0 26.066406 8.6875 33.554688 13.359375l-3.222657 1.429687h-17.007812c-.738281-1.046874-1.734375-1.933593-2.960938-2.546874l-17.238281-8.617188c.007812-.015625.015625-.03125.023438-.042969zm0 0"/></svg></div> <div class="content"> <span class="title">Einkauf</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/unternehmen/froeling-akademie/" class="li-widgets--child-nav__item "> <div class="icon"><svg id="Image" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m62.371 18.071-30-12a1 1 0 0 0 -.742 0l-30 12a1 1 0 0 0 0 1.858l30 12a1 1 0 0 0 .742 0l17.134-6.854a1 1 0 0 0 -.742-1.857l-16.763 6.705-27.308-10.923 27.308-10.923 27.308 10.923-2.679 1.071a1 1 0 1 0 .742 1.858l5-2a1 1 0 0 0 0-1.858z"/><path d="m49 27a1 1 0 0 0 -1 1v11.512a26.092 26.092 0 0 1 -32 0v-11.512a1 1 0 0 0 -2 0v12a1 1 0 0 0 .378.783 28.11 28.11 0 0 0 35.244 0 1 1 0 0 0 .378-.783v-12a1 1 0 0 0 -1-1z"/><path d="m55 37.2v-15a1 1 0 0 0 -.812-.982l-22-4.2a1 1 0 1 0 -.376 1.964l21.188 4.045v14.173c-2.229.855-2.392 3.729-1.524 5.952l-1.469 12.734a1 1 0 0 0 .4.916 6 6 0 0 0 7.2 0 1 1 0 0 0 .4-.916l-1.483-12.735c.868-2.224.704-5.097-1.524-5.951zm-1 1.8c1.229 0 1.1 1.96.757 3.134a4.628 4.628 0 0 1 -1.513 0c-.344-1.175-.473-3.134.756-3.134zm-1.936 16.5 1.308-11.339a4.675 4.675 0 0 0 1.256 0l1.308 11.339a4.055 4.055 0 0 1 -3.872 0z"/></svg></div> <div class="content"> <span class="title">Fröling Akademie</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="{&quot;entrance_animation&quot;:&quot;fadeInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.3,&quot;sizes&quot;:[]},&quot;open_selector&quot;:&quot;#phone-contact-cta--header&quot;,&quot;prevent_close_on_esc_key&quot;:&quot;yes&quot;,&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" 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/de-de/wp-content/uploads/sites/7/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/de-de/wp-content/uploads/sites/7/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:0049899279260">089 927 926 &#8211; 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/de-de/wp-content/uploads/sites/7/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/de-de/wp-content/uploads/sites/7/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:004989927926400">089 927 926 &#8211; 400</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 loading="lazy" width="1" height="1" src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2022/07/ask.svg" class="attachment-thumbnail size-thumbnail wp-image-830" alt="" /></noscript><img loading="lazy" 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/de-de/wp-content/uploads/sites/7/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-de/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="{&quot;entrance_animation&quot;:&quot;slideInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" data-elementor-post-type="elementor_library"> <div class="elementor-element elementor-element-435cb5e e-con-full e-flex e-con e-parent" data-id="435cb5e" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="elementor-element elementor-element-6fcddbe e-flex e-con-boxed e-con e-child" data-id="6fcddbe" data-element_type="container" data-settings="{&quot;background_background&quot;:&quot;classic&quot;}"> <div class="e-con-inner"> <div class="elementor-element elementor-element-12135c7 e-con-full e-flex e-con e-child" data-id="12135c7" data-element_type="container"> <div class="elementor-element elementor-element-a82df7a e-con-full e-flex e-con e-child" data-id="a82df7a" data-element_type="container"> <div class="elementor-element elementor-element-bce1da0 elementor-widget elementor-widget-heading" data-id="bce1da0" data-element_type="widget" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default">Heizen mit Biomasse</h2> </div> </div> <div class="elementor-element elementor-element-b64f854 elementor-widget elementor-widget-text-editor" data-id="b64f854" data-element_type="widget" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Heizen mit Holz ist ähnlich komfortabel wie Heizen mit Öl oder Gas. Pellets- und Hackgutkessel (Hackschnitzelkessel) sind vollautomatische Heizsysteme, welche ähnlich wie Öl- oder Gasheizungen funktionieren. Ein weiterer wichtiger Faktor bei der Auswahl des Brennstoffes sind natürlich die Brennstoffkosten. Der Rohstoff Holz gewährleistet die Unabhängigkeit von der globalen Entwicklung der fossilen Energiepreise auf den internationalen Märkten.</p> </div> </div> </div> <div class="elementor-element elementor-element-252d285 elementor-widget-laptop__width-initial elementor-widget elementor-widget-li-widgets--child-nav" data-id="252d285" 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/de-de/heizen-mit-biomasse/brennstoff-holz/" 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">Brennstoff Holz</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/heizen-mit-biomasse/warum-biomasse/" 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"> <style type="text/css"> .st0{fill:rgb(0,0,0);} </style> <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">Warum Biomasse?</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/heizen-mit-biomasse/foerderungen/" 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 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M422.503,270.613c-4.115,0-7.451,3.336-7.451,7.451c0,5.217-4.244,9.461-9.461,9.461c-5.216,0-9.461-4.244-9.461-9.461 c0-4.116-3.336-7.451-7.451-7.451s-7.451,3.336-7.451,7.451c0,13.434,10.93,24.363,24.363,24.363 c13.433,0,24.363-10.93,24.363-24.363C429.954,273.947,426.618,270.613,422.503,270.613z"/> </g> </g> <g> <g> <path d="M492.444,271.83l-20.972-6.718c-2.686-0.861-4.803-3.005-5.662-5.736c-4.42-14.053-11.09-27.246-19.825-39.214 c-3.981-5.455-8.408-10.664-13.244-15.623c3.094-13.573,4.776-28.934,4.558-42.205c-0.312-18.985-4.106-30.12-11.598-34.044 c-4.035-2.116-16.315-8.544-82.782,21.882c-1.574,0.72-3.044,1.607-4.405,2.623c-4.481-1.204-9.061-2.318-13.669-3.318 c-0.555-0.121-1.127-0.228-1.686-0.346c5.386-11.766,8.531-24.545,9.122-37.737c0.184-4.112-2.999-7.594-7.111-7.777 c-4.101-0.204-7.594,2.998-7.777,7.11c-0.971,21.691-9.969,42.1-25.335,57.467c-9.181,9.181-19.931,15.85-31.388,20.05 c-19.869-2.788-40.107-2.788-59.976,0c-11.458-4.2-22.207-10.869-31.388-20.05c-16.394-16.394-25.423-38.191-25.423-61.376 c0-23.186,9.029-44.982,25.423-61.376c16.394-16.395,38.192-25.424,61.376-25.424c23.184,0,44.982,9.029,61.376,25.424 c6.588,6.588,12.032,14.106,16.181,22.343c1.851,3.676,6.332,5.156,10.007,3.304c3.676-1.85,5.155-6.331,3.304-10.006 c-4.863-9.659-11.24-18.466-18.953-26.18c-19.209-19.209-44.749-29.788-71.914-29.788c-27.165,0-52.705,10.579-71.914,29.788 c-19.209,19.21-29.788,44.749-29.788,71.914s10.579,52.705,29.788,71.914c5.541,5.541,11.569,10.306,17.945,14.298 c0.002,0,0.004-0.001,0.006-0.001c-4.633,1.204-9.231,2.556-13.778,4.076c-3.903,1.305-6.009,5.526-4.704,9.43 c1.304,3.903,5.527,6.009,9.429,4.705c40.636-13.585,85.396-13.585,126.032,0c0.784,0.262,1.58,0.386,2.363,0.386 c3.117,0,6.023-1.972,7.066-5.091c1.305-3.903-0.801-8.125-4.704-9.43c-4.547-1.52-9.145-2.873-13.778-4.076 c0.002,0,0.004,0.001,0.006,0.001c6.377-3.992,12.404-8.757,17.945-14.298c4.902-4.902,9.229-10.255,12.986-15.944 c2.054,0.399,4.093,0.817,6.102,1.253c2.676,0.581,5.34,1.205,7.98,1.86c-0.083,0.324-0.168,0.647-0.237,0.976 c-3.634,17.245-3.398,32.497,0.701,45.33c3.684,11.535,10.333,20.88,19.76,27.777c11.111,8.128,24.525,11.639,36.676,11.639 c9.145,0,17.576-1.99,23.768-5.497c7.004-3.967,12.872-12.326,17.517-24.876c2.147,2.506,4.182,5.073,6.1,7.701 c7.777,10.654,13.714,22.396,17.646,34.898c2.309,7.343,8.041,13.121,15.332,15.458l20.972,6.718 c5.503,1.763,9.2,6.828,9.2,12.606v34.775c0,5.778-3.697,10.843-9.2,12.606l-33.789,10.823 c-5.406,1.733-9.981,5.448-12.882,10.462c-13.275,22.942-34.146,41.927-62.037,56.428c-3.222,1.677-5.454,4.676-6.126,8.23 l-10.822,57.303c-0.299,1.579-1.682,2.724-3.289,2.724h-35.187c-1.607,0-2.99-1.146-3.289-2.724l-5.994-31.669 c-1.18-6.231-7.024-10.37-13.314-9.417c-15.157,2.292-30.775,3.453-46.418,3.453c-11.638,0-23.127-0.649-34.15-1.93 c-6.095-0.701-11.773,3.454-12.912,9.472l-5.696,30.091c-0.299,1.579-1.682,2.724-3.289,2.724h-35.187 c-1.607,0-2.99-1.146-3.293-2.748l-10.42-54.122c-0.671-3.487-2.861-6.452-6.012-8.135C96.25,401.595,71.12,359.191,71.12,304.351 c0-27.708,6.062-52.209,18.017-72.825c11.156-19.239,27.45-35.146,48.429-47.281c3.562-2.061,4.779-6.619,2.719-10.182 c-2.06-3.562-6.618-4.777-10.181-2.719C89.425,194.876,64.89,231.18,58.135,277.29v-0.001c-0.717-0.065-1.435-0.127-2.15-0.201 c0.13-4.975-0.77-9.995-2.73-14.867c-4.323-10.746-13.203-18.502-22.624-19.759c-7.424-0.994-14.489,2.158-19.392,8.636 c-7.109,9.394-5.95,16.828-3.727,21.41c3.753,7.733,13.4,13.203,29.409,16.642c-0.44,0.659-0.924,1.321-1.454,1.986 c-9.459,11.863-20.603,14.486-27.839,14.733C3.392,306.012,0,309.413,0,313.652v0.036c0,4.181,3.299,7.591,7.476,7.782 c0.535,0.025,1.094,0.038,1.676,0.038c9.156,0,23.851-3.377,37.969-21.08c2.229-2.794,4.045-5.742,5.441-8.788 c1.406,0.159,2.757,0.295,4.051,0.415c0-0.003,0-0.005,0.001-0.008c-0.254,4.038-0.395,8.135-0.395,12.304 c0,31.028,7.397,58.693,21.984,82.23c13.45,21.7,32.707,39.468,57.255,52.83l10.13,52.616c1.629,8.608,9.17,14.856,17.931,14.856 h35.187c8.761,0,16.302-6.248,17.931-14.856l5.15-27.208c10.696,1.133,21.77,1.707,32.965,1.707c15.36,0,30.702-1.07,45.654-3.182 l5.429,28.685c1.63,8.608,9.171,14.855,17.931,14.855h35.187c8.761,0,16.302-6.248,17.932-14.859l10.537-55.791 c29.768-15.741,52.206-36.419,66.704-61.475c1.045-1.806,2.654-3.131,4.53-3.732l33.788-10.823 C504.141,356.455,512,345.686,512,333.403v-34.775C512,286.346,504.141,275.577,492.444,271.83z M421.278,183.273 c-2.868,24.526-10.561,45.506-18.291,49.884c-8.786,4.977-29.071,5.938-44.301-5.203c-15.248-11.154-20.323-31.212-14.678-58.006 c0-0.001,0-0.001,0-0.001c0.567-2.691,2.479-5.019,5.114-6.225c37.304-17.076,58.811-22.661,66.801-22.661 c1.206,0,2.104,0.127,2.702,0.361C421.025,143.98,424.173,158.521,421.278,183.273z M20.921,266.001 c-0.771-1.59,1.049-4.385,2.203-5.911c1.829-2.416,3.514-2.91,4.787-2.91c0.269,0,0.52,0.022,0.75,0.053 c3.426,0.457,8.226,4.227,10.769,10.548c0.599,1.488,1.377,3.953,1.559,7.027C30.674,272.671,22.66,269.59,20.921,266.001z"/> </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">Förderungen</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/heizen-mit-biomasse/berechnunsprogramme/" 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"><path d="m19.5 24h-15c-1.378 0-2.5-1.122-2.5-2.5v-19c0-1.378 1.122-2.5 2.5-2.5h15c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5zm-15-23c-.827 0-1.5.673-1.5 1.5v19c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5z"/><path d="m17.5 8h-11c-.827 0-1.5-.673-1.5-1.5v-2c0-.827.673-1.5 1.5-1.5h11c.827 0 1.5.673 1.5 1.5v2c0 .827-.673 1.5-1.5 1.5zm-11-4c-.276 0-.5.224-.5.5v2c0 .276.224.5.5.5h11c.276 0 .5-.224.5-.5v-2c0-.276-.224-.5-.5-.5z"/><path d="m8 14c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5s.5.224.5.5v3c0 .276-.224.5-.5.5z"/><path d="m9.5 12.5h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 12.5h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 17h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m6.5 20c-.128 0-.256-.049-.354-.146-.195-.195-.195-.512 0-.707l3-3c.195-.195.512-.195.707 0s.195.512 0 .707l-3 3c-.097.097-.225.146-.353.146z"/><path d="m9.5 20c-.128 0-.256-.049-.354-.146l-3-3c-.195-.195-.195-.512 0-.707s.512-.195.707 0l3 3c.195.195.195.512 0 .707-.097.097-.225.146-.353.146z"/></svg></div> <div class="content"> <span class="title">Berechnungsprogramme</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/heizen-mit-biomasse/faq/" class="li-widgets--child-nav__item "> <div class="icon"><svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path id="XMLID_347_" d="m222.4 154.5c0 26.6-18.1 37.6-30.1 44.8-5.4 3.3-10.9 6.6-10.9 9.1v7.1c0 4.4-3.6 8-8 8s-8-3.6-8-8v-7.1c0-11.6 9.9-17.5 18.7-22.8 11.5-7 22.4-13.5 22.4-31.1 0-18.2-14.8-33.1-33.1-33.1-18.2 0-33.1 14.8-33.1 33.1 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-27.1 22-49.1 49.1-49.1 26.9 0 49 22 49 49.1z"/><path id="XMLID_346_" d="m181.8 243.5c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.9 8.5 8.5z"/><path id="XMLID_389_" d="m410 393.7c0 4.4-3.6 8-8 8h-144c-4.4 0-8-3.6-8-8s3.6-8 8-8h144c4.4 0 8 3.5 8 8z"/><path id="XMLID_367_" d="m410 330c0 4.4-3.6 8-8 8h-144c-4.4 0-8-3.6-8-8s3.6-8 8-8h144c4.4 0 8 3.6 8 8z"/><path id="XMLID_620_" d="m471.3 400.7c10.9-21.8 16.7-46.2 16.7-70.7 0-41.8-16.2-81.3-45.6-111-27.6-27.9-63.8-44.3-102.7-46.7-5-82.6-73.8-148.3-157.7-148.3-87.1 0-158 70.9-158 158 0 24.5 5.8 48.9 16.7 70.7l-16.5 77.7c-.6 2.7.3 5.4 2.2 7.3 1.5 1.5 3.6 2.3 5.7 2.3.5 0 1.1-.1 1.7-.2l77.7-16.5c18.9 9.5 39.8 15 61 16.4 2.3 38.9 18.8 75.1 46.7 102.7 29.8 29.4 69.2 45.6 111 45.6 24.5 0 48.9-5.8 70.7-16.7l77.7 16.5c.5.1 1.1.2 1.7.2 2.1 0 4.1-.8 5.7-2.3 1.9-1.9 2.7-4.7 2.2-7.3zm-355.1-92.9c-1.2-.6-2.4-.9-3.7-.9-.5 0-1.1.1-1.7.2l-68.4 14.5 14.5-68.4c.4-1.8.1-3.7-.7-5.4-10.6-20.1-16.2-42.9-16.2-65.8 0-78.3 63.7-142 142-142s142 63.7 142 142-63.7 142-142 142c-22.9 0-45.7-5.6-65.8-16.2zm285.3 147.3c-1.9-.5-3.9-.2-5.6.7-20.2 10.6-43 16.2-65.9 16.2-74.6 0-136.5-58.6-141.7-132.1 50.1-2 94.2-27.4 121.8-65.5h91.9c4.4 0 8-3.6 8-8s-3.6-8-8-8h-81.7c11.6-20.9 18.6-44.7 19.6-70 73.6 5.1 132.1 67 132.1 141.6 0 22.9-5.6 45.7-16.2 65.8-.9 1.8-1.1 3.8-.7 5.6l14.5 68.2z"/></svg></div> <div class="content"> <span class="title">FAQ</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="{&quot;entrance_animation&quot;:&quot;slideInDown&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.5,&quot;sizes&quot;:[]},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:[],&quot;timing&quot;:[]}" 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="{&quot;background_background&quot;:&quot;classic&quot;}"> <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">Produkte</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>Fröling gilt als Komplettanbieter für den Heizraum. <br />Wir produzieren Scheitholz-, Hackgut- und Pelletsfeuerungen.</p><p>Vom Kleinkessel bis hin zur Industrieanlage.</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/de-de/produkte/scheitholz/" 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">Scheitholzkessel</span> <span class="description">15-60kW</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/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">Pelletskessel</span> <span class="description">7 - 250kW</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/hackgut/" 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">Hackgutanlage</span> <span class="description">20 - 1500kW</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/kombikessel/" 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">Kombikessel</span> <span class="description">15 - 40kW</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/industrieheizung/" 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">Industrieheizung</span> <span class="description">150 - 1500kW</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/waerme-und-strom/" 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">Wärme und Strom</span> <span class="description">46 - 56 kW elektr. / 95 - 115kW thermisch</span> </div> </a> <a href="https://www.froeling.com/de-de/produkte/speichersysteme/" 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">Speichersysteme</span> <span class="description"></span> </div> </a> <a href="https://www.froeling.com/de-de/referenzen/" class="li-widgets--child-nav__item "> <div class="icon"><svg height="479pt" viewBox="0 0 479 479.84995" width="479pt" xmlns="http://www.w3.org/2000/svg"><path d="m293.773438 195.351562-72.097657 68.097657-34.601562-35.597657c-3.835938-3.949218-10.152344-4.039062-14.097657-.203124-3.949218 3.839843-4.039062 10.152343-.203124 14.101562l41.5 42.601562c3.855468 3.878907 10.085937 4.011719 14.101562.296876l79.300781-74.796876c1.925781-1.816406 3.050781-4.324218 3.125-6.96875.074219-2.644531-.90625-5.210937-2.726562-7.132812-3.859375-4.011719-10.222657-4.1875-14.300781-.398438zm0 0"/><path d="m240.273438 90.550781c-82.398438 0-149.398438 67-149.398438 149.398438 0 82.402343 67 149.402343 149.398438 149.402343 82.402343 0 149.402343-67 149.402343-149.402343 0-82.398438-67-149.398438-149.402343-149.398438zm0 278.800781c-71.398438 0-129.398438-58.101562-129.398438-129.402343s58-129.398438 129.398438-129.398438c71.46875 0 129.402343 57.933594 129.402343 129.398438 0 71.464843-57.933593 129.402343-129.402343 129.402343zm0 0"/><path d="m445.875 184.949219 3.300781-59.300781c.230469-3.980469-1.933593-7.71875-5.5-9.5l-52.800781-26.699219-26.699219-52.800781c-1.816406-3.535157-5.53125-5.6875-9.5-5.5l-59.402343 3.203124-49.5-32.703124c-3.335938-2.199219-7.660157-2.199219-11 0l-49.5 32.703124-59.296876-3.300781c-3.984374-.234375-7.71875 1.929688-9.5 5.5l-26.703124 52.800781-52.796876 26.699219c-3.539062 1.8125-5.6875 5.527344-5.5 9.5l3.296876 59.300781-32.699219 49.5c-2.199219 3.335938-2.199219 7.660157 0 11l32.601562 49.597657-3.300781 59.300781c-.230469 3.980469 1.929688 7.71875 5.5 9.5l52.800781 26.699219 26.699219 52.800781c1.8125 3.539062 5.527344 5.6875 9.5 5.5l59.300781-3.300781 49.5 32.699219c3.316407 2.269531 7.683594 2.269531 11 0l49.5-32.699219 59.300781 3.300781c3.980469.230469 7.714844-1.933594 9.5-5.5l26.699219-52.800781 52.800781-26.699219c3.535157-1.816406 5.6875-5.527344 5.5-9.5l-3.300781-59.300781 32.699219-49.5c2.199219-3.335938 2.199219-7.664063 0-11zm-18.601562 101.800781c-1.21875 1.789062-1.785157 3.941406-1.597657 6.101562l3.097657 56.097657-49.898438 25.199219c-1.902344.953124-3.445312 2.5-4.398438 4.402343l-25.203124 49.898438-56.097657-3.097657c-2.148437-.078124-4.269531.476563-6.101562 1.597657l-46.800781 30.902343-46.796876-30.902343c-1.625-1.097657-3.539062-1.691407-5.5-1.699219h-.5l-56.101562 3.101562-25.199219-49.902343c-.953125-1.902344-2.496093-3.445313-4.402343-4.398438l-50-25.101562 3.101562-56.097657c.078125-2.148437-.480469-4.269531-1.601562-6.101562l-30.898438-46.800781 30.898438-46.800781c1.222656-1.785157 1.789062-3.941407 1.601562-6.097657l-3.101562-56.101562 49.902343-25.199219c1.902344-.953125 3.445313-2.496094 4.398438-4.398438l25.199219-49.902343 56.101562 3.101562c2.144531.074219 4.265625-.480469 6.101562-1.601562l46.796876-30.898438 46.800781 30.898438c1.789062 1.222656 3.945312 1.789062 6.101562 1.601562l56.097657-3.101562 25.203124 49.902343c.953126 1.902344 2.496094 3.445313 4.398438 4.398438l49.898438 25.199219-3.097657 56.101562c-.078125 2.144531.480469 4.265625 1.597657 6.097657l30.902343 46.800781zm0 0"/></svg></div> <div class="content"> <span class="title">Referenzen</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-2ef88da elementor-align-justify elementor-widget elementor-widget-button" data-id="2ef88da" 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/de-de/produktberater/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-icon"> <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" height="512" viewBox="0 0 512 512" width="512"><g><path d="m460.874 124.476h-105.135c1.601-7.173 2.452-14.626 2.452-22.275 0-56.348-45.843-102.191-102.191-102.191-17.492 0-34.756 4.498-49.926 13.007-8.457 4.744-1.117 17.83 7.338 13.082 12.934-7.254 27.66-11.089 42.588-11.089 48.077 0 87.191 39.114 87.191 87.191 0 19.772-6.62 38.025-17.753 52.667-10.635-14.661-24.907-25.403-41.106-31.191 9.597-8.086 15.71-20.182 15.71-33.684 0-24.286-19.758-44.043-44.043-44.043-24.286 0-44.043 19.758-44.043 44.043 0 13.471 6.086 25.542 15.645 33.628-16.464 5.781-30.92 16.523-41.266 30.949-10.997-14.592-17.525-32.732-17.525-52.369 0-19.017 6.012-37.085 17.385-52.252 5.818-7.759-6.182-16.756-12.001-8.999-13.335 17.784-20.384 38.964-20.384 61.251 0 7.649.851 15.102 2.452 22.275h-105.136c-28.191 0-51.126 23-51.126 51.271v208.886c0 28.271 22.935 51.27 51.126 51.27h14.451v68.608c0 6.291 7.641 9.9 12.476 5.611l83.694-74.219h225.936c9.697 0 9.697-15 0-15h-228.782c-1.834 0-3.604.672-4.976 1.889l-73.348 65.044v-59.433c0-4.142-3.358-7.5-7.5-7.5h-21.951c-19.92 0-36.126-16.271-36.126-36.27v-208.886c0-20 16.206-36.271 36.126-36.271h109.722c4.794 12.196 11.872 23.251 20.698 32.644.077.089.138.187.22.273 19.517 20.634 45.88 31.998 74.233 31.998 28.255 0 54.556-11.298 74.058-31.813.074-.078.13-.168.201-.249 8.918-9.438 16.064-20.568 20.893-32.854h109.722c19.92 0 36.126 16.271 36.126 36.271v208.886c0 20-16.206 36.27-36.126 36.27h-28.873c-9.697 0-9.697 15 0 15h28.873c28.191 0 51.126-23 51.126-51.27v-208.885c.001-28.271-22.934-51.271-51.125-51.271zm-233.919-34.482c0-16.015 13.029-29.043 29.043-29.043s29.043 13.029 29.043 29.043c0 14.92-11.31 27.243-25.806 28.859-1.076-.041-2.154-.066-3.237-.066-1.084 0-2.164.025-3.242.066-14.493-1.619-25.801-13.941-25.801-28.859zm25.509 43.889c25.983 2.075 47.357 9.478 62.632 32.365-33.197 30.654-85.285 30.616-118.435-.226 12.359-19.033 33.09-31.008 55.803-32.139z"></path><path d="m87.831 242.315h336.338c9.697 0 9.697-15 0-15h-336.338c-9.697 0-9.697 15 0 15z"></path><path d="m431.669 285.505c0-4.142-3.358-7.5-7.5-7.5h-336.338c-9.697 0-9.697 15 0 15h336.338c4.142 0 7.5-3.358 7.5-7.5z"></path><path d="m87.831 328.695c-9.697 0-9.697 15 0 15h201.829c9.697 0 9.697-15 0-15z"></path></g></svg> </span> <span class="elementor-button-text">Produktberater</span> </span> </a> </div> </div> </div> <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/de-de/froeling-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">Fröling 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/de-de/wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js?ao_version=3.1.12'></script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/www.froeling.com\/de-de\/wp-admin\/admin-ajax.php","nonce":"d6d6e15792","urls":{"assets":"https:\/\/www.froeling.com\/de-de\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/www.froeling.com\/de-de\/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":"de_DE","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/www.froeling.com\/de-de\/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":"Auf Facebook teilen","shareOnTwitter":"Auf Twitter teilen","pinIt":"Anheften","download":"Download","downloadImage":"Bild downloaden","fullscreen":"Vollbild","zoom":"Zoom","share":"Teilen","playVideo":"Video abspielen","previous":"Zur\u00fcck","next":"Weiter","close":"Schlie\u00dfen","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":"Breitbild","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\/de-de\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/www.froeling.com\/de-de\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/www.froeling.com\/de-de\/wp-content\/uploads\/sites\/7"},"nonces":{"floatingButtonsClickTracking":"1ad7878686"},"swiperClass":"swiper","settings":{"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":0,"title":"News &amp; Neuigkeiten im Bereich Biomasseheizsysteme - Fr\u00f6ling","excerpt":""}}; </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">Produkte</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/de-de/produkte/scheitholz/">Scheitholzkessel</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/de-de/produkte/pellets/">Pelletskessel</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/de-de/produkte/hackgut/">Hackgutanlage</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/de-de/produkte/kombikessel/">Kombikessel</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/de-de/produkte/industrieheizung/">Industrieheizung</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/de-de/produkte/waerme-und-strom/">Wärme und Strom</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/de-de/produkte/speichersysteme/">Speichersysteme</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> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5334"><a href="https://www.froeling.com/de-de/referenzen/">Referenzen</a><span class="mobile-nav__icon"><svg height="479pt" viewBox="0 0 479 479.84995" width="479pt" xmlns="http://www.w3.org/2000/svg"><path d="m293.773438 195.351562-72.097657 68.097657-34.601562-35.597657c-3.835938-3.949218-10.152344-4.039062-14.097657-.203124-3.949218 3.839843-4.039062 10.152343-.203124 14.101562l41.5 42.601562c3.855468 3.878907 10.085937 4.011719 14.101562.296876l79.300781-74.796876c1.925781-1.816406 3.050781-4.324218 3.125-6.96875.074219-2.644531-.90625-5.210937-2.726562-7.132812-3.859375-4.011719-10.222657-4.1875-14.300781-.398438zm0 0"/><path d="m240.273438 90.550781c-82.398438 0-149.398438 67-149.398438 149.398438 0 82.402343 67 149.402343 149.398438 149.402343 82.402343 0 149.402343-67 149.402343-149.402343 0-82.398438-67-149.398438-149.402343-149.398438zm0 278.800781c-71.398438 0-129.398438-58.101562-129.398438-129.402343s58-129.398438 129.398438-129.398438c71.46875 0 129.402343 57.933594 129.402343 129.398438 0 71.464843-57.933593 129.402343-129.402343 129.402343zm0 0"/><path d="m445.875 184.949219 3.300781-59.300781c.230469-3.980469-1.933593-7.71875-5.5-9.5l-52.800781-26.699219-26.699219-52.800781c-1.816406-3.535157-5.53125-5.6875-9.5-5.5l-59.402343 3.203124-49.5-32.703124c-3.335938-2.199219-7.660157-2.199219-11 0l-49.5 32.703124-59.296876-3.300781c-3.984374-.234375-7.71875 1.929688-9.5 5.5l-26.703124 52.800781-52.796876 26.699219c-3.539062 1.8125-5.6875 5.527344-5.5 9.5l3.296876 59.300781-32.699219 49.5c-2.199219 3.335938-2.199219 7.660157 0 11l32.601562 49.597657-3.300781 59.300781c-.230469 3.980469 1.929688 7.71875 5.5 9.5l52.800781 26.699219 26.699219 52.800781c1.8125 3.539062 5.527344 5.6875 9.5 5.5l59.300781-3.300781 49.5 32.699219c3.316407 2.269531 7.683594 2.269531 11 0l49.5-32.699219 59.300781 3.300781c3.980469.230469 7.714844-1.933594 9.5-5.5l26.699219-52.800781 52.800781-26.699219c3.535157-1.816406 5.6875-5.527344 5.5-9.5l-3.300781-59.300781 32.699219-49.5c2.199219-3.335938 2.199219-7.664063 0-11zm-18.601562 101.800781c-1.21875 1.789062-1.785157 3.941406-1.597657 6.101562l3.097657 56.097657-49.898438 25.199219c-1.902344.953124-3.445312 2.5-4.398438 4.402343l-25.203124 49.898438-56.097657-3.097657c-2.148437-.078124-4.269531.476563-6.101562 1.597657l-46.800781 30.902343-46.796876-30.902343c-1.625-1.097657-3.539062-1.691407-5.5-1.699219h-.5l-56.101562 3.101562-25.199219-49.902343c-.953125-1.902344-2.496093-3.445313-4.402343-4.398438l-50-25.101562 3.101562-56.097657c.078125-2.148437-.480469-4.269531-1.601562-6.101562l-30.898438-46.800781 30.898438-46.800781c1.222656-1.785157 1.789062-3.941407 1.601562-6.097657l-3.101562-56.101562 49.902343-25.199219c1.902344-.953125 3.445313-2.496094 4.398438-4.398438l25.199219-49.902343 56.101562 3.101562c2.144531.074219 4.265625-.480469 6.101562-1.601562l46.796876-30.898438 46.800781 30.898438c1.789062 1.222656 3.945312 1.789062 6.101562 1.601562l56.097657-3.101562 25.203124 49.902343c.953126 1.902344 2.496094 3.445313 4.398438 4.398438l49.898438 25.199219-3.097657 56.101562c-.078125 2.144531.480469 4.265625 1.597657 6.097657l30.902343 46.800781zm0 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-4144"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/" data-show-popup="348">Heizen mit Biomasse</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/de-de/heizen-mit-biomasse/brennstoff-holz/">Brennstoff Holz</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/de-de/heizen-mit-biomasse/warum-biomasse/">Warum Biomasse?</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"> <style type="text/css"> .st0{fill:rgb(0,0,0);} </style> <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> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4221"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/foerderungen/">Förderungen</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 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"> <g> <g> <path d="M422.503,270.613c-4.115,0-7.451,3.336-7.451,7.451c0,5.217-4.244,9.461-9.461,9.461c-5.216,0-9.461-4.244-9.461-9.461 c0-4.116-3.336-7.451-7.451-7.451s-7.451,3.336-7.451,7.451c0,13.434,10.93,24.363,24.363,24.363 c13.433,0,24.363-10.93,24.363-24.363C429.954,273.947,426.618,270.613,422.503,270.613z"/> </g> </g> <g> <g> <path d="M492.444,271.83l-20.972-6.718c-2.686-0.861-4.803-3.005-5.662-5.736c-4.42-14.053-11.09-27.246-19.825-39.214 c-3.981-5.455-8.408-10.664-13.244-15.623c3.094-13.573,4.776-28.934,4.558-42.205c-0.312-18.985-4.106-30.12-11.598-34.044 c-4.035-2.116-16.315-8.544-82.782,21.882c-1.574,0.72-3.044,1.607-4.405,2.623c-4.481-1.204-9.061-2.318-13.669-3.318 c-0.555-0.121-1.127-0.228-1.686-0.346c5.386-11.766,8.531-24.545,9.122-37.737c0.184-4.112-2.999-7.594-7.111-7.777 c-4.101-0.204-7.594,2.998-7.777,7.11c-0.971,21.691-9.969,42.1-25.335,57.467c-9.181,9.181-19.931,15.85-31.388,20.05 c-19.869-2.788-40.107-2.788-59.976,0c-11.458-4.2-22.207-10.869-31.388-20.05c-16.394-16.394-25.423-38.191-25.423-61.376 c0-23.186,9.029-44.982,25.423-61.376c16.394-16.395,38.192-25.424,61.376-25.424c23.184,0,44.982,9.029,61.376,25.424 c6.588,6.588,12.032,14.106,16.181,22.343c1.851,3.676,6.332,5.156,10.007,3.304c3.676-1.85,5.155-6.331,3.304-10.006 c-4.863-9.659-11.24-18.466-18.953-26.18c-19.209-19.209-44.749-29.788-71.914-29.788c-27.165,0-52.705,10.579-71.914,29.788 c-19.209,19.21-29.788,44.749-29.788,71.914s10.579,52.705,29.788,71.914c5.541,5.541,11.569,10.306,17.945,14.298 c0.002,0,0.004-0.001,0.006-0.001c-4.633,1.204-9.231,2.556-13.778,4.076c-3.903,1.305-6.009,5.526-4.704,9.43 c1.304,3.903,5.527,6.009,9.429,4.705c40.636-13.585,85.396-13.585,126.032,0c0.784,0.262,1.58,0.386,2.363,0.386 c3.117,0,6.023-1.972,7.066-5.091c1.305-3.903-0.801-8.125-4.704-9.43c-4.547-1.52-9.145-2.873-13.778-4.076 c0.002,0,0.004,0.001,0.006,0.001c6.377-3.992,12.404-8.757,17.945-14.298c4.902-4.902,9.229-10.255,12.986-15.944 c2.054,0.399,4.093,0.817,6.102,1.253c2.676,0.581,5.34,1.205,7.98,1.86c-0.083,0.324-0.168,0.647-0.237,0.976 c-3.634,17.245-3.398,32.497,0.701,45.33c3.684,11.535,10.333,20.88,19.76,27.777c11.111,8.128,24.525,11.639,36.676,11.639 c9.145,0,17.576-1.99,23.768-5.497c7.004-3.967,12.872-12.326,17.517-24.876c2.147,2.506,4.182,5.073,6.1,7.701 c7.777,10.654,13.714,22.396,17.646,34.898c2.309,7.343,8.041,13.121,15.332,15.458l20.972,6.718 c5.503,1.763,9.2,6.828,9.2,12.606v34.775c0,5.778-3.697,10.843-9.2,12.606l-33.789,10.823 c-5.406,1.733-9.981,5.448-12.882,10.462c-13.275,22.942-34.146,41.927-62.037,56.428c-3.222,1.677-5.454,4.676-6.126,8.23 l-10.822,57.303c-0.299,1.579-1.682,2.724-3.289,2.724h-35.187c-1.607,0-2.99-1.146-3.289-2.724l-5.994-31.669 c-1.18-6.231-7.024-10.37-13.314-9.417c-15.157,2.292-30.775,3.453-46.418,3.453c-11.638,0-23.127-0.649-34.15-1.93 c-6.095-0.701-11.773,3.454-12.912,9.472l-5.696,30.091c-0.299,1.579-1.682,2.724-3.289,2.724h-35.187 c-1.607,0-2.99-1.146-3.293-2.748l-10.42-54.122c-0.671-3.487-2.861-6.452-6.012-8.135C96.25,401.595,71.12,359.191,71.12,304.351 c0-27.708,6.062-52.209,18.017-72.825c11.156-19.239,27.45-35.146,48.429-47.281c3.562-2.061,4.779-6.619,2.719-10.182 c-2.06-3.562-6.618-4.777-10.181-2.719C89.425,194.876,64.89,231.18,58.135,277.29v-0.001c-0.717-0.065-1.435-0.127-2.15-0.201 c0.13-4.975-0.77-9.995-2.73-14.867c-4.323-10.746-13.203-18.502-22.624-19.759c-7.424-0.994-14.489,2.158-19.392,8.636 c-7.109,9.394-5.95,16.828-3.727,21.41c3.753,7.733,13.4,13.203,29.409,16.642c-0.44,0.659-0.924,1.321-1.454,1.986 c-9.459,11.863-20.603,14.486-27.839,14.733C3.392,306.012,0,309.413,0,313.652v0.036c0,4.181,3.299,7.591,7.476,7.782 c0.535,0.025,1.094,0.038,1.676,0.038c9.156,0,23.851-3.377,37.969-21.08c2.229-2.794,4.045-5.742,5.441-8.788 c1.406,0.159,2.757,0.295,4.051,0.415c0-0.003,0-0.005,0.001-0.008c-0.254,4.038-0.395,8.135-0.395,12.304 c0,31.028,7.397,58.693,21.984,82.23c13.45,21.7,32.707,39.468,57.255,52.83l10.13,52.616c1.629,8.608,9.17,14.856,17.931,14.856 h35.187c8.761,0,16.302-6.248,17.931-14.856l5.15-27.208c10.696,1.133,21.77,1.707,32.965,1.707c15.36,0,30.702-1.07,45.654-3.182 l5.429,28.685c1.63,8.608,9.171,14.855,17.931,14.855h35.187c8.761,0,16.302-6.248,17.932-14.859l10.537-55.791 c29.768-15.741,52.206-36.419,66.704-61.475c1.045-1.806,2.654-3.131,4.53-3.732l33.788-10.823 C504.141,356.455,512,345.686,512,333.403v-34.775C512,286.346,504.141,275.577,492.444,271.83z M421.278,183.273 c-2.868,24.526-10.561,45.506-18.291,49.884c-8.786,4.977-29.071,5.938-44.301-5.203c-15.248-11.154-20.323-31.212-14.678-58.006 c0-0.001,0-0.001,0-0.001c0.567-2.691,2.479-5.019,5.114-6.225c37.304-17.076,58.811-22.661,66.801-22.661 c1.206,0,2.104,0.127,2.702,0.361C421.025,143.98,424.173,158.521,421.278,183.273z M20.921,266.001 c-0.771-1.59,1.049-4.385,2.203-5.911c1.829-2.416,3.514-2.91,4.787-2.91c0.269,0,0.52,0.022,0.75,0.053 c3.426,0.457,8.226,4.227,10.769,10.548c0.599,1.488,1.377,3.953,1.559,7.027C30.674,272.671,22.66,269.59,20.921,266.001z"/> </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-4241"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/berechnunsprogramme/">Berechnungsprogramme</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"><path d="m19.5 24h-15c-1.378 0-2.5-1.122-2.5-2.5v-19c0-1.378 1.122-2.5 2.5-2.5h15c1.378 0 2.5 1.122 2.5 2.5v19c0 1.378-1.122 2.5-2.5 2.5zm-15-23c-.827 0-1.5.673-1.5 1.5v19c0 .827.673 1.5 1.5 1.5h15c.827 0 1.5-.673 1.5-1.5v-19c0-.827-.673-1.5-1.5-1.5z"/><path d="m17.5 8h-11c-.827 0-1.5-.673-1.5-1.5v-2c0-.827.673-1.5 1.5-1.5h11c.827 0 1.5.673 1.5 1.5v2c0 .827-.673 1.5-1.5 1.5zm-11-4c-.276 0-.5.224-.5.5v2c0 .276.224.5.5.5h11c.276 0 .5-.224.5-.5v-2c0-.276-.224-.5-.5-.5z"/><path d="m8 14c-.276 0-.5-.224-.5-.5v-3c0-.276.224-.5.5-.5s.5.224.5.5v3c0 .276-.224.5-.5.5z"/><path d="m9.5 12.5h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 12.5h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 17h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m17.5 20h-3c-.276 0-.5-.224-.5-.5s.224-.5.5-.5h3c.276 0 .5.224.5.5s-.224.5-.5.5z"/><path d="m6.5 20c-.128 0-.256-.049-.354-.146-.195-.195-.195-.512 0-.707l3-3c.195-.195.512-.195.707 0s.195.512 0 .707l-3 3c-.097.097-.225.146-.353.146z"/><path d="m9.5 20c-.128 0-.256-.049-.354-.146l-3-3c-.195-.195-.195-.512 0-.707s.512-.195.707 0l3 3c.195.195.195.512 0 .707-.097.097-.225.146-.353.146z"/></svg></span></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4273"><a href="https://www.froeling.com/de-de/heizen-mit-biomasse/faq/">FAQ</a><span class="mobile-nav__icon"><svg id="Layer_1" enable-background="new 0 0 512 512" height="512" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><path id="XMLID_347_" d="m222.4 154.5c0 26.6-18.1 37.6-30.1 44.8-5.4 3.3-10.9 6.6-10.9 9.1v7.1c0 4.4-3.6 8-8 8s-8-3.6-8-8v-7.1c0-11.6 9.9-17.5 18.7-22.8 11.5-7 22.4-13.5 22.4-31.1 0-18.2-14.8-33.1-33.1-33.1-18.2 0-33.1 14.8-33.1 33.1 0 4.4-3.6 8-8 8s-8-3.6-8-8c0-27.1 22-49.1 49.1-49.1 26.9 0 49 22 49 49.1z"/><path id="XMLID_346_" d="m181.8 243.5c0 4.7-3.8 8.5-8.5 8.5s-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5 8.5 3.9 8.5 8.5z"/><path id="XMLID_389_" d="m410 393.7c0 4.4-3.6 8-8 8h-144c-4.4 0-8-3.6-8-8s3.6-8 8-8h144c4.4 0 8 3.5 8 8z"/><path id="XMLID_367_" d="m410 330c0 4.4-3.6 8-8 8h-144c-4.4 0-8-3.6-8-8s3.6-8 8-8h144c4.4 0 8 3.6 8 8z"/><path id="XMLID_620_" d="m471.3 400.7c10.9-21.8 16.7-46.2 16.7-70.7 0-41.8-16.2-81.3-45.6-111-27.6-27.9-63.8-44.3-102.7-46.7-5-82.6-73.8-148.3-157.7-148.3-87.1 0-158 70.9-158 158 0 24.5 5.8 48.9 16.7 70.7l-16.5 77.7c-.6 2.7.3 5.4 2.2 7.3 1.5 1.5 3.6 2.3 5.7 2.3.5 0 1.1-.1 1.7-.2l77.7-16.5c18.9 9.5 39.8 15 61 16.4 2.3 38.9 18.8 75.1 46.7 102.7 29.8 29.4 69.2 45.6 111 45.6 24.5 0 48.9-5.8 70.7-16.7l77.7 16.5c.5.1 1.1.2 1.7.2 2.1 0 4.1-.8 5.7-2.3 1.9-1.9 2.7-4.7 2.2-7.3zm-355.1-92.9c-1.2-.6-2.4-.9-3.7-.9-.5 0-1.1.1-1.7.2l-68.4 14.5 14.5-68.4c.4-1.8.1-3.7-.7-5.4-10.6-20.1-16.2-42.9-16.2-65.8 0-78.3 63.7-142 142-142s142 63.7 142 142-63.7 142-142 142c-22.9 0-45.7-5.6-65.8-16.2zm285.3 147.3c-1.9-.5-3.9-.2-5.6.7-20.2 10.6-43 16.2-65.9 16.2-74.6 0-136.5-58.6-141.7-132.1 50.1-2 94.2-27.4 121.8-65.5h91.9c4.4 0 8-3.6 8-8s-3.6-8-8-8h-81.7c11.6-20.9 18.6-44.7 19.6-70 73.6 5.1 132.1 67 132.1 141.6 0 22.9-5.6 45.7-16.2 65.8-.9 1.8-1.1 3.8-.7 5.6l14.5 68.2z"/></svg></span></li> </ul> </li> <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-80 current_page_item current_page_parent menu-item-88"><a href="https://www.froeling.com/de-de/neuigkeiten/" aria-current="page">Neuigkeiten</a></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/de-de/unternehmen/" data-show-popup="4274">Unternehmen</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/de-de/unternehmen/leitbild/">Leitbild</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-4281"><a href="https://www.froeling.com/de-de/unternehmen/karriere/">Karriere</a><span class="mobile-nav__icon"><?xml version="1.0" encoding="UTF-8"?> <svg id="svg3696" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 682.67 682.67"> <g> <path d="m449.33,280h-53.33c-45.54,0-83,35.31-86.41,80h226.16c-3.42-44.69-40.87-80-86.41-80Z" fill="none"/> <circle cx="422.67" cy="180" r="60" fill="none"/> <path d="m495.32,248.64c16.94-17.92,27.35-42.09,27.35-68.64,0-55.14-44.86-100-100-100s-100,44.86-100,100c0,26.55,10.41,50.72,27.35,68.64-47.18,18.44-80.68,64.39-80.68,118.03v13.33c0,11.05,8.95,20,20,20h266.67c11.05,0,20-8.95,20-20v-13.33c0-53.63-33.51-99.58-80.68-118.02Zm-72.65-128.64c33.08,0,60,26.92,60,60s-26.92,60-60,60-60-26.92-60-60,26.92-60,60-60Zm-113.08,240c3.42-44.69,40.87-80,86.41-80h53.33c45.54,0,83,35.31,86.41,80h-226.16Z"/> </g> <g> <path d="m168.42,514.25s-.03-.04-.05-.06c-3.89-3.86-8.99-5.8-14.08-5.8s-10.24,1.95-14.14,5.85l-94.28,94.28c-3.78,3.78-5.86,8.8-5.86,14.14s2.08,10.36,5.86,14.14c7.8,7.8,20.49,7.8,28.29,0l94.28-94.28h0c3.78-3.78,5.86-8.8,5.86-14.14s-2.06-10.31-5.8-14.08c-.02-.02-.04-.03-.06-.05Z" fill="none"/> <path d="m578.23,104.44c-41.55-41.55-96.8-64.44-155.56-64.44s-114.01,22.88-155.56,64.44c-41.55,41.55-64.44,96.8-64.44,155.56s22.88,114.01,64.44,155.56c41.55,41.55,96.8,64.44,155.56,64.44s114.01-22.88,155.56-64.44,64.44-96.8,64.44-155.56-22.88-114.01-64.44-155.56Z" fill="none"/> <path d="m606.51,76.15C557.41,27.05,492.12,0,422.67,0s-134.74,27.04-183.85,76.15c-49.11,49.11-76.15,114.4-76.15,183.85,0,62.74,22.08,122.08,62.55,169.17l-45.08,45.08c-22.3-10.62-49.84-6.73-68.28,11.71l-94.28,94.28C6.24,591.57,0,606.64,0,622.67s6.24,31.09,17.57,42.43c11.7,11.7,27.06,17.54,42.43,17.54s30.73-5.85,42.43-17.54l94.28-94.28c11.33-11.33,17.57-26.4,17.57-42.43,0-9.11-2.02-17.9-5.84-25.88l45.06-45.06c47.09,40.47,106.43,62.55,169.17,62.55,69.45,0,134.74-27.04,183.85-76.15s76.15-114.4,76.15-183.85-27.04-134.74-76.15-183.85Zm-438.09,466.38h0s-94.28,94.28-94.28,94.28c-7.8,7.8-20.49,7.8-28.29,0-3.78-3.78-5.86-8.8-5.86-14.14s2.08-10.36,5.86-14.14l94.28-94.28c3.9-3.9,9.02-5.85,14.14-5.85s10.19,1.93,14.08,5.8c.02.02.03.04.05.06s.04.03.06.05c3.74,3.77,5.8,8.77,5.8,14.08s-2.08,10.36-5.86,14.14Zm409.81-126.96c-41.55,41.55-96.8,64.44-155.56,64.44s-114.01-22.88-155.56-64.44c-41.55-41.55-64.44-96.8-64.44-155.56s22.88-114.01,64.44-155.56c41.55-41.55,96.8-64.44,155.56-64.44s114.01,22.88,155.56,64.44,64.44,96.8,64.44,155.56-22.88,114.01-64.44,155.56Z"/> </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/de-de/unternehmen/auszeichnungen/">Auszeichnungen</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/de-de/unternehmen/geschichte/">Geschichte</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> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4332"><a href="https://www.froeling.com/de-de/unternehmen/einkauf/">Einkauf</a><span class="mobile-nav__icon"><svg height="512pt" viewBox="0 -32 512 512" width="512pt" xmlns="http://www.w3.org/2000/svg"><path d="m87.585938 104.101562c-4.144532 0-7.507813 3.359376-7.507813 7.507813v32.03125c0 4.148437 3.363281 7.507813 7.507813 7.507813h96.09375c4.144531 0 7.507812-3.359376 7.507812-7.507813v-32.03125c0-4.148437-3.363281-7.507813-7.507812-7.507813zm88.585937 32.03125h-81.078125v-17.015624h81.078125zm0 0"/><path d="m214.476562 295.1875c.410157.066406.820313.101562 1.234376.101562.695312 0 1.390624-.097656 2.0625-.289062l56.054687-16.015625c.445313-.128906.878906-.296875 1.296875-.503906l48.046875-24.023438c2.542969-1.273437 4.148437-3.871093 4.148437-6.714843 0-5.746094-2.320312-13.191407-8.007812-18.152344v-138.332032c0-4.148437-3.359375-7.507812-7.507812-7.507812-4.144532 0-7.507813 3.359375-7.507813 7.507812v132.972657c-.167969 0-.328125-.011719-.5-.011719-15.539063 0-35.667969 11.855469-42.253906 16.015625h-35.191407l-21.269531-17.015625h34.652344c4.144531 0 7.507813-3.359375 7.507813-7.507812v-16.015626c0-12.972656-10.554688-23.523437-23.523438-23.523437h-72.070312c-1.992188 0-3.902344.789063-5.308594 2.199219l-29.832032 29.832031h-13.40625v-.5c0-4.148437-3.363281-7.507813-7.507812-7.507813h-32.53125v-185.179687h89.085938v56.554687c0 5.035157 5.097656 8.714844 9.882812 7.121094l21.648438-7.214844 21.648437 7.214844c4.785156 1.59375 9.882813-2.085937 9.882813-7.121094v-56.554687h89.085937v40.207031c0 4.144532 3.359375 7.503906 7.507813 7.503906 4.148437 0 7.507812-3.359374 7.507812-7.503906v-47.714844c0-4.148437-3.359375-7.507812-7.507812-7.507812h-256.25c-4.144532 0-7.507813 3.359375-7.507813 7.507812v192.6875h-40.539063c-4.148437 0-7.507812 3.359376-7.507812 7.507813s3.359375 7.507813 7.507812 7.507813h80.578126v65.0625h-80.578126c-4.148437 0-7.507812 3.359374-7.507812 7.507812s3.359375 7.507812 7.507812 7.507812h88.085938c4.144531 0 7.507812-3.359374 7.507812-7.507812v-8.507812h15.890626zm-14.28125-280.171875v46.140625l-14.140624-4.714844c-1.53125-.511718-3.21875-.511718-4.75 0l-14.140626 4.714844v-46.140625zm-97.09375 208.203125h16.515626c1.972656 0 3.90625-.8125 5.308593-2.199219l29.832031-29.832031h68.960938c4.691406 0 8.507812 3.816406 8.507812 8.507812v8.507813h-48.546874c-3.09375 0-5.914063 1.976563-7.015626 4.851563-1.136718 2.972656-.191406 6.542968 2.324219 8.519531l40.039063 32.03125c1.332031 1.0625 2.988281 1.644531 4.691406 1.644531h40.039062c1.480469 0 2.929688-.4375 4.164063-1.261719 6.15625-4.105469 24.601563-14.753906 35.875-14.753906 4.429687 0 6.597656 2.023437 7.628906 4.308594l-42.394531 21.195312-53.753906 15.359375-94.425782-15.738281c-.074218-.011719-.144531-.015625-.214843-.023437-.136719-.019532-.269531-.035157-.402344-.046876-.132813-.011718-.265625-.015624-.394531-.019531-.074219-.003906-.148438-.011719-.222656-.011719h-16.515626zm0 0"/><path d="m503.992188 415.90625h-80.078126c-.085937 0-.167968.011719-.253906.011719-.132812.003906-.265625.011719-.398437.019531-.148438.015625-.292969.03125-.4375.050781-.078125.011719-.152344.015625-.226563.027344l-94.3125 15.71875-53.605468-15.316406-41.914063-20.957031c1.074219-2.03125 3.144531-3.578126 6.96875-3.578126 11.105469 0 29.464844 10.59375 35.597656 14.671876 1.3125.875 2.859375 1.34375 4.441407 1.34375h40.039062c1.121094 0 2.230469-.234376 3.253906-.691407l71.925782-31.964843c3.480468-1.492188 5.511718-5.332032 4.722656-9.046876-.785156-3.707031-4.210938-6.417968-8.003906-6.34375h-39.867188v-8.007812c0-4.414062 3.59375-8.007812 8.007812-8.007812h68.753907l29.683593 29.6875c1.492188 1.480468 3.5625 2.34375 5.664063 2.34375h40.039063c4.421874 0 8.007812-3.585938 8.007812-8.007813s-3.585938-8.007813-8.007812-8.007813h-36.722657l-29.683593-29.683593c-1.503907-1.503907-3.539063-2.347657-5.664063-2.347657h-72.070313c-13.246093 0-24.023437 10.777344-24.023437 24.023438v16.015625c0 4.421875 3.585937 8.007813 8.007813 8.007813h10.3125l-2.757813 1.226562h-21.210937c-6.746094-4.25-26.828126-16.015625-42.398438-16.015625-15.902344 0-22.664062 11.695313-23.832031 21.074219-7.738281-3.414063-16.527344-6.285156-24.214844-6.285156-17.625 0-24.023437 14.367187-24.023437 24.023437 0 3.035156 1.714843 5.804687 4.425781 7.164063l48.046875 24.023437c.441406.222656.90625.398437 1.382812.535156l56.054688 16.015625c.71875.207032 1.457031.308594 2.199218.308594.4375 0 .878907-.035156 1.316407-.105469l95.441406-15.910156h79.414063c4.421874 0 8.007812-3.585937 8.007812-8.007813 0-4.421874-3.585938-8.007812-8.007812-8.007812zm-223.0625-35.230469c.886718-1.773437 2.390624-3.582031 6.851562-3.582031 10.058594 0 26.066406 8.6875 33.554688 13.359375l-3.222657 1.429687h-17.007812c-.738281-1.046874-1.734375-1.933593-2.960938-2.546874l-17.238281-8.617188c.007812-.015625.015625-.03125.023438-.042969zm0 0"/></svg></span></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4282"><a href="https://www.froeling.com/de-de/unternehmen/froeling-akademie/">Fröling Akademie</a><span class="mobile-nav__icon"><svg id="Image" height="512" viewBox="0 0 64 64" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m62.371 18.071-30-12a1 1 0 0 0 -.742 0l-30 12a1 1 0 0 0 0 1.858l30 12a1 1 0 0 0 .742 0l17.134-6.854a1 1 0 0 0 -.742-1.857l-16.763 6.705-27.308-10.923 27.308-10.923 27.308 10.923-2.679 1.071a1 1 0 1 0 .742 1.858l5-2a1 1 0 0 0 0-1.858z"/><path d="m49 27a1 1 0 0 0 -1 1v11.512a26.092 26.092 0 0 1 -32 0v-11.512a1 1 0 0 0 -2 0v12a1 1 0 0 0 .378.783 28.11 28.11 0 0 0 35.244 0 1 1 0 0 0 .378-.783v-12a1 1 0 0 0 -1-1z"/><path d="m55 37.2v-15a1 1 0 0 0 -.812-.982l-22-4.2a1 1 0 1 0 -.376 1.964l21.188 4.045v14.173c-2.229.855-2.392 3.729-1.524 5.952l-1.469 12.734a1 1 0 0 0 .4.916 6 6 0 0 0 7.2 0 1 1 0 0 0 .4-.916l-1.483-12.735c.868-2.224.704-5.097-1.524-5.951zm-1 1.8c1.229 0 1.1 1.96.757 3.134a4.628 4.628 0 0 1 -1.513 0c-.344-1.175-.473-3.134.756-3.134zm-1.936 16.5 1.308-11.339a4.675 4.675 0 0 0 1.256 0l1.308 11.339a4.055 4.055 0 0 1 -3.872 0z"/></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/de-de/kontakt/" data-show-popup="4301">Kontakt</a> <ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4336"><a href="https://www.froeling.com/de-de/kontakt/gebietsvertreter/">Gebietsvertreter</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> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4309"><a href="https://www.froeling.com/de-de/kontakt/information-beratung-anfordern/">Information/Beratung anfordern</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-4331"><a href="https://www.froeling.com/de-de/unternehmen/messetermine/">Messetermine</a><span class="mobile-nav__icon"><svg clip-rule="evenodd" fill-rule="evenodd" height="512" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 512 512" width="512" xmlns="http://www.w3.org/2000/svg"><g id="Layer_x0020_1"><g id="_565035760"><g><g><path d="m435 299c-1 0-2-1-3-1-1-1-3-2-4-4l-65-158c0-1 0-3 0-5 1-2 3-3 4-4l67-27c4-1 8 0 9 4l68 156c1 2 1 4 0 5 0 2-2 3-3 4l-70 29c-1 0-2 1-3 1zm-56-161 60 145 57-24-63-143z"/></g><g><path d="m395 336s0 0-1 0c-7 0-14-3-19-9-3-3-3-7 0-10 3-2 8-2 10 1 3 3 6 4 10 4 4 1 8-1 11-4 5-6 5-15 0-22-3-2-6-6-10-10-12-12-32-33-39-37-30-15-60-31-90-48-2 1-3 2-4 2-4 2-7 3-8 4s-2 4-4 8c-1 1-2 3-3 6-4 9-12 14-23 15-11 0-22-5-28-14-5-8-5-18 1-28l14-26c5-7 14-15 19-19 26-21 43-14 46-13 6 3 56 25 68 30 2 0 9-4 25-13 1 0 2-1 2-1 6-4 10 2 10 2 2 3 2 7-2 10h-1c-1 0-1 1-2 1-27 16-31 16-35 16 0-1-1-1-1-1-3-1-43-19-70-31-1 0-13-4-32 11-7 6-12 11-15 15l-14 26c-3 5-3 10-1 14 3 4 10 7 16 7 3 0 8-2 11-7 1-2 2-4 2-6 6-12 7-13 20-19 1-1 4-1 6-3 2-1 4 0 6 1 31 17 63 33 93 48v1c9 4 25 20 43 39 4 4 7 8 10 11 11 12 10 30 0 41-6 5-13 8-21 8zm-23-184 4 6z"/></g><g><path d="m167 191c-1 0-2-1-3-1l-26-13c-4-2-5-6-3-9 1-4 6-5 9-4l20 10c10-18 22-29 37-32 20-5 36 7 37 7 3 2 4 7 2 10-3 3-7 4-10 1 0 0-12-8-26-5-12 3-22 14-31 32-1 1-2 3-4 3-1 1-1 1-2 1z"/></g><g><path d="m400 287c-3 0-5-2-6-4-2-4-1-8 3-10l25-13c3-1 7 0 9 3 2 4 1 8-3 10l-25 13c-1 0-2 1-3 1z"/></g><g><path d="m74 304c-1 0-2-1-3-1l-67-35c-2-1-3-3-4-4 0-2 0-4 1-6l81-151c1-1 2-3 4-3 2-1 4 0 5 1l64 35c4 1 5 6 3 9l-78 151c-1 2-2 3-4 3-1 1-1 1-2 1zm-58-45 55 28 72-138-52-29z"/></g><g><path d="m200 402c-6 0-12-3-17-7-4-4-7-10-7-16-1-7 2-13 7-18 3-3 7-3 10 0 3 2 3 7 0 10-2 2-3 5-3 7 0 3 1 5 3 6v1c2 2 5 3 8 3 2 0 4-1 6-3l23-23s0 0 1-1 2-3 2-6c0-2-1-5-3-7-4-5-10-5-14 0-3 2-7 2-10 0-3-3-3-8 0-10 10-10 24-10 34 0 5 5 8 11 7 18 0 6-3 12-7 16l-23 23c-4 4-9 7-16 7 0 0 0 0-1 0z"/></g><g><path d="m176 378c-1 0-1 0-1 0-7 0-12-3-16-8-5-4-8-11-7-18 0-6 3-11 7-15l34-35c9-9 24-9 33-1 1 0 1 0 1 1 10 10 10 25 0 35l-34 34c-5 4-11 7-17 7zm27-66-34 35s0 0-1 0c-1 1-2 4-2 6 0 3 1 6 3 8 2 2 4 3 6 3 3 0 6-1 8-3l34-34c4-4 4-11 0-15s-11-4-14 0z"/></g><g><path d="m151 353c-6 0-12-2-17-6 0 0 0 0 0-1-9-9-9-24 0-34l29-29c5-5 11-8 17-8 7 0 13 3 18 8 9 10 8 25 0 34-3 2-7 2-10 0-3-3-3-8 0-10 3-4 3-10 0-15-2-1-5-3-8-3s-5 2-7 4l-29 28c-4 5-4 11 0 16 4 3 11 3 15-1 3-2 8-2 10 1 3 3 2 8-1 10-4 4-10 6-17 6z"/></g><g><path d="m127 329c-6 0-12-3-17-7-4-4-7-10-7-16-1-7 2-13 7-18l9-9c5-5 12-8 18-8 6 1 12 3 16 8 4 4 7 9 7 15 1 7-2 14-7 19-2 2-5 2-7 1 0 3 0 5-2 7-4 5-9 8-16 8 0 0 0 0-1 0zm9-44c-2 0-5 2-7 4l-9 9c-2 2-3 5-3 7 0 3 1 5 3 6v1c2 2 5 3 8 3 2 0 4-1 6-3s5-3 8-2c-1-2-1-5 1-7s3-5 3-8c0-2-1-4-2-6-1 0-1 0-1-1-2-1-4-2-6-3z"/></g><g><path d="m114 301c-1 0-2-1-3-1l-30-17c-4-2-5-6-3-10 2-3 6-4 9-2l30 17c4 2 5 6 3 9-1 2-4 4-6 4z"/></g><g><path d="m284 412c-8 0-15-3-21-8l-28-28c-3-3-3-8 0-10 3-3 7-3 10 0l28 28c3 3 7 5 11 4 4 0 7-1 10-4 3-3 5-7 5-12 0-3-2-7-5-9-3-3-3-7 0-10 2-3 7-3 10-1 5 5 9 12 9 20s-3 16-9 21c-5 6-12 9-19 9-1 0-1 0-1 0z"/></g><g><path d="m334 400c-7 0-15-3-21-8l-47-48c-3-3-3-8 0-10 3-3 7-3 10 0l47 48c6 5 16 5 22 0 5-6 5-16 0-21-3-3-3-8 0-10 3-3 7-3 10 0 10 10 10 29 0 40 0 1 0 1-1 1-5 5-13 8-20 8z"/></g><g><path d="m374 378c-7 0-15-3-20-8l-57-57c-3-3-3-8 0-10 3-3 7-3 10 0l57 57c5 5 15 5 21 0 3-3 5-8 5-12-1-3-2-7-5-9l-57-57c-3-3-3-8 0-10 3-3 7-3 10 0l57 57c5 5 8 11 9 19 0 8-3 16-9 22 0 0 0 0-1 0-5 5-13 8-20 8z"/></g><g><path d="m36 257c-1 0-3-1-4-1-3-2-4-7-2-10l8-13c2-3 6-4 10-2 3 2 4 6 2 9l-8 13c-1 2-4 4-6 4z"/></g><g><path d="m477 255c-3 0-5-2-6-4l-7-14c-2-4-1-8 3-10 3-1 7 0 9 3l7 14c2 4 0 8-3 10-1 0-2 1-3 1z"/></g></g></g></g></svg></span></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-4308"><a href="https://www.froeling.com/de-de/kontakt/kundendienst-anfordern/">Kundendienst anfordern</a><span class="mobile-nav__icon"><svg id="Layer_1" enable-background="new 0 0 120 120" height="512" viewBox="0 0 120 120" width="512" xmlns="http://www.w3.org/2000/svg"><g fill="rgb(0,0,0)"><path d="m19.9 62.8c-.1 1.3.3 2.5 1.1 3.5s2 1.6 3.2 1.7c1.3.1 2.6-.4 3.5-1.1l6.2-5.3 6.6-5.6c3.7 1.6 8 .9 11.1-1.7s4.4-6.9 3.4-10.8c-.1-.5-.5-.8-.9-1-.5-.1-1 0-1.3.3l-5.2 4.2c-.2.2-.5.1-.6-.1l-2.8-3.3c-.1-.1-.1-.3-.1-.3 0-.1 0-.2.2-.3l5.2-4.4c.4-.3.5-.8.5-1.3-.1-.5-.4-.9-.8-1.1-3.7-1.6-8.1-1-11.2 1.6-3.1 2.7-4.4 6.8-3.4 10.7l-12.9 11c-1.1.9-1.7 2-1.8 3.3zm3.4-1.1 13.6-11.5c.4-.4.6-1 .4-1.5-1.1-3.1-.2-6.5 2.3-8.6 1.4-1.2 3.3-1.9 5.1-1.9h.8l-3.2 2.7c-.7.6-1.1 1.4-1.1 2.2-.1.9.2 1.7.8 2.4l2.8 3.3c1.2 1.4 3.2 1.5 4.6.4l3.2-2.7c-.1 2.1-1.1 4.1-2.8 5.5-2.5 2.1-6 2.5-8.8.9-.5-.3-1.1-.2-1.6.2l-8.2 7-5.4 4.6c-.4.3-.9.5-1.4.5s-1-.3-1.3-.7-.5-.9-.5-1.4c.1-.6.3-1.1.7-1.4z"/><path d="m108.7 75.3h-.9v-7.5c0-2.5-1-4.9-2.9-6.7-1.6-1.6-3.7-2.5-5.9-2.7l-9.3-17.7c-1.2-2.5-3.9-3.6-6.1-3.6h-13.3c-2.6 0-4.9 1-6.7 2.7v-12.3c0-.8-.6-1.4-1.4-1.4h-33.7c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h32.4v52.9h-17c0 .2 0 2.1-.2 2.8h29.2c1 5.2 5.6 9.2 11.1 9.2 6.2 0 11.3-5.1 11.3-11.3s-5.1-11.2-11.3-11.2c-6 0-10.9 4.7-11.2 10.6h-9.1v-20.7h24.5c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4h-24.5v-11.9c0-3.7 3-6.7 6.7-6.7h13.2c1 0 2.9.5 3.6 2v.1l9.6 18.3c.2.5.7.9 1.3.9 3.7 0 6.9 3 6.9 6.7v7.5h-4.5c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h6.9v3.8h-9.7c0 .2 0 2.1-.2 2.8h11.3c.8 0 1.4-.6 1.4-1.4v-6.6c-.1-.8-.8-1.4-1.5-1.4zm-24.7-1.2c4.7 0 8.5 3.8 8.5 8.5s-3.8 8.5-8.5 8.5-8.5-3.8-8.5-8.5 3.8-8.5 8.5-8.5z"/><path d="m30.5 77.1c-3 0-5.4 2.4-5.4 5.4s2.4 5.4 5.4 5.4 5.4-2.4 5.4-5.4c0-2.9-2.4-5.4-5.4-5.4zm0 8.1c-1.5 0-2.6-1.2-2.6-2.6s1.2-2.6 2.6-2.6c1.5 0 2.6 1.2 2.6 2.6s-1.2 2.6-2.6 2.6z"/><path d="m84.1 88c3 0 5.4-2.4 5.4-5.4s-2.4-5.4-5.4-5.4-5.4 2.4-5.4 5.4c-.1 3 2.4 5.4 5.4 5.4zm0-8.1c1.5 0 2.6 1.2 2.6 2.6 0 1.5-1.2 2.6-2.6 2.6-1.5 0-2.6-1.2-2.6-2.6-.1-1.4 1.1-2.6 2.6-2.6z"/><path d="m30.5 71.3c-6 0-10.9 4.7-11.2 10.6h-3.8c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h3.9c1 5.2 5.6 9.2 11.1 9.2 6.2 0 11.3-5.1 11.3-11.3-.1-6.2-5.1-11.3-11.3-11.3zm0 19.7c-4.7 0-8.5-3.8-8.5-8.5s3.8-8.5 8.5-8.5 8.5 3.8 8.5 8.5c-.1 4.7-3.9 8.5-8.5 8.5z"/><path d="m32.1 39.2c0-.8-.6-1.4-1.4-1.4h-19.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4h19.4c.8 0 1.4-.6 1.4-1.4z"/><path d="m15.4 53.2h6.4c.8 0 1.4-.6 1.4-1.4s-.6-1.4-1.4-1.4h-6.4c-.8 0-1.4.6-1.4 1.4s.6 1.4 1.4 1.4z"/></g></svg></span></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-5145"><a href="https://www.froeling.com/de-de/kontakt/garantiekarte/">Garantiekarte</a><span class="mobile-nav__icon"><svg id="Capa_1" enable-background="new 0 0 511.923 511.923" height="512" viewBox="0 0 511.923 511.923" width="512" xmlns="http://www.w3.org/2000/svg"><g><g><path d="m508.956 246.922-43.501-59.036.5-73.339c.049-6.679-4.266-12.609-10.635-14.626l-69.915-22.141-42.642-59.676c-3.894-5.454-10.885-7.703-17.223-5.595l-69.579 23.226-69.579-23.232c-6.344-2.109-13.334.14-17.223 5.595l-42.636 59.67-69.92 22.153c-6.369 2.011-10.683 7.947-10.635 14.62l.5 73.339-43.502 59.036c-3.955 5.375-3.955 12.707 0 18.082l43.501 59.036-.5 73.339c-.049 6.679 4.266 12.609 10.635 14.626l69.914 22.141 42.642 59.676c2.919 4.083 7.575 6.381 12.396 6.381 1.615 0 3.236-.256 4.827-.786l69.579-23.226 69.579 23.232c6.338 2.115 13.334-.146 17.223-5.595l42.636-59.67 69.922-22.152c6.369-2.011 10.683-7.947 10.635-14.62l-.5-73.345 43.501-59.036c3.955-5.37 3.955-12.707 0-18.077zm-71.042 63.114c-1.95 2.651-2.992 5.857-2.968 9.142l.457 67.166-64.052 20.288c-3.145.993-5.881 2.98-7.795 5.668l-39.04 54.648-63.729-21.275c-3.132-1.048-6.521-1.048-9.653 0l-63.729 21.275-39.047-54.654c-1.914-2.682-4.656-4.674-7.795-5.674l-64.046-20.282.457-67.166c.024-3.285-1.018-6.49-2.968-9.142l-39.849-54.07 39.845-54.075c1.95-2.651 2.992-5.857 2.968-9.142l-.457-67.166 64.052-20.288c3.145-.993 5.881-2.98 7.795-5.668l39.04-54.648 63.729 21.275c3.132 1.048 6.521 1.048 9.653 0l63.729-21.275 39.047 54.654c1.914 2.682 4.656 4.674 7.795 5.674l64.046 20.282-.457 67.166c-.024 3.285 1.018 6.49 2.968 9.142l39.857 54.069z"/><path d="m330.891 188.051-103.494 103.5-46.36-46.36c-5.954-5.954-15.595-5.954-21.544 0-5.948 5.954-5.954 15.595 0 21.544l57.135 57.135c2.974 2.974 6.874 4.461 10.775 4.461s7.795-1.487 10.775-4.461l114.269-114.269c5.954-5.954 5.954-15.595 0-21.544s-15.608-5.954-21.556-.006z"/></g></g></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/de-de/kontakt/anschrift-kontakt/">Anschrift/Kontakt</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> </ul> </li> </ul> <div id="mobile-lang-nav"> <ul class="language-nav"> <li class="language-nav__item language-nav__item--de_AT"> <a href="https://www.froeling.com/de-at/neuigkeiten/" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-be" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-bg" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ca" 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/de-de/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/de-de/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 href="https://www.froeling.com/de-ch/neuigkeiten/" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-cl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-cz" 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/de-de/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/de-de/wp-content/themes/hello-child-libase__froeling/src/Base/countryFlags/cz.svg"> </a> </li> <li class="language-nav__item language-nav__item--en_DK"> <a href="https://www.froeling.com/en-dk" 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/de-de/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/de-de/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 href="https://www.froeling.com/es-es" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-fi" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-fr" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-gb" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-gr" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-hu" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ie" 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/de-de/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/de-de/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 href="https://www.froeling.com/it-it" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-jp" 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/de-de/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/de-de/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 href="https://www.froeling.com/fr-lu" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-nl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-no" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-nz" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-pl" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-ru" 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/de-de/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/de-de/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 href="https://www.froeling.com/sv-se" 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/de-de/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/de-de/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 href="https://www.froeling.com/sl-si" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-sk" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-us" 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/de-de/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/de-de/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 href="https://www.froeling.com/en-za" 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/de-de/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/de-de/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/de-de/"><img src="https://www.froeling.com/de-de/wp-content/uploads/sites/7/2020/09/logo_froeling.png" alt="Froeling" /></a>', '<a href="#mobile-main-nav">Menü</a>', '<a href="#mobile-lang-nav">Sprache</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>&nbsp;Facebook</a>', '<a href="https://www.youtube.com/channel/UCIW_X8fHwl1G2veRPQOCIzg" target="_blank"><i class="fab fa-youtube"></i>&nbsp;YouTube</a>', '<a href="https://secure.froeling.com/" target="_blank"><i class="far fa-user-circle"></i>&nbsp;Partnerlogin</a>', '<a href="https://connect-web.froeling.com/login" target="_blank"><i class="fas fa-house-user"></i>&nbsp;Fröling Connect</a>' ]; const productAdvisor = '<a href="/de-de/produktberater/" class="mmenu-button">Produktberater</a>'; const mmenuFooterButtons = [ productAdvisor ? productAdvisor : '<span class="mmenu-button d-none"></span>', '<a href="https://www.froeling.com/de-de/froeling-app/" class="mmenu-button">Fröling App</a>' ]; </script> </nav> </div> <script defer src="https://www.froeling.com/de-de/wp-content/cache/autoptimize/7/js/autoptimize_ede5d90ba02d697861212c89b45dec62.js"></script></body> </html> <!-- Cachify | https://cachify.pluginkollektiv.org Generiert @ 19.11.2024 13:51:27 -->

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