<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Energieeinsparung &#8211; Seidl GbR</title>
	<atom:link href="https://seidl-heizung.de/category/energieeinsparung/feed/" rel="self" type="application/rss+xml" />
	<link>https://seidl-heizung.de</link>
	<description>Meisterbetrieb für Sanitär, Heizung und Klima</description>
	<lastBuildDate>Sun, 13 Jul 2025 19:33:39 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://seidl-heizung.de/wp-content/uploads/2025/06/Seidl-Gbr-Symbol-Logo-150x150.webp</url>
	<title>Energieeinsparung &#8211; Seidl GbR</title>
	<link>https://seidl-heizung.de</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Heizungspumpe austauschen 2025: So senken Sie Stromkosten &#038; CO₂</title>
		<link>https://seidl-heizung.de/heizungspumpe-austauschen-2025/</link>
		
		<dc:creator><![CDATA[Webmaster]]></dc:creator>
		<pubDate>Sun, 27 Oct 2024 15:25:09 +0000</pubDate>
				<category><![CDATA[Energieeinsparung]]></category>
		<guid isPermaLink="false">https://seidl-heizung.de/?p=413</guid>

					<description><![CDATA[Eine veraltete Heizungspumpe kann zu einem echten Stromfresser werden und die Energiekosten unnötig in die Höhe treiben. Der Austausch gegen eine moderne Hocheffizienzpumpe zahlt sich für Eigentümer daher schnell aus. Dank innovativer Technik verbrauchen diese Pumpen deutlich weniger Energie und passen sich dem tatsächlichen Bedarf automatisch an. So sparen Sie jährlich bis zu 560 kWh Strom und damit bares Geld – die Anschaffungskosten sind oft schon nach kurzer Zeit amortisiert.]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="413" class="elementor elementor-413" data-elementor-post-type="post">
				<div class="elementor-element elementor-element-b0c2107 e-con-full e-flex e-con e-parent" data-id="b0c2107" data-element_type="container" data-e-type="container">
				<div class="elementor-element elementor-element-5e56adc elementor-widget__width-inherit elementor-widget elementor-widget-html" data-id="5e56adc" data-element_type="widget" data-e-type="widget" data-widget_type="html.default">
				<div class="elementor-widget-container">
					<!-- Seidl GbR - Blog: Heizungspumpe austauschen 2025 (Mobile Optimiert) -->

<style>
/* Reset & Base Styles */
* {
    box-sizing: border-box;
}

/* Blog Container - Mobile First */
.seidl-blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    color: #626262;
    line-height: 1.7;
}

/* Hero Section - Mobile First */
.blog-hero {
    background: linear-gradient(135deg, #130957 0%, #1a0b6e 100%);
    border-radius: 12px;
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: white !important;
}

.blog-hero * {
    color: inherit;
}

.blog-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(215, 56, 46, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
}

/* Blog Meta - Mobile First */
.blog-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: white !important;
    font-size: 0.75rem;
    flex-wrap: wrap;
}

.blog-meta span {
    color: white !important;
}

.blog-category {
    background: linear-gradient(135deg, #D7382E, #ff6b5b) !important;
    color: white !important;
    padding: 5px 12px !important;
    border-radius: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 8px rgba(215, 56, 46, 0.3) !important;
    display: inline-block !important;
}

/* Blog Title - Mobile First */
.blog-hero h1.blog-title,
h1.blog-title {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-size: 1.75rem !important;
    font-weight: var(--e-global-typography-primary-font-weight) !important;
    color: white !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
    display: block !important;
}

.blog-excerpt {
    font-size: 0.95rem;
    color: white !important;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Blog Stats - Mobile First */
.blog-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 15px;
}

.stat-item {
    text-align: center;
}

.stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ff6b5b !important;
    display: block;
    text-shadow: 0 0 15px rgba(255, 107, 91, 0.5);
    line-height: 1;
}

.stat-label {
    color: white !important;
    font-size: 0.75rem;
    opacity: 1 !important;
    line-height: 1.2;
    margin-top: 5px;
    display: block;
}

/* Inhaltsverzeichnis - Mobile First */
.toc-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(215, 56, 46, 0.1);
    position: relative;
    overflow: hidden;
}

.toc-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D7382E, #ff6b5b);
}

