:root {
  --scroll-bar-width: 18px;
}

#accept-cookies-container {
  font-size: 14px;
  height: 100%;
  position: relative;
  text-align: center;
  width: 100%;
}

.k-item .transport-item {
  width: 142px;
}

.k-item .vehicle-item {
  width: 145px
}

.k-item .employee-item {
  width: 145px;
}

#accept-cookies-container>div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#accept-cookies-container>div>span {
  padding-right: 16px;
}

#drawer {
  height: 100%;
}

#drawer-content {
  border-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  box-sizing: border-box;
  width: auto;
}

#drawer .k-drawer-item>label {
  cursor: pointer;
}

#drawer li:not(.k-drawer-separator) {
  padding: 8px;
}

#drawer2 .k-drawer-item:not(.k-drawer-separator) {
  padding: 8px;
}

#drawer .k-drawer-item .k-icon {
  margin: 0px;
}

#drawer .k-item-text {
  line-height: 100%;
}



#employee-form .k-form-field .k-form-label,
#transport-form .k-form-field .k-form-label,
#trip-form .k-form-field .k-form-label,
#vehicle-form .k-form-field .k-form-label {
  font-size: 12px;
  margin-bottom: 2px;
  opacity: 0.7;
  text-transform: none;
}

#employee-form .k-form-field .info-label,
#transport-form .k-form-field .info-label,
#trip-form .k-form-field .info-label,
#vehicle-form .k-form-field .info-label {
  white-space: pre-wrap;
  padding-left: 4px;
  font-size: 14px;
  margin-bottom: 2px;
  opacity: 0.7;
  text-transform: none;
  margin: 0 0 8px;
  display: inline-flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 160px;
  hyphens: auto;
  line-break: normal;
}

/* Accent color for action buttons (Office 365 Blue) */
  .toolbar-btn-accent,
  .k-form-field.action .k-icon,
  .k-form-field.action .k-form-label {
    color: #0072c6 !important;
    opacity: 0.85 !important;
  }

  .toolbar-btn-accent:hover,
  .k-form-field.action:hover .k-icon,
  .k-form-field.action:hover .k-form-label {
    opacity: 1 !important;
  }

#employee-form .k-form-field .info-label.action,
#transport-form .k-form-field .info-label.action,
#trip-form .k-form-field .info-label.action,
#vehicle-form .k-form-field .info-label.action,
#employee-form .k-form-field .k-form-label.action,
#transport-form .k-form-field .k-form-label.action,
#trip-form .k-form-field .k-form-label.action,
#vehicle-form .k-form-field .k-form-label.action {
  color: #0072c6 !important;
  /*opacity: 0.7 !important;
  margin-bottom: 0 !important;*/
}

.action:hover {
  cursor: pointer;
  opacity: 1 !important;
  /* background-color: #F4F4F4; */
}

/* Help Panel Fixes */
#help-scrollview .k-scrollview-wrap {
  position: static !important;
}

#help-scrollview .help-page {
  justify-content: flex-start !important;
  padding-top: 8px !important;
}

#help-scrollview .help-page>div:first-child {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

#help-scrollview .k-scrollview-nav {
  margin-top: 4px;
}

#help-scrollview .k-scrollview-nav .k-link {
  width: 6px !important;
  height: 6px !important;
  margin: 0 3px !important;
  border-radius: 50%;
}

/* Kleinere Navigationspfeile für Help Panel */
#help-scrollview .k-scrollview-prev,
#help-scrollview .k-scrollview-next {
  width: 24px !important;
  height: 24px !important;
  top: 6px !important;
}

#help-scrollview .k-scrollview-prev .k-icon,
#help-scrollview .k-scrollview-next .k-icon {
  font-size: 20px !important;
}

/* X-Button zum Schließen des Help-Panels */
#help-close-btn {
  position: absolute;
  right: 0px;
  bottom: 6px;
  width: 24px !important;
  height: 24px !important;
  background-color: transparent;
  border: none;
  cursor: pointer;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0.7;
  transition: opacity 0.2s;
}

#help-close-btn:hover {
  opacity: 1;
}

#help-close-btn .k-icon {
  font-size: 20px !important;
}

#help-scrollview {
  height: 100px !important;
  position: relative;
}

/* Wenn Help-Panel ausgeblendet ist */
#help-scrollview.help-collapsed {
  display: none !important;
}


/* Help-Panel bei Tablet Landscape (screenMode=1) verstecken */
@media only screen and (orientation: landscape) and (max-width: 1023px) {
  #help-scrollview {
    display: none !important;
  }

  /* Help-Toggle-Button verstecken */
  #toolbar-toggle-help,
  #toolbar-toggle-help_overflow {
    display: none !important;
  }
}

/* Edit-Views nach oben verschieben wenn Help ausgeblendet */
body.help-hidden #transport-edit,
body.help-hidden #trip-edit,
body.help-hidden #vehicle-edit,
body.help-hidden #employee-edit {
  top: 134px !important;
  /* Ohne Help-Panel-Höhe */
}


#employee-form .k-form-field,
#transport-form .k-form-field,
#trip-form .k-form-field,
#vehicle-form .k-form-field {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block;
  margin-top: 3px;
  margin-bottom: 3px;
}

