/*********************************/
/* Anfang dynamisches Menüsymbol */
/*********************************/
#sidebarMenu {
	min-height: calc(100dvh - 40px);
	vertical-align: top;
    right: 0;
    width: 200px;
	border-radius: 8px;
    margin-top: 40px;
    transform: translateX(1200px);
    transition: transform 300ms ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
	justify-content: space-between;
	-webkit-box-shadow: -10px 10px 6px 0px rgba(219, 219, 219, 0.75);
	-moz-box-shadow: -3px 3px 6px 0px rgba(219, 219, 219, 0.75);
	box-shadow: -3px 3px 6px 0px rgba(219, 219, 219, 0.75);
	opacity: 1;
	position: absolute;
	top: 0;
	z-index: 100;
    display: flex;
	background-color: #eaeaee;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
	height: 32px;
	line-height: 32px;
	text-align: left;
	vertical-align: middle;
    list-style: none;
	text-align: left;
    padding: 0px;
    padding-left: 30px;
    border-bottom: 1px solid;
	border-bottom-color: silver;
  	background-color: #ffffff;
}
.sidebarMenuInner li:hover{
	background-color: #F1F1F3;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    cursor: pointer;
}
.sidebarMenuInner li label{
    cursor: pointer;
}

.sidebarMenuInner li a{
    cursor: pointer;
    text-decoration: none;
}
.menuepunkt_button {
	all: unset !impotant;
	height: 29px;
    width: 100%;
	text-align: left;
	vertical-align: middle;
	cursor: pointer;
	font-size: 1.0em;
	padding: 0;
	margin: 0;
	border: 0;
    border-bottom: 1px solid;
	border-bottom-color: silver;
	background-color: #ffffff;
}
.menuepunkt_button:hover{
	background-color: #F1F1F3;
}
	
.hidden_checkbox {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.hidden_checkbox:checked ~ #sidebarMenu {
    display: block;
    transform: translateX(0);
}

/*******************************/
/* Ende dynamisches Menüsymbol */
/*******************************/

/*******************************/
/* Anfang ausklappende Menübox */
/*******************************/
header .m-menu_checkbox {
  display: none;
}
header label.m-menu_toggle {
  cursor: pointer;
}
header .m-menu {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 200px;
	width: 100%;
	height: 100%;
	-moz-transform: translate3d(-200px, 0, 0);
	-o-transform: translate3d(-200px, 0, 0);
	-ms-transform: translate3d(-200px, 0, 0);
	-webkit-transform: translate3d(-200px, 0, 0);
	transform: translate3d(200px, 0, 0);
	-moz-transition: transform 0.35s;
	-o-transition: transform 0.35s;
	-webkit-transition: transform 0.35s;
	transition: transform 0.35s;
	z-index: 1;
	overflow: hidden;
	overflow-y: auto;
	background-color: #eaeaee;
}
header .m-menu .m-menu {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 200px;
	width: 100%;
	height: 100%;
  -moz-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
	overflow: hidden;
	overflow-y: auto;
}
header .m-menu_overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: none;
}
header .m-menu_header {
  width: 100%;
  height: 40px;
  padding: 0;
  padding-right: 16px;
  padding-left: 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid silver;
}
header .m-menu_header span {
  font-size: 1.1em;
  font-weight: normal;
  text-align: left;
}
header .m-menu_header_span {
	width: 136px;
	height: 25px;
	line-height: 25px;
  	padding-top: 2px;
	display: flex;
	text-align: left;
	align-items: center;
}
header .m-menu .m-menu {
  -moz-transform: translate3d(200px, 0, 0);
  -o-transform: translate3d(200px, 0, 0);
  -ms-transform: translate3d(200px, 0, 0);
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
header .m-menu ul {
/*
	height: 100vh;
	height: 100svh;
	*/
	overflow-y: auto;
}
header .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
header .m-menu ul li .-invisible {
  border-bottom: 0;
}
header .m-menu .m-menu label.m-menu_toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
header .m-menu_checkbox:checked ~ .m-menu_overlay {
  display: block;
}
header .m-menu_checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-height: 500px){
	header .m-menu_header {
		padding: 0;
		padding-right: 5px;
		padding-left: 8px;
		height: 36px;
	}
	.sidebarMenuInner li{
		height: 28px;
		line-height: 28px;
    	padding: 0;
	    padding-left: 30px;
	}
	.menuepunkt_button {
		height: 24px;
	}
}

@media only screen and (max-width: 660px){
	#sidebarMenu {
	    margin-top: 32px;
	}
	header .m-menu_header {
		padding: 0;
		padding-right: 5px;
		padding-left: 8px;
	}
	.sidebarMenuInner li{
		height: 30px;
		line-height: 30px;
    	padding: 0;
	    padding-left: 30px;
	}
	.menuepunkt_button {
		height: 26px;
	}
}

/*******************************/
/*  Ende ausklappende Menübox  */
/*******************************/