.quote{
    margin: 0;
    font-family: "Unkempt";
    font-style: normal;
    font-size: 32px;
    /*color: #06b8b9;*/
    color: #292929;
}
.float-center.item-image {
  text-align: center;
}

.float-uk-border-circle img,
.uk-border-circle .el-image,
.circle-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
}

.sp-megamenu-parent > li:hover {
    background: #1c1c1c20;
    color: #fff;
    text-shadow: none;
}

.sp-menu-item.current-item.active {
    background: #0d008820;
    color:#0d0088;        
}

.masonry-gallery .uk-card-media-top a {
    display: block;
}

.masonry-gallery .uk-card-body {
    padding: 6px 8px;          /* compacter dan 8px 10px*/
    text-align: center;
}

.masonry-gallery .uk-card-title { /* Lange titels netjes afkappen */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.2;
    font-weight: 400;
}

/* container blijft ongewijzigd */
.masonry-gallery .card-media-fixed {
    height: auto;        /* ❗ geen vaste hoogte meer */
}

/* afbeelding bepaalt nu zelf de hoogte */
.masonry-gallery .card-media-fixed img {
    width: 100%;
    height: auto;          /* ❗ belangrijk */
    display: block;        /* voorkomt kleine gaps */
}
/* Voorkom kleine layout glitches */
.masonry-gallery img {
    vertical-align: middle;
}

/* ───────────────────────────────────── */
/* ACHTERGROND                           */
/* ───────────────────────────────────── */
.uk-lightbox {
    background: rgba(255, 255, 255, 0.95);
}

/* ───────────────────────────────────── */
/* PIJLEN (links / rechts)               */
/* ───────────────────────────────────── */
.uk-lightbox .uk-slidenav {
    background: rgba(0, 0, 0, 0.6);   /* donker i.p.v. licht */
    color: #fff;                      /* witte pijlen */
    border-radius: 50%;
    padding: 12px;
}

/* Hover state */
.uk-lightbox .uk-slidenav:hover {
    background: rgba(0, 0, 0, 0.85);
}

/* ───────────────────────────────────── */
/* CLOSE BUTTON                          */
/* ───────────────────────────────────── */
.uk-lightbox-button {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    padding: 8px;
}

/* Hover */
.uk-lightbox-button:hover {
    background: rgba(0, 0, 0, 0.85);
}

/* ───────────────────────────────────── */
/* TOOLBAR (bovenbalk)                  */
/* ───────────────────────────────────── */
.uk-lightbox-toolbar {
    background: transparent;  /* cleaner look */
}

/* ───────────────────────────────────── */
/* CAPTION                              */
/* ───────────────────────────────────── */
.uk-lightbox-caption {
    color: #111;
    background: rgba(255,255,255,0.9);
    padding: 8px 12px;
    border-radius: 6px;
}