#employee-form .k-invalid-msg,
#vehicle-form .k-invalid-msg,
#transport-form .k-invalid-msg,
#trip-form .k-invalid-msg {
  font-size: 12px;
  font-weight: bold;
  margin-left: 0px;
}

#employee-form,
#transport-form,
#trip-form,
#vehicle-form {
  padding: 5px;
}

#fab-speed-dial-list .k-fab-item-text {
  font-size: 14px;
}



#impressum {
  height: 100%;
  overflow: scroll;
  width: 100%;
}

#impressum .sticky-header {
  display: block;
  position: sticky !important;
  top: 0 !important;
  width: 100%;
  z-index: 100;
}

#impressum h1 {
  font-size: 18px;
}

#impressum h2 {
  font-size: 14px;
}

#impressum>div:nth-child(2) {
  padding: 0px 10px 10px 10px;
}

#info-window {
  position: fixed;
  left: 10px;
  top: 50px;
}

#info-window-map {
  float: left;
  width: 175px;
  height: 150px;
}

#info-window>div:nth-child(2) {
  float: left;
  width: 100px;
  height: 150px;
  display: none;
}

#info-window>div:nth-child(3) {
  float: left;
  width: 100px;
  height: 150px;
  display: none;
}

#listbox-header .k-floatwrap.k-header.k-scheduler-toolbar {
  border-style: none;
}

#listbox-header .k-widget.k-scheduler.k-floatwrap {
  border-style: none;
}

#map {
  width: 100%;
  height: 100%;
}

#map .gmnoprint .gm-bundled-control .gm-bundled-control-on-bottom {
  right: 90px;
  top: 30px;
}

#map-toolbar {
  width: auto;
  border-style: none;
  padding: 0 10px;
  margin: 0;
  background-color: transparent;
  box-sizing: border-box;
  color: white;
  position: relative;
  top: calc(-100% + 10px);
}

#map-toolbar .k-button {
  background-color: white;
}

#map-toolbar-bottom {
  width: fit-content;
  background-color: transparent;
  border-color: transparent;
  color: white;
  position: relative;
  bottom: 110px;
  left: 15px;
}

#map-toolbar-bottom-zoom-out,
#map-toolbar-bottom-zoom-in,
#map-toolbar-bottom-zoom-fit-all {
  background-color: white;
  box-shadow: 0 4px 5px rgb(0 0 0 / 14%), 0 1px 10px rgb(0 0 0 / 12%),
    0 2px 4px rgb(0 0 0 / 20%) !important;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
}

.toolbar-template-div {
  padding: 1px;
  box-sizing: border-box;
  height: 30px;
}

#toolbar-save-auto .k-switch.k-widget {
  width: 56px;
}

#toolbar-save .k-switch-container,
#toolbar-save_overflow .k-switch-container {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 1px;
}

#toolbar-save .k-switch-container {
  background-color: #ff8d39;
  border-color: rgba(0, 0, 0, 0.75);
  color: black;
}

#toolbar-save .k-switch-off .k-switch-handle,
#toolbar-save_overflow .k-switch-off .k-switch-handle {
  border-color: black;
  background-color: transparent;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  border-radius: 1px;
}

#toolbar-save .k-switch-on .k-switch-handle,
#toolbar-save_overflow .k-switch-on .k-switch-handle {
  left: calc(100% - 14px);
  background-color: rgba(0, 0, 0, 0.2);
  border-color: black;
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  border-radius: 1px;
}

#toolbar-save .k-switch-label-off,
#toolbar-save .k-switch-label-on,
#toolbar-save_overflow .k-switch-label-off,
#toolbar-save_overflow .k-switch-label-on {
  width: calc(100% - 16px - 14px);
  font-size: 14px;
  line-height: 16px;
}

#toolbar-save-direct-overflow .state-focused::after {
  box-shadow: none;
}

#toolbar>div.k-overflow-anchor.k-button {
  border-color: transparent !important;
  color: inherit;
  background: 0 0 !important;
  box-shadow: none !important;
  transition: color 0.2s ease-in-out;
}



.k-form-field.action .k-form-label {
  font-size: 14px !important;
  padding-left: 4px;
  flex-grow: 1;
  margin: 0;
}

.k-form-field.action {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.k-form-field.action .k-icon:last-child {
  margin-left: auto;
}



/* Ressource-Zellen: Flex-Layout für Titel + Button (als innerer div, nicht auf th selbst) */
.k-scheduler-resource-row {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

.k-scheduler-resource-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.k-scheduler-add-trip {
  flex-shrink: 0;
}

/* Hover-Effekt für "Neue Tour"-Link in Scheduler-Ressource-Zellen */
.k-scheduler-add-trip .k-icon {
  border-radius: 2px;
  padding: 4px;
  transition: background-color .2s ease-in-out;
}

.k-scheduler-add-trip:hover .k-icon {
  background-color: rgba(0, 114, 198, 0.08);
}

/* Muted icon color for info-only rows (no action), from Kendo Office 365 palette */
.icon-muted {
  color: #67737c !important;
}

#toolbar-date-view {
  width: 155px;
  justify-content: left;
}

#toolbar-edit-space {
  width: 146px;
  justify-content: flex-end;
}

