/* ==========================================
   Lexikon Pagination
   ========================================== */

.lexikon-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}

.lexikon-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    text-decoration: none;
}

.lexikon-pagination a.active {
    font-weight: 700;
}

.lexikon-pagination a:hover {
    text-decoration: none;
}


/* ==========================================
   Suche
   ========================================== */

.lexikon-clear {
    display: none;
    cursor: pointer;
}

.lexikon-clear.visible {
    display: block;
}


/* ==========================================
   Buchstaben-Navigation
   ========================================== */

.lexikon-nav-muted {
    opacity: 0.35;
}


/* ==========================================
   Keine Ergebnisse
   ========================================== */

.lexikon-no-results {
    display: none;
}

/* ==========================================
   Aktive Markierung Buchstabensuche
   ========================================== */

.lexikon-nav a.lexikon-nav-active {
  color: #999A1E;
  text-decoration: underline;
}