{"id":41,"date":"2020-01-31T12:51:38","date_gmt":"2020-01-31T12:51:38","guid":{"rendered":"http:\/\/isotec.com.tr\/?page_id=41"},"modified":"2026-02-13T10:17:52","modified_gmt":"2026-02-13T07:17:52","slug":"uber-uns","status":"publish","type":"page","link":"https:\/\/isotec.com.tr\/de\/uber-uns\/","title":{"rendered":"\u00dcber uns"},"content":{"rendered":"<section  class='av_textblock_section av-av_textblock-681fab0c2b6f1cf5a8726141282e5bbf'   itemscope=\"itemscope\" itemtype=\"https:\/\/schema.org\/CreativeWork\" ><div class='avia_textblock'  itemprop=\"text\" >    <style>\n    \/* ============================================\n       ISOTEC HAKKIMIZDA - SCOPED CSS\n       ============================================ *\/\n\n    .isotec-about-wrapper {\n        --iso-blue: #0d71b9;\n        --iso-dark: #0a0a0a;\n        --iso-dark-blue: #111118;\n        --iso-white: #ffffff;\n        --iso-light: #f8f9fa;\n        --iso-accent: #0a8fd8;\n        --iso-gray: #898989;\n        font-family: inherit;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .isotec-about-wrapper *,\n    .isotec-about-wrapper *::before,\n    .isotec-about-wrapper *::after {\n        box-sizing: border-box;\n        margin: 0;\n        padding: 0;\n    }\n\n    \/* Enfold wrapper border\/padding kald\u0131r *\/\n    .entry-content-wrapper:has(.isotec-about-wrapper),\n    .post-entry:has(.isotec-about-wrapper),\n    .content:has(.isotec-about-wrapper) {\n        border: none !important;\n        padding-bottom: 0 !important;\n        margin-bottom: 0 !important;\n    }\n    .entry-content-wrapper:has(.isotec-about-wrapper)::after,\n    .post-entry:has(.isotec-about-wrapper)::after {\n        display: none !important;\n    }\n\n    .isotec-about-section {\n        width: 100vw !important;\n        margin-left: calc(-50vw + 50%) !important;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .isotec-about-inner {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 30px;\n    }\n\n    \/* Scroll Animations *\/\n    .isotec-about-fade-up,\n    .isotec-about-fade-left,\n    .isotec-about-fade-right,\n    .isotec-about-fade-in {\n        opacity: 0;\n        transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),\n                    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n        will-change: opacity, transform;\n    }\n\n    .isotec-about-fade-up {\n        transform: translateY(60px);\n    }\n\n    .isotec-about-fade-left {\n        transform: translateX(-60px);\n    }\n\n    .isotec-about-fade-right {\n        transform: translateX(60px);\n    }\n\n    .isotec-about-fade-in {\n        transform: scale(0.95);\n    }\n\n    .isotec-about-fade-up.isotec-about-visible,\n    .isotec-about-fade-left.isotec-about-visible,\n    .isotec-about-fade-right.isotec-about-visible,\n    .isotec-about-fade-in.isotec-about-visible {\n        opacity: 1;\n        transform: none;\n    }\n\n    \/* Stagger delays *\/\n    .isotec-about-delay-1 { transition-delay: 0.1s; }\n    .isotec-about-delay-2 { transition-delay: 0.2s; }\n    .isotec-about-delay-3 { transition-delay: 0.3s; }\n    .isotec-about-delay-4 { transition-delay: 0.4s; }\n    .isotec-about-delay-5 { transition-delay: 0.5s; }\n\n    \/* ============================================\n       1. HERO SECTION\n       ============================================ *\/\n\n    .isotec-about-hero {\n        height: 100vh;\n        min-height: 600px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        position: relative;\n        background: url('https:\/\/isotec.com.tr\/wp-content\/uploads\/2026\/02\/ref-ezteam-1-1.webp') center center \/ cover no-repeat;\n    }\n\n    .isotec-about-hero::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: linear-gradient(180deg, rgba(10,10,10,0.82) 0%, rgba(10,10,10,0.88) 100%);\n        z-index: 1;\n    }\n\n    .isotec-about-hero-content {\n        position: relative;\n        z-index: 2;\n        max-width: 900px;\n        padding: 0 30px;\n    }\n\n    .isotec-about-hero h1 {\n        font-size: clamp(2.5rem, 5vw, 4.5rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-white) !important;\n        line-height: 1.15 !important;\n        margin-bottom: 24px !important;\n        letter-spacing: -1px;\n    }\n\n    .isotec-about-hero-sub {\n        font-size: clamp(1rem, 2vw, 1.35rem) !important;\n        color: rgba(255,255,255,0.65) !important;\n        line-height: 1.7 !important;\n        max-width: 700px;\n        margin: 0 auto 60px !important;\n        font-weight: 300 !important;\n    }\n\n    .isotec-about-scroll-indicator {\n        position: absolute;\n        bottom: 40px;\n        left: 50%;\n        transform: translateX(-50%);\n        z-index: 2;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 8px;\n        color: rgba(255,255,255,0.4);\n        font-size: 0.75rem;\n        letter-spacing: 2px;\n        text-transform: uppercase;\n    }\n\n    .isotec-about-scroll-arrow {\n        width: 24px;\n        height: 24px;\n        border-right: 2px solid rgba(255,255,255,0.4);\n        border-bottom: 2px solid rgba(255,255,255,0.4);\n        transform: rotate(45deg);\n        animation: isotecBounce 2s infinite;\n    }\n\n    @keyframes isotecBounce {\n        0%, 20%, 50%, 80%, 100% { transform: rotate(45deg) translateY(0); }\n        40% { transform: rotate(45deg) translateY(10px); }\n        60% { transform: rotate(45deg) translateY(5px); }\n    }\n\n    \/* ============================================\n       2. HAKKIMIZDA SECTION\n       ============================================ *\/\n\n    .isotec-about-who {\n        background: var(--iso-white);\n        padding: 120px 0;\n    }\n\n    .isotec-about-who-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .isotec-about-label {\n        font-size: 0.8rem !important;\n        font-weight: 700 !important;\n        color: var(--iso-blue) !important;\n        text-transform: uppercase;\n        letter-spacing: 4px;\n        margin-bottom: 16px !important;\n        display: block;\n    }\n\n    .isotec-about-who h2 {\n        font-size: clamp(1.8rem, 3vw, 2.8rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-dark) !important;\n        line-height: 1.2 !important;\n        margin-bottom: 28px !important;\n    }\n\n    .isotec-about-who p {\n        font-size: 1.05rem !important;\n        line-height: 1.8 !important;\n        color: var(--iso-gray) !important;\n        margin-bottom: 20px !important;\n    }\n\n    .isotec-about-brand-story {\n        display: flex;\n        align-items: center;\n        gap: 12px;\n        margin-top: 28px !important;\n        padding: 20px 24px;\n        background: var(--iso-light);\n        border-radius: 12px;\n        border-left: 4px solid var(--iso-blue);\n    }\n\n    .isotec-about-brand-iso,\n    .isotec-about-brand-tec {\n        font-size: 1.3rem !important;\n        font-weight: 800 !important;\n        letter-spacing: 2px;\n    }\n\n    .isotec-about-brand-iso {\n        color: var(--iso-blue) !important;\n    }\n\n    .isotec-about-brand-plus {\n        font-size: 1.1rem !important;\n        color: var(--iso-gray) !important;\n        font-weight: 300 !important;\n    }\n\n    .isotec-about-brand-tec {\n        color: var(--iso-dark) !important;\n    }\n\n    .isotec-about-brand-eq {\n        font-size: 1.1rem !important;\n        color: var(--iso-gray) !important;\n        font-weight: 300 !important;\n        margin: 0 4px;\n    }\n\n    .isotec-about-brand-result {\n        font-size: 0.8rem !important;\n        color: var(--iso-gray) !important;\n        line-height: 1.4 !important;\n    }\n\n    .isotec-about-who-img {\n        width: 100%;\n        border-radius: 16px;\n        box-shadow: 0 25px 60px rgba(0,0,0,0.12);\n        transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .isotec-about-who-img:hover {\n        transform: scale(1.02);\n    }\n\n    \/* ============================================\n       2.5 KURUCULAR\n       ============================================ *\/\n\n    .isotec-about-founders {\n        background: var(--iso-light);\n        padding: 100px 0;\n    }\n\n    .isotec-about-founders-heading {\n        text-align: center;\n        margin-bottom: 60px;\n    }\n\n    .isotec-about-founders-heading h2 {\n        font-size: clamp(1.8rem, 3vw, 2.8rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-dark) !important;\n        line-height: 1.2 !important;\n    }\n\n    .isotec-about-founders-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .isotec-about-founder-card {\n        background: var(--iso-white);\n        border-radius: 20px;\n        overflow: hidden;\n        box-shadow: 0 10px 40px rgba(0,0,0,0.06);\n        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        border: 1px solid rgba(0,0,0,0.04);\n    }\n\n    .isotec-about-founder-card:hover {\n        transform: translateY(-8px);\n        box-shadow: 0 25px 60px rgba(0,0,0,0.12);\n    }\n\n    .isotec-about-founder-img-wrap {\n        position: relative;\n        overflow: hidden;\n        aspect-ratio: 4\/3;\n    }\n\n    .isotec-about-founder-img-wrap::after {\n        content: '';\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        height: 40%;\n        background: linear-gradient(to top, rgba(0,0,0,0.3) 0%, transparent 100%);\n    }\n\n    .isotec-about-founder-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n    }\n\n    .isotec-about-founder-card:hover .isotec-about-founder-img {\n        transform: scale(1.05);\n    }\n\n    .isotec-about-founder-info {\n        padding: 28px 24px;\n        text-align: center;\n    }\n\n    .isotec-about-founder-name {\n        font-size: 1.2rem !important;\n        font-weight: 800 !important;\n        color: var(--iso-dark) !important;\n        margin-bottom: 6px !important;\n        display: block;\n    }\n\n    .isotec-about-founder-title {\n        font-size: 0.82rem !important;\n        font-weight: 600 !important;\n        color: var(--iso-blue) !important;\n        text-transform: uppercase;\n        letter-spacing: 2px;\n        margin-bottom: 4px !important;\n        display: block;\n    }\n\n    .isotec-about-founder-badge {\n        display: inline-block;\n        padding: 4px 14px;\n        background: rgba(13,113,185,0.08);\n        border-radius: 20px;\n        font-size: 0.72rem !important;\n        font-weight: 600 !important;\n        color: var(--iso-blue) !important;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        margin-top: 8px;\n    }\n\n    \/* ============================================\n       3. RAKAMLARLA ISOTEC\n       ============================================ *\/\n\n    .isotec-about-stats {\n        background: linear-gradient(135deg, var(--iso-dark) 0%, var(--iso-dark-blue) 100%);\n        padding: 100px 0;\n        position: relative;\n    }\n\n    .isotec-about-stats::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: radial-gradient(circle at 20% 50%, rgba(13,113,185,0.12) 0%, transparent 50%),\n                    radial-gradient(circle at 80% 50%, rgba(13,113,185,0.08) 0%, transparent 50%);\n    }\n\n    .isotec-about-stats-heading {\n        text-align: center;\n        margin-bottom: 60px;\n        position: relative;\n    }\n\n    .isotec-about-stats-heading .isotec-about-label {\n        color: var(--iso-accent) !important;\n    }\n\n    .isotec-about-stats-heading h2 {\n        font-size: clamp(1.8rem, 3vw, 2.8rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-white) !important;\n    }\n\n    .isotec-about-stats-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 40px;\n        position: relative;\n    }\n\n    .isotec-about-stat-card {\n        text-align: center;\n        padding: 40px 20px;\n        border-radius: 16px;\n        background: rgba(255,255,255,0.03);\n        border: 1px solid rgba(255,255,255,0.06);\n        transition: all 0.4s ease;\n    }\n\n    .isotec-about-stat-card:hover {\n        background: rgba(255,255,255,0.07);\n        transform: translateY(-5px);\n        border-color: rgba(13,113,185,0.3);\n    }\n\n    .isotec-about-stat-number {\n        font-size: clamp(2.5rem, 4vw, 3.8rem) !important;\n        font-weight: 900 !important;\n        color: var(--iso-white) !important;\n        line-height: 1 !important;\n        margin-bottom: 4px !important;\n        display: block;\n    }\n\n    .isotec-about-stat-suffix {\n        color: var(--iso-blue);\n    }\n\n    .isotec-about-stat-label {\n        font-size: 0.95rem !important;\n        color: rgba(255,255,255,0.45) !important;\n        font-weight: 400 !important;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n    }\n\n    \/* ============================================\n       4. 5S FELSEFES\u0130\n       ============================================ *\/\n\n    .isotec-about-values {\n        background: var(--iso-white);\n        padding: 120px 0;\n    }\n\n    .isotec-about-quote-block {\n        text-align: center;\n        max-width: 800px;\n        margin: 0 auto 70px;\n    }\n\n    .isotec-about-quote {\n        font-size: clamp(1.6rem, 3vw, 2.4rem) !important;\n        font-style: italic !important;\n        font-weight: 700 !important;\n        color: var(--iso-dark) !important;\n        line-height: 1.4 !important;\n        margin-bottom: 24px !important;\n        position: relative;\n    }\n\n    .isotec-about-quote::before {\n        content: '\\201C';\n        font-size: 5rem;\n        color: var(--iso-blue);\n        opacity: 0.15;\n        position: absolute;\n        top: -30px;\n        left: -10px;\n        line-height: 1;\n    }\n\n    .isotec-about-quote-desc {\n        font-size: 1.05rem !important;\n        color: var(--iso-gray) !important;\n        line-height: 1.8 !important;\n        max-width: 650px;\n        margin: 0 auto !important;\n    }\n\n    .isotec-about-values-visual {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 60px;\n        align-items: center;\n        margin-bottom: 60px;\n    }\n\n    .isotec-about-values-img {\n        width: 100%;\n        border-radius: 16px;\n        box-shadow: 0 20px 50px rgba(0,0,0,0.1);\n    }\n\n    .isotec-about-5s-grid {\n        display: grid;\n        grid-template-columns: repeat(5, 1fr);\n        gap: 20px;\n    }\n\n    .isotec-about-5s-card {\n        background: var(--iso-light);\n        border-radius: 12px;\n        padding: 30px 20px;\n        text-align: center;\n        border: 1px solid rgba(0,0,0,0.04);\n        transition: all 0.4s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .isotec-about-5s-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 3px;\n        background: var(--iso-blue);\n        transform: scaleX(0);\n        transition: transform 0.4s ease;\n    }\n\n    .isotec-about-5s-card:hover::before {\n        transform: scaleX(1);\n    }\n\n    .isotec-about-5s-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.08);\n    }\n\n    .isotec-about-5s-number {\n        font-size: 2rem !important;\n        font-weight: 900 !important;\n        color: var(--iso-blue) !important;\n        opacity: 0.15;\n        margin-bottom: 10px !important;\n        display: block;\n    }\n\n    .isotec-about-5s-jp {\n        font-size: 1rem !important;\n        font-weight: 700 !important;\n        color: var(--iso-dark) !important;\n        margin-bottom: 4px !important;\n        display: block;\n    }\n\n    .isotec-about-5s-tr {\n        font-size: 0.85rem !important;\n        font-weight: 600 !important;\n        color: var(--iso-blue) !important;\n        margin-bottom: 10px !important;\n        display: block;\n    }\n\n    .isotec-about-5s-desc {\n        font-size: 0.82rem !important;\n        color: var(--iso-gray) !important;\n        line-height: 1.5 !important;\n    }\n\n    \/* ============================================\n       5. EK\u0130P RUHU\n       ============================================ *\/\n\n    .isotec-about-team {\n        height: 500px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        text-align: center;\n        position: relative;\n        background: url('https:\/\/isotec.com.tr\/wp-content\/uploads\/2023\/09\/MicrosoftTeams-image-8.jpg') center center \/ cover no-repeat fixed;\n    }\n\n    .isotec-about-team::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: linear-gradient(180deg, rgba(10,10,10,0.78) 0%, rgba(10,10,10,0.85) 100%);\n    }\n\n    .isotec-about-team-content {\n        position: relative;\n        z-index: 2;\n        max-width: 750px;\n        padding: 0 30px;\n    }\n\n    .isotec-about-team h2 {\n        font-size: clamp(2rem, 4vw, 3rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-white) !important;\n        margin-bottom: 24px !important;\n        line-height: 1.2 !important;\n    }\n\n    .isotec-about-team p {\n        font-size: 1.1rem !important;\n        color: rgba(255,255,255,0.6) !important;\n        line-height: 1.8 !important;\n        font-weight: 300 !important;\n    }\n\n    .isotec-about-team-principle {\n        margin-top: 24px !important;\n        padding: 16px 28px;\n        background: rgba(13,113,185,0.15);\n        border: 1px solid rgba(13,113,185,0.25);\n        border-radius: 12px;\n        display: inline-block;\n    }\n\n    .isotec-about-team-principle span {\n        font-size: 0.95rem !important;\n        font-weight: 600 !important;\n        color: rgba(255,255,255,0.85) !important;\n        font-style: italic;\n    }\n\n    \/* ============================================\n       6. INOVASYON\n       ============================================ *\/\n\n    .isotec-about-innovation {\n        background: var(--iso-white);\n        padding: 120px 0;\n    }\n\n    .isotec-about-innovation-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .isotec-about-icon-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n    }\n\n    .isotec-about-icon-item {\n        background: var(--iso-light);\n        border-radius: 16px;\n        padding: 40px 20px;\n        text-align: center;\n        transition: all 0.4s ease;\n        border: 1px solid rgba(0,0,0,0.04);\n    }\n\n    .isotec-about-icon-item:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 35px rgba(0,0,0,0.08);\n    }\n\n    .isotec-about-icon-svg {\n        width: 48px;\n        height: 48px;\n        margin: 0 auto 12px;\n        display: block;\n    }\n\n    .isotec-about-icon-label {\n        font-size: 0.8rem !important;\n        font-weight: 600 !important;\n        color: var(--iso-dark) !important;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    .isotec-about-innovation h2 {\n        font-size: clamp(1.8rem, 3vw, 2.8rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-dark) !important;\n        margin-bottom: 24px !important;\n        line-height: 1.2 !important;\n    }\n\n    .isotec-about-innovation > .isotec-about-inner > .isotec-about-innovation-grid > div:last-child > p {\n        font-size: 1.05rem !important;\n        color: var(--iso-gray) !important;\n        line-height: 1.8 !important;\n        margin-bottom: 32px !important;\n    }\n\n    .isotec-about-feature-list {\n        list-style: none !important;\n        padding: 0 !important;\n        margin: 0 !important;\n    }\n\n    .isotec-about-feature-list li {\n        display: flex;\n        align-items: center;\n        gap: 16px;\n        padding: 16px 0;\n        border-bottom: 1px solid rgba(0,0,0,0.06);\n        font-size: 1rem !important;\n        font-weight: 600 !important;\n        color: var(--iso-dark) !important;\n    }\n\n    .isotec-about-feature-list li:last-child {\n        border-bottom: none;\n    }\n\n    .isotec-about-feature-dot {\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        background: var(--iso-blue);\n        flex-shrink: 0;\n    }\n\n    \/* ============================================\n       7. GLOBAL VARLIK\n       ============================================ *\/\n\n    .isotec-about-global {\n        background: linear-gradient(135deg, var(--iso-dark) 0%, var(--iso-dark-blue) 100%);\n        padding: 120px 0;\n        position: relative;\n    }\n\n    .isotec-about-global::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: radial-gradient(ellipse at center, rgba(13,113,185,0.06) 0%, transparent 70%);\n    }\n\n    .isotec-about-global-heading {\n        text-align: center;\n        margin-bottom: 60px;\n        position: relative;\n    }\n\n    .isotec-about-global-heading .isotec-about-label {\n        color: var(--iso-accent) !important;\n    }\n\n    .isotec-about-global-heading h2 {\n        font-size: clamp(1.8rem, 3vw, 2.8rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-white) !important;\n    }\n\n    .isotec-about-map-container {\n        max-width: 800px;\n        margin: 0 auto 60px;\n        position: relative;\n    }\n\n    .isotec-about-map-svg {\n        width: 100%;\n        height: auto;\n    }\n\n    .isotec-about-map-legend {\n        display: flex;\n        justify-content: center;\n        gap: 30px;\n        margin-top: 20px;\n        flex-wrap: wrap;\n    }\n    .isotec-about-map-legend-item {\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        font-size: 13px;\n        color: rgba(255,255,255,0.7);\n    }\n    .isotec-about-map-legend-dot {\n        width: 10px;\n        height: 10px;\n        border-radius: 50%;\n        flex-shrink: 0;\n    }\n    .isotec-about-map-legend-dot.hq { background: #0d71b9; }\n    .isotec-about-map-legend-dot.dealer { background: #2ecc71; }\n    .isotec-about-map-legend-dot.export { background: #f39c12; }\n\n    @keyframes mapDotPulse {\n        0%, 100% { r: 3; opacity: 0.6; }\n        50% { r: 5; opacity: 0.3; }\n    }\n\n    .isotec-about-offices-grid {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 30px;\n        max-width: 800px;\n        margin: 0 auto;\n        position: relative;\n    }\n\n    .isotec-about-office-card {\n        background: rgba(255,255,255,0.03);\n        border: 1px solid rgba(255,255,255,0.08);\n        border-radius: 16px;\n        padding: 36px;\n        transition: all 0.4s ease;\n    }\n\n    .isotec-about-office-card:hover {\n        background: rgba(255,255,255,0.06);\n        border-color: rgba(13,113,185,0.3);\n        transform: translateY(-3px);\n    }\n\n    .isotec-about-office-flag {\n        font-size: 2rem !important;\n        margin-bottom: 16px !important;\n        display: block;\n    }\n\n    .isotec-about-office-card h3 {\n        font-size: 1.15rem !important;\n        font-weight: 700 !important;\n        color: var(--iso-white) !important;\n        margin-bottom: 12px !important;\n    }\n\n    .isotec-about-office-card p {\n        font-size: 0.92rem !important;\n        color: rgba(255,255,255,0.4) !important;\n        line-height: 1.6 !important;\n    }\n\n    \/* ============================================\n       8. CTA\n       ============================================ *\/\n\n    .isotec-about-cta {\n        background: linear-gradient(135deg, var(--iso-blue) 0%, var(--iso-accent) 50%, #065a94 100%);\n        padding: 100px 0;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        border: none !important;\n        outline: none !important;\n        margin-bottom: -2px;\n    }\n    .isotec-about-cta::after {\n        content: '';\n        position: absolute;\n        bottom: -2px;\n        left: 0;\n        right: 0;\n        height: 4px;\n        background: linear-gradient(135deg, var(--iso-blue) 0%, var(--iso-accent) 50%, #065a94 100%);\n    }\n\n    .isotec-about-cta::before {\n        content: '';\n        position: absolute;\n        inset: 0;\n        background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.08) 0%, transparent 50%);\n    }\n\n    .isotec-about-cta-content {\n        position: relative;\n    }\n\n    .isotec-about-cta h2 {\n        font-size: clamp(2rem, 4vw, 3rem) !important;\n        font-weight: 800 !important;\n        color: var(--iso-white) !important;\n        margin-bottom: 32px !important;\n        line-height: 1.2 !important;\n    }\n\n    .isotec-about-cta-btn {\n        display: inline-block;\n        padding: 18px 48px;\n        background: var(--iso-white) !important;\n        color: var(--iso-blue) !important;\n        font-size: 1rem !important;\n        font-weight: 700 !important;\n        text-decoration: none !important;\n        border-radius: 50px;\n        transition: all 0.4s ease;\n        letter-spacing: 1px;\n        text-transform: uppercase;\n        box-shadow: 0 10px 30px rgba(0,0,0,0.15);\n    }\n\n    .isotec-about-cta-btn:hover {\n        transform: translateY(-3px) scale(1.03);\n        box-shadow: 0 15px 40px rgba(0,0,0,0.25);\n        color: var(--iso-blue) !important;\n        text-decoration: none !important;\n    }\n\n    \/* ============================================\n       RESPONSIVE\n       ============================================ *\/\n\n    @media (max-width: 1024px) {\n        .isotec-about-5s-grid {\n            grid-template-columns: repeat(3, 1fr);\n        }\n        .isotec-about-stats-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n    }\n\n    @media (max-width: 768px) {\n        .isotec-about-who-grid,\n        .isotec-about-innovation-grid,\n        .isotec-about-values-visual {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .isotec-about-founders-grid {\n            grid-template-columns: 1fr;\n            max-width: 400px;\n        }\n\n        .isotec-about-stats-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n        }\n\n        .isotec-about-5s-grid {\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n        }\n\n        .isotec-about-offices-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .isotec-about-icon-grid {\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n        }\n\n        .isotec-about-hero {\n            min-height: 500px;\n            height: 80vh;\n        }\n\n        .isotec-about-team {\n            height: 450px;\n        }\n\n        .isotec-about-who,\n        .isotec-about-values,\n        .isotec-about-innovation {\n            padding: 80px 0;\n        }\n\n        .isotec-about-stats,\n        .isotec-about-global,\n        .isotec-about-founders {\n            padding: 70px 0;\n        }\n\n        .isotec-about-inner {\n            padding: 0 20px;\n        }\n\n        .isotec-about-who-img-wrap {\n            order: -1;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .isotec-about-5s-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .isotec-about-stats-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .isotec-about-icon-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .isotec-about-stat-card {\n            padding: 30px 16px;\n        }\n\n        .isotec-about-brand-story {\n            flex-wrap: wrap;\n            justify-content: center;\n            text-align: center;\n        }\n    }\n    <\/style>\n\n    <div class=\"isotec-about-wrapper\">\n\n        <!-- 1. HERO -->\n        <section class=\"isotec-about-section isotec-about-hero\">\n            <div class=\"isotec-about-hero-content\">\n                <h1 class=\"isotec-about-fade-up\">Die Zukunft der Solarenergie<br>Wir bauen<\/h1>\n                <p class=\"isotec-about-hero-sub isotec-about-fade-up isotec-about-delay-2\">Seit 2010 bieten wir in Europa und dem Nahen Osten L\u00f6sungen f\u00fcr die Installation von Solarenergieanlagen im Gigawattbereich an.<\/p>\n            <\/div>\n            <div class=\"isotec-about-scroll-indicator\">\n                <span>Entdecken<\/span>\n                <div class=\"isotec-about-scroll-arrow\"><\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 2. HAKKIMIZDA -->\n        <section class=\"isotec-about-section isotec-about-who\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-who-grid\">\n                    <div class=\"isotec-about-fade-left\">\n                        <span class=\"isotec-about-label\">Wer sind wir?<\/span>\n                        <h2>Solarenergiel\u00f6sungen durch Ingenieursleistung<\/h2>\n                        <p>ISOTEC Solar Mounting Systems bietet seinen Kunden modernste Technik und Produkte. Mit \u00fcber 10 Jahren Erfahrung hat unser Ingenieurteam Solaranlagen mit Gigawatt-Kapazit\u00e4t in ganz Europa und dem Nahen Osten entwickelt und implementiert.<\/p>\n                        <p>ISO steht f\u00fcr Qualit\u00e4tsstandards, TEC f\u00fcr technischen und technologischen Fortschritt. Wir bieten wirtschaftliche Produkte an, die sich durch einfache Anwendung und hohe Langlebigkeit auszeichnen.<\/p>\n                        <div class=\"isotec-about-brand-story\">\n                            <span class=\"isotec-about-brand-iso\">ISO<\/span>\n                            <span class=\"isotec-about-brand-plus\">+<\/span>\n                            <span class=\"isotec-about-brand-tec\">TEC<\/span>\n                            <span class=\"isotec-about-brand-eq\">=<\/span>\n                            <span class=\"isotec-about-brand-result\">Qualit\u00e4tsstandards<br>+ Technologischer Fortschritt<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"isotec-about-who-img-wrap isotec-about-fade-right\">\n                        <img decoding=\"async\" src=\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2026\/02\/ref-ezteam-2-1.webp\"\n                             alt=\"ISOTEC Solar \u2013 Ein Blick auf das Digitaldisplay.\"\n                             class=\"isotec-about-who-img\"\n                             loading=\"lazy\" \/>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 2.5 KURUCULAR -->\n        <section class=\"isotec-about-section isotec-about-founders\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-founders-heading isotec-about-fade-up\">\n                    <span class=\"isotec-about-label\">F\u00fchrung<\/span>\n                    <h2>Unsere Gr\u00fcnder<\/h2>\n                <\/div>\n                <div class=\"isotec-about-founders-grid\">\n                    <div class=\"isotec-about-founder-card isotec-about-fade-left isotec-about-delay-1\">\n                        <div class=\"isotec-about-founder-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2026\/02\/erkan-founder.jpg\"\n                                 alt=\"Erkan \u00d6zt\u00fcrk \u2013 CEO\/CTO &amp; Gr\u00fcnder\"\n                                 class=\"isotec-about-founder-img\"\n                                 loading=\"lazy\" \/>\n                        <\/div>\n                        <div class=\"isotec-about-founder-info\">\n                            <span class=\"isotec-about-founder-name\">Erkan \u00d6zt\u00fcrk<\/span>\n                            <span class=\"isotec-about-founder-title\">CEO\/CTO<\/span>\n                            <span class=\"isotec-about-founder-badge\">Gr\u00fcnder<\/span>\n                        <\/div>\n                    <\/div>\n                    <div class=\"isotec-about-founder-card isotec-about-fade-right isotec-about-delay-2\">\n                        <div class=\"isotec-about-founder-img-wrap\">\n                            <img decoding=\"async\" src=\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2026\/02\/zahide-founder.jpg\"\n                                 alt=\"Zahide Akbeyik \u2013 CFO und Gr\u00fcnder\"\n                                 class=\"isotec-about-founder-img\"\n                                 style=\"object-position: left;\"\n                                 loading=\"lazy\" \/>\n                        <\/div>\n                        <div class=\"isotec-about-founder-info\">\n                            <span class=\"isotec-about-founder-name\">Zahide Akbeyik<\/span>\n                            <span class=\"isotec-about-founder-title\">CFO<\/span>\n                            <span class=\"isotec-about-founder-badge\">Gr\u00fcnder<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 3. RAKAMLARLA ISOTEC -->\n        <section class=\"isotec-about-section isotec-about-stats\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-stats-heading isotec-about-fade-up\">\n                    <span class=\"isotec-about-label\">In Zahlen<\/span>\n                    <h2>ISOTEC auf einen Blick<\/h2>\n                <\/div>\n                <div class=\"isotec-about-stats-grid\">\n                    <div class=\"isotec-about-stat-card isotec-about-fade-up isotec-about-delay-1\">\n                        <span class=\"isotec-about-stat-number\">\n                            <span class=\"isotec-about-counter\" data-target=\"10\">0<\/span><span class=\"isotec-about-stat-suffix\">+<\/span>\n                        <\/span>\n                        <span class=\"isotec-about-stat-label\">Jahre Erfahrung<\/span>\n                    <\/div>\n                    <div class=\"isotec-about-stat-card isotec-about-fade-up isotec-about-delay-2\">\n                        <span class=\"isotec-about-stat-number\">\n                            <span class=\"isotec-about-counter\" data-target=\"35\">0<\/span><span class=\"isotec-about-stat-suffix\">+<\/span>\n                        <\/span>\n                        <span class=\"isotec-about-stat-label\">im Land aktiv<\/span>\n                    <\/div>\n                    <div class=\"isotec-about-stat-card isotec-about-fade-up isotec-about-delay-3\">\n                        <span class=\"isotec-about-stat-number\">\n                            <span class=\"isotec-about-counter\" data-target=\"1000\">0<\/span><span class=\"isotec-about-stat-suffix\">+<\/span>\n                        <\/span>\n                        <span class=\"isotec-about-stat-label\">Installierte Leistung in MW<\/span>\n                    <\/div>\n                    <div class=\"isotec-about-stat-card isotec-about-fade-up isotec-about-delay-4\">\n                        <span class=\"isotec-about-stat-number\">\n                            <span class=\"isotec-about-counter\" data-target=\"500\">0<\/span><span class=\"isotec-about-stat-suffix\">+<\/span>\n                        <\/span>\n                        <span class=\"isotec-about-stat-label\">Abgeschlossenes Projekt<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 4. 5S FELSEFES\u0130 -->\n        <section class=\"isotec-about-section isotec-about-values\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-quote-block isotec-about-fade-up\">\n                    <p class=\"isotec-about-quote\">Diese Linie ist eine Ehre f\u00fcr 5S.<\/p>\n                    <p class=\"isotec-about-quote-desc\">Wir haben diese Regel voll und ganz angenommen und gemeinsam mit unseren Mitarbeitern viele wunderbare Erlebnisse geschaffen. Wir haben unser Versprechen, Ordnung und Disziplin noch st\u00e4rker in den Arbeitsbereichen zu f\u00f6rdern, deutlich sichtbar gemacht. Wir haben dies selbst umgesetzt. Die Bedeutung von Ordnung und Disziplin beschr\u00e4nkt sich nicht nur auf die Arbeitsbereiche; sie ist in unserem Leben gleicherma\u00dfen wichtig.<\/p>\n                <\/div>\n\n                <div class=\"isotec-about-values-visual\">\n                    <div class=\"isotec-about-fade-left\">\n                        <img decoding=\"async\" src=\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2026\/02\/ref-5s-cizgi.jpg\"\n                             alt=\"ISOTEC 5S Linienaktivit\u00e4t\"\n                             class=\"isotec-about-values-img\"\n                             loading=\"lazy\" \/>\n                    <\/div>\n                    <div class=\"isotec-about-5s-grid isotec-about-fade-right\">\n                        <div class=\"isotec-about-5s-card isotec-about-delay-1\">\n                            <span class=\"isotec-about-5s-number\">1<\/span>\n                            <span class=\"isotec-about-5s-jp\">Seiri<\/span>\n                            <span class=\"isotec-about-5s-tr\">Klassifizieren<\/span>\n                            <p class=\"isotec-about-5s-desc\">Trenne die \u00fcberfl\u00fcssigen Exemplare ab.<\/p>\n                        <\/div>\n                        <div class=\"isotec-about-5s-card isotec-about-delay-2\">\n                            <span class=\"isotec-about-5s-number\">2<\/span>\n                            <span class=\"isotec-about-5s-jp\">Seiton<\/span>\n                            <span class=\"isotec-about-5s-tr\">Bearbeiten<\/span>\n                            <p class=\"isotec-about-5s-desc\">Alles hat seinen Platz.<\/p>\n                        <\/div>\n                        <div class=\"isotec-about-5s-card isotec-about-delay-3\">\n                            <span class=\"isotec-about-5s-number\">3<\/span>\n                            <span class=\"isotec-about-5s-jp\">Seiso<\/span>\n                            <span class=\"isotec-about-5s-tr\">Sauber<\/span>\n                            <p class=\"isotec-about-5s-desc\">Makellos sauberer Arbeitsplatz<\/p>\n                        <\/div>\n                        <div class=\"isotec-about-5s-card isotec-about-delay-4\">\n                            <span class=\"isotec-about-5s-number\">4<\/span>\n                            <span class=\"isotec-about-5s-jp\">Seiketsu<\/span>\n                            <span class=\"isotec-about-5s-tr\">Standardisieren<\/span>\n                            <p class=\"isotec-about-5s-desc\">Legt die Regeln fest.<\/p>\n                        <\/div>\n                        <div class=\"isotec-about-5s-card isotec-about-delay-5\">\n                            <span class=\"isotec-about-5s-number\">5<\/span>\n                            <span class=\"isotec-about-5s-jp\">Shitsuke<\/span>\n                            <span class=\"isotec-about-5s-tr\">Weitermachen<\/span>\n                            <p class=\"isotec-about-5s-desc\">Setzen Sie die Disziplin fort.<\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 5. EK\u0130P RUHU -->\n        <section class=\"isotec-about-section isotec-about-team\">\n            <div class=\"isotec-about-team-content\">\n                <h2 class=\"isotec-about-fade-up\">Ein Team, eine Familie, eine Vision<\/h2>\n                <p class=\"isotec-about-fade-up isotec-about-delay-2\">Unser Unternehmen, das der Kundenzufriedenheit h\u00f6chste Priorit\u00e4t einr\u00e4umt, hat die Erf\u00fcllung seiner Versprechen zu einem Kernprinzip seiner Arbeit gemacht.<\/p>\n                <div class=\"isotec-about-team-principle isotec-about-fade-up isotec-about-delay-3\">\n                    <span>\"\u00dcbernehmt so viel Arbeit, wie ihr bew\u00e4ltigen k\u00f6nnt, und liefert sie vorzeitig ab.\"<\/span>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 6. \u0130NOVASYON -->\n        <section class=\"isotec-about-section isotec-about-innovation\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-innovation-grid\">\n                    <div class=\"isotec-about-fade-left\">\n                        <div class=\"isotec-about-icon-grid\">\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect x=\"6\" y=\"8\" width=\"36\" height=\"28\" rx=\"3\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                    <line x1=\"6\" y1=\"16\" x2=\"42\" y2=\"16\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <circle cx=\"12\" cy=\"12\" r=\"1.5\" fill=\"#0d71b9\"\/>\n                                    <circle cx=\"17\" cy=\"12\" r=\"1.5\" fill=\"#0d71b9\"\/>\n                                    <circle cx=\"22\" cy=\"12\" r=\"1.5\" fill=\"#0d71b9\"\/>\n                                    <rect x=\"12\" y=\"22\" width=\"10\" height=\"3\" rx=\"1\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <rect x=\"12\" y=\"28\" width=\"16\" height=\"3\" rx=\"1\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <line x1=\"18\" y1=\"36\" x2=\"30\" y2=\"36\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"24\" y1=\"36\" x2=\"24\" y2=\"40\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"16\" y1=\"40\" x2=\"32\" y2=\"40\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">ERP<\/span>\n                            <\/div>\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <circle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                    <path d=\"M24 12 L28 22 L24 20 L20 22 Z\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <circle cx=\"24\" cy=\"24\" r=\"3\" fill=\"#0d71b9\"\/>\n                                    <line x1=\"24\" y1=\"6\" x2=\"24\" y2=\"10\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"24\" y1=\"38\" x2=\"24\" y2=\"42\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"6\" y1=\"24\" x2=\"10\" y2=\"24\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"38\" y1=\"24\" x2=\"42\" y2=\"24\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">Berechnung<\/span>\n                            <\/div>\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M10 36 L10 20 L18 12 L26 20 L26 36\" stroke=\"#0d71b9\" stroke-width=\"2.5\" fill=\"none\"\/>\n                                    <rect x=\"14\" y=\"24\" width=\"8\" height=\"12\" rx=\"1\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <path d=\"M26 36 L26 16 L34 8 L42 16 L42 36\" stroke=\"#0d71b9\" stroke-width=\"2.5\" fill=\"none\"\/>\n                                    <rect x=\"30\" y=\"20\" width=\"8\" height=\"8\" rx=\"1\" stroke=\"#0d71b9\" stroke-width=\"2\"\/>\n                                    <line x1=\"6\" y1=\"36\" x2=\"44\" y2=\"36\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                    <path d=\"M34 32 L34 36 L38 36 L38 32\" stroke=\"#0d71b9\" stroke-width=\"1.5\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">Automatisierung<\/span>\n                            <\/div>\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M8 38 L18 22 L26 30 L38 10\" stroke=\"#0d71b9\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                                    <circle cx=\"8\" cy=\"38\" r=\"3\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <circle cx=\"18\" cy=\"22\" r=\"3\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <circle cx=\"26\" cy=\"30\" r=\"3\" fill=\"#0d71b9\" opacity=\"0.4\"\/>\n                                    <circle cx=\"38\" cy=\"10\" r=\"3\" fill=\"#0d71b9\"\/>\n                                    <polyline points=\"33,10 38,10 38,15\" stroke=\"#0d71b9\" stroke-width=\"2\" fill=\"none\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">Analytisch<\/span>\n                            <\/div>\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <rect x=\"8\" y=\"6\" width=\"32\" height=\"36\" rx=\"3\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                    <line x1=\"14\" y1=\"16\" x2=\"34\" y2=\"16\" stroke=\"#0d71b9\" stroke-width=\"2\" opacity=\"0.4\"\/>\n                                    <line x1=\"14\" y1=\"22\" x2=\"30\" y2=\"22\" stroke=\"#0d71b9\" stroke-width=\"2\" opacity=\"0.4\"\/>\n                                    <line x1=\"14\" y1=\"28\" x2=\"34\" y2=\"28\" stroke=\"#0d71b9\" stroke-width=\"2\" opacity=\"0.4\"\/>\n                                    <line x1=\"14\" y1=\"34\" x2=\"26\" y2=\"34\" stroke=\"#0d71b9\" stroke-width=\"2\" opacity=\"0.4\"\/>\n                                    <circle cx=\"36\" cy=\"36\" r=\"8\" fill=\"white\" stroke=\"#0d71b9\" stroke-width=\"2.5\"\/>\n                                    <polyline points=\"33,36 35,38 39,34\" stroke=\"#0d71b9\" stroke-width=\"2.5\" fill=\"none\" stroke-linecap=\"round\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">Qualit\u00e4t<\/span>\n                            <\/div>\n                            <div class=\"isotec-about-icon-item\">\n                                <svg class=\"isotec-about-icon-svg\" viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                    <path d=\"M24 6 L30 18 L44 20 L34 30 L36 44 L24 38 L12 44 L14 30 L4 20 L18 18 Z\" stroke=\"#0d71b9\" stroke-width=\"2.5\" fill=\"none\"\/>\n                                    <path d=\"M24 14 L27 22 L36 23 L30 29 L31 38 L24 34 L17 38 L18 29 L12 23 L21 22 Z\" fill=\"#0d71b9\" opacity=\"0.12\"\/>\n                                <\/svg>\n                                <span class=\"isotec-about-icon-label\">Exzellenz<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"isotec-about-fade-right\">\n                        <span class=\"isotec-about-label\">Technologie<\/span>\n                        <h2>Digitale Transformation<\/h2>\n                        <p>Mit unserem intern entwickelten ERP-System bieten wir unseren Kunden einen Informationsfluss in Echtzeit. Wir unterst\u00fctzen den Digitalisierungsprozess mit Online-Berechnungstools und verschiedenen Automatisierungsmodulen.<\/p>\n                        <ul class=\"isotec-about-feature-list\">\n                            <li><span class=\"isotec-about-feature-dot\"><\/span> ERP-System<\/li>\n                            <li><span class=\"isotec-about-feature-dot\"><\/span> Online-Berechnung<\/li>\n                            <li><span class=\"isotec-about-feature-dot\"><\/span> Automatisierungsmodule<\/li>\n                        <\/ul>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 7. GLOBAL VARLIK -->\n        <section class=\"isotec-about-section isotec-about-global\">\n            <div class=\"isotec-about-inner\">\n                <div class=\"isotec-about-global-heading isotec-about-fade-up\">\n                    <span class=\"isotec-about-label\">Globale Pr\u00e4senz<\/span>\n                    <h2>Solarenergiel\u00f6sungen in 48 L\u00e4ndern<\/h2>\n                <\/div>\n\n                <div class=\"isotec-about-map-container isotec-about-fade-in\">\n                    <svg class=\"isotec-about-map-svg\" viewbox=\"0 0 800 400\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <defs>\n                            <lineargradient id=\"isotecMapGrad\" x1=\"0%\" y1=\"0%\" x2=\"100%\" y2=\"100%\">\n                                <stop offset=\"0%\" style=\"stop-color:rgba(255,255,255,0.05)\"\/>\n                                <stop offset=\"100%\" style=\"stop-color:rgba(255,255,255,0.02)\"\/>\n                            <\/lineargradient>\n                            <filter id=\"mapGlow\">\n                                <fegaussianblur stddeviation=\"2\" result=\"blur\"\/>\n                                <femerge><femergenode in=\"blur\"\/><femergenode in=\"SourceGraphic\"\/><\/femerge>\n                            <\/filter>\n                        <\/defs>\n\n                        <!-- North America -->\n                        <path d=\"M30,65 L60,55 L100,48 L140,52 L170,60 L195,55 L210,65 L220,80 L210,95 L200,108 L185,118 L175,130 L160,138 L140,142 L125,150 L115,165 L100,175 L85,168 L75,155 L68,140 L55,130 L42,118 L35,100 L30,82 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- South America -->\n                        <path d=\"M140,200 L165,192 L185,198 L195,215 L190,240 L180,265 L168,290 L155,310 L140,325 L128,330 L120,318 L118,295 L122,270 L128,248 L130,225 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- Europe -->\n                        <path d=\"M330,55 L345,50 L365,48 L385,52 L405,48 L425,52 L445,50 L460,55 L470,65 L475,78 L468,88 L460,95 L475,100 L480,110 L472,118 L460,122 L448,128 L438,135 L425,138 L410,140 L395,138 L380,135 L368,130 L355,128 L342,125 L335,115 L328,105 L325,92 L322,80 L325,68 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- Africa -->\n                        <path d=\"M340,155 L365,148 L390,150 L410,155 L430,162 L448,170 L460,185 L465,205 L460,228 L452,252 L440,275 L425,295 L408,308 L390,312 L375,305 L362,290 L352,270 L345,248 L340,225 L338,200 L335,175 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- Middle East + Central Asia -->\n                        <path d=\"M470,110 L495,105 L520,108 L548,112 L575,118 L590,128 L595,142 L585,155 L570,162 L550,168 L530,172 L510,175 L495,170 L480,162 L470,150 L465,135 L468,120 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- East Asia -->\n                        <path d=\"M590,55 L620,48 L660,52 L700,58 L730,68 L745,85 L748,105 L740,125 L725,140 L705,148 L680,152 L655,148 L635,140 L618,128 L608,115 L600,98 L595,80 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- India -->\n                        <path d=\"M578,155 L598,148 L618,155 L628,172 L625,195 L615,215 L600,225 L585,218 L575,200 L572,178 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n                        <!-- Australia -->\n                        <path d=\"M660,250 L695,242 L725,248 L740,265 L738,285 L722,298 L700,302 L678,295 L662,280 L658,265 Z\"\n                              fill=\"url(#isotecMapGrad)\" stroke=\"rgba(255,255,255,0.1)\" stroke-width=\"0.8\"\/>\n\n                        <!-- ====== EXPORT COUNTRIES (orange, small) ====== -->\n                        <g fill=\"#f39c12\" opacity=\"0.85\">\n                            <!-- USA --> <circle cx=\"105\" cy=\"110\" r=\"3\"><title>USA<\/title><\/circle>\n                            <!-- Mexico --> <circle cx=\"85\" cy=\"150\" r=\"2.5\"><title>Mexikaner<\/title><\/circle>\n                            <!-- UK --> <circle cx=\"352\" cy=\"78\" r=\"2.5\"><title>Vereinigtes K\u00f6nigreich<\/title><\/circle>\n                            <!-- France --> <circle cx=\"365\" cy=\"108\" r=\"2.5\"><title>Frankreich<\/title><\/circle>\n                            <!-- Spain --> <circle cx=\"345\" cy=\"125\" r=\"2.5\"><title>Spanien<\/title><\/circle>\n                            <!-- Portugal --> <circle cx=\"333\" cy=\"127\" r=\"2.5\"><title>Portugal<\/title><\/circle>\n                            <!-- Netherlands --> <circle cx=\"374\" cy=\"85\" r=\"2.5\"><title>Niederlande<\/title><\/circle>\n                            <!-- Belgium --> <circle cx=\"371\" cy=\"91\" r=\"2.5\"><title>Belgien<\/title><\/circle>\n                            <!-- Switzerland --> <circle cx=\"384\" cy=\"102\" r=\"2.5\"><title>Schweiz<\/title><\/circle>\n                            <!-- Austria --> <circle cx=\"403\" cy=\"100\" r=\"2.5\"><title>\u00d6sterreich<\/title><\/circle>\n                            <!-- Italy --> <circle cx=\"398\" cy=\"118\" r=\"2.5\"><title>Italien<\/title><\/circle>\n                            <!-- Poland --> <circle cx=\"422\" cy=\"86\" r=\"2.5\"><title>Polen<\/title><\/circle>\n                            <!-- Denmark --> <circle cx=\"390\" cy=\"76\" r=\"2.5\"><title>D\u00e4nemark<\/title><\/circle>\n                            <!-- Sweden --> <circle cx=\"406\" cy=\"62\" r=\"2.5\"><title>Schweden<\/title><\/circle>\n                            <!-- Norway --> <circle cx=\"384\" cy=\"66\" r=\"2.5\"><title>Norwegen<\/title><\/circle>\n                            <!-- Finland --> <circle cx=\"441\" cy=\"58\" r=\"2.5\"><title>Finnland<\/title><\/circle>\n                            <!-- Hungary --> <circle cx=\"422\" cy=\"102\" r=\"2.5\"><title>Ungarn<\/title><\/circle>\n                            <!-- Bulgaria --> <circle cx=\"440\" cy=\"115\" r=\"2.5\"><title>Bulgarien<\/title><\/circle>\n                            <!-- Greece --> <circle cx=\"432\" cy=\"125\" r=\"2.5\"><title>Griechenland<\/title><\/circle>\n                            <!-- Croatia --> <circle cx=\"410\" cy=\"110\" r=\"2.5\"><title>Kroatien<\/title><\/circle>\n                            <!-- Serbia --> <circle cx=\"428\" cy=\"112\" r=\"2.5\"><title>Serbien<\/title><\/circle>\n                            <!-- Slovakia --> <circle cx=\"420\" cy=\"95\" r=\"2.5\"><title>Slowakei<\/title><\/circle>\n                            <!-- Ukraine --> <circle cx=\"460\" cy=\"92\" r=\"2.5\"><title>Ukraine<\/title><\/circle>\n                            <!-- Belarus --> <circle cx=\"448\" cy=\"82\" r=\"2.5\"><title>Wei\u00dfrussland<\/title><\/circle>\n                            <!-- Morocco --> <circle cx=\"342\" cy=\"148\" r=\"2.5\"><title>Marokko<\/title><\/circle>\n                            <!-- Tunisia --> <circle cx=\"387\" cy=\"142\" r=\"2.5\"><title>Tunesien<\/title><\/circle>\n                            <!-- Egypt --> <circle cx=\"457\" cy=\"160\" r=\"2.5\"><title>Mais<\/title><\/circle>\n                            <!-- Israel --> <circle cx=\"472\" cy=\"150\" r=\"2.5\"><title>Israel<\/title><\/circle>\n                            <!-- Jordan --> <circle cx=\"478\" cy=\"152\" r=\"2.5\"><title>Jordanien<\/title><\/circle>\n                            <!-- Saudi Arabia --> <circle cx=\"502\" cy=\"168\" r=\"2.5\"><title>Saudi-Arabien<\/title><\/circle>\n                            <!-- UAE --> <circle cx=\"525\" cy=\"162\" r=\"2.5\"><title>VAE<\/title><\/circle>\n                            <!-- Pakistan --> <circle cx=\"568\" cy=\"148\" r=\"3\"><title>Pakistan<\/title><\/circle>\n                            <!-- India --> <circle cx=\"590\" cy=\"172\" r=\"3\"><title>Indien<\/title><\/circle>\n                            <!-- Kazakhstan --> <circle cx=\"555\" cy=\"98\" r=\"2.5\"><title>Kasachistan<\/title><\/circle>\n                            <!-- Uzbekistan --> <circle cx=\"548\" cy=\"115\" r=\"2.5\"><title>Usbekistan<\/title><\/circle>\n                            <!-- Turkmenistan --> <circle cx=\"540\" cy=\"122\" r=\"2.5\"><title>Turkmenistan<\/title><\/circle>\n                            <!-- Kyrgyzstan --> <circle cx=\"568\" cy=\"110\" r=\"2.5\"><title>Kirgisistan<\/title><\/circle>\n                            <!-- Albania --> <circle cx=\"425\" cy=\"120\" r=\"2.5\"><title>Albanien<\/title><\/circle>\n                            <!-- Bosnia --> <circle cx=\"416\" cy=\"112\" r=\"2.5\"><title>Bosnien und Herzegowina<\/title><\/circle>\n                            <!-- Slovenia --> <circle cx=\"406\" cy=\"106\" r=\"2.5\"><title>Slowenien<\/title><\/circle>\n                            <!-- South Africa --> <circle cx=\"430\" cy=\"295\" r=\"2.5\"><title>S\u00fcdafrika<\/title><\/circle>\n                            <!-- Afghanistan --> <circle cx=\"558\" cy=\"135\" r=\"2.5\"><title>Afghanistan<\/title><\/circle>\n                        <\/g>\n\n                        <!-- ====== DEALER COUNTRIES (green, medium) ====== -->\n                        <g fill=\"#2ecc71\">\n                            <!-- Czech Republic -->\n                            <circle cx=\"408\" cy=\"92\" r=\"4\" opacity=\"0.9\"><title>Tschechische Republik (H\u00e4ndler)<\/title><\/circle>\n                            <circle cx=\"408\" cy=\"92\" r=\"7\" fill=\"none\" stroke=\"#2ecc71\" stroke-width=\"1\" opacity=\"0.4\">\n                                <animate attributename=\"opacity\" values=\"0.4;0.1;0.4\" dur=\"3s\" repeatcount=\"indefinite\"\/>\n                            <\/circle>\n                            <!-- Kosovo -->\n                            <circle cx=\"435\" cy=\"118\" r=\"4\" opacity=\"0.9\"><title>Kosovo (H\u00e4ndler)<\/title><\/circle>\n                            <circle cx=\"435\" cy=\"118\" r=\"7\" fill=\"none\" stroke=\"#2ecc71\" stroke-width=\"1\" opacity=\"0.4\">\n                                <animate attributename=\"opacity\" values=\"0.4;0.1;0.4\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"0.5s\"\/>\n                            <\/circle>\n                            <!-- Georgia -->\n                            <circle cx=\"497\" cy=\"118\" r=\"4\" opacity=\"0.9\"><title>Georgia (H\u00e4ndler)<\/title><\/circle>\n                            <circle cx=\"497\" cy=\"118\" r=\"7\" fill=\"none\" stroke=\"#2ecc71\" stroke-width=\"1\" opacity=\"0.4\">\n                                <animate attributename=\"opacity\" values=\"0.4;0.1;0.4\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"1s\"\/>\n                            <\/circle>\n                            <!-- Romania -->\n                            <circle cx=\"445\" cy=\"102\" r=\"4\" opacity=\"0.9\"><title>Rum\u00e4nien (H\u00e4ndler)<\/title><\/circle>\n                            <circle cx=\"445\" cy=\"102\" r=\"7\" fill=\"none\" stroke=\"#2ecc71\" stroke-width=\"1\" opacity=\"0.4\">\n                                <animate attributename=\"opacity\" values=\"0.4;0.1;0.4\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"1.5s\"\/>\n                            <\/circle>\n                            <!-- Ireland -->\n                            <circle cx=\"338\" cy=\"82\" r=\"4\" opacity=\"0.9\"><title>Irland (H\u00e4ndler)<\/title><\/circle>\n                            <circle cx=\"338\" cy=\"82\" r=\"7\" fill=\"none\" stroke=\"#2ecc71\" stroke-width=\"1\" opacity=\"0.4\">\n                                <animate attributename=\"opacity\" values=\"0.4;0.1;0.4\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"2s\"\/>\n                            <\/circle>\n                        <\/g>\n\n                        <!-- ====== HQ COUNTRIES (blue, large with pulse) ====== -->\n                        <!-- Turkey -->\n                        <ellipse cx=\"470\" cy=\"128\" rx=\"25\" ry=\"10\" fill=\"#0d71b9\" opacity=\"0.15\">\n                            <animate attributename=\"opacity\" values=\"0.1;0.25;0.1\" dur=\"3s\" repeatcount=\"indefinite\"\/>\n                        <\/ellipse>\n                        <circle cx=\"470\" cy=\"128\" r=\"6\" fill=\"#0d71b9\" filter=\"url(#mapGlow)\"\/>\n                        <circle cx=\"470\" cy=\"128\" r=\"10\" fill=\"none\" stroke=\"#0d71b9\" stroke-width=\"1.5\" opacity=\"0.5\">\n                            <animate attributename=\"r\" values=\"10;18;10\" dur=\"3s\" repeatcount=\"indefinite\"\/>\n                            <animate attributename=\"opacity\" values=\"0.5;0;0.5\" dur=\"3s\" repeatcount=\"indefinite\"\/>\n                        <\/circle>\n                        <text x=\"470\" y=\"115\" text-anchor=\"middle\" fill=\"white\" font-size=\"10\" font-weight=\"700\" opacity=\"0.9\">TR<\/text>\n\n                        <!-- Germany -->\n                        <ellipse cx=\"390\" cy=\"90\" rx=\"12\" ry=\"7\" fill=\"#0d71b9\" opacity=\"0.15\">\n                            <animate attributename=\"opacity\" values=\"0.1;0.25;0.1\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"1.5s\"\/>\n                        <\/ellipse>\n                        <circle cx=\"390\" cy=\"90\" r=\"6\" fill=\"#0d71b9\" filter=\"url(#mapGlow)\"\/>\n                        <circle cx=\"390\" cy=\"90\" r=\"10\" fill=\"none\" stroke=\"#0d71b9\" stroke-width=\"1.5\" opacity=\"0.5\">\n                            <animate attributename=\"r\" values=\"10;18;10\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"1.5s\"\/>\n                            <animate attributename=\"opacity\" values=\"0.5;0;0.5\" dur=\"3s\" repeatcount=\"indefinite\" begin=\"1.5s\"\/>\n                        <\/circle>\n                        <text x=\"390\" y=\"78\" text-anchor=\"middle\" fill=\"white\" font-size=\"10\" font-weight=\"700\" opacity=\"0.9\">DE<\/text>\n\n                        <!-- Connection line TR-DE -->\n                        <line x1=\"394\" y1=\"94\" x2=\"466\" y2=\"124\" stroke=\"#0d71b9\" stroke-width=\"1\" stroke-dasharray=\"4,4\" opacity=\"0.3\">\n                            <animate attributename=\"stroke-dashoffset\" values=\"0;-8\" dur=\"1s\" repeatcount=\"indefinite\"\/>\n                        <\/line>\n                    <\/svg>\n                    <!-- Map Legend -->\n                    <div class=\"isotec-about-map-legend\">\n                        <div class=\"isotec-about-map-legend-item\">\n                            <span class=\"isotec-about-map-legend-dot hq\"><\/span>\n                            Center\n                        <\/div>\n                        <div class=\"isotec-about-map-legend-item\">\n                            <span class=\"isotec-about-map-legend-dot dealer\"><\/span>\n                            H\u00e4ndler\n                        <\/div>\n                        <div class=\"isotec-about-map-legend-item\">\n                            <span class=\"isotec-about-map-legend-dot export\"><\/span>\n                            Laender\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"isotec-about-offices-grid\">\n                    <div class=\"isotec-about-office-card isotec-about-fade-left\">\n                        <span class=\"isotec-about-office-flag\">\ud83c\uddf9\ud83c\uddf7<\/span>\n                        <h3>ISOTEC Energy Inc.<\/h3>\n                        <p>Stadtteil \u00c7erke\u015fli, Organisiertes Industriegebiet \u0130mes<br>19. Stra\u00dfe, Nr. 18<br>Kocaeli \/ Dilovas\u0131<\/p>\n                    <\/div>\n                    <div class=\"isotec-about-office-card isotec-about-fade-right\">\n                        <span class=\"isotec-about-office-flag\">\ud83c\udde9\ud83c\uddea<\/span>\n                        <h3>ISOTEC Solar GmbH<\/h3>\n                        <p>Goethestra\u00dfe 4-8<br>60313Frankfurt am Main<br>Deutschland<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- 8. CTA -->\n        <section class=\"isotec-about-section isotec-about-cta\">\n            <div class=\"isotec-about-cta-content isotec-about-fade-up\">\n                <h2>Kontaktieren Sie uns f\u00fcr Ihre Projekte.<\/h2>\n                <a href=\"\/de\/beruhrung\/\" class=\"isotec-about-cta-btn\">Nehmen Sie Kontakt auf<\/a>\n            <\/div>\n        <\/section>\n\n    <\/div>\n\n    <script>\n    (function() {\n        'use strict';\n\n        \/* ============================================\n           IntersectionObserver - Scroll Animations\n           ============================================ *\/\n        var animatedEls = document.querySelectorAll(\n            '.isotec-about-fade-up, .isotec-about-fade-left, .isotec-about-fade-right, .isotec-about-fade-in'\n        );\n\n        if ('IntersectionObserver' in window) {\n            var observer = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('isotec-about-visible');\n                        observer.unobserve(entry.target);\n                    }\n                });\n            }, {\n                threshold: 0.15,\n                rootMargin: '0px 0px -50px 0px'\n            });\n\n            animatedEls.forEach(function(el) {\n                observer.observe(el);\n            });\n        } else {\n            animatedEls.forEach(function(el) {\n                el.classList.add('isotec-about-visible');\n            });\n        }\n\n        \/* ============================================\n           Counter Animation\n           ============================================ *\/\n        var counters = document.querySelectorAll('.isotec-about-counter');\n        var counterStarted = [];\n\n        function easeOutQuart(t) {\n            return 1 - Math.pow(1 - t, 4);\n        }\n\n        function animateCounter(el) {\n            var target = parseInt(el.getAttribute('data-target'), 10);\n            var duration = 2000;\n            var start = null;\n\n            function step(timestamp) {\n                if (!start) start = timestamp;\n                var progress = Math.min((timestamp - start) \/ duration, 1);\n                var easedProgress = easeOutQuart(progress);\n                var current = Math.floor(easedProgress * target);\n                el.textContent = current.toLocaleString('tr-TR');\n                if (progress < 1) {\n                    requestAnimationFrame(step);\n                } else {\n                    el.textContent = target.toLocaleString('tr-TR');\n                }\n            }\n\n            requestAnimationFrame(step);\n        }\n\n        if ('IntersectionObserver' in window) {\n            var counterObserver = new IntersectionObserver(function(entries) {\n                entries.forEach(function(entry) {\n                    if (entry.isIntersecting) {\n                        var idx = Array.prototype.indexOf.call(counters, entry.target);\n                        if (idx !== -1 && !counterStarted[idx]) {\n                            counterStarted[idx] = true;\n                            animateCounter(entry.target);\n                        }\n                        counterObserver.unobserve(entry.target);\n                    }\n                });\n            }, { threshold: 0.5 });\n\n            counters.forEach(function(counter, i) {\n                counterStarted[i] = false;\n                counterObserver.observe(counter);\n            });\n        } else {\n            counters.forEach(function(counter) {\n                counter.textContent = counter.getAttribute('data-target');\n            });\n        }\n\n        \/* ============================================\n           Parallax Effect (Hero)\n           ============================================ *\/\n        var hero = document.querySelector('.isotec-about-hero');\n        var heroContent = document.querySelector('.isotec-about-hero-content');\n\n        if (hero && heroContent) {\n            var ticking = false;\n\n            function onScroll() {\n                if (!ticking) {\n                    requestAnimationFrame(function() {\n                        var scrollY = window.pageYOffset;\n                        var heroHeight = hero.offsetHeight;\n\n                        if (scrollY < heroHeight) {\n                            var parallaxVal = scrollY * 0.35;\n                            heroContent.style.transform = 'translateY(' + parallaxVal + 'px)';\n                            heroContent.style.opacity = 1 - (scrollY \/ heroHeight) * 0.7;\n                        }\n                        ticking = false;\n                    });\n                    ticking = true;\n                }\n            }\n\n            window.addEventListener('scroll', onScroll, { passive: true });\n        }\n\n        \/* ============================================\n           Smooth Scroll for indicator\n           ============================================ *\/\n        var scrollIndicator = document.querySelector('.isotec-about-scroll-indicator');\n        if (scrollIndicator) {\n            scrollIndicator.style.cursor = 'pointer';\n            scrollIndicator.addEventListener('click', function() {\n                var whoSection = document.querySelector('.isotec-about-who');\n                if (whoSection) {\n                    whoSection.scrollIntoView({ behavior: 'smooth' });\n                }\n            });\n        }\n\n    })();\n    <\/script>\n\n    \n<\/div><\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-41","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hakk\u0131m\u0131zda - ISOTEC Solar Montaj Sistemleri<\/title>\n<meta name=\"description\" content=\"ISOTEC Solar Montaj Sistemleri ile ilgili detayl\u0131 bilgi alabilece\u011finiz, firmam\u0131z\u0131n y\u00fcksek kalitedeki hizmet anlay\u0131\u015f\u0131n\u0131 yans\u0131tan hakk\u0131m\u0131zda sayfas\u0131d\u0131r.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/isotec.com.tr\/de\/uber-uns\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hakk\u0131m\u0131zda - ISOTEC Solar Montaj Sistemleri\" \/>\n<meta property=\"og:description\" content=\"ISOTEC Solar Montaj Sistemleri ile ilgili detayl\u0131 bilgi alabilece\u011finiz, firmam\u0131z\u0131n y\u00fcksek kalitedeki hizmet anlay\u0131\u015f\u0131n\u0131 yans\u0131tan hakk\u0131m\u0131zda sayfas\u0131d\u0131r.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/isotec.com.tr\/de\/uber-uns\/\" \/>\n<meta property=\"og:site_name\" content=\"ISOTEC Solar Montaj Sistemleri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/isotec.enerji\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T07:17:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/isotec.com.tr\/hakkimizda\/\",\"url\":\"https:\/\/isotec.com.tr\/hakkimizda\/\",\"name\":\"Hakk\u0131m\u0131zda - ISOTEC Solar Montaj Sistemleri\",\"isPartOf\":{\"@id\":\"https:\/\/isotec.com.tr\/#website\"},\"datePublished\":\"2020-01-31T12:51:38+00:00\",\"dateModified\":\"2026-02-13T07:17:52+00:00\",\"description\":\"ISOTEC Solar Montaj Sistemleri ile ilgili detayl\u0131 bilgi alabilece\u011finiz, firmam\u0131z\u0131n y\u00fcksek kalitedeki hizmet anlay\u0131\u015f\u0131n\u0131 yans\u0131tan hakk\u0131m\u0131zda sayfas\u0131d\u0131r.\",\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/isotec.com.tr\/hakkimizda\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/isotec.com.tr\/#website\",\"url\":\"https:\/\/isotec.com.tr\/\",\"name\":\"ISOTEC Solar Montaj Sistemleri\",\"description\":\"Gelecek nesiller i\u00e7in kal\u0131c\u0131 \u00e7\u00f6z\u00fcmler\",\"publisher\":{\"@id\":\"https:\/\/isotec.com.tr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/isotec.com.tr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/isotec.com.tr\/#organization\",\"name\":\"ISOTEC Solar Ltd. \u015eti.\",\"url\":\"https:\/\/isotec.com.tr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/isotec.com.tr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2022\/02\/isotec_solar_logo__.png\",\"contentUrl\":\"https:\/\/isotec.com.tr\/wp-content\/uploads\/2022\/02\/isotec_solar_logo__.png\",\"width\":331,\"height\":152,\"caption\":\"ISOTEC Solar Ltd. \u015eti.\"},\"image\":{\"@id\":\"https:\/\/isotec.com.tr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/isotec.enerji\/\",\"https:\/\/tr.linkedin.com\/company\/isotec-enerji\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u00dcber uns - ISOTEC Solar Montagesysteme","description":"Auf dieser Seite \u00fcber uns finden Sie detaillierte Informationen \u00fcber ISOTEC Solar-Montagesysteme, die den qualitativ hochwertigen Serviceansatz unseres Unternehmens widerspiegeln.","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:\/\/isotec.com.tr\/de\/uber-uns\/","og_locale":"de_DE","og_type":"article","og_title":"Hakk\u0131m\u0131zda - ISOTEC Solar Montaj Sistemleri","og_description":"ISOTEC Solar Montaj Sistemleri ile ilgili detayl\u0131 bilgi alabilece\u011finiz, firmam\u0131z\u0131n y\u00fcksek kalitedeki hizmet anlay\u0131\u015f\u0131n\u0131 yans\u0131tan hakk\u0131m\u0131zda sayfas\u0131d\u0131r.","og_url":"https:\/\/isotec.com.tr\/de\/uber-uns\/","og_site_name":"ISOTEC Solar Montaj Sistemleri","article_publisher":"https:\/\/www.facebook.com\/isotec.enerji\/","article_modified_time":"2026-02-13T07:17:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/isotec.com.tr\/hakkimizda\/","url":"https:\/\/isotec.com.tr\/hakkimizda\/","name":"\u00dcber uns - ISOTEC Solar Montagesysteme","isPartOf":{"@id":"https:\/\/isotec.com.tr\/#website"},"datePublished":"2020-01-31T12:51:38+00:00","dateModified":"2026-02-13T07:17:52+00:00","description":"Auf dieser Seite \u00fcber uns finden Sie detaillierte Informationen \u00fcber ISOTEC Solar-Montagesysteme, die den qualitativ hochwertigen Serviceansatz unseres Unternehmens widerspiegeln.","inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/isotec.com.tr\/hakkimizda\/"]}]},{"@type":"WebSite","@id":"https:\/\/isotec.com.tr\/#website","url":"https:\/\/isotec.com.tr\/","name":"ISOTEC Solar Montagesysteme","description":"Dauerhafte L\u00f6sungen f\u00fcr zuk\u00fcnftige Generationen","publisher":{"@id":"https:\/\/isotec.com.tr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/isotec.com.tr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/isotec.com.tr\/#organization","name":"ISOTEC Solar GmbH Sti.","url":"https:\/\/isotec.com.tr\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/isotec.com.tr\/#\/schema\/logo\/image\/","url":"https:\/\/isotec.com.tr\/wp-content\/uploads\/2022\/02\/isotec_solar_logo__.png","contentUrl":"https:\/\/isotec.com.tr\/wp-content\/uploads\/2022\/02\/isotec_solar_logo__.png","width":331,"height":152,"caption":"ISOTEC Solar Ltd. \u015eti."},"image":{"@id":"https:\/\/isotec.com.tr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/isotec.enerji\/","https:\/\/tr.linkedin.com\/company\/isotec-enerji"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/pages\/41"},"_links":{"self":[{"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/pages\/41","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/comments?post=41"}],"version-history":[{"count":5,"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/pages\/41\/revisions"}],"predecessor-version":[{"id":49563,"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/pages\/41\/revisions\/49563"}],"wp:attachment":[{"href":"https:\/\/isotec.com.tr\/de\/wp-json\/wp\/v2\/media?parent=41"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}