.sharp-image img {
  image-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
/* Stärkere Selektoren für Links in Listen (gelb = #FFC832, fett) */
body .entry-content ul li a,
body .entry-content ol li a,
body .wp-block-list li a,
body .wpb_wrapper li a,
body .vc_column_container li a,
body .entry-content li a[href] {
  color: #FFC832;
  font-weight: 700;
  text-decoration: none;
}

/* Hover-Variante */
body .entry-content ul li a:hover,
body .entry-content ol li a:hover,
body .wpb_wrapper li a:hover,
body .vc_column_container li a:hover {
  color: #E6B83A;