
/*
Theme Name: Brands and Friends
Theme URI: https://bandf.de
Author: Andreas Wutschka
Description: Brands and Friends Theme 
Requires at least: 5.3
Tested up to: 5.9
Requires PHP: 7.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: brands-and-friends.de
Brands and Friends WordPress Theme, (C) 2021 WordPress.org
Brands and Friends is distributed under the terms of the GNU GPL.
*/


/*

WICHTIG!!!

Bitte folgende Ordner anlegen:

/wp-content/bandf-files

in diesem Ordner folgende Dateien erstellen:
style.css
responsive-style.css
bandf.js

*/

[aria-expanded="false"] + ul {
  display: none !important;
}

[aria-expanded="true"] + ul {
  display: block !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: block !important;
}
