.uk-navbar-left {
  overflow: auto;
  max-width: 50%;
  white-space: nowrap;
  scrollbar-width: thin;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.uk-navbar-nav .uk-nav li {
  white-space: normal;
}

h2.with-border::after {
  content: "";
  display: block;
  width: 110px;
  height: 2px;
  background-color: currentColor;
  margin-top: 20px; /* Abstand zum Text */
}

.uk-logo { font-weight: 700; }

@media screen and (max-width: 1080px ) {
  #slideshow .uk-padding,
  #slideshow .uk-slidenav-container { padding: 0; }
	#slideshow blockquote { font-size: 21px; }
	.uk-navbar-left { overflow: visible; }
}

#betriebskontakt p { margin-top: 0px!important; }
#betriebskontakt h3 { margin-bottom: 0px!important; }