.impressum {
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
.impressum-ttl {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
.impressum-item {
	box-sizing: border-box;
	width: 50%;
	max-width: 50%;
	min-height: 1.8em;
	overflow: hidden;
	text-align: left;
	justify-content: center;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ddd;
}