body {
	background-color: #101C4B;
}
.text {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.75em;
	font-style: normal;
	line-height: 1.5em;
	color: #FFFFFF;
	margin: 20px;
	}

.leistung {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	line-height: 0.6em;
	color: #FEF1D1;
	text-align: right;

	font-variant: normal;
	text-transform: uppercase;
	margin: 15px;
	}
.titel {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 0.85em;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	margin: 20px;
	
}
a {
	color: #FEF1D1;
	text-decoration: none;
}

a:visited {
	color: #FEF1D1;
	text-decoration: none;
}
a:hover {
	color: #8C95BB; text-decoration: none;
}
a:active {
	color: #8C95BB; text-decoration: none;
}