/* ST FORSTBEDARF – KONTAKT */

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

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

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

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

.st-contact__details { line-height: 1.65; }
.st-contact__details p { margin: 0 0 14px; }

.st-contact__company {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--st-anthracite, #292929);
}

.st-contact__details a {
    color: var(--st-orange-dark, #d96f00);
    font-weight: 700;
    text-decoration: none;
}

.st-contact__details a:hover,
.st-contact__details a:focus { text-decoration: underline; }

.st-contact__note { margin-top: 20px; }
.st-contact__note > :first-child { margin-top: 0; }
.st-contact__note > :last-child { margin-bottom: 0; }

.st-contact__action { margin: 26px 0 0; }

.st-contact__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 22px;
    border-radius: 7px;
    background: var(--st-orange, #ef7d00);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
}

.st-contact__button:hover,
.st-contact__button:focus {
    background: var(--st-orange-dark, #d96f00);
}

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