.text-bosch-purple-40 {
    color: rgba(158, 40, 150, 1) !important;
}

.text-bosch-purple-50 {
    color: rgba(197, 53, 188, 1) !important;
}

.text-bosch-blue-40 {
    color: rgba(0, 98, 154, 1) !important;
}

.text-bosch-blue-50 {
    color: rgba(0, 123, 192, 1) !important;
}

.text-bosch-turquoise-40 {
    color: rgba(17, 104, 100, 1) !important;
}

.text-bosch-turquoise-50 {
    color: rgba(24, 131, 126, 1) !important;
}

.text-bosch-green-40 {
    color: rgba(0, 108, 58, 1) !important;
}

.text-bosch-green-50 {
    color: rgba(0, 136, 74, 1) !important;
}

.text-bosch-red-50 {
    color: rgba(237, 0, 7, 1) !important;
}

footer > li.nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

footer > ul.nav > li.nav-item > a.nav-link:hover {
    color: #007bc0;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 142, 207, 1);
    border-bottom: .25rem solid #007bc0;
}
footer > ul.nav > li.nav-item > a.nav-link {
    color: #212529;
    padding: 0.5rem 0;
    border-bottom: .25rem solid white;
    border-top: 0 solid white;
}
footer > ul.nav > li.nav-item {
    display: block;
    border-bottom: .25rem solid white;
}
footer > .nav-link:focus, .nav-link:hover {
    text-decoration: none;
}