{"id":107,"date":"2020-05-30T03:47:46","date_gmt":"2020-05-30T02:47:46","guid":{"rendered":"http:\/\/digicop.designervily.com\/demo1\/?page_id=12661"},"modified":"2026-07-10T23:37:54","modified_gmt":"2026-07-10T22:37:54","slug":"ueber-uns","status":"publish","type":"page","link":"https:\/\/bentheim.it\/es\/ueber-uns\/","title":{"rendered":"Qui\u00e9nes somos"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"107\" class=\"elementor elementor-107\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1b754c6 pbmit-col-stretched-none pbmit-bg-color-over-image elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"1b754c6\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8c424a2 pbmit-bg-color-over-image\" data-id=\"8c424a2\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f4892d elementor-widget elementor-widget-text-editor\" data-id=\"9f4892d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n\n    <title>\u00dcber uns | Bentheim IT GmbH<\/title>\n    <meta name=\"description\"\n          content=\"Bentheim IT GmbH unterst\u00fctzt Unternehmen mit modernen IT-L\u00f6sungen, Cybersecurity, Cloud, Servermanagement, Backup und pers\u00f6nlichem IT-Support.\">\n\n    <style>\n        \/* =========================================================\n           BENTHEIM IT \u2013 MODERNE \u00dcBER-UNS-SEITE\n           ========================================================= *\/\n\n        :root {\n            --bit-primary: #1457a6;\n            --bit-primary-dark: #0b376d;\n            --bit-accent: #4ea1ff;\n            --bit-dark: #0c1528;\n            --bit-dark-soft: #15213a;\n            --bit-text: #1b2740;\n            --bit-text-light: #677189;\n            --bit-light: #f4f7fb;\n            --bit-white: #ffffff;\n            --bit-border: rgba(20, 87, 166, 0.14);\n            --bit-shadow: 0 24px 70px rgba(12, 21, 40, 0.12);\n            --bit-radius: 26px;\n            --bit-container: 1240px;\n        }\n\n        * {\n            box-sizing: border-box;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            margin: 0;\n            color: var(--bit-text);\n            background: var(--bit-white);\n            font-family: Inter, Arial, Helvetica, sans-serif;\n            line-height: 1.65;\n        }\n\n        img {\n            display: block;\n            max-width: 100%;\n        }\n\n        a {\n            color: inherit;\n            text-decoration: none;\n        }\n\n        .bit-page {\n            overflow: hidden;\n        }\n\n        .bit-container {\n            width: min(calc(100% - 40px), var(--bit-container));\n            margin: 0 auto;\n        }\n\n        .bit-eyebrow {\n            display: inline-flex;\n            align-items: center;\n            gap: 10px;\n            margin-bottom: 18px;\n            color: var(--bit-primary);\n            font-size: 13px;\n            font-weight: 800;\n            letter-spacing: 0.14em;\n            text-transform: uppercase;\n        }\n\n        .bit-eyebrow::before {\n            width: 34px;\n            height: 2px;\n            content: \"\";\n            background: var(--bit-primary);\n        }\n\n        .bit-section-title {\n            max-width: 800px;\n            margin: 0;\n            color: var(--bit-dark);\n            font-size: clamp(38px, 5vw, 64px);\n            font-weight: 720;\n            letter-spacing: -0.045em;\n            line-height: 1.07;\n        }\n\n        .bit-section-intro {\n            max-width: 710px;\n            margin: 25px 0 0;\n            color: var(--bit-text-light);\n            font-size: 18px;\n            line-height: 1.8;\n        }\n\n        \/* =========================================================\n           HERO\n           ========================================================= *\/\n\n        .bit-hero {\n            position: relative;\n            min-height: 610px;\n            display: flex;\n            align-items: center;\n            color: var(--bit-white);\n            background:\n                linear-gradient(\n                    90deg,\n                    rgba(6, 16, 34, 0.96) 0%,\n                    rgba(7, 25, 52, 0.88) 48%,\n                    rgba(11, 55, 109, 0.52) 100%\n                ),\n                url(\"https:\/\/images.unsplash.com\/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=2000&q=85\")\n                center \/ cover no-repeat;\n        }\n\n        .bit-hero::before {\n            position: absolute;\n            inset: 0;\n            content: \"\";\n            pointer-events: none;\n            background:\n                radial-gradient(\n                    circle at 70% 20%,\n                    rgba(78, 161, 255, 0.22),\n                    transparent 35%\n                );\n        }\n\n        .bit-hero::after {\n            position: absolute;\n            right: -180px;\n            bottom: -210px;\n            width: 520px;\n            height: 520px;\n            border: 1px solid rgba(255, 255, 255, 0.15);\n            border-radius: 50%;\n            content: \"\";\n        }\n\n        .bit-hero-content {\n            position: relative;\n            z-index: 2;\n            max-width: 850px;\n            padding: 110px 0 100px;\n        }\n\n        .bit-breadcrumbs {\n            display: flex;\n            flex-wrap: wrap;\n            align-items: center;\n            gap: 9px;\n            margin-bottom: 30px;\n            color: rgba(255, 255, 255, 0.7);\n            font-size: 13px;\n            font-weight: 700;\n            letter-spacing: 0.05em;\n            text-transform: uppercase;\n        }\n\n        .bit-breadcrumbs span:last-child {\n            color: var(--bit-white);\n        }\n\n        .bit-hero-badge {\n            display: inline-flex;\n            align-items: center;\n            gap: 11px;\n            margin-bottom: 25px;\n            padding: 10px 16px;\n            border: 1px solid rgba(255, 255, 255, 0.18);\n            border-radius: 999px;\n            background: rgba(255, 255, 255, 0.08);\n            font-size: 13px;\n            font-weight: 700;\n            backdrop-filter: blur(12px);\n        }\n\n        .bit-hero-badge-dot {\n            width: 9px;\n            height: 9px;\n            border-radius: 50%;\n            background: #69b6ff;\n            box-shadow: 0 0 0 7px rgba(105, 182, 255, 0.14);\n        }\n\n        .bit-hero h1 {\n            max-width: 800px;\n            margin: 0;\n            font-size: clamp(52px, 7vw, 92px);\n            font-weight: 730;\n            letter-spacing: -0.06em;\n            line-height: 0.98;\n        }\n\n        .bit-hero h1 span {\n            color: #82c1ff;\n        }\n\n        .bit-hero-text {\n            max-width: 690px;\n            margin: 30px 0 0;\n            color: rgba(255, 255, 255, 0.78);\n            font-size: clamp(17px, 2vw, 21px);\n            line-height: 1.75;\n        }\n\n        .bit-hero-actions {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 14px;\n            margin-top: 38px;\n        }\n\n        .bit-button {\n            min-height: 54px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            padding: 14px 24px;\n            border: 1px solid transparent;\n            border-radius: 13px;\n            font-size: 15px;\n            font-weight: 750;\n            transition:\n                transform 0.25s ease,\n                box-shadow 0.25s ease,\n                background 0.25s ease;\n        }\n\n        .bit-button:hover {\n            transform: translateY(-3px);\n        }\n\n        .bit-button-primary {\n            color: var(--bit-white);\n            background: var(--bit-primary);\n            box-shadow: 0 16px 35px rgba(20, 87, 166, 0.34);\n        }\n\n        .bit-button-primary:hover {\n            background: #1b68c4;\n        }\n\n        .bit-button-ghost {\n            color: var(--bit-white);\n            border-color: rgba(255, 255, 255, 0.28);\n            background: rgba(255, 255, 255, 0.07);\n        }\n\n        .bit-button-ghost:hover {\n            background: rgba(255, 255, 255, 0.13);\n        }\n\n        \/* =========================================================\n           INTRODUCTION\n           ========================================================= *\/\n\n        .bit-intro {\n            position: relative;\n            padding: 125px 0;\n            background: var(--bit-white);\n        }\n\n        .bit-intro-grid {\n            display: grid;\n            grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);\n            align-items: center;\n            gap: 90px;\n        }\n\n        .bit-intro-copy h2 {\n            margin: 0;\n            color: var(--bit-dark);\n            font-size: clamp(40px, 5vw, 64px);\n            font-weight: 720;\n            letter-spacing: -0.045em;\n            line-height: 1.08;\n        }\n\n        .bit-intro-copy h2 span {\n            color: var(--bit-primary);\n        }\n\n        .bit-intro-copy p {\n            margin: 25px 0 0;\n            color: var(--bit-text-light);\n            font-size: 17px;\n            line-height: 1.85;\n        }\n\n        .bit-intro-list {\n            display: grid;\n            gap: 15px;\n            margin: 31px 0 0;\n            padding: 0;\n            list-style: none;\n        }\n\n        .bit-intro-list li {\n            display: flex;\n            align-items: flex-start;\n            gap: 13px;\n            color: var(--bit-text);\n            font-size: 16px;\n            font-weight: 650;\n        }\n\n        .bit-check {\n            flex: 0 0 auto;\n            width: 25px;\n            height: 25px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 1px;\n            border-radius: 50%;\n            color: var(--bit-white);\n            background: var(--bit-primary);\n            font-size: 13px;\n        }\n\n        .bit-intro-actions {\n            margin-top: 35px;\n        }\n\n        .bit-intro-visual {\n            position: relative;\n            min-height: 610px;\n        }\n\n        .bit-main-image {\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 88%;\n            height: 540px;\n            overflow: hidden;\n            border-radius: 34px;\n            box-shadow: var(--bit-shadow);\n        }\n\n        .bit-main-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .bit-main-image::after {\n            position: absolute;\n            inset: 0;\n            content: \"\";\n            background:\n                linear-gradient(\n                    180deg,\n                    transparent 50%,\n                    rgba(12, 21, 40, 0.25)\n                );\n        }\n\n        .bit-small-image {\n            position: absolute;\n            left: 0;\n            bottom: 0;\n            z-index: 2;\n            width: 48%;\n            height: 245px;\n            overflow: hidden;\n            border: 10px solid var(--bit-white);\n            border-radius: 28px;\n            box-shadow: 0 20px 60px rgba(12, 21, 40, 0.2);\n        }\n\n        .bit-small-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .bit-experience-card {\n            position: absolute;\n            right: -20px;\n            bottom: 22px;\n            z-index: 3;\n            min-width: 230px;\n            padding: 25px 27px;\n            border-radius: 22px;\n            color: var(--bit-white);\n            background: var(--bit-primary);\n            box-shadow: 0 22px 50px rgba(20, 87, 166, 0.3);\n        }\n\n        .bit-experience-card strong {\n            display: block;\n            font-size: 42px;\n            letter-spacing: -0.04em;\n            line-height: 1;\n        }\n\n        .bit-experience-card span {\n            display: block;\n            margin-top: 8px;\n            color: rgba(255, 255, 255, 0.84);\n            font-size: 14px;\n            font-weight: 650;\n        }\n\n        \/* =========================================================\n           STATISTICS\n           ========================================================= *\/\n\n        .bit-stats-wrap {\n            position: relative;\n            z-index: 5;\n            margin-bottom: -85px;\n        }\n\n        .bit-stats {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            overflow: hidden;\n            border: 1px solid rgba(255, 255, 255, 0.09);\n            border-radius: 28px;\n            color: var(--bit-white);\n            background: var(--bit-dark);\n            box-shadow: 0 35px 80px rgba(12, 21, 40, 0.2);\n        }\n\n        .bit-stat {\n            position: relative;\n            padding: 39px 32px;\n        }\n\n        .bit-stat:not(:last-child)::after {\n            position: absolute;\n            top: 25%;\n            right: 0;\n            width: 1px;\n            height: 50%;\n            content: \"\";\n            background: rgba(255, 255, 255, 0.11);\n        }\n\n        .bit-stat strong {\n            display: block;\n            color: #82c1ff;\n            font-size: clamp(34px, 4vw, 51px);\n            letter-spacing: -0.045em;\n            line-height: 1;\n        }\n\n        .bit-stat span {\n            display: block;\n            margin-top: 12px;\n            color: rgba(255, 255, 255, 0.72);\n            font-size: 14px;\n            font-weight: 650;\n        }\n\n        \/* =========================================================\n           SERVICES\n           ========================================================= *\/\n\n        .bit-services {\n            padding: 190px 0 120px;\n            background:\n                linear-gradient(\n                    180deg,\n                    var(--bit-light) 0%,\n                    var(--bit-white) 100%\n                );\n        }\n\n        .bit-services-header {\n            display: flex;\n            align-items: flex-end;\n            justify-content: space-between;\n            gap: 40px;\n            margin-bottom: 55px;\n        }\n\n        .bit-services-header .bit-section-intro {\n            max-width: 490px;\n            margin: 0;\n        }\n\n        .bit-service-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 24px;\n        }\n\n        .bit-service-card {\n            position: relative;\n            min-height: 330px;\n            padding: 35px;\n            overflow: hidden;\n            border: 1px solid var(--bit-border);\n            border-radius: var(--bit-radius);\n            background: rgba(255, 255, 255, 0.92);\n            box-shadow: 0 15px 45px rgba(12, 21, 40, 0.06);\n            transition:\n                transform 0.3s ease,\n                box-shadow 0.3s ease,\n                border-color 0.3s ease;\n        }\n\n        .bit-service-card:hover {\n            transform: translateY(-8px);\n            border-color: rgba(20, 87, 166, 0.3);\n            box-shadow: 0 25px 65px rgba(12, 21, 40, 0.12);\n        }\n\n        .bit-service-card::after {\n            position: absolute;\n            right: -60px;\n            bottom: -70px;\n            width: 180px;\n            height: 180px;\n            border-radius: 50%;\n            content: \"\";\n            background: rgba(78, 161, 255, 0.08);\n        }\n\n        .bit-service-icon {\n            width: 62px;\n            height: 62px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 17px;\n            color: var(--bit-primary);\n            background: #edf5ff;\n            font-size: 28px;\n        }\n\n        .bit-service-card h3 {\n            margin: 27px 0 14px;\n            color: var(--bit-dark);\n            font-size: 24px;\n            letter-spacing: -0.025em;\n            line-height: 1.25;\n        }\n\n        .bit-service-card p {\n            margin: 0;\n            color: var(--bit-text-light);\n            font-size: 15px;\n            line-height: 1.75;\n        }\n\n        .bit-service-link {\n            position: absolute;\n            left: 35px;\n            bottom: 30px;\n            z-index: 2;\n            display: inline-flex;\n            align-items: center;\n            gap: 8px;\n            color: var(--bit-primary);\n            font-size: 14px;\n            font-weight: 800;\n        }\n\n        \/* =========================================================\n           VALUES\n           ========================================================= *\/\n\n        .bit-values {\n            padding: 120px 0;\n            color: var(--bit-white);\n            background: var(--bit-dark);\n        }\n\n        .bit-values-grid {\n            display: grid;\n            grid-template-columns: 0.82fr 1.18fr;\n            align-items: start;\n            gap: 90px;\n        }\n\n        .bit-values .bit-eyebrow {\n            color: #82c1ff;\n        }\n\n        .bit-values .bit-eyebrow::before {\n            background: #82c1ff;\n        }\n\n        .bit-values .bit-section-title {\n            color: var(--bit-white);\n        }\n\n        .bit-values .bit-section-intro {\n            color: rgba(255, 255, 255, 0.68);\n        }\n\n        .bit-value-list {\n            display: grid;\n            gap: 17px;\n        }\n\n        .bit-value-item {\n            display: grid;\n            grid-template-columns: 68px 1fr;\n            gap: 22px;\n            padding: 29px;\n            border: 1px solid rgba(255, 255, 255, 0.09);\n            border-radius: 22px;\n            background: rgba(255, 255, 255, 0.045);\n            transition:\n                background 0.25s ease,\n                transform 0.25s ease;\n        }\n\n        .bit-value-item:hover {\n            transform: translateX(6px);\n            background: rgba(255, 255, 255, 0.075);\n        }\n\n        .bit-value-number {\n            width: 58px;\n            height: 58px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 16px;\n            color: #82c1ff;\n            background: rgba(78, 161, 255, 0.12);\n            font-size: 17px;\n            font-weight: 800;\n        }\n\n        .bit-value-item h3 {\n            margin: 0 0 8px;\n            font-size: 21px;\n        }\n\n        .bit-value-item p {\n            margin: 0;\n            color: rgba(255, 255, 255, 0.65);\n            font-size: 15px;\n            line-height: 1.75;\n        }\n\n        \/* =========================================================\n           PROCESS\n           ========================================================= *\/\n\n        .bit-process {\n            padding: 125px 0;\n            background: var(--bit-white);\n        }\n\n        .bit-process-header {\n            margin-bottom: 60px;\n        }\n\n        .bit-process-grid {\n            position: relative;\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 24px;\n        }\n\n        .bit-process-grid::before {\n            position: absolute;\n            top: 36px;\n            left: 10%;\n            right: 10%;\n            height: 1px;\n            content: \"\";\n            background: linear-gradient(\n                90deg,\n                transparent,\n                rgba(20, 87, 166, 0.35),\n                transparent\n            );\n        }\n\n        .bit-process-item {\n            position: relative;\n            z-index: 2;\n        }\n\n        .bit-process-number {\n            width: 72px;\n            height: 72px;\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            border: 8px solid var(--bit-white);\n            border-radius: 50%;\n            color: var(--bit-white);\n            background: var(--bit-primary);\n            box-shadow: 0 10px 28px rgba(20, 87, 166, 0.24);\n            font-size: 18px;\n            font-weight: 800;\n        }\n\n        .bit-process-item h3 {\n            margin: 25px 0 10px;\n            color: var(--bit-dark);\n            font-size: 21px;\n        }\n\n        .bit-process-item p {\n            margin: 0;\n            color: var(--bit-text-light);\n            font-size: 15px;\n            line-height: 1.75;\n        }\n\n        \/* =========================================================\n           CTA\n           ========================================================= *\/\n\n        .bit-cta {\n            padding: 35px 0 120px;\n            background: var(--bit-white);\n        }\n\n        .bit-cta-box {\n            position: relative;\n            overflow: hidden;\n            display: grid;\n            grid-template-columns: 1.25fr auto;\n            align-items: center;\n            gap: 50px;\n            padding: 65px 70px;\n            border-radius: 32px;\n            color: var(--bit-white);\n            background:\n                linear-gradient(\n                    115deg,\n                    var(--bit-primary-dark),\n                    var(--bit-primary)\n                );\n            box-shadow: 0 30px 75px rgba(20, 87, 166, 0.25);\n        }\n\n        .bit-cta-box::before {\n            position: absolute;\n            top: -180px;\n            right: -80px;\n            width: 420px;\n            height: 420px;\n            border: 1px solid rgba(255, 255, 255, 0.16);\n            border-radius: 50%;\n            content: \"\";\n        }\n\n        .bit-cta-box::after {\n            position: absolute;\n            right: 110px;\n            bottom: -230px;\n            width: 380px;\n            height: 380px;\n            border-radius: 50%;\n            content: \"\";\n            background: rgba(255, 255, 255, 0.05);\n        }\n\n        .bit-cta-content,\n        .bit-cta-action {\n            position: relative;\n            z-index: 2;\n        }\n\n        .bit-cta h2 {\n            max-width: 760px;\n            margin: 0;\n            font-size: clamp(35px, 5vw, 57px);\n            letter-spacing: -0.045em;\n            line-height: 1.1;\n        }\n\n        .bit-cta p {\n            max-width: 680px;\n            margin: 20px 0 0;\n            color: rgba(255, 255, 255, 0.76);\n            font-size: 17px;\n        }\n\n        .bit-cta .bit-button {\n            min-width: 210px;\n            color: var(--bit-primary-dark);\n            background: var(--bit-white);\n            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.16);\n        }\n\n        \/* =========================================================\n           RESPONSIVE\n           ========================================================= *\/\n\n        @media (max-width: 1100px) {\n            .bit-intro-grid,\n            .bit-values-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .bit-intro-grid {\n                gap: 65px;\n            }\n\n            .bit-values-grid {\n                gap: 55px;\n            }\n\n            .bit-service-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .bit-stats {\n                grid-template-columns: repeat(2, 1fr);\n            }\n\n            .bit-stat:nth-child(2)::after {\n                display: none;\n            }\n\n            .bit-stat:nth-child(-n + 2) {\n                border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            }\n\n            .bit-process-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 45px 30px;\n            }\n\n            .bit-process-grid::before {\n                display: none;\n            }\n\n            .bit-cta-box {\n                grid-template-columns: 1fr;\n            }\n        }\n\n        @media (max-width: 760px) {\n            .bit-container {\n                width: min(calc(100% - 28px), var(--bit-container));\n            }\n\n            .bit-hero {\n                min-height: 650px;\n                background-position: 62% center;\n            }\n\n            .bit-hero-content {\n                padding: 85px 0;\n            }\n\n            .bit-hero-actions {\n                flex-direction: column;\n                align-items: stretch;\n            }\n\n            .bit-button {\n                width: 100%;\n            }\n\n            .bit-intro,\n            .bit-values,\n            .bit-process {\n                padding: 85px 0;\n            }\n\n            .bit-intro-visual {\n                min-height: 490px;\n            }\n\n            .bit-main-image {\n                width: 100%;\n                height: 420px;\n            }\n\n            .bit-small-image {\n                width: 53%;\n                height: 180px;\n                border-width: 7px;\n            }\n\n            .bit-experience-card {\n                right: 10px;\n                bottom: -10px;\n                min-width: 190px;\n                padding: 21px;\n            }\n\n            .bit-services {\n                padding: 145px 0 85px;\n            }\n\n            .bit-services-header {\n                display: block;\n            }\n\n            .bit-services-header .bit-section-intro {\n                margin-top: 23px;\n            }\n\n            .bit-service-grid,\n            .bit-process-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .bit-service-card {\n                min-height: 310px;\n            }\n\n            .bit-stats-wrap {\n                margin-bottom: -65px;\n            }\n\n            .bit-stats {\n                grid-template-columns: 1fr;\n            }\n\n            .bit-stat {\n                padding: 30px;\n            }\n\n            .bit-stat:not(:last-child) {\n                border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n            }\n\n            .bit-stat::after {\n                display: none;\n            }\n\n            .bit-value-item {\n                grid-template-columns: 52px 1fr;\n                padding: 23px;\n            }\n\n            .bit-value-number {\n                width: 48px;\n                height: 48px;\n            }\n\n            .bit-cta {\n                padding-bottom: 85px;\n            }\n\n            .bit-cta-box {\n                padding: 45px 27px;\n                border-radius: 25px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .bit-hero h1 {\n                font-size: 47px;\n            }\n\n            .bit-section-title,\n            .bit-intro-copy h2 {\n                font-size: 38px;\n            }\n\n            .bit-intro-visual {\n                min-height: 435px;\n            }\n\n            .bit-main-image {\n                height: 360px;\n                border-radius: 24px;\n            }\n\n            .bit-small-image {\n                display: none;\n            }\n\n            .bit-experience-card {\n                right: 12px;\n                bottom: 6px;\n            }\n        }\n    <\/style>\n<\/head>\n\n<body>\n\n<main class=\"bit-page\">\n\n    <!-- =========================================================\n         HERO\n         ========================================================= -->\n    <section class=\"bit-hero\">\n        <div class=\"bit-container\">\n            <div class=\"bit-hero-content\">\n\n                <div class=\"bit-breadcrumbs\">\n                    <span>Bentheim IT GmbH<\/span>\n                    <span>\u203a<\/span>\n                    <span>Qui\u00e9nes somos<\/span>\n                <\/div>\n\n                <div class=\"bit-hero-badge\">\n                    <span class=\"bit-hero-badge-dot\"><\/span>\n                    IT-Systemhaus aus Bad Bentheim\n                <\/div>\n\n                <h1>\n                    IT, die Ihr Unternehmen\n                    <span>voranbringt.<\/span>\n                <\/h1>\n\n                <p class=\"bit-hero-text\">\n                    Wir entwickeln sichere, moderne und zuverl\u00e4ssige\n                    IT-L\u00f6sungen f\u00fcr Unternehmen. Pers\u00f6nlich betreut,\n                    professionell umgesetzt und auf nachhaltiges Wachstum\n                    ausgerichtet.\n                <\/p>\n\n                <div class=\"bit-hero-actions\">\n                    <a class=\"bit-button bit-button-primary\" href=\"\/es\/kontakt\/\">\n                        Beratung anfragen\n                        <span aria-hidden=\"true\">\u2192<\/span>\n                    <\/a>\n\n                    <a class=\"bit-button bit-button-ghost\" href=\"\/es\/loesungen\/\">\n                        Unsere Leistungen\n                    <\/a>\n                <\/div>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n\n    <!-- =========================================================\n         INTRODUCTION\n         ========================================================= -->\n    <section class=\"bit-intro\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-intro-grid\">\n\n                <div class=\"bit-intro-copy\">\n\n                    <div class=\"bit-eyebrow\">Warum Bentheim IT?<\/div>\n\n                    <h2>\n                        Moderne IT-L\u00f6sungen mit\n                        <span>pers\u00f6nlicher Betreuung.<\/span>\n                    <\/h2>\n\n                    <p>\n                        Die Bentheim IT GmbH unterst\u00fctzt kleine und\n                        mittelst\u00e4ndische Unternehmen bei der Planung,\n                        Umsetzung und Betreuung moderner IT-Infrastrukturen.\n                        Unser Ziel ist es, Technik einfach, sicher und\n                        zuverl\u00e4ssig nutzbar zu machen.\n                    <\/p>\n\n                    <p>\n                        Wir verbinden langj\u00e4hrige Praxiserfahrung mit modernen\n                        Technologien in den Bereichen IT-Support, Cloud,\n                        Cybersecurity, Servermanagement, Backup,\n                        Netzwerkinfrastruktur und Digitalisierung.\n                    <\/p>\n\n                    <ul class=\"bit-intro-list\">\n                        <li>\n                            <span class=\"bit-check\">\u2713<\/span>\n                            Pers\u00f6nlicher Ansprechpartner und kurze Kommunikationswege\n                        <\/li>\n                        <li>\n                            <span class=\"bit-check\">\u2713<\/span>\n                            Individuelle IT-L\u00f6sungen statt unflexibler Standardpakete\n                        <\/li>\n                        <li>\n                            <span class=\"bit-check\">\u2713<\/span>\n                            Proaktive \u00dcberwachung, Sicherheit und schnelle Unterst\u00fctzung\n                        <\/li>\n                    <\/ul>\n\n                    <div class=\"bit-intro-actions\">\n                        <a class=\"bit-button bit-button-primary\"\n                           href=\"\/es\/kontakt\/\">\n                            Pers\u00f6nlich kennenlernen\n                            <span aria-hidden=\"true\">\u2192<\/span>\n                        <\/a>\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"bit-intro-visual\">\n\n                    <div class=\"bit-main-image\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/images.unsplash.com\/photo-1522071820081-009f0129c71c?auto=format&#038;fit=crop&#038;w=1200&#038;q=85\"\n                            alt=\"IT-Team bei der gemeinsamen Projektplanung\"\n                            loading=\"lazy\">\n                    <\/div>\n\n                    <div class=\"bit-small-image\">\n                        <img decoding=\"async\"\n                            src=\"https:\/\/images.unsplash.com\/photo-1558494949-ef010cbdcc31?auto=format&#038;fit=crop&#038;w=800&#038;q=85\"\n                            alt=\"Moderne Server- und IT-Infrastruktur\"\n                            loading=\"lazy\">\n                    <\/div>\n\n                    <div class=\"bit-experience-card\">\n                        <strong>20+<\/strong>\n                        <span>Jahre praktische IT-Erfahrung<\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- =========================================================\n         STATISTICS\n         Pas de cijfers aan wanneer nodig.\n         ========================================================= -->\n    <div class=\"bit-stats-wrap\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-stats\">\n\n                <div class=\"bit-stat\">\n                    <strong>20+<\/strong>\n                    <span>Jahre IT-Erfahrung<\/span>\n                <\/div>\n\n                <div class=\"bit-stat\">\n                    <strong>24\/7<\/strong>\n                    <span>Monitoring m\u00f6glich<\/span>\n                <\/div>\n\n                <div class=\"bit-stat\">\n                    <strong>100+<\/strong>\n                    <span>Betreute Systeme<\/span>\n                <\/div>\n\n                <div class=\"bit-stat\">\n                    <strong>4<\/strong>\n                    <span>Sprachen im Support<\/span>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/div>\n\n\n    <!-- =========================================================\n         SERVICES\n         ========================================================= -->\n    <section class=\"bit-services\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-services-header\">\n\n                <div>\n                    <div class=\"bit-eyebrow\">Unsere Kompetenzbereiche<\/div>\n\n                    <h2 class=\"bit-section-title\">\n                        Alles, was moderne Unternehmens-IT ben\u00f6tigt.\n                    <\/h2>\n                <\/div>\n\n                <p class=\"bit-section-intro\">\n                    Von der t\u00e4glichen Betreuung bis zur vollst\u00e4ndigen\n                    Modernisierung Ihrer IT-Landschaft: Wir entwickeln\n                    L\u00f6sungen, die zu Ihrem Unternehmen passen.\n                <\/p>\n\n            <\/div>\n\n            <div class=\"bit-service-grid\">\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u2699<\/div>\n                    <h3>IT-Support &#038; Managed Services<\/h3>\n                    <p>\n                        Zuverl\u00e4ssige Betreuung Ihrer Arbeitspl\u00e4tze, Systeme,\n                        Benutzer und Anwendungen \u2013 remote oder direkt vor Ort.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u25c8<\/div>\n                    <h3>Cybersecurity &#038; Monitoring<\/h3>\n                    <p>\n                        Schutz vor digitalen Bedrohungen durch Monitoring,\n                        EDR, SIEM, Sicherheitskonzepte und schnelle Reaktion.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u2601<\/div>\n                    <h3>Cloud &#038; Microsoft 365<\/h3>\n                    <p>\n                        Sichere Cloud-Migrationen, Microsoft-365-Umgebungen,\n                        Zusammenarbeit und moderne digitale Arbeitspl\u00e4tze.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u25a6<\/div>\n                    <h3>Server &#038; Netzwerke<\/h3>\n                    <p>\n                        Planung, Installation und Betreuung von Servern,\n                        Netzwerken, Firewalls, VPN-Verbindungen und Standorten.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u21bb<\/div>\n                    <h3>Backup &#038; Wiederherstellung<\/h3>\n                    <p>\n                        Automatisierte Backups, Wiederherstellungsstrategien\n                        und Notfallkonzepte f\u00fcr maximale Gesch\u00e4ftskontinuit\u00e4t.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n                <article class=\"bit-service-card\">\n                    <div class=\"bit-service-icon\">\u2318<\/div>\n                    <h3>Web &#038; Digitalisierung<\/h3>\n                    <p>\n                        Professionelle Websites, Hosting, Automatisierungen\n                        und digitale Prozesse f\u00fcr mehr Effizienz und Wachstum.\n                    <\/p>\n                    <a class=\"bit-service-link\" href=\"\/es\/loesungen\/\">\n                        Mehr erfahren \u2192\n                    <\/a>\n                <\/article>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- =========================================================\n         VALUES\n         ========================================================= -->\n    <section class=\"bit-values\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-values-grid\">\n\n                <div>\n                    <div class=\"bit-eyebrow\">Was uns auszeichnet<\/div>\n\n                    <h2 class=\"bit-section-title\">\n                        IT-Kompetenz mit Verantwortung.\n                    <\/h2>\n\n                    <p class=\"bit-section-intro\">\n                        Wir verstehen uns nicht nur als technischer\n                        Dienstleister, sondern als langfristiger IT-Partner,\n                        der Verantwortung f\u00fcr Sicherheit, Stabilit\u00e4t und\n                        Weiterentwicklung \u00fcbernimmt.\n                    <\/p>\n                <\/div>\n\n                <div class=\"bit-value-list\">\n\n                    <article class=\"bit-value-item\">\n                        <div class=\"bit-value-number\">01<\/div>\n                        <div>\n                            <h3>Pers\u00f6nlich und erreichbar<\/h3>\n                            <p>\n                                Direkte Ansprechpartner, verst\u00e4ndliche\n                                Kommunikation und kurze Entscheidungswege\n                                sorgen f\u00fcr schnelle und zuverl\u00e4ssige L\u00f6sungen.\n                            <\/p>\n                        <\/div>\n                    <\/article>\n\n                    <article class=\"bit-value-item\">\n                        <div class=\"bit-value-number\">02<\/div>\n                        <div>\n                            <h3>Sicher und vorausschauend<\/h3>\n                            <p>\n                                Wir erkennen Risiken fr\u00fchzeitig, \u00fcberwachen\n                                zentrale Systeme und setzen auf nachhaltige\n                                Sicherheits- und Backup-Strategien.\n                            <\/p>\n                        <\/div>\n                    <\/article>\n\n                    <article class=\"bit-value-item\">\n                        <div class=\"bit-value-number\">03<\/div>\n                        <div>\n                            <h3>Flexibel und skalierbar<\/h3>\n                            <p>\n                                Unsere L\u00f6sungen wachsen mit Ihrem Unternehmen\n                                und lassen sich jederzeit an neue\n                                Anforderungen, Standorte und Benutzer anpassen.\n                            <\/p>\n                        <\/div>\n                    <\/article>\n\n                    <article class=\"bit-value-item\">\n                        <div class=\"bit-value-number\">04<\/div>\n                        <div>\n                            <h3>Praktisch und l\u00f6sungsorientiert<\/h3>\n                            <p>\n                                Technologie ist f\u00fcr uns kein Selbstzweck.\n                                Entscheidend ist, dass Ihre IT im Alltag\n                                zuverl\u00e4ssig funktioniert und echten Nutzen bringt.\n                            <\/p>\n                        <\/div>\n                    <\/article>\n\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- =========================================================\n         PROCESS\n         ========================================================= -->\n    <section class=\"bit-process\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-process-header\">\n                <div class=\"bit-eyebrow\">Unsere Arbeitsweise<\/div>\n\n                <h2 class=\"bit-section-title\">\n                    Von der Analyse bis zur laufenden Betreuung.\n                <\/h2>\n\n                <p class=\"bit-section-intro\">\n                    Wir begleiten Sie strukturiert durch jede Projektphase und\n                    sorgen daf\u00fcr, dass Ihre IT-L\u00f6sung technisch, wirtschaftlich\n                    und organisatorisch zu Ihrem Unternehmen passt.\n                <\/p>\n            <\/div>\n\n            <div class=\"bit-process-grid\">\n\n                <article class=\"bit-process-item\">\n                    <div class=\"bit-process-number\">01<\/div>\n                    <h3>Analyse<\/h3>\n                    <p>\n                        Wir erfassen Ihre bestehende IT-Umgebung,\n                        Anforderungen, Risiken und zuk\u00fcnftigen Ziele.\n                    <\/p>\n                <\/article>\n\n                <article class=\"bit-process-item\">\n                    <div class=\"bit-process-number\">02<\/div>\n                    <h3>Konzept<\/h3>\n                    <p>\n                        Sie erhalten ein verst\u00e4ndliches und passendes Konzept\n                        mit klaren Ma\u00dfnahmen und Priorit\u00e4ten.\n                    <\/p>\n                <\/article>\n\n                <article class=\"bit-process-item\">\n                    <div class=\"bit-process-number\">03<\/div>\n                    <h3>Umsetzung<\/h3>\n                    <p>\n                        Wir implementieren die L\u00f6sung kontrolliert,\n                        dokumentiert und mit m\u00f6glichst wenig Unterbrechung.\n                    <\/p>\n                <\/article>\n\n                <article class=\"bit-process-item\">\n                    <div class=\"bit-process-number\">04<\/div>\n                    <h3>Betreuung<\/h3>\n                    <p>\n                        Nach der Umsetzung \u00fcbernehmen wir auf Wunsch\n                        Monitoring, Wartung, Support und Weiterentwicklung.\n                    <\/p>\n                <\/article>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n\n    <!-- =========================================================\n         CALL TO ACTION\n         ========================================================= -->\n    <section class=\"bit-cta\">\n        <div class=\"bit-container\">\n\n            <div class=\"bit-cta-box\">\n\n                <div class=\"bit-cta-content\">\n                    <h2>\n                        Bereit f\u00fcr eine sichere und moderne IT?\n                    <\/h2>\n\n                    <p>\n                        Lassen Sie uns gemeinsam pr\u00fcfen, wie wir Ihre\n                        IT-Infrastruktur zuverl\u00e4ssiger, sicherer und\n                        effizienter gestalten k\u00f6nnen.\n                    <\/p>\n                <\/div>\n\n                <div class=\"bit-cta-action\">\n                    <a class=\"bit-button\" href=\"\/es\/kontakt\/\">\n                        Gespr\u00e4ch vereinbaren \u2192\n                    <\/a>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/main>\n\n<\/body>\n<\/html>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>\u00dcber uns | Bentheim IT GmbH Bentheim IT GmbH \u203a \u00dcber uns IT-Systemhaus aus Bad Bentheim IT, die Ihr Unternehmen voranbringt. Wir entwickeln sichere, moderne und zuverl\u00e4ssige IT-L\u00f6sungen f\u00fcr Unternehmen. Pers\u00f6nlich betreut, professionell umgesetzt und auf nachhaltiges Wachstum ausgerichtet. Beratung anfragen \u2192 Unsere Leistungen Warum Bentheim IT? Moderne IT-L\u00f6sungen mit pers\u00f6nlicher Betreuung. Die Bentheim IT [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":10,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-107","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.1 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>\u00dcber uns - Bentheim IT GmbH - IT Systemhaus Bad Bentheim<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bentheim.it\/es\/ueber-uns\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00dcber uns\" \/>\n<meta property=\"og:description\" content=\"\u00dcber uns | Bentheim IT GmbH Bentheim IT GmbH \u203a \u00dcber uns IT-Systemhaus aus Bad Bentheim IT, die Ihr Unternehmen voranbringt. Wir entwickeln sichere, moderne und zuverl\u00e4ssige IT-L\u00f6sungen f\u00fcr Unternehmen. Pers\u00f6nlich betreut, professionell umgesetzt und auf nachhaltiges Wachstum ausgerichtet. Beratung anfragen \u2192 Unsere Leistungen Warum Bentheim IT? Moderne IT-L\u00f6sungen mit pers\u00f6nlicher Betreuung. Die Bentheim IT [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bentheim.it\/es\/ueber-uns\/\" \/>\n<meta property=\"og:site_name\" content=\"Bentheim IT GmbH - IT Systemhaus Bad Bentheim\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Bentheim.IT.GmbH\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T22:37:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bentheim.it\\\/ueber-uns\\\/\",\"url\":\"https:\\\/\\\/bentheim.it\\\/ueber-uns\\\/\",\"name\":\"\u00dcber uns - Bentheim IT GmbH - IT Systemhaus Bad Bentheim\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bentheim.it\\\/#website\"},\"datePublished\":\"2020-05-30T02:47:46+00:00\",\"dateModified\":\"2026-07-10T22:37:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bentheim.it\\\/ueber-uns\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bentheim.it\\\/ueber-uns\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bentheim.it\\\/ueber-uns\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/bentheim.it\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00dcber uns\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bentheim.it\\\/#website\",\"url\":\"https:\\\/\\\/bentheim.it\\\/\",\"name\":\"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim\",\"description\":\"Sicher und \u00dcbersichtlich\",\"publisher\":{\"@id\":\"https:\\\/\\\/bentheim.it\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bentheim.it\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/bentheim.it\\\/#organization\",\"name\":\"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim\",\"url\":\"https:\\\/\\\/bentheim.it\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/bentheim.it\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/bentheim.it\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/BENTHEIM-IT-LOGO-PRINT.png?fit=6484%2C4180&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/bentheim.it\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/BENTHEIM-IT-LOGO-PRINT.png?fit=6484%2C4180&ssl=1\",\"width\":6484,\"height\":4180,\"caption\":\"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim\"},\"image\":{\"@id\":\"https:\\\/\\\/bentheim.it\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/Bentheim.IT.GmbH\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"\u00dcber uns - Bentheim IT GmbH - IT Systemhaus Bad Bentheim","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:\/\/bentheim.it\/es\/ueber-uns\/","og_locale":"es_ES","og_type":"article","og_title":"\u00dcber uns","og_description":"\u00dcber uns | Bentheim IT GmbH Bentheim IT GmbH \u203a \u00dcber uns IT-Systemhaus aus Bad Bentheim IT, die Ihr Unternehmen voranbringt. Wir entwickeln sichere, moderne und zuverl\u00e4ssige IT-L\u00f6sungen f\u00fcr Unternehmen. Pers\u00f6nlich betreut, professionell umgesetzt und auf nachhaltiges Wachstum ausgerichtet. Beratung anfragen \u2192 Unsere Leistungen Warum Bentheim IT? Moderne IT-L\u00f6sungen mit pers\u00f6nlicher Betreuung. Die Bentheim IT [&hellip;]","og_url":"https:\/\/bentheim.it\/es\/ueber-uns\/","og_site_name":"Bentheim IT GmbH - IT Systemhaus Bad Bentheim","article_publisher":"https:\/\/www.facebook.com\/Bentheim.IT.GmbH","article_modified_time":"2026-07-10T22:37:54+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/bentheim.it\/ueber-uns\/","url":"https:\/\/bentheim.it\/ueber-uns\/","name":"\u00dcber uns - Bentheim IT GmbH - IT Systemhaus Bad Bentheim","isPartOf":{"@id":"https:\/\/bentheim.it\/#website"},"datePublished":"2020-05-30T02:47:46+00:00","dateModified":"2026-07-10T22:37:54+00:00","breadcrumb":{"@id":"https:\/\/bentheim.it\/ueber-uns\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bentheim.it\/ueber-uns\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/bentheim.it\/ueber-uns\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/bentheim.it\/"},{"@type":"ListItem","position":2,"name":"\u00dcber uns"}]},{"@type":"WebSite","@id":"https:\/\/bentheim.it\/#website","url":"https:\/\/bentheim.it\/","name":"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim","description":"Seguro y claro","publisher":{"@id":"https:\/\/bentheim.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bentheim.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/bentheim.it\/#organization","name":"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim","url":"https:\/\/bentheim.it\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/bentheim.it\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/bentheim.it\/wp-content\/uploads\/2023\/07\/BENTHEIM-IT-LOGO-PRINT.png?fit=6484%2C4180&ssl=1","contentUrl":"https:\/\/i0.wp.com\/bentheim.it\/wp-content\/uploads\/2023\/07\/BENTHEIM-IT-LOGO-PRINT.png?fit=6484%2C4180&ssl=1","width":6484,"height":4180,"caption":"Benthteim IT GmbH - EDV Systemhaus Bad Bentheim"},"image":{"@id":"https:\/\/bentheim.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/Bentheim.IT.GmbH"]}]}},"_links":{"self":[{"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/pages\/107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/comments?post=107"}],"version-history":[{"count":23,"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/pages\/107\/revisions"}],"predecessor-version":[{"id":4288,"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/pages\/107\/revisions\/4288"}],"wp:attachment":[{"href":"https:\/\/bentheim.it\/es\/wp-json\/wp\/v2\/media?parent=107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}