/*Menüleiste schmaler*/
.uk-navbar-nav > li.uk-parent > a::after{
    line-height: 50px !important;
}
.uk-navbar-nav > li > a{
    line-height: 50px !important;
    height:50px !important;
}
.menu-inner {
    height: 50px;
}
.uk-navbar-content{
    height: 50px !important;
}
.uk-sticky-placeholder{
    height:50px !important
}

#bottom-d{
    padding-right:20px;
    padding-left:20px;
    box-sizing:border-box;
}

@media (max-width: 979px) {
    .toolbar-outer,
    .headerbar{
        display: none !important;
    }
    
    .tm-logo-small img{
        margin-top:18px;
    }
}



form section:hover{
    background-color:rgba(0,0,0,0) !important;
}