#toolbar>div.k-spacer.k-hidden {
  display: flex !important;
}

.selected-value {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin-right: 5px;
  border-radius: 50%;
  position: relative;
  top: 3px;
}

/* Placeholder-Kreis im Copy-Dropdown verstecken */
#transport-trip-copy .selected-value[style*="background-color: transparent"],
#transport-trip-copy .selected-value[style*="background-color:transparent"] {
  display: none;
}

#transport-trip-list .k-item>span,
#transport-trip-edit-list .k-item>span,
#transport-trip-copy-list .k-item>span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  margin-right: 5px;
}

#transport-trip-list .k-item>span:first-child,
#transport-trip-edit-list .k-item>span:first-child,
#transport-trip-copy-list .k-item>span:first-child {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}

/* === transport-trip / transport-trip-copy DropDownList color theming ===
   Uses .trip-value-text class (set in valueTemplate) – no fragile Kendo wrapper IDs needed. */

/* Header text always blue (white/grey bg) */
.trip-value-text {
  color: #0072c6 !important;
}

/* Arrow icon blue (white/grey bg) */
.trip-dropdown-accent .k-select .k-icon {
  color: #0072c6 !important;
}

/* Hover/Active: kein Kendo-Grau (#eaeaea) und kein Kendo-Blau (#0072c6) als Header-Hintergrund */
.trip-dropdown-accent .k-dropdown-wrap.k-state-hover,
.trip-dropdown-accent .k-dropdown-wrap.k-state-active {
  background-color: #fff !important;
}

/* Popup items (white/grey bg): text span = blue, circle keeps its color */
#transport-trip-list .k-item span:last-child,
#transport-trip-copy-list .k-item span:last-child {
  color: #0072c6 !important;
}

/* Popup selected item (light blue bg): keep blue text (readable on light bg) */

#edit-pane {
  display: none;
  overflow: hidden;
  position: absolute;
  background-color: white;
  box-sizing: border-box;
  z-index: 100;
  height: auto;
}

#edit-pane>div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  box-sizing: border-box;
  height: 100vh;
}

#scheduler>table>tbody>tr:nth-child(1)>td:nth-child(2)>div>div>table>tbody>tr:nth-child(1),
#scheduler>table>tbody>tr:nth-child(1)>td:nth-child(1)>div>table>tbody>tr:nth-child(1) {
  box-sizing: border-box;
  height: 37px;
}

/*#scheduler2 .k-scheduler-header-wrap > table > tbody > tr:nth-child(2),
#scheduler2 .k-scheduler-times > table > tbody > tr:nth-child(2),*/
#scheduler .k-scheduler-layout.k-scheduler-dayview>tbody>tr:nth-child(1)>td:nth-child(2)>div>div>table>tbody>tr:nth-child(2),
#scheduler .k-scheduler-layout.k-scheduler-dayview>tbody>tr:nth-child(1)>td:nth-child(1)>div>table>tbody>tr:nth-child(2) {
  display: none;
  /* prevent height and paddings from influencing the size calculations */
  height: 0;
  padding: 0;
  overflow: hidden;
}

#scheduler .k-slot-cell.k-scheduler-group-cell {
  vertical-align: middle;
  font-weight: bold;
}

#scheduler .k-scheduler-toolbar,
#scheduler .k-scheduler-footer {
  /* make them invisible */
  display: none;
  /* prevent height and paddings from influencing the size calculations */
  height: 0;
  padding: 0;
  overflow: hidden;
}

#scheduler .k-event,
.k-more-events {
  border: none;
}

#scheduler .k-scheduler-content .k-event {
  box-shadow: none;
}

#scheduler .k-scheduler-header .k-scheduler-table {
  text-transform: none;
}

#scheduler .k-scheduler-header-wrap>table>tbody>tr:nth-child(2)>th {
  text-overflow: clip;
}

#scheduler .k-scheduler-monthview .k-hidden,
.k-scheduler-monthview .k-scheduler-table td {
  text-align: left;
}

#scheduler .k-event-top-actions,
#scheduler .k-event-bottom-actions {
  display: none;
}


#scheduler .k-button.k-state-active,
#scheduler .k-button.k-state-selected,
#scheduler .k-button:active,
#map-toolbar .k-button.k-state-active,
#map-toolbar .k-button.k-state-selected,
#map-toolbar .k-button:active,
#toolbar .k-button.k-state-active,
#toolbar .k-button.k-state-selected,
#toolbar .k-button:active {
  background-color: #b7dbf3;
  border-color: #b7dbf3;
  color: black;
}

#toolbar-bottom .k-flat.k-button.k-button-icon.k-state-active {
  color: #0072c6;
  opacity: 1;
}

#scheduler-toolbar .k-toolbar {
  border-style: none;
}

#vehicles-employees-toolbar,
#vehicles-employees-views {
  display: none;
}

.resources-btn-group .k-button:last-child .k-icon {
  transform: rotate(90deg);
}

.resources-btn-group .k-button.k-state-active,
.resources-btn-group .k-button.k-selected {
  background: rgba(0, 0, 0, 0.08) !important;
  color: inherit !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

.resources-btn-group .k-button:not(.k-state-active):not(.k-selected) {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #0072c6;
  /*opacity: 0.5;*/
}

#splitter2,
#splitter-new2 {
  width: auto;
  height: 100%;
  display: block;
  overflow-x: hidden;
}

