  a:link {
    color: #a17e42;
  }

  a:visited {
    color: #876f45;
  }

  .headlineklein {
    font-size: 9px;
    color: #888;
  }

  .headlineklein span {
    display: inline-block;
    margin-bottom: -10px !important;
    color: #fff;
    border-radius: 5px;
    padding: 0 4px;
  }

  .projektsicht_dreierkasten {
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    background-color: #f0f0f0;
    padding: 20px;
    width: 30.5%;
    height: 450px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .projektsicht_dreierkasten:last-child {
    margin-right: 0;

  }

  .projektsicht_dreierkasten_zeile:first-child {
    margin-top: 15px;
  }

  .projektsicht_dreierkasten_zeile {
    display: flex;
    justify-content: space-between;
    padding: 3px 7px;
  }

  .projektsicht_dreierkasten_zeile:nth-child(odd) {
    background-color: #e3e3e3;
  }

  .projektsicht_dreierkasten_zeile:nth-child(even) {
    background-color: #eee;
  }

  .projektsicht_dreierkasten_titel {
    display: inline-block;
  }

  .projektsicht_dreierkasten_inhalt {
    display: inline-block;
  }

  .projektsicht_select {
    border: 1px solid #999;
    width: 110px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-appearance: none;
    padding: 2px 5px;
  }

  .projektsicht_inputdate {
    border: 1px solid #999;
    width: 110px;
    border-radius: 5px;
    background-color: #fff;
  }

  .projektsicht_selectbereich {
    margin: 0 0 50px 0;
  }

  .projektsicht_neun {
    width: 100%;
    margin: 40px 0 60px 0;
  }

  .projektsicht_neun_titel {
    display: inline-block;
    width: 15%;
    padding: 7px 0;
    border: 2px solid #fff;
  }

  .projektsicht_sieben_titel {
    display: inline-block;
    width: calc(16% + 20px);
    padding: 7px 0;
    border: 2px solid #fff;
  }

  .projektsicht_neun_inhalt {
    display: inline-block;
    vertical-align: top;
    width: 10%;
    padding: 7px 0;
    text-align: center;
    border: 2px solid #fff;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 3px;
  }

  .projektsicht_sieben_inhalt {
    display: inline-block;
    vertical-align: top;
    width: 13%;
    padding: 7px 0;
    text-align: center;
    border: 2px solid #fff;
    background-color: #f0f0f0;
    border-radius: 10px;
    margin-bottom: 3px;
  }

  .projektsicht_neun_spacebetween{
    display: flex;
    justify-content: space-between;
  }

  .projektansicht_highlighted {
    background-color: #f0f0ad !important;
  }

  .projektansicht_zentriert {
    text-align: center;
  }

  .projektansicht_transparent {
    background-color: transparent !important;
  }

  .projektsicht_wert {
    display: inline-block;
    padding-left: 15px;

  }

  .projektsicht_wert INPUT {
    width: 75px;
    border: none;
    background-color: transparent;
  }

  .projektsicht_einheit {
    display: inline-block;
    padding-right: 15px;
  }

  .projektsicht_check {
    display: none;
    color: #589c3b;
    padding: 8px 16px;
    background-color: #edf7e9;
    border-radius: 10px;
    margin-left: 2px;
  }

  #projektansicht_summe_stunden,
  #projektansicht_summe_material,
  #projektansicht_summe_auftragsvolumen,
  #projektansicht_summe_fremdleistungen {
    font-weight: bold;
    font-size: 17px;
  }

  #systemrolleDiv, #momentbitteDiv, #reststundeneinschaetzungDiv {
    position: fixed;
    display: none;
    width: 400px;
    background-color: #fff;
    box-shadow: 1px 2px 40px #777;
    border-radius: 10px;
    top: 150px;
    left: calc(50% - 200px);
    z-index: 10;
    padding: 35px;
    text-align: center;
    border-left: 10px solid #d8bb88;


  }

  select.select_nein_ja_farbe < option[value=1]  {
    //background: rgba(255,0,0,0.5);
    //border: 1px solid red;
  }

  .dashbord_diagramm {
    display: inline-block;
    vertical-align: top;
    background-color: #f0f0f0;
    width: 30%;
    border-radius: 10px;
    padding: 25px;
    margin: 0 40px 40px 0;
  }

  .projektsicht_diagramm_rohertrag {
    background-color: #f0f0f0;
    width: 96.5%;
    border-radius: 10px;
    padding: 25px;
    margin: 25px 0 60px 0;
  }

  .projektansicht_istwerttabelle {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 25px;
    width: 96.5%;

  }

  .projektansicht_istwerttabelle_zeile:nth-child(odd) {
    background-color: #e3e3e3;
  }

  .projektansicht_istwerttabelle_zeile:hover {
    background-color: #ede5d8;
  }

  .projektansicht_istwerttabelle_zeile_achterspalte {
    display: inline-block;
    width: calc(10% - 10px);
    padding: 5px;
  }

  .statusblatt_button {
    background-color: #f0f0f0;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    font-family: arial;
    font-size: 13px!important;
    color: #000;
    padding: 10px 15px;
    cursor: pointer;
    margin-bottom: 10px;
    width: 260px;
    transition: .5s all;
  }

  .statusblatt_button:hover {
    background-color: #d8bb88!important;
    border: 1px solid #d8bb88!important;
  }

  .masteruser,
  .nichterlaubt {
    pointer-events: none;
  }
