/*
Add here your custom css-Styles...
*/

.bg-dark { background-color: #F8F9FA!important }

#content { background-color: #F8F9FA!important }

#menueRight > div.navbar-text.greeting.px-1 { color: #51585E }

#menueRight .nav-link { color: #51585E }
#menueRight .nav-link:hover { color: black }


#menueRight .nav-link.active {
  border-top: 0.1rem solid rgba(0,0,0,.5);
  background-color: rgba(255,255,255,.1);
  border-bottom: 0.25rem solid rgba(0,0,0,.5);
}

#footer { color: #51585E }

#footer .copyright { background-color: #E9ECEF }