@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Courier Prime.ttf'); /* IE9 Compat Modes */
  src: local(''),
       
       url('../fonts/Courier Prime.ttf') format('truetype'), /* Safari, Android, iOS */
     
}
body	{
	background-color: #edede7;
	font-family: "Courier Prime", monospace;
	max-width: 800px;
	margin: 100px 15% 0 15%;
}
footer {
	padding: 1em;
	text-align: center;
}

h1	{
	font-size: 3rem;
	color: #545454;
	font-weight: normal;
}
p	{
	font-size: 1.5rem;
	color: #003;
	font-weight: normal;
	line-height: 1.5em;
}
.datenschutz {
	
	max-width: 1000px;
}
ul, ol	{
	font-size: 1rem;
	line-height: 1.5rem;
}
.daschu {font-family: sans-serif;
	line-height: 1.2rem;
	font-size: .9rem;
	color: black;
}
a	{
	color: rgb(59, 78, 147);
	text-decoration: none;
}
a:hover	{
	color: rgba(59, 78, 147, 0.43);
}