/**
 * STYLES: Markenseite - Bereich oben mit Hersteller-Logo
*/

.block-client-005 h2 {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--color-liga);
}

.block-client-005 .text-block ul {
    list-style-type: none;
    padding-left: 2rem;
    padding-top: 1rem;
}

.block-client-005 .text-block ul li {
    position: relative;
}

.block-client-005 .text-block ul li:not(:last-child) {
    padding-bottom: .75rem;
}

.block-client-005 .text-block ul li:before {
    content: '';
    width: 1.2rem;
    height: 1.2rem;
    display: block;
    background-image: url(/wp-content/uploads/2025/06/ICON_Liste.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: -2rem;
    top: .85rem;
    transform: translate(0, -50%);
}

.block-client-005 .half-half-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: var(--section-padding-top-bottom);
    gap: 4rem 10%;
}

.block-client-005 .col-left {
    width: 60%;
}

.block-client-005 .col-right {
    width: 30%;
}

.block-client-005 .col-right .make-logo {
    width: 18rem;
    height: auto;
    margin-top: 2rem;
}
