.uk-divider-icon {
    position: relative;
    border: none;
    height: 1px;
    background-color: #0A2B43;
}

.uk-divider-icon::before,
.uk-divider-icon::after {
    content: "";
    position: absolute;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border: 1px solid #0A2B43; /* cirkel-farve */
    border-radius: 50%;
    background-color: transparent;
}

.uk-divider-icon::before {
    left: -8px;
    right:auto;
}

.uk-divider-icon::after {
    right: -8px;
    left: auto;
}

.uk-divider-icon::after,
.uk-divider-icon::before,
.uk-divider-icon {
    box-sizing: border-box;
}

.uk-thumbnav > * > *::after {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
}

/* INFO ICON */
.infoicon {
    background-color: #0A2B43;
    width: 21px;
    height: 21px;
    display: inline-block;
    font-size: 16px;
    color: #c78a32;
    text-align: center;
    border-radius: 50px;
    line-height: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: 2px;
}

.uk-navbar-container.uk-navbar-transparent {
    background-color: hsl(0deg 0% 0% / 70%);
    color:#ffffff !important;
}

.uk-section-secondary.uk-section, .uk-section-secondary a {
    color: #DAAD6C;
}

/* SPLIT BACKGROUND */
.split-background {
    background: linear-gradient(to bottom, #FFFFFF 50%, #EFEEEA 50%) !important;
}
.split-background-dark50 {
    background: linear-gradient(to bottom, #FFFFFF 50%, #0A2B43 50%) !important;
}
.split-background-dark60 {
    background: linear-gradient(to bottom, #FFFFFF 40%, #0A2B43 40%) !important;
}
.split-background-dark70 {
    background: linear-gradient(to bottom, #FFFFFF 30%, #0A2B43 30%) !important;
}


/* NAVBAR / HEADER */
.uk-navbar-sticky {
	background-color: rgba(0,0,0,.80) !important;
}
a.uk-navbar-toggle.uk-icon.uk-search-icon {
    color: #daad6c;
}
.uk-navbar-toggle {
    color: #daad6c !important;
}
.uk-navbar-toggle:hover {
    color: #ffffff !important;
}


/* TERTIARY SECTION */
.uk-section-tertiary {
  background: #541f2c !important;
  color: #fff !important;
}
.uk-section-tertiary a,
.uk-section-tertiary .uk-link {
  color: #fff !important;
}
.uk-section-tertiary .uk-button-secondary {
  color: #541f2c !important;
}
.uk-section-tertiary.uk-light {
  color: #fff !important;
}
.uk-section-tertiary.uk-dark {
  color: #222 !important;
}

/* TERTIARY BUTTON */
.uk-button-tertiary {
  background: #541f2c !important;
  color: #fff !important;
}
.uk-button-tertiary:hover,
.uk-button-tertiary:focus {
  background: #72263c !important; /* Lidt lysere ved hover */
  color: #fff !important;
}

/* TERTIARY PANEL */
.uk-panel-tertiary {
  background: #541f2c !important;
  color: #fff !important;
}
.uk-panel-tertiary.uk-light {
  color: #fff !important;
}
.uk-panel-tertiary.uk-dark {
  color: #222 !important;
}
.uk-section-tertiary div {
    color: #daad6c !important;
}






/* MATHIAS' AFDELING */
