#menu {
  z-index: 2;
  /*max-width:200px;*/
  /*min-width: 200px;*/
  width: 200px;
  background-color: #064411; /*#060c10;*/
  height: 100%;
  /*box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.5);*/
  /*-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.5);*/
  /*-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);*/
  transition: 0.5s;
}

#menu i {
  min-width: 25px;
  text-align: center;
}

.menu_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.menu_li {
  padding: 0;
  padding-left: 10px; /* Abstand der eingerückten Submenüpunkte*/
  color: #ffffff; /* #637785; */
  background-color: #064411; /*#060c10;*/
}

.menu_li a,
a:visited {
  text-decoration: none;
  color: #ffffff; /*#637785*/
}

.menu_point {
  background: #064411; /*#060c10;*/
  color: #ffffff; /*#637785*/
  padding-left: 10px;
  padding-top: 10px;
  height: 30px;
  border-bottom: 1px solid #1b762b; /*#213e52;*/
  font-weight: normal;
}

.menu_point:hover {
  background: linear-gradient(90deg, #1b762b, #1b762b); /*#101f29, #101f29*/
  color: #fff;
  cursor: pointer;
}

.menu_point_active {
  background: linear-gradient(90deg, #064411, #1b762b); /*#060c10, #101f29*/
  color: #fff;
  padding-left: 10px;
  padding-top: 10px;
  height: 30px;
  border-bottom: 1px solid #1b762b; /*#213e52*/
  border-right: 5px solid #f8b413; /*#00cd48*/
}

.menu_point_active:hover {
  background: linear-gradient(90deg, #1b762b, #1b762b); /*#101f29, #101f29*/
  color: #fff;
  cursor: pointer;
}
