.indexbanner {
    background-image:
        linear-gradient(
            /*
          rgba(91, 192, 222, 0.10),
          rgba(91, 192, 222, 0.95)
          */
          rgba(214, 218, 255, 0.25),
          rgba(214, 218, 255, 0.95)
        ),
        url('../images/elements/open-timepiece-exposing-cogs-and-gear-wheels_500x.png');
    /*position: relative;*/
    height: 500px;
}
.indexbannerlite {
    background-image:
        linear-gradient(
          rgba(214, 218, 255, 0.25),
          rgba(214, 218, 255, 0.95)
        );
    /*position: relative;*/
    /*min-height: 280px;*/
}

.indexbannerlayer {
    /*background-color: rgba(120, 120, 150, 0.6);
    position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 500px;
}

.facolorblue {
    color: #4550e5;
}