/* Phoca Guestbook: Überschrift der Einträge blau färben */
#phocaguestbook h5.pgtitle,
#phocaguestbook .pgtitle {
    color: #3d618f !important; /* Dein gewünschtes Blau */
    font-size: 1.1rem !important;
    font-family: Arial, sans-serif !important;
}

.hr-condensed.pgb_border {
color: #000000 !important;
  
}