{"id":75855,"date":"2025-08-30T12:14:06","date_gmt":"2025-08-30T10:14:06","guid":{"rendered":"https:\/\/lumi-systems.io\/?page_id=75855"},"modified":"2026-01-01T12:54:18","modified_gmt":"2026-01-01T11:54:18","slug":"anduinos-linux","status":"publish","type":"page","link":"https:\/\/lumi-systems.io\/en\/anduinos-linux\/","title":{"rendered":"AnduinOS Linux"},"content":{"rendered":"\n<style>\n    \/* LOKALE STYLES F\u00dcR DIESE UNTERSEITE *\/\n    \n    \/* Basis-Einstellungen *\/\n    .anduinos-page-wrapper {\n        font-family: 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n        line-height: 1.6;\n        color: #1A1A1A;\n        box-sizing: border-box;\n        overflow-x: hidden;\n        background-color: #ffffff;\n    }\n    \n    .anduinos-page-wrapper *, \n    .anduinos-page-wrapper *::before, \n    .anduinos-page-wrapper *::after {\n        box-sizing: border-box;\n    }\n\n    \/* Farben *\/\n    :root {\n        --royal-blue: #4169E1;       \/* Hauptfarbe *\/\n        --royal-blue-dark: #2a4bb5;  \/* Hover *\/\n        --royal-bg: #eff4ff;         \/* Leichter Hintergrund *\/\n        --pure-white: #FFFFFF;\n        --text-black: #000000;\n        --text-gray: #333333;\n        --badge-bg: #000000;\n        --badge-text: #FFFFFF;\n    }\n\n    \/* Typografie *\/\n    .anduinos-page-wrapper h1, \n    .anduinos-page-wrapper h2, \n    .anduinos-page-wrapper h3 {\n        color: var(--text-black);\n        margin-top: 0;\n        line-height: 1.2;\n        font-weight: 700;\n    }\n\n    .anduinos-page-wrapper h1 { font-size: 2.8rem; margin-bottom: 1rem; letter-spacing: -0.5px; }\n    .anduinos-page-wrapper h2 { font-size: 2.2rem; margin-bottom: 1.5rem; }\n    .anduinos-page-wrapper h3 { font-size: 1.4rem; margin-bottom: 1rem; }\n    .anduinos-page-wrapper p { margin-bottom: 1.5rem; color: var(--text-gray); font-size: 1.125rem; }\n\n    \/* Utility Classes *\/\n    .anduinos-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n    \n    .text-center { text-align: center; }\n    .text-royal { color: var(--royal-blue); }\n    .bg-light { background-color: #F9FAFB; }\n\n    \/* Badge *\/\n    .highlight-badge {\n        display: inline-block;\n        background-color: var(--badge-bg);\n        color: var(--badge-text);\n        padding: 6px 12px;\n        border-radius: 50px;\n        font-size: 0.9rem;\n        font-weight: 600;\n        margin-bottom: 20px;\n        text-transform: uppercase;\n        letter-spacing: 1px;\n    }\n\n    \/* Buttons *\/\n    .btn-anduin {\n        display: inline-block;\n        padding: 16px 32px;\n        border-radius: 8px;\n        font-weight: 700;\n        text-decoration: none;\n        transition: all 0.3s ease;\n        margin: 5px;\n        font-size: 1.1rem;\n    }\n\n    .btn-primary {\n        background-color: var(--royal-blue);\n        color: var(--pure-white) !important;\n        border: 2px solid var(--royal-blue);\n        box-shadow: 0 4px 14px rgba(65, 105, 225, 0.4);\n    }\n    .btn-primary:hover {\n        background-color: var(--royal-blue-dark);\n        border-color: var(--royal-blue-dark);\n        transform: translateY(-2px);\n    }\n\n    .btn-outline {\n        background-color: transparent;\n        color: var(--royal-blue) !important;\n        border: 2px solid var(--royal-blue);\n    }\n    \/* FIX: Erzwingt blauen Hintergrund beim Hovern *\/\n    .btn-outline:hover {\n        background-color: var(--royal-blue) !important;\n        color: var(--pure-white) !important;\n        border-color: var(--royal-blue) !important;\n    }\n\n    \/* --- SECTIONS --- *\/\n\n    \/* Hero Section *\/\n    .hero-section {\n        background: linear-gradient(180deg, #FFFFFF 0%, #F5F7FA 100%);\n        padding: 80px 0 60px 0;\n        text-align: center;\n    }\n    \n    .hero-image {\n        max-width: 100%;\n        height: auto;\n        border-radius: 16px;\n        box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15); \n        margin-top: 50px;\n        border: 1px solid rgba(0,0,0,0.05);\n    }\n\n    \/* Feature Cards *\/\n    .features-grid {\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));\n        gap: 30px;\n        margin-top: 50px;\n    }\n    \n    .feature-card {\n        padding: 35px;\n        background: white;\n        border-radius: 12px;\n        border: 1px solid #eee;\n        transition: transform 0.3s, box-shadow 0.3s;\n    }\n    .feature-card:hover { \n        transform: translateY(-5px); \n        box-shadow: 0 10px 30px rgba(0,0,0,0.08);\n        border-color: var(--royal-blue);\n    }\n    .icon-large { font-size: 2.5rem; margin-bottom: 15px; display: block; }\n\n    \/* Lumi Service Section *\/\n    .service-section {\n        background-color: var(--text-black); \/* Schwarz f\u00fcr starken Kontrast *\/\n        color: white;\n        padding: 100px 0;\n        position: relative;\n        overflow: hidden;\n    }\n    .service-section h2, .service-section h3, .service-section p { color: white; }\n    .service-section h2 { color: var(--royal-blue); } \/* Akzent in Royal Blau *\/\n    \n    .service-list {\n        list-style: none;\n        padding: 0;\n        margin-top: 30px;\n        text-align: left;\n        max-width: 600px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n    .service-list li {\n        display: flex;\n        align-items: flex-start;\n        margin-bottom: 20px;\n        font-size: 1.15rem;\n    }\n    .service-list li span {\n        color: var(--royal-blue);\n        margin-right: 15px;\n        font-weight: bold;\n        font-size: 1.4rem;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n        background-color: var(--pure-white);\n        padding: 100px 0;\n    }\n    \n    details {\n        margin-bottom: 15px;\n        border: 1px solid #e0e0e0;\n        border-radius: 8px;\n        padding: 20px;\n        transition: all 0.2s;\n    }\n    details[open] { border-color: var(--royal-blue); background-color: var(--royal-bg); }\n    \n    summary {\n        font-weight: 700;\n        font-size: 1.2rem;\n        cursor: pointer;\n        list-style: none;\n        color: var(--text-black);\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n    }\n    \n    summary::-webkit-details-marker { display: none; }\n    \n    summary::after {\n        content: '+'; \n        color: var(--royal-blue);\n        font-size: 1.5rem;\n        font-weight: bold;\n    }\n    details[open] summary::after { content: '-'; }\n    \n    .faq-answer {\n        color: var(--text-gray);\n        padding-top: 15px;\n        line-height: 1.6;\n    }\n\n    \/* Mobile Anpassungen *\/\n    @media (max-width: 768px) {\n        .anduinos-page-wrapper h1 { font-size: 2.2rem; }\n        .hero-section { padding: 40px 0; }\n        .btn-anduin { width: 100%; display: block; margin: 10px 0; }\n        .feature-card { padding: 25px; }\n    }\n<\/style>\n\n<div class=\"anduinos-page-wrapper\">\n\n    <section class=\"hero-section\">\n        <div class=\"anduinos-container\">\n            <span class=\"highlight-badge\">Entwickelt von Microsoft Engineers<\/span>\n            <h1>Das bessere Windows ist ein Linux.<br>Willkommen bei AnduinOS.<\/h1>\n            <p style=\"max-width: 750px; margin: 0 auto 30px auto;\">\n                Vergessen Sie die Angst vor dem Umstieg. AnduinOS kombiniert die Sicherheit von Linux mit der vertrauten <strong>Optik von Windows 11<\/strong>. \n                Schnell, sicher und intuitiv \u2013 ohne \u00dcberwachung.\n            <\/p>\n            \n            <div>\n                <a href=\"https:\/\/lumi-systems.io\/shop\/\" class=\"btn-anduin btn-primary\">Notebook mit AnduinOS anfragen<\/a>\n                <a href=\"https:\/\/www.anduinos.com\/\" target=\"_blank\" class=\"btn-anduin btn-outline\">Mehr \u00fcber AnduinOS<\/a>\n            <\/div>\n\n            <img decoding=\"async\" src=\"https:\/\/lumi-systems.io\/wp-content\/uploads\/2025\/07\/lumi_desktop_apps02.png\" \n                 alt=\"AnduinOS Desktop Oberfl\u00e4che im Windows 11 Design mit Lumi Katze\" \n                 class=\"hero-image\"\n                 width=\"1100\" height=\"650\">\n        <\/div>\n    <\/section>\n\n    <section class=\"bg-light\" style=\"padding: 100px 0;\">\n        <div class=\"anduinos-container\">\n            <div class=\"text-center\" style=\"max-width: 900px; margin: 0 auto;\">\n                <h2>Warum AnduinOS einzigartig ist<\/h2>\n                <p>Viele Betriebssysteme sind kompliziert. AnduinOS wurde mit einem Ziel entwickelt: Windows-Nutzern ein neues Zuhause zu geben, das sich sofort vertraut anf\u00fchlt.<\/p>\n            <\/div>\n\n            <div class=\"features-grid\">\n                <div class=\"feature-card\">\n                    <span class=\"icon-large\">\ud83d\udc68\u200d\ud83d\udcbb<\/span>\n                    <h3 class=\"text-royal\">Microsoft-Expertise<\/h3>\n                    <p>AnduinOS wird unter anderem von <strong>Microsoft Engineers<\/strong> entwickelt. Diese Profis wissen genau, was Nutzer an Windows sch\u00e4tzen \u2013 und was sie st\u00f6rt. Das Ergebnis ist ein System mit professioneller Stabilit\u00e4t ohne den Ballast.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <span class=\"icon-large\">\ud83c\udfa8<\/span>\n                    <h3 class=\"text-royal\">Windows 11 Look &#038; Feel<\/h3>\n                    <p>Sie m\u00fcssen nicht umlernen. Das Design ist stark an Windows 11 angelehnt. Startmen\u00fc, Taskleiste und Fensterverhalten sind genau dort, wo Sie sie erwarten. Der Umstieg gelingt in Minuten, nicht in Wochen.<\/p>\n                <\/div>\n\n                <div class=\"feature-card\">\n                    <span class=\"icon-large\">\ud83d\udd04<\/span>\n                    <h3 class=\"text-royal\">St\u00e4ndige Evolution<\/h3>\n                    <p>Technologie steht nie still. AnduinOS wird kontinuierlich weiterentwickelt, um neue Hardware zu unterst\u00fctzen und Sicherheitsstandards zu \u00fcbertreffen. Ihr System wird mit der Zeit besser, nicht langsamer.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"service-section\">\n        <div class=\"anduinos-container text-center\">\n            <h2>Der Lumi-Systems Service<\/h2>\n            <h3 style=\"color:white; font-weight:400; opacity: 0.9;\">Wir liefern Ihren PC startklar. Auspacken, einschalten, loslegen.<\/h3>\n            \n            <p style=\"max-width: 700px; margin: 0 auto 40px auto; color: #ccc;\">\n                Wir installieren nicht nur das Betriebssystem. Wir richten Ihren Rechner so ein, dass Sie sofort produktiv sein k\u00f6nnen \u2013 egal ob f\u00fcr das B\u00fcro, die Uni oder zum Zocken.\n            <\/p>\n\n            <div style=\"background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 40px; border-radius: 12px; max-width: 800px; margin: 0 auto;\">\n                <h3 style=\"color: #fff; margin-bottom: 30px;\">Unser &#8222;Ready-to-Run&#8220; Paket beinhaltet:<\/h3>\n                <ul class=\"service-list\">\n                    <li>\n                        <span>\u2713<\/span> \n                        <div>\n                            <strong>Professionelle Installation:<\/strong> Einrichtung von AnduinOS inklusive aller Treiber und Updates.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <span>\u2713<\/span> \n                        <div>\n                            <strong>Office &#038; Studium:<\/strong> LibreOffice\/OnlyOffice, PDF-Tools, Browser und Zoom\/Teams sind bereits vorinstalliert.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <span>\u2713<\/span> \n                        <div>\n                            <strong>Gaming Ready:<\/strong> Steam, Proton und Grafiktreiber sind konfiguriert f\u00fcr optimale Leistung.\n                        <\/div>\n                    <\/li>\n                    <li>\n                        <span>\u2713<\/span> \n                        <div>\n                            <strong>Sofort startklar:<\/strong> Keine langwierigen Installationsprozesse bei Ihnen zu Hause.\n                        <\/div>\n                    <\/li>\n                <\/ul>\n\n                <div style=\"margin-top: 40px;\">\n                    <a href=\"https:\/\/dolibarr.lumi-systems.io\/public\/ticket\/index.php?entity=1\" class=\"btn-anduin btn-primary\" style=\"background-color: var(--royal-blue); border-color: var(--royal-blue); color: white;\">Jetzt Angebot anfordern<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"faq-section\">\n        <div class=\"anduinos-container\" style=\"max-width: 800px;\">\n            <h2 class=\"text-center\">H\u00e4ufige Fragen<\/h2>\n            <p class=\"text-center\" style=\"margin-bottom: 50px;\">Warum der Wechsel zu AnduinOS Sinn macht.<\/p>\n\n            <details>\n                <summary>Ist es wirklich so einfach wie Windows?<\/summary>\n                <div class=\"faq-answer\">\n                    <p>Ja. Da AnduinOS von Ingenieuren entwickelt wurde, die die Microsoft-Welt kennen, ist die Benutzeroberfl\u00e4che bewusst an <strong>Windows 11<\/strong> angelehnt. Wenn Sie eine Maus bedienen k\u00f6nnen, k\u00f6nnen Sie AnduinOS bedienen.<\/p>\n                <\/div>\n            <\/details>\n\n            <details>\n                <summary>Laufen Microsoft Office und meine Spiele?<\/summary>\n                <div class=\"faq-answer\">\n                    <p>F\u00fcr Office-Arbeiten installieren wir leistungsstarke Alternativen vor, die mit Word\/Excel kompatibel sind (oder Sie nutzen Office 365 im Web). F\u00fcr Gamer richten wir <strong>Steam und Proton<\/strong> ein, sodass tausende Windows-Spiele fl\u00fcssig laufen.<\/p>\n                <\/div>\n            <\/details>\n\n            <details>\n                <summary>Was bedeutet &#8222;von Microsoft Engineers entwickelt&#8220;?<\/summary>\n                <div class=\"faq-answer\">\n                    <p>Es bedeutet Qualit\u00e4t und Verst\u00e4ndnis f\u00fcr den Nutzer. Das Entwicklerteam bringt Erfahrungen aus der professionellen Softwareentwicklung mit. Das garantiert, dass AnduinOS kein &#8222;Bastel-System&#8220; ist, sondern ein stabiles Werkzeug f\u00fcr den Alltag.<\/p>\n                <\/div>\n            <\/details>\n            \n            <div class=\"text-center\" style=\"margin-top: 60px; padding: 30px; background: #F5F7FA; border-radius: 12px;\">\n                <h3 style=\"color: black;\">Bereit f\u00fcr den Wechsel?<\/h3>\n                <p>Lassen Sie sich von uns beraten. Wir richten Ihren Rechner individuell ein.<\/p>\n                <a href=\"https:\/\/dolibarr.lumi-systems.io\/public\/ticket\/index.php?entity=1\" class=\"btn-anduin btn-outline\">Kontakt aufnehmen<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Entwickelt von Microsoft Engineers Das bessere Windows ist ein Linux.Willkommen bei AnduinOS. Vergessen Sie die Angst vor dem Umstieg. AnduinOS kombiniert die Sicherheit von Linux mit der vertrauten Optik von Windows 11. Schnell, sicher und intuitiv \u2013 ohne \u00dcberwachung. Notebook mit AnduinOS anfragen Mehr \u00fcber AnduinOS Warum AnduinOS einzigartig ist Viele Betriebssysteme sind kompliziert. AnduinOS&#8230;<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-75855","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75855","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/comments?post=75855"}],"version-history":[{"count":5,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75855\/revisions"}],"predecessor-version":[{"id":76192,"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/pages\/75855\/revisions\/76192"}],"wp:attachment":[{"href":"https:\/\/lumi-systems.io\/en\/wp-json\/wp\/v2\/media?parent=75855"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}