.st-container,
.st-pusher,
.st-content {
	height: 100%;
	background-color:#1e1e1e;
}

.100prozent{
	height: 100%;
}

.st-content {
	/*overflow-y: scroll;*/
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


button.menuicon{
    background: none repeat scroll 0 0 #111111;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 2.2em;
    margin: 2px 0;
    padding: 0.8em;
	z-index:999;
	outline: 0;
}

@media only screen and (max-width: 1199px) {
	.home button.menuicon{
		background: transparent;
	}
}

@media only screen and (max-width: 1199px) {
	button.menuicon{
		background: #1e1e1e;
		padding: 0.55em;
	}
}

button.openicon:before{
   font-family: FontAwesome;
   content: "\f0c9";
}

button.closedicon{
position:relative;
  top: -50px;
  left: -80px;
}
button.closedicon:before{
   font-family: FontAwesome;
   content: "\f00d";
}

.bt-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	border-width: 0px;
	border-style: solid;
	border-color: #191919;
	background-color: #111111;	
	z-index:998;
	-webkit-backface-visibility: hidden;
	-webkit-transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
	transition: border-width 0.3s, background-color 0.3s, height 0s 0.3s;
}

@media only screen and (max-width: 1199px) {
.bt-menu {
	border-color: transparent;
	background-color: transparent;
	}
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	z-index:2;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 400px;
	padding-left:80px;
	padding-top:50px;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow-y:auto;
}

@media only screen and (max-width: 768px) {
.st-menu ul {
	text-align:left;
}

.st-effect-2.st-menu-open span{
	margin-left:0px !important;
}
}


.st-menu ul li{
	border-bottom: 1px solid #383838;
	clear: both;
    padding: 15px 30px;
    transition-duration: 0.3s;
}

.st-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	outline: none;
	color: #f3efe0;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	letter-spacing: 1px;
	font-size:1.4em;
	font-weight: 800;
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}


/* Individual effects */


/* Effect 2: Reveal */
.st-effect-2.st-menu-open .st-pusher {
	-webkit-transform: translate3d(400px, 0, 0);
	transform: translate3d(400px, 0, 0);
}

.st-effect-2.st-menu {
	z-index: 1;
}

.st-effect-2.st-menu-open .st-effect-2.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	min-height:100vh;
}

.st-effect-2.st-menu::after {
	display: none;
}


/**/
.st-effect-3.st-menu-open .st-pusher {
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}