
<section id="doit-1" class="section-padding onepage-section" style="padding-top:0;">
    <div class="container">
        <div class="section-title-area">
            
            <h2 class="section-title">Die mobile Arbeits-App, die Sie begeistern wird</h2>
            <div class="section-desc" style="max-width: 40rem;margin:2rem auto 0;">Managen Sie Ihre Arbeit, bearbeiten Sie Kundenaufträge und chatten Sie von jedem Ort der Welt.</div>
            <div style="margin-top:2rem;">
                <a class="btn btn-lg btn-theme-primary" href="/download" style="background:#81b92d;">Younox DoIt herunterladen</a>
            </div>
            <div>
                <img src="/assets/images/doit/Telegram_large_image.svg" style="margin-top:5rem;width:30rem;" />
            </div>
        </div>
        <div style="font-size:1.3rem;margin:5rem auto 0;max-width: 40rem;"><div style="text-align:center;"><strong>Wir bringen das Beste aus zwei Welten zusammen – gehen Sie Ihrer Arbeit  innerhalb und außerhalb des Büros nach. Mit unserer mobilen App, integriert in den Telegram Messenger, können Sie Ihre Aufgaben wie gewohnt überall erledigen.</strong></div></div>
    </div>
</section>




<section id="doit-2" class="section-padding onepage-section">
    <div class="container">
        <div class="section-title-area">
            <h2 class="section-title">Bleiben Sie auf dem Laufenden - an jedem Ort.</h2>
                <div class="section-content" style="margin-top:5rem;">
                    <div class="row">
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/computer.svg" style="margin-top:0;width:80%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0rem;">Beauftragen Sie einfach jeden – ob einen registrierten Nutzer oder eine Person außerhalb des Younox-Netzwerkes.</div>
                        </div>
                        <div class="visible-xs-down" style="margin-top:5rem;"></div>
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/customer_orders.svg" style="margin-top:-.4rem;width:40%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0;">Erhalten Sie Anfragen und Aufträge Ihrer Kunden rund um die Uhr.</div>
                        </div>
                        <div class="visible-xs-down" style="margin-top:5rem;"></div>
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/chat.svg" style="margin-top:-.2rem;width:70%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0;">Arbeiten Sie mit Ihren Kollegen oder chatten Sie mit Telegram-Kontakten, ohne die App zu wechseln.</div>
                        </div>
                    </div>
                    <div class="visible-xs-down" style="margin-top:5rem;"></div>
                    <div class="row" style="margin-top:5rem;">
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/recent_tasks.svg" style="margin-top:0;width:38%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0;">Sehen Sie neueste Aufgaben und Aufträge ganz oben in Ihrer Liste.</div>
                        </div>
                        <div class="visible-xs-down" style="margin-top:5rem;"></div>
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/upload_download.svg" style="margin-top:.9rem;width:59%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0;">Laden Sie ganz einfach Dateien mit Ihrem mobilen Gerät hoch und herunter.</div>
                        </div>
                        <div class="visible-xs-down" style="margin-top:3rem;"></div>
                        <div class="col-sm-4" style="text-align:left;">
                            <div style="text-align:center;">
                                <img src="/assets/images/doit/search.svg" style="margin-top:1rem;width:71%;" />
                            </div>
                            <div class="section-subtitle" style="margin-top:1rem;font-weight:600"></div>
                            
                            <div class="section-desc" style="font-size: 1rem;max-width: 34rem;margin-top:0;">Finden Sie wichtige Informationen schnell indem Sie alle Aufgaben inkl. angehängter Dateien nach Stichworten durchsuchen.</div>
                        </div>
                    </div>
                </div>  
        </div>
        <div style="font-size:1.3rem;margin:5rem auto 0;max-width: 40rem;">
            <div style="text-align:center;">
                <strong>Nutzen Sie Younox DoIt für private Zwecke kostenlos und zwar solange Sie möchten. Upgraden Sie jederzeit auf einen vollwertigen Younox-Account.</strong>
                <div style="margin-top:2rem;">
                    <a class="btn btn-lg btn-theme-primary" href="/buy-credits" style="background:#81b92d;">Jetzt upgraden</a>
                </div>
            </div>
        </div>
    </div>
</section>




<style>
.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight:bold;
}
/*
.accordion:hover {
    background-color: #eee;
}
*/

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.faq-active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.panel > p {
    margin-bottom: 2rem;
}
</style>


<h2>FAQs Younox DoIt</h2>

<button class="accordion">Wie kann ich mich für Younox DoIt registrieren?</button>
<div class="panel">
    <p>Sie können sich für Younox DoIt nur in der mobilen Younox DoIt App registrieren. Laden Sie einfach die App auf Ihr mobiles Gerät herunter und folgen Sie den Registrierungsschritten.</p>
