.bulletpoint {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 4px; /* je nach Optik ggf. anpassen */
}

.bulletpoint + p {
  display: inline-block;
  width: calc(100% - 30px); /* rückt Text nach rechts ein */
  vertical-align: top;
}

.pum-overlay {
  background: rgba(245, 245, 245, 0.2) !important; /* Heller transparenter Schleier */
  backdrop-filter: blur(8px) !important;           /* Weichzeichner */
  -webkit-backdrop-filter: blur(8px) !important;   /* Für Safari */
}
/* Einheitliche Höhe und Bildverhalten für Kandidatenbilder */
.kandidaten-bild img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    display: block;
}
