<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.T2710 {
	margin: 100px 0 0 0;
}

#rating:not(.app) {
	background-color: #FFF;
	padding: 20px 50px;
}

#rating .errors {
	margin: 0 0 10px 0;
}
#rating .errors .error {
	font-size: 12px;
	background-color: #900;
	color: #FFF;
	padding: 2px 5px;
	margin-bottom: 2px;
}

#rating:not(.app) h1 {
	font-family: "Sorts Mill Goudy",serif;
	font-style: italic;
	font-weight: 400;
	font-size: 50px;
	line-height: 1.2;
	margin: 0px 0px 20px 0;
}

#rating h2 {
	font-size: 16px;
	text-transform: uppercase;
}

#rating.app h1 { font-size: 24px; margin-top: 0; }
#rating.app h2 { font-size: 14px; margin-bottom: 0; }

#rating .infotext {
	font-size: 11px; margin: 0px 0px 5px 8px; color: #999;
}

#rating:not(.app) form { padding-top: 120px; }

#rating .group {
	margin: 0 0 10px 0;
}
#rating:not(.app) .group &gt; .Widget {
	float: left;
	margin: 0 10px 0 0;
}

#rating .group &gt; .Widget label {
	display: block;
	font-size: 12px;
}

#rating .group &gt; .Widget select { display: block; }

#rating:not(.app) form input[type=submit] {
	float: right;
	border: 0px;
	margin: 0px;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

#rating .clientinfo .infos {
	font-size: 16px;
	margin-bottom: 20px;
}

#rating .helpingtext {
	font-size: 16px;
	margin-bottom: 20px;
	background-color: #EEE;
	padding: 1px 2px;
}

.legende {
	margin-top: 0;	
	width: 40%;
}

.legendewrapper{
	margin: 0 auto;
	display: flex;
}
.legendewrapper .stars{
	flex:1;
}
@media all and (min-width: 900px) and (max-width: 1279px) {
	.legende {
		margin-top: 0;	
		width: 55%;
	}
}

@media all and (min-width: 569px) and (max-width: 899px) {
	.legende {
		margin-top: 0;	
		width: 70%;
	}
}

@media all and  (max-width: 568px) {
	.legende {
		margin-top: 0;	
		width: 80%;
	}
}</pre></body></html>