.uk-navbar-container:not(.uk-navbar-transparent) {
    background: url(/images/header_background.jpg);
    background-size: 111%;
    background-repeat: no-repeat;
    background-position: 0% 38.15%;
}
ul.uk-navbar-nav a {
    font-size: 28px;
    line-height: 30px;
}
ul.uk-navbar-nav {
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: #010443;
    border-width: 2px;
}
.uk-navbar-left {
    margin-top: 10px;
    margin-bottom: 10px;
}
a.uk-navbar-toggle {
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    border-style: solid;
    border-color: #010443;
    border-width: 2px;
}
.tm-header .uk-navbar-nav li .uk-icon svg {
  width: 35px;
  height: 35px;
  margin-bottom: 5px;
  color: black;
}
.uk-drop.uk-navbar-dropdown.uk-open {
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-color: #010443;
    border-width: 2px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    left: 730px !important;
}
.Mietwebseite a{
    cursor: default !important;
}
.uk-navbar-nav>li>a {
    color: #000 !important;
}
.uk-offcanvas-bar {
    background: #F28C0E;
}
.uk-nav-default>li>a {
    color: #000000 !important;
}
ul.uk-nav-sub>li>a {
    color: #000000 !important;
}
.uk-close {
    color: #000000 !important;
}
ul.uk-navbar-nav {
    zoom: 65%;
}