d<!doctype html>
<html lang="de">
<head>
    <meta charset="utf-8">
    <title>Schimmelrechner</title>
    <style>
        body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.45; max-width: 820px; margin: 32px auto; padding: 0 16px; }
        label { display: block; margin-top: 14px; font-weight: 600; }
        select, input { width: 100%; max-width: 420px; padding: 8px; margin-top: 4px; }
        button { margin-top: 18px; padding: 10px 16px; cursor: pointer; }
        .result, .error { margin-top: 24px; padding: 16px; border-radius: 8px; }
        .result { background: #f3f7f3; border: 1px solid #bfd8bf; }
        .error { background: #fff1f1; border: 1px solid #e2aaaa; }
        table { border-collapse: collapse; margin-top: 10px; width: 100%; }
        th, td { text-align: left; border-bottom: 1px solid #ddd; padding: 8px; }
    </style>
</head>
<body>
    <h1>Schimmelrechner</h1>
    <form method="post">
        <label for="material">Material</label>
        <select id="material" name="material">
                            <option value="Agar" >optimaler Nährboden (Agar)</option>
                            <option value="Tapeten" selected>Tapeten</option>
                            <option value="Papier" >Papier</option>
                            <option value="Karton" >Karton</option>
                            <option value="Holzwerkstoffe" >Holzwerkstoffe</option>
                            <option value="Gipskarton" >Gipskarton</option>
                            <option value="organische Dämmstoffe" >organische Dämmstoffe</option>
                            <option value="Fugenkitt" >Fugenkitt</option>
                            <option value="Bauprodukte aus gut abbaubaren Rohstoffen" >Bauprodukte aus gut abbaubaren Rohstoffen</option>
                            <option value="Putze" >Putze</option>
                            <option value="mineralische Baustoffe" >mineralische Baustoffe</option>
                            <option value="Dämmstoffe aus nicht abbaubaren Rohstoffen" >Dämmstoffe aus nicht abbaubaren Rohstoffen</option>
                    </select>

        <label for="verschmutzungsgrad">Verschmutzungsgrad</label>
        <select id="verschmutzungsgrad" name="verschmutzungsgrad">
            <option value="nicht" selected>nicht</option>
            <option value="stark" >stark</option>
        </select>

        <label for="temperature">Temperatur [°C]</label>
        <input id="temperature" name="temperature" type="number" min="0" max="30" step="0.1" value="20" required>

        <label for="rh">Relative Luftfeuchtigkeit [%]</label>
        <input id="rh" name="rh" type="number" min="0" max="100" step="0.1" value="85" required>

        <button type="submit">Berechnen</button>
    </form>

    
    </body>
</html>
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.novapura.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.novapura.com/post-sitemap.xml</loc>
		<lastmod>2026-05-08T07:30:21+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.novapura.com/page-sitemap.xml</loc>
		<lastmod>2026-06-08T06:47:54+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.novapura.com/da_image-sitemap.xml</loc>
		<lastmod>2021-10-20T11:53:28+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.novapura.com/category-sitemap.xml</loc>
		<lastmod>2026-05-08T07:30:21+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->