
/* ====  SLIDE-BUTTON =========================================   */



.bars_g {
	z-index:99999;
	border: 1px solid #fff;
	position: absolute;
	border-radius: 100%;
	/* border-color:10px solid #fff; */
	background-color:rgba(0, 0, 0, 0.3);
	color: #fff;
	display:block;
	top: 19px;
	left: 12px;
	width: 60px;
	height: 60px;
	margin:0;
	padding:0;
	text-align:center;
}

.bars_g:hover,
.bars_g:active {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}



.bars_k  {
	z-index:99999;
	border: none;
	position: fixed;
	background-color:rgba(0, 0, 0, 0);
	color: #fff;
	display:block;
	top: 0px;
	left: 12px;
	margin:0;
	padding:0;
	text-align:center;
}






/* ====  menue =========================================   */

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}





.scrolltop {
 display:none;
}


.scrolltop {

	max-height:60px;
	position: fixed;
	top: 19px;
	left: 12px;
	border-radius: 100%;
	border: 1px solid #fff;
	outline: 0;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.3);
}


.scrolltop a {
	margin:0;
	padding:0;
    display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	width:60px;
	height:60px;
	max-height:60px;
	line-height:60px;
	border-radius: 100%;
	

}

.scrolltop a:hover,
.scrolltop a:active {
	overflow:hidden;
	color:#fff;
	background-color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}




.roll .iconset:hover:before {
	-webkit-animation: toTopFromBottom 0.9s forwards;
	-moz-animation: toTopFromBottom 0.9s forwards;
	animation: toTopFromBottom 0.9s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(30%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-30%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(30%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-30%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(30px);
	}
	50% {
		opacity: 0;
		transform: translateY(-30px);
	}
	51% {
		opacity: 1;
	}
	
}





.aktuell_k  {
	z-index:99998;
	width:100%;
	border: none;
	position: fixed;
	background-color:rgba(0, 0, 0, 0);
	color: #fff;
	display:block;
	top: 0px;
	right:12px;
	margin:0;
	padding:0;
}



.aktuell {
	max-height:60px;
	position: fixed;
	top: 19px;
	left: 82px;
	border-radius: 100%;
	border: 1px solid #fff;
	outline: 0;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.3);
}

.aktuell a {
	margin:0;
	padding:0;
    display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	width:60px;
	height:60px;
	max-height:60px;
	line-height:60px;
	border-radius: 100%;

}


.aktuell:hover,
.aktuell:active {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-user-select: none; 
	-webkit-touch-callout: none;
}