/*
* Top Menue horizontal rechtsbündig in Modulposition top2
*/

#sp-top-bar {
  background: #FFFFFF;
}
#sp-top-bar a {
  color: #616160;
}
#sp-top-bar a:hover{
  color: #005cb9;
}
#sp-top-bar a:active{
  color: #005cb9;
}
#sp-top-bar a:visited{
  color: #616160;
}
#sp-top-bar li {
  display: inline-block;
  padding: 15px 10px 0px 10px; 
}
 .col-lg-6 {
  flex: 0 0 auto;
  width: 100%;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 0rem;
}

/*
* Chronoforms Farbanpassungen
*/  
  
.nui.header {
  color: #616160 !important;
} 
.nui.button.grey.iconed {
    color: #616160 !important;
}
.nui.button.colored.slate {
    color: #616160 !important;
}