:root {
    --sv4-ink: #07111f;
    --sv4-ink-2: #0d1d36;
    --sv4-blue: #1f67ff;
    --sv4-green: #82d615;
    --sv4-green-dark: #5eb300;
    --sv4-text: #10233f;
    --sv4-muted: #5b6f8d;
    --sv4-line: #dce6f2;
    --sv4-surface: #ffffff;
    --sv4-surface-soft: #f4f8fd;
    --sv4-radius: 28px;
    --sv4-shadow: 0 20px 60px rgba(8, 28, 69, 0.08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sv4-body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--sv4-text);
    background: linear-gradient(180deg, #f6faff 0%, #ffffff 28%, #ffffff 100%);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.sv4-container { width: min(1280px, calc(100% - 40px)); margin: 0 auto; }
.sv4-skip-link {
    position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 10px 14px; border-radius: 12px; z-index: 99;
}
.sv4-skip-link:focus { left: 8px; }
.sv4-header {
    position: sticky; top: 0; z-index: 60; background: rgba(7,17,31,.96); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08);
}
.sv4-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 96px; }
.sv4-brand img { width: 210px; }
.sv4-nav { display: flex; align-items: center; gap: 34px; color: #fff; font-weight: 600; }
.sv4-nav a { opacity: .92; }
.sv4-nav a:hover { opacity: 1; }
.sv4-header-cta { display: flex; align-items: center; gap: 14px; }
.sv4-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 16px; font-weight: 700; border: 1px solid transparent; cursor: pointer; }
.sv4-btn-primary { background: linear-gradient(180deg, #9be11a 0%, var(--sv4-green) 100%); color: #fff; box-shadow: 0 16px 36px rgba(111, 189, 31, 0.28); }
.sv4-btn-secondary { background: #fff; color: var(--sv4-blue); border-color: #d7e4fb; }
.sv4-btn-full { width: 100%; }
.sv4-menu-toggle { display: none; width: 48px; height: 48px; border-radius: 14px; border: 1px solid rgba(255,255,255,.14); background: transparent; padding: 10px; }
.sv4-menu-toggle span { display: block; height: 2px; background: #fff; border-radius: 999px; margin: 6px 0; }
.sv4-mobile-nav { display: none; padding: 14px 20px 22px; background: var(--sv4-ink); }
.sv4-mobile-nav a { display: block; color: #fff; padding: 12px 0; font-weight: 600; }
.sv4-main { overflow: clip; }
.sv4-kicker { margin: 0 0 14px; font-size: 14px; line-height: 1.2; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; color: var(--sv4-blue); }
.sv4-kicker-center { text-align: center; }
.sv4-hero { padding: 36px 0 24px; position: relative; }
.sv4-hero::before { content: ""; position: absolute; inset: 0 0 auto; height: 560px; background: radial-gradient(circle at 85% 30%, rgba(31,103,255,.18), transparent 42%), radial-gradient(circle at 20% 20%, rgba(115,213,24,.12), transparent 30%); pointer-events: none; }
.sv4-hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 1fr; align-items: center; gap: 34px; }
.sv4-hero-copy h1 { margin: 0 0 18px; font-size: clamp(42px, 5vw, 72px); line-height: .97; letter-spacing: -0.04em; color: var(--sv4-ink); }
.sv4-hero-copy h1 span { color: var(--sv4-blue); }
.sv4-lead { max-width: 590px; margin: 0; font-size: 21px; line-height: 1.55; color: var(--sv4-muted); }
.sv4-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.sv4-rating-row { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.sv4-mini-avatars { display: flex; align-items: center; }
.sv4-mini-avatars img, .sv4-mini-avatars span { width: 42px; height: 42px; border-radius: 50%; border: 3px solid #fff; background: linear-gradient(135deg, #dce7f8, #eef4ff); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; color: var(--sv4-blue); margin-left: -10px; box-shadow: 0 8px 20px rgba(7,17,31,.08); }
.sv4-mini-avatars > :first-child { margin-left: 0; }
.sv4-rating-row strong { display: block; color: #f0b500; letter-spacing: .08em; }
.sv4-rating-row p { margin: 4px 0 0; color: var(--sv4-muted); }
.sv4-hero-visual { min-height: 560px; display: flex; align-items: center; justify-content: center; }
.sv4-image-slot { background: linear-gradient(145deg, #f4f8fd, #e8f0fb); border: 1px dashed #a7c0ec; border-radius: 32px; min-height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px; color: #4c6690; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.sv4-image-slot strong { font-size: 20px; color: var(--sv4-ink); }
.sv4-image-slot-hero { min-height: 560px; width: 100%; }
.sv4-trust-bar { margin-top: 26px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; background: rgba(255,255,255,.92); border: 1px solid var(--sv4-line); border-radius: 26px; padding: 22px 24px; box-shadow: var(--sv4-shadow); }
.sv4-trust-bar article { padding: 6px 8px; }
.sv4-trust-bar strong { display: block; font-size: 18px; color: var(--sv4-ink); }
.sv4-trust-bar span { display: block; margin-top: 6px; font-size: 15px; line-height: 1.5; color: var(--sv4-muted); }
.sv4-services, .sv4-process, .sv4-contact { padding: 78px 0; }
.sv4-section-head { text-align: center; max-width: 760px; margin: 0 auto 32px; }
.sv4-section-head h2, .sv4-process-intro h2, .sv4-advantage-copy h2, .sv4-contact-copy h2 { margin: 0 0 12px; font-size: clamp(34px, 4vw, 54px); line-height: 1.05; letter-spacing: -0.03em; color: var(--sv4-ink); }
.sv4-section-head p, .sv4-process-intro p, .sv4-advantage-copy p, .sv4-contact-copy p { margin: 0; font-size: 18px; line-height: 1.6; color: var(--sv4-muted); }
.sv4-service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.sv4-service-card { background: #fff; border: 1px solid var(--sv4-line); border-radius: 28px; overflow: hidden; box-shadow: var(--sv4-shadow); display: flex; flex-direction: column; }
.sv4-service-image { padding: 20px 20px 0; }
.sv4-service-image img, .sv4-service-image .sv4-image-slot { border-radius: 22px; }
.sv4-service-body { padding: 18px 20px 22px; }
.sv4-service-body h3 { margin: 0 0 10px; font-size: 24px; color: var(--sv4-ink); }
.sv4-service-body p { margin: 0 0 12px; color: var(--sv4-muted); line-height: 1.55; }
.sv4-service-body a { font-weight: 700; color: var(--sv4-blue); }
.sv4-process { position: relative; }
.sv4-process::before { content: ""; position: absolute; left: -8%; top: 0; width: 120%; height: 180px; background: radial-gradient(circle at 20% 0%, rgba(7,17,31,.08), transparent 28%); }
.sv4-process-intro { display: flex; justify-content: space-between; gap: 28px; align-items: end; margin-bottom: 34px; }
.sv4-process-intro > * { flex: 1; }
.sv4-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sv4-process-card { background: #fff; border: 1px solid var(--sv4-line); border-radius: 26px; padding: 28px; box-shadow: var(--sv4-shadow); }
.sv4-process-card span { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 50%; background: var(--sv4-blue); color: #fff; font-weight: 800; margin-bottom: 16px; }
.sv4-process-card h3 { margin: 0 0 10px; font-size: 24px; color: var(--sv4-ink); }
.sv4-process-card p { margin: 0; line-height: 1.55; color: var(--sv4-muted); }
.sv4-advantage { padding: 38px 0 78px; }
.sv4-advantage-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; }
.sv4-advantage-copy { background: linear-gradient(145deg, #07111f 0%, #12335f 65%, #16467a 100%); color: #fff; border-radius: 46px 120px 46px 46px; padding: 42px 36px; box-shadow: var(--sv4-shadow); }
.sv4-advantage-copy .sv4-kicker { color: #7eb6ff; }
.sv4-advantage-copy h2, .sv4-advantage-copy p { color: #fff; }
.sv4-advantage-copy ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; }
.sv4-advantage-copy li::before { content: "✓"; color: #9be11a; margin-right: 10px; font-weight: 800; }
.sv4-advantage-meta { position: relative; display: grid; gap: 22px; align-content: center; }
.sv4-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sv4-stats-grid article { background: #fff; border: 1px solid var(--sv4-line); border-radius: 24px; padding: 26px 20px; text-align: center; box-shadow: var(--sv4-shadow); }
.sv4-stats-grid strong { display: block; font-size: 34px; line-height: 1; color: var(--sv4-ink); }
.sv4-stats-grid span { display: block; margin-top: 10px; line-height: 1.45; color: var(--sv4-muted); }
.sv4-side-mascot { min-height: 280px; }
.sv4-side-mascot img, .sv4-side-mascot.sv4-image-slot { margin-left: auto; max-width: 360px; }
.sv4-contact-grid { display: grid; grid-template-columns: .8fr 1.2fr .5fr; gap: 22px; align-items: stretch; }
.sv4-contact-copy, .sv4-contact-form, .sv4-response-box { background: #fff; border: 1px solid var(--sv4-line); border-radius: 28px; padding: 28px; box-shadow: var(--sv4-shadow); }
.sv4-contact-mascot { margin-bottom: 10px; width: 120px; }
.sv4-contact-copy ul { padding-left: 18px; margin: 18px 0 0; color: var(--sv4-text); }
.sv4-contact-copy li { margin-top: 10px; }
.sv4-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.sv4-contact-form input, .sv4-contact-form textarea { width: 100%; border: 1px solid var(--sv4-line); border-radius: 16px; padding: 16px 18px; font: inherit; color: var(--sv4-text); background: #fbfdff; }
.sv4-contact-form textarea { min-height: 136px; grid-column: 1 / -1; resize: vertical; }
.sv4-privacy { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--sv4-muted); margin: 16px 0 18px; }
.sv4-honeypot { position: absolute; left: -9999px; }
.sv4-response-box { background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%); display: flex; flex-direction: column; justify-content: space-between; }
.sv4-response-box strong { display: block; font-size: 22px; color: var(--sv4-ink); }
.sv4-response-box p { color: var(--sv4-muted); line-height: 1.65; }
.sv4-response-box span { font-size: 44px; line-height: 1; }
.sv4-footer { background: linear-gradient(180deg, #07111f 0%, #040c16 100%); color: #d5e4ff; padding: 34px 0 18px; }
.sv4-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr .8fr; gap: 26px; padding-bottom: 26px; }
.sv4-footer h3 { margin: 0 0 12px; color: #fff; font-size: 18px; }
.sv4-footer p, .sv4-footer li, .sv4-footer a { color: #d5e4ff; line-height: 1.65; }
.sv4-footer ul { list-style: none; padding: 0; margin: 0; }
.sv4-footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; color: #9eb5d8; }
[data-sv4-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
[data-sv4-reveal].is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 1200px) {
    .sv4-service-grid { grid-template-columns: repeat(3, 1fr); }
    .sv4-contact-grid { grid-template-columns: 1fr; }
    .sv4-response-box { min-height: 160px; }
}
@media (max-width: 1024px) {
    .sv4-nav { display: none; }
    .sv4-menu-toggle, .sv4-mobile-nav.is-open { display: block; }
    .sv4-header-inner { min-height: 86px; }
    .sv4-hero-grid, .sv4-advantage-grid, .sv4-process-intro { grid-template-columns: 1fr; display: grid; }
    .sv4-trust-bar, .sv4-process-grid, .sv4-stats-grid, .sv4-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .sv4-hero-visual { min-height: 420px; }
}
@media (max-width: 768px) {
    .sv4-container { width: min(100% - 28px, 100%); }
    .sv4-hero { padding-top: 24px; }
    .sv4-lead { font-size: 18px; }
    .sv4-hero-copy h1 { font-size: clamp(36px, 12vw, 56px); }
    .sv4-services, .sv4-process, .sv4-contact, .sv4-advantage { padding: 58px 0; }
    .sv4-trust-bar, .sv4-service-grid, .sv4-process-grid, .sv4-stats-grid, .sv4-footer-grid, .sv4-advantage-copy ul, .sv4-form-grid { grid-template-columns: 1fr; }
    .sv4-rating-row { align-items: flex-start; flex-direction: column; }
    .sv4-hero-visual { min-height: 300px; }
    .sv4-image-slot-hero { min-height: 320px; }
    .sv4-service-body h3, .sv4-process-card h3 { font-size: 22px; }
    .sv4-footer-bottom { flex-direction: column; }
}

/* PART 3 DESKTOP FINALISIERUNG: näher am Referenzbild */
@media (min-width: 1100px) {
    .sv4-header { min-height: 82px; }
    .sv4-header-inner { min-height: 82px; }
    .sv4-brand img { width: 228px; max-height: 72px; object-fit: contain; }
    .sv4-hero { padding-top: 24px; padding-bottom: 34px; background: linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%); }
    .sv4-hero::after {
        content: "";
        position: absolute;
        left: -8vw;
        right: -8vw;
        bottom: -86px;
        height: 170px;
        background: #fff;
        border-radius: 0 0 50% 50% / 0 0 100% 100%;
        box-shadow: 0 -26px 70px rgba(31,103,255,.07) inset;
        pointer-events: none;
    }
    .sv4-hero-grid { grid-template-columns: 0.82fr 1.18fr; min-height: 560px; gap: 0; }
    .sv4-hero-copy { padding-top: 26px; position: relative; z-index: 3; }
    .sv4-hero-copy h1 { font-size: 66px; max-width: 610px; }
    .sv4-lead { max-width: 520px; font-size: 19px; }
    .sv4-hero-visual { justify-content: flex-end; min-height: 610px; margin-right: -90px; position: relative; z-index: 2; }
    .sv4-hero-visual img { width: min(980px, 66vw); max-width: none; filter: drop-shadow(0 34px 36px rgba(7,17,31,.10)); }
    .sv4-trust-bar { position: relative; z-index: 5; width: min(1020px, 88%); margin: -34px auto 0; padding: 24px 28px; }
    .sv4-services { padding-top: 94px; background: #fff; }
    .sv4-service-card { min-height: 420px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
    .sv4-service-card:hover { transform: translateY(-7px); border-color: rgba(31,103,255,.28); box-shadow: 0 30px 75px rgba(8, 28, 69, 0.13); }
    .sv4-service-image { min-height: 235px; display: flex; align-items: flex-end; justify-content: center; }
    .sv4-service-image img { max-height: 245px; width: auto; margin: 0 auto; object-fit: contain; }
    .sv4-process { padding-top: 42px; }
    .sv4-process-card { text-align: center; position: relative; min-height: 198px; }
    .sv4-process-card:not(:last-child)::after {
        content: "→";
        position: absolute;
        top: 48px;
        right: -24px;
        color: var(--sv4-blue);
        font-weight: 900;
        opacity: .75;
    }
    .sv4-advantage { padding-top: 26px; background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%); }
    .sv4-advantage-grid { align-items: center; }
    .sv4-advantage-copy { min-height: 360px; display: flex; flex-direction: column; justify-content: center; }
    .sv4-stats-grid article { min-height: 148px; }
    .sv4-side-mascot img { transform: translateY(10px); }
    .sv4-contact { background: #fff; padding-top: 54px; }
    .sv4-contact-grid { align-items: center; }
    .sv4-contact-form { padding: 30px; }
    .sv4-response-box { min-height: 250px; }
}
.sv4-form-success, .sv4-form-error {
    grid-column: 1 / -1;
    border-radius: 16px;
    padding: 14px 16px;
    margin-bottom: 14px;
    font-weight: 700;
}
.sv4-form-success { color: #194d00; background: #ecffd9; border: 1px solid #bff48e; }
.sv4-form-error { color: #8b1e1e; background: #fff0f0; border: 1px solid #ffcccc; }

/* SCHMIDT_LANDING_PART4_TABLET_START */
/* Tablet-Optimierung ab Snapshot nach Part 3: iPad / Tablet Hoch- und Querformat */
@media (min-width: 769px) and (max-width: 1099px) {
    html { scroll-padding-top: 92px; }

    .sv4-container {
        width: min(960px, calc(100% - 48px));
    }

    .sv4-header {
        box-shadow: 0 14px 38px rgba(2, 10, 23, .18);
    }

    .sv4-header-inner {
        min-height: 86px;
        gap: 18px;
    }

    .sv4-brand img {
        width: 190px;
        max-height: 68px;
        object-fit: contain;
    }

    .sv4-nav {
        display: none !important;
    }

    .sv4-menu-toggle {
        display: block;
        flex: 0 0 auto;
    }

    .sv4-mobile-nav.is-open {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px 22px;
        width: min(960px, calc(100% - 48px));
        margin: 0 auto;
        padding: 18px 0 24px;
        border-top: 1px solid rgba(255,255,255,.10);
    }

    .sv4-mobile-nav.is-open .sv4-btn {
        grid-column: 1 / -1;
        margin-top: 8px;
        width: min(360px, 100%);
    }

    .sv4-hero {
        padding: 38px 0 56px;
        background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 74%, #ffffff 100%);
    }

    .sv4-hero::before {
        height: 620px;
        background:
            radial-gradient(circle at 72% 44%, rgba(31,103,255,.17), transparent 44%),
            radial-gradient(circle at 22% 16%, rgba(130,214,21,.13), transparent 32%);
    }

    .sv4-hero-grid {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: unset;
        text-align: center;
    }

    .sv4-hero-copy {
        max-width: 760px;
        margin: 0 auto;
        padding: 0;
    }

    .sv4-hero-copy h1 {
        font-size: clamp(50px, 7vw, 68px);
        line-height: .96;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .sv4-lead {
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
        font-size: 20px;
    }

    .sv4-hero-actions,
    .sv4-rating-row {
        justify-content: center;
    }

    .sv4-hero-visual {
        min-height: 430px;
        margin: 4px auto 0;
        width: 100%;
        justify-content: center;
    }

    .sv4-hero-visual img {
        width: min(820px, 104%);
        max-width: none;
        margin: 0 auto;
        filter: drop-shadow(0 28px 32px rgba(7,17,31,.10));
    }

    .sv4-trust-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        margin-top: -8px;
        padding: 22px;
    }

    .sv4-trust-bar article {
        padding: 12px 14px;
        border-radius: 18px;
        background: rgba(245,249,255,.76);
    }

    .sv4-services,
    .sv4-process,
    .sv4-contact {
        padding: 70px 0;
    }

    .sv4-section-head {
        max-width: 720px;
        margin-bottom: 34px;
    }

    .sv4-section-head h2,
    .sv4-process-intro h2,
    .sv4-advantage-copy h2,
    .sv4-contact-copy h2 {
        font-size: clamp(38px, 5.6vw, 52px);
    }

    .sv4-service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
        max-width: 860px;
        margin: 0 auto;
    }

    .sv4-service-card {
        min-height: 0;
        border-radius: 30px;
    }

    .sv4-service-card:nth-child(5) {
        grid-column: 1 / -1;
        max-width: 430px;
        width: 100%;
        margin: 0 auto;
    }

    .sv4-service-image {
        min-height: 230px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 22px 22px 0;
    }

    .sv4-service-image img {
        width: auto;
        max-height: 245px;
        object-fit: contain;
    }

    .sv4-service-body {
        padding: 20px 22px 24px;
    }

    .sv4-process-intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        align-items: start;
        text-align: center;
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }

    .sv4-process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .sv4-process-card {
        min-height: 210px;
        padding: 30px 28px;
    }

    .sv4-process-card:not(:last-child)::after {
        display: none !important;
    }

    .sv4-advantage {
        padding: 46px 0 72px;
        background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
    }

    .sv4-advantage-grid {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 900px;
    }

    .sv4-advantage-copy {
        border-radius: 42px;
        padding: 38px;
        min-height: unset;
    }

    .sv4-advantage-copy ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sv4-advantage-meta {
        grid-template-columns: 1fr 260px;
        align-items: center;
    }

    .sv4-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sv4-side-mascot {
        min-height: 0;
        align-self: center;
    }

    .sv4-side-mascot img,
    .sv4-side-mascot.sv4-image-slot {
        max-width: 260px;
        margin: 0 auto;
    }

    .sv4-contact {
        background: #ffffff;
    }

    .sv4-contact-grid {
        grid-template-columns: 1fr;
        max-width: 860px;
        gap: 20px;
    }

    .sv4-contact-copy {
        display: grid;
        grid-template-columns: 130px 1fr;
        gap: 10px 24px;
        align-items: center;
    }

    .sv4-contact-copy .sv4-kicker,
    .sv4-contact-copy h2,
    .sv4-contact-copy p,
    .sv4-contact-copy ul {
        grid-column: 2;
    }

    .sv4-contact-mascot {
        grid-row: 1 / span 4;
        width: 128px;
        margin: 0;
    }

    .sv4-contact-form {
        padding: 30px;
    }

    .sv4-form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .sv4-response-box {
        min-height: unset;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 10px 20px;
        align-items: center;
    }

    .sv4-response-box p {
        margin: 0;
    }

    .sv4-response-box span {
        grid-row: 1 / span 2;
        grid-column: 2;
    }

    .sv4-footer {
        padding-top: 40px;
    }

    .sv4-footer-grid {
        grid-template-columns: 1.15fr 1fr;
        gap: 34px 42px;
    }

    .sv4-footer-brand {
        grid-column: 1 / -1;
        max-width: 660px;
    }
}

@media (min-width: 769px) and (max-width: 899px) {
    .sv4-header-cta > .sv4-btn {
        display: none;
    }

    .sv4-hero-copy h1 {
        font-size: clamp(46px, 8vw, 60px);
    }

    .sv4-hero-visual {
        min-height: 380px;
    }

    .sv4-service-grid,
    .sv4-process-grid,
    .sv4-trust-bar {
        gap: 18px;
    }

    .sv4-advantage-meta {
        grid-template-columns: 1fr;
    }

    .sv4-side-mascot img,
    .sv4-side-mascot.sv4-image-slot {
        max-width: 230px;
    }
}
/* SCHMIDT_LANDING_PART4_TABLET_END */

/* SCHMIDT_LANDING_PART5_MOBILE_START */

/* Handy-Optimierung: iPhone/Android, 320px-767px */
@media (max-width: 767px) {
    html,
    body.sv4-body {
        width: 100%;
        overflow-x: hidden;
    }

    body.sv4-body {
        background:
            radial-gradient(circle at 92% 120px, rgba(31,103,255,.10), transparent 170px),
            linear-gradient(180deg, #f7fbff 0%, #ffffff 36%, #ffffff 100%);
    }

    .sv4-container {
        width: min(100% - 26px, 100%);
    }

    .sv4-header {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .sv4-header-inner {
        min-height: 70px;
        gap: 10px;
    }

    .sv4-brand {
        min-width: 0;
        display: inline-flex;
        align-items: center;
    }

    .sv4-brand img {
        width: 136px;
        max-height: 54px;
        object-fit: contain;
    }

    .sv4-header-cta {
        margin-left: auto;
    }

    .sv4-header-cta > .sv4-btn {
        display: none;
    }

    .sv4-menu-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        border-radius: 16px;
        background: rgba(255,255,255,.08);
    }

    .sv4-menu-toggle span {
        width: 22px;
        margin: 3px 0;
        transition: transform .22s ease, opacity .22s ease;
    }

    .sv4-menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .sv4-menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .sv4-menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

    .sv4-mobile-nav {
        position: fixed;
        left: 13px;
        right: 13px;
        top: 78px;
        display: none;
        max-height: calc(100dvh - 92px);
        overflow-y: auto;
        padding: 16px;
        border: 1px solid rgba(255,255,255,.10);
        border-radius: 24px;
        background:
            radial-gradient(circle at 90% 0%, rgba(130,214,21,.18), transparent 34%),
            linear-gradient(180deg, rgba(7,17,31,.98), rgba(3,8,18,.98));
        box-shadow: 0 26px 70px rgba(0,0,0,.38);
    }

    .sv4-mobile-nav.is-open {
        display: block;
    }

    .sv4-mobile-nav a {
        padding: 15px 12px;
        border-bottom: 1px solid rgba(255,255,255,.08);
        font-size: 16px;
    }

    .sv4-mobile-nav a:last-child {
        border-bottom: 0;
        margin-top: 12px;
        color: #fff;
        text-align: center;
    }

    body.sv4-mobile-menu-open {
        overflow: hidden;
    }

    .sv4-main {
        overflow: hidden;
    }

    .sv4-hero {
        padding: 22px 0 22px;
    }

    .sv4-hero::before {
        height: 460px;
        background:
            radial-gradient(circle at 92% 18%, rgba(31,103,255,.18), transparent 36%),
            radial-gradient(circle at 7% 10%, rgba(130,214,21,.14), transparent 34%);
    }

    .sv4-hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: left;
    }

    .sv4-kicker {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sv4-hero-copy h1 {
        font-size: clamp(36px, 12.8vw, 54px);
        line-height: .96;
        letter-spacing: -0.045em;
        margin-bottom: 14px;
    }

    .sv4-lead {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.55;
    }

    .sv4-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
        margin-top: 20px;
    }

    .sv4-btn {
        width: 100%;
        min-height: 52px;
        border-radius: 17px;
        padding: 0 18px;
        font-size: 15px;
    }

    .sv4-rating-row {
        margin-top: 18px;
        gap: 12px;
        align-items: flex-start;
        flex-direction: row;
    }

    .sv4-mini-avatars img,
    .sv4-mini-avatars span {
        width: 34px;
        height: 34px;
        border-width: 2px;
        font-size: 12px;
    }

    .sv4-rating-row strong {
        font-size: 13px;
    }

    .sv4-rating-row p {
        font-size: 13px;
        line-height: 1.35;
    }

    .sv4-hero-visual {
        min-height: unset;
        margin-top: 2px;
        padding: 2px 0 0;
    }

    .sv4-hero-visual img {
        width: 112%;
        max-width: none;
        margin-left: -6%;
        margin-right: -6%;
        filter: drop-shadow(0 18px 24px rgba(7,17,31,.10));
    }

    .sv4-image-slot-hero {
        min-height: 245px;
        border-radius: 24px;
    }

    .sv4-trust-bar {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 14px;
        padding: 14px;
        border-radius: 22px;
    }

    .sv4-trust-bar article {
        padding: 11px 12px;
        border-radius: 16px;
        background: rgba(244,248,253,.82);
    }

    .sv4-trust-bar strong {
        font-size: 16px;
    }

    .sv4-trust-bar span {
        font-size: 13px;
        line-height: 1.45;
    }

    .sv4-services,
    .sv4-process,
    .sv4-contact,
    .sv4-advantage {
        padding: 50px 0;
    }

    .sv4-section-head {
        margin-bottom: 22px;
        text-align: left;
    }

    .sv4-kicker-center {
        text-align: left;
    }

    .sv4-section-head h2,
    .sv4-process-intro h2,
    .sv4-advantage-copy h2,
    .sv4-contact-copy h2 {
        font-size: clamp(30px, 9.4vw, 42px);
        line-height: 1.03;
        letter-spacing: -0.04em;
    }

    .sv4-section-head p,
    .sv4-process-intro p,
    .sv4-advantage-copy p,
    .sv4-contact-copy p {
        font-size: 16px;
        line-height: 1.58;
    }

    .sv4-service-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sv4-service-card {
        border-radius: 24px;
    }

    .sv4-service-image {
        padding: 14px 14px 0;
    }

    .sv4-service-image img,
    .sv4-service-image .sv4-image-slot {
        width: 100%;
        border-radius: 18px;
    }

    .sv4-service-image img {
        max-height: 260px;
        object-fit: contain;
        background: linear-gradient(145deg, #f6faff, #ffffff);
    }

    .sv4-service-body {
        padding: 16px 17px 18px;
    }

    .sv4-service-body h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .sv4-service-body p {
        font-size: 15px;
        line-height: 1.52;
        margin-bottom: 10px;
    }

    .sv4-process::before {
        width: 100%;
        left: 0;
        height: 120px;
    }

    .sv4-process-intro {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 22px;
    }

    .sv4-process-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 13px;
    }

    .sv4-process-card {
        display: grid;
        grid-template-columns: 44px 1fr;
        gap: 0 14px;
        align-items: start;
        padding: 20px;
        border-radius: 22px;
    }

    .sv4-process-card span {
        grid-row: span 2;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .sv4-process-card h3 {
        font-size: 21px;
        margin: 1px 0 6px;
    }

    .sv4-process-card p {
        font-size: 15px;
        line-height: 1.52;
    }

    .sv4-advantage-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sv4-advantage-copy {
        border-radius: 30px 64px 30px 30px;
        padding: 28px 22px;
    }

    .sv4-advantage-copy ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 18px;
        font-size: 15px;
    }

    .sv4-advantage-meta {
        gap: 14px;
    }

    .sv4-stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .sv4-stats-grid article {
        border-radius: 20px;
        padding: 20px 12px;
    }

    .sv4-stats-grid strong {
        font-size: 28px;
    }

    .sv4-stats-grid span {
        font-size: 13px;
        line-height: 1.35;
    }

    .sv4-side-mascot {
        min-height: unset;
        display: flex;
        justify-content: center;
    }

    .sv4-side-mascot img,
    .sv4-side-mascot.sv4-image-slot {
        max-width: 245px;
        margin: 0 auto;
    }

    .sv4-contact-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sv4-contact-copy,
    .sv4-contact-form,
    .sv4-response-box {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .sv4-contact-mascot {
        width: 92px;
        margin-bottom: 8px;
    }

    .sv4-contact-copy ul {
        margin-top: 14px;
        font-size: 15px;
    }

    .sv4-form-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 11px;
    }

    .sv4-contact-form input,
    .sv4-contact-form textarea {
        min-height: 52px;
        border-radius: 15px;
        padding: 14px 15px;
        font-size: 16px;
    }

    .sv4-contact-form textarea {
        min-height: 118px;
    }

    .sv4-privacy {
        font-size: 13px;
        line-height: 1.45;
        margin: 14px 0 16px;
    }

    .sv4-response-box {
        min-height: unset;
    }

    .sv4-response-box strong {
        font-size: 20px;
    }

    .sv4-response-box p {
        font-size: 15px;
        margin-bottom: 0;
    }

    .sv4-response-box span {
        font-size: 34px;
        margin-top: 8px;
    }

    .sv4-footer {
        padding: 30px 0 20px;
    }

    .sv4-footer-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 22px;
        padding-bottom: 22px;
    }

    .sv4-footer-brand img {
        width: 150px;
    }

    .sv4-footer p,
    .sv4-footer li,
    .sv4-footer a {
        font-size: 15px;
        line-height: 1.62;
    }

    .sv4-footer-bottom {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        font-size: 13px;
    }
}

@media (max-width: 380px) {
    .sv4-container {
        width: min(100% - 22px, 100%);
    }

    .sv4-brand img {
        width: 122px;
    }

    .sv4-hero-copy h1 {
        font-size: 34px;
    }

    .sv4-lead {
        font-size: 16px;
    }

    .sv4-rating-row {
        flex-direction: column;
    }

    .sv4-stats-grid {
        grid-template-columns: 1fr;
    }

    .sv4-process-card {
        grid-template-columns: 1fr;
    }

    .sv4-process-card span {
        margin-bottom: 12px;
    }

    .sv4-hero-visual img {
        width: 122%;
        margin-left: -11%;
    }
}

@media (max-width: 900px) and (orientation: landscape) {
    .sv4-header-inner {
        min-height: 64px;
    }

    .sv4-mobile-nav {
        top: 72px;
        max-height: calc(100dvh - 84px);
    }

    .sv4-hero-grid {
        grid-template-columns: .95fr 1.05fr;
        align-items: center;
    }

    .sv4-hero-copy h1 {
        font-size: clamp(34px, 6.4vw, 48px);
    }

    .sv4-hero-visual img {
        width: 104%;
        margin-left: -2%;
    }

    .sv4-trust-bar {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* SCHMIDT_LANDING_PART5_MOBILE_END */

/* SCHMIDT_LANDING_PART6_ANIMATIONEN_START */

:root {
    --sv4-motion-fast: 180ms;
    --sv4-motion-mid: 420ms;
    --sv4-motion-slow: 760ms;
    --sv4-ease-out: cubic-bezier(.16, 1, .3, 1);
    --sv4-ease-soft: cubic-bezier(.22, .61, .36, 1);
}

.sv4-body {
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.sv4-header {
    transition:
        box-shadow var(--sv4-motion-mid) var(--sv4-ease-out),
        background var(--sv4-motion-mid) var(--sv4-ease-out),
        border-color var(--sv4-motion-mid) var(--sv4-ease-out);
}

.sv4-header.is-scrolled {
    background: rgba(5, 13, 25, .985);
    border-bottom-color: rgba(255,255,255,.12);
    box-shadow: 0 18px 50px rgba(2, 10, 23, .24);
}

.sv4-btn {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transform: translateZ(0);
    transition:
        transform var(--sv4-motion-fast) var(--sv4-ease-out),
        box-shadow var(--sv4-motion-mid) var(--sv4-ease-out),
        border-color var(--sv4-motion-mid) var(--sv4-ease-out),
        background var(--sv4-motion-mid) var(--sv4-ease-out);
}

.sv4-btn::after {
    content: "";
    position: absolute;
    inset: -80% -30%;
    z-index: -1;
    background: linear-gradient(115deg, transparent 36%, rgba(255,255,255,.46) 48%, transparent 60%);
    transform: translateX(-90%) rotate(8deg);
    transition: transform 740ms var(--sv4-ease-out);
}

.sv4-btn:hover {
    transform: translateY(-2px);
}

.sv4-btn:hover::after {
    transform: translateX(90%) rotate(8deg);
}

.sv4-btn:active {
    transform: translateY(0) scale(.985);
}

.sv4-hero {
    isolation: isolate;
}

.sv4-hero::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    bottom: -110px;
    height: 210px;
    z-index: -1;
    pointer-events: none;
    border-radius: 0 0 48% 52%;
    background:
        radial-gradient(ellipse at 15% 10%, rgba(31,103,255,.08), transparent 44%),
        linear-gradient(135deg, rgba(232,244,255,.72), rgba(255,255,255,0) 62%);
    transform: rotate(-2deg);
}

.sv4-hero-copy {
    animation: sv4HeroCopyIn 900ms var(--sv4-ease-out) both;
}

.sv4-hero-visual {
    animation: sv4HeroVisualIn 1100ms var(--sv4-ease-out) 120ms both;
}

.sv4-hero-visual img {
    transform-origin: center bottom;
    filter: drop-shadow(0 28px 38px rgba(7,17,31,.10));
    animation: sv4MascotFloat 6.8s ease-in-out infinite;
    will-change: transform;
}

.sv4-trust-bar {
    animation: sv4TrustIn 920ms var(--sv4-ease-out) 240ms both;
}

.sv4-service-card,
.sv4-process-card,
.sv4-stats-grid article,
.sv4-contact-copy,
.sv4-contact-form,
.sv4-response-box {
    transition:
        transform var(--sv4-motion-mid) var(--sv4-ease-out),
        box-shadow var(--sv4-motion-mid) var(--sv4-ease-out),
        border-color var(--sv4-motion-mid) var(--sv4-ease-out);
}

.sv4-service-card:hover,
.sv4-process-card:hover,
.sv4-stats-grid article:hover {
    transform: translateY(-8px);
    border-color: rgba(31,103,255,.34);
    box-shadow: 0 28px 72px rgba(8, 28, 69, .14);
}

.sv4-service-image {
    overflow: hidden;
}

.sv4-service-image img {
    transform-origin: center bottom;
    transition:
        transform 620ms var(--sv4-ease-out),
        filter 620ms var(--sv4-ease-out);
}

.sv4-service-card:hover .sv4-service-image img {
    transform: scale(1.035) translateY(-3px);
    filter: saturate(1.08) contrast(1.02);
}

.sv4-process-card span {
    box-shadow: 0 0 0 0 rgba(31,103,255,.22);
    transition:
        box-shadow var(--sv4-motion-mid) var(--sv4-ease-out),
        transform var(--sv4-motion-mid) var(--sv4-ease-out);
}

.sv4-process-card:hover span {
    transform: scale(1.08);
    box-shadow: 0 0 0 10px rgba(31,103,255,.10);
}

.sv4-advantage-copy {
    position: relative;
    overflow: hidden;
}

.sv4-advantage-copy::after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    right: -90px;
    top: -100px;
    pointer-events: none;
    background: radial-gradient(circle, rgba(130,214,21,.24), transparent 64%);
    animation: sv4SoftGlow 7s ease-in-out infinite;
}

.sv4-side-mascot img,
.sv4-contact-mascot {
    animation: sv4MascotFloat 7.2s ease-in-out infinite;
    filter: drop-shadow(0 22px 32px rgba(7,17,31,.10));
}

.sv4-contact-form input,
.sv4-contact-form textarea {
    transition:
        border-color var(--sv4-motion-fast) var(--sv4-ease-out),
        box-shadow var(--sv4-motion-fast) var(--sv4-ease-out),
        background var(--sv4-motion-fast) var(--sv4-ease-out);
}

.sv4-contact-form input:focus,
.sv4-contact-form textarea:focus {
    outline: none;
    border-color: rgba(31,103,255,.68);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(31,103,255,.10);
}

.sv4-response-box span {
    transform-origin: center;
    animation: sv4ClockTick 3.8s ease-in-out infinite;
}

[data-sv4-reveal] {
    opacity: 0;
    transform: translateY(28px) scale(.985);
    filter: blur(6px);
    transition:
        opacity 740ms var(--sv4-ease-out),
        transform 740ms var(--sv4-ease-out),
        filter 740ms var(--sv4-ease-out);
}

[data-sv4-reveal].is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
}

[data-sv4-stagger="1"] { transition-delay: 60ms; }
[data-sv4-stagger="2"] { transition-delay: 120ms; }
[data-sv4-stagger="3"] { transition-delay: 180ms; }
[data-sv4-stagger="4"] { transition-delay: 240ms; }
[data-sv4-stagger="5"] { transition-delay: 300ms; }

.sv4-process-grid {
    position: relative;
}

@media (min-width: 1025px) {
    .sv4-process-grid::before {
        content: "";
        position: absolute;
        left: 12%;
        right: 12%;
        top: 48px;
        height: 2px;
        z-index: -1;
        background: linear-gradient(90deg, transparent, rgba(31,103,255,.28), transparent);
        transform: scaleX(.2);
        transform-origin: left center;
        transition: transform 1000ms var(--sv4-ease-out);
    }

    .sv4-process-grid.is-visible::before {
        transform: scaleX(1);
    }
}

@keyframes sv4HeroCopyIn {
    from { opacity: 0; transform: translateY(22px); filter: blur(8px); }
    to { opacity: 1; transform: translateY(0); filter: blur(0); }
}

@keyframes sv4HeroVisualIn {
    from { opacity: 0; transform: translateX(42px) scale(.97); filter: blur(8px); }
    to { opacity: 1; transform: translateX(0) scale(1); filter: blur(0); }
}

@keyframes sv4TrustIn {
    from { opacity: 0; transform: translateY(26px) scale(.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes sv4MascotFloat {
    0%, 100% { transform: translateY(0) rotate(.001deg); }
    50% { transform: translateY(-10px) rotate(.001deg); }
}

@keyframes sv4SoftGlow {
    0%, 100% { transform: translate3d(0,0,0) scale(1); opacity: .85; }
    50% { transform: translate3d(-24px,18px,0) scale(1.12); opacity: 1; }
}

@keyframes sv4ClockTick {
    0%, 100% { transform: rotate(0deg) scale(1); }
    45% { transform: rotate(-5deg) scale(1.04); }
    55% { transform: rotate(5deg) scale(1.04); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }

    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }

    [data-sv4-reveal] {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
    }
}

@media (max-width: 767px) {
    .sv4-hero-visual img,
    .sv4-side-mascot img,
    .sv4-contact-mascot {
        animation: none;
    }

    .sv4-service-card:hover,
    .sv4-process-card:hover,
    .sv4-stats-grid article:hover {
        transform: none;
    }

    [data-sv4-reveal] {
        filter: none;
    }
}

/* SCHMIDT_LANDING_PART6_ANIMATIONEN_END */

/* SCHMIDT_LANDING_PART7_PERFORMANCE_SEO_START */

/* Performance: below-the-fold Sections werden erst bei Bedarf vollständig gemalt */
@supports (content-visibility: auto) {
    .sv4-services,
    .sv4-process,
    .sv4-advantage,
    .sv4-contact,
    .sv4-footer {
        content-visibility: auto;
        contain-intrinsic-size: 1px 900px;
    }
}

/* Stabilere Bildslots gegen Layout-Shift */
.sv4-hero-visual,
.sv4-service-image,
.sv4-side-mascot,
.sv4-contact-mascot {
    contain: layout paint;
}

.sv4-service-image img,
.sv4-hero-visual img,
.sv4-side-mascot img,
.sv4-contact-mascot {
    backface-visibility: hidden;
}

/* bessere Tastaturbedienung */
.sv4-btn:focus-visible,
.sv4-nav a:focus-visible,
.sv4-mobile-nav a:focus-visible,
.sv4-footer a:focus-visible,
.sv4-contact-form input:focus-visible,
.sv4-contact-form textarea:focus-visible,
.sv4-contact-form button:focus-visible {
    outline: 3px solid rgba(130,214,21,.72);
    outline-offset: 3px;
}

/* Druckansicht für Angebote/Anfragen nicht mit dunkler Website-Navigation überladen */
@media print {
    .sv4-header,
    .sv4-footer,
    .sv4-hero-visual,
    .sv4-service-image,
    .sv4-side-mascot,
    .sv4-contact-mascot,
    .sv4-response-box {
        display: none !important;
    }

    body.sv4-body {
        background: #fff !important;
        color: #111 !important;
    }

    .sv4-container {
        width: 100% !important;
    }

    .sv4-hero,
    .sv4-services,
    .sv4-process,
    .sv4-advantage,
    .sv4-contact {
        padding: 18px 0 !important;
    }

    a::after {
        content: " (" attr(href) ")";
        font-size: 10px;
    }
}

/* SCHMIDT_LANDING_PART7_PERFORMANCE_SEO_END */

/* SCHMIDT_LANDING_RANDOM_HERO_DORTMUND_START */
.sv4-hero-visual,
.sv4-hero-visual picture,
.sv4-hero-visual .sv4-image-slot-hero {
    background: transparent !important;
}

.sv4-hero-visual img.sv4-random-hero-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.sv4-service-image {
    background: transparent !important;
    box-shadow: none !important;
}

.sv4-service-image img.sv4-transparent-cutout {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain !important;
    background: transparent !important;
    mix-blend-mode: normal;
    filter: drop-shadow(0 14px 24px rgba(8, 28, 69, .10));
}

.sv4-service-card .sv4-service-image {
    overflow: visible;
}

.sv4-service-card .sv4-service-image::before,
.sv4-service-card .sv4-service-image::after {
    background: transparent !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .sv4-service-image img.sv4-transparent-cutout {
        max-height: 315px;
    }
}
/* SCHMIDT_LANDING_RANDOM_HERO_DORTMUND_END */

/* SCHMIDT_HERO_FRAMELESS_PATCH_20260605_START */
/* Part 1: Hero-Bild optisch rahmenlos machen, ohne die Originalbilder zu zerstören.
   Problem: die Hero-Dateien haben einen hellen rechteckigen Bildhintergrund. Dieser Block
   überblendet und maskiert nur die harten Außenkanten, damit das Motiv in den Verlauf läuft. */
.sv4-home-page .sv4-hero .sv4-hero-visual {
    position: relative !important;
    isolation: isolate !important;
    overflow: visible !important;
    contain: layout !important;
}

.sv4-home-page .sv4-hero .sv4-hero-visual::before {
    content: "";
    position: absolute;
    inset: 3% -9% -7% -12%;
    z-index: -1;
    pointer-events: none;
    border-radius: 52% 48% 42% 58% / 44% 52% 48% 56%;
    background:
        radial-gradient(ellipse at 42% 38%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.34) 32%, rgba(255,255,255,0) 70%),
        radial-gradient(ellipse at 70% 48%, rgba(31,103,255,.10) 0%, rgba(31,103,255,.05) 42%, rgba(31,103,255,0) 76%),
        radial-gradient(ellipse at 18% 48%, rgba(130,214,21,.09) 0%, rgba(130,214,21,0) 64%);
    filter: blur(18px);
    opacity: .92;
}

.sv4-home-page .sv4-hero .sv4-hero-visual::after {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 4;
    pointer-events: none;
    background:
        linear-gradient(90deg,
            rgba(248,251,255,.98) 0%,
            rgba(248,251,255,.72) 5%,
            rgba(248,251,255,0) 17%,
            rgba(237,245,255,0) 82%,
            rgba(237,245,255,.64) 93%,
            rgba(237,245,255,.96) 100%),
        linear-gradient(180deg,
            rgba(248,251,255,.92) 0%,
            rgba(248,251,255,0) 13%,
            rgba(237,245,255,0) 74%,
            rgba(237,245,255,.72) 91%,
            rgba(237,245,255,.94) 100%);
}

.sv4-home-page .sv4-hero .sv4-hero-visual img {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transform-origin: center bottom;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse 88% 70% at 52% 51%, #000 0%, #000 58%, rgba(0,0,0,.94) 70%, rgba(0,0,0,.48) 86%, transparent 100%);
    mask-image: radial-gradient(ellipse 88% 70% at 52% 51%, #000 0%, #000 58%, rgba(0,0,0,.94) 70%, rgba(0,0,0,.48) 86%, transparent 100%);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

@supports ((mask-composite: intersect) or (-webkit-mask-composite: source-in)) {
    .sv4-home-page .sv4-hero .sv4-hero-visual img {
        -webkit-mask-image:
            linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 5%, #000 15%, #000 84%, rgba(0,0,0,.42) 94%, transparent 100%),
            linear-gradient(180deg, transparent 0%, rgba(0,0,0,.42) 7%, #000 16%, #000 74%, rgba(0,0,0,.50) 90%, transparent 100%);
        mask-image:
            linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 5%, #000 15%, #000 84%, rgba(0,0,0,.42) 94%, transparent 100%),
            linear-gradient(180deg, transparent 0%, rgba(0,0,0,.42) 7%, #000 16%, #000 74%, rgba(0,0,0,.50) 90%, transparent 100%);
        -webkit-mask-composite: source-in;
        mask-composite: intersect;
    }
}

@media (min-width: 1100px) {
    .sv4-home-page .sv4-hero .sv4-hero-visual {
        margin-right: -118px !important;
        min-height: 610px !important;
    }
    .sv4-home-page .sv4-hero .sv4-hero-visual img {
        width: min(1040px, 69vw) !important;
        max-width: none !important;
    }
}

@media (min-width: 769px) and (max-width: 1099px) {
    .sv4-home-page .sv4-hero .sv4-hero-visual::after {
        background:
            linear-gradient(90deg, rgba(248,251,255,.98) 0%, rgba(248,251,255,0) 16%, rgba(237,245,255,0) 82%, rgba(237,245,255,.96) 100%),
            linear-gradient(180deg, rgba(248,251,255,.90) 0%, rgba(248,251,255,0) 14%, rgba(237,245,255,0) 76%, rgba(237,245,255,.90) 100%);
    }
}

@media (max-width: 768px) {
    .sv4-home-page .sv4-hero .sv4-hero-visual {
        min-height: 300px !important;
    }
    .sv4-home-page .sv4-hero .sv4-hero-visual::before {
        inset: 4% -6% -6% -6%;
        filter: blur(12px);
    }
    .sv4-home-page .sv4-hero .sv4-hero-visual::after {
        background:
            linear-gradient(90deg, rgba(248,251,255,.95) 0%, rgba(248,251,255,0) 16%, rgba(237,245,255,0) 84%, rgba(237,245,255,.95) 100%),
            linear-gradient(180deg, rgba(248,251,255,.90) 0%, rgba(248,251,255,0) 15%, rgba(237,245,255,0) 76%, rgba(237,245,255,.90) 100%);
    }
    .sv4-home-page .sv4-hero .sv4-hero-visual img {
        mix-blend-mode: normal;
        -webkit-mask-image: radial-gradient(ellipse 96% 80% at 52% 50%, #000 0%, #000 63%, rgba(0,0,0,.72) 84%, transparent 100%);
        mask-image: radial-gradient(ellipse 96% 80% at 52% 50%, #000 0%, #000 63%, rgba(0,0,0,.72) 84%, transparent 100%);
    }
}
/* SCHMIDT_HERO_FRAMELESS_PATCH_20260605_END */


/* SCHMIDT_LANDING_PART2_HERO_FOG_RESET_START */
.sv4-hero-visual,
.sv4-hero-visual picture,
.sv4-hero-visual::before,
.sv4-hero-visual::after {
    background: transparent !important;
}

.sv4-hero-visual::before,
.sv4-hero-visual::after {
    content: none !important;
    display: none !important;
}

.sv4-hero-visual img,
.sv4-hero-visual img.sv4-random-hero-image {
    opacity: 1 !important;
    -webkit-mask-image: none !important;
    mask-image: none !important;
    background: transparent !important;
    filter: drop-shadow(0 22px 30px rgba(8, 28, 69, .10)) !important;
}
.sv4-hero-visual img,
.sv4-hero-visual img.sv4-random-hero-image {
    mix-blend-mode: normal !important;
}
@media (min-width: 1100px) {
    .sv4-hero-visual img,
    .sv4-hero-visual img.sv4-random-hero-image {
        width: min(1000px, 68vw) !important;
        max-width: none !important;
    }
}
/* SCHMIDT_LANDING_PART2_HERO_FOG_RESET_END */

/* SCHMIDT_SERVICEBILDER_PART2_20260605_START */
.sv4-home-page .sv4-services {
    background:
        radial-gradient(circle at 10% 10%, rgba(31,103,255,.05), transparent 28%),
        radial-gradient(circle at 90% 18%, rgba(130,214,21,.045), transparent 30%),
        #f8fbff;
}
.sv4-home-page .sv4-service-card {
    overflow: visible !important;
    background: rgba(255,255,255,.74) !important;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.sv4-home-page .sv4-service-image {
    position: relative !important;
    min-height: clamp(220px, 19vw, 315px) !important;
    padding: 10px 12px 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
}
.sv4-home-page .sv4-service-image::before,
.sv4-home-page .sv4-service-image::after {
    content: none !important;
    display: none !important;
}
.sv4-home-page .sv4-service-image img,
.sv4-home-page .sv4-service-image img.sv4-transparent-cutout,
.sv4-home-page .sv4-service-image img.sv4-service-cutout-img {
    display: block !important;
    width: auto !important;
    max-width: 118% !important;
    height: auto !important;
    max-height: clamp(245px, 22vw, 350px) !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    mix-blend-mode: normal !important;
    filter: drop-shadow(0 18px 22px rgba(8,28,69,.10)) !important;
}
.sv4-home-page .sv4-service-card:hover .sv4-service-image img {
    transform: translateY(-8px) scale(1.035) !important;
}
@media (max-width: 900px) {
    .sv4-home-page .sv4-service-image { min-height: 235px !important; }
    .sv4-home-page .sv4-service-image img,
    .sv4-home-page .sv4-service-image img.sv4-transparent-cutout { max-height: 270px !important; max-width: 105% !important; }
}
/* SCHMIDT_SERVICEBILDER_PART2_20260605_END */

/* SCHMIDT_SERVICE_IMAGES_PART2_NEW_SCENES_20260605_START */
.sv4-home-page .sv4-service-grid {
    align-items: stretch !important;
}

.sv4-home-page .sv4-service-card {
    height: 100% !important;
    min-height: 438px !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
}

.sv4-home-page .sv4-service-image {
    height: 268px !important;
    min-height: 268px !important;
    flex: 0 0 268px !important;
    padding: 12px 12px 0 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    overflow: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    contain: layout !important;
}

.sv4-home-page .sv4-service-image::before,
.sv4-home-page .sv4-service-image::after {
    background: transparent !important;
    box-shadow: none !important;
}

.sv4-home-page .sv4-service-image img.sv4-transparent-cutout {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 258px !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    mix-blend-mode: normal !important;
    filter: drop-shadow(0 16px 18px rgba(8, 28, 69, .10)) !important;
}

.sv4-home-page .sv4-service-body {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 18px !important;
}

.sv4-home-page .sv4-service-body h3 {
    margin-top: 0 !important;
}

.sv4-home-page .sv4-service-body p {
    flex: 1 1 auto !important;
}

.sv4-home-page .sv4-service-body a {
    margin-top: auto !important;
    align-self: flex-start !important;
}

@media (min-width: 1201px) {
    .sv4-home-page .sv4-service-image {
        height: 262px !important;
        min-height: 262px !important;
        flex-basis: 262px !important;
    }
    .sv4-home-page .sv4-service-image img.sv4-transparent-cutout {
        max-height: 252px !important;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .sv4-home-page .sv4-service-card {
        min-height: 462px !important;
    }
    .sv4-home-page .sv4-service-image {
        height: 296px !important;
        min-height: 296px !important;
        flex-basis: 296px !important;
    }
    .sv4-home-page .sv4-service-image img.sv4-transparent-cutout {
        max-height: 286px !important;
    }
}

@media (max-width: 768px) {
    .sv4-home-page .sv4-service-card {
        min-height: 0 !important;
    }
    .sv4-home-page .sv4-service-image {
        height: 282px !important;
        min-height: 282px !important;
        flex-basis: 282px !important;
    }
    .sv4-home-page .sv4-service-image img.sv4-transparent-cutout {
        max-height: 272px !important;
    }
}
/* SCHMIDT_SERVICE_IMAGES_PART2_NEW_SCENES_20260605_END */

/* SCHMIDT_NAV_PREISRECHNER_RESTORE_20260605_START */
.sv4-header-fullnav { z-index: 1200; }
.sv4-header-fullnav .sv4-header-inner { gap: 14px; }
.sv4-header-fullnav .sv4-brand { flex: 0 0 auto; }
.sv4-header-fullnav .sv4-brand img { width: 178px; max-height: 68px; object-fit: contain; }
.sv4-nav-full { flex: 1 1 auto; justify-content: center; gap: 4px; min-width: 0; }
.sv4-nav-group { position: relative; display: flex; align-items: center; min-height: 96px; }
.sv4-nav-link { min-height: 42px; display: inline-flex; align-items: center; gap: 5px; border-radius: 999px; padding: 0 10px; color: #fff; font-weight: 800; font-size: 14px; white-space: nowrap; opacity: .94; }
.sv4-nav-link:hover,
.sv4-nav-link.is-active,
.sv4-nav-group.is-active > .sv4-nav-link,
.sv4-nav-link[aria-current="page"] { background: rgba(255,255,255,.10); opacity: 1; color: #fff; }
.sv4-nav-price { background: rgba(130,214,21,.16); color: #dfffbd; }
.sv4-nav-mega { position: absolute; left: 50%; top: calc(100% - 8px); width: min(720px, calc(100vw - 36px)); transform: translate(-50%, 8px); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(7,17,31,.98); box-shadow: 0 28px 90px rgba(0,0,0,.34); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.sv4-nav-group:hover .sv4-nav-mega,
.sv4-nav-group:focus-within .sv4-nav-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.sv4-nav-mega a { display: flex; align-items: center; min-height: 44px; padding: 10px 12px; border-radius: 14px; color: #fff; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.07); font-weight: 800; line-height: 1.2; }
.sv4-nav-mega a:hover,
.sv4-nav-mega a.is-active { background: rgba(130,214,21,.16); border-color: rgba(130,214,21,.34); color: #ecffd9; }
.sv4-price-cta { color: var(--sv4-blue); background: #fff; border-color: rgba(255,255,255,.35); box-shadow: none; }
.sv4-mobile-nav-full .sv4-mobile-direct { display: block; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; padding: 13px 14px; margin-bottom: 8px; background: rgba(255,255,255,.07); color: #fff; font-weight: 900; text-align: center; }
.sv4-mobile-nav-full .sv4-mobile-price { background: linear-gradient(180deg, #9be11a 0%, var(--sv4-green) 100%); color: #fff; border-color: transparent; }
.sv4-mobile-section { border: 1px solid rgba(255,255,255,.10); border-radius: 18px; overflow: hidden; margin-top: 9px; background: rgba(255,255,255,.045); }
.sv4-mobile-section > button { width: 100%; min-height: 52px; border: 0; background: transparent; color: #fff; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 14px; font: inherit; font-weight: 900; cursor: pointer; }
.sv4-mobile-section > button b { width: 28px; height: 28px; border-radius: 10px; display: grid; place-items: center; background: rgba(255,255,255,.10); color: #dfffbd; transition: transform .18s ease; }
.sv4-mobile-section.is-open > button b { transform: rotate(45deg); background: rgba(130,214,21,.20); }
.sv4-mobile-section-panel { display: grid; gap: 6px; padding: 0 10px 10px; }
.sv4-mobile-section-panel a { display: block; padding: 11px 12px; border-radius: 13px; color: #fff; background: rgba(255,255,255,.06); border: 0; font-weight: 760; }
.sv4-mobile-section-panel a.is-active,
.sv4-mobile-section-panel a:hover { background: rgba(130,214,21,.16); color: #ecffd9; }
.sv4-mobile-section-panel .sv4-mobile-overview { background: #fff; color: var(--sv4-blue); font-weight: 950; }
.sv4-mobile-quick-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.sv4-mobile-quick-grid a { display: grid; place-items: center; min-height: 46px; padding: 10px; border: 0; border-radius: 14px; background: rgba(255,255,255,.08); color: #fff; text-align: center; font-weight: 850; }
.sv4-mobile-quick-grid a.is-active { background: rgba(130,214,21,.20); color: #ecffd9; }
@media (max-width: 1320px) {
    .sv4-header-fullnav .sv4-brand img { width: 152px; }
    .sv4-nav-link { padding: 0 8px; font-size: 13px; }
    .sv4-header-fullnav .sv4-header-cta > .sv4-price-cta { display: none; }
}
@media (max-width: 1220px) {
    .sv4-nav-full { display: none !important; }
    .sv4-menu-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }
    .sv4-header-fullnav .sv4-header-cta > .sv4-btn { min-height: 46px; padding: 0 16px; }
}
@media (min-width: 768px) and (max-width: 1220px) {
    .sv4-mobile-nav.is-open { display: block; width: min(960px, calc(100% - 48px)); max-height: calc(100dvh - 110px); overflow-y: auto; margin: 0 auto; padding: 18px 0 24px; border-top: 1px solid rgba(255,255,255,.10); }
    .sv4-mobile-nav-full .sv4-mobile-direct,
    .sv4-mobile-section,
    .sv4-mobile-quick-grid { width: min(760px, 100%); margin-left: auto; margin-right: auto; }
    .sv4-mobile-section-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
    .sv4-mobile-nav-full .sv4-mobile-direct { margin-bottom: 8px; }
    .sv4-mobile-nav-full a:last-child { margin-top: 0; text-align: center; }
    .sv4-mobile-section-panel a { font-size: 15px; }
    .sv4-mobile-quick-grid { grid-template-columns: 1fr 1fr; }
}
/* SCHMIDT_NAV_PREISRECHNER_RESTORE_20260605_END */
