/**
 * @version 2.0.1
 */
 
.drflex-button-wrapper {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.drflex-button-wrapper a {
    text-decoration: none !important;
}

.drflex-button-wrapper a div {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    width: fit-content;
    width: -moz-fit-content;
    transition: box-shadow 0.3s;
}

.drflex-button-wrapper a div:hover {
    box-shadow: 0 0.1em 0.4em 0 rgba(0, 0, 0, .35);
}
/*
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;
}