.login {
	width: 24rem;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -3.25rem 0 0 -12rem;
}

.login input[type="submit"]{
	float: right;
}

/* Muss Weichen für NavBar
.viewStack {
	display: inline-block; 
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.view {
	background: #fff;
	position: absolute;
	top: 5.1rem;
	left: 16rem;
	bottom: 0;
	right: 0;
}
*/
.cutOverflow {
	overflow: hidden;
}

.embeddedViewTitleWrapper h1 {
	display: inline-block;
	width: calc(100% - 2.5rem);
}

.embeddedViewTitleWrapper button {
	display: inline-block;
}



.sidebarHideButton {
	width: 1.40625rem;
	height: 1.40625rem;
	padding: 0;
	border: 0;
	margin: 50px 0 0.25rem 0;
	cursor: pointer;
}

.sidebarItemHead .svg {
	display: inline-block;
	width: 1.40625rem;
	height: 1.40625rem;
	vertical-align: top;
}

.sidebarItemHead h2 {
	display: inline-block;
	vertical-align: top;
	padding-left: 0.5rem;
}