/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 03 2025 | 18:30:11 */
/* Intro-Hinweisbox */
.intro-note {
  background: rgba(255,255,255,.9);
  border-left: 4px solid #3A6EA5;
  padding: 1rem 1.1rem;
  margin: .5rem 0 1.5rem;
}

/* Links/Title Hover ruhiger Akzent */
.entry-title a, .wp-block-post-title a { text-decoration: none; border-bottom: 2px solid transparent; }
.entry-title a:hover, .wp-block-post-title a:hover { color: #3A6EA5; border-color: #3A6EA5; }

/* Weiterlesen-Button dezent */
.more-link, .wp-block-post-excerpt__more-link, .wp-block-read-more {
  display:inline-block; margin-top:.35rem; padding:.25rem .6rem;
  border-radius:.35rem; background:#3A6EA5; color:#fff !important;
  font-weight:500; font-size:.9rem; text-decoration:none !important;
}

/* Meta dezenter */
.entry-meta, .wp-block-post-date { color:#666 !important; font-size:.95rem; }

/* Trennlinie zwischen Beiträgen */
article { border-top: 1px solid #E9E9E9; padding-top: 1rem; }
article:first-of-type { border-top: none; padding-top: 0; }

