/*
Theme Name: reformhausebiopoint
Text Domain: Reformhaus Bio-Point
Version: 1.0
Description: theme for Reformhaus Bio-Point website
Tags: responsive classic
Author: EDB Webdesign und Werbeagentur
Author URI: https://www.edb-ag.de/
*/


:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  display: none; }

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption.wp-element-caption,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
figure.wp-block-image figcaption.wp-element-caption,
figure.wp-block-image figcaption {
  text-shadow: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}