

.top-bar {
  display: none !important;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar, .scrolled .title-bar {
  	padding: 0 20px;
  	background:var(--maincolor-grau);
  	color: #fff; 
    height:40px;
  	}    
.menu-icon::after {
  position: absolute;
  top: 4px !important;
  background: #fff;


}
button span {
    padding-left:30px;
    color:#fff;
    font-weight:600;
	font-size:1.1rem;
        
}
@media screen and (min-width: 1024px) {
   .top-bar {
    display: block !important;
  }

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