.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*mobile menu background pic*/
  #offcanvas .uk-offcanvas-bar {
    background-image:
      linear-gradient(rgba(30, 36, 86, 0.88), rgba(30, 36, 86, 0.78)),
      url("/media/site/acdd510201-1786560183/sabine-und-eiven-vor-baum-bw.jpg");
    background-size: cover;
    background-position: 62% 50%;
    background-repeat: no-repeat;
  }
  
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}
.uk-label{
  border-radius: 3px;
}
.uk-subnav-pill > * > :first-child {
  border-radius: 3px;
}