.impressumWrapper{
	padding: 30px 0;
}

.impressumInformations{
	width: 93.75%;/* 300/320 */
	border: 1px solid #ccc;
	margin: 0 auto;
}

.impressumTitle{
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc;
	color: #1a1a1a;
	font-weight: 700;
	height: 50px;
	margin: 0;
	padding: 0 10px;
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.impressumInformationsBody{
	padding: 20px 5px;
}

.impressumSubtitle{
	font-family: MuseoSans;
	color: #000;
	font-size: 12px;
	font-weight: 700;
	padding: 4px;
}

.impressumColumn{
	padding: 6px;
}

.impressumLabel{
	font-family: MuseoSans;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: 500;
	display: block;
}

.impressumLabel a{
	text-decoration: underline;
	color: blue;
}


@media(min-width:768px){
	
	.impressumTable{
		display: table;
		width: 100%;
	}
	
	.impressumRow{
		display: table-row;
	}
	
	.impressumColumn{
		display: table-cell;
		padding: 8px 10px;
	}
}

@media(min-width:1280px){

	.page-impressumInformations #content {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
}

