body {
    background-color: #456a76;
}
body .content-area .article-class {
    background-color: #000000 !important;
}
h2 {
    color: #1f4e79;
}
h3 {
    color: #1f4e79;
}
h5 {
    color: #1f4e79;
}
h6 {
    color: #1f4e79;
}

thead, tbody, tfoot, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 1;
}

table {
    border-collapse: collapse;
    width: 75.626%;
}

td, th {
    border: 1px solid #34495E;
}


/* Fjern "Glemt adgangskode" og "Husk mig" fra login-siden */
a.com-users-login__remind {
    display: none;
}
a.com-users-login__reset {
    display: none;
}

/* Format the active breadcrumb item */
.breadcrumb .breadcrumb-item.active {
    color: #e8f0fe !important; /* Active item color */
    font-weight: bold !important; /* Optional: make the active item bold */
}

/* Format the breadcrumb links */
.breadcrumb .breadcrumb-item a {
    color: #e8f0fe !important; /* Link color */
    text-decoration: none !important; /* Remove underline */
}

/* Format the breadcrumb links on hover */
.breadcrumb .breadcrumb-item a:hover {
    color: #e8f0fe !important; /* Hover link color */
    text-decoration: underline !important; /* Underline on hover */
}
