.app-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../assets/app/media/KULDIG_Bildmarke.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.app-header {
    position: relative;
    background-color: #3381b9;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    z-index: 10;
    }
    
 span.app-name {
    color: #fff;
}

.app-modulesbar a.uk-active, .app-modulesbar>li>a {
    color: #fff;
}

.uk-nav-side>li.uk-active>a,.uk-button-primary  {
    background: #3381b9;
    color: #fff;
}

button.uk-button.uk-button-large.uk-button-link.test {
    border-color: #3381b9;
    border-style: solid;
    border-width: 1px;
    background-color: #3381b9;
    color: #fff;
}