.toc-title {
    font-family: var(--e-global-typography-31f36d4-font-family), Sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.toc-title svg {
    width: 20px;
    height: 20px;
    fill: #D7382E;
    flex-shrink: 0;
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-item {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.toc-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #D7382E;
    border-radius: 50%;
}

.toc-link {
    color: #626262;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.9rem;
}

.toc-link:hover {
    color: #D7382E;
    transform: translateX(3px);
}

/* Content Sections - Mobile First */
.content-section {
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(215, 56, 46, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.content-section:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.section-title {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 1.5rem !important;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: #222222;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.3;
}

.section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 70%;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    border-radius: 2px;
}

.section-subtitle {
    font-family: var(--e-global-typography-31f36d4-font-family), Sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222222;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* Text Content */
p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

li {
    font-size: 0.95rem;
    margin-bottom: 8px;
}

/* Highlight Box - Mobile First */
.highlight-box {
    background: linear-gradient(135deg, rgba(215, 56, 46, 0.05) 0%, rgba(255, 107, 91, 0.05) 100%);
    border-left: 3px solid #D7382E;
    padding: 15px 18px;
    margin: 20px 0;
    border-radius: 6px;
}

.highlight-box strong {
    color: #D7382E;
}

.highlight-box p {
    margin-bottom: 8px;
}

.highlight-box p:last-child {
    margin-bottom: 0;
}

/* Savings Table - Mobile First */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 20px -10px;
    padding: 0 10px;
}

.savings-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
}

.savings-table thead {
    background: linear-gradient(135deg, #130957, #1a0b6e);
    color: white !important;
}

.savings-table th {
    padding: 12px 10px;
    text-align: left;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: white !important;
    white-space: nowrap;
}

.savings-table td {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.savings-table tr:last-child td {
    border-bottom: none;
}

.savings-table tr:hover {
    background: rgba(215, 56, 46, 0.02);
}

.savings-highlight {
    background: rgba(215, 56, 46, 0.1);
    color: #D7382E;
    font-weight: 700;
    font-size: 1rem;
}

/* Mobile Table Hint */
.table-scroll-hint {
    display: none;
    font-size: 0.75rem;
    color: #626262;
    text-align: center;
    margin-top: 10px;
    font-style: italic;
}

/* Förderung Cards - Mobile First */
.foerderung-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin: 20px 0;
}

.foerderung-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    border: 2px solid rgba(215, 56, 46, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.foerderung-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D7382E, #ff6b5b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.foerderung-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: #D7382E;
}

.foerderung-card:hover::before {
    transform: scaleX(1);
}

.foerderung-title {
    font-size: 1rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
}

.foerderung-percentage {
    font-size: 2rem;
    font-weight: 700;
    color: #D7382E;
    display: block;
    margin: 8px 0;
}

.foerderung-condition {
    color: #626262;
    font-size: 0.85rem;
}

/* Step by Step - Mobile First */
.step-container {
    margin: 20px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
}

.step-number {
    min-width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    margin-right: 15px;
    box-shadow: 0 3px 10px rgba(215, 56, 46, 0.3);
    flex-shrink: 0;
}

.step-content {
    flex: 1;
    padding-top: 8px;
}

.step-title {
    font-weight: 600;
    color: #222222;
    margin-bottom: 3px;
    font-size: 0.95rem;
}

.step-description {
    color: #626262;
    font-size: 0.85rem;
    line-height: 1.4;
}

/* FAQ Section - Mobile First */
.faq-container {
    margin: 20px 0;
}

.faq-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 12px;
    border: 1px solid rgba(215, 56, 46, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.faq-question {
    padding: 15px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #222222;
    background: rgba(215, 56, 46, 0.02);
    transition: all 0.3s ease;
    font-size: 0.95rem;
    line-height: 1.3;
    gap: 10px;
}

.faq-question:hover {
    background: rgba(215, 56, 46, 0.05);
}

.faq-toggle {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-toggle svg {
    width: 14px;
    height: 14px;
    fill: white;
}

.faq-answer {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    line-height: 1.5;
}

.faq-item.active .faq-answer {
    padding: 15px 18px;
    max-height: 500px;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}

/* CTA Section - Mobile First */
.cta-section {
    background: linear-gradient(135deg, #130957 0%, #1a0b6e 100%);
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -30%;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(107, 171, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 1.75rem !important;
    color: white !important;
    margin-bottom: 15px;
    line-height: 1.3;
}

.cta-text {
    color: white !important;
    font-size: 0.95rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    color: white !important;
    padding: 14px 30px;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 5px 20px rgba(215, 56, 46, 0.3);
    font-size: 0.9rem;
    width: 100%;
    max-width: 300px;
}

.cta-button:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 30px rgba(215, 56, 46, 0.4);
    color: white !important;
    text-decoration: none !important;
}

/* Quellen - Mobile First */
.source-link {
    color: #D7382E;
    font-size: 0.7rem;
    vertical-align: super;
    text-decoration: none;
    font-weight: 600;
    margin-left: 1px;
    transition: all 0.2s ease;
}

.source-link:hover {
    text-decoration: underline;
    color: #ff6b5b;
}

.sources-section {
    background: white;
    border-radius: 12px;
    padding: 25px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(215, 56, 46, 0.1);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
    position: relative;
}

.sources-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #D7382E, #ff6b5b);
}

.sources-title {
    font-family: var(--e-global-typography-31f36d4-font-family), Sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sources-title::before {
    content: '';
    width: 3px;
    height: 20px;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    border-radius: 2px;
}

.sources-list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: source-counter;
}

.source-item {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
    font-size: 0.85rem;
    line-height: 1.5;
    counter-increment: source-counter;
}

.source-item::before {
    content: counter(source-counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #D7382E, #ff6b5b);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 2px 5px rgba(215, 56, 46, 0.3);
}

.source-item a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease;
    word-break: break-word;
}

.source-item a:hover {
    color: #D7382E;
}

.source-item a strong {
    color: #D7382E;
}

/* Text für alle blauen Bereiche weiß */
.blog-hero,
.blog-hero *:not(.stat-value):not(.blog-category),
.cta-section,
.cta-section * {
    color: white !important;
}

/* Small Devices (Tablets) */
@media (min-width: 768px) {
    .seidl-blog-container {
        padding: 30px 20px;
    }
    
    .blog-hero {
        padding: 50px 40px;
        border-radius: 16px;
        margin-bottom: 40px;
    }
    
    .blog-meta {
        font-size: 0.85rem;
        gap: 15px;
    }
    
    .blog-category {
        padding: 6px 16px !important;
        font-size: 0.75rem !important;
    }
    
    h1.blog-title {
        font-size: 2.5rem !important;
        margin-bottom: 20px !important;
    }
    
    .blog-excerpt {
        font-size: 1.1rem;
        margin-bottom: 30px;
    }
    
    .blog-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .stat-value {
        font-size: 2.2rem;
    }
    
    .stat-label {
        font-size: 0.85rem;
    }
    
    .toc-container {
        padding: 30px;
        margin-bottom: 35px;
    }
    
    .toc-title {
        font-size: 1.4rem;
    }
    
    .content-section {
        padding: 35px 30px;
        margin-bottom: 30px;
        border-radius: 16px;
    }
    
    .section-title {
        font-size: 1.8rem !important;
        padding-left: 25px;
    }
    
    .section-subtitle {
        font-size: 1.2rem;
    }
    
    p, ul, li {
        font-size: 1rem;
    }
    
    .foerderung-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 700px;
        margin: 30px auto;
    }
    
    .foerderung-percentage {
        font-size: 2.3rem;
    }
    
    .step-number {
        min-width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .cta-section {
        padding: 40px 30px;
        border-radius: 16px;
    }
    
    .cta-title {
        font-size: 2.2rem !important;
    }
    
    .cta-button {
        width: auto;
        padding: 16px 35px;
    }
}

/* Large Devices (Desktop) */
@media (min-width: 1024px) {
    .seidl-blog-container {
        padding: 40px 20px;
    }
    
    .blog-hero {
        padding: 60px 40px;
        border-radius: 20px;
        margin-bottom: 50px;
    }
    
    .blog-hero::before {
        right: -20%;
        width: 600px;
        height: 600px;
    }
    
    .blog-meta {
        font-size: 0.9rem;
        gap: 20px;
    }
    
    .blog-category {
        padding: 6px 16px !important;
        font-size: 0.8rem !important;
        letter-spacing: 0.5px !important;
    }
    
    h1.blog-title {
        font-size: 3rem !important;
    }
    
    .blog-excerpt {
        font-size: 1.2rem;
    }
    
    .blog-stats {
        display: flex;
        gap: 40px;
    }
    
    .stat-value {
        font-size: 2.5rem;
    }
    
    .stat-label {
        font-size: 0.9rem;
    }
    
    .toc-container {
        padding: 30px;
        margin-bottom: 40px;
    }
    
    .toc-title {
        font-size: 1.5rem;
    }
    
    .toc-title svg {
        width: 24px;
        height: 24px;
    }
    
    .content-section {
        padding: 40px;
        margin-bottom: 30px;
    }
    
    .section-title {
        font-size: 2rem !important;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    
    .section-title::before {
        width: 4px;
    }
    
    .section-subtitle {
        font-size: 1.3rem;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .highlight-box {
        padding: 20px 25px;
        margin: 25px 0;
        border-radius: 8px;
    }
    
    .table-wrapper {
        margin: 25px 0;
        padding: 0;
    }
    
    .table-scroll-hint {
        display: none !important;
    }
    
    .savings-table {
        font-size: 1rem;
        border-radius: 12px;
    }
    
    .savings-table th {
        padding: 18px 20px;
        font-size: 0.95rem;
    }
    
    .savings-table td {
        padding: 16px 20px;
    }
    
    .savings-highlight {
        font-size: 1.2rem;
    }
    
    .foerderung-grid {
        max-width: 800px;
        gap: 25px;
    }
    
    .foerderung-card {
        padding: 25px;
        border-radius: 12px;
    }
    
    .foerderung-title {
        font-size: 1.1rem;
    }
    
    .foerderung-percentage {
        font-size: 2.5rem;
    }
    
    .step-item {
        margin-bottom: 25px;
    }
    
    .step-title {
        font-size: 1rem;
    }
    
    .step-description {
        font-size: 0.9rem;
    }
    
    .faq-question {
        padding: 20px 25px;
        font-size: 1rem;
    }
    
    .faq-toggle {
        width: 30px;
        height: 30px;
    }
    
    .faq-toggle svg {
        width: 16px;
        height: 16px;
    }
    
    .faq-answer {
        font-size: 1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 20px 25px;
    }
    
    .cta-section {
        padding: 50px 40px;
        border-radius: 20px;
        margin-top: 50px;
    }
    
    .cta-title {
        font-size: 2.5rem !important;
    }
    
    .cta-text {
        font-size: 1.1rem;
        margin-bottom: 30px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cta-button {
        padding: 18px 40px;
        font-size: 1rem;
        letter-spacing: 0.8px;
    }
    
    .sources-section {
        padding: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    
    .sources-title {
        font-size: 1.5rem;
        margin-bottom: 25px;
    }
    
    .sources-title::before {
        width: 4px;
        height: 24px;
    }
    
    .source-item {
        margin-bottom: 18px;
        padding-left: 35px;
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .source-item::before {
        width: 24px;
        height: 24px;
        font-size: 0.8rem;
    }
}

/* Mobile Table Detection */
@media (max-width: 767px) {
    .table-scroll-hint {
        display: block;
    }
}

/* Touch-friendly tap states */
@media (hover: none) {
    .toc-link:active {
        color: #D7382E;
    }
    
    .cta-button:active {
        transform: scale(0.98);
    }
    
    .faq-question:active {
        background: rgba(215, 56, 46, 0.1);
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
</style>

<div class="seidl-blog-container">
    <!-- Hero Section -->
    <div class="blog-hero">
        <div class="blog-hero-content">
            <div class="blog-meta">
                <span class="blog-category">Heizungsoptimierung</span>
                <span>Januar 2025</span>
                <span>8 Min.</span>
            </div>
            <h1 class="blog-title">Heizungspumpe austauschen 2025: So senken Sie Stromkosten & CO₂</h1>
            <p class="blog-excerpt">
                Warum alte Pumpen echte Stromfresser sind und wie Sie mit einer Hocheffizienzpumpe bis zu 90% Strom sparen – inklusive BAFA-Förderung von bis zu 20%.
            </p>
            <div class="blog-stats">
                <div class="stat-item">
                    <span class="stat-value">90%</span>
                    <span class="stat-label">weniger Stromverbrauch</span>
                </div>
                <div class="stat-item">
                    <span class="stat-value">206€</span>
                    <span class="stat-label">Ersparnis pro Jahr</span>
                </div>
                <div class="stat-item">
                    <span class="stat-value">20%</span>
                    <span class="stat-label">BAFA-Förderung</span>
                </div>
            </div>
        </div>
    </div>

    <!-- Inhaltsverzeichnis -->
    <div class="toc-container">
        <h2 class="toc-title">
            <svg viewBox="0 0 24 24">
                <path d="M3 9h14V7H3v2zm0 4h14v-2H3v2zm0 4h14v-2H3v2zm16 0h2v-2h-2v2zm0-10v2h2V7h-2zm0 6h2v-2h-2v2z"/>
            </svg>
            Inhaltsverzeichnis
        </h2>
        <ul class="toc-list">
            <li class="toc-item"><a href="#stromfresser" class="toc-link">Warum alte Pumpen echte Stromfresser sind</a></li>
            <li class="toc-item"><a href="#hocheffizienz" class="toc-link">Hocheffizienzpumpen: 90% weniger Verbrauch</a></li>
            <li class="toc-item"><a href="#technik" class="toc-link">Technik & Normen 2025</a></li>
            <li class="toc-item"><a href="#foerderung" class="toc-link">BAFA-Förderung: Bis zu 20% Zuschuss</a></li>
            <li class="toc-item"><a href="#anleitung" class="toc-link">Schritt-für-Schritt zum Pumpentausch</a></li>
            <li class="toc-item"><a href="#faq" class="toc-link">Häufige Fragen (FAQ)</a></li>
            <li class="toc-item"><a href="#fazit" class="toc-link">Fazit 2025</a></li>
        </ul>
    </div>

    <!-- Content Sections -->
    <div id="stromfresser" class="content-section">
        <h2 class="section-title">Warum alte Pumpen echte Stromfresser sind</h2>
        <p>
            Ungeregelte Umwälzpumpen laufen oft rund um die Uhr und ziehen im Einfamilienhaus <strong>400 – 600 kWh Strom pro Jahr</strong><a href="#quelle1" class="source-link">[1]</a> – nur die Kühl-Gefrier-Kombi verbraucht mehr.
        </p>
        <div class="highlight-box">
            <p>
                Bei einem aktuellen Haushaltsstrompreis von <strong>Ø 39,69 ct/kWh</strong> (BDEW-Analyse Mai 2025)<a href="#quelle3" class="source-link">[3]</a> entstehen so bis zu <strong>238 € jährliche Stromkosten</strong> – allein für die Heizungspumpe!
            </p>
            <p style="font-size: 0.85rem; margin-top: 8px;">
                <em>Hinweis: Die tatsächlichen Strompreise können je nach Tarif und Anbieter variieren. Die Beispielrechnung dient als Richtwert.</em>
            </p>
        </div>
    </div>

    <div id="hocheffizienz" class="content-section">
        <h2 class="section-title">Hocheffizienzpumpen: 90% weniger Verbrauch</h2>
        <p>
            Moderne Nassläufer mit Permanentmagnet-Motor benötigen nur <strong>40 – 100 kWh im Jahr</strong><a href="#quelle2" class="source-link">[2]</a> und passen ihre Drehzahl automatisch an den Systemdruck an. Führende Hersteller wie Grundfos (Alpha2)<a href="#quelle9" class="source-link">[9]</a>, Wilo (Stratos PICO) oder Bosch (Logafix BUE-Plus) erreichen diese Effizienzwerte problemlos.
        </p>
        
        <h3 class="section-subtitle">Ersparnis-Beispiel 2025</h3>
        <div class="table-wrapper">
            <table class="savings-table">
                <thead>
                    <tr>
                        <th>Alt-Pumpe</th>
                        <th>Neu-Pumpe</th>
                        <th>Differenz</th>
                        <th>€/kWh</th>
                        <th>Ersparnis/Jahr</th>
                    </tr>
                </thead>
                <tbody>
                    <tr>
                        <td>560 kWh</td>
                        <td>40 kWh</td>
                        <td>520 kWh</td>
                        <td>0,3969 €</td>
                        <td class="savings-highlight">≈ 206 €</td>
                    </tr>
                </tbody>
            </table>
            <p class="table-scroll-hint">← Tabelle horizontal scrollbar →</p>
        </div>
        
        <div class="highlight-box">
            <p>
                Nach spätestens <strong>2 Jahren</strong> rechnet sich der Wechsel, denn Einbau & Material kosten nur <strong>300 – 400 €</strong><a href="#quelle4" class="source-link">[4]</a>.
            </p>
            <p style="font-size: 0.85rem; margin-top: 8px;">
                <em>Die Beispielrechnung basiert auf durchschnittlichen Werten. Ihre individuelle Ersparnis kann je nach Pumpenmodell und Nutzungsverhalten abweichen.</em>
            </p>
        </div>
    </div>

    <div id="technik" class="content-section">
        <h2 class="section-title">Technik & Normen 2025</h2>
        <ul>
            <li><strong>Energieeffizienzindex (EEI) ≤ 0,20</strong> für BAFA-Förderung erforderlich<a href="#quelle6" class="source-link">[6]</a> (EU-Mindestanforderung liegt bei ≤ 0,23)<a href="#quelle7" class="source-link">[7]</a></li>
            <li><strong>Volumenstrom-abhängige Differenzdruckregelung</strong> reduziert die Leistung, wenn Thermostatventile schließen</li>
            <li><strong>Deutlich leiser als alte Modelle</strong> – moderne Pumpen arbeiten mit etwa 40-45 dB(A)<a href="#quelle9" class="source-link">[9]</a></li>
        </ul>
    </div>

    <div id="foerderung" class="content-section">
        <h2 class="section-title">BAFA-Förderung: Bis zu 20% Zuschuss<a href="#quelle5" class="source-link">[5]</a></h2>
        
        <div class="foerderung-grid">
            <div class="foerderung-card">
                <h3 class="foerderung-title">Austausch Heizungspumpe</h3>
                <span class="foerderung-percentage">15%</span>
                <p class="foerderung-condition">Antrag vor Auftragsvergabe<a href="#quelle5" class="source-link">[5]</a></p>
            </div>
            
            <div class="foerderung-card">
                <h3 class="foerderung-title">Plus iSFP-Bonus</h3>
                <span class="foerderung-percentage">+5%</span>
                <p class="foerderung-condition">Individueller Sanierungsfahrplan vorhanden (max. 15 Jahre alt)<a href="#quelle5" class="source-link">[5]</a></p>
            </div>
        </div>
        
        <h3 class="section-subtitle">Fördervoraussetzungen</h3>
        <ul>
            <li>Hydraulischer Abgleich nach Verfahren B<a href="#quelle8" class="source-link">[8]</a></li>
            <li>Pumpe mit <strong>EEI ≤ 0,20</strong> (strenger als EU-Mindestanforderung von ≤ 0,23)<a href="#quelle6" class="source-link">[6]</a></li>
            <li>Heizungsanlage ≥ 2 Jahre alt, bei fossilen Kesseln ≤ 20 Jahre</li>
            <li>Mindestinvestition: 300 € brutto<a href="#quelle5" class="source-link">[5]</a></li>
        </ul>
        
        <p><small>Quelle: BAFA-Programm „Heizungsoptimierung" (BEG EM), Stand 01/2025<a href="#quelle5" class="source-link">[5]</a></small></p>
    </div>

    <div id="anleitung" class="content-section">
        <h2 class="section-title">Schritt-für-Schritt zum Pumpentausch</h2>
        
        <div class="step-container">
            <div class="step-item">
                <div class="step-number">1</div>
                <div class="step-content">
                    <h4 class="step-title">Energieberater beauftragen</h4>
                    <p class="step-description">iSFP lohnt sich → +5% Bonus</p>
                </div>
            </div>
            
            <div class="step-item">
                <div class="step-number">2</div>
                <div class="step-content">
                    <h4 class="step-title">BAFA-Antrag online stellen</h4>
                    <p class="step-description">Eingangsbestätigung abwarten</p>
                </div>
            </div>
            
            <div class="step-item">
                <div class="step-number">3</div>
                <div class="step-content">
                    <h4 class="step-title">Fachbetrieb wählen</h4>
                    <p class="step-description">Achten Sie auf EEI-Kennzeichnung „≤ 0,20" oder „ErP ready"</p>
                </div>
            </div>
            
            <div class="step-item">
                <div class="step-number">4</div>
                <div class="step-content">
                    <h4 class="step-title">Hydraulischen Abgleich durchführen</h4>
                    <p class="step-description">Spart zusätzlich bis zu 15% Heizenergie</p>
                </div>
            </div>
            
            <div class="step-item">
                <div class="step-number">5</div>
                <div class="step-content">
                    <h4 class="step-title">Rechnung & Verwendungsnachweis hochladen</h4>
                    <p class="step-description">Zuschuss wird ausgezahlt</p>
                </div>
            </div>
        </div>
    </div>

    <div id="faq" class="content-section">
        <h2 class="section-title">Häufige Fragen (FAQ)</h2>
        
        <div class="faq-container">
            <div class="faq-item">
                <div class="faq-question">
                    <span>Wie erkenne ich, ob meine Pumpe veraltet ist?</span>
                    <div class="faq-toggle">
                        <svg viewBox="0 0 24 24">
                            <path d="M7 10l5 5 5-5z"/>
                        </svg>
                    </div>
                </div>
                <div class="faq-answer">
                    <p>Baujahr vor 2013, Leistungsaufnahme > 60 W oder fehlende Drehzahlregelung sind starke Indizien für eine veraltete Pumpe. Alte Pumpen sind zudem oft deutlich lauter (50-60 dB) als moderne Modelle.</p>
                </div>
            </div>
            
            <div class="faq-item">
                <div class="faq-question">
                    <span>Muss ich den Hydraulischen Abgleich wirklich machen?</span>
                    <div class="faq-toggle">
                        <svg viewBox="0 0 24 24">
                            <path d="M7 10l5 5 5-5z"/>
                        </svg>
                    </div>
                </div>
                <div class="faq-answer">
                    <p>Ja, er ist Fördervoraussetzung und optimiert die Wärmeverteilung – typischerweise 5%–15% Heizkostenersparnis.</p>
                </div>
            </div>
            
            <div class="faq-item">
                <div class="faq-question">
                    <span>Gibt es eine Austausch-Pflicht?</span>
                    <div class="faq-toggle">
                        <svg viewBox="0 0 24 24">
                            <path d="M7 10l5 5 5-5z"/>
                        </svg>
                    </div>
                </div>
                <div class="faq-answer">
                    <p>Noch nicht. Allerdings verschärft die EU-Ökodesign-Verordnung stetig die Effizienzgrenzen; ineffiziente Ersatzteile verschwinden nach und nach vom Markt.</p>
                </div>
            </div>
        </div>
    </div>

    <div id="fazit" class="content-section">
        <h2 class="section-title">Fazit 2025</h2>
        <p>
            Der Wechsel zu einer Hocheffizienz-Heizungspumpe ist eine der <strong>schnellsten und günstigsten Energiespar-Maßnahmen</strong> im Gebäude. Mit bis zu 90% weniger Stromverbrauch, 15%–20% BAFA-Zuschuss und einer Amortisation innerhalb von etwa zwei Jahren sparen Hausbesitzer sofort bares Geld und reduzieren ihren CO₂-Fußabdruck deutlich.
        </p>
    </div>

    <!-- Quellenliste -->
    <div class="sources-section">
        <h3 class="sources-title">Quellen und weiterführende Informationen</h3>
        <ol class="sources-list">
            <li class="source-item" id="quelle1">
                <a href="https://wilo.com/de/de/haus-und-garten/Insights/Wie-viel-kann-man-durch-den-Austausch-einer-Pumpe-sparen-_23303.html" target="_blank" rel="noopener">
                    <strong>Wilo</strong> – „Wie viel kann man durch den Austausch einer Pumpe sparen?"
                </a> (Stromverbrauch alter ungeregelter Pumpen)
            </li>
            <li class="source-item" id="quelle2">
                <a href="https://www.energie-experten.org/heizung/heizungstechnik/heizungskreislauf/hocheffizienzpumpe" target="_blank" rel="noopener">
                    <strong>energie-experten.org</strong> – „Hocheffizienzpumpe: Technik, Verbrauch & Kosten"
                </a> (Verbrauch moderner Hocheffizienzpumpen)
            </li>
            <li class="source-item" id="quelle3">
                <a href="https://www.bdew.de/service/daten-und-grafiken/bdew-strompreisanalyse/" target="_blank" rel="noopener">
                    <strong>BDEW</strong> – „Strompreisanalyse"
                </a> (Durchschnittlicher Haushaltsstrompreis Mai 2025)
            </li>
            <li class="source-item" id="quelle4">
                <a href="https://www.co2online.de/modernisieren-und-bauen/heizungspumpe/" target="_blank" rel="noopener">
                    <strong>co2online</strong> – „Heizungspumpe tauschen: Kosten, Anleitung, Förderung"
                </a> (Investitionskosten Pumpentausch)
            </li>
            <li class="source-item" id="quelle5">
                <a href="https://www.bafa.de/DE/Energie/Effiziente_Gebaeude/Sanierung_Wohngebaeude/Heizungsoptimierung/heizungsoptimierung_node.html" target="_blank" rel="noopener">
                    <strong>BAFA</strong> – Heizungsoptimierung (Wohngebäude)
                </a> (Grundfördersatz 15%, Mindestinvestition 300€)
            </li>
            <li class="source-item" id="quelle6">
                <a href="https://www.bafa.de/SharedDocs/Downloads/DE/Energie/beg_infoblatt_foerderfaehige_kosten.pdf" target="_blank" rel="noopener">
                    <strong>BAFA</strong> – Infoblatt förderfähige Maßnahmen (PDF)
                </a> (EEI-Grenze ≤ 0,20 für förderfähige Nassläuferpumpen)
            </li>
            <li class="source-item" id="quelle7">
                <a href="https://eur-lex.europa.eu/legal-content/DE/TXT/?uri=CELEX:32009R0641" target="_blank" rel="noopener">
                    <strong>EU-Verordnung 641/2009</strong>
                </a> (Ökodesign-Mindestanforderung EEI ≤ 0,23)
            </li>
            <li class="source-item" id="quelle8">
                <a href="https://www.bafa.de/DE/Energie/Effiziente_Gebaeude/Sanierung_Wohngebaeude/Heizungsoptimierung/heizungsoptimierung_node.html#doc13816606bodyText9" target="_blank" rel="noopener">
                    <strong>BAFA</strong> – Heizungsoptimierung: Hinweis Hydraulischer Abgleich
                </a> (Pflicht „Verfahren B" als Fördervoraussetzung)
            </li>
            <li class="source-item" id="quelle9">
                <a href="https://s3.amazonaws.com/media.blueridgecompany.com/documents/GrundfosAlpha2Installation.pdf" target="_blank" rel="noopener">
                    <strong>Grundfos</strong> – ALPHA2 Datenblatt
                </a> (Geräuschpegel moderner Umwälzpumpen < 43 dB(A))
            </li>
        </ol>
    </div>

    <!-- CTA Section -->
    <div class="cta-section">
        <div class="cta-content">
            <h2 class="cta-title">Jetzt Heizungspumpe prüfen lassen!</h2>
            <p class="cta-text">
                Lassen Sie jetzt prüfen, ob Ihre Pumpe förderfähig ist – unser Partnernetzwerk vermittelt Ihnen unverbindlich einen Fachbetrieb in Ihrer Nähe!
            </p>
            <a href="/kontakt/" class="cta-button">Kostenlose Beratung anfordern</a>
        </div>
    </div>
</div>

<script>
// FAQ Toggle
document.addEventListener('DOMContentLoaded', function() {
    const faqItems = document.querySelectorAll('.faq-item');
    
    faqItems.forEach(item => {
        const question = item.querySelector('.faq-question');
        
        question.addEventListener('click', () => {
            // Toggle active class
            item.classList.toggle('active');
            
            // Close other items
            faqItems.forEach(otherItem => {
                if (otherItem !== item) {
                    otherItem.classList.remove('active');
                }
            });
        });
    });
    
    // Smooth scroll for TOC links
    const tocLinks = document.querySelectorAll('.toc-link');
    
    tocLinks.forEach(link => {
        link.addEventListener('click', (e) => {
            e.preventDefault();
            const targetId = link.getAttribute('href').substring(1);
            const targetSection = document.getElementById(targetId);
            
            if (targetSection) {
                targetSection.scrollIntoView({
                    behavior: 'smooth',
                    block: 'start'
                });
            }
        });
    });
});
</script>				</div>
				</div>
				</div>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4a31551 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4a31551" data-element_type="section" data-e-type="section" data-settings="{&quot;shape_divider_top&quot;:&quot;pyramids&quot;,&quot;shape_divider_top_negative&quot;:&quot;yes&quot;}">
					<div class="elementor-shape elementor-shape-top" aria-hidden="true" data-negative="true">
			<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 100" preserveAspectRatio="none">
	<path class="elementor-shape-fill" d="M761.9,40.6L643.1,24L333.9,93.8L0.1,1H0v99h1000V1"/>
</svg>		</div>
					<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-87f5797" data-id="87f5797" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-63a5475 elementor-invisible elementor-widget elementor-widget-heading" data-id="63a5475" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:50}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h5 class="elementor-heading-title elementor-size-default">Immer auf dem Stand bleiben</h5>				</div>
				</div>
				<div class="elementor-element elementor-element-9cb464f elementor-invisible elementor-widget elementor-widget-heading" data-id="9cb464f" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100}" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Unsere Informationen auf einen Blick</h2>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
		<div class="elementor-element elementor-element-ebfb443 e-flex e-con-boxed e-con e-parent" data-id="ebfb443" data-element_type="container" data-e-type="container">
					<div class="e-con-inner">
				<div class="elementor-element elementor-element-9e5bf43 elementor-posts--align-left elementor-grid-3 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-posts--thumbnail-top elementor-posts--show-avatar elementor-card-shadow-yes elementor-posts__hover-gradient elementor-widget elementor-widget-posts" data-id="9e5bf43" data-element_type="widget" data-e-type="widget" data-settings="{&quot;cards_masonry&quot;:&quot;yes&quot;,&quot;cards_row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:27,&quot;sizes&quot;:[]},&quot;pagination_type&quot;:&quot;load_more_infinite_scroll&quot;,&quot;cards_columns&quot;:&quot;3&quot;,&quot;cards_columns_tablet&quot;:&quot;2&quot;,&quot;cards_columns_mobile&quot;:&quot;1&quot;,&quot;cards_row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;cards_row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;load_more_spinner&quot;:{&quot;value&quot;:&quot;fas fa-spinner&quot;,&quot;library&quot;:&quot;fa-solid&quot;}}" data-widget_type="posts.cards">
				<div class="elementor-widget-container">
							<div class="elementor-posts-container elementor-posts elementor-posts--skin-cards elementor-grid" role="list">
				<article class="elementor-post elementor-grid-item post-413 post type-post status-publish format-standard has-post-thumbnail hentry category-energieeinsparung" role="listitem">
			<div class="elementor-post__card">
				<a class="elementor-post__thumbnail__link" href="https://seidl-heizung.de/heizungspumpe-austauschen-2025/" tabindex="-1" target="_blank"><div class="elementor-post__thumbnail"><img fetchpriority="high" decoding="async" width="1024" height="1024" src="https://seidl-heizung.de/wp-content/uploads/2024/10/Heizungspumpentausch.webp" class="attachment-full size-full wp-image-420" alt="Heizungspumpentausch" srcset="https://seidl-heizung.de/wp-content/uploads/2024/10/Heizungspumpentausch.webp 1024w, https://seidl-heizung.de/wp-content/uploads/2024/10/Heizungspumpentausch-300x300.webp 300w, https://seidl-heizung.de/wp-content/uploads/2024/10/Heizungspumpentausch-150x150.webp 150w, https://seidl-heizung.de/wp-content/uploads/2024/10/Heizungspumpentausch-768x768.webp 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></div></a>
				<div class="elementor-post__badge">Energieeinsparung</div>
				<div class="elementor-post__avatar">
					</div>
				<div class="elementor-post__text">
				<h3 class="elementor-post__title">
			<a href="https://seidl-heizung.de/heizungspumpe-austauschen-2025/">
				Heizungspumpe austauschen 2025: So senken Sie Stromkosten &amp; CO₂			</a>
		</h3>
				<div class="elementor-post__excerpt">
			<p>Eine veraltete Heizungspumpe kann zu einem echten Stromfresser werden und die Energiekosten unnötig in die Höhe treiben. Der Austausch gegen eine moderne Hocheffizienzpumpe zahlt sich		</div>
		
		<a class="elementor-post__read-more" href="https://seidl-heizung.de/heizungspumpe-austauschen-2025/" aria-label="Read more about Heizungspumpe austauschen 2025: So senken Sie Stromkosten &amp; CO₂" tabindex="-1" target="_blank">
			Weiterlesen »		</a>

				</div>
				<div class="elementor-post__meta-data">
					<span class="elementor-post-date">
			27.10.2024.		</span>
				</div>
					</div>
		</article>
				</div>
					<span class="e-load-more-spinner">
				<svg aria-hidden="true" class="e-font-icon-svg e-fas-spinner" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M304 48c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48 48 21.49 48 48zm-48 368c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zm208-208c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48zM96 256c0-26.51-21.49-48-48-48S0 229.49 0 256s21.49 48 48 48 48-21.49 48-48zm12.922 99.078c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.491-48-48-48zm294.156 0c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48c0-26.509-21.49-48-48-48zM108.922 60.922c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.491-48-48-48z"></path></svg>			</span>
		
						</div>
				</div>
					</div>
				</div>
				</div>
		]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