#splitter {
  border: none;
  visibility: hidden;
}

body .k-context-menu.k-menu-vertical>.k-item>.k-link {
  box-sizing: border-box;
}

#left-pane {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 320px;
  box-sizing: border-box;
}

#new-pane {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 201px;
  box-sizing: border-box;
  border-right: 1px solid #c9c9c9;
  height: 100%;
}

#resources-transports-toolbar {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  font-weight: bold;
}

#new-pane-scroll {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  overflow-y: auto;

}

/*#new-pane > div:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
}
#new-pane > div:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 120px;
  align-self: auto;
  overflow-y: auto;
  min-height: 120px;
  max-height: 120px;
}

#new-pane > div:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
}

#new-pane > div:nth-child(4) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  overflow-y: auto;
}*/

#vehicles-employees-toolbar-add,
#vehicles-employees-toolbar-add-2 {
  margin-right: 3px;
}

#scheduler {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 320px;
  border-style: none;
}

#toolbar {
  background-color: #0072c6;
  font-weight: bold;
  color: #000;
  border-color: #0072c6;
  width: 100%;
  height: 36px;
  flex-grow: 0;
  flex-shrink: 0;
}

.edit-toolbar {
  height: 36px;
}

#toolbar>* {
  filter: invert(100%);
}

#toolbar-title {
  text-transform: uppercase;
  padding: 4px 6px;
  font-size: 14px;
  letter-spacing: 5px;
}

#vehicles-employees-toolbar,
#transports-view-toolbar {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 0;
}

#vehicles-employees-toolbar .k-input,
#transports-view-toolbar {
  font-weight: bold;
}

#vehicles-employees-toolbar>div>label,
#transports-view-toolbar>div>label {
  font-size: 12px;
}

/* Combo-Box Items in normaler Schrift */
#vehicles-employees-toolbar>span>span,
#transports-view-toolbar>div>label {
  font-weight: normal;
}

#vehicles-employees-toolbar .k-widget.k-dropdown>span {
  border-color: #fff;
}

#vehicles-employees-toolbar-dropdown,
#vehicles-employees-toolbar-dropdown+.k-dropdown-wrap,
#vehicles-employees-toolbar .k-dropdown .k-input,
#vehicles-employees-toolbar .k-dropdown .k-select .k-icon {
  color: #0072c6 !important;
}

#vehicles-employees-toolbar .k-dropdown .k-dropdown-wrap.k-state-focused,
#vehicles-employees-toolbar .k-dropdown .k-dropdown-wrap.k-state-active {
  background-color: transparent !important;
  border-color: transparent !important;
}

#toolbar .k-dropdown-wrap {
  border-color: transparent;
}

#toolbar .k-widget.k-dropdown {
  width: 140px;
}

#drawer2 .k-drawer-left.k-drawer-mini .k-drawer {
  position: absolute;
  top: 300px;
  border-right-width: 0px;
  height: 42px;
  z-index: 1000;
  width: 300px;
}

#toolbar-bottom .k-drawer-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  width: auto;
}

#toolbar-bottom .k-drawer-items ul {
  flex-direction: row;
  margin: 0;
  padding: 0;
  justify-content: center;
}

#toolbar-bottom .k-drawer-items {
  height: auto;
}

#toolbar-bottom .k-drawer-item>span {
  margin: 0;
}

#toolbar-bottom .k-item-text {
  visibility: hidden;
  width: 0;
  padding: 0;
}

#action-button {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 100px;
}

#trip-form>ul,
#transport-form>ul,
#employee-form>ul,
#vehicle-form>ul {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 0px;
  /* margin-block-start: 1em; */
  /* margin-block-end: 1em; */
  /* margin-inline-start: 0px; */
  /* margin-inline-end: 0px; */
  /* padding-inline-start: 40px; */
}

#scheduler .k-listbox .k-list-scroller {
  overflow: hidden
}

#vehicle-edit .k-colorpalette .k-item {
  width: 30px;
  height: 30px;
}

#vehicle-edit .k-colorpalette .k-item.k-state-selected,
#vehicle-edit .k-colorpalette .k-item.k-state-selected:hover {
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 70%),
    inset 0 0 0 2px rgb(51 51 51 / 45%);
}

#vehicle-edit .k-colorpalette.k-item {
  width: 30px;
  height: 30px;
}

#employees-view .k-list-scroller.k-selectable,
#transports-view .k-list-scroller.k-selectable,
#vehicles-view .k-list-scroller.k-selectable {
  border-style: none !important;
  height: 100% !important;
}

#transports-view .k-list-scroller.k-selectable {
  border-style: none !important;
  overflow-y: hidden ! important;
  height: auto !important;
  min-height: 200px;
}

.about a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.about a:hover {
  text-decoration: underline;
}


.banner-old {
  background-color: #0072c6;
  display: block;
  left: 30%;
  padding: 2px 15px;
  position: absolute;
  top: 5px;
  width: 50%;
  z-index: 100;
}

.banner-old>button {
  float: right;
}

.banner-old>span {
  color: white;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 24px;
  position: relative;
  top: 2px;
  white-space: pre;
  width: 80%;
}

