body {
	line-height: 1.4em;
}
.wrapper{
	margin: auto;
	text-align: center;
	max-width: 800px;
	padding-top: 20px;
}
.left {
	float: left;
	padding-right: 60px;
}
.right {
	float: left;
}
.clear{
	clear: both;
}
p{
	font-family: 'Fira Sans', sans-serif;
	color: #336c83;
}
a{
	color: #af1b25;
}

img.border {
	border: solid #336c83 4px;
}

div.kreis {
  width: 14px;
  height: 14px;
  border-radius: 50px;
  background-color: #af1b25;
  margin: auto;
}