.sidenav {
	background: #212121;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	display: block;
	font-size: 16px;
	font-weight: 400;
	transform: translate(-262px, 0);
    transition: transform .3s;
	top: 0;
	width: 225px;
	height: 100%;
	left: 0;
	position: fixed;
	overflow: auto;
	transform: translate(-262px, 0);
    transition: transform .5s;
	top: 0;
	width: 225px;
	z-index: 1100;
}
.sidenav.show {
	transform: translate(0, 0);
}
.sidenav-brand {
	background: #ce3c2b;
	border-bottom: 1px solid #616161;
	color: #FAFAFA;
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 20px 10px;
	z-index: 1100;
}
.sidenav-header {
	background: transparent;
	border-bottom: 2px solid #424242;
	color: green;
	font-size: 19.2px;
	line-height: 20px;
	margin: 0;
	padding: 10px 20px 10px;
}
.sidenav-header small {
	display: block;
	font-size: 14.4px;
	line-height: 16px;
}
.sidenav-menu {
	list-style: none;
	margin: 0;
	padding: 10px;
}
.sidenav-menu li {
	display: block;
	position: relative;
}
.sidenav-menu a {
	background: transparent;
	color: #555555;
	display: block;
	line-height: 14px;                 /* Zeilenh�he Men� */
	padding: 10px 10px;                /* Abstand Menutext */
	text-decoration: none;
}
.sidenav-menu a:hover {
	background: #616161;
	color: #BDBDBD;
}
.sidenav-menu a.active {
	color: #FAFAFA;
}
.sidenav-menu a.active .sidenav-link-icon,  .sidenav-menu a.active .sidenav-dropdown-icon {
	color: #FAFAFA;
}
.sidenav-link-icon {
	color: #757575;
	display: block;
	height: 24px;
	left: 24px;
	position: absolute;
	text-align: center;
	top: 16px;
	width: 24px;
}
.sidenav-link-title {
	font-weight: bold;
	color: white;              /* Farbe Hauptmen� */
	font-size: 18px;           /* Text Hauptmenu */
	display: block;
	padding: 0 10px 0 0px;     /* Abstand Text Untermenu */
}
.sidenav-link-title1 {
	font-weight: bold;
	color: white;              /* Farbe Hauptmen� */
	font-size: 14px;           /* Text Hauptmenu */
	display: block;
	padding: 0 10px 0 0px;     /* Abstand Text Untermenu */
}
.sidenav-link-undertitle {
	font-weight: normal;
	color: #99FF00;
	font-size: 16px;
	display: block;
	padding: 30px 0px 0px 0px;
}
.sidenav-dropdown {
	border-top: 2px solid #424242;
	border-bottom: 2px solid #424242;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidenav-dropdown a {
	background: #191919;
	color: #ffff00;
	padding-left: 30px;
}
.sidenav-dropdown a:hover {
	background: #616161;              /* Farbe Untermen� Hintergrund*/
	color: #FFFFFF;                       /* Farbe Untermen� */
}
.sidenav-dropdown li:first-child a {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.sidenav-dropdown-icon {
	color: white;
	display: none;
	height: 16px;
	right: 16px;                         /* Pfeile von rechtem Rand */
	position: absolute;
	text-align: center;
	top: 0px;
	width: 16px;
}
.sidenav-dropdown-icon.show {
	display: block;
}
.sidenav-overlay {
	background: rgba(255, 255, 255, 0.0);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.sidenav-no-scroll {
	overflow: hidden !important;
}
 <i class="material-icons">menu</i>  .material-icons a {
	color: yellow;
	text-decoration: none;                 /* Farbe kleines Men� */
}
.material-icons a:visited {
	color: red;
}                                     /* Farbe kleines Men� */
.material-icons a:hover {
	color: red;                       /* Farbe kleines Men� */
	text-decoration: none;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  line-height: 0.7;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
