

.top-bar {
  display: none !important;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background:var(--maincolor-gruen);
  	color: #fff; 
    height:40px;
  	}    
.menu-icon::after {
    position: absolute;
    top: 2px !important;
    background: #fff;
    }
button span {
    padding-left:30px;
    color:#fff;
    font-weight:600;
    font-size:var(--text-s);    
    }
@media screen and (min-width: 1024px) {
   .top-bar {
    display: block !important;
  }

   .title-bar {
    display: none !important;
  }
}

