.title-bar {
    background-color: #006eaf !important;
    /* #fad644 */
}

/* Menü Icon */
.ib-hamburger {
    display: none !important;
}
/* Wochenansicht Icon */
.ib-hamburger-side {
    display: none !important;
}
/* Zeitleiste Icon */
.ib-bar-graph {
    display: none !important;
}
/* Suche Icon */
.ib-search {
    display: none !important;
}
/* Zum Datum Springen Icon */
.ib-arrow-right-full-line {
    display: none !important;
}
/* Aktualisierung Icon */
.ib-refresh {
    display: none !important;
}
/* Jahresansicht Icon */
.ib-expand {
    display: none !important;
}
/* Tagesansicht Icon */
.ib-hourglass {
    display: none !important;
}
/* Divider Lines */
.left-divider-line {
    display: none !important;
}
.left-divider-line-events {
    display: none !important;
}

.box-calendar div.calendar {
    -moz-user-select: text;    
    user-select: text;
}

div.calendar div.all-events-view div.contents div.month div.events div.event a {
  color: var(--calendar-js-event-text-color);
  font-size: small;
}

div.calendar div.all-events-view div.duration {
    display: none;
}