@charset "UTF-8";
@font-face {
  font-family: "BMWGroupCondRegular";
  src: url(/global/fonts/BMWGroup_Cond_Regular.ttf);
}
@font-face {
  font-family: "BMWGroupCondBold";
  src: url(/global/fonts/BMWGroup_Cond_Bold.ttf);
}
@font-face {
  font-family: "bebasneue";
  src: url("/global/fonts/BebasNeue-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "opensans";
  src: url("/global/fonts/open-sans-v18-latin-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Segoeui";
  src: url("/global/fonts/SEGOEUI.TTF") format("truetype");
}
/* Layout für Fenster ---------------- */
.b-window {
  border-radius: 3px;
  font-family: "BMWGroupCondRegular";
}
.b-window .k-window-titlebar {
  height: 25px;
  padding: 0px 5px !important;
  background-color: #116fa5;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.b-window .k-window-titlebar .k-window-title {
  font-size: 16px;
  color: white;
}
.b-window .k-window-content {
  font-size: 14px;
}

html body #user_profil_window .k-drawer-container {
  height: 100%;
}
html body #user_profil_window .k-drawer-container .k-drawer {
  border-right-style: solid;
  border-top-style: solid;
  border-right-width: 1px;
  border-top-width: 1px;
  width: 100px;
}
html body #user_profil_window .k-drawer-container .k-drawer .k-drawer-wrapper {
  min-width: 100px;
}
html body #user_profil_window .k-drawer-container .k-drawer-content {
  height: 100%;
  padding: 10px 0px 0px 15px;
  border-color: rgba(0, 0, 0, 0.0784313725);
  border-top-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-ueberschrift, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-ueberschrift, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-ueberschrift {
  display: flex;
  align-items: center;
  gap: 10px;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-ueberschrift .b-name, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-ueberschrift .b-name, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-ueberschrift .b-name {
  font-size: 16px;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-content, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-content, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-content {
  padding: 15px 0 0 50px;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-content div, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-content div, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-content div {
  display: flex;
  justify-content: flex-start;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-content div .b-pretext, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-content div .b-pretext, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-content div .b-pretext {
  flex: 0 1 60px;
  color: #617899;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-content div .b-text, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-content div .b-text, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-content div .b-text {
  flex: 1 1 30%;
}
html body #user_profil_window .k-drawer-container .k-drawer-content #user_details .b-content div .b-value, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rollen .b-content div .b-value, html body #user_profil_window .k-drawer-container .k-drawer-content #user_rechte .b-content div .b-value {
  flex: 1 1 auto;
}

.k-card-header {
  padding: 6px 6px;
  background-color: #116fa5;
  color: white;
}

.icon-menutree:before {
  content: url("/global/images/icons/menutree.png");
}

.icon-menutree1:before {
  content: url("/global/images/icons/menutree1.png");
}

.icon-kvs:before {
  content: url("/global/images/icons/kvs.svg");
}

.icon-ips:before {
  content: url("/global/images/icons/ips_make.png");
}/*# sourceMappingURL=global.css.map */