<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	* {
		box-sizing: border-box;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
		
	body {
		width:100%;
		font-family:Verdana, Arial, sans-serif;
		line-height: 1.5em;
		font-size: 0.8em;
		color: #444;
	}
		
	h1 {
		padding-bottom: 30px;
		color: #00476c;
	}
		
	h2 {
		padding-bottom: 20px;
		color:#0088ce; 
	}
		
	h3 {
		padding-bottom: 10px;
	}
		
	p {
		text-align: justify;
		-moz-hyphens: auto;
		-o-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto; 
	}
		
	img {
		display: block;
		margin: 0 auto;
	}
		
	table {
		padding-bottom: 10px;
	}
		
	td, th {
		padding:4px;
		text-align:left;
	}
		
	tr:nth-child(odd) {
		background: #eaeef2;
	}

	tr:nth-child(even) {
		background: #cbd5df;
	}
	
	.liste01 .circle {
		padding: 15px;
	}
	
	.liste01 .circle li {
		list-style-type: circle;
	}
		
	hr {
		width: 95%;
		margin: 30px auto;
		border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
		
	.liste01 li {
		list-style-type: disc;
		padding: 0 0 0.8em 0.5em;
	}
	
	.liste02 {
		padding-bottom: 30px;
	}

	.headerbox, .col-left, .col-right, .textbox-aufmass, img {
		padding-bottom: 30px;
	}
		
	#wrapper {
		/*background-color: grey;*/
		max-width: 850px;
		padding: 30px;
		margin: 0 auto;
	}
		
	.headerbox {
		/*background-color: red;*/
	}
		
	.blue-box {
		width: 80%;
		background-color: #cee0f2;
		padding: 12px;
		margin: 0 auto;
	}
		
	.col-left {
		/*background-color: green;*/
		width: 40%;
		float: left;
	}
		
	.col-right {
		/*background-color: blue;*/
		padding-left: 30px;
		width: 60%;
		float: right;
	}
	
	.col-down {
		padding: 50px 0 30px 30px;
	}
	
	.textbox-tb {
		width: 100%;
		clear: both;
	}

			
	.textbox-aufmass {
		/*background-color: brown;*/
		width: 100%;
		clear: both;
	}
	
	.textbox-aufmass li {
		list-style-type: none;
		padding: 0 0 0.8em 2em;
		background-image: url('icon-arrow-rechts.svg');
		background-size: 1em;
		background-repeat: no-repeat;
	}
	
	.table01 {
		width: 40%;
		float: left;
		padding-right: 15px;
	}
	
	.table02 {
		width: 60%;
		float: right;
		padding-left: 30px;
	}
	
	.table01:after {
		font-size: 0.85em;
		display: block;
		content: "* stoffabhÃ¤ngig (siehe die Tabelle rechts)";
		padding-top: 15px;
	}
	
	.haken li {
		list-style-type: none;
		padding: 0 0 0.8em 2em;
		background-image: url('icon-haken.svg');
		background-size: 1em;
		background-repeat: no-repeat;
	}
		
	footer {
		/*background-color: purple;*/
		width: 100%;
		clear: both;
	}

	@media screen and (max-width: 650px){
		
	h1 {
		padding-bottom: 15px;
		font-size: 1.6em;
		line-height: 1.1em;
	}
	
	h2 {
		padding-bottom: 20px;
		font-size: 1.3em;
		line-hight: 1.1em;
	}
	
	h3 {
		padding-bottom: 8px;
		font-size: 1.1em;
	}
		
	.col-left {
		width: 100%;
	}
	.col-right {
		width: 100%;
		padding-left: 30px;
		float: left;
	}
	
	.col-down {
		padding: 0 0 30px 15px;
	}
	
	.table01, .table02 {
		width: 100%;
		float: left;
		padding: 0 0 15px 0;
	}
		
	}
</pre></body></html>