</div>

<button class="accordion">Kann ich Younox DoIt kostenlos nutzen?</button>
<div class="panel">
    <p>Für private Zwecke kann Younox DoIt kostenlos und zeitlich unbegrenzt genutzt werden.</p>
</div>

<button class="accordion">Kann ich die Younox Desktop-App mit meinem kostenlosen Younox DoIt-Account nutzen?</button>
<div class="panel">
    <p>Ja, Sie können die Logindaten von Younox DoIt auch für die Anmeldung in die Younox Desktop-App verwenden. Allerdings ist die Anzahl der Aufgaben, an denen Sie in der Desktop-App arbeiten können, begrenzt und Sie können keine anderen Nutzer sponsern. Alle anderen Funktionen der Younox Desktop-App stehen Ihnen vollumfänglich zur Verfügung. Weitere Informationen finden Sie im <a href="/help-center">Help Center</a>.</p>
</div>

<button class="accordion">Welche Einschränkungen gibt es bei der kostenlosen Younox DoIt Nutzung?</button>
<div class="panel">
    <p>Bei der kostenlosen Younox DoIt Nutzung können Sie die Kernfunktionen von Younox nutzen, mit der Einschränkung, dass Sie nur auf eine begrenzte Anzahl von Aufgaben zugreifen und keine Nutzer sponsern können.</p>
</div>

<!--<button class="accordion">How can I upgrade to a full-featured Younox account?</button>
<div class="panel">
    <p>Simply make a payment and your account will automatically be upgraded allowing you to use the full power of Younox.</p>
</div> -->

<button class="accordion">Kann ich in der Younox DoIt App auf die Daten meines vollwertigen Younox-Accounts zugreifen?</button>
<div class="panel">
    <p>Ja, wenn Sie für einen vollwertigen Younox-Account registriert sind, können Sie mit der Younox DoIt App ohne Einschränkungen auf alle Ihre Daten zugreifen. Arbeiten Sie einfach an Ihrem Handy und/oder dem Desktop, wie es Ihnen beliebt.</p>
</div>

<button class="accordion">Kann ich in Younox DoIt uneingeschränkt nach Inhalten suchen?</button>
<div class="panel">
    <p>Ja, Sie können mit der Younox DoIt App nach beliebigen Inhalten in all Ihren Aufgaben - einschließlich in den angehängten Dokumenten - suchen.</p>
</div>

<button class="accordion">Kann ich von Younox DoIt auf einen vollwertigen Younox-Account upgraden?</button>
<div class="panel">
    <p>Sie können jederzeit von einem Younox DoIt Account auf einen vollwertigen Younox-Account upgraden. Nehmen Sie einfach eine Einzahlung unter <a href="/buy-credits">Guthaben aufladen</a> vor und Sie erhalten automatisch ein Upgrade, mit dem Sie sofort den vollen Leistungsumfang von Younox nutzen können.</p>
</div>

<button class="accordion">Kann ich Younox DoIt nutzen, auch wenn ich bereits für einen vollwertigen Younox-Account bezahle?</button>
<div class="panel">
    <p>Ja, wenn Sie ein zahlender Younox-Kunde sind, können Sie mit beiden Apps auf Ihren Account zugreifen – mit der Younox DoIt App auf Ihrem mobilen Gerät und der Younox Desktop-App auf Ihrem Computer.</p>
</div>

<button class="accordion">Wann sollte ich von Younox DoIt auf einen vollwertigen Younox-Account upgraden?</button>
<div class="panel">
    <p>
        <span>Sie sollten auf einen vollwertigen Younox-Account upgraden, wenn Sie Folgendes wollen:</span>
        <ol>
            <li>unbegrenzt viele Aufgaben, Aufträge bzw. Services anlegen und bearbeiten</li>
                        <li>mehr als zwei Personen Zugriffsrechte auf die einzelnen Aufgaben vergeben</li>
                        <li>Ihr Team vergrößern und Nutzer sponsern</li>
                        <li>Aufgaben in Unterebenen organisieren</li>
                        <li>ein Fälligkeitsdatum angeben</li>
                        <li>Aufgaben- und Projektbudgets festlegen</li>
                        <li>Benachrichtigungen, Erinnerungen und vieles mehr erhalten</li>
                        <li>Younox für kommerzielle Zwecke verwenden</li>
            </ol>
    </p>
</div>
<div style="font-size:1.3rem;margin:5rem auto 0;max-width: 40rem;">
                    <div style="text-align:center;">
                        <strong>Haben Sie weitere Fragen zu Younox DoIt?<br>Erfahren Sie mehr in unserem <a href="/help-center">Help Center</a>.</strong>
                    
                    </div>
                </div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;

