<?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>flüchtige organische Verbindungen (VOC) Archive | WOVIRO Umweltschutz und Arbeitssysteme</title>
	<atom:link href="https://www.woviro.de/tag/fluechtige-organische-verbindungen-voc/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Wed, 15 Apr 2026 11:24:48 +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://www.woviro.de/cms/wp-content/uploads/2020/09/cropped-woviro_favicon-32x32.png</url>
	<title>flüchtige organische Verbindungen (VOC) Archive | WOVIRO Umweltschutz und Arbeitssysteme</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Orientierende Do-it-yourself-Raumluftmessung</title>
		<link>https://www.woviro.de/orientierende-diy-raumluftmessung/</link>
		
		<dc:creator><![CDATA[friemann]]></dc:creator>
		<pubDate>Tue, 01 Jul 2025 12:28:45 +0000</pubDate>
				<category><![CDATA[Messleistung]]></category>
		<category><![CDATA[Messtechnischer Dienst]]></category>
		<category><![CDATA[Analyse]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Do-it-yourself-Raumluftmessung]]></category>
		<category><![CDATA[Emission]]></category>
		<category><![CDATA[Emissionsmanagement]]></category>
		<category><![CDATA[flüchtige organische Verbindungen (VOC)]]></category>
		<category><![CDATA[Formaldehyd]]></category>
		<category><![CDATA[Raumluft]]></category>
		<category><![CDATA[Selbstmessung]]></category>
		<category><![CDATA[Testset]]></category>
		<category><![CDATA[umweltschutz]]></category>
		<guid isPermaLink="false">https://www.woviro.de/?p=11270</guid>

					<description><![CDATA[<p>Gute Raumluft ist entscheidend für unser Wohlbefinden – ob zu Hause, im Büro oder in der Schule.</p>
<p>Der Beitrag <a href="https://www.woviro.de/orientierende-diy-raumluftmessung/">Orientierende Do-it-yourself-Raumluftmessung</a> erschien zuerst auf <a href="https://www.woviro.de">WOVIRO Umweltschutz und Arbeitssysteme</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Raumluftmessung, Raumluftanalyse, VOC, Formaldehyd, Raumluft selbst testen, Luftqualität, DIY Luftanalyse, Raumluft-Selbstmessung">
<title>Orientierende Do-it-yourself-Raumluftmessung</title>

<style>
body {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.page-content {
    width: 100%;
}

.has-text-align-left {
    text-align: left;
}

/* BUTTON */
.kontakt-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7db84d;
    color: #313c5a !important;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 3px;
    text-decoration: none;
    cursor: pointer;
    width: fit-content;
}

.kontakt-button:hover {
    background-color: #6aa239;
    color: #313c5a !important;
}

.kontakt-button:active {
    background-color: #5f8c36;
    color: #313c5a !important;
}

.kontakt-button img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

/* HINWEISBOX */
.preis-hinweis-box {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 18px 22px;
    border-left: 5px solid #e35757;
    background: linear-gradient(90deg, #262626 0%, #2f2f2f 100%);
    color: #d8d5cf;
    border-radius: 0 14px 14px 0;
    line-height: 1.6;
    font-size: 15px;
    font-family: Arial, sans-serif;
}

.preis-hinweis-box p {
    margin: 0;
}

.preis-hinweis-box strong {
    color: #ffffff;
}

/* PREIS-CONTAINER */
.preis-tabelle-wrap {
    margin-top: 18px;
    margin-bottom: 25px;
    padding: 26px 28px 22px;
    background: linear-gradient(90deg, #2a2a2a 0%, #323232 100%);
    border: 1px solid #555555;
    border-radius: 14px;
    color: #f2f2f2;
    font-family: Arial, sans-serif;
}

/* TITLE */
.preis-tabelle-titel {
    margin: 0 0 18px 0;
    color: #bdb7af;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

/* GRID-ROWS */
.preis-row {
    display: grid;
    grid-template-columns: 56% 22% 22%;
    padding: 12px 0;
    border-bottom: 1px solid #505050;
    column-gap: 12px;
    align-items: center;
    font-family: Arial, sans-serif;
}

/* HEADER */
.preis-head {
    color: #d6d1ca;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 10px;
}

.preis-head div {
    font-size: 14px;
    font-family: Arial, sans-serif;
}

.preis-head span {
    display: block;
    font-size: 11px;
    color: #9f9890;
    margin-top: 2px;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

/* CONTENT */
.preis-row:not(.preis-head) div:first-child {
    font-size: 15px;
    color: #f2f2f2;
    font-family: Arial, sans-serif;
}

.preis-wert {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.preis-wert-sub {
    font-size: 14px;
    color: #c9c3bb;
    font-family: Arial, sans-serif;
}

/* FOOTNOTE */
.preis-legende {
    margin-top: 18px;
    color: #a9a39a;
    font-size: 12.5px;
    line-height: 1.6;
    font-family: Arial, sans-serif;
}

.preis-legende p {
    margin-bottom: 14px;
}

.preis-legende strong {
    color: #d6d1ca;
}

/* MOBILE */
@media (max-width: 768px) {
    .preis-tabelle-wrap {
        padding: 18px 16px;
    }

    .preis-row {
        grid-template-columns: 1fr;
        row-gap: 4px;
        padding: 10px 0;
    }

    .preis-head {
        display: none;
    }

    .preis-row:not(.preis-head) div:first-child {
        font-size: 15px;
        font-weight: bold;
    }

    .preis-wert::before {
        content: "Brutto (inkl. 19 % MwSt.)";
        display: block;
        font-size: 11px;
        color: #9f9890;
        margin-bottom: 2px;
        font-weight: normal;
    }

    .preis-wert-sub::before {
        content: "Netto (zzgl. MwSt.)";
        display: block;
        font-size: 11px;
        color: #9f9890;
        margin-bottom: 2px;
        font-weight: normal;
    }

    .kontakt-button {
        font-size: 15px;
        padding: 10px 16px;
    }
}
</style>
</head>

<body>

<div class="page-content">

<p class="has-text-align-left"><br><strong>Orientierende Do-it-yourself-Raumluftmessung – Raumluft einfach selbst testen – sicher, unkompliziert, bezahlbar</strong></p>

<p class="has-text-align-left">Gute Raumluft ist entscheidend für unser Wohlbefinden – ob zu Hause, im Büro oder in der Schule. Mit unserer neuen Selbstmessung der Raumluft erhalten Sie jetzt eine einfache und kostengünstige Möglichkeit, die Luftqualität eigenständig zu überprüfen – ganz ohne Termin oder Vor-Ort-Besuch.</p>

<p class="has-text-align-left"><br><strong>Was wird gemessen?</strong></p>
<p class="has-text-align-left">Unsere Analyse erkennt zuverlässig Schadstoffe wie Formaldehyd und andere flüchtige organische Verbindungen (VOC) – typische Ausdünstungen aus Möbeln, Farben, Teppichen oder Baumaterialien.</p>

<p class="has-text-align-left"><br><strong>So funktioniert&#8217;s</strong></p>
<ul class="has-text-align-left" style="margin-left:20px;">
<li>Sie erhalten ein Testset nach Hause geliefert.</li>
<li>Sie stellen die Probenbehälter selbst in den gewünschten Räumen auf.</li>
<li>Sie senden das Testset zurück.</li>
<li>Sie erhalten einen verständlichen Bericht mit den Ergebnissen.</li>
</ul>

<p class="has-text-align-left"><br><strong>Ihre Vorteile auf einen Blick</strong></p>
<ul class="has-text-align-left" style="margin-left:20px;">
<li>Schnell &amp; einfach selbst gemacht</li>
<li>Professionelle Auswertung durch ein Fachlabor</li>
<li>Ideal zur Einschätzung Ihrer Raumluftqualität</li>
<li>Kostengünstig</li>
</ul>

<p class="has-text-align-left"><br><strong>Ideal für:</strong></p>
<ul class="has-text-align-left" style="margin-left:20px;">
<li>Private Haushalte</li>
<li>Vermieter &amp; Hausverwalter</li>
<li>Kindergärten &amp; Schulen</li>
<li>Büros und Arbeitsräume</li>
</ul>

<p class="has-text-align-left"><br><strong>Jetzt anfragen</strong></p>
<p class="has-text-align-left">Wenn Sie wissen möchten, wie es um die Luft in Ihren Räumen steht, senden wir Ihnen gerne ein individuelles Angebot zu.</p>

<p class="has-text-align-left"><strong>Kontaktieren Sie uns jetzt für Ihr individuelles Angebot!</strong></p>

<p class="has-text-align-left"><br><strong>Ihr Ansprechpartner:</strong> Herr Marco Schollmeyer<br><br>Telefon: 0361 26 26 99 77</p>

<a href="https://www.woviro.de/kontakt/" target="_blank" class="kontakt-button" rel="noopener">
<img decoding="async" src="https://www.woviro.de/cms/wp-content/uploads/2022/02/woviro_icon_contact.svg" alt="Kontakt-Symbol">
Nutzen Sie unser Kontaktformular
</a>

<div class="preis-hinweis-box">
<p><strong>Hinweis für Privathaushalte:</strong> Unsere Leistungen richten sich vorrangig an Gewerbe- und Industriekunden. Die unten aufgeführten Preise sind Mindestpreise – der tatsächliche Auftragswert liegt je nach Messumfang, Anfahrt und Analytik oft deutlich höher. Bitte prüfen Sie vorab, ob der Aufwand für Sie verhältnismäßig ist.</p>
</div>

<div class="preis-tabelle-wrap">
<p class="preis-tabelle-titel">Innenraummessung – Mindestpreise</p>

<div class="preis-row preis-head">
<div>Leistung</div>
<div>Brutto<span>(inkl. 19 % MwSt.)</span></div>
<div>Netto<span>(zzgl. MwSt.)</span></div>
</div>

<div class="preis-row">
<div>Fertighausmessung</div>
<div class="preis-wert">ab 3.640 €</div>
<div class="preis-wert-sub">ab 3.060 €</div>
</div>

<div class="preis-row">
<div>Schimmelsporen</div>
<div class="preis-wert">ab 2.062 €</div>
<div class="preis-wert-sub">ab 1.733 €</div>
</div>

<div class="preis-row">
<div>Passivsammler</div>
<div class="preis-wert">ab 1.370 €</div>
<div class="preis-wert-sub">ab 1.150 €</div>
</div>

<div class="preis-row">
<div>Hausstaubanalyse</div>
<div class="preis-wert">ab 988 €</div>
<div class="preis-wert-sub">ab 830 €</div>
</div>

<div class="preis-legende">
<p>Alle Preise sind <strong>Mindestpreise</strong>. Der tatsächliche Auftragswert richtet sich nach Objektgröße, Anzahl der Messstellen, Anfahrtsdistanz und gewähltem Analyseumfang und liegt in der Regel über den hier genannten Beträgen. Preisstand 2026, Änderungen vorbehalten.</p>

<p>Maßgeblich ist jeweils der <strong>Bruttopreis inkl. 19 % MwSt.</strong> Der Nettopreis ist nachrichtlich angegeben und richtet sich an vorsteuerabzugsberechtigte Unternehmen.</p>
</div>

</div>

</div>

</body>
</html>



<p>Das Thema Emissionsmanagement und die sich ergebenden Aufgaben in dem Bereich <a href="https://www.woviro.de/messtechnischer-dienst/">Messtechnischer Dienst</a> sind sehr vielschichtig. Deshalb empfehlen wir, Ihren individuellen Bedarf immer im Rahmen einer Vor-Ort-Begehung im Unternehmen mit einem unserer Mitarbeiter zu klären.</p>



<p>Hier finden Sie die <a href="https://www.woviro.de/emissionsmessungen-luftschadstoffmessungen/">Leistungen zu Luftschadstoffmessungen bzw. Emissionsmessungen</a> inklusive einer Auflistung weiterführender Leistungen unserer Partner.<br><br>Für Fragen stehen wir von <a href="https://www.woviro.de/">WOVIRO</a> Ihnen gerne zur Verfügung.</p>
<p>Der Beitrag <a href="https://www.woviro.de/orientierende-diy-raumluftmessung/">Orientierende Do-it-yourself-Raumluftmessung</a> erschien zuerst auf <a href="https://www.woviro.de">WOVIRO Umweltschutz und Arbeitssysteme</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
