/* ST FORSTBEDARF – ÖFFNUNGSZEITEN */

.st-opening {
    width: 100%;
    height: 100%;
}

.st-opening__card {
    height: 100%;
    padding: 34px 36px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    box-sizing: border-box;
}

.st-opening__kicker {
    margin: 0 0 10px;
    color: var(--st-orange, #ef7d00);
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.st-opening h2 {
    margin: 0 0 26px;
    color: var(--st-anthracite, #292929);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
}

.st-opening__list {
    margin: 0;
}

.st-opening__row {
    display: grid;
    grid-template-columns: minmax(130px, 180px) 1fr;
    gap: 22px;
    padding: 11px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.st-opening__row dt {
    font-weight: 800;
}

.st-opening__row dd {
    margin: 0;
}

.st-opening__note {
    margin-top: 20px;
    line-height: 1.6;
}

.st-opening__absence-text {
    max-width: 700px;
    color: #252525;
    line-height: 1.65;
}

.st-opening__absence-text > :first-child {
    margin-top: 0;
}

.st-opening__absence-text > :last-child {
    margin-bottom: 0;
}

@media (max-width: 620px) {
    .st-opening__card {
        padding: 28px 24px;
    }

    .st-opening__row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
