

.uk-navbar-nav > li > a.uk-button-text {
    padding: 0 15px;
    text-decoration: none;
}

.uk-navbar-nav > li > a.uk-button-text:hover {
    text-decoration: underline;
}

.uk-navbar-nav > li.uk-active > a.uk-button-text {
    text-decoration: underline;
}

.uk-height-xxxlarge {
    height: 83vh !important;
    min-height: 83vh !important;
}

body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.dok-font-serif {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.dok-color-primary {
    color: #1f3691 !important;
}

@media (max-width: 768px) {
    .uk-card-semi-transparent,
    .uk-card-semi-transparent-dark,
    .uk-card-semi-transparent-primary,
    .uk-card-glass {
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
}

.partner-slider .uk-slider-items > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-slider img {
    max-height: 80px;
    width: auto;
}

.dok-background {
    background-color: #f5f5f5ef;
}

.dok-margin-top {
    margin-top: 20%;
}

.bg-dok-footer {
    background-color: rgb(76, 76, 76);
}

.text-dok-wrap {
    white-space: pre-line;
}

.dok-background-secondary {
    background-color: rgb(248, 248, 248); 
}

.fc-dok-primary {
    color: #1f3691 !important;
    font-size: 1.1rem;
}

.uk-navbar .uk-icon-link {
    color: #1f3691 !important;
}

.uk-button-primary {
    background-color: #1f3691;
    color: #fff;
}

.uk-button-primary:hover,
.uk-button-primary:focus {
    background-color: #182b73;
    color: #fff;
}

.uk-button-primary:active {
    background-color: #14235f;
    color: #fff;
}

.uk-section.uk-light.uk-background-cover h1,
.uk-section.uk-light.uk-background-cover .uk-text-lead {
    text-shadow:
        -1px 0 0 rgba(172, 172, 172, 0.6),
        1px 0 0 rgba(172, 172, 172, 0.6),
        0 -1px 0 rgba(172, 172, 172, 0.6),
        0 1px 0 rgba(172, 172, 172, 0.6),
}

.uk-button-dok {
    background-color: #1f3691;
    color: #f8f8f8 !important;
}