/*genrated on 2026-08-09 10:25:51*******************************/
/*Wichtig: Nur hier die Schriftart/Gr��e f�r Editor setzen*/
td,
body {
  font-family: Arial;
  font-size: 12px;
  line-height: 22px;
}
table {
  width: 100%;
}
td {
  padding: 0px;
  vertical-align: top;
}
a img {
  border: none;
}
h1 {
  font-size: 2rem;
  color: #142B52;
  margin-top: 0px;
  margin-bottom: 6px;
}
h2 {
  margin-top: 0px;
  margin-bottom: 6px;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
/* outfit-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url('/_libs/fonts/google/outfit-v15-latin-200.woff2') format('woff2');
}
/* outfit-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('/_libs/fonts/google/outfit-v15-latin-300.woff2') format('woff2');
}
/* outfit-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('/_libs/fonts/google/outfit-v15-latin-regular.woff2') format('woff2');
}
/* outfit-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('/_libs/fonts/google/outfit-v15-latin-500.woff2') format('woff2');
}
/* outfit-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('/_libs/fonts/google/outfit-v15-latin-600.woff2') format('woff2');
}
/* outfit-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('/_libs/fonts/google/outfit-v15-latin-700.woff2') format('woff2');
}
/* outfit-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  src: url('/_libs/fonts/google/outfit-v15-latin-800.woff2') format('woff2');
}
/* outfit-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url('/_libs/fonts/google/outfit-v15-latin-900.woff2') format('woff2');
}
/* noTouch*/
/* noTouch END*/
@media (max-width: 1350px) {
  div#middle {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
  div#middle .rightSection {
    min-width: 0;
    max-width: 290px;
  }
  .cardBox {
    padding: 17px 19px;
  }
  .kpiCard {
    padding: 19px 19px 17px 27px;
  }
  .ceoCard .ceoMeta span {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
}
@media (max-width: 1300px) {
  .kpiGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }
  .kpiCard--star {
    margin-left: 0px;
  }
  .openOrdersCard {
    padding: 20px 18px;
  }
  .openOrdersHead {
    display: none !important;
  }
  .openOrdersRow:not(.openOrdersHead) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    padding: 18px 0;
    min-height: 0;
  }
  .openOrdersRow:not(.openOrdersHead) > div {
    min-width: 0;
    padding: 0;
  }
  .openOrdersRow:not(.openOrdersHead) .customer {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    color: #173765;
    font-weight: 600;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .openOrdersRow:not(.openOrdersHead) .orderAction {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }
  .openOrdersRow:not(.openOrdersHead) .orderAction a {
    white-space: nowrap;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(2):before {
    content: "Auftragswert";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(3):before {
    content: "Auftragsnummer";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(4):before {
    content: "Bestelldatum";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(5):before {
    content: "Lieferdatum";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersTotal {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
  }
  .openOrdersTotal strong {
    padding: 0;
    text-align: right;
  }
  .openOrdersTotal strong span {
    margin-right: 8px;
  }
}
@media (max-width: 1100px) {
  .dashboardLists {
    grid-template-columns: 1fr;
  }
  div#middle {
    gap: 25px;
    padding: 20px 10px 60px 10px;
  }
  div#top #topInner {
    padding: 0px 10px;
  }
  div.introduction {
    padding: 100px 10px 20px 10px;
  }
}
@media (max-width: 900px) {
  .kpiCard .kpiRight {
    max-width: 40px;
  }
  .kpiCard .kpiIcon {
    width: 40px;
    height: 40px;
    margin-left: 9px;
  }
  .kpiCard .kpiIcon img {
    max-width: 20px;
  }
  .kpiCard--primary .kpiIcon img {
    max-width: 18px;
  }
  .kpiCard .kpiTrend,
  .kpiCard .kpiPrevious {
    font-size: 12px;
  }
  .kpiCard {
    padding: 14px 14px 8px 18px;
    min-height: 135px;
  }
  body.site_id_1.site_level_2 {
    background-position: right bottom;
    background-size: auto 50%;
    background-color: #f8f9fc;
  }
  .salesChartBox .salesChartContent {
    grid-template-columns: 1fr;
  }
  .salesChartBox .salesChartTitle {
    top: 15px;
    left: 12px;
  }
  .salesChartBox {
    padding: 18px 10px 10px;
    margin: 35px 0 35px;
  }
}
@media (max-width: 800px) {
  .loginMask {
    align-content: start;
    justify-content: left;
    padding: 10svh 10px 0svh 10px;
  }
  .loginMask .panel {
    width: 100%;
    padding: 20px 26px;
    background: transparent !important;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  .loginMask .panel .panelTop:before {
    font-size: 24px;
  }
  .loginMask body.site_id_1.site_level_2 {
    background-size: auto 50%;
  }
  div#middle {
    grid-template-columns: 1fr;
  }
  div#middle .rightSection {
    min-width: 100%;
    max-width: 100%;
  }
  div#top .userContainer .userAvatar {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  div#top .brandContainer .logo svg {
    height: 40px;
  }
  div#top .brandContainer .pulseContainer {
    font-size: 10px;
  }
  div#top .userContainer .userInfos .userName {
    font-size: 13px;
  }
  div#top .userContainer .userInfos .userRole {
    font-size: 12px;
  }
  div#top {
    height: 60px;
  }
  div#top .userContainer .btn_logout {
    width: 20px;
    height: 20px;
    opacity: 1;
    padding-left: 7px;
    margin-left: 2px;
    border-left: 1px solid #c9c9c9;
  }
  div.introduction {
    padding-top: 60px;
  }
  .cardBox.alarmBox {
    margin-bottom: 45px;
  }
}
@media (max-width: 700px) {
  .listCard {
    padding: 18px 20px;
    overflow-x: auto;
  }
  .listTable {
    min-width: 560px;
  }
  .salesChartBox {
    padding: 18px 5px 6px 5px;
  }
  .salesChartBox .salesChartHeader {
    align-items: flex-start;
    flex-direction: column;
  }
  .salesChartBox .salesChartCanvas {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .infoCard .infoCardTitle {
    margin-bottom: 5px;
    line-height: 30px;
  }
  .ceoCard .ceoHeadline {
    font-size: 18px;
  }
  .ceoCard .ceoText {
    font-size: 14px;
  }
  .ceoCard .ceoMeta {
    margin-top: 25px;
    text-align: left;
  }
  .newsCard .newsList {
    gap: 25px;
  }
  .newsCard .newsItem {
    gap: 14px;
  }
  .newsCard .newsDate {
    width: 64px;
    height: 68px;
  }
  .newsCard .newsDate strong {
    font-size: 22px;
  }
  .newsCard .newsTitle {
    font-size: 16px;
  }
  .newsCard .newsText {
    font-size: 13px;
  }
  .alarmCard {
    background-position: left top;
    background-size: 30px auto;
    padding-left: 40px;
  }
  .alarmCard .alarmHeadline {
    font-size: 15px;
  }
  .cardBox {
    padding: 12px 10px 12px 15px;
  }
  .kpiGrid {
    gap: 12px;
  }
  .alarmCard .alarmMeta span {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  h1 {
    font-size: 1.5rem;
  }
  .dashboardSectionTitle {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .kpiGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }
  div#top .brandContainer .logo {
    margin-right: 5px;
  }
  div#top .userContainer {
    margin-top: 1px;
  }
  div#top .brandContainer .pulseContainer {
    padding-left: 5px;
    line-height: 0.9;
  }
  div#top .userContainer {
    gap: 5px;
  }
  div#top .userContainer .userInfos .userName {
    font-size: 12px;
    line-height: 17px;
  }
  div#top .userContainer .userInfos .userRole {
    font-size: 10px;
    line-height: 13px;
  }
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body {
  font-family: Arial, sans-serif;
  background: linear-gradient(90deg, #f8fafd 0%, rgba(248, 250, 253, 0.98) 34%, rgba(248, 250, 253, 0.72) 48%, rgba(248, 250, 253, 0) 66%), url("/_skins/base/images/background.jpg") center center / cover no-repeat fixed;
}
body,
html {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  color: #3C3C3C;
  letter-spacing: 0.5px;
  text-align: center;
  font-family: 'Outfit';
}
body.site_id_1.site_level_2 {
  background-image: url("/_skins/base/images/background.jpg");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #fff;
}
body.site_id_2 {
  background-image: none;
  background-color: #F8F9FA;
}
.BodyHolder {
  width: 100%;
}
body,
html {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  body,
  html {
    overflow-x: hidden;
  }
}
div,
a,
span,
section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*useful config (don't delete)*/
.loading a {
  pointer-events: none;
}
html {
  overflow-y: scroll;
}
span a {
  cursor: pointer;
}
form {
  margin: 0px;
}
a {
  outline: none;
}
/* Basis layout */
div#container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
div#top {
  width: 100%;
  height: 90px;
  background-color: #FFF;
  border-bottom: 1px solid #EDF0F4;
}
div#top #topInner {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  height: inherit;
  align-items: center;
}
div#top .brandContainer {
  height: 100%;
  display: flex;
  align-items: end;
  padding-bottom: 13px;
}
div#top .brandContainer .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-right: 10px;
}
div#top .brandContainer .logo svg {
  display: block;
  width: auto;
  height: 64px;
}
div#top .brandContainer .pulseContainer {
  border-left: 1px solid #1D1D1B;
  padding-left: 10px;
  color: #1D1D1B;
  line-height: 1;
  font-size: 12px;
}
div#top .brandContainer .pulseContainer .pulse {
  font-weight: 700;
}
div#top .userContainer {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
div#top .userContainer .userAvatar {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #D9D9D9;
  color: #3C3C3C;
  font-size: 15px;
  font-weight: 500;
}
div#top .userContainer .userInfos {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div#top .userContainer .userInfos .userName {
  color: #292929;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
