{"id":50576,"date":"2026-03-09T20:36:43","date_gmt":"2026-03-09T19:36:43","guid":{"rendered":"https:\/\/gambtec.de\/sicherstellung\/"},"modified":"2026-03-23T10:33:12","modified_gmt":"2026-03-23T09:33:12","slug":"sicherstellung","status":"publish","type":"page","link":"https:\/\/gambtec.de\/en_US\/sicherstellung\/","title":{"rendered":"Fahrzeugsicherstellung Berlin \u2013 Sicherstellung f\u00fcr Insolvenzverwalter &#038; Banken"},"content":{"rendered":"\n<style>\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    :root {\n      --bg:        #0d0d0d;\n      --bg2:       #141414;\n      --bg3:       #1c1c1c;\n      --bg4:       #222;\n      --border:    #2a2a2a;\n      --border2:   #333;\n      --text:      #e2e2e2;\n      --muted:     #666;\n      --muted2:    #999;\n      --red:       #c41a1a;\n      --red2:      #8c1212;\n      --white:     #ffffff;\n      --font:      'Inter', 'Helvetica Neue', Arial, sans-serif;\n    }\n\n    html { scroll-behavior: smooth; }\n    body {\n      background: var(--bg);\n      color: var(--text);\n      font-family: var(--font);\n      font-size: 16px;\n      line-height: 1.6;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    nav {\n      position: fixed;\n      top: 0; left: 0; right: 0;\n      z-index: 200;\n      height: 62px;\n      background: rgba(13,13,13,0.94);\n      backdrop-filter: blur(14px);\n      border-bottom: 1px solid var(--border);\n      display: flex;\n      align-items: center;\n      padding: 0 48px;\n    }\n    .nav-inner {\n      max-width: 1280px;\n      margin: 0 auto;\n      width: 100%;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n    }\n    .logo { text-decoration: none; display: flex; align-items: center; gap: 14px; }\n    .logo-wordmark { font-size: 17px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: var(--white); }\n    .logo-wordmark span { color: var(--red); }\n    .logo-sep { width: 1px; height: 16px; background: var(--border2); }\n    .logo-tagline { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); }\n    .nav-links { display: flex; align-items: center; gap: 30px; list-style: none; }\n    .nav-links a { color: #ccc; text-decoration: none; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 500; transition: color 0.2s; }\n    .nav-links a:hover { color: var(--white); }\n    .nav-cta { background: var(--red) !important; color: var(--white) !important; padding: 8px 20px; font-size: 11px !important; letter-spacing: 0.12em !important; transition: background 0.2s !important; }\n    .nav-cta:hover { background: #a81515 !important; }\n\n    .hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 100vh; padding-top: 62px; }\n    .hero-left { background: var(--bg); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; position: relative; overflow: hidden; }\n    .hero-left::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px); background-size: 72px 72px; opacity: 0.25; pointer-events: none; }\n    .hero-left::after { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 50%, rgba(196,26,26,0.08) 0%, transparent 70%); pointer-events: none; }\n    .hero-left-content { position: relative; z-index: 1; }\n    .hero-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--red); margin-bottom: 36px; }\n    .hero-eyebrow::after { content: ''; display: block; width: 36px; height: 1px; background: var(--red); }\n    .hero h1 { font-size: clamp(40px, 5.5vw, 80px); font-weight: 800; line-height: 1.04; letter-spacing: -0.025em; color: var(--white); margin-bottom: 28px; }\n    .hero h1 em { font-style: normal; color: var(--red); }\n    .hero-desc { font-size: 15px; color: var(--muted2); line-height: 1.8; max-width: 420px; margin-bottom: 44px; }\n    .hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }\n    .btn-primary { background: var(--red); color: var(--white); padding: 13px 28px; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: none; cursor: pointer; transition: background 0.2s, transform 0.1s; display: inline-flex; align-items: center; gap: 10px; }\n    .btn-primary:hover { background: #a81515; transform: translateY(-1px); }\n    .btn-ghost { background: transparent; color: var(--muted2); padding: 13px 28px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none; border: 1px solid var(--border2); cursor: pointer; transition: border-color 0.2s, color 0.2s; display: inline-flex; align-items: center; gap: 10px; }\n    .btn-ghost:hover { border-color: #555; color: var(--white); }\n    .hero-right { background: var(--bg2); border-left: 1px solid var(--border); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }\n    .stats-stack { display: flex; flex-direction: column; }\n    .stat-row { display: flex; align-items: center; justify-content: space-between; padding: 32px 0; border-bottom: 1px solid var(--border); }\n    .stat-row:first-child { border-top: 1px solid var(--border); }\n    .stat-big { font-size: 58px; font-weight: 900; letter-spacing: -0.04em; color: var(--white); line-height: 1; }\n    .stat-big span { color: var(--red); }\n    .stat-right { text-align: right; }\n    .stat-title { font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 4px; }\n    .stat-sub { font-size: 12px; color: var(--muted); max-width: 200px; text-align: right; line-height: 1.5; }\n    .hero-badge { margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; align-items: center; gap: 10px; font-size: 11px; color: var(--muted); letter-spacing: 0.06em; }\n    .hero-badge-dot { width: 7px; height: 7px; background: var(--red); border-radius: 50%; flex-shrink: 0; }\n\n    section { padding: 96px 48px; }\n    .section-inner { max-width: 1280px; margin: 0 auto; }\n    .section-header { display: flex; align-items: flex-end; justify-content: space-between; border-bottom: 1px solid var(--border); padding-bottom: 24px; margin-bottom: 56px; }\n    .section-label { font-size: 10px; letter-spacing: 0.25em; text-transform: uppercase; color: var(--red); margin-bottom: 8px; }\n    .section-title { font-size: clamp(26px, 3vw, 44px); font-weight: 800; letter-spacing: -0.02em; color: var(--white); line-height: 1.1; }\n    .section-count { font-size: 72px; font-weight: 900; color: var(--bg3); letter-spacing: -0.04em; line-height: 1; user-select: none; }\n\n    #leistungen { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }\n    .services-list { display: flex; flex-direction: column; }\n    .service-row { display: grid; grid-template-columns: 52px 1fr 2fr 28px; align-items: center; gap: 40px; padding: 26px 0; border-bottom: 1px solid var(--border); cursor: default; transition: background 0.2s; border-radius: 0; position: relative; }\n    .service-row::before { content: ''; position: absolute; left: -48px; right: -48px; top: 0; bottom: 0; background: var(--bg3); opacity: 0; transition: opacity 0.2s; pointer-events: none; }\n    .service-row:hover::before { opacity: 1; }\n    .service-row > * { position: relative; z-index: 1; }\n    .service-num { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; color: var(--muted); }\n    .service-name { font-size: 17px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; }\n    .service-desc { font-size: 14px; color: var(--muted2); line-height: 1.65; }\n    .service-arrow { color: var(--red); font-size: 18px; opacity: 0; transition: opacity 0.2s, transform 0.2s; }\n    .service-row:hover .service-arrow { opacity: 1; transform: translateX(4px); }\n\n    #ueber { background: var(--bg); }\n    .about-split { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }\n    .about-left { background: var(--bg2); padding: 56px 52px; }\n    .about-right { background: var(--bg3); padding: 56px 52px; }\n    .panel-label { font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); margin-bottom: 40px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }\n    .big-year { font-size: 108px; font-weight: 900; letter-spacing: -0.04em; color: var(--red); line-height: 1; margin-bottom: 12px; }\n    .big-year-sub { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); margin-bottom: 32px; }\n    .about-body { font-size: 14px; color: var(--muted2); line-height: 1.8; margin-bottom: 32px; }\n    .pill-list { display: flex; flex-wrap: wrap; gap: 8px; }\n    .pill { background: var(--bg3); border: 1px solid var(--border2); font-size: 11px; padding: 5px 13px; letter-spacing: 0.06em; color: var(--muted2); font-weight: 500; }\n    .about-list { display: flex; flex-direction: column; gap: 20px; list-style: none; }\n    .about-list li { font-size: 14px; color: var(--muted2); line-height: 1.65; padding-left: 20px; position: relative; }\n    .about-list li::before { content: '\u2014'; position: absolute; left: 0; color: var(--red); font-weight: 700; }\n    .about-right-title { font-size: 28px; font-weight: 800; color: var(--white); letter-spacing: -0.02em; margin-bottom: 28px; line-height: 1.2; }\n    .feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px; padding-top: 32px; border-top: 1px solid var(--border); }\n    .feature { border-left: 2px solid var(--border); padding-left: 14px; transition: border-color 0.2s; }\n    .feature:hover { border-color: var(--red); }\n    .feature-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }\n    .feature-text { font-size: 12px; color: var(--muted); line-height: 1.5; });\n      margin-bottom: 40px;\n      padding-bottom: 16px;\n      border-bottom: 1px solid var(--border);\n    }\n\n    \/* Big year \u2014 V1 style but in brighter red *\/\n    .big-year {\n      font-size: 108px;\n      font-weight: 900;\n      letter-spacing: -0.04em;\n      color: var(--red);\n      line-height: 1;\n      margin-bottom: 12px;\n    }\n    .big-year-sub {\n      font-size: 11px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 32px;\n    }\n    .about-body {\n      font-size: 14px;\n      color: var(--muted2);\n      line-height: 1.8;\n      margin-bottom: 32px;\n    }\n\n    \/* Pill tags from V2 *\/\n    .pill-list { display: flex; flex-wrap: wrap; gap: 8px; }\n    .pill {\n      background: var(--bg3);\n      border: 1px solid var(--border2);\n      font-size: 11px;\n      padding: 5px 13px;\n      letter-spacing: 0.06em;\n      color: var(--muted2);\n      font-weight: 500;\n    }\n\n    \/* Feature list from V2 \u2014 dash style *\/\n    .about-list { display: flex; flex-direction: column; gap: 20px; list-style: none; }\n    .about-list li {\n      font-size: 14px;\n      color: var(--muted2);\n      line-height: 1.65;\n      padding-left: 20px;\n      position: relative;\n    }\n    .about-list li::before {\n      content: '\u2014';\n      position: absolute;\n      left: 0;\n      color: var(--red);\n      font-weight: 700;\n    }\n\n    .about-right-title {\n      font-size: 28px;\n      font-weight: 800;\n      color: var(--white);\n      letter-spacing: -0.02em;\n      margin-bottom: 28px;\n      line-height: 1.2;\n    }\n\n    \/* Feature 2x2 grid from V1 *\/\n    .feature-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 24px;\n      margin-top: 36px;\n      padding-top: 32px;\n      border-top: 1px solid var(--border);\n    }\n    .feature {\n      border-left: 2px solid var(--border);\n      padding-left: 14px;\n      transition: border-color 0.2s;\n    }\n    .feature:hover { border-color: var(--red); }\n    .feature-title { font-size: 13px; font-weight: 700; color: var(--white); margin-bottom: 4px; }\n    .feature-text { font-size: 12px; color: var(--muted); line-height: 1.5; }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       BRANCHEN \u2014 table (V2) on dark (V1)\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    #branchen {\n      background: var(--bg2);\n      border-top: 1px solid var(--border);\n    }\n\n    .branchen-table { width: 100%; border-collapse: collapse; }\n    .branchen-table tr {\n      border-bottom: 1px solid var(--border);\n      transition: background 0.15s;\n    }\n    .branchen-table tr:first-child { border-top: 1px solid var(--border); }\n    .branchen-table tr:hover { background: var(--bg3); }\n    .branchen-table td {\n      padding: 20px 0;\n      font-size: 14px;\n      color: var(--text);\n      font-weight: 500;\n      vertical-align: middle;\n    }\n    .branchen-table td:first-child {\n      width: 48px;\n      color: var(--muted);\n      font-size: 11px;\n      letter-spacing: 0.12em;\n    }\n    .branchen-table td:nth-child(2) {\n      font-size: 16px;\n      font-weight: 700;\n      color: var(--white);\n      width: 260px;\n    }\n    .branchen-table td:nth-child(3) {\n      color: var(--muted2);\n      font-size: 13px;\n    }\n    .branchen-table td:last-child {\n      text-align: right;\n      color: var(--muted);\n      font-size: 11px;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n    }\n    .branchen-table tr:hover td:first-child { color: var(--red); }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       KONTAKT \u2014 dark bg + split (V2 structure, V1 styling)\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    #kontakt {\n      background: var(--bg);\n      border-top: 1px solid var(--border);\n    }\n\n    .contact-split {\n      display: grid;\n      grid-template-columns: 1fr 2fr;\n      gap: 80px;\n    }\n\n    .contact-data { display: flex; flex-direction: column; gap: 32px; }\n    .contact-entry-label {\n      font-size: 10px;\n      letter-spacing: 0.2em;\n      text-transform: uppercase;\n      color: var(--muted);\n      margin-bottom: 6px;\n    }\n    .contact-entry-val {\n      font-size: 15px;\n      color: var(--muted2);\n      font-weight: 500;\n      line-height: 1.6;\n    }\n    .contact-entry-val a { color: var(--muted2); text-decoration: none; transition: color 0.2s; }\n    .contact-entry-val a:hover { color: var(--red); }\n\n    .form-dark { display: flex; flex-direction: column; gap: 16px; }\n    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }\n    .form-group { display: flex; flex-direction: column; gap: 6px; }\n    .form-group label {\n      font-size: 10px;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--muted);\n    }\n    .form-group input,\n    .form-group textarea,\n    .form-group select {\n      background: var(--bg2);\n      border: 1px solid var(--border);\n      color: var(--text);\n      padding: 12px 16px;\n      font-size: 14px;\n      font-family: var(--font);\n      outline: none;\n      transition: border-color 0.2s;\n    }\n    .form-group input:focus,\n    .form-group textarea:focus,\n    .form-group select:focus { border-color: var(--muted); }\n    .form-group textarea { resize: vertical; min-height: 110px; }\n    .form-group select option { background: var(--bg2); }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       FOOTER\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    footer {\n      background: #090909;\n      border-top: 1px solid var(--border);\n      padding: 36px 48px;\n    }\n    .footer-inner {\n      max-width: 1280px;\n      margin: 0 auto;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      flex-wrap: wrap;\n      gap: 12px;\n    }\n    .footer-left { display: flex; align-items: center; gap: 18px; }\n    .footer-brand {\n      font-size: 13px;\n      font-weight: 800;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      color: #e2e2e2;\n    }\n    .footer-brand span { color: var(--red2); }\n    a.footer-brand { text-decoration: none; cursor: pointer; transition: opacity 0.2s; }\n    a.footer-brand:hover { opacity: 0.75; }\n    .footer-sep-line { width: 1px; height: 14px; background: var(--border); }\n    .footer-copy { font-size: 12px; color: #888; }\n    .footer-links { display: flex; gap: 28px; list-style: none; }\n    .footer-links a {\n      font-size: 11px;\n      color: #ccc;\n      text-decoration: none;\n      letter-spacing: 0.1em;\n      text-transform: uppercase;\n      transition: color 0.2s;\n    }\n    .footer-links a:hover { color: var(--white); }\n\n    \/* \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n       UTILS\n    \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 *\/\n    svg { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }\n  \n@media (max-width: 767px) {\n\n  \/* \u2500\u2500 NAV \u2500\u2500 *\/\n  nav { padding: 0 20px !important; }\n  .nav-links { display: none !important; }\n  .nav-links.mob-open {\n    display: flex !important;\n    position: fixed !important;\n    top: 62px !important; left: 0 !important; right: 0 !important;\n    background: rgba(13,13,13,0.97) !important;\n    backdrop-filter: blur(14px) !important;\n    flex-direction: column !important;\n    padding: 8px 0 !important;\n    border-bottom: 1px solid #2a2a2a !important;\n    gap: 0 !important;\n    z-index: 199 !important;\n    list-style: none !important;\n  }\n  .nav-links.mob-open li { border-bottom: 1px solid #1c1c1c !important; }\n  .nav-links.mob-open li a { display: block !important; padding: 16px 24px !important; font-size: 15px !important; }\n  .nav-cta { display: none !important; }\n  .nav-hamburger {\n    display: flex !important; flex-direction: column !important;\n    justify-content: center !important; gap: 5px !important;\n    cursor: pointer !important; padding: 8px !important;\n    background: none !important; border: none !important; margin-left: auto !important;\n  }\n  .nav-hamburger span {\n    display: block !important; width: 22px !important; height: 2px !important;\n    background: #e2e2e2 !important; border-radius: 2px !important;\n    transition: transform 0.25s, opacity 0.25s !important;\n  }\n  .nav-hamburger.active span:nth-child(1) { transform: translateY(7px) rotate(45deg) !important; }\n  .nav-hamburger.active span:nth-child(2) { opacity: 0 !important; }\n  .nav-hamburger.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg) !important; }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .hero { grid-template-columns: 1fr !important; min-height: auto !important; }\n  .hero-left { padding: 90px 24px 56px !important; }\n  .hero-right { display: none !important; }\n  .hero-left h1 { font-size: 2.4rem !important; line-height: 1.2 !important; word-break: normal !important; overflow-wrap: break-word !important; }\n  .hero-eyebrow { margin-bottom: 20px !important; font-size: 10px !important; }\n  .hero-desc { font-size: 14px !important; margin-bottom: 28px !important; }\n  .hero-btns { flex-direction: column !important; }\n  .hero-btns a, .hero-btns .btn-primary, .hero-btns .btn-ghost {\n    width: 100% !important; text-align: center !important;\n    justify-content: center !important; display: block !important; box-sizing: border-box !important;\n  }\n\n  \/* \u2500\u2500 STATS \u2500\u2500 *\/\n  .stats-stack { padding: 0 24px !important; }\n  .stat-row { flex-wrap: wrap !important; gap: 10px !important; padding: 20px 0 !important; }\n  .stat-big { font-size: 2rem !important; }\n  .stat-title { font-size: 12px !important; }\n\n  \/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n  .section-inner { padding: 56px 24px !important; }\n  .section-header { flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; }\n  .section-title { font-size: 1.7rem !important; }\n\n  \/* \u2500\u2500 SERVICES \u2500\u2500 *\/\n  .service-row { grid-template-columns: 36px 1fr !important; gap: 12px !important; padding: 18px 0 !important; }\n  .service-desc { display: none !important; }\n  .service-arrow { display: none !important; }\n\n  \/* \u2500\u2500 ABOUT \u2500\u2500 *\/\n  .about-split { grid-template-columns: 1fr !important; }\n  .about-left { padding: 40px 24px !important; }\n  .about-right { padding: 40px 24px !important; }\n  .big-year { font-size: 4rem !important; }\n\n  \/* \u2500\u2500 FEATURES \u2500\u2500 *\/\n  .feature-grid { grid-template-columns: 1fr !important; gap: 16px !important; }\n\n  \/* \u2500\u2500 BRANCHEN \u2500\u2500 *\/\n  .branchen-table { display: block !important; overflow-x: auto !important; -webkit-overflow-scrolling: touch !important; }\n  .branchen-table td:nth-child(3) { display: none !important; }\n  .branchen-table td:last-child { display: none !important; }\n  .branchen-table td:nth-child(2) { width: auto !important; }\n  .branchen-table td:first-child { width: 32px !important; }\n\n  \/* \u2500\u2500 CONTACT \u2500\u2500 *\/\n  .contact-split { grid-template-columns: 1fr !important; gap: 40px !important; }\n  .form-row { grid-template-columns: 1fr !important; }\n\n  \/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n  .footer-inner { flex-direction: column !important; gap: 20px !important; align-items: flex-start !important; }\n  .footer-links { flex-wrap: wrap !important; gap: 12px !important; }\n\n  \/* \u2500\u2500 PILLS \u2500\u2500 *\/\n  .pill-list { flex-wrap: wrap !important; gap: 8px !important; }\n}\n    <\/style>\n<nav>\n  <div class=\"nav-inner\">\n    <a href=\"\/\" class=\"logo\">\n      <span class=\"logo-wordmark\">Gamb<span>Tec<\/span><\/span>\n      <span class=\"logo-sep\"><\/span>\n      <span class=\"logo-tagline\">B2B Handelsplattform<\/span>\n    <\/a>\n    <ul class=\"nav-links\">\n      <li><a href=\"\/#branchen\">Branchen<\/a><\/li>\n      <li><a href=\"\/dienstleistungen\/\">Dienstleistungen<\/a><\/li>\n      <li><a href=\"\/maschinenbestand\/\">Maschinenbestand<\/a><\/li>\n      <li><a href=\"\/#ueber\">\u00dcber uns<\/a><\/li>\n      <li><a href=\"\/#kontakt\" class=\"nav-cta\">Kontakt<\/a><\/li>\n    <\/ul>\n  <\/div>\n<\/nav>\n<script>\n(function(){\n  function initHamburger() {\n    var btn = document.querySelector('.nav-hamburger');\n    if(!btn) return;\n    btn.addEventListener('click', function() {\n      this.classList.toggle('active');\n      var links = document.querySelector('.nav-links');\n      if(links) links.classList.toggle('mob-open');\n    });\n    document.querySelectorAll('.nav-links a').forEach(function(a){\n      a.addEventListener('click', function(){\n        document.querySelector('.nav-hamburger').classList.remove('active');\n        document.querySelector('.nav-links').classList.remove('mob-open');\n      });\n    });\n  }\n  if(document.readyState === 'loading') document.addEventListener('DOMContentLoaded', initHamburger);\n  else initHamburger();\n})();\n<\/script>\n\n\n\n<main>\n\n<!-- HERO -->\n<section style=\"padding:120px 40px 80px;max-width:900px;margin:0 auto;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:20px;\">Fahrzeugsicherstellung &amp; Verwahrung<\/div>\n  <h1 style=\"font-size:2.8rem;font-weight:700;letter-spacing:-0.02em;color:#fff;line-height:1.15;margin-bottom:24px;\">Professionelle Fahrzeugsicherstellung &amp; Verwahrung in Berlin<\/h1>\n  <p style=\"font-size:1.1rem;color:#c41a1a;font-weight:600;margin-bottom:24px;\">Ihr spezialisierter Partner f\u00fcr Beh\u00f6rden, Leasinggesellschaften, Banken &amp; Insolvenzverwalter<\/p>\n  <p style=\"font-size:1rem;line-height:1.8;color:#a0a0a0;max-width:720px;\">Fahrzeuge m\u00fcssen sichergestellt, abgeholt, begutachtet und sicher verwahrt werden \u2013 schnell, zuverl\u00e4ssig und rechtssicher. Genau das ist unser Kerngesch\u00e4ft. Als erfahrener Dienstleister in Berlin \u00fcbernehmen wir die gesamte Abwicklung f\u00fcr Sie: von der professionellen Abholung \u00fcber die sachkundige Begutachtung bis zur gesicherten Einlagerung auf unserem bewachten Gel\u00e4nde in Berlin-Lichtenberg.<\/p>\n  <div style=\"margin-top:36px;display:flex;gap:16px;flex-wrap:wrap;\">\n    <a href=\"\/#kontakt\" style=\"background:#c41a1a;color:#fff;padding:14px 32px;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;font-weight:600;\">Jetzt anfragen<\/a>\n    <a href=\"tel:+493068055975\" style=\"border:1px solid rgba(255,255,255,0.2);color:#fff;padding:14px 32px;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;font-weight:600;\">+49 30 68055975<\/a>\n  <\/div>\n<\/section>\n\n<!-- DIVIDER -->\n<div style=\"height:1px;background:rgba(255,255,255,0.06);margin:0 40px;\"><\/div>\n\n<!-- LEISTUNGEN -->\n<section style=\"padding:80px 40px;max-width:900px;margin:0 auto;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:16px;\">Leistungen<\/div>\n  <h2 style=\"font-size:2rem;font-weight:700;color:#fff;margin-bottom:48px;\">Unsere Leistungen im \u00dcberblick<\/h2>\n\n  <div style=\"display:grid;gap:32px;\">\n\n    <div style=\"display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(255,255,255,0.06);\">\n      <div style=\"font-size:1.2rem;font-weight:700;color:#c41a1a;\">01<\/div>\n      <div>\n        <h3 style=\"font-size:1rem;font-weight:700;color:#fff;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:10px;\">Sicherstellung &amp; Abholung<\/h3>\n        <p style=\"font-size:0.95rem;line-height:1.75;color:#a0a0a0;\">Wir holen Fahrzeuge, LKWs und Baumaschinen schnell und diskret ab \u2013 berlinweit und auf Wunsch auch kurzfristig. Ob im Auftrag von Beh\u00f6rden, nach Leasingr\u00fcckl\u00e4ufern oder im Rahmen von Insolvenzverfahren: Wir handeln zuverl\u00e4ssig und dokumentiert.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(255,255,255,0.06);\">\n      <div style=\"font-size:1.2rem;font-weight:700;color:#c41a1a;\">02<\/div>\n      <div>\n        <h3 style=\"font-size:1rem;font-weight:700;color:#fff;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:10px;\">Begutachtung &amp; Zustandsdokumentation<\/h3>\n        <p style=\"font-size:0.95rem;line-height:1.75;color:#a0a0a0;\">Vor und nach der Einlagerung erstellen wir eine vollst\u00e4ndige Zustandsdokumentation Ihrer Fahrzeuge \u2013 mit Fotos, Zustandsbericht und Kilometerstand. So haben Banken, Leasinggesellschaften und Insolvenzverwalter jederzeit eine l\u00fcckenlose Grundlage f\u00fcr ihre weiteren Entscheidungen.<\/p>\n      <\/div>\n    <\/div>\n\n    <div style=\"display:grid;grid-template-columns:36px 1fr;gap:16px;align-items:start;padding:28px 0;border-bottom:1px solid rgba(255,255,255,0.06);\">\n      <div style=\"font-size:1.2rem;font-weight:700;color:#c41a1a;\">03<\/div>\n      <div>\n        <h3 style=\"font-size:1rem;font-weight:700;color:#fff;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:10px;\">Sichere Einlagerung<\/h3>\n        <p style=\"font-size:0.95rem;line-height:1.75;color:#a0a0a0;\">Unser bewachtes Gel\u00e4nde in Berlin-Lichtenberg bietet optimale Bedingungen f\u00fcr die kurzfristige oder langfristige Verwahrung. Video\u00fcberwachung und regelm\u00e4\u00dfige Kontrollen sorgen f\u00fcr maximale Sicherheit.<\/p>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- DIVIDER -->\n<div style=\"height:1px;background:rgba(255,255,255,0.06);margin:0 40px;\"><\/div>\n\n<!-- ZIELGRUPPEN -->\n<section style=\"padding:80px 40px;max-width:900px;margin:0 auto;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:16px;\">Zielgruppen<\/div>\n  <h2 style=\"font-size:2rem;font-weight:700;color:#fff;margin-bottom:40px;\">Wir arbeiten f\u00fcr<\/h2>\n  <div style=\"display:grid;grid-template-columns:1fr 1fr;gap:20px;\">\n    <div style=\"border:1px solid rgba(255,255,255,0.08);padding:28px;background:rgba(255,255,255,0.02);\">\n      <div style=\"font-size:1.5rem;margin-bottom:12px;\">&#x1f3db;<\/div>\n      <h3 style=\"font-size:0.9rem;font-weight:700;color:#fff;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;\">Beh\u00f6rden<\/h3>\n      <p style=\"font-size:0.88rem;line-height:1.7;color:#a0a0a0;\">Zuverl\u00e4ssige Umsetzung beh\u00f6rdlicher Sicherstellungsma\u00dfnahmen<\/p>\n    <\/div>\n    <div style=\"border:1px solid rgba(255,255,255,0.08);padding:28px;background:rgba(255,255,255,0.02);\">\n      <div style=\"font-size:1.5rem;margin-bottom:12px;\">&#x1f3e6;<\/div>\n      <h3 style=\"font-size:0.9rem;font-weight:700;color:#fff;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;\">Banken &amp; Finanzinstitute<\/h3>\n      <p style=\"font-size:0.88rem;line-height:1.7;color:#a0a0a0;\">Sicherstellung und Verwahrung bei Zahlungsausfall und Sicherheitenverwertung<\/p>\n    <\/div>\n    <div style=\"border:1px solid rgba(255,255,255,0.08);padding:28px;background:rgba(255,255,255,0.02);\">\n      <div style=\"font-size:1.5rem;margin-bottom:12px;\">&#x1f697;<\/div>\n      <h3 style=\"font-size:0.9rem;font-weight:700;color:#fff;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;\">Leasinggesellschaften<\/h3>\n      <p style=\"font-size:0.88rem;line-height:1.7;color:#a0a0a0;\">Professionelle R\u00fccknahme, Begutachtung und Einlagerung von Leasingr\u00fcckl\u00e4ufern<\/p>\n    <\/div>\n    <div style=\"border:1px solid rgba(255,255,255,0.08);padding:28px;background:rgba(255,255,255,0.02);\">\n      <div style=\"font-size:1.5rem;margin-bottom:12px;\">&#x2696;&#xfe0f;<\/div>\n      <h3 style=\"font-size:0.9rem;font-weight:700;color:#fff;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:8px;\">Insolvenzverwalter<\/h3>\n      <p style=\"font-size:0.88rem;line-height:1.7;color:#a0a0a0;\">Schnelle Inbesitznahme und rechtssichere Verwahrung von Fahrzeugen und Maschinen aus Insolvenzmassen<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DIVIDER -->\n<div style=\"height:1px;background:rgba(255,255,255,0.06);margin:0 40px;\"><\/div>\n\n<!-- VORTEILE -->\n<section style=\"padding:80px 40px;max-width:900px;margin:0 auto;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:16px;\">Ihre Vorteile<\/div>\n  <h2 style=\"font-size:2rem;font-weight:700;color:#fff;margin-bottom:40px;\">Ihre Vorteile auf einen Blick<\/h2>\n  <div style=\"display:grid;gap:16px;\">\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.04);\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Bewachtes und kamera\u00fcberwachtes Gel\u00e4nde in <strong style=\"color:#fff;\">Berlin-Lichtenberg<\/strong><\/span>\n    <\/div>\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.04);\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Geeignet f\u00fcr PKW, LKW, Baumaschinen und Sonderfahrzeuge<\/span>\n    <\/div>\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.04);\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Professionelle Fahrzeugbegutachtung &amp; l\u00fcckenlose Dokumentation<\/span>\n    <\/div>\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.04);\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Schnelle Reaktionszeiten \u2013 auch kurzfristig<\/span>\n    <\/div>\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.04);\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Diskretes und rechtssicheres Vorgehen<\/span>\n    <\/div>\n    <div style=\"display:flex;gap:16px;align-items:flex-start;padding:16px 0;\">\n      <span style=\"color:#c41a1a;font-weight:700;min-width:20px;\">&#x2714;<\/span>\n      <span style=\"color:#a0a0a0;line-height:1.7;\">Transparente Abrechnung &amp; pers\u00f6nliche Ansprechpartner<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- DIVIDER -->\n<div style=\"height:1px;background:rgba(255,255,255,0.06);margin:0 40px;\"><\/div>\n\n\n<!-- DIVIDER -->\n<div style=\"height:1px;background:rgba(255,255,255,0.06);margin:0 40px;\"><\/div>\n\n<!-- PREISLISTE -->\n<section style=\"padding:80px 40px;max-width:900px;margin:0 auto;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:16px;\">Preise &amp; Konditionen<\/div>\n  <h2 style=\"font-size:2rem;font-weight:700;color:#fff;margin-bottom:8px;\">Preisliste<\/h2>\n  <p style=\"font-size:0.88rem;color:#a0a0a0;margin-bottom:40px;\">G\u00fcltig ab 01. Januar 2026 \u00b7 \u00c4nderungen vorbehalten \u00b7 Alle Preise zzgl. gesetzlicher MwSt.<\/p>\n\n  <!-- Abschleppen & Transport -->\n  <h3 style=\"font-size:0.85rem;font-weight:700;color:#c41a1a;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(196,26,26,0.3);\">Abschleppen &amp; Transport<\/h3>\n  <table style=\"width:100%;border-collapse:collapse;margin-bottom:40px;\">\n    <tbody>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Abschleppkosten PKW (bis 30 km)<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">195,00 \u20ac<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Abschleppkosten LKW\/Anh\u00e4nger (bis 30 km)<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">395,00 \u20ac je<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Transport, Abbau von Maschinen und Anlagen<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">nach Aufwand<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Je Arbeitskraft<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">45,00 \u20ac\/h<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Transporter bis 3,5 t<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">1,95 \u20ac\/km<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">H\u00e4nger 2-achsig bis 2,0 t<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">1,25 \u20ac\/km<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">LKW bis 7,0 t (Mindestsatz 150,00 \u20ac)<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">3,25 \u20ac\/km<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <!-- Sonstige Leistungen -->\n  <h3 style=\"font-size:0.85rem;font-weight:700;color:#c41a1a;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(196,26,26,0.3);\">Sonstige Leistungen<\/h3>\n  <table style=\"width:100%;border-collapse:collapse;margin-bottom:40px;\">\n    <tbody>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Verschrottung\/Entsorgung<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">nach Aufwand<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Abmeldung von Fahrzeugen<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">145,00 \u20ac\/Auto<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <!-- Lagergeb\u00fchren -->\n  <h3 style=\"font-size:0.85rem;font-weight:700;color:#c41a1a;letter-spacing:0.12em;text-transform:uppercase;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid rgba(196,26,26,0.3);\">Lagergeb\u00fchren \/ Standgelder<\/h3>\n  <table style=\"width:100%;border-collapse:collapse;margin-bottom:40px;\">\n    <tbody>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Freigel\u00e4nde PKW<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">4,00 \u20ac\/Tag<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">LKW \/ H\u00e4nger \/ Transporter<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">6,00 \u20ac\/Tag<\/td>\n      <\/tr>\n      <tr style=\"border-bottom:1px solid rgba(255,255,255,0.06);\">\n        <td style=\"padding:14px 0;color:#a0a0a0;font-size:0.92rem;\">Maschinen \/ Anlagen etc.<\/td>\n        <td style=\"padding:14px 0;color:#fff;font-weight:600;text-align:right;white-space:nowrap;\">2,50 \u20ac\/Tag\/m\u00b2<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table>\n\n  <!-- Hinweise -->\n  <div style=\"background:rgba(255,255,255,0.03);border:1px solid rgba(255,255,255,0.08);padding:28px;font-size:0.88rem;line-height:1.8;color:#888;\">\n    <p style=\"margin-bottom:12px;\">Fahrzeuge k\u00f6nnen aus versicherungstechnischen Gr\u00fcnden nicht gegen Vandalismus und Diebstahl versichert werden, sofern nicht seitens des Eigent\u00fcmers eine Versicherung besteht. F\u00fcr Sch\u00e4den hierf\u00fcr wird seitens des Auftragnehmers keine Haftung \u00fcbernommen.<\/p>\n    <p style=\"margin-bottom:12px;\">Alle anderen Gegenst\u00e4nde, die in den Hallen eingelagert werden, sind seitens der Firma <strong style=\"color:#fff;\">GambTec<\/strong> bis zu einem Einzelwert von 25.500,00 \u20ac versichert.<\/p>\n    <p style=\"margin-bottom:12px;\">F\u00fcr Sondertransporte und Leistungen, die die Kapazit\u00e4ten unserer Firma \u00fcberschreiten, werden Fremdleistungen mit einer Bearbeitungs- und Verwaltungsgeb\u00fchr von <strong style=\"color:#fff;\">15 % des Rechnungsbetrages<\/strong> des Subunternehmers an den Auftraggeber weiterberechnet.<\/p>\n    <p style=\"margin-bottom:12px;\">Bei notwendiger Einlagerung und Sicherstellung im Zusammenhang mit Insolvenzverfahren ist die Kosten\u00fcbernahme durch den verantwortlichen Verwalter zu sichern. Die Freigabe des Lager- und Sicherstellungsgutes erfolgt nach Rechnungsbegleichung bzw. bei Gegenrechnung der Kosten gegen den Verwertungserl\u00f6s.<\/p>\n    <p style=\"color:#c41a1a;font-weight:600;\">Alle o. g. Preise verstehen sich zuz\u00fcglich gesetzlicher Mehrwertsteuer.<\/p>\n  <\/div>\n<\/section>\n\n<!-- KONTAKT CTA -->\n<section style=\"padding:80px 40px 100px;max-width:900px;margin:0 auto;text-align:center;\">\n  <div style=\"font-size:11px;letter-spacing:0.15em;color:#c41a1a;text-transform:uppercase;font-weight:600;margin-bottom:20px;\">Kontakt &amp; Anfrage<\/div>\n  <h2 style=\"font-size:2rem;font-weight:700;color:#fff;margin-bottom:20px;\">Schnell. Diskret. Rechtssicher.<\/h2>\n  <p style=\"font-size:1rem;color:#a0a0a0;line-height:1.8;max-width:600px;margin:0 auto 36px;\">F\u00fcr Beh\u00f6rden, Leasinggesellschaften, Banken und Insolvenzverwalter stehen wir mit einem direkten Ansprechpartner zur Verf\u00fcgung.<\/p>\n  <div style=\"display:flex;gap:24px;justify-content:center;flex-wrap:wrap;margin-bottom:32px;\">\n    <div style=\"color:#a0a0a0;\">&#x1f4de; <a href=\"tel:+493068055975\" style=\"color:#c41a1a;text-decoration:none;\">+49 30 68055975<\/a><\/div>\n    <div style=\"color:#a0a0a0;\">&#x1f4e7; <a href=\"mailto:info at gambtec.de\" style=\"color:#c41a1a;text-decoration:none;\">info [at] gambtec.de<\/a><\/div>\n    <div style=\"color:#a0a0a0;\">&#x1f4cd; Berlin-Lichtenberg<\/div>\n  <\/div>\n  <a href=\"\/#kontakt\" style=\"background:#c41a1a;color:#fff;padding:16px 40px;font-size:12px;letter-spacing:0.12em;text-transform:uppercase;text-decoration:none;font-weight:600;\">Jetzt Kontakt aufnehmen<\/a>\n<\/section>\n\n<\/main>\n\n\n\n<footer>\n  <div class=\"footer-inner\">\n    <div class=\"footer-left\">\n      <a href=\"\/\" class=\"footer-brand\">Gamb<span>Tec<\/span><\/a>\n      <span class=\"footer-sep-line\"><\/span>\n      <span class=\"footer-copy\">\u00a9 2026 Alle Rechte vorbehalten.<\/span>\n    <\/div>\n    <ul class=\"footer-links\">\n      <li><a href=\"https:\/\/gambtec.de\/agb\" target=\"_blank\">AGB<\/a><\/li>\n      <li><a href=\"\/datenschutz\/\" target=\"_blank\">Datenschutz<\/a><\/li>\n      <li><a href=\"https:\/\/gambtec.de\/impressum\" target=\"_blank\">Impressum<\/a><\/li>\n      <li><a href=\"\/impressionen\/\" target=\"_blank\">Impressionen<\/a><\/li>\n      <li><a href=\"\/ankauf\/\">Wir suchen<\/a><\/li>\n    <\/ul>\n  <\/div>\n<\/footer>\n","protected":false},"excerpt":{"rendered":"<p>GambTec B2B Handelsplattform Branchen Dienstleistungen Maschinenbestand \u00dcber uns Kontakt Fahrzeugsicherstellung &amp; Verwahrung Professionelle Fahrzeugsicherstellung &amp; Verwahrung in Berlin Ihr spezialisierter Partner f\u00fcr Beh\u00f6rden, Leasinggesellschaften, Banken &amp; Insolvenzverwalter Fahrzeuge m\u00fcssen sichergestellt, abgeholt, begutachtet und sicher verwahrt werden \u2013 schnell, zuverl\u00e4ssig und rechtssicher. Genau das ist unser Kerngesch\u00e4ft. Als erfahrener Dienstleister in Berlin \u00fcbernehmen wir die gesamte &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/gambtec.de\/en_US\/sicherstellung\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Fahrzeugsicherstellung Berlin \u2013 Sicherstellung f\u00fcr Insolvenzverwalter &#038; Banken&#8221;<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"gambtec-canvas.php","meta":{"footnotes":""},"class_list":["post-50576","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Maschinensicherstellung fuer Insolvenzverwalter | GambTec<\/title>\n<meta name=\"description\" content=\"Professionelle Fahrzeugsicherstellung &amp; Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung &amp; sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken &amp; Leasinggesellschaften. Tel: 030 68055975\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gambtec.de\/en_US\/sicherstellung\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Fahrzeugsicherstellung Berlin | Sicherstellung f\u00fcr Insolvenzverwalter - GambTec\" \/>\n<meta property=\"og:description\" content=\"Professionelle Fahrzeugsicherstellung &amp; Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung &amp; sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken &amp; Leasinggesellschaften. Tel: 030 68055975\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gambtec.de\/en_US\/sicherstellung\/\" \/>\n<meta property=\"og:site_name\" content=\"GambTec\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T09:33:12+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/sicherstellung\\\/\",\"url\":\"https:\\\/\\\/gambtec.de\\\/sicherstellung\\\/\",\"name\":\"Fahrzeugsicherstellung Berlin | Sicherstellung f\u00fcr Insolvenzverwalter - GambTec\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/#website\"},\"datePublished\":\"2026-03-09T19:36:43+00:00\",\"dateModified\":\"2026-03-23T09:33:12+00:00\",\"description\":\"Professionelle Fahrzeugsicherstellung & Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung & sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken & Leasinggesellschaften. Tel: 030 68055975\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/sicherstellung\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gambtec.de\\\/sicherstellung\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/sicherstellung\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/gambtec.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Fahrzeugsicherstellung Berlin \u2013 Sicherstellung f\u00fcr Insolvenzverwalter &#038; Banken\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/#website\",\"url\":\"https:\\\/\\\/gambtec.de\\\/\",\"name\":\"GambTec\",\"description\":\"B2B Handelsplattform\",\"publisher\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gambtec.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/#organization\",\"name\":\"GambTec\",\"url\":\"https:\\\/\\\/gambtec.de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gambtec.de\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/cropped-Logo.weiss_.png\",\"contentUrl\":\"https:\\\/\\\/gambtec.de\\\/wp-content\\\/uploads\\\/2019\\\/04\\\/cropped-Logo.weiss_.png\",\"width\":240,\"height\":158,\"caption\":\"GambTec\"},\"image\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Maschinensicherstellung fuer Insolvenzverwalter | GambTec","description":"Professionelle Fahrzeugsicherstellung & Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung & sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken & Leasinggesellschaften. Tel: 030 68055975","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gambtec.de\/en_US\/sicherstellung\/","og_locale":"en_US","og_type":"article","og_title":"Fahrzeugsicherstellung Berlin | Sicherstellung f\u00fcr Insolvenzverwalter - GambTec","og_description":"Professionelle Fahrzeugsicherstellung & Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung & sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken & Leasinggesellschaften. Tel: 030 68055975","og_url":"https:\/\/gambtec.de\/en_US\/sicherstellung\/","og_site_name":"GambTec","article_modified_time":"2026-03-23T09:33:12+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gambtec.de\/sicherstellung\/","url":"https:\/\/gambtec.de\/sicherstellung\/","name":"Fahrzeugsicherstellung Berlin | Sicherstellung f\u00fcr Insolvenzverwalter - GambTec","isPartOf":{"@id":"https:\/\/gambtec.de\/#website"},"datePublished":"2026-03-09T19:36:43+00:00","dateModified":"2026-03-23T09:33:12+00:00","description":"Professionelle Fahrzeugsicherstellung & Verwahrung in Berlin-Lichtenberg. Schnelle Abholung, Begutachtung & sichere Einlagerung f\u00fcr Insolvenzverwalter, Banken & Leasinggesellschaften. Tel: 030 68055975","breadcrumb":{"@id":"https:\/\/gambtec.de\/sicherstellung\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gambtec.de\/sicherstellung\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gambtec.de\/sicherstellung\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/gambtec.de\/"},{"@type":"ListItem","position":2,"name":"Fahrzeugsicherstellung Berlin \u2013 Sicherstellung f\u00fcr Insolvenzverwalter &#038; Banken"}]},{"@type":"WebSite","@id":"https:\/\/gambtec.de\/#website","url":"https:\/\/gambtec.de\/","name":"GambTec","description":"B2B Handelsplattform","publisher":{"@id":"https:\/\/gambtec.de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gambtec.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/gambtec.de\/#organization","name":"GambTec","url":"https:\/\/gambtec.de\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/gambtec.de\/#\/schema\/logo\/image\/","url":"https:\/\/gambtec.de\/wp-content\/uploads\/2019\/04\/cropped-Logo.weiss_.png","contentUrl":"https:\/\/gambtec.de\/wp-content\/uploads\/2019\/04\/cropped-Logo.weiss_.png","width":240,"height":158,"caption":"GambTec"},"image":{"@id":"https:\/\/gambtec.de\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/pages\/50576","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/comments?post=50576"}],"version-history":[{"count":17,"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/pages\/50576\/revisions"}],"predecessor-version":[{"id":50783,"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/pages\/50576\/revisions\/50783"}],"wp:attachment":[{"href":"https:\/\/gambtec.de\/en_US\/wp-json\/wp\/v2\/media?parent=50576"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}