71 lines
3.5 KiB
HTML
Executable File
71 lines
3.5 KiB
HTML
Executable File
<!--Dies ist das Sektionen Archiv für die Kontakt Sektion
|
|
Wenn sie wieder genutzt werden soll, z.B. zur Anmeldung zum Doppelkopf
|
|
kann dieser Code in die index.html kopiert und angepasst werden.
|
|
-->
|
|
|
|
|
|
<style>
|
|
.cid-u6k7q0BfGa {
|
|
padding-top: 6rem;
|
|
padding-bottom: 6rem;
|
|
background-color: transparent;
|
|
}
|
|
.cid-u6k7q0BfGa .mbr-overlay {
|
|
background-color: #ffffff;
|
|
opacity: 0.4;
|
|
}
|
|
.cid-u6k7q0BfGa form .mbr-section-btn {
|
|
text-align: center;
|
|
width: 100%;
|
|
}
|
|
.cid-u6k7q0BfGa form .mbr-section-btn .btn {
|
|
display: inline-flex;
|
|
}
|
|
@media (max-width: 991px) {
|
|
.cid-u6k7q0BfGa form .mbr-section-btn .btn {
|
|
width: 100%;
|
|
}
|
|
}
|
|
.cid-u6k7q0BfGa .content-head {
|
|
max-width: 800px;
|
|
}
|
|
|
|
</style>
|
|
<section class="form5 cid-u6k7q0BfGa" id="contact-form-2-u6k7q0BfGa">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-12 content-head">
|
|
<div class="mbr-section-head mb-5">
|
|
<h3 class="mbr-section-title mbr-fonts-style align-center mb-0 display-2">
|
|
<strong>Kontaktiere uns</strong>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8 mx-auto mbr-form" data-form-type="formoid">
|
|
<form action="https://mobirise.eu/" method="POST" class="mbr-form form-with-styler" data-form-title="Form Name"><input type="hidden" name="email" data-form-email="true" value="">
|
|
<div class="row">
|
|
<div hidden="hidden" data-form-alert="" class="alert alert-success col-12">Thanks for filling out the form!</div>
|
|
<div hidden="hidden" data-form-alert-danger="" class="alert alert-danger col-12">
|
|
Oops...! some problem!
|
|
</div>
|
|
</div>
|
|
<div class="dragArea row">
|
|
<div class="col-md col-sm-12 form-group mb-3" data-for="name">
|
|
<input type="text" name="name" placeholder="Name" data-form-field="name" class="form-control" value="" id="name-form02-0">
|
|
</div>
|
|
<div class="col-md col-sm-12 form-group mb-3" data-for="email">
|
|
<input type="email" name="email" placeholder="E-Mail" data-form-field="email" class="form-control" value="" id="email-form02-0">
|
|
</div>
|
|
<div class="col-12 form-group mb-3" data-for="textarea">
|
|
<textarea name="textarea" placeholder="Nachricht" data-form-field="textarea" class="form-control" id="textarea-form02-0"></textarea>
|
|
</div>
|
|
<div class="col-lg-12 col-md-12 col-sm-12 align-center mbr-section-btn"><button type="submit" class="btn btn-primary display-7">Absenden</button></div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|