/*** Verhindert das horizontales Springen beim Menüeintragswechsel ANFANG ***/
html {
overflow-y: scroll;
}
/*** ENDE ***/

/*** Navigation Oben/Unten ANFANG ***/
.nav-pills {
    background: #0079bc;
}
.nav-pills > li > a{
  color: #fff;
  margin: 5px 10px;
  padding: 12px;
  border-radius: 0px;
}
.nav-pills > .active > a {
  background: #fff!important;
  border-radius: 0px;
  padding: 12px;
  color: #d40000;
}
.nav-pills > li > a:hover{
  color: red!important;
  background: #fff;
}
/*** Navigation Oben/Unten ENDE ***/

/*** Module Startseite links ANFANG ***/
.newshome p{
  font-size: 12px;
}
.newshome h3 {
  background: #d40000;
  text-align: center;
  color: #fff;
  padding: 10px;
}
/*** Module Startseite links ENDE ***/

/*** Modul Partner ANFANG ***/
.partner {
  margin: 0 auto;
  text-align: center;
}
/*** Header Module  ANFANG ***/
.header h2 {
  color:#d40000;
}
.header h3 {
  color:#0079bc;
}
/*** Header Module ENDE ***/

/*** Button ANFANG ***/
.uk-button-large {
    min-height: 20px !important;
    padding: 0 5px !important;
    line-height: 20px !important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    margin-top: -15px !important;
}
.uk-float-right {
    float: none!important;
    margin: 0 auto!important;
}
.uk-button-primary {
    background-color: #0079bc!important;
}
.uk-panel-teaser, .uk-panel-title {
    margin-bottom: 5px!important;
}
/*** Button ENDE ***/

/*** Products ANFANG ***/
.uk-panel-box > .uk-panel-teaser {
    margin-top: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
/*** Products ENDE ***/

/*** Footer Bereich im Body ANFANG ***/
footer {
    display: flex;
}
/*** Footer Bereich im Body ENDE ***/

/*** Mobiles Menu ANFANG ***/
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.nav-collapse .nav > li.active > a {
    color: #a40000;
}
.nav-collapse .nav > li > a:hover{
  color: red!important;
  background: #fff;
}
/*** Mobiles Menu ENDE ***/