Tabelle U12 Region Ost Burschen
U12 Gruppe C – Frühjahr 2019

PosClubSp.SUNT+T-Pkt
110820661926
210811691225
310712522322
410703832821
510604482918
610523281717
710406492912
810406273112
9103078559
101010924993
1110001071240

Tabelle U12 Region Ost Burschen
U12 Gruppe D – Herbst 2018

PosClubSp.SUNT+T-Pkt
110721411623
210532362818
310514532716
410514393416
51023513389
6101097463
const cards = document.querySelectorAll(".card"); function flipCard() { this.classList.toggle("flip"); } cards.forEach((card) => card.addEventListener("click", flipCard));