Nitrokey Start on Fedora 36: gpg: OpenPGP card not available: No such device

Latest updates are installed, I did follow the support page and installed udev rules to /etc/udev/rules.d/41-nitrokey.rules. It did work yesterday (without udev rules), but after a reboot gpg --card-status does not work anymore…

Executing gpg --card-status gives me this: 
gpg: selecting card failed: No such device
gpg: OpenPGP card not available: No such device

cat /etc/udev/rules.d/41-nitrokey.rules 
#
# Copyright (c) 2015-2022 Nitrokey GmbH
#
# This file is part of libnitrokey.
...

sudo dnf install libnitrokey
Last metadata expiration check: 0:33:51 ago on Thu 03 Nov 2022 09:51:58 AM CET.
Package libnitrokey-3.5-6.fc35.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!

lsusb
...
Bus 003 Device 002: ID 20a0:4211 Clay Logic Nitrokey Start

systemctl restart pcscd solved it!