/* CSS Document */

.infotext summary {
	cursor: pointer;
	min-width: 550px;
}

.infotext {
	margin: 20px auto 20px auto;
	transform: 0.3s;
}

.infotext:hover {
	scale: 1.01;
}

.infotext details[open] {
	max-width: 550px;
}

.thema {
	color: #463979;
	font-size: 18px;
}