Hi asphri…
Regarding your post…
The plan falls apart at the getgo, you only need one bridge.
It appears that you have two bridges, the first named Bridge1 and the second inferred from /Interface Vlan - “wlan2 - 5g”
There I recommend to keep it simple
Use Bridge1 only and this changes your /interface VLAN as follows:
STOP* Put your router in SAFE MODE 
/interface vlan
add interface=“Bridge1” name=“VL 201 Guest” vlan-id=201
add interface=“Bridge1” name=“VL 202 Fam” vlan-id=202
add interface=“Bridge1” name=“VL 203 Kids” vlan-id=203
add interface=“Bridge1” name=“VL 204 Office” vlan-id=204
add interface=“Bridge1” name=“VL 205 Staff” vlan-id=205
Remember here is where we create vlans and associate the VLANs to the bridge.
This problem really rears its ugly head at this step.
/interface bridge port.
To recap when selecting the Bridge Menu, one can ignore the first Bridge Tab, the default tab when selecting Bridge from the left hand menu in WInbox (unless need to create a new bridge or delete one etc.) The order being, hit the ports tab first, the vlan tab second and then come back to the bridge tab on the bridge menu.
Bridge Ports are where you add physical ports to the correct Bridge and you DO NOT associate here VLANs to the bridge (that is what the VLAN tab is for).
Therefore it should look like this
/interface bridge port
add bridge=bridge1 comment=“Default Config” interface=ether2-master
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
Note: If you wanted a separate LAN, lets say a DMZ you could put it on ether 4 and not on the bridge and you would eliminate it under bridge ports.
Similarly you should note that no WAN interfaces belong here either (for normal setups).
Next, you need to delineate the VLAN TAB
This feels like to me almost like assigning the Bridge to be like a trunk of sorts.
At least in Winbox you select doubleclick on the name of your bridge and fill out the menu from top to bottom:
Bridge: Correct Bridge (already filled in cause you clicked on it)
VLan IDs: Add a separate line for each VLANID in your case 5 separate entries.
Tagged {Entities}: Add a separate line for each one, meaning any physical port that is carrying at least one VLAN s and the bridge itself in your case Bridge1 and most likely ether2-5
Done!
Now you can go back to the First Bridge Tab, double click on the bridge name again and from that popup menu select a new/different VLAN TAB;
STOP **** Ensure SAFE MODE IS ON!!
SImply check VLAN filtering to apply the rules entered thus far.
You dont mention /interface list and what I do is
lan - bridge (includes the bridge and all ethernet interfaces you have already associated to the bridge)
lan -ether4 (for an example if running a separate lan like a dmz off that port)
lan - vlan1
lan - vlan2
etc.
wan - isp1
wan - isp (if you have two isps for example)
Since the lan interface is useful in firewall rules its good to have the entries here.
I think that covers most of it.
Oh one more thing this setting/text makes no sense to me because I dont see them on my rsc files nor are they visible in winbox.
/interface bridge settings
set use-ip-firewall=yes use-ip-firewall-for-vlan=yes