  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
    background: #e3ecf3;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
    background: #e3ecf3;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #79a4c0;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #000;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 10px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  #cssmenu #menu-button::before {
    display: block;
	background: url(../gfx/icon_mitgliederhome.png);
    background-size: auto auto;
	background-size: cover;
	width: 11px;
	height: 11px;
	content: "";
	float: left;
	margin-top: 4px;
	margin-right: 5px;
  }


  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 40px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
  }
  #cssmenu ul ul .submenu-button {
    height: 40px;
    width: 46px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #e3ecf3;
    content: '';
  }
  
  .trail #cssmenu .submenu-button:after {
    background: #79a4c0;
  }
  
  li.submenu:hover #cssmenu .submenu-button:after {
    background: #e3ecf3;
  }
  li.trail:hover #cssmenu .submenu-button:after {
    background: #79a4c0;
  }
  li.submenu:hover #cssmenu .level_2 .submenu-button:after, li.submenu:hover #cssmenu .level_2 .submenu-button:before {
    background: #79a4c0;
  }
   
  li.submenu:hover #cssmenu .submenu-button:before {
    background: #e3ecf3;
  }
    li.trail #cssmenu .submenu-button:before {
    background: #79a4c0 !important;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 22px;
    right: 19px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #e3ecf3;
    content: '';
  }
  .trail #cssmenu .submenu-button:before {
    background: #79a4c0;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19px;
    right: 22px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

