/* /Layout/MainLayout.razor.rz.scp.css */
.layout-shell[b-seu1qvzvy0] {
    min-height: 100vh;
}

.page-main[b-seu1qvzvy0] {
    min-height: 60vh;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.site-header[b-y92y4f63xx] {
    z-index: 1000;
}
/* /Pages/Anwaelte.razor.rz.scp.css */
.anwaelte-section-1[b-6fktatdtj8] {
    --anwaelte-navy: var(--brand-navy, #0f172a);
    --anwaelte-navy-soft: var(--brand-navy-soft, #1e293b);
    --anwaelte-gold: var(--accent-gold, #b0893c);
    --anwaelte-gold-soft: var(--accent-gold-soft, #d6b46a);
    --anwaelte-muted: #526174;
    --anwaelte-border: var(--border-soft, #dbe3ee);
    --anwaelte-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(176, 137, 60, 0.09), transparent 31%),
        radial-gradient(circle at 16% 84%, rgba(15, 23, 42, 0.055), transparent 33%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 52%, #eef4fb 100%);
    color: var(--anwaelte-navy);
}

.anwaelte-section-1[b-6fktatdtj8]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(176, 137, 60, 0.06) 0 1px, transparent 1px 18px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), transparent 32%, rgba(255, 255, 255, 0.52));
    opacity: 0.34;
    pointer-events: none;
}

.anwaelte-section-1[b-6fktatdtj8]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(176, 137, 60, 0.05) 0 1px, transparent 1px 18px),
        radial-gradient(circle at 78% 18%, rgba(176, 137, 60, 0.08), transparent 32%),
        radial-gradient(circle at 18% 84%, rgba(15, 23, 42, 0.055), transparent 34%);
    opacity: 0.34;
    pointer-events: none;
}

.anwaelte-section-inner[b-6fktatdtj8] {
    position: relative;
    z-index: 1;
    width: min(100%, 1660px);
    margin-inline: auto;
    padding: clamp(76px, 8.4vw, 116px) 48px clamp(76px, 8vw, 106px);
}

.anwaelte-hero-grid[b-6fktatdtj8] {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(480px, 1.08fr);
    align-items: center;
    gap: clamp(56px, 6.6vw, 104px);
}

.anwaelte-hero-copy[b-6fktatdtj8] {
    max-width: 690px;
}

.anwaelte-eyebrow[b-6fktatdtj8],
.anwaelte-closing-eyebrow[b-6fktatdtj8] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    color: var(--anwaelte-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.anwaelte-eyebrow[b-6fktatdtj8]::before,
.anwaelte-closing-eyebrow[b-6fktatdtj8]::before {
    content: "";
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.anwaelte-title[b-6fktatdtj8] {
    margin: 0;
    color: var(--anwaelte-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.1rem, 4.12vw, 4.55rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.anwaelte-title-rule[b-6fktatdtj8],
.anwaelte-closing-rule[b-6fktatdtj8] {
    width: 62px;
    height: 3px;
    border-radius: 999px;
    background: var(--anwaelte-gold);
}

.anwaelte-title-rule[b-6fktatdtj8] {
    margin: 24px 0 22px;
}

.anwaelte-lead[b-6fktatdtj8] {
    max-width: 650px;
    margin: 0;
    color: var(--anwaelte-muted);
    font-size: 1.05rem;
    line-height: 1.66;
}

.anwaelte-actions[b-6fktatdtj8],
.anwaelte-closing-actions[b-6fktatdtj8] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.anwaelte-actions[b-6fktatdtj8] {
    margin-top: 32px;
}

.anwaelte-button[b-6fktatdtj8],
.anwaelte-closing-button[b-6fktatdtj8] {
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 27px;
    border-radius: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.anwaelte-button:hover[b-6fktatdtj8],
.anwaelte-closing-button:hover[b-6fktatdtj8] {
    transform: translateY(-1px);
}

.anwaelte-button span[b-6fktatdtj8],
.anwaelte-closing-button span[b-6fktatdtj8] {
    display: inline-block;
    transition: transform 160ms ease;
}

.anwaelte-button:hover span[b-6fktatdtj8],
.anwaelte-closing-button:hover span[b-6fktatdtj8] {
    transform: translateX(3px);
}

.anwaelte-button-primary[b-6fktatdtj8] {
    border: 1px solid var(--anwaelte-navy);
    background: linear-gradient(180deg, #14213d 0%, #0f172a 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.17);
}

.anwaelte-button-primary:hover[b-6fktatdtj8],
.anwaelte-button-primary:focus-visible[b-6fktatdtj8] {
    background: linear-gradient(180deg, #1e2f54 0%, #111c34 100%);
    color: #ffffff;
}

.anwaelte-button-secondary[b-6fktatdtj8] {
    border: 1px solid rgba(15, 23, 42, 0.16);
    background: rgba(255, 255, 255, 0.82);
    color: var(--anwaelte-navy);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.anwaelte-button-secondary:hover[b-6fktatdtj8],
.anwaelte-button-secondary:focus-visible[b-6fktatdtj8] {
    border-color: rgba(176, 137, 60, 0.54);
    color: var(--anwaelte-gold);
}

.anwaelte-visual-card[b-6fktatdtj8] {
    position: relative;
    min-height: clamp(460px, 37vw, 590px);
    padding: clamp(18px, 1.65vw, 24px);
    overflow: hidden;
    border: 1px solid rgba(219, 227, 238, 0.96);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(248, 250, 252, 0.82)),
        #ffffff;
    box-shadow: var(--anwaelte-shadow);
}

.anwaelte-visual-card[b-6fktatdtj8]::before {
    content: "";
    position: absolute;
    inset: 9px;
    border: 1px solid rgba(176, 137, 60, 0.16);
    border-radius: 19px;
    pointer-events: none;
}

.anwaelte-visual-image[b-6fktatdtj8] {
    width: 100%;
    height: clamp(420px, 34vw, 548px);
    display: block;
    border-radius: 19px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    object-fit: cover;
    object-position: center center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.anwaelte-visual-badge[b-6fktatdtj8] {
    position: absolute;
    left: clamp(16px, 2.2vw, 38px);
    bottom: clamp(16px, 2.2vw, 38px);
    z-index: 2;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    max-width: min(365px, calc(100% - 44px));
    padding: 18px 22px;
    border: 1px solid rgba(219, 227, 238, 0.94);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
    color: var(--anwaelte-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.02rem, 1.35vw, 1.22rem);
    font-weight: 800;
    line-height: 1.25;
}

.anwaelte-visual-badge-icon[b-6fktatdtj8] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.42);
    border-radius: 999px;
    color: var(--anwaelte-gold);
}

.anwaelte-visual-badge-icon svg[b-6fktatdtj8] {
    width: 24px;
    height: 24px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.anwaelte-profile-grid[b-6fktatdtj8] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: clamp(52px, 5vw, 72px);
}

.anwaelte-profile-card[b-6fktatdtj8] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    min-height: 288px;
    padding: clamp(26px, 2.35vw, 34px);
    border: 1px solid rgba(219, 227, 238, 0.96);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.anwaelte-profile-card:hover[b-6fktatdtj8] {
    transform: translateY(-2px);
    border-color: rgba(176, 137, 60, 0.42);
    box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.anwaelte-profile-avatar[b-6fktatdtj8] {
    width: clamp(84px, 7.5vw, 112px);
    height: clamp(84px, 7.5vw, 112px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.32);
    border-radius: 24px;
    background:
        radial-gradient(circle at 32% 20%, rgba(214, 180, 106, 0.22), transparent 36%),
        linear-gradient(145deg, #ffffff, #f4f7fb);
    color: var(--anwaelte-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 2.7vw, 2.5rem);
    font-weight: 800;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.anwaelte-profile-copy[b-6fktatdtj8] {
    min-width: 0;
}

.anwaelte-profile-role[b-6fktatdtj8] {
    margin: 0 0 6px;
    color: var(--anwaelte-gold);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.anwaelte-profile-copy h2[b-6fktatdtj8] {
    margin: 0 0 11px;
    color: var(--anwaelte-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.74rem, 2vw, 2.15rem);
    font-weight: 800;
    line-height: 1.12;
}

.anwaelte-profile-copy p:not(.anwaelte-profile-role)[b-6fktatdtj8] {
    margin: 0;
    color: var(--anwaelte-muted);
    font-size: 1rem;
    line-height: 1.58;
}

.anwaelte-profile-tags[b-6fktatdtj8] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.anwaelte-profile-tags span[b-6fktatdtj8] {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 0 12px;
    border: 1px solid rgba(176, 137, 60, 0.24);
    border-radius: 999px;
    background: rgba(176, 137, 60, 0.07);
    color: var(--anwaelte-navy-soft);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1;
}

.anwaelte-profile-copy a[b-6fktatdtj8] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 20px;
    color: var(--anwaelte-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    text-decoration: none;
}

.anwaelte-profile-copy a:hover[b-6fktatdtj8],
.anwaelte-profile-copy a:focus-visible[b-6fktatdtj8] {
    color: var(--anwaelte-gold);
}

@media (min-width: 1181px) {
    .anwaelte-section-1[b-6fktatdtj8] {
        height: calc(100svh - var(--snap-header-offset, 86px));
        min-height: calc(100svh - var(--snap-header-offset, 86px));
    }

    .anwaelte-section-inner[b-6fktatdtj8] {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-block: clamp(22px, 3.2svh, 34px);
    }

    .anwaelte-hero-grid[b-6fktatdtj8] {
        flex: 0 0 auto;
        gap: clamp(44px, 5vw, 78px);
    }

    .anwaelte-eyebrow[b-6fktatdtj8] {
        margin-bottom: 12px;
    }

    .anwaelte-title[b-6fktatdtj8] {
        font-size: clamp(2.75rem, 3.35vw, 3.75rem);
        line-height: 1.02;
    }

    .anwaelte-title-rule[b-6fktatdtj8] {
        margin: 16px 0 14px;
    }

    .anwaelte-lead[b-6fktatdtj8] {
        font-size: 0.96rem;
        line-height: 1.52;
    }

    .anwaelte-actions[b-6fktatdtj8] {
        margin-top: 20px;
    }

    .anwaelte-button[b-6fktatdtj8] {
        min-height: 50px;
        padding-inline: 24px;
        font-size: 0.98rem;
    }

    .anwaelte-visual-card[b-6fktatdtj8] {
        min-height: clamp(320px, 29svh, 390px);
        padding: 14px;
        border-radius: 21px;
    }

    .anwaelte-visual-card[b-6fktatdtj8]::before {
        inset: 7px;
        border-radius: 17px;
    }

    .anwaelte-visual-image[b-6fktatdtj8] {
        height: clamp(292px, 27svh, 362px);
        border-radius: 16px;
    }

    .anwaelte-visual-badge[b-6fktatdtj8] {
        padding: 14px 18px;
        font-size: 1rem;
    }

    .anwaelte-visual-badge-icon[b-6fktatdtj8] {
        width: 42px;
        height: 42px;
    }

    .anwaelte-profile-grid[b-6fktatdtj8] {
        margin-top: 18px;
        gap: 18px;
    }

    .anwaelte-profile-card[b-6fktatdtj8] {
        min-height: 0;
        gap: 18px;
        padding: 20px 22px;
        border-radius: 17px;
    }

    .anwaelte-profile-avatar[b-6fktatdtj8] {
        width: 78px;
        height: 78px;
        border-radius: 18px;
        font-size: 1.8rem;
    }

    .anwaelte-profile-role[b-6fktatdtj8] {
        margin-bottom: 5px;
        font-size: 0.74rem;
    }

    .anwaelte-profile-copy h2[b-6fktatdtj8] {
        margin-bottom: 7px;
        font-size: clamp(1.48rem, 1.65vw, 1.82rem);
    }

    .anwaelte-profile-copy p:not(.anwaelte-profile-role)[b-6fktatdtj8] {
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .anwaelte-profile-tags[b-6fktatdtj8] {
        margin-top: 12px;
    }

    .anwaelte-profile-tags span[b-6fktatdtj8] {
        min-height: 28px;
        padding-inline: 10px;
        font-size: 0.76rem;
    }

    .anwaelte-profile-copy a[b-6fktatdtj8] {
        margin-top: 13px;
        font-size: 0.96rem;
    }

}

@media (min-width: 1181px) and (max-height: 850px) {
    .anwaelte-section-inner[b-6fktatdtj8] {
        padding-block: 16px;
    }

    .anwaelte-hero-grid[b-6fktatdtj8] {
        gap: clamp(34px, 4vw, 56px);
    }

    .anwaelte-title[b-6fktatdtj8] {
        font-size: clamp(2.28rem, 3.05vw, 3.08rem);
        line-height: 1.01;
    }

    .anwaelte-title-rule[b-6fktatdtj8] {
        margin: 12px 0 10px;
    }

    .anwaelte-lead[b-6fktatdtj8] {
        font-size: 0.9rem;
        line-height: 1.44;
    }

    .anwaelte-actions[b-6fktatdtj8] {
        margin-top: 15px;
    }

    .anwaelte-button[b-6fktatdtj8] {
        min-height: 46px;
        padding-inline: 22px;
    }

    .anwaelte-visual-card[b-6fktatdtj8] {
        min-height: clamp(260px, 34svh, 310px);
    }

    .anwaelte-visual-image[b-6fktatdtj8] {
        height: clamp(232px, 30svh, 282px);
    }

    .anwaelte-profile-grid[b-6fktatdtj8] {
        margin-top: 14px;
        gap: 14px;
    }

    .anwaelte-profile-card[b-6fktatdtj8] {
        padding: 16px 18px;
    }

    .anwaelte-profile-avatar[b-6fktatdtj8] {
        width: 66px;
        height: 66px;
        border-radius: 15px;
        font-size: 1.55rem;
    }

    .anwaelte-profile-copy h2[b-6fktatdtj8] {
        font-size: 1.42rem;
    }

    .anwaelte-profile-copy p:not(.anwaelte-profile-role)[b-6fktatdtj8] {
        font-size: 0.86rem;
        line-height: 1.38;
    }

    .anwaelte-profile-tags[b-6fktatdtj8] {
        gap: 6px;
        margin-top: 9px;
    }

    .anwaelte-profile-tags span[b-6fktatdtj8] {
        min-height: 25px;
        font-size: 0.72rem;
    }

    .anwaelte-profile-copy a[b-6fktatdtj8] {
        margin-top: 9px;
    }

}

.anwaelte-section-2[b-6fktatdtj8] {
    --anwaelte-dark-gold: var(--accent-gold, #b0893c);
    --anwaelte-dark-gold-soft: var(--accent-gold-soft, #d6b46a);
    --anwaelte-cream: #f4efe6;
    --anwaelte-dark-muted: rgba(244, 239, 230, 0.74);
    --anwaelte-dark-bg: #18222c;
    --anwaelte-dark-bg-soft: #202b36;
    --anwaelte-dark-bg-deep: #141c25;
    --anwaelte-dark-card: #26313b;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: auto;
    padding: 0;
    border-top: 1px solid rgba(214, 180, 106, 0.24);
    background:
        radial-gradient(circle at 82% 22%, rgba(214, 180, 106, 0.13), transparent 31%),
        radial-gradient(circle at 14% 78%, rgba(255, 255, 255, 0.05), transparent 30%),
        linear-gradient(145deg, var(--anwaelte-dark-bg-soft) 0%, var(--anwaelte-dark-bg) 55%, var(--anwaelte-dark-bg-deep) 100%);
    color: var(--anwaelte-cream);
    box-shadow:
        inset 0 30px 58px rgba(0, 0, 0, 0.18),
        inset 0 -1px 0 rgba(214, 180, 106, 0.2);
}

html.section-snap-active #main-content > .anwaelte-section-2[b-6fktatdtj8] {
    min-height: calc(100svh - var(--snap-header-offset, 86px));
}

.anwaelte-section-2[b-6fktatdtj8]::before,
.anwaelte-section-2[b-6fktatdtj8]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.anwaelte-section-2[b-6fktatdtj8]::before {
    background:
        linear-gradient(90deg, rgba(24, 34, 44, 0.78) 0%, rgba(24, 34, 44, 0.56) 52%, rgba(24, 34, 44, 0.68) 100%),
        linear-gradient(115deg, transparent 0 58%, rgba(255, 255, 255, 0.035) 58% 58.35%, transparent 58.35% 100%),
        linear-gradient(115deg, transparent 0 69%, rgba(214, 180, 106, 0.08) 69% 69.18%, transparent 69.18% 100%);
}

.anwaelte-section-2[b-6fktatdtj8]::after {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 18px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 38%, rgba(20, 28, 37, 0.2));
    opacity: 0.32;
}

.anwaelte-section-2-inner[b-6fktatdtj8] {
    position: relative;
    z-index: 2;
    width: min(100%, 1660px);
    min-height: calc(100svh - var(--snap-header-offset, 86px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.88fr);
    align-items: center;
    gap: clamp(54px, 6vw, 92px);
    padding: clamp(48px, 5.8svh, 72px) 48px clamp(42px, 5.4svh, 66px);
}

.anwaelte-closing-copy[b-6fktatdtj8] {
    max-width: 760px;
}

.anwaelte-closing-eyebrow[b-6fktatdtj8] {
    color: var(--anwaelte-dark-gold-soft);
}

.anwaelte-closing-eyebrow[b-6fktatdtj8]::before {
    box-shadow: 0 0 20px rgba(214, 180, 106, 0.26);
}

.anwaelte-closing-title[b-6fktatdtj8] {
    margin: 0;
    color: var(--anwaelte-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.85rem, 4.05vw, 4.25rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.anwaelte-closing-rule[b-6fktatdtj8] {
    margin: 24px 0 20px;
    background: var(--anwaelte-dark-gold-soft);
}

.anwaelte-closing-lead[b-6fktatdtj8] {
    max-width: 700px;
    margin: 0;
    color: var(--anwaelte-dark-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.anwaelte-closing-actions[b-6fktatdtj8] {
    margin-top: 30px;
}

.anwaelte-closing-button-primary[b-6fktatdtj8] {
    border: 1px solid rgba(214, 180, 106, 0.92);
    background: linear-gradient(180deg, #d5b567 0%, #b0893c 100%);
    color: #11161a;
    box-shadow: 0 18px 34px rgba(176, 137, 60, 0.2);
}

.anwaelte-closing-button-primary:hover[b-6fktatdtj8],
.anwaelte-closing-button-primary:focus-visible[b-6fktatdtj8] {
    border-color: #e3c775;
    background: linear-gradient(180deg, #e0c36f 0%, #ba9142 100%);
    color: #080b0d;
}

.anwaelte-closing-button-secondary[b-6fktatdtj8] {
    border: 1px solid rgba(214, 180, 106, 0.72);
    background: rgba(38, 49, 59, 0.48);
    color: var(--anwaelte-dark-gold-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.anwaelte-closing-button-secondary:hover[b-6fktatdtj8],
.anwaelte-closing-button-secondary:focus-visible[b-6fktatdtj8] {
    border-color: rgba(232, 203, 129, 0.9);
    background: rgba(214, 180, 106, 0.08);
    color: #f4d98c;
}

.anwaelte-expectation-card[b-6fktatdtj8] {
    position: relative;
    margin: 0;
    padding: clamp(24px, 2.25vw, 32px);
    border: 1px solid rgba(214, 180, 106, 0.56);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(58, 73, 88, 0.58), rgba(38, 49, 59, 0.92)),
        var(--anwaelte-dark-card);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.anwaelte-expectation-card[b-6fktatdtj8]::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: radial-gradient(circle at 12% 0%, rgba(214, 180, 106, 0.12), transparent 34%);
    pointer-events: none;
}

.anwaelte-expectation-heading[b-6fktatdtj8],
.anwaelte-expectation-list[b-6fktatdtj8],
.anwaelte-expectation-note[b-6fktatdtj8] {
    position: relative;
    z-index: 1;
}

.anwaelte-expectation-heading[b-6fktatdtj8] {
    margin-bottom: 16px;
}

.anwaelte-expectation-heading span[b-6fktatdtj8] {
    display: block;
    width: 44px;
    height: 2px;
    border-radius: 999px;
    background: var(--anwaelte-dark-gold-soft);
}

.anwaelte-expectation-heading h3[b-6fktatdtj8] {
    margin: 12px 0 0;
    color: var(--anwaelte-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.62rem, 1.8vw, 2rem);
    font-weight: 800;
    line-height: 1.16;
}

.anwaelte-expectation-list[b-6fktatdtj8] {
    display: grid;
}

.anwaelte-expectation-step[b-6fktatdtj8] {
    display: grid;
    grid-template-columns: 54px 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 13px 0;
    border-top: 1px solid rgba(214, 180, 106, 0.18);
}

.anwaelte-expectation-step:first-child[b-6fktatdtj8] {
    border-top: 0;
}

.anwaelte-expectation-number[b-6fktatdtj8] {
    color: var(--anwaelte-dark-gold-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.48rem;
    font-weight: 800;
    line-height: 1;
}

.anwaelte-expectation-icon[b-6fktatdtj8],
.anwaelte-expectation-note-icon[b-6fktatdtj8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 180, 106, 0.42);
    border-radius: 999px;
    color: var(--anwaelte-dark-gold-soft);
}

.anwaelte-expectation-icon[b-6fktatdtj8] {
    width: 44px;
    height: 44px;
    background: rgba(214, 180, 106, 0.08);
}

.anwaelte-expectation-icon svg[b-6fktatdtj8],
.anwaelte-expectation-note-icon svg[b-6fktatdtj8] {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.anwaelte-expectation-step h4[b-6fktatdtj8] {
    margin: 0 0 4px;
    color: var(--anwaelte-cream);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
}

.anwaelte-expectation-step p[b-6fktatdtj8] {
    margin: 0;
    color: var(--anwaelte-dark-muted);
    font-size: 0.9rem;
    line-height: 1.42;
}

.anwaelte-expectation-note[b-6fktatdtj8] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 14px;
    padding: 15px 16px;
    border: 1px solid rgba(214, 180, 106, 0.34);
    border-radius: 14px;
    background: rgba(214, 180, 106, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.anwaelte-expectation-note-icon[b-6fktatdtj8] {
    width: 38px;
    height: 38px;
    background: rgba(38, 49, 59, 0.42);
}

.anwaelte-expectation-note h4[b-6fktatdtj8] {
    margin: 0 0 6px;
    color: var(--anwaelte-cream);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
}

.anwaelte-expectation-note p[b-6fktatdtj8] {
    margin: 0;
    color: var(--anwaelte-dark-muted);
    font-size: 0.86rem;
    line-height: 1.42;
}

.anwaelte-closing-lines[b-6fktatdtj8] {
    position: absolute;
    left: max(24px, calc((100% - 1660px) / 2));
    bottom: clamp(142px, 17svh, 176px);
    z-index: 1;
    width: min(620px, 42vw);
    color: rgba(214, 180, 106, 0.18);
    pointer-events: none;
}

.anwaelte-closing-lines svg[b-6fktatdtj8] {
    width: 100%;
    height: auto;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.anwaelte-footer[b-6fktatdtj8] {
    position: relative;
    z-index: 2;
}

.anwaelte-footer.site-footer.contact-cta-footer[b-6fktatdtj8] {
    margin-top: 0;
    border-top-color: rgba(214, 180, 106, 0.2);
    background:
        linear-gradient(180deg, rgba(214, 180, 106, 0.06), transparent 58%),
        linear-gradient(135deg, rgba(25, 29, 32, 0.985), rgba(16, 19, 21, 1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 -34px 68px rgba(0, 0, 0, 0.26);
}

.anwaelte-footer.site-footer.contact-cta-footer[b-6fktatdtj8]  .footer-inner {
    width: min(100%, 1660px);
}

@media (min-width: 981px) and (max-height: 900px) {
    .anwaelte-section-2-inner[b-6fktatdtj8] {
        padding-block: 38px 38px;
    }

    .anwaelte-closing-title[b-6fktatdtj8] {
        font-size: clamp(2.62rem, 3.55vw, 3.72rem);
    }

    .anwaelte-closing-rule[b-6fktatdtj8] {
        margin: 20px 0 18px;
    }

    .anwaelte-closing-actions[b-6fktatdtj8] {
        margin-top: 26px;
    }

    .anwaelte-expectation-card[b-6fktatdtj8] {
        padding: 24px 28px;
    }

    .anwaelte-expectation-step[b-6fktatdtj8] {
        padding-block: 11px;
    }

    .anwaelte-expectation-note[b-6fktatdtj8] {
        padding: 14px 16px;
    }
}

@media (max-width: 1180px) {
    .anwaelte-section-inner[b-6fktatdtj8],
    .anwaelte-section-2-inner[b-6fktatdtj8] {
        padding-inline: 34px;
    }

    .anwaelte-hero-grid[b-6fktatdtj8],
    .anwaelte-section-2-inner[b-6fktatdtj8] {
        grid-template-columns: 1fr;
    }

    .anwaelte-hero-copy[b-6fktatdtj8],
    .anwaelte-closing-copy[b-6fktatdtj8],
    .anwaelte-expectation-card[b-6fktatdtj8] {
        max-width: 860px;
    }

    .anwaelte-visual-card[b-6fktatdtj8] {
        width: min(100%, 900px);
    }

    .anwaelte-closing-lines[b-6fktatdtj8] {
        width: min(560px, 58vw);
        opacity: 0.8;
    }
}

@media (max-width: 860px) {
    .anwaelte-profile-grid[b-6fktatdtj8] {
        grid-template-columns: 1fr;
    }

    .anwaelte-profile-card[b-6fktatdtj8] {
        min-height: auto;
    }
}

@media (max-width: 700px) {
    .anwaelte-section-inner[b-6fktatdtj8] {
        padding: 62px 18px 68px;
    }

    .anwaelte-eyebrow[b-6fktatdtj8],
    .anwaelte-closing-eyebrow[b-6fktatdtj8] {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 0.72rem;
    }

    .anwaelte-eyebrow[b-6fktatdtj8]::before,
    .anwaelte-closing-eyebrow[b-6fktatdtj8]::before {
        width: 34px;
        margin-top: 6px;
    }

    .anwaelte-title[b-6fktatdtj8] {
        font-size: clamp(2.02rem, 9vw, 2.26rem);
        line-height: 1.08;
    }

    .anwaelte-title-rule[b-6fktatdtj8] {
        margin: 24px 0 20px;
    }

    .anwaelte-lead[b-6fktatdtj8],
    .anwaelte-closing-lead[b-6fktatdtj8] {
        font-size: 1rem;
        line-height: 1.64;
    }

    .anwaelte-actions[b-6fktatdtj8],
    .anwaelte-button[b-6fktatdtj8],
    .anwaelte-closing-actions[b-6fktatdtj8],
    .anwaelte-closing-button[b-6fktatdtj8] {
        width: 100%;
    }

    .anwaelte-actions[b-6fktatdtj8],
    .anwaelte-closing-actions[b-6fktatdtj8] {
        gap: 12px;
        margin-top: 28px;
    }

    .anwaelte-button[b-6fktatdtj8],
    .anwaelte-closing-button[b-6fktatdtj8] {
        min-height: 56px;
        padding-inline: 18px;
    }

    .anwaelte-visual-card[b-6fktatdtj8] {
        min-height: 430px;
        padding: 14px;
        border-radius: 19px;
    }

    .anwaelte-visual-card[b-6fktatdtj8]::before {
        inset: 6px;
        border-radius: 16px;
    }

    .anwaelte-visual-image[b-6fktatdtj8] {
        height: 402px;
        border-radius: 15px;
    }

    .anwaelte-visual-badge[b-6fktatdtj8] {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
        padding: 16px;
    }

    .anwaelte-profile-card[b-6fktatdtj8] {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 20px;
        border-radius: 17px;
    }

    .anwaelte-profile-avatar[b-6fktatdtj8] {
        width: 82px;
        height: 82px;
        border-radius: 20px;
    }

    .anwaelte-section-2-inner[b-6fktatdtj8] {
        grid-template-columns: 1fr;
        min-height: auto;
        padding: 62px 18px 66px;
    }

    .anwaelte-closing-title[b-6fktatdtj8] {
        font-size: clamp(2.18rem, 10.8vw, 2.84rem);
        line-height: 1.1;
    }

    .anwaelte-closing-rule[b-6fktatdtj8] {
        margin: 23px 0 19px;
    }

    .anwaelte-expectation-card[b-6fktatdtj8] {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .anwaelte-expectation-card[b-6fktatdtj8]::before {
        border-radius: 15px;
    }

    .anwaelte-expectation-heading h3[b-6fktatdtj8] {
        font-size: 1.65rem;
    }

    .anwaelte-expectation-step[b-6fktatdtj8] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .anwaelte-expectation-number[b-6fktatdtj8] {
        font-size: 1.55rem;
    }

    .anwaelte-expectation-icon[b-6fktatdtj8] {
        width: 48px;
        height: 48px;
    }

    .anwaelte-expectation-note[b-6fktatdtj8] {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .anwaelte-closing-lines[b-6fktatdtj8] {
        left: 18px;
        right: 18px;
        bottom: 340px;
        width: auto;
        opacity: 0.52;
    }
}
/* /Pages/Kanzlei.razor.rz.scp.css */
.kanzlei-hero-section[b-59gbzcjorw] {
    --kanzlei-navy: var(--brand-navy, #0f172a);
    --kanzlei-navy-soft: #23304a;
    --kanzlei-muted: #435169;
    --kanzlei-gold: var(--accent-gold, #b0893c);
    --kanzlei-gold-dark: #9b7431;
    --kanzlei-border: #dbe3ee;
    --kanzlei-surface: #ffffff;
    --kanzlei-shadow: 0 22px 55px rgba(15, 23, 42, 0.09);
    height: calc(100svh - var(--snap-header-offset, 87px));
    min-height: 720px;
    display: flex;
    align-items: center;
    overflow: clip;
    padding: clamp(44px, 5.2svh, 72px) 48px clamp(34px, 4.6svh, 54px);
    background:
        radial-gradient(circle at 78% 20%, rgba(176, 137, 60, 0.055), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #fbfcfe 55%, #f2f5f8 100%);
}

.kanzlei-hero-inner[b-59gbzcjorw] {
    width: min(100%, 1660px);
    margin-inline: auto;
}

.kanzlei-hero-grid[b-59gbzcjorw] {
    display: grid;
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
    align-items: center;
    gap: clamp(48px, 4.8vw, 78px);
}

.kanzlei-hero-copy[b-59gbzcjorw] {
    min-width: 0;
}

.kanzlei-eyebrow[b-59gbzcjorw] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 26px;
    color: var(--kanzlei-gold);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.kanzlei-eyebrow[b-59gbzcjorw]::before {
    content: "";
    width: 44px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.kanzlei-title[b-59gbzcjorw] {
    max-width: 760px;
    margin: 0;
    color: var(--kanzlei-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.05rem, 3.35vw, 4.05rem);
    font-weight: 760;
    letter-spacing: 0;
    line-height: 1.06;
}

.kanzlei-title span[b-59gbzcjorw] {
    display: block;
}

@media (min-width: 1041px) {
    .kanzlei-title span[b-59gbzcjorw] {
        white-space: nowrap;
    }

    .kanzlei-trust-title[b-59gbzcjorw] {
        white-space: nowrap;
    }

    .kanzlei-trust-card h3[b-59gbzcjorw] {
        white-space: nowrap;
    }
}

.kanzlei-title-rule[b-59gbzcjorw] {
    width: 54px;
    height: 3px;
    margin: 30px 0 24px;
    border-radius: 999px;
    background: var(--kanzlei-gold);
}

.kanzlei-lead[b-59gbzcjorw] {
    max-width: 680px;
    margin: 0;
    color: var(--kanzlei-muted);
    font-size: 1.08rem;
    line-height: 1.68;
}

.kanzlei-lead span[b-59gbzcjorw] {
    display: block;
}

.kanzlei-actions[b-59gbzcjorw] {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 32px;
}

.kanzlei-button[b-59gbzcjorw] {
    min-height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 0 26px;
    border-radius: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.04rem;
    font-weight: 760;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.kanzlei-button:hover[b-59gbzcjorw] {
    transform: translateY(-1px);
}

.kanzlei-button-primary[b-59gbzcjorw] {
    border: 1px solid var(--kanzlei-navy);
    background: var(--kanzlei-navy);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.18);
}

.kanzlei-button-primary:hover[b-59gbzcjorw],
.kanzlei-button-primary:focus-visible[b-59gbzcjorw] {
    background: var(--kanzlei-navy-soft);
    color: #ffffff;
}

.kanzlei-button-secondary[b-59gbzcjorw] {
    border: 1px solid #d4dbe5;
    background: rgba(255, 255, 255, 0.86);
    color: var(--kanzlei-navy);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.055);
}

.kanzlei-button-secondary:hover[b-59gbzcjorw],
.kanzlei-button-secondary:focus-visible[b-59gbzcjorw] {
    border-color: rgba(176, 137, 60, 0.55);
    background: #ffffff;
    color: var(--kanzlei-navy);
}

.kanzlei-media-card[b-59gbzcjorw] {
    position: relative;
    margin: 0;
    padding: 7px;
    border: 1px solid rgba(219, 227, 238, 0.92);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}

.kanzlei-media-image[b-59gbzcjorw] {
    width: 100%;
    aspect-ratio: 1.56;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 18px;
}

.kanzlei-media-badge[b-59gbzcjorw] {
    position: absolute;
    left: 28px;
    bottom: 28px;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    max-width: min(360px, calc(100% - 56px));
    margin: 0;
    padding: 20px 24px;
    border: 1px solid rgba(219, 227, 238, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--kanzlei-navy);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.13);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.13rem;
    font-weight: 760;
    line-height: 1.24;
}

.kanzlei-badge-icon[b-59gbzcjorw] {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.48);
    border-radius: 999px;
    background: rgba(176, 137, 60, 0.08);
    color: var(--kanzlei-gold);
}

.kanzlei-badge-icon svg[b-59gbzcjorw],
.kanzlei-value-icon svg[b-59gbzcjorw] {
    width: 26px;
    height: 26px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.kanzlei-values-strip[b-59gbzcjorw] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: clamp(34px, 5.2svh, 58px);
    border: 1px solid var(--kanzlei-border);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--kanzlei-shadow);
}

.kanzlei-value-item[b-59gbzcjorw] {
    min-width: 0;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 24px;
    align-items: center;
    padding: 30px 32px;
}

.kanzlei-value-item + .kanzlei-value-item[b-59gbzcjorw] {
    border-left: 1px solid var(--kanzlei-border);
}

.kanzlei-value-icon[b-59gbzcjorw] {
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.4);
    border-radius: 999px;
    background: #ffffff;
    color: var(--kanzlei-gold);
}

.kanzlei-value-copy h2[b-59gbzcjorw] {
    margin: 0 0 9px;
    color: var(--kanzlei-navy);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.kanzlei-value-copy p[b-59gbzcjorw] {
    margin: 0;
    color: var(--kanzlei-muted);
    font-size: 0.98rem;
    line-height: 1.58;
}

.kanzlei-work-section .work-section-inner[b-59gbzcjorw] {
    width: min(100%, 1660px);
}

.kanzlei-work-section .work-intro-grid[b-59gbzcjorw] {
    grid-template-columns: minmax(0, 0.58fr) minmax(360px, 0.34fr);
}

.kanzlei-work-section .work-process-card[b-59gbzcjorw] {
    min-height: 245px;
}

.kanzlei-contact-footer .contact-cta-inner[b-59gbzcjorw],
.kanzlei-contact-footer .site-footer.contact-cta-footer .footer-inner[b-59gbzcjorw] {
    width: min(100%, 1660px);
}

.kanzlei-contact-footer .contact-card-row a[b-59gbzcjorw] {
    color: #F2F0EA;
    font-weight: 800;
    text-decoration: none;
}

.kanzlei-contact-footer .contact-card-row a:hover[b-59gbzcjorw] {
    color: var(--accent-gold-soft);
}

.kanzlei-trust-section[b-59gbzcjorw] {
    --trust-navy: var(--brand-navy, #0f172a);
    --trust-muted: #475569;
    --trust-gold: var(--accent-gold, #b0893c);
    --trust-border: #dbe3ee;
    --trust-shadow: 0 24px 56px rgba(15, 23, 42, 0.09);
    position: relative;
    isolation: isolate;
    overflow: clip;
    display: flex;
    align-items: center;
    padding: clamp(54px, 6.2svh, 76px) 48px clamp(58px, 6.6svh, 82px);
    background:
        radial-gradient(circle at 84% 20%, rgba(176, 137, 60, 0.06), transparent 32%),
        radial-gradient(circle at 14% 82%, rgba(15, 23, 42, 0.045), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #fbfcfe 52%, #eef3f8 100%);
}

.kanzlei-trust-section[b-59gbzcjorw]::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214, 180, 106, 0.42), transparent);
    pointer-events: none;
}

.kanzlei-trust-inner[b-59gbzcjorw] {
    position: relative;
    z-index: 1;
    width: min(100%, 1660px);
    margin-inline: auto;
}

.kanzlei-trust-grid[b-59gbzcjorw] {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 0.49fr) minmax(0, 0.51fr);
    gap: clamp(48px, 4.6vw, 68px);
}

.kanzlei-trust-copy[b-59gbzcjorw] {
    min-width: 0;
}

.kanzlei-trust-eyebrow[b-59gbzcjorw] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 14px;
    color: var(--trust-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.kanzlei-trust-eyebrow[b-59gbzcjorw]::before {
    content: "";
    width: 44px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.kanzlei-trust-title[b-59gbzcjorw] {
    max-width: 820px;
    margin: 0;
    color: var(--trust-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.9rem, 3.18vw, 3.85rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.kanzlei-trust-rule[b-59gbzcjorw] {
    width: 58px;
    height: 3px;
    margin: 16px 0 12px;
    border-radius: 999px;
    background: var(--trust-gold);
}

.kanzlei-trust-intro[b-59gbzcjorw] {
    max-width: 680px;
    margin: 0 0 16px;
    color: var(--trust-muted);
    font-size: 1.02rem;
    line-height: 1.52;
}

.kanzlei-trust-card[b-59gbzcjorw] {
    max-width: none;
    padding: clamp(20px, 1.75vw, 25px);
    border: 1px solid var(--trust-border);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--trust-shadow);
}

.kanzlei-trust-card h3[b-59gbzcjorw] {
    margin: 0 0 7px;
    color: var(--trust-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.18rem, 1.18vw, 1.34rem);
    font-weight: 800;
    line-height: 1.18;
}

.kanzlei-trust-card > p[b-59gbzcjorw] {
    margin: 0 0 9px;
    color: var(--trust-muted);
    font-size: 0.9rem;
    line-height: 1.38;
}

.kanzlei-trust-list[b-59gbzcjorw] {
    display: grid;
}

.kanzlei-trust-point[b-59gbzcjorw] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 8px 0;
    border-top: 1px solid var(--trust-border);
}

.kanzlei-trust-point:first-child[b-59gbzcjorw] {
    border-top: 0;
}

.kanzlei-trust-icon[b-59gbzcjorw],
.kanzlei-trust-quote-icon[b-59gbzcjorw] {
    color: var(--trust-gold);
}

.kanzlei-trust-icon[b-59gbzcjorw] {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.42);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
}

.kanzlei-trust-icon svg[b-59gbzcjorw] {
    width: 23px;
    height: 23px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.75;
}

.kanzlei-trust-point h4[b-59gbzcjorw] {
    margin: 0 0 4px;
    color: var(--trust-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.2;
}

.kanzlei-trust-point p[b-59gbzcjorw] {
    margin: 0;
    color: var(--trust-muted);
    font-size: 0.87rem;
    line-height: 1.3;
}

.kanzlei-trust-media[b-59gbzcjorw] {
    position: relative;
    margin: 0;
    padding: 8px;
    border: 1px solid rgba(219, 227, 238, 0.96);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 26px 62px rgba(15, 23, 42, 0.13);
}

.kanzlei-trust-image[b-59gbzcjorw] {
    width: 100%;
    min-height: 540px;
    max-height: 620px;
    aspect-ratio: 1.48;
    display: block;
    object-fit: cover;
    object-position: center center;
    border-radius: 17px;
}

.kanzlei-trust-quote[b-59gbzcjorw] {
    position: absolute;
    left: -42px;
    bottom: 42px;
    width: min(360px, calc(100% - 48px));
    margin: 0;
    padding: 26px 28px 24px;
    border: 1px solid rgba(219, 227, 238, 0.95);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    color: var(--trust-navy);
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.15);
}

.kanzlei-trust-quote-icon[b-59gbzcjorw] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    border: 1px solid rgba(176, 137, 60, 0.46);
    border-radius: 999px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
    line-height: 1;
}

.kanzlei-trust-quote p[b-59gbzcjorw] {
    margin: 0;
    color: var(--trust-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.24rem;
    font-weight: 800;
    line-height: 1.32;
}

.kanzlei-trust-quote-rule[b-59gbzcjorw] {
    width: 42px;
    height: 3px;
    display: block;
    margin: 16px 0 13px;
    border-radius: 999px;
    background: var(--trust-gold);
}

.kanzlei-trust-quote small[b-59gbzcjorw] {
    color: var(--trust-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

@media (max-width: 1320px) {
    .kanzlei-hero-section[b-59gbzcjorw] {
        padding-inline: 34px;
    }

    .kanzlei-hero-grid[b-59gbzcjorw] {
        gap: 44px;
    }

    .kanzlei-title[b-59gbzcjorw] {
        font-size: clamp(2.85rem, 3.6vw, 3.85rem);
    }

    .kanzlei-value-item[b-59gbzcjorw] {
        padding: 26px 24px;
        gap: 18px;
    }

    .kanzlei-trust-section[b-59gbzcjorw] {
        padding-inline: 34px;
    }

    .kanzlei-trust-grid[b-59gbzcjorw] {
        gap: 48px;
    }

    .kanzlei-trust-title[b-59gbzcjorw] {
        font-size: clamp(2.64rem, 3.2vw, 3.45rem);
    }

    .kanzlei-trust-card[b-59gbzcjorw] {
        max-width: none;
    }

}

@media (min-width: 1041px) and (max-height: 900px) {
    .kanzlei-hero-section[b-59gbzcjorw] {
        min-height: 0;
        padding-block: 36px 28px;
    }

    .kanzlei-title[b-59gbzcjorw] {
        font-size: clamp(2.75rem, 3.05vw, 3.65rem);
    }

    .kanzlei-title-rule[b-59gbzcjorw] {
        margin: 20px 0 17px;
    }

    .kanzlei-lead[b-59gbzcjorw] {
        font-size: 1rem;
        line-height: 1.55;
    }

    .kanzlei-actions[b-59gbzcjorw] {
        margin-top: 22px;
    }

    .kanzlei-button[b-59gbzcjorw] {
        min-height: 56px;
    }

    .kanzlei-media-image[b-59gbzcjorw] {
        aspect-ratio: 1.72;
    }

    .kanzlei-values-strip[b-59gbzcjorw] {
        margin-top: 28px;
    }

    .kanzlei-value-item[b-59gbzcjorw] {
        padding-block: 22px;
    }
}

@media (max-width: 1040px) {
    .kanzlei-hero-section[b-59gbzcjorw] {
        height: auto;
        align-items: flex-start;
        min-height: calc(100svh - var(--snap-header-offset, 87px));
        padding: 64px 28px 54px;
    }

    .kanzlei-hero-grid[b-59gbzcjorw] {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .kanzlei-hero-copy[b-59gbzcjorw] {
        max-width: 820px;
    }

    .kanzlei-media-card[b-59gbzcjorw] {
        width: min(100%, 840px);
    }

    .kanzlei-values-strip[b-59gbzcjorw] {
        grid-template-columns: 1fr;
        margin-top: 42px;
    }

    .kanzlei-value-item + .kanzlei-value-item[b-59gbzcjorw] {
        border-top: 1px solid var(--kanzlei-border);
        border-left: 0;
    }

    .kanzlei-work-section .work-section-inner[b-59gbzcjorw],
    .kanzlei-contact-footer .contact-cta-inner[b-59gbzcjorw],
    .kanzlei-contact-footer .site-footer.contact-cta-footer .footer-inner[b-59gbzcjorw] {
        width: min(100%, 820px);
    }

    .kanzlei-work-section .work-intro-grid[b-59gbzcjorw] {
        grid-template-columns: 1fr;
    }

    .kanzlei-trust-section[b-59gbzcjorw] {
        align-items: flex-start;
        padding: 72px 28px 76px;
    }

    .kanzlei-trust-grid[b-59gbzcjorw] {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kanzlei-trust-copy[b-59gbzcjorw] {
        max-width: 820px;
    }

    .kanzlei-trust-card[b-59gbzcjorw] {
        max-width: 760px;
    }

    .kanzlei-trust-media[b-59gbzcjorw] {
        width: min(100%, 860px);
    }

}

@media (max-width: 700px) {
    .kanzlei-hero-section[b-59gbzcjorw] {
        padding: 48px 18px 46px;
    }

    .kanzlei-eyebrow[b-59gbzcjorw] {
        margin-bottom: 18px;
    }

    .kanzlei-eyebrow[b-59gbzcjorw]::before {
        width: 34px;
    }

    .kanzlei-title[b-59gbzcjorw] {
        font-size: clamp(2.45rem, 12vw, 3.25rem);
        line-height: 1.08;
    }

    .kanzlei-title-rule[b-59gbzcjorw] {
        margin: 24px 0 20px;
    }

    .kanzlei-lead[b-59gbzcjorw] {
        font-size: 1rem;
        line-height: 1.64;
    }

    .kanzlei-lead span[b-59gbzcjorw] {
        display: inline;
    }

    .kanzlei-actions[b-59gbzcjorw],
    .kanzlei-button[b-59gbzcjorw] {
        width: 100%;
    }

    .kanzlei-actions[b-59gbzcjorw] {
        gap: 12px;
        margin-top: 26px;
    }

    .kanzlei-button[b-59gbzcjorw] {
        min-height: 56px;
    }

    .kanzlei-media-card[b-59gbzcjorw] {
        padding: 6px;
        border-radius: 20px;
    }

    .kanzlei-media-image[b-59gbzcjorw] {
        min-height: 300px;
        aspect-ratio: 4 / 3;
        border-radius: 15px;
        object-position: center center;
    }

    .kanzlei-media-badge[b-59gbzcjorw] {
        left: 18px;
        right: 18px;
        bottom: 18px;
        max-width: none;
        padding: 15px 16px;
        gap: 13px;
        font-size: 1rem;
    }

    .kanzlei-badge-icon[b-59gbzcjorw] {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .kanzlei-values-strip[b-59gbzcjorw] {
        margin-top: 34px;
        border-radius: 18px;
    }

    .kanzlei-value-item[b-59gbzcjorw] {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .kanzlei-value-icon[b-59gbzcjorw] {
        width: 58px;
        height: 58px;
    }

    .kanzlei-trust-section[b-59gbzcjorw] {
        padding: 58px 18px 62px;
    }

    .kanzlei-trust-eyebrow[b-59gbzcjorw] {
        margin-bottom: 14px;
    }

    .kanzlei-trust-eyebrow[b-59gbzcjorw]::before {
        width: 34px;
    }

    .kanzlei-trust-title[b-59gbzcjorw] {
        font-size: clamp(2.35rem, 10.5vw, 3rem);
        line-height: 1.1;
    }

    .kanzlei-trust-intro[b-59gbzcjorw] {
        font-size: 1rem;
        line-height: 1.62;
    }

    .kanzlei-trust-card[b-59gbzcjorw] {
        padding: 22px;
        border-radius: 16px;
    }

    .kanzlei-trust-point[b-59gbzcjorw] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .kanzlei-trust-icon[b-59gbzcjorw] {
        width: 50px;
        height: 50px;
    }

    .kanzlei-trust-media[b-59gbzcjorw] {
        padding: 6px;
        border-radius: 20px;
    }

    .kanzlei-trust-image[b-59gbzcjorw] {
        min-height: 330px;
        aspect-ratio: 4 / 3;
        border-radius: 15px;
        object-position: center center;
    }

    .kanzlei-trust-quote[b-59gbzcjorw] {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
        padding: 18px 20px;
        border-radius: 15px;
    }

    .kanzlei-trust-quote-icon[b-59gbzcjorw] {
        width: 42px;
        height: 42px;
        margin-bottom: 10px;
        font-size: 1.75rem;
    }

    .kanzlei-trust-quote p[b-59gbzcjorw] {
        font-size: 1.04rem;
    }

}
/* /Pages/Karriere.razor.rz.scp.css */
.karriere-listing-section[b-ryh1toezlt] {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(52px, 7vw, 96px) 48px clamp(60px, 8vw, 110px);
    background:
        radial-gradient(circle at 82% 14%, rgba(176, 137, 60, 0.09), transparent 30%),
        radial-gradient(circle at 16% 88%, rgba(93, 118, 107, 0.07), transparent 32%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 54%, #eef4fb 100%);
    color: var(--brand-navy, #0f172a);
}

.karriere-listing-section[b-ryh1toezlt]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(176, 137, 60, 0.045) 0 1px, transparent 1px 18px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.76), transparent 38%, rgba(255, 255, 255, 0.6));
    opacity: 0.34;
    pointer-events: none;
}

.karriere-listing-card[b-ryh1toezlt] {
    position: relative;
    z-index: 1;
    width: min(100%, 1180px);
    margin-inline: auto;
    padding: clamp(34px, 4.6vw, 62px);
    border: 1px solid rgba(219, 227, 238, 0.96);
    border-top: 4px solid var(--accent-gold, #b0893c);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)),
        #ffffff;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.1);
}

.karriere-listing-header[b-ryh1toezlt] {
    max-width: 920px;
    padding-bottom: clamp(24px, 3vw, 34px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.karriere-eyebrow[b-ryh1toezlt] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 16px;
    color: var(--accent-gold, #b0893c);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.karriere-eyebrow[b-ryh1toezlt]::before {
    content: "";
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.karriere-title[b-ryh1toezlt],
.karriere-subtitle[b-ryh1toezlt],
.karriere-detail-block h2[b-ryh1toezlt] {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 800;
    letter-spacing: 0;
}

.karriere-title[b-ryh1toezlt] {
    max-width: 980px;
    color: var(--brand-navy, #0f172a);
    font-size: clamp(2.3rem, 4vw, 4.1rem);
    line-height: 1.05;
}

.karriere-subtitle[b-ryh1toezlt] {
    max-width: 820px;
    margin-top: 12px;
    color: var(--accent-gold, #b0893c);
    font-size: clamp(1.28rem, 1.75vw, 1.72rem);
    line-height: 1.24;
}

.karriere-intro[b-ryh1toezlt] {
    display: grid;
    gap: 16px;
    max-width: 920px;
    padding-block: clamp(24px, 3vw, 36px);
}

.karriere-intro p[b-ryh1toezlt],
.karriere-application p[b-ryh1toezlt],
.karriere-application address[b-ryh1toezlt],
.karriere-contact-lines[b-ryh1toezlt] {
    margin: 0;
    color: #526174;
    font-size: 1.02rem;
    line-height: 1.68;
}

.karriere-detail-grid[b-ryh1toezlt] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(24px, 3vw, 42px);
    padding-block: clamp(28px, 3.4vw, 42px);
    border-top: 1px solid rgba(15, 23, 42, 0.1);
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.karriere-detail-block[b-ryh1toezlt] {
    min-width: 0;
}

.karriere-detail-block h2[b-ryh1toezlt] {
    color: var(--brand-navy, #0f172a);
    font-size: clamp(1.32rem, 1.55vw, 1.62rem);
    line-height: 1.16;
}

.karriere-detail-block ul[b-ryh1toezlt] {
    margin: 16px 0 0;
    padding-left: 1.15rem;
}

.karriere-detail-block li[b-ryh1toezlt] {
    color: #526174;
    font-size: 0.96rem;
    line-height: 1.52;
    padding-left: 0.15rem;
}

.karriere-detail-block li + li[b-ryh1toezlt] {
    margin-top: 9px;
}

.karriere-detail-block li[b-ryh1toezlt]::marker {
    color: var(--accent-gold, #b0893c);
}

.karriere-application[b-ryh1toezlt] {
    display: grid;
    gap: 14px;
    max-width: 760px;
    padding-top: clamp(28px, 3.5vw, 42px);
}

.karriere-application address[b-ryh1toezlt] {
    display: grid;
    gap: 3px;
    font-style: normal;
}

.karriere-application strong[b-ryh1toezlt] {
    color: var(--brand-navy, #0f172a);
}

.karriere-contact-lines[b-ryh1toezlt] {
    display: grid;
    gap: 3px;
}

.karriere-contact-lines a[b-ryh1toezlt] {
    color: var(--brand-navy, #0f172a);
    font-weight: 800;
    text-decoration: none;
}

.karriere-contact-lines a:hover[b-ryh1toezlt],
.karriere-contact-lines a:focus-visible[b-ryh1toezlt] {
    color: var(--accent-gold, #b0893c);
}

.karriere-footer[b-ryh1toezlt] {
    position: relative;
    z-index: 2;
}

.karriere-footer.site-footer.contact-cta-footer[b-ryh1toezlt] {
    margin-top: 0;
    border-top-color: rgba(214, 180, 106, 0.2);
    padding: clamp(18px, 2.7svh, 28px) 24px clamp(16px, 2.4svh, 24px);
    background:
        linear-gradient(180deg, rgba(214, 180, 106, 0.06), transparent 58%),
        linear-gradient(135deg, rgba(25, 29, 32, 0.985), rgba(16, 19, 21, 1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 -34px 68px rgba(0, 0, 0, 0.26);
}

.karriere-footer.site-footer.contact-cta-footer[b-ryh1toezlt]  .footer-inner {
    width: min(100%, 1660px);
}

#main-content > .karriere-listing-section[b-ryh1toezlt] {
    scroll-margin-top: 0;
}

@media (max-width: 1040px) {
    .karriere-listing-section[b-ryh1toezlt] {
        padding-inline: 34px;
    }

    .karriere-detail-grid[b-ryh1toezlt] {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .karriere-detail-block + .karriere-detail-block[b-ryh1toezlt] {
        padding-top: 26px;
        border-top: 1px solid rgba(15, 23, 42, 0.08);
    }
}

@media (max-width: 760px) {
    .karriere-listing-section[b-ryh1toezlt] {
        padding: 38px 18px 48px;
    }

    .karriere-listing-card[b-ryh1toezlt] {
        padding: 26px 20px 30px;
        border-radius: 14px;
    }

    .karriere-eyebrow[b-ryh1toezlt] {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 15px;
        font-size: 0.72rem;
    }

    .karriere-eyebrow[b-ryh1toezlt]::before {
        width: 34px;
        margin-top: 6px;
    }

    .karriere-title[b-ryh1toezlt] {
        font-size: clamp(2.08rem, 9.2vw, 2.76rem);
        line-height: 1.1;
        hyphens: manual;
        overflow-wrap: normal;
    }

    .karriere-subtitle[b-ryh1toezlt] {
        font-size: clamp(1.18rem, 6.2vw, 1.44rem);
    }

    .karriere-intro p[b-ryh1toezlt],
    .karriere-application p[b-ryh1toezlt],
    .karriere-application address[b-ryh1toezlt],
    .karriere-contact-lines[b-ryh1toezlt] {
        font-size: 1rem;
        line-height: 1.62;
    }

    .karriere-detail-block li[b-ryh1toezlt] {
        font-size: 0.96rem;
        line-height: 1.5;
    }
}
/* /Pages/Kontakt.razor.rz.scp.css */
.kontakt-section-1[b-8g93wy5gra] {
    --kontakt-navy: var(--brand-navy, #0f172a);
    --kontakt-navy-soft: var(--brand-navy-soft, #1e293b);
    --kontakt-gold: var(--accent-gold, #b0893c);
    --kontakt-gold-soft: var(--accent-gold-soft, #d6b46a);
    --kontakt-muted: #526174;
    --kontakt-border: var(--border-soft, #dbe3ee);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: calc(100svh - var(--snap-header-offset, 86px));
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 84% 18%, rgba(176, 137, 60, 0.1), transparent 30%),
        radial-gradient(circle at 14% 86%, rgba(15, 23, 42, 0.055), transparent 34%),
        linear-gradient(135deg, #ffffff 0%, #f8fafc 52%, #eef4fb 100%);
    color: var(--kontakt-navy);
}

.kontakt-section-1[b-8g93wy5gra]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(135deg, rgba(176, 137, 60, 0.055) 0 1px, transparent 1px 18px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 36%, rgba(255, 255, 255, 0.54));
    opacity: 0.35;
    pointer-events: none;
}

.kontakt-section-inner[b-8g93wy5gra] {
    position: relative;
    z-index: 1;
    width: min(100%, 1320px);
    margin-inline: auto;
    padding: clamp(34px, 4vh, 54px) 48px;
}

.kontakt-intro[b-8g93wy5gra] {
    max-width: 1120px;
    margin-bottom: clamp(22px, 2.6vw, 30px);
}

.kontakt-eyebrow[b-8g93wy5gra] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 20px;
    color: var(--kontakt-gold);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.kontakt-eyebrow[b-8g93wy5gra]::before {
    content: "";
    width: 48px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.kontakt-title[b-8g93wy5gra] {
    max-width: 1120px;
    margin: 0;
    color: var(--kontakt-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.7rem, 3.48vw, 3.75rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.kontakt-title-rule[b-8g93wy5gra] {
    width: 62px;
    height: 3px;
    margin: 17px 0 15px;
    border-radius: 999px;
    background: var(--kontakt-gold);
}

.kontakt-lead[b-8g93wy5gra] {
    max-width: 720px;
    margin: 0;
    color: var(--kontakt-muted);
    font-size: 1.02rem;
    line-height: 1.58;
}

.kontakt-card[b-8g93wy5gra] {
    border: 1px solid rgba(219, 227, 238, 0.98);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
        #ffffff;
    box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
    overflow: hidden;
}

.kontakt-methods[b-8g93wy5gra] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kontakt-method[b-8g93wy5gra] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: clamp(18px, 2.2vw, 26px);
    padding: clamp(24px, 2.65vw, 34px);
}

.kontakt-method + .kontakt-method[b-8g93wy5gra] {
    border-left: 1px solid rgba(15, 23, 42, 0.12);
}

.kontakt-method-icon[b-8g93wy5gra],
.kontakt-note-icon[b-8g93wy5gra] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(176, 137, 60, 0.38);
    border-radius: 999px;
    color: var(--kontakt-gold);
    background: rgba(176, 137, 60, 0.07);
}

.kontakt-method-icon[b-8g93wy5gra] {
    width: 60px;
    height: 60px;
}

.kontakt-method-icon svg[b-8g93wy5gra] {
    width: 28px;
    height: 28px;
}

.kontakt-note-icon[b-8g93wy5gra] {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
}

.kontakt-note-icon svg[b-8g93wy5gra] {
    width: 22px;
    height: 22px;
}

.kontakt-method-icon svg[b-8g93wy5gra],
.kontakt-note-icon svg[b-8g93wy5gra] {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.kontakt-method-copy[b-8g93wy5gra] {
    min-width: 0;
}

.kontakt-method-copy h2[b-8g93wy5gra] {
    margin: 0 0 12px;
    color: var(--kontakt-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.56rem, 2vw, 2.05rem);
    font-weight: 800;
    line-height: 1.14;
}

.kontakt-method-value[b-8g93wy5gra] {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    color: var(--kontakt-navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.22rem, 1.75vw, 1.7rem);
    font-weight: 800;
    line-height: 1.18;
    text-decoration: none;
}

.kontakt-method-value:hover[b-8g93wy5gra],
.kontakt-method-value:focus-visible[b-8g93wy5gra],
.kontakt-note a:hover[b-8g93wy5gra],
.kontakt-note a:focus-visible[b-8g93wy5gra] {
    color: var(--kontakt-gold);
}

.kontakt-method-copy p[b-8g93wy5gra] {
    max-width: 470px;
    margin: 0;
    color: var(--kontakt-muted);
    font-size: 1rem;
    line-height: 1.58;
}

.kontakt-button[b-8g93wy5gra] {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 18px;
    padding: 0 27px;
    border-radius: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.kontakt-button:hover[b-8g93wy5gra],
.kontakt-button:focus-visible[b-8g93wy5gra] {
    transform: translateY(-1px);
}

.kontakt-button span[b-8g93wy5gra] {
    display: inline-block;
    transition: transform 160ms ease;
}

.kontakt-button:hover span[b-8g93wy5gra] {
    transform: translateX(3px);
}

.kontakt-button-primary[b-8g93wy5gra] {
    border: 1px solid var(--kontakt-navy);
    background: linear-gradient(180deg, #14213d 0%, #0f172a 100%);
    color: #ffffff;
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.16);
}

.kontakt-button-primary:hover[b-8g93wy5gra],
.kontakt-button-primary:focus-visible[b-8g93wy5gra] {
    background: linear-gradient(180deg, #1e2f54 0%, #111c34 100%);
    color: #ffffff;
}

.kontakt-button-secondary[b-8g93wy5gra] {
    border: 1px solid rgba(15, 23, 42, 0.2);
    background: rgba(255, 255, 255, 0.76);
    color: var(--kontakt-navy);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.07);
}

.kontakt-button-secondary:hover[b-8g93wy5gra],
.kontakt-button-secondary:focus-visible[b-8g93wy5gra] {
    border-color: rgba(176, 137, 60, 0.58);
    background: #ffffff;
    color: var(--kontakt-navy);
}

.kontakt-note[b-8g93wy5gra] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 clamp(22px, 2.65vw, 34px) clamp(18px, 2.65vw, 26px);
    padding: 14px 17px;
    border: 1px solid rgba(176, 137, 60, 0.22);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(176, 137, 60, 0.055), rgba(255, 255, 255, 0.62)),
        rgba(248, 250, 252, 0.76);
}

.kontakt-note p[b-8g93wy5gra] {
    margin: 0;
    color: var(--kontakt-muted);
    font-size: 0.96rem;
    line-height: 1.55;
}

.kontakt-note a[b-8g93wy5gra] {
    color: var(--kontakt-navy);
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 980px) {
    .kontakt-section-1[b-8g93wy5gra] {
        min-height: auto;
    }

    .kontakt-section-inner[b-8g93wy5gra] {
        padding: 68px 28px 78px;
    }

    .kontakt-title[b-8g93wy5gra] {
        font-size: clamp(2.5rem, 7vw, 3.5rem);
    }

    .kontakt-methods[b-8g93wy5gra] {
        grid-template-columns: 1fr;
    }

    .kontakt-method + .kontakt-method[b-8g93wy5gra] {
        border-left: 0;
        border-top: 1px solid rgba(15, 23, 42, 0.12);
    }
}

@media (max-width: 640px) {
    .kontakt-section-inner[b-8g93wy5gra] {
        padding: 58px 18px 68px;
    }

    .kontakt-intro[b-8g93wy5gra] {
        margin-bottom: 30px;
    }

    .kontakt-eyebrow[b-8g93wy5gra] {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 0.72rem;
    }

    .kontakt-eyebrow[b-8g93wy5gra]::before {
        width: 34px;
        margin-top: 6px;
    }

    .kontakt-title[b-8g93wy5gra] {
        font-size: clamp(2.18rem, 10.8vw, 2.9rem);
        line-height: 1.1;
    }

    .kontakt-title-rule[b-8g93wy5gra] {
        margin: 23px 0 19px;
    }

    .kontakt-lead[b-8g93wy5gra] {
        font-size: 1rem;
        line-height: 1.62;
    }

    .kontakt-card[b-8g93wy5gra] {
        border-radius: 18px;
    }

    .kontakt-method[b-8g93wy5gra] {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 26px 20px;
    }

    .kontakt-method-icon[b-8g93wy5gra] {
        width: 56px;
        height: 56px;
    }

    .kontakt-method-icon svg[b-8g93wy5gra] {
        width: 27px;
        height: 27px;
    }

    .kontakt-method-copy h2[b-8g93wy5gra] {
        font-size: 1.55rem;
    }

    .kontakt-method-value[b-8g93wy5gra] {
        font-size: clamp(1.04rem, 5vw, 1.28rem);
        overflow-wrap: anywhere;
    }

    .kontakt-button[b-8g93wy5gra] {
        width: 100%;
        min-height: 56px;
        margin-top: 22px;
        padding-inline: 18px;
    }

    .kontakt-note[b-8g93wy5gra] {
        flex-direction: column;
        gap: 13px;
        margin: 0 16px 20px;
        padding: 17px;
    }
}
/* /Pages/Rechtsgebiete.razor.rz.scp.css */
.practice-consult-section[b-r7p38ggxjt] {
    --consult-gold: var(--accent-gold, #b0893c);
    --consult-gold-soft: var(--accent-gold-soft, #d6b46a);
    --consult-cream: #f4efe6;
    --consult-muted: rgba(244, 239, 230, 0.74);
    --consult-panel: rgba(38, 49, 59, 0.92);
    --consult-dark-bg: #18222c;
    --consult-dark-bg-soft: #202b36;
    --consult-dark-bg-deep: #141c25;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: auto;
    padding: 0;
    border-top: 1px solid rgba(214, 180, 106, 0.25);
    background:
        radial-gradient(circle at 79% 63%, rgba(176, 137, 60, 0.2), transparent 31%),
        radial-gradient(circle at 14% 24%, rgba(255, 255, 255, 0.055), transparent 30%),
        linear-gradient(145deg, var(--consult-dark-bg-soft) 0%, var(--consult-dark-bg) 55%, var(--consult-dark-bg-deep) 100%);
    color: var(--consult-cream);
    box-shadow:
        inset 0 28px 54px rgba(0, 0, 0, 0.18),
        inset 0 -1px 0 rgba(214, 180, 106, 0.24);
}

html.section-snap-active #main-content > .practice-consult-section[b-r7p38ggxjt] {
    min-height: calc(100svh - var(--snap-header-offset, 86px));
}

.practice-consult-section[b-r7p38ggxjt]::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(90deg, rgba(24, 34, 44, 0.94) 0%, rgba(24, 34, 44, 0.74) 48%, rgba(24, 34, 44, 0.42) 100%),
        linear-gradient(180deg, rgba(24, 34, 44, 0.18), rgba(20, 28, 37, 0.58)),
        url("gericht.png");
    background-size: cover;
    background-position: center right;
    opacity: 0.56;
    filter: saturate(0.72) contrast(1.05);
    pointer-events: none;
}

.practice-consult-section[b-r7p38ggxjt]::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 16px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 36%, rgba(20, 28, 37, 0.18));
    opacity: 0.2;
    pointer-events: none;
}

.practice-consult-inner[b-r7p38ggxjt] {
    position: relative;
    z-index: 2;
    width: min(100%, 1660px);
    min-height: calc(100svh - var(--snap-header-offset, 86px));
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
    align-items: center;
    gap: clamp(52px, 6vw, 90px);
    padding: clamp(42px, 4.9svh, 58px) 48px clamp(34px, 4.2svh, 50px);
}

.practice-consult-copy[b-r7p38ggxjt] {
    max-width: 730px;
}

.practice-consult-eyebrow[b-r7p38ggxjt] {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin: 0 0 18px;
    color: var(--consult-gold-soft);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.practice-consult-eyebrow[b-r7p38ggxjt]::before {
    content: "";
    width: 46px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 0 20px rgba(214, 180, 106, 0.28);
}

.practice-consult-title[b-r7p38ggxjt] {
    margin: 0;
    color: var(--consult-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.8rem, 3.72vw, 4rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
}

.practice-consult-rule[b-r7p38ggxjt],
.practice-process-heading-rule[b-r7p38ggxjt] {
    display: block;
    width: 58px;
    height: 3px;
    border-radius: 999px;
    background: var(--consult-gold-soft);
}

.practice-consult-rule[b-r7p38ggxjt] {
    margin: 22px 0 18px;
}

.practice-consult-lead[b-r7p38ggxjt] {
    max-width: 720px;
    margin: 0;
    color: var(--consult-muted);
    font-size: 1rem;
    line-height: 1.58;
}

.practice-consult-actions[b-r7p38ggxjt] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 28px;
}

.practice-consult-button[b-r7p38ggxjt] {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 26px;
    border-radius: 9px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.03rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.practice-consult-button:hover[b-r7p38ggxjt] {
    transform: translateY(-1px);
}

.practice-consult-button span[b-r7p38ggxjt] {
    display: inline-block;
    transition: transform 160ms ease;
}

.practice-consult-button:hover span[b-r7p38ggxjt] {
    transform: translateX(3px);
}

.practice-consult-button-primary[b-r7p38ggxjt] {
    border: 1px solid rgba(214, 180, 106, 0.92);
    background: linear-gradient(180deg, #d5b567 0%, #b0893c 100%);
    color: #11161a;
    box-shadow: 0 18px 34px rgba(176, 137, 60, 0.2);
}

.practice-consult-button-primary:hover[b-r7p38ggxjt],
.practice-consult-button-primary:focus-visible[b-r7p38ggxjt] {
    border-color: #e3c775;
    background: linear-gradient(180deg, #e0c36f 0%, #ba9142 100%);
    color: #080b0d;
}

.practice-consult-button-secondary[b-r7p38ggxjt] {
    border: 1px solid rgba(214, 180, 106, 0.72);
    background: rgba(38, 49, 59, 0.48);
    color: var(--consult-gold-soft);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.practice-consult-button-secondary:hover[b-r7p38ggxjt],
.practice-consult-button-secondary:focus-visible[b-r7p38ggxjt] {
    border-color: rgba(232, 203, 129, 0.9);
    background: rgba(214, 180, 106, 0.08);
    color: #f4d98c;
}

.practice-process-card[b-r7p38ggxjt] {
    position: relative;
    margin: 0;
    padding: clamp(24px, 2.35vw, 32px);
    border: 1px solid rgba(214, 180, 106, 0.58);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(58, 73, 88, 0.58), rgba(38, 49, 59, 0.92)),
        var(--consult-panel);
    box-shadow:
        0 18px 45px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(10px);
}

.practice-process-card[b-r7p38ggxjt]::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: 17px;
    background: radial-gradient(circle at 12% 0%, rgba(214, 180, 106, 0.12), transparent 34%);
    pointer-events: none;
}

.practice-process-heading[b-r7p38ggxjt],
.practice-process-list[b-r7p38ggxjt],
.practice-process-note[b-r7p38ggxjt] {
    position: relative;
    z-index: 1;
}

.practice-process-heading[b-r7p38ggxjt] {
    margin-bottom: 14px;
}

.practice-process-heading h3[b-r7p38ggxjt] {
    margin: 10px 0 0;
    color: var(--consult-cream);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.75rem, 2vw, 2.1rem);
    font-weight: 800;
    line-height: 1.12;
}

.practice-process-list[b-r7p38ggxjt] {
    display: grid;
}

.practice-process-step[b-r7p38ggxjt] {
    display: grid;
    grid-template-columns: 52px 46px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(214, 180, 106, 0.18);
}

.practice-process-step:first-child[b-r7p38ggxjt] {
    border-top: 0;
}

.practice-process-number[b-r7p38ggxjt] {
    color: var(--consult-gold-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.52rem;
    font-weight: 800;
    line-height: 1;
}

.practice-process-icon[b-r7p38ggxjt],
.practice-process-note-icon[b-r7p38ggxjt] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(214, 180, 106, 0.42);
    border-radius: 999px;
    color: var(--consult-gold-soft);
}

.practice-process-icon[b-r7p38ggxjt] {
    width: 44px;
    height: 44px;
    background: rgba(214, 180, 106, 0.08);
}

.practice-process-icon svg[b-r7p38ggxjt],
.practice-process-note-icon svg[b-r7p38ggxjt] {
    width: 22px;
    height: 22px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.65;
}

.practice-process-step h4[b-r7p38ggxjt] {
    margin: 0 0 4px;
    color: var(--consult-cream);
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.25;
}

.practice-process-step p[b-r7p38ggxjt] {
    margin: 0;
    color: var(--consult-muted);
    font-size: 0.91rem;
    line-height: 1.42;
}

.practice-process-note[b-r7p38ggxjt] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(214, 180, 106, 0.34);
    border-radius: 14px;
    background: rgba(214, 180, 106, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.practice-process-note-icon[b-r7p38ggxjt] {
    width: 38px;
    height: 38px;
    background: rgba(38, 49, 59, 0.42);
}

.practice-process-note h4[b-r7p38ggxjt] {
    margin: 0 0 6px;
    color: var(--consult-cream);
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
}

.practice-process-note p[b-r7p38ggxjt] {
    margin: 0;
    color: var(--consult-muted);
    font-size: 0.86rem;
    line-height: 1.42;
}

.practice-consult-skyline[b-r7p38ggxjt] {
    position: absolute;
    left: max(24px, calc((100% - 1660px) / 2));
    bottom: clamp(142px, 17svh, 176px);
    z-index: 1;
    width: min(590px, 42vw);
    color: rgba(214, 180, 106, 0.2);
    pointer-events: none;
}

.practice-consult-footer[b-r7p38ggxjt] {
    position: relative;
    z-index: 2;
}

.practice-consult-footer.site-footer.contact-cta-footer[b-r7p38ggxjt] {
    margin-top: 0;
    border-top-color: rgba(214, 180, 106, 0.2);
    background:
        linear-gradient(180deg, rgba(214, 180, 106, 0.06), transparent 58%),
        linear-gradient(135deg, rgba(25, 29, 32, 0.985), rgba(16, 19, 21, 1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.035),
        0 -34px 68px rgba(0, 0, 0, 0.26);
}

.practice-consult-footer.site-footer.contact-cta-footer .footer-inner[b-r7p38ggxjt] {
    width: min(100%, 1660px);
}

.practice-consult-skyline svg[b-r7p38ggxjt] {
    width: 100%;
    height: auto;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

@media (max-width: 1180px) {
    .practice-consult-section[b-r7p38ggxjt] {
        min-height: auto;
    }

    .practice-consult-inner[b-r7p38ggxjt] {
        grid-template-columns: 1fr;
        gap: 48px;
        padding-inline: 34px;
    }

    .practice-consult-copy[b-r7p38ggxjt],
    .practice-process-card[b-r7p38ggxjt] {
        max-width: 860px;
    }

    .practice-consult-skyline[b-r7p38ggxjt] {
        width: min(520px, 58vw);
        opacity: 0.8;
    }
}

@media (max-width: 700px) {
    .practice-consult-section[b-r7p38ggxjt] {
        min-height: auto;
    }

    .practice-consult-section[b-r7p38ggxjt]::before {
        opacity: 0.34;
        background-position: 67% center;
    }

    .practice-consult-inner[b-r7p38ggxjt] {
        padding: 62px 18px 66px;
    }

    .practice-consult-eyebrow[b-r7p38ggxjt] {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 18px;
        font-size: 0.72rem;
    }

    .practice-consult-eyebrow[b-r7p38ggxjt]::before {
        width: 34px;
        margin-top: 6px;
    }

    .practice-consult-title[b-r7p38ggxjt] {
        font-size: clamp(2.36rem, 11vw, 3.05rem);
        line-height: 1.08;
    }

    .practice-consult-rule[b-r7p38ggxjt] {
        margin: 24px 0 20px;
    }

    .practice-consult-lead[b-r7p38ggxjt] {
        font-size: 1rem;
        line-height: 1.64;
    }

    .practice-consult-actions[b-r7p38ggxjt],
    .practice-consult-button[b-r7p38ggxjt] {
        width: 100%;
    }

    .practice-consult-actions[b-r7p38ggxjt] {
        gap: 12px;
        margin-top: 28px;
    }

    .practice-consult-button[b-r7p38ggxjt] {
        min-height: 56px;
        padding-inline: 18px;
    }

    .practice-process-card[b-r7p38ggxjt] {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .practice-process-card[b-r7p38ggxjt]::before {
        border-radius: 15px;
    }

    .practice-process-heading h3[b-r7p38ggxjt] {
        font-size: 1.78rem;
    }

    .practice-process-step[b-r7p38ggxjt] {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 18px 0;
    }

    .practice-process-number[b-r7p38ggxjt] {
        font-size: 1.55rem;
    }

    .practice-process-icon[b-r7p38ggxjt] {
        width: 48px;
        height: 48px;
    }

    .practice-process-note[b-r7p38ggxjt] {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .practice-consult-skyline[b-r7p38ggxjt] {
        left: 18px;
        right: 18px;
        bottom: 340px;
        width: auto;
        opacity: 0.54;
    }
}
