@media screen	{
		body{
			font-size: 1.6em;
		}
		p, ul>li {
		font-size: 1.1em;
		}
		html {
		  scroll-behavior: smooth;
		}
		a.anchor {  
		display: block;
		position: relative;
		top: -200px;	
		}
		p.quotation{
			margin-left: 10px;
			font-style: italic;
		}
		.quotation{
			margin-left: 10px;
			font-style: italic;
		}
		p.subtitel{
		margin-left: 10px;
		font-weight: bold;
		font-size: 1.1em;
		}
		.source{
		font-style: italic;
		font-size: 0.9em;
		}
		.break {
		word-break: break-all;
		}		
	
}