.custom-placeholder {
  opacity: 0.4;
}

.dialog-header {
  margin-right: 0px;
  padding: 5px 4px;
}

.dialog-header-small {
  font-size: 12px;
  margin-right: 0px;
  padding: 5px 4px;
}

.desktop-check {
  display: block !important;
}

.edit-buttons {
  bottom: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: right;
  visibility: hidden;
}

.edit-buttons>span {
  height: 16px;
  width: 16px;
}

.edit-form-container {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  align-self: auto;
  overflow-y: auto;
  box-sizing: border-box;
}

.event-toolbar-container {
  margin-left: 20px;
  width: 204px;
  display: block;
  box-sizing: border-box;
  height: 30px;
}

.event-toolbar-container>span {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 110px;
  left: 6px;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 5px;
}



.event-toolbar-container>a {
  float: right;
  padding: 5px;
  box-sizing: border-box;
  height: 30px;
}

.event-toolbar-container>a:nth-of-type(1),
.event-toolbar-container>a:nth-of-type(2),
.event-toolbar-container>a:nth-of-type(4),
.event-toolbar-container>a:nth-of-type(5) {
  display: none !important;
}

.event-timeline-container {
  background-color: transparent;
  height: 100%;
  left: 3px;
  margin: 0 0 0 0;
  position: absolute;
  top: 0px;
  width: 16px;
  z-index: 1;
}

.event-timeline-duration {
  background-color: white;
  opacity: 0.4;
  position: absolute;
  width: 14px;
  z-index: 1;
}

.event-timeline-loadtime {
  background-color: white;
  opacity: 0.6;
  position: absolute;
  width: 14px;
  z-index: 1;
}

.event-timeline-position {
  background-color: transparent;
  color: #333;
  margin-left: 3px;
  margin-top: -9.5px;
  opacity: 1;
  position: absolute;
  width: 12px;
  z-index: 2;
}

.event-listbox-container {
  margin-left: 20px;
  width: 200px;
  background-color: white;
}

.event-listbox-container>select {
  width: 100%;
  height: 100%;
}

.groupMaps {
  height: 150px;
  width: 100%;
}

.header {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  text-transform: uppercase;
  vertical-align: middle;
}

.header a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 30px;
  text-decoration: none;
}

.header a:hover {
  text-decoration: underline;
}

.k-add-button {
  margin-bottom: 2em;
}

.k-ghost {
  display: none !important;
}

/* Soft fade for items when performing a copy-drag (CTRL) so the
   original remains visible instead of being hidden by .k-ghost */
.k-listbox .k-item.copy-ghost {
  opacity: 0.6;
  transition: opacity 120ms ease-in-out;
}

