
/* Flackern der Topbar verhindern */
.top-bar {
  display: none;
	}
.top-bar ul {
  	border: none;
    }
    
.title-bar {
  	padding: 0.5rem;
  	background: #006f51;
  	color: #fff; 

  	}    
.title-bar span {
    margin-left: 10px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
	font-size:100%;
    }



.title-bar .shortcuts {
    position: absolute;
    right:0;
    top:0;
    margin-top: -10px;
    width:55vw;
    }
.title-bar .shortcuts p a i {
    padding:6px;
    margin:0 8px;
    font-size: 1.25em;
    color:#fff;
    }



