.navigation-buttonhome {
    background-color: transparent;
    border: none;
    background-color: #D8D8D8;
    width: 70px;
    height: 50px;
}

.navigation-buttonhomeattached {
    //background-color: $hilti-concrete-lighten-1;
    border: none;
    height: 33px;
    transform: translate(-1px);
    background-color: transparent;
}

.navigation-buttonalone {
    //background-color: $hilti-concrete-lighten-1;
    border: none;
    height: 33px;
    transform: translate(4px);
    background-color: transparent;
}

.navigation-home {
    font-family: 'Roboto', sans-serif;
    //border-width:1px;
    //background-color: $hilti-rebel-blue;
    //border-color: $hilti-concrete-darken-2;
    //border-style: solid;
    color: #797979;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: auto;
    height: 31px;
    margin-right: 7px;
    /*&:after {
        content: '';
        background-color: $hilti-rebel-blue;
        border-color: $hilti-concrete-darken-2;
        transform: translate(2px, 54%) rotateZ(66deg) skewX(40deg);
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: none;
        border-bottom-style: none;
        border-width: 1px;
        width:17px;
        height:14px;
        position: absolute;
    } */
}

.navigation-homeitem {
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    //border-width:1px;
    //background-color: $hilti-concrete;
    //border-color: $hilti-concrete-darken-2;
    //border-style: solid;
    color: #797979;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: auto;
    height: 31px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 24px;
    &:before {
        z-index: 2;
        //content: '';
        //background-color: $hilti-concrete-lighten-1;
        //border-color: $hilti-concrete-darken-2;
        transform: translate(-18px, 54%) rotateZ(64deg) skewX(40deg);
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: none;
        border-bottom-style: none;
        border-width: 2px;
        width: 16px;
        height: 13px;
        position: absolute;
    }
    /*&:after {
        content: '';
        background-color: $hilti-concrete;
        border-color: $hilti-concrete-darken-2;
        transform: translate(2px, 54%) rotateZ(66deg) skewX(40deg);
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: none;
        border-bottom-style: none;
        border-top-width: 1px;
        border-right-width: 1px;
        border-left-width: 0px;
        border-bottom-width: 0px;
        width:17px;
        height:14px;
        position: absolute;
    }*/
}

.navigation-loneitem {
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    border-width: 1px;
    //background-color: $hilti-concrete-lighten-1;
    //border-color: $hilti-concrete-darken-2;
    //border-style: solid;
    color: #797979;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 4px;
    white-space: nowrap;
    height: 31px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 24px;
    &:before {
        z-index: 2;
        content: '';
        border-color: black;
        //-webkit-transform: translate(-18px, 54%) rotateZ(64deg) skewX(40deg);
        //transform: translate(-19px, 54%) rotateZ(63deg) skewX(40deg);
        border-top-style: solid;
        border-right-style: solid;
        border-left-style: none;
        border-bottom-style: none;
        border-width: 2px;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 10px;
        left: -5px;
        transform: rotate(45deg);
    }
}