.k-i-automobile {
  mask-image: url("./delivery-transport-2.svg");
  -webkit-mask-image: url("./delivery-transport-2.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-resources {
  mask-image: url("./resources.svg");
  -webkit-mask-image: url("./resources.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

/* Custom plus-icons: Kendo k-i-plus-outline als Basis + Badge ::after */
.k-i-plus-outline.k-i-automobile-plus::after {
  content: "\e107";
  /* k-i-automobile */
  font-family: "WebComponentsIcons";
  font-size: 10px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-i-plus-outline.k-i-user-plus::after {
  content: "\e501";
  /* k-i-user */
  font-family: "WebComponentsIcons";
  font-size: 10px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-i-plus-outline.k-i-marker-pin-plus::after {
  content: "\e304";
  /* k-i-marker-pin */
  font-family: "WebComponentsIcons";
  font-size: 10px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
}

.k-i-plus-outline.k-i-route-plus::after {
  content: "";
  background-image: url("./route.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  right: -3px;
  bottom: -3px;
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid currentColor;
}

.k-i-imprint-file {
  mask-image: url("./imprint-file.svg");
  -webkit-mask-image: url("./imprint-file.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-loading-spinner {
  mask-image: url("./loading-spinner.svg");
  -webkit-mask-image: url("./loading-spinner.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-map-pin {
  mask-image: url("./map-pin-1.svg");
  -webkit-mask-image: url("./map-pin-1.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-route-optimize {
  mask-image: url("./map-pin-optimize.svg");
  -webkit-mask-image: url("./map-pin-optimize.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-vehicles-employees-switch {
  mask-image: url("./vehicles-employees-switch.svg");
  -webkit-mask-image: url("./vehicles-employees-switch.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-employees-vehicles-switch {
  mask-image: url("./employees-vehicles-switch.svg");
  -webkit-mask-image: url("./employees-vehicles-switch.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-fit-all {
  mask-image: url("./move-2.svg");
  -webkit-mask-image: url("./move-2.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-route {
  mask-image: url("./route.svg");
  -webkit-mask-image: url("./route.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-safe-file {
  mask-image: url("./safe-file.svg");
  -webkit-mask-image: url("./safe-file.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}

.k-i-privacy-policy {
  mask-image: url("./privacy-policy.svg");
  -webkit-mask-image: url("./privacy-policy.svg");
  mask-position: center;
  -webkit-mask-position: center;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 16px;
  -webkit-mask-size: 16px;
  background-color: currentColor;
}


.k-item>span>a {
  display: none;
}

.k-item>span {
  display: inline-block;
  line-height: 110%;
  margin: 0px;
  white-space: nowrap;
  width: 100%;
}

.k-item>span>span {
  box-sizing: border-box;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.k-item>span span:nth-child(3) {
  line-height: 115%;
}

.k-item>span>span>span {
  box-sizing: border-box;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k-item>span>span>span:nth-child(1),
.k-item>span>span>span:nth-child(2)
{
  line-height: 120%;
}

.k-listbox .k-item,
.k-listbox .k-item:hover:not(.k-state-selected):not(.k-state-disabled) {
  border-top-color: #e2e2e2;
  border-left-color: #e2e2e2;
  border-right-color: #e2e2e2;
  border-bottom-color: #f4f4f4;
  height: 60px;
  padding: 2px 5px !important;
  box-sizing: border-box;
}

/* Letzes Items normale Linie */
.k-listbox .k-item:not(.k-state-selected):last-child {
  border-bottom-color: #e2e2e2;
}

/*.k-listbox .k-item.k-state-selected{
    border-color:unset !important
}*/

.k-pager-wrap {
  border-top: 0;
}

.k-pane {
  border: 0;
  margin: 0;
  padding: 0;
}

.markerlabels {
  color: white;
  font-weight: bold;
}

.mobile-switch {
  display: none !important;
}

.product-view {
  border-top: 0;
  box-sizing: border-box;
  float: left;
  height: 120px;
  padding: 5px 10px 10px 10px;
  position: relative;
  width: 100%;
}

.product-view .info-label {
  font-size: 12px;
  height: 30px;
  opacity: 0.5;
  text-transform: uppercase;
  width: 25%;
}

.product-view table {
  width: 100%;
}

.product-view table tr {
  vertical-align: middle;
}

.product-view.k-widget:hover .edit-buttons {
  visibility: visible;
}

.product-view:nth-child(even) {
  border-left-width: 0;
}

.small-form-field {
  margin-bottom: 2px !important;
}

.t-left-button {
  float: left;
  margin-right: 3px;
}

.t-right-button {
  float: right;
  margin-right: 3px;
}

.t-middle-button {
  float: right;
  margin-right: 0px;
  width: 36px;
}

.edit-toolbar {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: center;
  align-content: normal;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: auto;
  width: 100%;
  padding: 3px;
  background-color: white;
  border-bottom: 1px solid rgb(201, 201, 201);
  height: 42px;
  font-weight: bold;
}

.edit-toolbar>button {
  display: block;
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  box-sizing: border-box;
  /*filter: invert(100%);*/
}

.edit-toolbar>span {
  display: block;
  flex-direction: row;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 32px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*filter: invert(100%);*/
  text-align: center;
}

.week-event {
  height: auto;
  padding-top: 8px;
  width: 100%;
  color: #fff;
}

.week-event:hover {
  cursor: pointer;
}


.k-window-title {
  line-height: initial;
}

.week-event div {
  text-align: center;
  vertical-align: top;
  width: 100%;
}

div.about {
  color: #333;
  padding: 20px 30px;
}

html,
body {
  border: none;
  /*font: 14px sans-serif;*/
  font: 14px "Segoe UI";
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

body .k-icon {
  font-size: 20px;
  flex-shrink: 0;
}

span.k-invalid-msg {
  margin-left: 6px;
  position: absolute;
}

t-pane-header-edit {
  background-color: #cde6f7;
}

@media only screen and (max-device-width: 1023px) {
  .banner {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 95;
  }

  .banner>div {
    background: linear-gradient(90deg,
        rgb(0, 114, 198, 0.2) 0%,
        rgb(0, 114, 198, 0.9) 10%,
        rgb(0, 114, 198, 0.9) 90%,
        rgb(0, 114, 198, 0.2) 100%);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      5px 5px 15px 5px rgba(0, 0, 0, 0);
    display: block;
    height: auto;
    left: 0%;
    position: absolute;
    top: 132px;
    width: auto;
    z-index: 100;
    padding: 0 10% 15px 10%;

  }

  .banner>div:first-child>div:first-child {
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
    padding: 0;
  }

  .banner .banner-button {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid white;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-top: 8px;
    padding: 1px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .banner .banner-button:hover {
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }

  body .k-icon,
  body .k-tool-icon {
    font-size: 20px;
  }

  .banner>div:nth-child(2) {
    display: block;
    position: relative;
    left: 0%;
    /*top: 201px;*/
    width: 100%;
    z-index: 100;
    background-color: #c9c9c9;
    text-align: center;
  }

  #toolbar {
    height: 42px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  #scheduler .k-scheduler-times th {
    padding-left: 3px;
    padding-right: 3px;
  }

  #scheduler .k-scheduler-layout>tbody>tr>td:first-child {
    width: 25px;
  }

  #main {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: stretch;
  }

  #toolbar-bottom {
    flex-basis: 36px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: row;
    border-top: 1px solid #c9c9c9;
    display: inline-flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    order: 2;
    background-color: white;
  }

  #toolbar-bottom .k-button {
    flex: 1 1 auto;
    height: 36px;
  }

  #toolbar-bottom>span:nth-child(1) {
    display: block;
    text-align: center;
  }

  #toolbar-bottom>span:nth-child(1)>span:nth-child(2) {
    margin-left: 0;
  }


  #toolbar-bottom>span:nth-child(2) {
    display: block;
  }

  #splitter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    flex-grow: 1;
    flex-shrink: 1;
    order: 1;
  }

  #switch-vehicles-employees {
    display: none;
  }

  #right-pane {
    display: none;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 320px;
    box-sizing: border-box;
  }

  #vehicles-employees-toolbar-add,
  #vehicles-employees-toolbar-add-2 {
    visibility: hidden;
  }

  #vehicles-employees-toolbar-minimize {
    display: none;
    /*visibility: hidden;*/
  }

  #scheduler .k-scheduler-datecolumn {
    width: 42px;
  }

  #scheduler .k-scheduler-timecolumn {
    width: 50px;
  }

  #scheduler .k-scheduler-agendaday {
    font-size: 16px;
    font-weight: bold;
    margin-right: 15px;
  }

  #scheduler .k-scheduler-agendaweek {
    font-size: 14px;
  }

  #scheduler .k-scheduler-agendadate {
    font-size: 14px;
  }


}

@media only screen and (min-device-width: 376px) {
  #toolbar-title {
    font-size: 16px;
    letter-spacing: 5px;
  }

  #toolbar .k-widget.k-dropdown {
    width: 185px;
  }
}

