.ShowHide {
	overflow: hidden;
	border: 100px solid rgba(255,255,255, 1);
	background-color: rgba(0,200,0, .87);
	border-radius: 0.5em;
	box-shadow: 0 0 1em rgba(0,200,0,0.5);
	color: rgba(0,200,0, 1);
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	margin: auto;
	opacity: 0;
	padding: 0.5em;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 87%;
	transition: all 1.5s ease-in-out;
	word-wrap: break-word;
}
#left {
	overflow: hidden;
	text-align: center;
}
#right {
	float: right;
	width: 30px;
	height: 20px;
	text-align: center;
}
.ShowHide a {
	color: #FFFFFF;
	text-decoration: none;
}
.ShowHide a:hover {
	text-decoration:underline;
}

/* DrawerNavi Extra */
#Navigation-an-aus:checked ~ .ShowHide {
	opacity: 0 !important;
	transition: all .25s ease-in-out 0s;
}

#Navigation button.disabledNaviButton {
	color: rgba(255,255,255, .5);
	background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 5px rgba(0,0,0, .87);
	text-shadow: 0px 0px 0px rgba(255,255,255, .5);
	border: 1px solid rgba(255,255,255, .5);
	border-right-color: #ddd;
	opacity: 0.5;
	cursor: default;
}

#Navigation button.disabledNaviButton:hover {
	color: rgba(255,255,255, .5);
	background-color: rgba(0,0,0,0);
	box-shadow: inset 0 0 5px rgba(0,0,0, .87);
	text-shadow: 0px 0px 0px rgba(255,255,255, .5);
	border: 1px solid rgba(255,255,255, .5);
	border-right-color: #ddd;
	cursor: default;
	opacity: 0.5;
}