.kss-content {
	background: #5a5a5a;
	color: #dedede;
	width: 100%;
	padding: 1px 0 8px 0;
}
.kss-content h1 {
	color: #dedede;
	font-weight: 400;
	font-style: italic;
}
.logo-kss {
	height: 90px;
}
.footnote {
	font-size: 0.8em;	
}
.typenschild-explanation {
	width: 100%;
}
.header {
	background: rgba(89, 89, 89, 0);
}

.item-container {
	display: flex;
	flex-direction: row;
	height: 25px;
	margin-bottom: 10px;
}
.conformity-icon {
	width: 1.6em;
	height: 1.6em;
	fill: rgb(13, 116, 175);
}
.item-container i {
	line-height: 25px;
	font-size: 1.6em;
}
.item-description {
	margin-left: 10px;
	line-height: 32px;
}