/* perlenspiele */
body {
	background: #512da8;
	color: slategrey;
}
body:after {
	background: linear-gradient(to top right, #512da8, #9fa8da);
}
.header .navigation a:hover {
	color: #512da8;
}
.descriptionwrapper .border {
	background: linear-gradient(to top right, #512da8, #9fa8da);
}
.descriptionwrapper .description span {
	color: #512da8;
}
.contentwrapper .imagedescription a {
	color: #512da8;
}
.contentwrapper .imagedescription a:hover {
	color: slategrey;
}
.contentwrapper .subnavigation a {
	color: #512da8;
	background: white;
}
.contentwrapper .subnavigation a:hover {
	background: #9fa8da;
	color: white;
}