Config of Bridge1 (removed ~2000 lines of script code and other things not network related like scheduler entries and so on)
# mar/14/2021 07:00:00 by RouterOS 6.48.1
# software id = D5X3-81PB
#
# model = RouterBOARD 750G r3
# serial number = xxx
/interface bridge add fast-forward=no name=bridge_192.168.176.0
/interface bridge add fast-forward=no name=bridge_192.168.177.0
/interface ethernet set [ find default-name=ether1 ] name=ether1_LAN speed=100Mbps
/interface ethernet set [ find default-name=ether2 ] name=ether2_basement speed=100Mbps
/interface ethernet set [ find default-name=ether3 ] name=ether3_lounge speed=100Mbps
/interface ethernet set [ find default-name=ether4 ] name=ether4_Kids speed=100Mbps
/interface ethernet set [ find default-name=ether5 ] name=ether5_WiFi speed=100Mbps
/interface list add name=LAN
/interface list add name=LAN-via-FB
/ip firewall layer7-protocol add name=Youtube regexp="^..+\\.(youtube.com|googlevideo.com|akamaihd.net).*\$"
/ip firewall layer7-protocol add name=streaming---test regexp="^..+\\.(3gp|mov|mpe|mpeg|mpeg2|mpeg3|mpeg4|mkv|avi|flv|f4v|f4p|f4a|f4b|x-flv|msi|wmv|mp2|mp3|mp4|swf|rm|rmvb|vcd|pdf|dat|iso|nrg|bin|cab|vcd|ogg|wma|divx|d2v|qt|0[0-9][0-9]).*\$"
/ip pool add name=dhcp_pool0 ranges=192.168.177.100-192.168.177.254
/ip dhcp-server add address-pool=dhcp_pool0 disabled=no interface=bridge_192.168.177.0 lease-time=1000w name=dhcp1
/queue simple add limit-at=1M/20M max-limit=10M/60M name=PS3-WZ+PS4WZ_Limit-At priority=1/1 queue=default/default target=192.168.177.244/32,192.168.177.189/32
/queue simple add comment=PCBT2015 limit-at=25M/80M max-limit=25M/80M name=PCBT2015-Night priority=2/2 queue=default/default target=192.168.177.254/32
/queue simple add comment=PCLS2019 limit-at=25M/80M max-limit=25M/80M name=PCLS2019 priority=2/2 queue=default/default target=192.168.177.192/32
/queue simple add comment=PCAS2015 limit-at=15M/60M max-limit=20M/75M name=PCAS2015 priority=2/2 queue=default/default target=192.168.177.232/32
/queue simple add limit-at=10M/20M max-limit=20M/80M name=PS4-Bandwidth-Monitoring priority=3/3 queue=default/default target=192.168.177.231/32
/queue simple add comment=PCBT2015 disabled=yes limit-at=384k/1M max-limit=384k/1M name=PCBT2015-Day priority=2/2 queue=default/default target=192.168.177.254/32
/queue tree add max-limit=92M name=total-traffic parent=global queue=default
/queue tree add max-limit=38M name=upload packet-mark=upload parent=total-traffic queue=default
/queue tree add max-limit=92M name=download packet-mark=download parent=total-traffic queue=default
/system logging action set 1 disk-file-count=25 disk-file-name=disk1/log disk-lines-per-file=4096
/user group set full policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp
/user group add comment="dircreate group" name=dircreate policy=ftp,!local,!telnet,!ssh,!reboot,!read,!write,!policy,!test,!winbox,!password,!web,!sniff,!sensitive,!api,!romon,!dude,!tikapp
/interface bridge port add bridge=bridge_192.168.176.0 interface=ether1_LAN
/interface bridge port add bridge=bridge_192.168.177.0 interface=ether4_Kids
/interface bridge port add bridge=bridge_192.168.177.0 interface=ether2_basement
/interface bridge port add bridge=bridge_192.168.177.0 interface=ether3_lounge
/interface bridge port add bridge=bridge_192.168.177.0 interface=ether5_WiFi
/ip neighbor discovery-settings set discover-interface-list=!LAN
/ip settings set allow-fast-path=no route-cache=no send-redirects=no
/interface list member add interface=ether2_basement list=LAN
/interface list member add interface=ether3_lounge list=LAN
/interface list member add interface=ether5_WiFi list=LAN
/interface list member add interface=ether4_Kids list=LAN-via-FB
/interface list member add interface=ether1_LAN list=LAN-via-FB
/ip address add address=192.168.176.20/24 interface=bridge_192.168.176.0 network=192.168.176.0
/ip address add address=192.168.177.1/24 interface=ether2_basement network=192.168.177.0
/ip address add address=192.168.177.4/24 interface=ether5_WiFi network=192.168.177.0
/ip address add address=192.168.177.2/24 interface=ether3_lounge network=192.168.177.0
/ip address add address=192.168.177.3/24 interface=ether4_Kids network=192.168.177.0
/ip dhcp-server lease add address=192.168.177.244 client-id=1:70:9e:29:7:f9:39 comment=PS3-WZ mac-address=70:9E:29:07:F9:39 server=dhcp1
/ip dhcp-server lease add address=192.168.177.243 comment=Kathrein-UFS800-Receiver mac-address=0C:F0:B4:AA:28:24 server=dhcp1
/ip dhcp-server lease add address=192.168.177.235 always-broadcast=yes client-id=1:bc:ae:c5:91:e:80 comment=PCLS2011 mac-address=BC:AE:C5:91:0E:80 server=dhcp1
/ip dhcp-server lease add address=192.168.177.233 client-id=1:50:56:bf:6:d4:f8 comment=TV-LS mac-address=50:56:BF:06:D4:F8 server=dhcp1
/ip dhcp-server lease add address=192.168.177.77 client-id=1:64:d1:54:33:60:e9 comment=MikroTik-RB951G-2HnD mac-address=64:D1:54:33:60:E9 server=dhcp1
/ip dhcp-server network add address=192.168.177.0/24 gateway=192.168.177.1
/ip dns set allow-remote-requests=yes servers=192.168.176.1,8.8.8.8
/ip firewall address-list add address=192.168.177.254 list=pi-hole_DNS
/ip firewall filter add action=accept chain=forward comment=host_mikrotik dst-address-list=host_mikrotik src-address=192.168.177.254
/ip firewall filter add action=accept chain=forward comment=host_lernen dst-address-list=host_lernen src-address=192.168.177.254
/ip firewall filter add action=drop chain=forward comment="Block all for PCBT2015 except Studienkreis" disabled=yes dst-port=80,443 protocol=tcp src-address=192.168.177.254 time=0s-1d,sun,mon,tue,wed,thu,fri,sat
/ip firewall filter add action=drop chain=forward comment="block chromium internal DNS 8.8.8.8+8.8.4.4 when \"transparent Proxy Pi-hole\" is active" disabled=yes dst-address=8.8.8.8 src-address=192.168.177.254 src-address-list=""
/ip firewall filter add action=drop chain=forward comment="block chromium internal DNS 8.8.8.8+8.8.4.4 when \"transparent Proxy Pi-hole\" is active" disabled=yes dst-address=8.8.4.4 src-address=192.168.177.254 src-address-list=""
/ip firewall mangle add action=mark-packet chain=prerouting comment=download in-interface=bridge_192.168.176.0 new-packet-mark=download passthrough=yes
/ip firewall mangle add action=mark-packet chain=postrouting comment=upload new-packet-mark=upload out-interface=bridge_192.168.176.0 passthrough=yes
/ip firewall mangle add action=mark-connection chain=forward comment=Youtube layer7-protocol=Youtube new-connection-mark=youtube_conn passthrough=yes
/ip firewall mangle add action=mark-packet chain=prerouting comment=download in-interface=bridge_192.168.176.0 new-packet-mark=download passthrough=yes
/ip firewall mangle add action=mark-packet chain=postrouting comment=upload new-packet-mark=upload out-interface=bridge_192.168.176.0 passthrough=yes
/ip firewall mangle add action=mark-connection chain=forward comment=Youtube layer7-protocol=Youtube new-connection-mark=youtube_conn passthrough=yes
/ip firewall nat add action=masquerade chain=srcnat comment=nat-internet-access out-interface=bridge_192.168.176.0
/ip firewall nat add action=masquerade chain=srcnat comment=nat-internet-access out-interface=bridge_192.168.176.0
/ip firewall nat add action=dst-nat chain=dstnat comment="transparent Proxy Pi-hole" disabled=yes dst-address=!192.168.177.185 dst-port=53 protocol=udp src-address=192.168.177.254 to-addresses=192.168.177.185
/ip firewall nat add action=dst-nat chain=dstnat comment="transparent Proxy Pi-hole" disabled=yes dst-address=!192.168.177.185 dst-port=53 protocol=tcp src-address=192.168.177.254 to-addresses=192.168.177.185
/ip firewall nat add action=masquerade chain=srcnat comment="transparent Proxy Pi-hole" disabled=yes dst-address=192.168.177.185 dst-port=53 protocol=udp src-address=192.168.177.254
/ip firewall nat add action=masquerade chain=srcnat comment="transparent Proxy Pi-hole" disabled=yes dst-address=192.168.177.185 dst-port=53 protocol=tcp src-address=192.168.177.254
/ip firewall nat add action=dst-nat chain=dstnat comment="transparent Proxy Pi-hole [for all clients]" disabled=yes dst-address=!192.168.177.185 dst-port=53 protocol=udp src-address=!192.168.177.185 to-addresses=192.168.177.185
/ip firewall nat add action=dst-nat chain=dstnat comment="transparent Proxy Pi-hole [for all clients]" disabled=yes dst-address=!192.168.177.185 dst-port=53 protocol=tcp src-address=!192.168.177.185 to-addresses=192.168.177.185
/ip proxy access add action=deny
/ip route add distance=1 gateway=192.168.176.1
/ip route add disabled=yes distance=1 dst-address=192.168.176.172/32 gateway=bridge_192.168.177.0
/ip service set telnet disabled=yes
/ip service set ftp disabled=yes
/ip service set ssh disabled=yes
/ip ssh set allow-none-crypto=yes forwarding-enabled=remote
/system clock set time-zone-name=Europe/Berlin
/system identity set name=MikroTik-Base