.rampf-leistungsbild {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1536px;
    margin: 0 auto;
    overflow: hidden;
}

.rampf-leistungsbild > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}

.rampf-leistungsbild__links {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.rampf-leistungsbild__link {
    position: relative;
    display: block;
    min-width: 0;
    border: 0;
    text-decoration: none;
    background: transparent;
    transition: background-color 160ms ease, box-shadow 160ms ease;
}

.rampf-leistungsbild__link:hover,
.rampf-leistungsbild__link:focus-visible {
    background: rgba(83, 130, 62, 0.12);
    box-shadow: inset 0 0 0 2px rgba(83, 130, 62, 0.65);
    outline: none;
}

.rampf-leistungsbild__link:focus-visible {
    z-index: 2;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
