{"id":50596,"date":"2026-03-09T21:44:59","date_gmt":"2026-03-09T20:44:59","guid":{"rendered":"https:\/\/gambtec.de\/datenschutz\/"},"modified":"2026-03-16T15:54:36","modified_gmt":"2026-03-16T14:54:36","slug":"datenschutz","status":"publish","type":"page","link":"https:\/\/gambtec.de\/en\/datenschutz\/","title":{"rendered":"Datenschutzerklaerung \u2013 GambTec"},"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<style>\n  .legal-wrap { max-width: 860px; margin: 0 auto; padding: 120px 40px 80px; }\n  .legal-eyebrow { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); font-weight: 600; margin-bottom: 18px; }\n  .legal-title { font-size: clamp(32px, 5vw, 52px); font-weight: 800; color: var(--white); margin-bottom: 8px; line-height: 1.1; }\n  .legal-meta { font-size: 13px; color: var(--muted2); margin-bottom: 60px; border-bottom: 1px solid var(--border); padding-bottom: 24px; }\n  .legal-section { margin-bottom: 48px; }\n  .legal-h1 { font-size: 20px; font-weight: 700; color: var(--red); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 1px solid var(--border); }\n  .legal-h2 { font-size: 16px; font-weight: 700; color: var(--white); margin: 24px 0 10px; }\n  .legal-p { font-size: 15px; color: #bbb; line-height: 1.75; margin-bottom: 14px; }\n  .legal-address { background: var(--bg2); border: 1px solid var(--border); border-left: 3px solid var(--red); padding: 20px 24px; border-radius: 2px; margin: 16px 0 24px; }\n  .legal-address p { font-size: 14px; color: #ccc; line-height: 1.8; margin: 0; }\n  .legal-address a { color: var(--red); text-decoration: none; }\n  .legal-ul { list-style: none; padding: 0; margin: 12px 0 20px; }\n  .legal-ul li { font-size: 14px; color: #bbb; line-height: 1.7; padding: 6px 0 6px 20px; position: relative; border-bottom: 1px solid rgba(255,255,255,0.04); }\n  .legal-ul li::before { content: \"\u2014\"; position: absolute; left: 0; color: var(--red); font-weight: 700; }\n  .legal-note { background: var(--bg3); border: 1px solid var(--border); padding: 14px 18px; border-radius: 2px; font-size: 13px; color: var(--muted2); margin: 12px 0 20px; line-height: 1.65; }\n  @media (max-width: 600px) { .legal-wrap { padding: 100px 20px 60px; } .legal-title { font-size: 28px; } }\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\n<main>\n  <div class=\"legal-wrap\">\n\n    <p class=\"legal-eyebrow\">Rechtliches<\/p>\n    <h1 class=\"legal-title\">Datenschutzerkl\u00e4rung<\/h1>\n    <p class=\"legal-meta\">GambTec &nbsp;|&nbsp; Stand: M\u00e4rz 2026<\/p>\n\n    <!-- 1 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">1. Verantwortliche Stelle<\/h2>\n      <p class=\"legal-p\">Verantwortlicher im Sinne der Datenschutz-Grundverordnung (DSGVO) und anderer nationaler Datenschutzgesetze sowie sonstiger datenschutzrechtlicher Bestimmungen ist:<\/p>\n      <div class=\"legal-address\">\n        <p>\n          <strong>GambTec<\/strong><br>\n          Inhaber: Toni Gambino<br>\n          Meldenweg 18, 12357 Berlin, Deutschland<br>\n          E-Mail: info [at] gambtec.de<br>\n          Website: <a href=\"https:\/\/www.gambtec.de\" target=\"_blank\">www.gambtec.de<\/a>\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 2 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">2. Allgemeine Hinweise zur Datenverarbeitung<\/h2>\n      <p class=\"legal-p\">Wir verarbeiten personenbezogene Daten unserer Nutzer grunds\u00e4tzlich nur, soweit dies zur Bereitstellung einer funktionsf\u00e4higen Website sowie unserer Inhalte und Leistungen erforderlich ist. Die Verarbeitung erfolgt auf Grundlage einer der folgenden Rechtsgrundlagen gem\u00e4\u00df Art. 6 DSGVO:<\/p>\n      <ul class=\"legal-ul\">\n        <li>Art. 6 Abs. 1 lit. a DSGVO \u2013 Einwilligung der betroffenen Person<\/li>\n        <li>Art. 6 Abs. 1 lit. b DSGVO \u2013 Vertragserf\u00fcllung oder vorvertragliche Ma\u00dfnahmen<\/li>\n        <li>Art. 6 Abs. 1 lit. c DSGVO \u2013 Erf\u00fcllung einer rechtlichen Verpflichtung<\/li>\n        <li>Art. 6 Abs. 1 lit. f DSGVO \u2013 Wahrung berechtigter Interessen<\/li>\n      <\/ul>\n      <p class=\"legal-p\">Wir treffen technische und organisatorische Sicherheitsma\u00dfnahmen nach dem Stand der Technik, um die durch uns verarbeiteten personenbezogenen Daten gegen zuf\u00e4llige oder vors\u00e4tzliche Manipulation, Verlust, Zerst\u00f6rung oder unbefugten Zugriff zu sch\u00fctzen.<\/p>\n    <\/div>\n\n    <!-- 3 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">3. Erhebung und Speicherung personenbezogener Daten<\/h2>\n      <h3 class=\"legal-h2\">3.1 Server-Logfiles<\/h3>\n      <p class=\"legal-p\">Bei jedem Aufruf unserer Website erfasst unser System automatisch Daten und Informationen vom aufrufenden Ger\u00e4t (sog. Server-Logfiles). Hierzu geh\u00f6ren: IP-Adresse (anonymisiert), Datum und Uhrzeit des Zugriffs, Name der abgerufenen Datei, \u00fcbertragene Datenmenge, Browser und Betriebssystem sowie die zuvor besuchte Seite (Referrer-URL).<\/p>\n      <div class=\"legal-note\">Rechtsgrundlage: Art. 6 Abs. 1 lit. f DSGVO (berechtigtes Interesse an der technischen Sicherheit und dem st\u00f6rungsfreien Betrieb). Speicherdauer: max. 7 Tage, danach automatische L\u00f6schung.<\/div>\n      <h3 class=\"legal-h2\">3.2 Kontaktaufnahme<\/h3>\n      <p class=\"legal-p\">Bei der Kontaktaufnahme per E-Mail oder Kontaktformular werden die von Ihnen mitgeteilten Daten (Name, E-Mail-Adresse, Nachrichteninhalt) zur Bearbeitung Ihrer Anfrage gespeichert. Eine Weitergabe an Dritte erfolgt nicht. Die Daten werden gel\u00f6scht, sobald Ihre Anfrage abschlie\u00dfend bearbeitet ist und keine gesetzlichen Aufbewahrungspflichten entgegenstehen.<\/p>\n      <div class=\"legal-note\">Rechtsgrundlage: Art. 6 Abs. 1 lit. b und lit. f DSGVO.<\/div>\n    <\/div>\n\n    <!-- 4 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">4. Cookies und Consent-Management<\/h2>\n      <p class=\"legal-p\">Unsere Website verwendet Cookies. Cookies sind kleine Textdateien, die im Browser gespeichert werden. Wir unterscheiden zwischen:<\/p>\n      <ul class=\"legal-ul\">\n        <li>Technisch notwendige Cookies (keine Einwilligung erforderlich, Rechtsgrundlage: Art. 6 Abs. 1 lit. f DSGVO)<\/li>\n        <li>Analyse- und Marketing-Cookies (nur mit Ihrer ausdr\u00fccklichen Einwilligung, Rechtsgrundlage: Art. 6 Abs. 1 lit. a DSGVO)<\/li>\n      <\/ul>\n      <p class=\"legal-p\">Wichtiger Hinweis: Analyse- und Marketing-Cookies d\u00fcrfen wir erst nach Ihrer aktiven Einwilligung \u00fcber unser Cookie-Banner setzen. Sie k\u00f6nnen Ihre Einwilligung jederzeit mit Wirkung f\u00fcr die Zukunft widerrufen, indem Sie Ihre Cookie-Einstellungen in unserem Consent-Tool anpassen oder Cookies in den Browser-Einstellungen l\u00f6schen.<\/p>\n    <\/div>\n\n    <!-- Cookie Settings Button -->\n    <div class=\"legal-section\" style=\"padding: 20px 0;\">\n      <p class=\"legal-p\">Sie k\u00f6nnen Ihre Datenschutz-Einstellungen jederzeit anpassen:<\/p>\n      <button onclick=\"window.consentApi &#038;&#038; window.consentApi.consent()\" style=\"display:inline-block;margin-top:10px;padding:12px 24px;background:#c0392b;color:#fff;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;letter-spacing:0.04em;\">Cookie-Einstellungen \u00f6ffnen<\/button>\n    <\/div>\n\n    <!-- 5 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">5. Google Analytics (Google LLC)<\/h2>\n      <p class=\"legal-p\">Diese Website nutzt Google Analytics, einen Webanalysedienst von Google LLC, 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA (\u201eGoogle&#8221;). Google Analytics wird nur nach Ihrer ausdr\u00fccklichen Einwilligung (Cookie-Consent) aktiviert.<\/p>\n      <p class=\"legal-p\">Wir verwenden Google Analytics mit aktivierter IP-Anonymisierung (IP-Masking), sodass Ihre IP-Adresse vor \u00dcbermittlung in die USA gek\u00fcrzt wird. Google verarbeitet diese Daten in unserem Auftrag auf Grundlage eines Auftragsverarbeitungsvertrags (Art. 28 DSGVO).<\/p>\n      <div class=\"legal-note\">Rechtsgrundlage: Art. 6 Abs. 1 lit. a DSGVO. Daten\u00fcbertragung in die USA auf Grundlage von Standardvertragsklauseln (SCC). Weitere Informationen: policies.google.com\/privacy. Opt-Out: Google Analytics Opt-Out-Add-on<\/div>\n    <\/div>\n\n    <!-- 6 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">6. Google Marketing-Dienste (Google Ads, DoubleClick)<\/h2>\n      <p class=\"legal-p\">Wir nutzen Google-Marketing-Dienste (Google Ads, Google Tag Manager, DoubleClick) von Google LLC. Diese Dienste werden ausschlie\u00dflich nach Ihrer Einwilligung aktiviert und dienen der zielgruppengerechten Ausspielung von Werbeanzeigen (Remarketing). Daten werden pseudonym in Cookie-basierten Nutzerprofilen verarbeitet.<\/p>\n      <div class=\"legal-note\">Rechtsgrundlage: Art. 6 Abs. 1 lit. a DSGVO. Daten\u00fcbertragung in die USA auf Grundlage von Standardvertragsklauseln.<\/div>\n    <\/div>\n\n    <!-- 7 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">7. Meta Pixel und Meta Social Plugins (ehem. Facebook)<\/h2>\n      <p class=\"legal-p\">Unsere Website kann das Meta Pixel und Social Plugins von Meta Platforms Ireland Limited, 4 Grand Canal Square, Dublin 2, Irland (\u201eMeta&#8221;) einbinden. Dies erfolgt nur nach Ihrer ausdr\u00fccklichen Einwilligung (Cookie-Consent).<\/p>\n      <p class=\"legal-p\">Das Meta Pixel erm\u00f6glicht es Meta, Besucher unserer Website als Zielgruppe f\u00fcr Meta-Werbeanzeigen zu erfassen. Daten werden pseudonym verarbeitet. Eine Verbindung zu Ihrem Meta-Profil ist m\u00f6glich, wenn Sie eingeloggt sind.<\/p>\n      <div class=\"legal-note\">Rechtsgrundlage: Art. 6 Abs. 1 lit. a DSGVO. Datenschutzrichtlinie von Meta: facebook.com\/privacy\/policy. Widerspruch (Opt-Out): facebook.com\/settings?tab=ads<\/div>\n    <\/div>\n\n    <!-- 8 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">8. Newsletter<\/h2>\n      <p class=\"legal-p\">Der Versand unseres Newsletters erfolgt auf Grundlage Ihrer ausdr\u00fccklichen Einwilligung (Double-Opt-In-Verfahren) gem\u00e4\u00df Art. 6 Abs. 1 lit. a DSGVO. Zum Versand nutzen wir einen externen Versanddienstleister, mit dem ein Auftragsverarbeitungsvertrag nach Art. 28 DSGVO abgeschlossen wurde.<\/p>\n      <p class=\"legal-p\">Anmeldedaten (E-Mail-Adresse, Zeitpunkt der Anmeldung und Best\u00e4tigung, IP-Adresse) werden zum Nachweis der Einwilligung protokolliert. Sie k\u00f6nnen Ihre Einwilligung jederzeit widerrufen, indem Sie den Abmeldelink im Newsletter nutzen oder uns direkt kontaktieren.<\/p>\n    <\/div>\n\n    <!-- 9 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">9. Eingebettete Drittanbieter-Dienste<\/h2>\n      <p class=\"legal-p\">Wir k\u00f6nnen folgende Drittanbieter-Dienste einbinden:<\/p>\n      <ul class=\"legal-ul\">\n        <li>Google Fonts (Google LLC) \u2013 Darstellung von Schriftarten; Serveraufruf an Google bei Seitenabruf. Datenschutz: policies.google.com\/privacy<\/li>\n        <li>Google Maps (Google LLC) \u2013 Kartenservice; Daten\u00fcbertragung an Google bei Nutzung.<\/li>\n        <li>YouTube (Google LLC) \u2013 Eingebettete Videos; Daten\u00fcbertragung an Google beim Abspielen.<\/li>\n      <\/ul>\n      <div class=\"legal-note\">Rechtsgrundlage f\u00fcr technisch nicht notwendige Drittdienste: Art. 6 Abs. 1 lit. a DSGVO (Einwilligung). Daten\u00fcbertragungen in die USA erfolgen auf Grundlage von Standardvertragsklauseln (Art. 46 Abs. 2 lit. c DSGVO).<\/div>\n    <\/div>\n\n    <!-- 10 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">10. Ihre Rechte als betroffene Person<\/h2>\n      <p class=\"legal-p\">Nach der DSGVO stehen Ihnen folgende Rechte zu:<\/p>\n      <ul class=\"legal-ul\">\n        <li>Auskunftsrecht (Art. 15 DSGVO): Sie k\u00f6nnen Auskunft \u00fcber Ihre bei uns gespeicherten Daten verlangen.<\/li>\n        <li>Berichtigungsrecht (Art. 16 DSGVO): Sie k\u00f6nnen die Berichtigung unrichtiger Daten verlangen.<\/li>\n        <li>L\u00f6schungsrecht (Art. 17 DSGVO): Sie k\u00f6nnen die L\u00f6schung Ihrer Daten verlangen (\u201eRecht auf Vergessenwerden&#8221;).<\/li>\n        <li>Einschr\u00e4nkungsrecht (Art. 18 DSGVO): Sie k\u00f6nnen die Einschr\u00e4nkung der Verarbeitung verlangen.<\/li>\n        <li>Daten\u00fcbertragbarkeit (Art. 20 DSGVO): Sie k\u00f6nnen Ihre Daten in einem g\u00e4ngigen Format erhalten.<\/li>\n        <li>Widerspruchsrecht (Art. 21 DSGVO): Sie k\u00f6nnen der Verarbeitung auf Basis berechtigter Interessen widersprechen.<\/li>\n        <li>Widerruf von Einwilligungen (Art. 7 Abs. 3 DSGVO): Erteilte Einwilligungen k\u00f6nnen Sie jederzeit mit Wirkung f\u00fcr die Zukunft widerrufen.<\/li>\n        <li>Beschwerderecht: Sie haben das Recht, sich bei der zust\u00e4ndigen Datenschutz-Aufsichtsbeh\u00f6rde zu beschweren.<\/li>\n      <\/ul>\n    <\/div>\n\n    <!-- 11 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">11. Zust\u00e4ndige Aufsichtsbeh\u00f6rde<\/h2>\n      <p class=\"legal-p\">Die zust\u00e4ndige Datenschutz-Aufsichtsbeh\u00f6rde f\u00fcr Berlin ist:<\/p>\n      <div class=\"legal-address\">\n        <p>\n          <strong>Berliner Beauftragte f\u00fcr Datenschutz und Informationsfreiheit<\/strong><br>\n          Friedrichstr. 219, 10969 Berlin<br>\n          Website: <a href=\"https:\/\/www.datenschutz-berlin.de\" target=\"_blank\">www.datenschutz-berlin.de<\/a>\n        <\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 12 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">12. Speicherdauer und Datenl\u00f6schung<\/h2>\n      <p class=\"legal-p\">Personenbezogene Daten werden gel\u00f6scht oder gesperrt, sobald der Zweck der Speicherung entf\u00e4llt. Eine dar\u00fcber hinausgehende Speicherung erfolgt nur, wenn dies durch europ\u00e4ische oder nationale Rechtsvorschriften vorgesehen ist (z. B. steuerliche Aufbewahrungsfristen nach HGB\/AO: bis zu 10 Jahre).<\/p>\n    <\/div>\n\n    <!-- 13 -->\n    <div class=\"legal-section\">\n      <h2 class=\"legal-h1\">13. \u00c4nderungen dieser Datenschutzerkl\u00e4rung<\/h2>\n      <p class=\"legal-p\">Wir behalten uns vor, diese Datenschutzerkl\u00e4rung anzupassen, um sie an ge\u00e4nderte Rechtslagen oder \u00c4nderungen unserer Dienste anzupassen. Die jeweils aktuelle Version ist stets auf unserer Website abrufbar. Bei wesentlichen \u00c4nderungen informieren wir Sie auf geeignetem Weg.<\/p>\n      \n      <h2 class=\"legal-h1\">14. WhatsApp-Schaltfl\u00e4che<\/h2>\n      <p class=\"legal-p\">Auf unserer Website ist eine WhatsApp-Schaltfl\u00e4che eingebunden, die es Ihnen erm\u00f6glicht, uns direkt \u00fcber den Messenger-Dienst WhatsApp zu kontaktieren. Wenn Sie auf diese Schaltfl\u00e4che klicken, werden Sie zur WhatsApp-Anwendung weitergeleitet.<\/p>\n      <p class=\"legal-p\"><strong>Anbieter:<\/strong> Meta Platforms Ireland Ltd., 4 Grand Canal Square, Grand Canal Harbour, Dublin 2, Irland<\/p>\n      <p class=\"legal-p\">Beim Klick auf die Schaltfl\u00e4che (wa.me-Link) k\u00f6nnen personenbezogene Daten wie Ihre IP-Adresse sowie Ger\u00e4teinformationen an Server von Meta \u00fcbertragen werden. Die Nutzung von WhatsApp zur Kontaktaufnahme ist vollst\u00e4ndig freiwillig.<\/p>\n      <p class=\"legal-p\">Rechtsgrundlage f\u00fcr die Datenverarbeitung im Falle einer Kontaktaufnahme ist Art.\u00a06 Abs.\u00a01 lit.\u00a0b DSGVO (Vertragsvorbereitung) bzw. Art.\u00a06 Abs.\u00a01 lit.\u00a0f DSGVO (berechtigtes Interesse an effizienter Kommunikation). Informationen zur Datenverarbeitung durch Meta finden Sie unter: <a href=\"https:\/\/www.whatsapp.com\/legal\/privacy-policy-eea\" target=\"_blank\" rel=\"noopener noreferrer\">whatsapp.com\/legal\/privacy-policy-eea<\/a>.<\/p>\n<p class=\"legal-p\" style=\"color:var(--muted2);font-size:13px;\">Stand: M\u00e4rz 2026<\/p>\n    <\/div>\n\n  <\/div>\n<\/main>\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=\"\/agb\/\" target=\"_blank\">AGB<\/a><\/li>\n      <li><a href=\"\/datenschutz\/\" target=\"_blank\">Datenschutz<\/a><\/li>\n      <li><a href=\"\/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 Rechtliches Datenschutzerkl\u00e4rung GambTec &nbsp;|&nbsp; Stand: M\u00e4rz 2026 1. Verantwortliche Stelle Verantwortlicher im Sinne der Datenschutz-Grundverordnung (DSGVO) und anderer nationaler Datenschutzgesetze sowie sonstiger datenschutzrechtlicher Bestimmungen ist: GambTec Inhaber: Toni Gambino Meldenweg 18, 12357 Berlin, Deutschland E-Mail: info [at] gambtec.de Website: www.gambtec.de 2. Allgemeine Hinweise zur Datenverarbeitung Wir &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/gambtec.de\/en\/datenschutz\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Datenschutzerklaerung \u2013 GambTec&#8221;<\/span><\/a><\/p>\n","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-50596","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>Datenschutzerklaerung | GambTec<\/title>\n<meta name=\"description\" content=\"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.\" \/>\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\/datenschutz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Datenschutzerklaerung \u2013 GambTec - GambTec\" \/>\n<meta property=\"og:description\" content=\"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gambtec.de\/en\/datenschutz\/\" \/>\n<meta property=\"og:site_name\" content=\"GambTec\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T14:54:36+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=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/datenschutz\\\/\",\"url\":\"https:\\\/\\\/gambtec.de\\\/datenschutz\\\/\",\"name\":\"Datenschutzerklaerung \u2013 GambTec - GambTec\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/#website\"},\"datePublished\":\"2026-03-09T20:44:59+00:00\",\"dateModified\":\"2026-03-16T14:54:36+00:00\",\"description\":\"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gambtec.de\\\/datenschutz\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gambtec.de\\\/datenschutz\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gambtec.de\\\/datenschutz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Start\",\"item\":\"https:\\\/\\\/gambtec.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Datenschutzerklaerung \u2013 GambTec\"}]},{\"@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":"Datenschutzerklaerung | GambTec","description":"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.","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\/datenschutz\/","og_locale":"en_US","og_type":"article","og_title":"Datenschutzerklaerung \u2013 GambTec - GambTec","og_description":"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.","og_url":"https:\/\/gambtec.de\/en\/datenschutz\/","og_site_name":"GambTec","article_modified_time":"2026-03-16T14:54:36+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/gambtec.de\/datenschutz\/","url":"https:\/\/gambtec.de\/datenschutz\/","name":"Datenschutzerklaerung \u2013 GambTec - GambTec","isPartOf":{"@id":"https:\/\/gambtec.de\/#website"},"datePublished":"2026-03-09T20:44:59+00:00","dateModified":"2026-03-16T14:54:36+00:00","description":"Datenschutzerkl\u00e4rung von GambTec gem\u00e4\u00df DSGVO \u2013 Informationen zur Verarbeitung Ihrer personenbezogenen Daten.","breadcrumb":{"@id":"https:\/\/gambtec.de\/datenschutz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gambtec.de\/datenschutz\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/gambtec.de\/datenschutz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Start","item":"https:\/\/gambtec.de\/"},{"@type":"ListItem","position":2,"name":"Datenschutzerklaerung \u2013 GambTec"}]},{"@type":"WebSite","@id":"https:\/\/gambtec.de\/#website","url":"https:\/\/gambtec.de\/","name":"GambTec","description":"B2B trading platform","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\/wp-json\/wp\/v2\/pages\/50596","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/comments?post=50596"}],"version-history":[{"count":13,"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/pages\/50596\/revisions"}],"predecessor-version":[{"id":50760,"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/pages\/50596\/revisions\/50760"}],"wp:attachment":[{"href":"https:\/\/gambtec.de\/en\/wp-json\/wp\/v2\/media?parent=50596"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}