.PageLayout_Content {
  position: relative !important; }
  .PageLayout_Content .__SaveButtons {
    width: 100%;
    position: sticky;
    z-index: 11;
    top: 150px; }
    .PageLayout_Content .__SaveButtons .__Button {
      padding: 15px;
      position: absolute;
      right: -280px;
      float: left;
      width: 250px;
      background: #fff;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
      -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
      border-radius: 6px;
      -webkit-border-radius: 6px; }
      .PageLayout_Content .__SaveButtons .__Button .__ButtonItem {
        float: left;
        width: 100%;
        padding-top: 3px; }
      .PageLayout_Content .__SaveButtons .__Button .__Title {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        font-weight: 600; }

ul.ObjektSearchListener {
  margin: 0;
  padding: 0; }
  ul.ObjektSearchListener li {
    float: left;
    width: 100%;
    padding: 8px 20px;
    list-style: none; }
    ul.ObjektSearchListener li:hover {
      background: #f9f9f9;
      cursor: pointer; }
    ul.ObjektSearchListener li .Objekt_TextView {
      float: left;
      width: calc(100% - 60px); }
      ul.ObjektSearchListener li .Objekt_TextView .TextView_Objekt {
        float: left;
        width: 100%;
        font-weight: 600;
        font-size: 14px; }
      ul.ObjektSearchListener li .Objekt_TextView .TextView_Kunde {
        float: left;
        width: 100%;
        padding-top: 5px;
        font-size: 14px; }
    ul.ObjektSearchListener li .Objekt_ImageView {
      float: left;
      width: 60px; }
      ul.ObjektSearchListener li .Objekt_ImageView img {
        width: 45px; }

.PostKarten_Layout {
  float: left;
  width: 100%; }
  .PostKarten_Layout .__Center {
    position: relative;
    margin: 0 auto;
    width: 1020px; }
    .PostKarten_Layout .__Center .__Title {
      float: left;
      width: 100%;
      font-weight: 600;
      font-size: 24px;
      padding: 30px 0 10px 0; }
    .PostKarten_Layout .__Center .__Title_Sub {
      float: left;
      width: 100%;
      font-weight: 300;
      font-size: 18px; }
    .PostKarten_Layout .__Center .__Search {
      float: left;
      width: 100%;
      padding-top: 20px; }
      .PostKarten_Layout .__Center .__Search .__Search_Title {
        float: left;
        width: 100%;
        font-weight: 600; }
      .PostKarten_Layout .__Center .__Search .__Search_Input {
        position: relative;
        float: left;
        width: 100%;
        padding-top: 10px; }
        .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container {
          position: absolute;
          z-index: 10;
          width: 100%; }
          .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container .arrow_box {
            position: relative;
            float: left;
            display: none;
            background: #fff;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 6px;
            -webkit-border-radius: 6px; }
          .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container .arrow_box:after, .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container .arrow_box:before {
            bottom: 100%;
            left: 10%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container .arrow_box:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 8px;
            margin-left: -8px; }
          .PostKarten_Layout .__Center .__Search .__Search_Input .__Search_Container .arrow_box:before {
            border-color: rgba(204, 204, 204, 0);
            border-bottom-color: #ccc;
            border-width: 9px;
            margin-left: -9px; }
        .PostKarten_Layout .__Center .__Search .__Search_Input input {
          width: 100%; }
    .PostKarten_Layout .__Center .__Submit {
      float: left;
      width: 100%;
      padding-top: 20px; }
    .PostKarten_Layout .__Center .__SelectPart {
      float: left;
      width: 100%;
      padding-top: 20px; }
      .PostKarten_Layout .__Center .__SelectPart .__SelectPart_Title {
        float: left;
        width: 100%;
        font-weight: 600; }
      .PostKarten_Layout .__Center .__SelectPart .__SelectPart_List {
        display: grid;
        width: 100%;
        padding-top: 10px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 20px; }
        .PostKarten_Layout .__Center .__SelectPart .__SelectPart_List .__ListItem {
          display: inline-block;
          width: 100%;
          background: #fff;
          -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
          -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.04);
          border-radius: 6px;
          -webkit-border-radius: 6px;
          padding: 15px; }
          .PostKarten_Layout .__Center .__SelectPart .__SelectPart_List .__ListItem .__ImageView {
            float: left;
            width: 75px; }
            .PostKarten_Layout .__Center .__SelectPart .__SelectPart_List .__ListItem .__ImageView img {
              width: 60px; }
          .PostKarten_Layout .__Center .__SelectPart .__SelectPart_List .__ListItem .__TextView {
            float: left;
            width: calc(100% - 75px);
            font-weight: 600;
            font-size: 14px; }

/*# sourceMappingURL=build_050120201512.css.map */