@media only screen and (orientation: landscape) and (min-device-width: 480px) {
  #drawer {
    display: block;
  }

  #toolbar-bottom {
    flex-basis: 36px;
    box-sizing: border-box;
    flex-direction: column;
    display: inline-flex;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    order: 1;
  }

  #toolbar-bottom .k-button {
    flex-grow: 0.5;
    flex-shrink: 0.5;
    flex-basis: 36px;
    width: 36px;
  }

  #toolbar-bottom>span:nth-child(1) {
    display: block;
  }

  #toolbar-bottom>span:nth-child(1)>span:nth-child(1),
  #toolbar-bottom>span:nth-child(1)>span:nth-child(2) {
    display: none;
  }



  #toolbar-bottom>span:nth-child(2) {
    display: block;
  }

  #toolbar-bottom .k-icon {
    position: static;
  }

  #vehicles-employees-toolbar-add {
    visibility: hidden;
  }

  #main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: stretch;
  }

  #splitter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: normal;
    align-content: normal;
    flex-grow: 1;
    flex-shrink: 1;
    order: 2;
  }

  #switch-vehicles-employees {
    display: none;
  }

  #left-pane {
    border-left: 1px solid #c9c9c9;
  }

  #right-pane {
    display: none;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    box-sizing: border-box;
  }

  /* Accent color for action buttons (Office 365 Blue) */
  .toolbar-btn-accent-2 {
    color: #0072c6 !important;
    opacity: 0.85 !important;
  }

  .toolbar-btn-accent-2:hover {
    opacity: 1 !important;
  }
}

@media only screen and (min-device-width: 1024px) {
  .banner {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 95;
  }

  .banner>div:first-child {
    background: linear-gradient(90deg,
        rgb(0, 114, 198, 0) 0%,
        rgb(0, 114, 198, 0.9) 30%,
        rgb(0, 114, 198, 0.9) 70%,
        rgb(0, 114, 198, 0) 100%);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      5px 5px 15px 5px rgba(0, 0, 0, 0);
    display: block;
    height: auto;
    left: 0%;
    position: absolute;
    top: 126px;
    width: 100%;
    z-index: 100;
    padding-bottom: 15px;
  }

  .banner>div:first-child>div:first-child {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
    width: 600px;
  }

  /*Banner Button*/
  .banner .banner-button {
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid white;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    padding: 1px;
    text-align: center;
    width: 598px;
  }

  .banner .banner-button:hover {
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
  }

  .banner>div:nth-child(2) {
    display: block;
    left: 0%;
    position: absolute;
    top: 201px;
    width: 100%;
    z-index: 100;
    /*background-color: #c9c9c9;*/
    text-align: center;
  }

  .ads {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 95;
  }

  .ads>div:first-child {
    background: linear-gradient(90deg,
        rgb(0, 114, 198, 0) 0%,
        rgb(0, 114, 198, 0.9) 30%,
        rgb(0, 114, 198, 0.9) 70%,
        rgb(0, 114, 198, 0) 100%);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000,
      5px 5px 15px 5px rgba(0, 0, 0, 0);
    display: block;
    height: 165px;
    left: 0%;
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 100;
  }

  .ads>div:first-child>div {
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: justify;
    text-align: left;
    width: 600px;
  }

  .ads>div:nth-child(2) {
    display: block;
    height: calc(100% - 36px - 200px);
    left: 0%;
    position: absolute;
    top: 236px;
    width: 100%;
    z-index: 100;
  }

  .edit-toolbar {
    padding: 0px;
  }

  .event-toolbar-container>a:nth-of-type(1),
  .event-toolbar-container>a:nth-of-type(2) {
    display: inline-block !important;
  }


  .event-toolbar-container:hover>span {
    width: 50px;
  }

  .event-toolbar-container:hover>a {
    display: inline-block !important;
  }

  .k-item:hover>span>a {
    display: block;
  }

  .k-item>span>a {
    display: none;
    position: absolute;
    right: 4px;
  }


  .k-item:hover .transport-item {
    width: 122px;
  }

  .k-item>span>a:first-child {
    margin-top: 2px;
  }


  .k-item:hover .vehicle-item {
    width: 125px;
  }

  .k-item:hover .employee-item {
    width: 125px;
  }

  .k-item>span>a:nth-child(2) {
    margin-top: 34px;
  }

  .k-item>span>a>span {
    color: #0072c6 !important;
  }

  #scheduler .k-scheduler-layout>tbody>tr>td:first-child {
    width: 30px;
  }

  #drawer {
    display: block;
  }

  #fab-speed-dial {
    display: none;
  }

  #new-pane-scroll {
    overflow-x: hidden;
    max-width: calc(200px + 2 * var(--scroll-bar-width));
  }

  #new-pane-scroll>div {
    padding-left: var(--scroll-bar-width);
    padding-right: var(--scroll-bar-width);
    width: 200px;
  }

  #vehicles-employees-toolbar-add {
    display: inline-flex;
    visibility: visible;
  }

  #main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    flex-basis: 200px;
    flex-grow: 1;
    flex-shrink: 1;
    align-items: stretch;
  }

  #toolbar-bottom {
    display: none;
  }

  #toolbar-edit-space {
    width: calc(146px + 2 * var(--scroll-bar-width));
  }

  #splitter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: normal;
    align-content: normal;
    flex-grow: 1;
    flex-shrink: 1;
  }

  #switch-vehicles-employees {
    display: none;
  }

  /*#new-pane {
    border-left: 1px solid #c9c9c9;
  }*/

  #right-pane {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 320px;
    box-sizing: border-box;
    border-left: 1px solid #c9c9c9;
  }
}

