#menue_links::before {
    background-color: #fff;
    background-image: url("../custom/bilder/logo.png");
    background-origin: content-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 1px solid #ccc;
    content: "";
    height: 160px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 0;
    width: 100%;
}
#menue_links {
    padding-top: 156px;
}
.bg-primary, #menue .menue_block_kopf.menue_block_item_active {
    background-color: rgb(24,57,138);
}
a {
    color: rgb(24,57,138);
    text-decoration: none;
}
.progress-bar {
    background-color: rgb(24,57,138);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}
.personal_urlaub .titelCaption span {
  display: none;
}
.personal_urlaub .titelCaption:after {
  content: 'Fehlzeiten';
}