/* Kopie aus theme.css Zeile 9950 
/* Blog
 ========================================================================== */
/*
 * Leading article
 * Joomla only
 */
.uk-article {
  padding-bottom: 10px; /*original 25px*/
  border-bottom: 1px solid #003399;
}


.scrollTo { 
}

.main-outer,
.top-a-outer,
.footer-a-outer,
.top-b-outer,
.top-c-outer,
.top-d-outer,
.bottom-a-outer,
.bottom-b-outer,
.bottom-c-outer {
  width: 100%;
  padding: 44px 0;
}

.scroll400 {
  max-height: 400px;
  overflow: scroll;
}

.scroll300 {
  max-height: 300px;
  overflow: scroll;
}



.uk-nav-side li li.uk-active  a {
  /* background: #c3d608;*/
  color: #3399ff;
}

/* Tablet and bigger */
@media (max-width: 1180px) {
   .uk-grid> * {
      padding-left: 10px;
      padding-right: 10px;
     }
   .uk-navbar-nav > li.uk-parent > a {
      padding-right: 20px;
      position: relative;
   }
}