/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 16:16:05 */
/* CA Leerflächen Fix v1.0 — kollabiert den leeren Seitentitel-Block + ca-animate-Sicherheitsnetz */
/* Der Seitentitel wird seit jeher via CSS 1074 versteckt (body.page .entry-title) — der umgebende
   alignfull-Block mit ti-bg blieb aber als ~114px-Leerfläche oben auf jeder Seite stehen. */
body.page .wp-block-group.alignfull.has-ti-bg-background-color:has(> .wp-block-post-title:only-child),
body.home .wp-block-group.alignfull.has-ti-bg-background-color:has(> .wp-block-post-title:only-child){
  display:none !important;
}
/* ca-animate darf Inhalte nie dauerhaft unsichtbar lassen */
@media (prefers-reduced-motion: reduce){
  .ca-animate{opacity:1 !important;transform:none !important;transition:none !important;}
}