#mys-overlay {
  border: none;
}

.adslot_1 {
  width: 320px;
  height: 90px;
}

@media (min-width:500px) {
  .adslot_1 {
    width: 468px;
    height: 90px;
  }
}

@media (min-width:800px) {
  .adslot_1 {
    width: 728px;
    height: 90px;
  }
}

@media only screen and (orientation: landscape) {
  #edit-pane {
    right: 0px;
    top: 134px;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 18%);
    width: calc(200px + 2*var(--scroll-bar-width));

  }

  #edit-pane>div {
    height: unset;
    max-height: calc(100vh - 137px);
  }

  .edit-form-container {
    overflow-x: hidden;
  }

  #employee-form,
  #transport-form,
  #trip-form,
  #vehicle-form {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: var(--scroll-bar-width);
    padding-right: var(--scroll-bar-width);
    width: 200px;
    box-sizing: content-box
  }
}

/*Schriftgröße Auswahl Kalender*/
@media only screen and (max-device-width: 320px) {
  #toolbar>div.k-spacer.k-hidden {
    display: none !important;
  }

  #toolbar {
    font-size: 12px;
  }
}

@media only screen and (max-device-width: 375px) {
  #toolbar-date-view {
    width: 105px;
    justify-content: left;
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*Editiern Portrait Vollbild*/
@media only screen and (orientation: portrait) {

  /* Help-Panel bei Mobile (screenMode=0) verstecken */
  #help-scrollview {
    display: none !important;
  }

  /* Help-Toggle-Button verstecken */
  #toolbar-toggle-help,
  #toolbar-toggle-help_overflow {
    display: none !important;
  }

  #toolbar {
    height: 42px;
  }

  .edit-toolbar {
    height: 43px;
    background-color: #0072c6;
    color: white;
  }

  #edit-pane {
    right: 0px;
    top: 90px;
    width: 100%;
  }

  #employee-form,
  #transport-form,
  #trip-form,
  #vehicle-form {
    padding: 10px 30px;
  }

  .desktop-check {
    display: none !important;
  }

  .mobile-switch {
    display: block !important;
  }

  #fab-speed-dial {
    bottom: 72px !important;
  }
}

div[aria-owns="trip-employees-mail_listbox"],
div[aria-owns="trip-employees_listbox"] {
  overflow: auto;
}

div[aria-owns="trip-employees-mail_listbox"] .k-button,
div[aria-owns="trip-employees_listbox"] .k-button {
  text-align: left;
  width: 100%;
}

div[aria-owns="trip-employees-mail_listbox"] .k-button>span:first-child,
div[aria-owns="trip-employees_listbox"] .k-button>span:first-child {
  width: 100%;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
}

#Agree-form-label {
  display: block;
}


.report-container {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  width: 100%;
}

.report-container>div:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50px;
  align-self: auto;
  order: 0;
  flex-wrap: wrap;
  height: 18px;
}

.report-container>div:nth-child(2) {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 18px;
}

.report-container>div:nth-child(3) {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 60px;
  align-self: auto;
  order: 0;
  height: 18px;
}


#tour-title {
  max-width: calc(100% - 42px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.copy-overlay {
  position: absolute;
  top: -16px;
  left: -16px;
  background: #43a047;
  color: white;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  pointer-events: none;
}

/* Formatierung für Icons innerhalb des Help-Panels */
.help-page .k-icon {
  font-size: 20px;
  margin-top: -2px;
}