.unterseiten-hero--fuhrpark .unterseiten-hero__picture img {
    object-position: center 62%;
}

.seite-leistungen .inhalt-block__visual .bildrahmen img {
    aspect-ratio: 3 / 2;
}

@media (max-width: 760px) {
    .unterseiten-hero--fuhrpark .unterseiten-hero__picture img {
        object-position: 52% center;
    }
}

.fuhrpark-einsatz-section {
    padding: clamp(72px, 8vw, 118px) 0;
    background:
        radial-gradient(circle at 12% 16%, rgba(100, 227, 234, .14), transparent 32%),
        var(--dunkel);
}

.fuhrpark-einsatz {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: clamp(24px, 3vw, 38px);
    background: rgba(255, 255, 255, .055);
    box-shadow: 0 34px 90px rgba(0, 0, 0, .28);
}

.fuhrpark-einsatz__bild,
.fuhrpark-einsatz__picture {
    min-height: 100%;
}

.fuhrpark-einsatz__picture {
    display: block;
}

.fuhrpark-einsatz__picture img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: center 42%;
}

.fuhrpark-einsatz__inhalt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(34px, 5vw, 68px);
    color: rgba(255, 255, 255, .82);
}

.fuhrpark-einsatz__inhalt .eyebrow {
    color: var(--tuerkis-hell);
}

.fuhrpark-einsatz__inhalt h2 {
    margin: 0 0 20px;
    color: var(--weiss);
    font-size: clamp(2rem, 3.4vw, 3.65rem);
    line-height: 1.04;
}

.fuhrpark-einsatz__inhalt > p:not(.eyebrow) {
    margin: 0;
    font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.fuhrpark-einsatz__punkte {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.fuhrpark-einsatz__punkte li {
    position: relative;
    padding-left: 30px;
    color: var(--weiss);
    font-weight: 700;
}

.fuhrpark-einsatz__punkte li::before {
    content: "";
    position: absolute;
    top: .65em;
    left: 0;
    width: 13px;
    height: 3px;
    border-radius: 99px;
    background: var(--rot);
}

@media (max-width: 900px) {
    .fuhrpark-einsatz {
        grid-template-columns: 1fr;
    }

    .fuhrpark-einsatz__picture img {
        min-height: 0;
        aspect-ratio: 5 / 4;
    }
}

@media (max-width: 600px) {
    .fuhrpark-einsatz-section {
        padding: 64px 0;
    }

    .fuhrpark-einsatz__inhalt {
        padding: 30px 24px 34px;
    }

    .fuhrpark-einsatz__inhalt h2 {
        font-size: clamp(1.75rem, 8vw, 2.35rem);
    }
}


.fuhrpark-galerie-section {
    padding: clamp(72px, 8vw, 118px) 0;
    background: var(--hell);
}

.fuhrpark-galerie {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 42px;
}

.fuhrpark-galerie__bild {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--linie);
    border-radius: clamp(20px, 2.4vw, 30px);
    background: var(--weiss);
    box-shadow: var(--schatten);
}

.fuhrpark-galerie__bild--hoch {
    grid-row: span 2;
}

.fuhrpark-galerie__bild--breit,
.fuhrpark-galerie__bild--panorama {
    grid-column: span 1;
}

.fuhrpark-galerie__bild--panorama {
    grid-column: 1 / -1;
}

.fuhrpark-galerie__picture,
.fuhrpark-galerie__picture img {
    display: block;
    width: 100%;
}

.fuhrpark-galerie__picture img {
    height: 100%;
    min-height: 340px;
    object-fit: cover;
    transition: transform .5s ease;
}

.fuhrpark-galerie__bild--hoch .fuhrpark-galerie__picture img {
    min-height: 760px;
    object-position: center top;
}

.fuhrpark-galerie__bild--panorama .fuhrpark-galerie__picture img {
    aspect-ratio: 16 / 7;
    min-height: 0;
    object-position: center 54%;
}

.fuhrpark-galerie__bild:hover .fuhrpark-galerie__picture img {
    transform: scale(1.018);
}

.fuhrpark-galerie__bild figcaption {
    padding: 15px 19px 17px;
    color: var(--grau);
    font-size: .92rem;
    font-weight: 750;
}

@media (max-width: 760px) {
    .fuhrpark-galerie {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 30px;
    }

    .fuhrpark-galerie__bild--hoch,
    .fuhrpark-galerie__bild--breit,
    .fuhrpark-galerie__bild--panorama {
        grid-column: auto;
        grid-row: auto;
    }

    .fuhrpark-galerie__picture img,
    .fuhrpark-galerie__bild--hoch .fuhrpark-galerie__picture img,
    .fuhrpark-galerie__bild--panorama .fuhrpark-galerie__picture img {
        min-height: 0;
        aspect-ratio: 4 / 3;
        object-position: center;
    }

    .fuhrpark-galerie__bild--hoch .fuhrpark-galerie__picture img {
        aspect-ratio: 3 / 4;
        object-position: center top;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fuhrpark-galerie__picture img {
        transition: none;
    }
}
