/*
Theme Name: Physiotherapie Tatzer
Theme URI: https://www.physiotherapie-tatzer.de
Author: Claudia Tatzer
Description: Individuelles, responsives Block-Theme (Full Site Editing) für die Praxis für Physiotherapie Claudia Tatzer. Header, Footer, Farben, Schriften und alle Seiteninhalte sind vollständig im WordPress-Editor bearbeitbar - kein Code nötig.
Version: 2.1
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pt-tatzer
*/

/* Kleine Ergaenzungen, die theme.json nicht abdeckt */

.wp-block-navigation .wp-block-navigation-item a {
    font-weight: 600;
}

.top-bar {
    font-size: 0.9rem;
}

.top-bar a {
    color: inherit;
}

.hero-notice {
    border: 1px solid var(--wp--preset--color--accent);
    background-color: var(--wp--preset--color--background-soft);
    border-radius: 8px;
    padding: 1rem 1.4rem !important;
    font-weight: 600;
}

@media (max-width: 600px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap !important;
    }
}
