.__KistenItemsNumbers {
  display: flex;
  width: 100%;
  border-top: 1px solid #eee;
  padding: 1rem;
  overflow: auto;
  scrollbar-width: thin; }
  .__KistenItemsNumbers .__KistenItems {
    display: flex;
    gap: 1rem; }
    .__KistenItemsNumbers .__KistenItems .__ItemKiste {
      display: flex;
      background: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
      border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 1rem;
      gap: 1rem;
      align-items: flex-start;
      cursor: pointer; }
      .__KistenItemsNumbers .__KistenItems .__ItemKiste .__Count {
        display: flex; }
      .__KistenItemsNumbers .__KistenItems .__ItemKiste .__Dienstleister {
        flex: 1;
        min-width: 120px; }
      .__KistenItemsNumbers .__KistenItems .__ItemKiste .__DienstleisterImageView {
        display: flex;
        width: 60px;
        height: 60px;
        background: #eee;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        overflow: hidden; }

.ChartLayoutBlurTitle {
  display: flex;
  padding: 1rem;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-weight: 700;
  font-size: 18px; }

.ChartLayoutBoxItems {
  display: grid;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem; }
  .ChartLayoutBoxItems .__Item {
    position: relative;
    display: flex;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #13141d;
    padding: 1rem;
    flex-direction: column; }
    .ChartLayoutBoxItems .__Item .__Info {
      position: absolute;
      right: -260px;
      display: none;
      top: 0; }
      .ChartLayoutBoxItems .__Item .__Info .arrow_box {
        position: relative;
        background: #fff;
        width: 240px;
        border-radius: 10px;
        -webkit-border-radius: 10px; }
        .ChartLayoutBoxItems .__Item .__Info .arrow_box .__ArrowContent {
          padding: 0.5rem 0;
          display: flex;
          width: 100%;
          flex-direction: column; }
        .ChartLayoutBoxItems .__Item .__Info .arrow_box .__ArrowItem {
          display: flex;
          padding: 0.5rem 1rem;
          font-weight: 600; }
        .ChartLayoutBoxItems .__Item .__Info .arrow_box .arrowTitle {
          padding: 1rem;
          border-bottom: 1px solid #eee;
          display: flex;
          font-weight: 600; }
      .ChartLayoutBoxItems .__Item .__Info .arrow_box:after {
        right: 100%;
        top: 20%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 8px;
        margin-top: -8px; }
    .ChartLayoutBoxItems .__Item .__SuperNumber {
      padding: 0.2rem 0;
      color: #fff;
      font-weight: 600; }
    .ChartLayoutBoxItems .__Item .__Point {
      display: flex;
      width: 16px;
      height: 16px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      background: #1E88E5; }
      .ChartLayoutBoxItems .__Item .__Point._1 {
        background: #B48EFF; }
      .ChartLayoutBoxItems .__Item .__Point._2 {
        background: #e74b6f; }
      .ChartLayoutBoxItems .__Item .__Point._3 {
        background: #00e676; }
    .ChartLayoutBoxItems .__Item .__Text {
      color: rgba(255, 255, 255, 0.5);
      font-weight: 300;
      font-size: 18px; }
    .ChartLayoutBoxItems .__Item .__Number {
      padding-top: 1rem;
      color: #fff;
      display: flex;
      font-weight: 700;
      font-size: 30px; }

.__TemplateSplitLayout {
  display: flex;
  min-height: 650px;
  max-height: 650px;
  overflow: hidden; }
  .__TemplateSplitLayout .__SplitItemText {
    background: #eee;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px; }
    .__TemplateSplitLayout .__SplitItemText b {
      transform: rotate(-90deg);
      width: 300px; }
  .__TemplateSplitLayout .__SplitItem {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #eee;
    height: calc(100% - 550px + 67px); }
    .__TemplateSplitLayout .__SplitItem:nth-child(1), .__TemplateSplitLayout .__SplitItem:nth-child(2), .__TemplateSplitLayout .__SplitItem:nth-child(3), .__TemplateSplitLayout .__SplitItem:nth-child(5), .__TemplateSplitLayout .__SplitItem:nth-child(6), .__TemplateSplitLayout .__SplitItem:nth-child(7) {
      flex: 1; }
    .__TemplateSplitLayout .__SplitItem:last-child {
      border-right: 0; }
    .__TemplateSplitLayout .__SplitItem .__ItemForm {
      overflow: auto;
      scrollbar-width: thin;
      height: 598px; }
      .__TemplateSplitLayout .__SplitItem .__ItemForm .InputItems {
        padding: 1rem !important; }
      .__TemplateSplitLayout .__SplitItem .__ItemForm.Padding {
        padding: 1rem; }
    .__TemplateSplitLayout .__SplitItem .__ItemTitle {
      display: flex;
      padding: 1rem;
      border-bottom: 1px solid #eee;
      width: 100%;
      font-weight: 600; }

.TabItems {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100; }
  .TabItems .__Item {
    border-bottom: 2px solid transparent;
    display: flex;
    padding: 0.6rem;
    align-items: center;
    height: 46px;
    font-weight: 600; }
    .TabItems .__Item:hover, .TabItems .__Item.active {
      cursor: pointer;
      color: #143eea;
      border-bottom: 2px solid #143eea; }

.AnbauteileItems {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem; }
  .AnbauteileItems .__Item {
    display: flex;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 1rem;
    align-items: center;
    column-gap: 2rem; }
    .AnbauteileItems .__Item .__ImageView {
      display: inline-block; }
      .AnbauteileItems .__Item .__ImageView .__ImageViewItem {
        position: relative;
        width: 160px;
        height: 160px;
        background: #000; }
        .AnbauteileItems .__Item .__ImageView .__ImageViewItem .__Photo {
          position: absolute;
          left: 180px;
          top: 0;
          display: none; }
          .AnbauteileItems .__Item .__ImageView .__ImageViewItem .__Photo .arrow_box {
            position: relative;
            background: #fff;
            display: flex;
            width: 500px;
            height: 500px;
            border-radius: 10px;
            -webkit-border-radius: 10px;
            padding: 0.2rem; }
            .AnbauteileItems .__Item .__ImageView .__ImageViewItem .__Photo .arrow_box .__ImageInset {
              display: inline-block;
              width: 100%;
              height: 100%;
              border-radius: 10px;
              -webkit-border-radius: 10px;
              overflow: hidden; }
              .AnbauteileItems .__Item .__ImageView .__ImageViewItem .__Photo .arrow_box .__ImageInset img {
                width: 100%;
                height: 100%;
                object-fit: cover; }
          .AnbauteileItems .__Item .__ImageView .__ImageViewItem .__Photo .arrow_box:after {
            right: 100%;
            top: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-right-color: #fff;
            border-width: 8px;
            margin-top: -8px; }
        .AnbauteileItems .__Item .__ImageView .__ImageViewItem:hover .__Photo {
          display: inline-block; }
        .AnbauteileItems .__Item .__ImageView .__ImageViewItem img {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          overflow: hidden;
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .AnbauteileItems .__Item .__Details {
      flex: 1;
      display: flex;
      flex-direction: column;
      color: #fff; }
      .AnbauteileItems .__Item .__Details .__DetailItems {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 0.5rem; }
        .AnbauteileItems .__Item .__Details .__DetailItems .__DetailItem {
          display: flex;
          flex-direction: column; }
          .AnbauteileItems .__Item .__Details .__DetailItems .__DetailItem span:nth-child(1) {
            font-weight: 600;
            font-size: 11px; }
          .AnbauteileItems .__Item .__Details .__DetailItems .__DetailItem span:nth-child(2) {
            padding-top: 0.2rem; }
      .AnbauteileItems .__Item .__Details .__DetailTitle {
        padding-bottom: 0.5rem;
        display: inline-block;
        font-weight: 600;
        font-size: 24px; }

/*# sourceMappingURL=style.v2.css.map */
