- {% extends "base.html.twig" %}
- {% block content %}
-     {% if webspaceSettings is defined %}
-         {{ include('@components/sub-navigation.html.twig') }}
-     {% endif %}
-     {{ include('@components/image-text-section.html.twig', {
-         image: content.teaserImage.url,
-         text: content.teaserText|raw,
-         order: {
-             text: '1',
-             image: '2'
-         },
-     }) }}
-     <div class="container my-5">
-         <div class="row gy-5 g-sm-5">
-             {% for icon in content.iconDetails %}
-                 <div class="col-12 col-sm-6 col-lg">
-                     {{ include('@components/icon-text.html.twig', {
-                         icon: icon.iconImage.url,
-                         text: icon.iconText
-                     }) }}
-                 </div>
-             {% endfor %}
-         </div>
-     </div>
-     {{ include('@components/text-without-image.html.twig', {
-         text: content.textWithoutImage|raw,
-         link: {
-             text: content.textWithoutImageTextUrl,
-             link: content.textWithoutImageUrl
-         },
-         fullWidth: true
-     }) }}
-     <div class="container mt-5">
-         <div class="row">
-             <div class="col-12">
-                 {{ content.onlyText|raw }}
-             </div>
-         </div>
-     </div>
-     {{ include('@components/image-text-section.html.twig', {
-         image: content.teaserImage1.url|default('/website/images/placeholder-image.png'),
-         text: content.teaserText1,
-         order: {
-             text: '1',
-             image: '2'
-         },
-         link: {
-             text: content.teaserUrlTitle1,
-             link: content.teaserUrl1,
-         }
-     }) }}
-     {{ include('@components/text-without-image.html.twig', {
-         text: content.textWithoutImage1|raw,
-         textPosition: 'end',
-         link: {
-             text: content.textWithoutImageTextUrl1,
-             link: content.textWithoutImageUrl1
-         },
-         fullWidth: true
-     }) }}
-     {{ include('@components/text-without-image-page-selection-as-link.html.twig', {
-         text: content.textWithoutImage2|raw,
-         textPosition: 'end',
-         link: {
-             text: content.textWithoutImageTextUrl2,
-             link: content.textWithoutImageUrl2,
-             anchor: content.textWithoutImageAnchor
-         },
-         fullWidth: true
-     }) }}
-     {# AZH QM Belegsystem, Bild links und Text rechts #}
-     {{ include('@components/image-text-section.html.twig', {
-         image: content.teaserImage5.url|default('/website/images/placeholder-image.png'),
-         text: content.teaserText5,
-         order: {
-             text: '2',
-             image: '1'
-         },
-         link: {
-             text: content.teaserUrlTitle5,
-             link: content.teaserUrl5,
-         }
-     }) }}
-     {# AZH QM Belegsystem Ende #}
-     {# AZH QM Teams, ohne Bild #}
-     {{ include('@components/text-without-image.html.twig', {
-         text: content.textWithoutImage3|raw,
-         textPosition: 'end',
-         fullWidth: true
-     }) }}
-     {# AZH QM Teams Ende #}
-     {{ include('@components/image-text-section.html.twig', {
-         image: content.teaserImage2.url|default('/website/images/placeholder-image.png'),
-         text: content.teaserText2,
-         order: {
-             text: '1',
-             image: '2'
-         },
-         link: {
-             text: content.teaserUrlTitle2,
-             link: content.teaserUrl2,
-         }
-     }) }}
-     <div class="bg-rock-blue py-5 icons">
-         <div class="container">
-             <div class="row">
-                 <div class="col-12">
-                     <div class="text-lg noto-sans-bold mb-5">Lohnt sich das? Rechnen Sie selbst</div>
-                     <p>Mit dem Schieberegler geben Sie Ihren durchschnittlichen Monatsumsatz an und ermitteln ganz einfach Ihre Zeitersparnis und die Ihnen entstehenden Abrechnungsgebühren bei der AZH:</p>
-                     <div class="row mt-5">
-                         <div class="col-12 col-lg-5">
-                             <div class="mb-2">Ihr Umsatz pro Monat:</div>
-                             <div class="text-sm noto-sans-bold">
-                                 <span class="sliderValue">0</span> <span>€</span>
-                             </div>
-                             Monatsumsatz<br/>
-                             <div class="counterInvoices text-sm noto-sans-bold">0</div>
-                             Gestellte <span class="invoiceText">Rechnung</span> (bei 250€ Rechnungswert)
-                         </div>
-                         <div class="col-12 col-lg-7">
-                             <div class="d-flex align-items-center flex-column flex-lg-row justify-content-start justify-content-lg-end flex-lg-row mt-5 mt-lg-0">
-                                 <div style="min-width: 280px" class="d-flex flex-column align-items-center me-lg-4 mb-4 mb-lg-0">
-                                     <img class="mb-3" src="{{ asset('build/website/images/Vorteilsrechner_Uhr.svg') }}">
-                                     <div class="noto-sans-bold">
-                                         <span>Ihre Zeitersparnis:</span>
-                                         <span class="invoiceTime">0</span>
-                                         <span>Stunden</span>
-                                     </div>
-                                 </div>
-                                 <div class="noto-sans-bold">
-                                     <div class="position-relative">
-                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
-                                         <div class="ps-4">Höherer Rechnungsertrag</div>
-                                     </div>
-                                     <div class="position-relative">
-                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
-                                         <div class="ps-4">weniger Zahlungsverzug durch Beanstandungen</div>
-                                     </div>
-                                     <div class="position-relative">
-                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
-                                         <div class="ps-4">Klärung, Mahnung, Buchführung inklusive</div>
-                                     </div>
-                                 </div>
-                             </div>
-                         </div>
-                     </div>
-                     <div class="row d-flex justify-content-md-center mt-5 mb-3">
-                         <div class="col-12 col-lg-5">
-                             <div class="text-sm noto-sans-bold mb-3">Umsatz pro Monat</div>
-                             <input id="slider" type="range" min="2500" max="77500" value="2500" step="250" list="tickmarks">
-                             <datalist id="tickmarks">
-                                 <option value="2500">2.500€</option>
-                                 <option value="40000">40.000€</option>
-                                 <option value="77500">77.500€</option>
-                             </datalist>
-                         </div>
-                     </div>
-                     <div class="row mt-5">
-                         <div class="col-12">
-                             {% embed '@components/accordion/single.html.twig'
-                                 with {
-                                     'color': 'rock-blue',
-                                     'title': 'Und so errechnen sich die oben aufgeführten Werte:',
-                                     'accordionId': 'Und so errechnen sich die oben aufgeführten Werte'|slug
-                                 }
-                             %}
-                                 {% block accordion_body %}
-                                     <div class="row">
-                                         <div class="col-12">
-                                             Bei eigener Abrechnung inkl. der Klärung von Rückfragen, Mahnwesen und Buchführung benötigen Sie im Durchschnitt wenigstens 26 Minuten Zeit pro Vorgang für alle Arbeitsschritte:
-                                         </div>
-                                     </div>
-                                     <br/>
-                                     <div class="row d-flex justify-content-between text-center">
-                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
-                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Rechnungsstellung.svg') }}">
-                                             <div class="text-sm noto-sans-bold">Rechnungsstellung</div>
-                                         </div>
-                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
-                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Finanzbuchhaltung.svg') }}">
-                                             <div class="text-sm noto-sans-bold">Zahlungsverkehr</div>
-                                         </div>
-                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
-                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Mahnwesen.svg') }}">
-                                             <div class="text-sm noto-sans-bold">Mahnwesen</div>
-                                         </div>
-                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
-                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Monierungen.svg') }}">
-                                             <div class="text-sm noto-sans-bold">Rückfragen und Monierungen</div>
-                                         </div>
-                                     </div>
-                                     <br/>
-                                     <div class="row">
-                                         <div class="col-12">
-                                             Bei <span class="counterInvoices">0</span> <span class="invoiceText">Rechnung</span> im Monat sind das in Summe <span class="invoiceTime">0</span> Stunden Arbeitszeit.<br/>
-                                             Wenn Sie "Abrechnung Komfort" nutzen, sparen Sie diese Zeit
-                                         </div>
-                                     </div>
-                                     <br/>
-                                     <div class="row">
-                                         <div class="col-12">
-                                             <img src="{{ asset('build/website/images/Vorteilsrechner_Uhr.svg') }}"><span class="noto-sans-bold"><span class="ms-3 invoiceTime">0</span> <span>h Zeitersparnis</span></span>
-                                         </div>
-                                     </div>
-                                     <br/>
-                                     <div class="row">
-                                         <div class="col-12">
-                                             Bei <span class="counterInvoices">0</span> <span class="invoiceText">Rechnung</span> bezahlen Sie für Abrechnung Komfort <span class="feeNetto">0</span> €* (d.h. <span class="feeBrutto">0</span> € brutto abzüglich Steuerersparnis).
-                                             Dafür sparen Sie <span class="invoiceTime">0</span> Stunden Büroarbeit. Die Nettogebühr der AZH entspricht dem Erlös aus <span class="pregnancyDiscomfortHelpHours">0</span> Stunden Hilfe bei Schwangerschaftsbeschwerden oder Wehen
-                                             (Berechnung: Erlös 2 HL-Intervalle je 30 Minuten = 41,40 €)
-                                         </div>
-                                     </div>
-                                     <br/>
-                                     <div class="row">
-                                         <div class="col-12">
-                                             <p style="font-size: 0.75rem">
-                                             * Die AZH-Gebühren können Sie als Betriebsausgaben von der Steuer absetzen.
-                                             Die persönliche Steuerersparnis ist individuell. Bei der Berechnung gehen wir beispielhaft
-                                             von einem durchschnittlichen Steuersatz von 40% aus. D.h., die effektiven Kosten (netto) betragen 60% vom Rechnungsbetrag.
-                                             </p>
-                                         </div>
-                                     </div>
-                                 {% endblock %}
-                             {% endembed %}
-                         </div>
-                     </div>
-                 </div>
-             </div>
-         </div>
-     </div>
-     {{ include('@components/image-text-two-links-section.html.twig', {
-         image: content.teaserImage3.url|default('/website/images/placeholder-image.png'),
-         text: content.teaserText3,
-         order: {
-             text: '2',
-             image: '1'
-         },
-         link: {
-             text: content.teaserUrlText3,
-             link: content.teaserUrl3,
-         },
-         button: {
-             text: content.teaserUrlTitle3,
-             link: content.teaserUrl3,
-         }
-     }) }}
-     <div class="container">
-         <div class="row">
-             <div class="col-12">
-                 <span class="small-printed">{{ content.smallPrintedText|raw }}</span>
-             </div>
-         </div>
-     </div>
-     {{ include('@components/rely-on-us-section.html.twig', {
-         title: content.relyTitle,
-         items: content.relyDetails,
-     }) }}
-     <div class="container my-5">
-         <div class="row">
-             <div class="col-12">
-                 <h2>{{ content.partsTitle }}</h2>
-             </div>
-         </div>
-     </div>
-     <div class="container my-5">
-         <div class="row">
-             <div class="col-12">
-                 {{ include('@components/accordion.html.twig', {
-                     accordionId: content.partsTitle|slug,
-                     items: content.partsDetails
-                 }) }}
-             </div>
-         </div>
-     </div>
-     {{ include('@components/we-consult-you-slider.html.twig', {
-         title: content.consultingTitle,
-         text: content.consultingText,
-         items: content.consulting,
-     }) }}
-     {{ include('@components/contact-box.html.twig') }}
-     {{ include('@components/interests-slider.html.twig') }}
- {% endblock %}
- {% block custom_javascripts %}
-     {{ encore_entry_script_tags('accounting-team-slider') }}
- {% endblock %}