.drPaulmayer-leistungen * {
    color: var(--petrol) !important;
}

.wp-block-group.alignfull.drPaulmayer-container.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-12dd3699.wp-block-group-is-layout-constrained {
    padding-left: 35px !important;
    padding-right: 0 !important;
}

.drPaulmayer-leistungen .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:has(figure) {
    justify-content: start;
    display: flex;
    align-items: center;
}

.drPaulmayer-link {
    display: flex;
    align-items: center;
}

.wp-block-group.alignfull.drPaulmayer-container.drPaulmayer-leistungen.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-12dd3699.wp-block-group-is-layout-constrained {
    margin-bottom: 4rem;
}

.drPaulmayer-leistungen .wp-block-group[class*="grid"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 1rem;
    grid-template-rows: none !important;
}

.drPaulmayer-leistungen .wp-block-columns {
    display: grid !important;
    grid-template-columns: 70px 1fr;
    gap: 1.5rem;
    align-items: center;
}

.drPaulmayer-leistungen .wp-block-column:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drPaulmayer-leistungen .wp-block-image img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
}

.drPaulmayer-leistungen .wp-block-column.drPaulmayer-link {
    display: flex;
    align-items: center;
    text-align: left;
}

.drPaulmayer-leistungen .wp-block-column.drPaulmayer-link p {
    margin: 0;
}

.drPaulmayer-leistungen .wp-block-group[class*="grid"] .wp-block-columns {
    display: flex;
    flex-direction: column;
}

.drPaulmayer-leistungen a {
    text-underline-offset: 0.75rem;
    font-size: smaller;
}


@media (max-width: 799px) {
    .wp-block-group.alignfull.drPaulmayer-container.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-12dd3699.wp-block-group-is-layout-constrained {
        padding-left: 0 !important;
    }

    .drPaulmayer-leistungen {
        text-align: center;
    }

    .drPaulmayer-leistungen .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:has(figure) {
        justify-content: center;
    }

    .wp-block-group.alignfull.drPaulmayer-container.drPaulmayer-leistungen.has-global-padding.is-content-justification-left.is-layout-constrained.wp-container-core-group-is-layout-12dd3699.wp-block-group-is-layout-constrained {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }

    .drPaulmayer-leistungen .wp-block-group[class*="grid"] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .drPaulmayer-leistungen .wp-block-columns {
        align-items: center;
        grid-template-columns: 60px 1fr;
        gap: 1rem;
    }

    .drPaulmayer-leistungen .wp-block-column img {
        max-width: 60px;
        height: auto;
    }

    .drPaulmayer-leistungen .wp-block-image img {
        width: 40px !important;
        height: 40px !important;
    }
}

@media (min-width: 1300px) {
    .drPaulmayer-leistungen .wp-block-group[class*="grid"] {
        gap: 6rem !important;
    }

    .drPaulmayer-leistungen a {
        text-underline-offset: 1.25rem;
        font-size: inherit;
    }
}

@media (min-width: 800px) and (max-width: 1700px) {
    .drPaulmayer-leistungen a {
        text-decoration: none !important;
    }

    .drPaulmayer-leistungen a:hover {
        font-family: 'Lato', serif !important;
        font-weight: 900;
        color: black !important;
    }
}