/**
Theme Name: Spielgruppe Buechi
Author: R23
Author URI: http://wpastra.com/about/
Description: Astra Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spielgruppe-buechi
Template: astra
*/

img[title] {
  pointer-events: none; /* Prevents hover interaction */
}
img[title]:hover {
  pointer-events: auto; /* Re-enable hover on the image itself */
}

.site-footer-section {
    justify-content: left;
}

.ast-footer-row-inline .footer-widget-area.widget-area.site-footer-focus-item {
    width: auto;
}

#astra-footer-menu .menu-item > a  {
    color: var(--ast-global-color-2);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.widget_nav_menu li {
    transition: all .2s linear;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6 {
    margin-bottom: 15px;
}

.wp-block-button .wp-block-button__link, .wp-block-search .wp-block-search__button, body .wp-block-file .wp-block-file__button {
	margin: 15px 0;
}
