<style>
	leer {}

	.box {padding: 25px 20px 150px 20px;
		letter-spacing: 0.2px;
		word-spacing: 1%;
		line-height: 130%;}

	.zeitung {
	  -webkit-column-count: 3;  /* Chrome, Safari, Opera */
	  -moz-column-count: 3; /* Firefox */
		column-width: 300px;
		column-gap: 3em;
		column-count: 3;
		text-align: justify;
		column-rule: 1px solid lightgray;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;}  	
</style>
