.btn-bwstiftung {
    color: #003c72;
    border-color: #003c72;
}
.btn-bwstiftung:hover, .btn-bwstiftung:active {
    color: #fff;
    background-color: #003c72;
    border-color: #003c72;
}
.btn-bwstiftung:focus {
    box-shadow: 0 0 0 .25rem rgb(0, 61, 114,.25);
}
