#Navigation-an-aus {
    opacity: 0;
    position: absolute;
    z-index: 11;
}

#Navigation-an-aus-label {
    -moz-user-select: none;
    background: none repeat scroll 0 0 rgba(255, 255, 255, .0);
    border: 0px solid red;
    color: #fff;
    display: block;
    height: 3.5em;
    right: 0;
    position: fixed;
    width: 50px;
    z-index: 1;
}

#Navigation-an-aus-label::before {
    box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff, 0 18px 0 #ffffff;
    content: "";
    display: block;
    height: 2px;
    right: 13px;
    position: absolute;
    top: 18px;
    width: 24px;
}

#Navigation-an-aus-label:hover::before {
    box-shadow: 0 6px 0 rgba(0,200,0,1), 0 12px 0 rgba(0,200,0,1), 0 18px 0 rgba(0,200,0,1);
}

#Navigation-an-aus:checked ~ #Navigation-an-aus-label::before {
    box-shadow: 0 6px 0 #ffffff, 0 12px 0 #ffffff, 0 18px 0 #ffffff;
    content: "";
    color: #fff;
    transform: rotate(90deg) translateX(11px) translateY(-13px);
}

#Navigation-an-aus:checked ~ #Navigation-an-aus-label:hover::before {
    box-shadow: 0 6px 0 rgba(0,200,0,1), 0 12px 0 rgba(0,200,0,1), 0 18px 0 rgba(0,200,0,1);
    content: "";
    color: #fff;
    transform: rotate(90deg) translateX(11px) translateY(-13px);
}

#Navigation {
    background: none repeat scroll 0 0 rgba(0,0,0, .0);
    height: calc(100% - 3.6em);
    right: -260px;
    overflow-x: hidden;
    overflow-y: scroll;
	margin-top: 3.5em;
    padding: 20px;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 9999;
}

#page-content {
	float: left;
    height: 100%;
    margin-right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 1.5em;
    width: 100%;
}

#page-content section {
	z-index: 1;
}

#Navigation-an-aus:checked ~ #Navigation-an-aus-label {
    background: none repeat scroll 0 0 rgba(0,0,0, .87);
    height: 100%;
    right: 0;
    width: 100%;
    z-index: 9998;
}

#Navigation-an-aus:checked ~ #Navigation {
    right: calc(50% - 130px);
}

#Navigation-an-aus:checked ~ #page-content, #Navigation-an-aus:checked ~ header {
    margin-left: -100%;
}

#Navigation-an-aus:checked ~ header #logolink {
    margin-left: 100% !important;
}

#Navigation button {
	color: #fff;
	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,0);
	border: 1px solid #fff;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	font-size: 1.5em;
	margin-bottom: 1em;
	height: 1.75em;
	width: 90%;
	transition: all .1s ease-in-out;
}

#Navigation button:hover {
	background-color: rgba(0,0,0,.99);
	border: 1px solid rgba(0,200,0,1);
	box-shadow: inset 0 0 10px rgba(0,200,0,1);
	color: rgba(0,200,0,1);
	text-shadow: 0px 0px 10px rgba(0,200,0,1);
	cursor: pointer;
	transition: all .1s ease-in-out;
}

#Navigation button:active {
	border: 1px solid #fff;
	box-shadow: inset 0 0 10px rgba(255,255,255,1);
	color: #000;
	text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

@media all and (max-width: 350px) {
	#Navigation-an-aus:checked ~ #Navigation-an-aus-label {
		height: 3.5em;
		width: 100%;
		right: 0;
	}
	#Navigation-an-aus:checked ~ #Navigation {
		background: none repeat scroll 0 0 rgba(0,0,0, .87);
		right: 0%;
	}
	#Navigation {
		right: -100%;
		padding-top: 0.1em;
		width: 100%;
	}
	#Navigation-an-aus:checked ~ #page-content, #Navigation-an-aus:checked ~ header {
		margin-left: -100%;
	}
}

#Navigation-an-aus-label,
#Navigation-an-aus-label::before,
#Navigation,
#Navigation-an-aus:checked ~ #Navigation-an-aus-label,
#Navigation-an-aus:checked ~ #Navigation,
#Navigation-an-aus:checked ~ header,
header,
#page-content,
#Navigation-an-aus:checked ~ #page-content {
	transition: all .25s ease-in-out 0s;
}