﻿<html>
  <head>
    <title>Brandschutz in der Tasche</title>    
    <style>      
      body {
		  font-family: 'Noto Sans', helvetica, arial, verdana, sans-serif;
		  font-size: 10px;
		  color: #777;
		  background-color: #ffffff;
      }

      p {
		  font-family: 'Noto Sans', helvetica, arial, verdana, sans-serif;
		  font-size: 12px;
		  color: #777;
      }

      .topline {
		  font-size: 12px;
		  text-transform: uppercase;
      }

      .content {
		  max-width: 1000px;
		  margin: 0px auto;
		  box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
		  background-color: #eeeeee;
		  overflow:auto; 
      }

      .header {
		  max-width: 1000px;
		  margin: 0px auto;
		  box-shadow: 0 5px 10px 0 rgba(50,50,50,.06);
		  background-color: #475050;
      }
	  
	    img.logo { width: auto; height: auto; max-width: 150px; max-height: 150px; }	  	  
	  img.picture { width: auto; height: auto; max-width:75px; max-height: 75px; margin-left:10px; margin-right:20px; display: inline-block;  }
	  	  
	  	  
	  @media only screen and (min-width: 400px) {
		img.logo { height: auto; width: auto; max-width: 150px; }
		img.picture { height:auto; width:auto; max-width:150px; max-height: 150px; margin-left:10px; margin-right:20px; display: inline-block; }
	  }
	  	  
	  @media only screen and (min-width: 1000px) {
		img.logo { height: auto; width: auto; max-width: 300px; }
	  	img.picture { height:auto; width:auto; max-width:200px; max-height: 200px; margin-left:10px; margin-right:20px; display: inline-block; }
	  } 
    </style>    
  </head>
  <body>

    <div class="header">
      <img src="feuertrutz_logo.png" class="logo" alt="" style="margin: 25px"/>
    </div>

	
	 <div class="content">		
		<div style="margin: 0px; padding: 5px">		
			<p style="float:left; margin-top: 10px">
				<a href="https://www.feuertrutz.de/brandschutz-in-der-tasche" target="_new">
					 <img class="picture" src="https://hcms.rudolf-mueller.de/hcms/v1.11/entity/picture/4568815/media/MDQ1Njg4MTUvMC9CREI5QkUxMUMyRDEyRjdGMjQzQ0M5Qzc3QTcyRUMyQzc3N0IzM0Qz/16-9-png" alt=""/>
				</a> 
			</p>			
			<br/>
			<h2>Brandschutz in der Tasche</h2>
					
			<p>Die Arbeitshilfe „Brandschutz in der Tasche“ enthält kompakte Infos zum vorbeugenden Brandschutz: Kostenlos als PDF zum Download.</p>
			<p><a href="https://www.feuertrutz.de/brandschutz-in-der-tasche" class="link" target="_new">Weiterlesen auf feuertrutz.de</a></p>
		</div>
		
		<p style="padding-bottom: 5px; padding-left: 5px">Veröffentlicht am: 05.02.2025</p>      
    </div>    	        
  </body>
</html>

