#lastUpdated:before {
	content: 'Letzte Aktualisierung: ';
}

#breadcrumbcontainer:before {
	content: 'Ansicht ';
}

#shadowContainer {
    background-color: white;
    padding: 18px;
}

#sidebarWrapper {
    border-color: #BD166B;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
}

#sideHeader {
    border-bottom-color: lightgray;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

@media only screen and (max-width: 600px) {
	#aside {
		display: none;
	}
}