div#top .userContainer .userInfos .userRole {
  color: #8A8F98;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
}
div#top .userContainer .btn_logout {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  opacity: .75;
  transition: opacity .2s ease;
}
div#top .userContainer .btn_logout:hover {
  opacity: 1;
}
div#top .userContainer .btn_logout svg {
  width: 18px;
  height: 18px;
}
div.introduction {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 100px 20px 20px 20px;
}
div#middle {
  width: 100%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 40px 20px 80px 20px;
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 48px;
}
div#middle #main {
  width: 100%;
}
div#middle .leftSection {
  min-width: 0;
  max-width: 1200px;
}
div#middle .rightSection {
  min-width: 0;
  max-width: 380px;
}
div#right {
  width: 200px;
  background-color: #C0C0C0;
  float: left;
}
div#footer {
  width: 100%;
  background-color: #F0F0F0;
  height: 30px;
  clear: left;
}
/* @end */
div#navigation {
  /* Navigation - Global*/
}
div#navigation .navbutton {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  background-color: #A0A0A0;
  font-size: 14px;
  padding-left: 12px;
  color: #000;
}
div#navigation .navbutton_active {
  background-color: #D2D2D2;
}
div#navigation div.subnavigation {
  display: none;
}
div#navigation div.subnavigation_active {
  display: block;
}
div#navigation div.subnavbutton a {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 1px;
  background-color: #A0A0A0;
  font-size: 14px;
  padding-left: 24px;
  color: #000;
}
div#navigation div.subnavbutton_active a {
  background-color: #D2D2D2;
}
/* @end */
.logo.logo_login {
  width: 100%;
  height: auto;
  max-width: 200px;
  display: block;
  margin-bottom: 25px;
}
.logo.logo_login svg {
  width: 100%;
  height: auto;
  display: block;
}
.logo.logo_login svg path {
  fill: #142b52;
}
div span.errorMessage {
  clear: left;
  color: #E51937;
  margin-left: 136px;
}
div span.error input,
div.ccm_form div span.error textarea {
  border: 1px solid #E51937;
}
.ErrorReportGen {
  background-image: url("/_skins/base/images/icon_error.svg");
  background-repeat: no-repeat;
  background-position: 6px 4px;
  background-size: 13px auto;
  background-color: #FF4E5E;
  color: #ffffff;
  font-size: 10px;
  position: absolute;
  bottom: -20px;
  height: 22px;
  line-height: 24px;
  letter-spacing: 0.3px;
  padding: 0px 7px 0px 26px;
  z-index: 2;
  border-radius: 4px;
  left: -1px;
}
.ErrorReportGen .er_content {
  max-width: unset !important;
}
.ErrorReportGen .er_content::after {
  display: none;
}
.ErrorReportGen::after {
  content: '';
  position: absolute;
  left: 5px;
  top: -10px;
  width: 0px;
  height: 0px;
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0 8px 10px 8px;
  border-color: transparent transparent #FF4E5E transparent;
}
.loginMask {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-left: clamp(40px, 7vw, 140px);
  box-sizing: border-box;
  flex-wrap: wrap;
  align-content: center;
}
.loginMask .loginMaskInlay {
  width: 100%;
}
.loginMask .ccm_form.loginfields {
  width: 100%;
}
.loginMask .panel {
  width: 420px;
  padding: 38px 38px 38px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.9399999999999999);
  border: 1px solid rgba(18, 45, 91, 0.1);
  border-radius: 18px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.loginMask .panel .field {
  margin-bottom: 22px;
}
.loginMask .panel .field .inputfield {
  display: block;
}
.loginMask .panel .field .inputfield label.caption {
  display: block;
  margin-bottom: 8px;
  color: #142B52;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.loginMask .panel .field .inputfield > span {
  display: block;
  position: relative;
}
.loginMask .panel .field .inputfield input {
  width: 100%;
  height: 52px;
  font-family: 'Outfit';
  padding: 0 16px;
  box-sizing: border-box;
  background: #fbfcfe;
  color: #142c54;
  border: 1px solid #dce3ec;
  border-radius: 10px;
  outline: none;
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.loginMask .panel .field .inputfield input::placeholder {
  color: #a0a9b7;
}
.loginMask .panel .field .inputfield input:hover {
  border-color: #bdc9d8;
}
.loginMask .panel .field .inputfield input:focus {
  background: #fff;
  border-color: #00A992;
  box-shadow: 0 0 0 4px rgba(8, 170, 151, 0.1);
}
.loginMask .panel #Passwordbox {
  position: relative;
}
.loginMask .panel #Passwordbox #showPass {
  position: absolute;
  right: 15px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: .55;
}
.loginMask .panel #Passwordbox #showPass:before {
  content: "◉";
  display: block;
  color: #455775;
  font-size: 16px;
}
.loginMask .panel #Passwordbox #showPass:hover {
  opacity: 1;
}
.loginMask .panel .panelBottom {
  margin-top: 8px;
}
.loginMask .panel .panelBottom a.button_log {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  background: #122f62;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}
.loginMask .panel .panelBottom a.button_log span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.loginMask .panel .panelBottom a.button_log:hover {
  background: #0c9f8c;
  box-shadow: 0 8px 22px rgba(8, 170, 151, 0.18);
}
.loginMask .panel .panelBottom a.button_log:active {
  transform: translateY(0);
}
.loginMask .clearB {
  clear: both;
}
.dashboardSectionTitle {
  margin: 0 0 22px;
  color: #142B52;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
}
.dashboardSection {
  width: 100%;
}
.dashboardSection.dashboardSectionDummy {
  margin-bottom: 40px;
}
.kpiGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
.kpiCard {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-width: 0;
  min-height: 158px;
  padding: 24px 24px 22px 32px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9dee7;
  border-radius: 13px;
}
.kpiCard:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 10px;
  background: #173765;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.kpiCard--delivery:before {
  background: #C8C8C8;
}
.kpiCard--star {
  margin-left: 35px;
}
.kpiCard--star:before {
  background: #00A992;
}
.kpiCard .kpiCardContent {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}
.kpiCard .kpiTitle {
  margin-bottom: 14px;
  color: #303641;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}
.kpiCard .kpiTitle span {
  display: block;
  margin-top: 2px;
  color: #788294;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}
.kpiCard .kpiValue {
  margin-bottom: 18px;
  color: #142B52;
  font-size: clamp(21px, 1.5vw, 28px);
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}
.kpiCard .kpiBottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto;
  font-size: 13px;
}
.kpiCard .kpiPrevious {
  color: #788294;
}
.kpiCard .kpiOrderCustomer {
  line-height: 20px;
}
.kpiCard .kpiTrend {
  margin-left: auto;
  white-space: nowrap;
  font-weight: 600;
}
.kpiCard .kpiTrend--up {
  color: #00aa92;
}
.kpiCard .kpiTrend--down {
  color: #d64040;
}
.kpiCard .kpiIcon {
  width: 70px;
  height: 70px;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: #f0f4fa;
  color: #173765;
  font-size: 28px;
  font-weight: 500;
}
.kpiCard--star .kpiIcon {
  background: #00A992;
}
.kpiCard .kpiRight {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 70px;
  justify-content: center;
}
.kpiCard--primary {
  background: #183765;
  border-color: #183765;
}
.kpiCard--primary:before {
  background: #21baff;
}
.kpiCard--primary .kpiTitle {
  color: #24baff;
  min-height: 33px;
}
.kpiCard--primary .kpiValue {
  color: #fff;
}
.kpiCard--primary .kpiPrevious {
  color: rgba(255, 255, 255, 0.58);
}
.kpiCard--primary .kpiTrend {
  color: #00d4ac;
}
.kpiCard--primary .kpiIcon {
  background: transparent;
  border: 3px solid #24baff;
  color: #fff;
}
.salesChartBox {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 22px 22px 20px;
  background: #fff;
  border: 1px solid #dfe4eb;
  border-radius: 10px;
  margin: 25px 0 25px;
}
.salesChartBox .salesChartTitle {
  position: absolute;
  top: 22px;
  left: 24px;
  z-index: 2;
  color: #242d3b;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.salesChartBox .salesChartContent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 110px;
  gap: 18px;
  align-items: center;
}
.salesChartBox .salesChartCanvas {
  position: relative;
  min-width: 0;
  height: 360px;
}
.salesChartBox .salesChartFilters {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.salesChartBox .salesChartFilters select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  color: #697386;
  border: 1px solid #dce2ea;
  border-radius: 7px;
  font-size: 13px;
  outline: none;
  cursor: pointer;
}
.salesChartBox .salesChartFilters select:hover {
  border-color: #bdc7d4;
}
.salesChartBox .salesChartFilters select:focus {
  border-color: #00ad97;
}
.cardBox {
  width: 100%;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #dfe4eb;
  margin-bottom: 25px;
  border-radius: 10px;
}
.salesGoalCard .salesGoalTitle {
  margin-bottom: 20px;
  color: #333b49;
  font-size: 13px;
  line-height: 1.15;
  font-weight: 600;
  text-transform: uppercase;
}
.salesGoalCard .salesGoalTitle span {
  display: block;
  margin-top: 2px;
  color: #788294;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.salesGoalCard .salesGoalValues {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}
.salesGoalCard .salesGoalValues strong {
  color: #173765;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
.salesGoalCard .salesGoalValues span {
  color: #788294;
  font-size: 14px;
}
.salesGoalCard .salesGoalProgress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #edf0f4;
  border-radius: 100px;
}
.salesGoalCard .salesGoalProgress .salesGoalProgressBar {
  width: 0;
  height: 100%;
  background: #00aa92;
  border-radius: 100px;
  transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.salesGoalCard .salesGoalBottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 9px;
  color: #788294;
  font-size: 12px;
}
.infoCard .infoCardTitle {
  margin-bottom: 25px;
  color: #343941;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}
.ceoCard .ceoHeadline {
  margin-bottom: 5px;
  color: #142f5c;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.ceoCard .ceoText {
  color: #3d4148;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}
.ceoCard .ceoMeta {
  margin-top: 20px;
  color: #555b64;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}
.ceoCard .ceoMeta span {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #c9c9c9;
}
.alarmBox {
  background-color: #FFEFF0;
  position: relative;
}
.alarmBox::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  width: 10px;
  background: #DB3B29;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.alarmCard {
  background-image: url("/_skins/base/images/icon_alarm.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 40px auto;
  padding-left: 60px;
}
.alarmCard .alarmHeadline {
  margin-bottom: 5px;
  color: #3C3C3C;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 600;
}
.alarmCard .alarmText {
  color: #3d4148;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 400;
}
.alarmCard .alarmMeta {
  margin-top: 10px;
  color: #555b64;
  font-size: 11px;
  line-height: 1.3;
  text-align: right;
}
.alarmCard .alarmMeta span {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #c9c9c9;
}
.alarmCard .infoCardTitle {
  color: #DB3B29;
  margin-bottom: 15px;
}
.newsCard .newsList {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.newsCard .newsItem {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}
.newsCard .newsDate {
  width: 75px;
  height: 76px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9dfe8;
  border-radius: 6px;
  color: #3c4148;
}
.newsCard .newsDate strong {
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
}
.newsCard .newsDate span {
  display: block;
  margin-top: 7px;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
}
.newsCard .newsContent {
  min-width: 0;
}
.newsCard .newsTitle {
  margin-bottom: 5px;
  color: #142f5c;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
}
.newsCard .newsText {
  color: #40454d;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}
.dashboardLists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.listCard {
  min-width: 0;
  padding: 22px 32px 20px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #d9dee7;
  border-radius: 10px;
}
.listCard .listCardTitle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: #343941;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}
.listCard .listHelp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #e2e5e9;
  color: #687386;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
  cursor: help;
}
.alarmRead {
  background-image: url("/_skins/base/images/icon_close.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 8px auto;
  padding-right: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  color: #1c1c1c;
}
.alarmRead:hover {
  text-decoration: underline;
}
.alarmBox {
  transition: all .3s ease, transform .3s ease;
}
.alarmBox.alarmHighlight {
  animation: alarmHighlight 1.2s ease 2;
}
.alarmBox:hover {
  border-color: #DB3B29;
}
@keyframes alarmHighlight {
  0% {
    transform: scale(1);
  }
  35% {
    border-color: #DB3B29;
  }
  100% {
    transform: scale(1);
  }
}
.listTable {
  width: 100%;
}
.listTable .listRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 140px;
  align-items: center;
  min-height: 30px;
  border-bottom: 1px solid #e1e5eb;
  color: #3e434b;
  font-size: 13px;
  line-height: 1.25;
}
.listTable .listRow:last-child {
  border-bottom: 0;
}
.listTable .listRow > div {
  min-width: 0;
  padding: 6px 0;
}
.listTable .listHead {
  min-height: 28px;
  color: #778194;
  font-weight: 400;
}
.listTable .alignRight {
  text-align: right;
}
.listTable--ranking .listRow {
  grid-template-columns: 35px minmax(0, 1fr) 160px;
}
.openOrdersCard {
  margin-top: 25px;
}
.openOrdersCard .listCardTitle {
  margin-bottom: 18px;
}
.openOrdersCard .openOrdersTable {
  width: 100%;
}
.openOrdersCard .openOrdersRow {
  display: grid;
  grid-template-columns: minmax(160px, 1.5fr) minmax(100px, 0.8fr) minmax(115px, 0.9fr) minmax(95px, 0.7fr) minmax(95px, 0.7fr) 75px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #e1e5eb;
  color: #3f444c;
  font-size: 14px;
  gap: 12px;
}
.openOrdersCard .openOrdersRow > div {
  min-width: 0;
}
.openOrdersCard .openOrdersHead {
  min-height: 36px;
  color: #747f91;
  font-size: 13px;
  font-weight: 400;
}
.openOrdersCard .customer {
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.openOrdersCard .alignRight {
  text-align: right;
  padding-right: 35px;
}
.openOrdersCard .orderAction {
  text-align: right;
}
.openOrdersCard .orderAction a {
  background-image: url("/_skins/base/images/icon_more.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 7px auto;
  padding-right: 18px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3d7cff;
  text-decoration: none;
  font-size: 14px;
  transition: color .2s ease;
}
.openOrdersCard .orderAction a:hover {
  color: #173765;
}
.openOrdersCard .orderAction .arrow {
  color: #173765;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  transform: translateY(-1px);
}
.openOrdersCard .openOrdersTotal {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(180px, 1fr) minmax(180px, 1fr) minmax(120px, 0.6fr) minmax(120px, 0.6fr) 95px;
  align-items: center;
  padding-top: 10px;
  color: #343941;
  font-size: 14px;
}
.openOrdersCard .openOrdersTotal > div {
  grid-column: 1;
  text-align: right;
  padding-right: 25px;
  font-weight: 600;
  text-transform: uppercase;
}
.openOrdersCard .openOrdersTotal strong {
  grid-column: 2;
  text-align: right;
  padding-right: 35px;
  font-weight: 700;
}
.openOrdersCard .openOrdersTotal strong span {
  text-transform: uppercase;
  padding-right: 15px;
}
.orderDetailsOverlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(18, 37, 67, 0.42);
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s ease, visibility .25s ease;
}
.orderDetailsOverlay.active {
  opacity: 1;
  visibility: visible;
}
.orderDetailsOverlay.active .orderDetailsModal {
  transform: translateY(0) scale(1);
}
.orderDetailsModal {
  position: relative;
  width: 100%;
  max-width: 850px;
  max-height: calc(100vh - 60px);
  padding: 32px 36px 36px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 12px;
  overflow-y: auto;
  box-shadow: 0 25px 70px rgba(18, 37, 67, 0.18);
  transform: translateY(15px) scale(0.985);
  transition: transform .25s ease;
}
.orderDetailsClose {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 36px;
  height: 36px;
  padding: 0;
  background: #f3f5f8;
  color: #173765;
  border: 0;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}
.orderDetailsHeader {
  padding-right: 50px;
}
.orderDetailsHeader .orderDetailsLabel {
  margin-bottom: 6px;
  color: #00aa92;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.orderDetailsHeader h2 {
  margin: 0 0 5px;
  color: #142f5c;
  font-size: 25px;
  font-weight: 600;
}
.orderDetailsHeader .orderDetailsNumber {
  color: #788294;
  font-size: 14px;
}
.orderDetailsInfo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 28px;
}
.orderInfo {
  padding: 16px 18px;
  background: #f6f8fa;
  border-radius: 7px;
}
.orderInfo span {
  display: block;
  margin-bottom: 5px;
  color: #788294;
  font-size: 12px;
}
.orderInfo strong {
  color: #173765;
  font-size: 16px;
  font-weight: 600;
}
.orderDetailsSection {
  margin-top: 30px;
}
.orderDetailsSectionTitle {
  margin-bottom: 12px;
  color: #343941;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.orderArticleRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 80px 140px;
  align-items: center;
  min-height: 42px;
  border-bottom: 1px solid #e1e5eb;
  color: #3f444c;
  font-size: 13px;
}
.orderArticleRow > div {
  padding: 8px 0;
}
.orderArticleRow .alignRight {
  text-align: right;
}
.orderArticleHead {
  min-height: 34px;
  color: #788294;
}
@media (max-width: 700px) {
  .orderDetailsOverlay {
    padding: 15px;
  }
  .orderDetailsModal {
    padding: 25px 20px;
  }
  .orderDetailsInfo {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .orderArticleTable {
    overflow-x: auto;
  }
  .orderArticleRow {
    min-width: 650px;
  }
}
/* noTouch*/
/* noTouch END*/
@media (max-width: 1350px) {
  div#middle {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
  div#middle .rightSection {
    min-width: 0;
    max-width: 290px;
  }
  .cardBox {
    padding: 17px 19px;
  }
  .kpiCard {
    padding: 19px 19px 17px 27px;
  }
  .ceoCard .ceoMeta span {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
}
@media (max-width: 1300px) {
  .kpiGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
  }
  .kpiCard--star {
    margin-left: 0px;
  }
  .openOrdersCard {
    padding: 20px 18px;
  }
  .openOrdersHead {
    display: none !important;
  }
  .openOrdersRow:not(.openOrdersHead) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 24px;
    padding: 18px 0;
    min-height: 0;
  }
  .openOrdersRow:not(.openOrdersHead) > div {
    min-width: 0;
    padding: 0;
  }
  .openOrdersRow:not(.openOrdersHead) .customer {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
    color: #173765;
    font-weight: 600;
    white-space: normal;
    overflow: visible;
    text-overflow: initial;
  }
  .openOrdersRow:not(.openOrdersHead) .orderAction {
    grid-column: 2;
    grid-row: 1;
    text-align: right;
  }
  .openOrdersRow:not(.openOrdersHead) .orderAction a {
    white-space: nowrap;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(2):before {
    content: "Auftragswert";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(3):before {
    content: "Auftragsnummer";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(4) {
    grid-column: 1;
    grid-row: 3;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(4):before {
    content: "Bestelldatum";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(5) {
    grid-column: 2;
    grid-row: 3;
  }
  .openOrdersRow:not(.openOrdersHead) > div:nth-child(5):before {
    content: "Lieferdatum";
    display: block;
    margin-bottom: 4px;
    color: #788294;
    font-size: 12px;
  }
  .openOrdersTotal {
    display: flex;
    justify-content: flex-end;
    padding-top: 16px;
  }
  .openOrdersTotal strong {
    padding: 0;
    text-align: right;
  }
  .openOrdersTotal strong span {
    margin-right: 8px;
  }
}
@media (max-width: 1100px) {
  .dashboardLists {
    grid-template-columns: 1fr;
  }
  div#middle {
    gap: 25px;
    padding: 20px 10px 60px 10px;
  }
  div#top #topInner {
    padding: 0px 10px;
  }
  div.introduction {
    padding: 100px 10px 20px 10px;
  }
}
@media (max-width: 900px) {
  .kpiCard .kpiRight {
    max-width: 40px;
  }
  .kpiCard .kpiIcon {
    width: 40px;
    height: 40px;
    margin-left: 9px;
  }
  .kpiCard .kpiIcon img {
    max-width: 20px;
  }
  .kpiCard--primary .kpiIcon img {
    max-width: 18px;
  }
  .kpiCard .kpiTrend,
  .kpiCard .kpiPrevious {
    font-size: 12px;
  }
  .kpiCard {
    padding: 14px 14px 8px 18px;
    min-height: 135px;
  }
  body.site_id_1.site_level_2 {
    background-position: right bottom;
    background-size: auto 50%;
    background-color: #f8f9fc;
  }
  .salesChartBox .salesChartContent {
    grid-template-columns: 1fr;
  }
  .salesChartBox .salesChartTitle {
    top: 15px;
    left: 12px;
  }
  .salesChartBox {
    padding: 18px 10px 10px;
    margin: 35px 0 35px;
  }
}
@media (max-width: 800px) {
  .loginMask {
    align-content: start;
    justify-content: left;
    padding: 10svh 10px 0svh 10px;
  }
  .loginMask .panel {
    width: 100%;
    padding: 20px 26px;
    background: transparent !important;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  .loginMask .panel .panelTop:before {
    font-size: 24px;
  }
  .loginMask body.site_id_1.site_level_2 {
    background-size: auto 50%;
  }
  div#middle {
    grid-template-columns: 1fr;
  }
  div#middle .rightSection {
    min-width: 100%;
    max-width: 100%;
  }
  div#top .userContainer .userAvatar {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }
  div#top .brandContainer .logo svg {
    height: 40px;
  }
  div#top .brandContainer .pulseContainer {
    font-size: 10px;
  }
  div#top .userContainer .userInfos .userName {
    font-size: 13px;
  }
  div#top .userContainer .userInfos .userRole {
    font-size: 12px;
  }
  div#top {
    height: 60px;
  }
  div#top .userContainer .btn_logout {
    width: 20px;
    height: 20px;
    opacity: 1;
    padding-left: 7px;
    margin-left: 2px;
    border-left: 1px solid #c9c9c9;
  }
  div.introduction {
    padding-top: 60px;
  }
  .cardBox.alarmBox {
    margin-bottom: 45px;
  }
}
@media (max-width: 700px) {
  .listCard {
    padding: 18px 20px;
    overflow-x: auto;
  }
  .listTable {
    min-width: 560px;
  }
  .salesChartBox {
    padding: 18px 5px 6px 5px;
  }
  .salesChartBox .salesChartHeader {
    align-items: flex-start;
    flex-direction: column;
  }
  .salesChartBox .salesChartCanvas {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .infoCard .infoCardTitle {
    margin-bottom: 5px;
    line-height: 30px;
  }
  .ceoCard .ceoHeadline {
    font-size: 18px;
  }
  .ceoCard .ceoText {
    font-size: 14px;
  }
  .ceoCard .ceoMeta {
    margin-top: 25px;
    text-align: left;
  }
  .newsCard .newsList {
    gap: 25px;
  }
  .newsCard .newsItem {
    gap: 14px;
  }
  .newsCard .newsDate {
    width: 64px;
    height: 68px;
  }
  .newsCard .newsDate strong {
    font-size: 22px;
  }
  .newsCard .newsTitle {
    font-size: 16px;
  }
  .newsCard .newsText {
    font-size: 13px;
  }
  .alarmCard {
    background-position: left top;
    background-size: 30px auto;
    padding-left: 40px;
  }
  .alarmCard .alarmHeadline {
    font-size: 15px;
  }
  .cardBox {
    padding: 12px 10px 12px 15px;
  }
  .kpiGrid {
    gap: 12px;
  }
  .alarmCard .alarmMeta span {
    padding-left: 0px;
    margin-left: 0px;
    border-left: none;
    white-space: nowrap;
    width: 100%;
    display: block;
  }
  h1 {
    font-size: 1.5rem;
  }
  .dashboardSectionTitle {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 1.1;
  }
}
@media (max-width: 500px) {
  .kpiGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
  }
  div#top .brandContainer .logo {
    margin-right: 5px;
  }
  div#top .userContainer {
    margin-top: 1px;
  }
  div#top .brandContainer .pulseContainer {
    padding-left: 5px;
    line-height: 0.9;
  }
  div#top .userContainer {
    gap: 5px;
  }
  div#top .userContainer .userInfos .userName {
    font-size: 12px;
    line-height: 17px;
  }
  div#top .userContainer .userInfos .userRole {
    font-size: 10px;
    line-height: 13px;
  }
}
