.bg-info {
	 /* background-color: rgb(88,147,70) !important; */  /* OÖ */
	 background-color: rgb(133,196,139) !important;  /* OÖ */
}
.btn-primary {
    background-color: rgb(133,196,139);
}
.btn-success {
    background-color: rgb(133,196,139);
}
.btn-info {
    background-color: rgb(251,190,38);
}
.btn-warning {
    background-color: rgb(195,195,195) !important;
}
#submenu {
    background-color: rgb(251,190,38);
    background-color: rgb(133,196,139); 
}

.btn-info.active, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active, .btn-info:active:focus, .btn-info:active:hover, .btn-info:focus, .btn-info:hover, .show>.btn-info.dropdown-toggle, .show>.btn-info.dropdown-toggle:focus, .show>.btn-info.dropdown-toggle:hover {
    background-color: rgb(0,70,100) !important;
}
