

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

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

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