for (i = 0; i < acc.length; i++) {
    acc[i].addEventListener("click", function() {
        this.classList.toggle("faq-active");
        var panel = this.nextElementSibling;
        if (panel.style.maxHeight){
            panel.style.maxHeight = null;
        } else {
            panel.style.maxHeight = panel.scrollHeight + "px";
        } 
    });
}
</script>
{"id":1252,"date":"2018-09-25T21:51:17","date_gmt":"2018-09-25T21:51:17","guid":{"rendered":"https:\/\/www.younox.com\/?page_id=1252"},"modified":"2019-03-08T09:09:33","modified_gmt":"2019-03-08T09:09:33","slug":"younox-doit","status":"publish","type":"page","link":"https:\/\/www.younox.com\/de\/younox-doit\/","title":{"rendered":"Younox Doit"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":1304,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/full-width-page.php","meta":{"footnotes":""},"class_list":["post-1252","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Younox Doit - younox.com - Einfach mehr Business<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.younox.com\/younox-doit\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Younox Doit - younox.com - Einfach mehr Business\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.younox.com\/younox-doit\/\" \/>\n<meta property=\"og:site_name\" content=\"younox.com - Einfach mehr Business\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-08T09:09:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/ynx_meets_tg-min.png\" \/>\n\t<meta property=\"og:image:width\" content=\"538\" \/>\n\t<meta property=\"og:image:height\" content=\"280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.younox.com\/younox-doit\/\",\"url\":\"https:\/\/www.younox.com\/younox-doit\/\",\"name\":\"Younox Doit - younox.com - Einfach mehr Business\",\"isPartOf\":{\"@id\":\"https:\/\/www.younox.com\/#website\"},\"datePublished\":\"2018-09-25T21:51:17+00:00\",\"dateModified\":\"2019-03-08T09:09:33+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.younox.com\/younox-doit\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.younox.com\/younox-doit\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.younox.com\/younox-doit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.younox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Younox Doit\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.younox.com\/#website\",\"url\":\"https:\/\/www.younox.com\/\",\"name\":\"younox.com - Einfach mehr Business\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.younox.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.younox.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.younox.com\/#organization\",\"name\":\"younox.com - Einfach mehr Business\",\"url\":\"https:\/\/www.younox.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/www.younox.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/cropped-logo.png\",\"contentUrl\":\"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/cropped-logo.png\",\"width\":761,\"height\":150,\"caption\":\"younox.com - Einfach mehr Business\"},\"image\":{\"@id\":\"https:\/\/www.younox.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Younox Doit - younox.com - Einfach mehr Business","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:\/\/www.younox.com\/younox-doit\/","og_locale":"de_DE","og_type":"article","og_title":"Younox Doit - younox.com - Einfach mehr Business","og_url":"https:\/\/www.younox.com\/younox-doit\/","og_site_name":"younox.com - Einfach mehr Business","article_modified_time":"2019-03-08T09:09:33+00:00","og_image":[{"width":538,"height":280,"url":"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/ynx_meets_tg-min.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.younox.com\/younox-doit\/","url":"https:\/\/www.younox.com\/younox-doit\/","name":"Younox Doit - younox.com - Einfach mehr Business","isPartOf":{"@id":"https:\/\/www.younox.com\/#website"},"datePublished":"2018-09-25T21:51:17+00:00","dateModified":"2019-03-08T09:09:33+00:00","breadcrumb":{"@id":"https:\/\/www.younox.com\/younox-doit\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.younox.com\/younox-doit\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.younox.com\/younox-doit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.younox.com\/"},{"@type":"ListItem","position":2,"name":"Younox Doit"}]},{"@type":"WebSite","@id":"https:\/\/www.younox.com\/#website","url":"https:\/\/www.younox.com\/","name":"younox.com - Einfach mehr Business","description":"","publisher":{"@id":"https:\/\/www.younox.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.younox.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.younox.com\/#organization","name":"younox.com - Einfach mehr Business","url":"https:\/\/www.younox.com\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.younox.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/cropped-logo.png","contentUrl":"https:\/\/www.younox.com\/wp-content\/uploads\/2018\/09\/cropped-logo.png","width":761,"height":150,"caption":"younox.com - Einfach mehr Business"},"image":{"@id":"https:\/\/www.younox.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/pages\/1252"}],"collection":[{"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/comments?post=1252"}],"version-history":[{"count":0,"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/pages\/1252\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/media\/1304"}],"wp:attachment":[{"href":"https:\/\/www.younox.com\/de\/wp-json\/wp\/v2\/media?parent=1252"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}