.uk-navbar-nav {
    margin: 0 auto;
}

.uk-navbar-dropdown-nav>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

h3.submenutitle {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 6px 0;
}

#acym__archive__iframe {
    min-height: 800px;
    padding-bottom: 100px
}

#footer .uk-nav-default>li>a {
    color: #fff;
}

#footer .uk-nav-default>li>a:hover {
    color: #e3e3e3;
}

.uk-navbar-nav>li a:hover,
.uk-navbar-nav>li a[aria-expanded=true], 
.uk-navbar-nav>li.uk-active {
    background: #E3E3E3;
    color: #242C5D
}


.tm-toolbar-default li a:before {
        
    width: 80px;
    display: block;
    position: absolute;
    top: 40px;
    display: none;
    background-color: #e3e3e3;
    color: #21295f;
    z-index: 1000;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


.tm-toolbar-default li:hover a:before {
    display: block;
}


.tm-toolbar-default li:nth-child(4) a:before {
    content:'Facebook';


}

.tm-toolbar-default li:nth-child(3) a:before {
    content:'Kununu';


}

.tm-toolbar-default li:nth-child(2) a:before {
    content:'Xing';


}

.tm-toolbar-default li:nth-child(1) a:before {
    content:'Linkedin';


}

.tm-toolbar-default .uk-icon-button {
    background-color: #e3e3e3;
    color: #21295f;
    border-color:#e3e3e3;
    position: relative;
}

.tm-toolbar-default .uk-icon-button:hover {
    background-color: #fff;
    color: #21295f;
    border-color:#21295f
}

.uk-section {
    position: relative;
}

strong {
    color: #b2b2b1
}

.uk-totop {
    background: #082a61;
    color: #fff;
    padding: 10px;
    border: 1px solid #082a61
}

.uk-totop:hover {
    border: 1px solid #082a61
}

.ackerl .uk-logo, .bio-hg .uk-logo  {
display: none

}

.ackerl .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #d50018;
    
    
}
.bio-hg .uk-navbar-container:not(.uk-navbar-transparent) {
    background-color: #018136
    
}

.ackerl .uk-h1, .ackerl .uk-h2, .ackerl .uk-h3, .ackerl .uk-h4, .ackerl .uk-h5, .ackerl .uk-h6, .ackerl .uk-heading-2xlarge, .ackerl .uk-heading-large, .ackerl .uk-heading-medium, .ackerl .uk-heading-small, .ackerl .uk-heading-xlarge,.ackerl  h1, .ackerl h2, .ackerl h3, .ackerl h4, .ackerl h5, .ackerl h6 {
color: #d50018
}

.bio-hg .uk-h1, .bio-hg .uk-h2, .bio-hg .uk-h3, .bio-hg .uk-h4, .bio-hg .uk-h5, .bio-hg .uk-h6, .bio-hg .uk-heading-2xlarge, .bio-hg .uk-heading-large, .bio-hg .uk-heading-medium, .bio-hg .uk-heading-small, .bio-hg .uk-heading-xlarge,.bio-hg  h1, .bio-hg h2, .bio-hg h3, .bio-hg h4, .bio-hg h5, .bio-hg h6 {
    color: #018136
}



.uk-navbar-right {
    justify-content: flex-end;
}

.uk-navbar-right .uk-panel {
    padding: 10px 0px 0 0;
    position: absolute;
    right: 50px;
    width: 70px;
    top: 2px;
}

div.mod-languages li {
    padding-left: 5px;
}

.uk-navbar-toggle {
    padding-right: 10px;
}

.adminform .btn:hover,
.toolbarbuttons .btn-success:hover {
    background-position-y: 0;
    color: #fff;
    background-image: none;
    background-color: green;
}

.adminform .btn-warning:hover,
.toolbarbuttons .btn-warning:hover {
    background-position-y: 0;
    color: #fff;
    background-image: none;
    background-color: orange;
}

.uk-navbar-nav>li.uk-active>a {
    color: #082a61;
    font-weight: 700;
}

#tm-sidebar .uk-button {
    margin-bottom: 15px;
    float: right;
    display: block;
}

#module-111 h3 {
    text-align: right;
}

#offlajn-ajax-search111 {
    float: right;
}

.uk-search-toggle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #082a61;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.uk-navbar {
    margin: 0 auto;
}

.uk-navbar-toggle-icon {
    color: #fff;
}

.uk-navbar-dropbar {
    background: rgba(227, 227, 227, 0.95)
}

.edocman-document.span6 {
    width: 100%!important;
    margin-left: 0!important;
}

#tm-top {
    padding-bottom: 0px;
}

@media(min-width: 641px) {
    #footer ul {
        display: flex;
        justify-content: space-between;
    }
}