.ns2025-block-link {
    color: inherit;
    display: block;
    text-decoration: none !important;
}

.ns2025-block-link:hover,
.ns2025-block-link:focus {
    color: inherit;
    text-decoration: none !important;
}

div:has(.oefnungszeiten-block) {
    place-content: center;
    flex-wrap: wrap !important;
}

.oefnungszeiten-block {
    display: grid;
    gap: 15px;
    place-items: center;
    padding: 15px;
    flex-basis: fit-content !important;
}

.oefnungszeiten-block h2 {
    margin-top: 0 !important
}