templates/pages/midwifeteam-account.html.twig line 1

Open in your IDE?
  1. {% extends "base.html.twig" %}
  2. {% block content %}
  3.     {% if webspaceSettings is defined %}
  4.         {{ include('@components/sub-navigation.html.twig') }}
  5.     {% endif %}
  6.     {{ include('@components/image-text-section.html.twig', {
  7.         image: content.teaserImage.url,
  8.         text: content.teaserText|raw,
  9.         order: {
  10.             text: '1',
  11.             image: '2'
  12.         },
  13.     }) }}
  14.     <div class="container my-5">
  15.         <div class="row gy-5 g-sm-5">
  16.             {% for icon in content.iconDetails %}
  17.                 <div class="col-12 col-sm-6 col-lg">
  18.                     {{ include('@components/icon-text.html.twig', {
  19.                         icon: icon.iconImage.url,
  20.                         text: icon.iconText
  21.                     }) }}
  22.                 </div>
  23.             {% endfor %}
  24.         </div>
  25.     </div>
  26.     {{ include('@components/text-without-image.html.twig', {
  27.         text: content.textWithoutImage|raw,
  28.         link: {
  29.             text: content.textWithoutImageTextUrl,
  30.             link: content.textWithoutImageUrl
  31.         },
  32.         fullWidth: true
  33.     }) }}
  34.     <div class="container mt-5">
  35.         <div class="row">
  36.             <div class="col-12">
  37.                 {{ content.onlyText|raw }}
  38.             </div>
  39.         </div>
  40.     </div>
  41.     {{ include('@components/image-text-section.html.twig', {
  42.         image: content.teaserImage1.url|default('/website/images/placeholder-image.png'),
  43.         text: content.teaserText1,
  44.         order: {
  45.             text: '1',
  46.             image: '2'
  47.         },
  48.         link: {
  49.             text: content.teaserUrlTitle1,
  50.             link: content.teaserUrl1,
  51.         }
  52.     }) }}
  53.     {{ include('@components/text-without-image.html.twig', {
  54.         text: content.textWithoutImage1|raw,
  55.         textPosition: 'end',
  56.         link: {
  57.             text: content.textWithoutImageTextUrl1,
  58.             link: content.textWithoutImageUrl1
  59.         },
  60.         fullWidth: true
  61.     }) }}
  62.     {{ include('@components/text-without-image-page-selection-as-link.html.twig', {
  63.         text: content.textWithoutImage2|raw,
  64.         textPosition: 'end',
  65.         link: {
  66.             text: content.textWithoutImageTextUrl2,
  67.             link: content.textWithoutImageUrl2,
  68.             anchor: content.textWithoutImageAnchor
  69.         },
  70.         fullWidth: true
  71.     }) }}
  72.     {# AZH QM Belegsystem, Bild links und Text rechts #}
  73.     {{ include('@components/image-text-section.html.twig', {
  74.         image: content.teaserImage5.url|default('/website/images/placeholder-image.png'),
  75.         text: content.teaserText5,
  76.         order: {
  77.             text: '2',
  78.             image: '1'
  79.         },
  80.         link: {
  81.             text: content.teaserUrlTitle5,
  82.             link: content.teaserUrl5,
  83.         }
  84.     }) }}
  85.     {# AZH QM Belegsystem Ende #}
  86.     {# AZH QM Teams, ohne Bild #}
  87.     {{ include('@components/text-without-image.html.twig', {
  88.         text: content.textWithoutImage3|raw,
  89.         textPosition: 'end',
  90.         fullWidth: true
  91.     }) }}
  92.     {# AZH QM Teams Ende #}
  93.     {{ include('@components/image-text-section.html.twig', {
  94.         image: content.teaserImage2.url|default('/website/images/placeholder-image.png'),
  95.         text: content.teaserText2,
  96.         order: {
  97.             text: '1',
  98.             image: '2'
  99.         },
  100.         link: {
  101.             text: content.teaserUrlTitle2,
  102.             link: content.teaserUrl2,
  103.         }
  104.     }) }}
  105.     <div class="bg-rock-blue py-5 icons">
  106.         <div class="container">
  107.             <div class="row">
  108.                 <div class="col-12">
  109.                     <div class="text-lg noto-sans-bold mb-5">Lohnt sich das? Rechnen Sie selbst</div>
  110.                     <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>
  111.                     <div class="row mt-5">
  112.                         <div class="col-12 col-lg-5">
  113.                             <div class="mb-2">Ihr Umsatz pro Monat:</div>
  114.                             <div class="text-sm noto-sans-bold">
  115.                                 <span class="sliderValue">0</span> <span>€</span>
  116.                             </div>
  117.                             Monatsumsatz<br/>
  118.                             <div class="counterInvoices text-sm noto-sans-bold">0</div>
  119.                             Gestellte <span class="invoiceText">Rechnung</span> (bei 250€ Rechnungswert)
  120.                         </div>
  121.                         <div class="col-12 col-lg-7">
  122.                             <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">
  123.                                 <div style="min-width: 280px" class="d-flex flex-column align-items-center me-lg-4 mb-4 mb-lg-0">
  124.                                     <img class="mb-3" src="{{ asset('build/website/images/Vorteilsrechner_Uhr.svg') }}">
  125.                                     <div class="noto-sans-bold">
  126.                                         <span>Ihre Zeitersparnis:</span>
  127.                                         <span class="invoiceTime">0</span>
  128.                                         <span>Stunden</span>
  129.                                     </div>
  130.                                 </div>
  131.                                 <div class="noto-sans-bold">
  132.                                     <div class="position-relative">
  133.                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
  134.                                         <div class="ps-4">Höherer Rechnungsertrag</div>
  135.                                     </div>
  136.                                     <div class="position-relative">
  137.                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
  138.                                         <div class="ps-4">weniger Zahlungsverzug durch Beanstandungen</div>
  139.                                     </div>
  140.                                     <div class="position-relative">
  141.                                         <i class="position-absolute left-0 fa-solid fa-check me-2"></i>
  142.                                         <div class="ps-4">Klärung, Mahnung, Buchführung inklusive</div>
  143.                                     </div>
  144.                                 </div>
  145.                             </div>
  146.                         </div>
  147.                     </div>
  148.                     <div class="row d-flex justify-content-md-center mt-5 mb-3">
  149.                         <div class="col-12 col-lg-5">
  150.                             <div class="text-sm noto-sans-bold mb-3">Umsatz pro Monat</div>
  151.                             <input id="slider" type="range" min="2500" max="77500" value="2500" step="250" list="tickmarks">
  152.                             <datalist id="tickmarks">
  153.                                 <option value="2500">2.500€</option>
  154.                                 <option value="40000">40.000€</option>
  155.                                 <option value="77500">77.500€</option>
  156.                             </datalist>
  157.                         </div>
  158.                     </div>
  159.                     <div class="row mt-5">
  160.                         <div class="col-12">
  161.                             {% embed '@components/accordion/single.html.twig'
  162.                                 with {
  163.                                     'color': 'rock-blue',
  164.                                     'title': 'Und so errechnen sich die oben aufgeführten Werte:',
  165.                                     'accordionId': 'Und so errechnen sich die oben aufgeführten Werte'|slug
  166.                                 }
  167.                             %}
  168.                                 {% block accordion_body %}
  169.                                     <div class="row">
  170.                                         <div class="col-12">
  171.                                             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:
  172.                                         </div>
  173.                                     </div>
  174.                                     <br/>
  175.                                     <div class="row d-flex justify-content-between text-center">
  176.                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
  177.                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Rechnungsstellung.svg') }}">
  178.                                             <div class="text-sm noto-sans-bold">Rechnungsstellung</div>
  179.                                         </div>
  180.                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
  181.                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Finanzbuchhaltung.svg') }}">
  182.                                             <div class="text-sm noto-sans-bold">Zahlungsverkehr</div>
  183.                                         </div>
  184.                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
  185.                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Mahnwesen.svg') }}">
  186.                                             <div class="text-sm noto-sans-bold">Mahnwesen</div>
  187.                                         </div>
  188.                                         <div class="col-12 col-md-6 mb-5 mb-lg-0 col-lg-3 d-flex flex-column align-items-center">
  189.                                             <img class="mb-4" src="{{ asset('build/website/images/Vorteilsrechner_Monierungen.svg') }}">
  190.                                             <div class="text-sm noto-sans-bold">Rückfragen und Monierungen</div>
  191.                                         </div>
  192.                                     </div>
  193.                                     <br/>
  194.                                     <div class="row">
  195.                                         <div class="col-12">
  196.                                             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/>
  197.                                             Wenn Sie "Abrechnung Komfort" nutzen, sparen Sie diese Zeit
  198.                                         </div>
  199.                                     </div>
  200.                                     <br/>
  201.                                     <div class="row">
  202.                                         <div class="col-12">
  203.                                             <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>
  204.                                         </div>
  205.                                     </div>
  206.                                     <br/>
  207.                                     <div class="row">
  208.                                         <div class="col-12">
  209.                                             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).
  210.                                             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
  211.                                             (Berechnung: Erlös 2 HL-Intervalle je 30 Minuten = 41,40 €)
  212.                                         </div>
  213.                                     </div>
  214.                                     <br/>
  215.                                     <div class="row">
  216.                                         <div class="col-12">
  217.                                             <p style="font-size: 0.75rem">
  218.                                             * Die AZH-Gebühren können Sie als Betriebsausgaben von der Steuer absetzen.
  219.                                             Die persönliche Steuerersparnis ist individuell. Bei der Berechnung gehen wir beispielhaft
  220.                                             von einem durchschnittlichen Steuersatz von 40% aus. D.h., die effektiven Kosten (netto) betragen 60% vom Rechnungsbetrag.
  221.                                             </p>
  222.                                         </div>
  223.                                     </div>
  224.                                 {% endblock %}
  225.                             {% endembed %}
  226.                         </div>
  227.                     </div>
  228.                 </div>
  229.             </div>
  230.         </div>
  231.     </div>
  232.     {{ include('@components/image-text-two-links-section.html.twig', {
  233.         image: content.teaserImage3.url|default('/website/images/placeholder-image.png'),
  234.         text: content.teaserText3,
  235.         order: {
  236.             text: '2',
  237.             image: '1'
  238.         },
  239.         link: {
  240.             text: content.teaserUrlText3,
  241.             link: content.teaserUrl3,
  242.         },
  243.         button: {
  244.             text: content.teaserUrlTitle3,
  245.             link: content.teaserUrl3,
  246.         }
  247.     }) }}
  248.     <div class="container">
  249.         <div class="row">
  250.             <div class="col-12">
  251.                 <span class="small-printed">{{ content.smallPrintedText|raw }}</span>
  252.             </div>
  253.         </div>
  254.     </div>
  255.     {{ include('@components/rely-on-us-section.html.twig', {
  256.         title: content.relyTitle,
  257.         items: content.relyDetails,
  258.     }) }}
  259.     <div class="container my-5">
  260.         <div class="row">
  261.             <div class="col-12">
  262.                 <h2>{{ content.partsTitle }}</h2>
  263.             </div>
  264.         </div>
  265.     </div>
  266.     <div class="container my-5">
  267.         <div class="row">
  268.             <div class="col-12">
  269.                 {{ include('@components/accordion.html.twig', {
  270.                     accordionId: content.partsTitle|slug,
  271.                     items: content.partsDetails
  272.                 }) }}
  273.             </div>
  274.         </div>
  275.     </div>
  276.     {{ include('@components/we-consult-you-slider.html.twig', {
  277.         title: content.consultingTitle,
  278.         text: content.consultingText,
  279.         items: content.consulting,
  280.     }) }}
  281.     {{ include('@components/contact-box.html.twig') }}
  282.     {{ include('@components/interests-slider.html.twig') }}
  283. {% endblock %}
  284. {% block custom_javascripts %}
  285.     {{ encore_entry_script_tags('accounting-team-slider') }}
  286. {% endblock %}