/*
 Theme Name: Hueman Pro Child
 Theme URI: https://presscustomizr.com/
 Description: Child Theme für Hueman Pro
 Author: Jurek
 Template: hueman-pro
 Version: 1.0
*/

/* Eigene Styles kommen hier rein */

.pagination .page-numbers {
    font-size: 0.9rem;
    font-weight: 300;
    color: #17cfc0;
    opacity: 0.8;
}

.pagination .page-numbers.current {
    opacity: 1;
    font-weight: 400;
}

/* ===============================
   📁 3. Bilddarstellung & Lightbox (Simple Lightbox aktiv)
   Beschreibung:
   - Bildgrößen, Hover-Effekte, Fancybox-Design
   - Unterstützt das Plugin "Simple Lightbox"
=============================== */

.lightbox-container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  column-gap: 3px;
  row-gap: 0px;
  margin-bottom: 20px;
}

.lightbox-container img {
  width: 160px;
  height: 110px;
  border-radius: 4px;
  display: block;
  max-width: 100%;
  border: 2px solid #aaaa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  margin: -20px auto 4px auto;
}

.lightbox-container img:hover,
img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}

img.alignright,
img.aligncenter,
img.alignleft {
  border-radius: 5px;
  transition: box-shadow 0.3s ease;
}

img.alignleft {
  margin-right: 10px;
  float: left;
}

img.alignleft.small { max-width: 150px; }
img.alignleft.medium { max-width: 250px; }

img.alignleft.large {
  max-width: 340px; 
  margin-top: 7px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.bildzentriert {
  text-align: center;
}
.bildzentriert img {
  float: none;
  display: inline-block;
}

/* Fancybox Caption – wird von Simple Lightbox übernommen */
.fancybox-caption {
  font-size: 18px !important;
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
  padding: 10px 15px !important;
  border-radius: 5px !important;
  max-width: 90% !important;
  margin: 0 auto !important;
  text-align: center !important;
  font-family: "Helvetica", sans-serif !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5) !important;
}
