Contact

<div>
    <div class="mb-10">

        <h3 class=" text-left h3 ">
            Schreiben Sie <br /> uns eine Nachricht

        </h3>

    </div>
    <form>
        <div class="space-y-5">
            <div class="space-y-5 md:space-y-0 md:grid md:grid-cols-2 md:gap-5">

                <input type="text" placeholder="Vorname*" id="firstname" class="w-full py-3 px-6 text-black placeholder:text-black" />

                <input type="text" placeholder="Nachname*" id="lastname" class="w-full py-3 px-6 text-black placeholder:text-black" />
            </div>
            <div class="space-y-5 md:space-y-0 md:grid md:grid-cols-2 md:gap-5">

                <input type="text" placeholder="E-Mail" id="email" class="w-full py-3 px-6 text-black placeholder:text-black" />

                <input type="text" placeholder="Telefonnummer" id="phone" class="w-full py-3 px-6 text-black placeholder:text-black" />
            </div>

            <div class="space-y-5 md:grid md:grid-cols-1">

                <input type="text" placeholder="Betreff*" id="salution" class="w-full py-3 px-6 text-black placeholder:text-black" />
            </div>

            <textarea name="message" id="message" placeholder="Nachricht*" class="w-full h-40 max-h-56 py-3 px-6 text-black placeholder:text-black"></textarea>
            <div class="space-y-5 md:space-y-10">

                <button class="btn cursor-pointer inline-flex items-center w-full md:w-auto md:mt-5 bg-primary justify-between text-white py-4 px-6 rounded-none transition-all active:scale-95 hover:rounded-sm hover:brightness-95" type="submit">

                    <span class="shrink-0">
                        Formular absenden
                    </span>

                    <span class="inline-flex items-center w-4 h-4    ms-9 ">
                        <?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16.5 16.5">
                            <path id="b" d="m.75,15.75L15.75.75m0,0H4.5m11.25,0v11.25" style="fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.5px;" />
                        </svg>
                    </span>

                </button>
                <div class="max-w-3xl">

                    <p class="default text-sm  leading-customText">Mit dem Absenden dieses Formulars wird der <a href="#" class="text-[#424343] italic">Datenschutzerklärung</a> dieser Website und der Speicherung der übermittelten Daten zugestimmt. Die mit * gekennzeichneten Felder sind Pflichtfelder. </p>

                </div>
            </div>
        </div>
    </form>
</div>
<div>
    <div class="mb-10">
        {% render "@headline" with {
            headline: 'Schreiben Sie <br /> uns eine Nachricht',
            tag: 'h3',
            size: 'h3',
        } %}
    </div>
    {% render '@form' %}
</div>
/* No context defined. */

No notes defined.