Benjamin Völkl 2022-05-12 21:06:28 +02:00
parent 3874abbaaf
commit da9bfa2df8
11 changed files with 468 additions and 337 deletions

View File

@ -57,7 +57,7 @@
<br>
<br>
<br>
<i>Wir haben derzeit leider keine Produkte von {{ $author->name }} im verfügbar.</i>
<i>Wir haben derzeit leider keine Produkte von {{ $author->name }} bei uns verfügbar.</i>
<br>
<br>
<br>

View File

@ -91,7 +91,7 @@

<div class="col-12 col-md-3">

<div class="bg-ci rounded p-3 border-ci position-fixed shadow-lg" style="width: 16%;">
<div class="bg-ci rounded p-3 position-fixed shadow-lg" style="width: 16%;">


Hersteller: <a href="{{ route('author.get', [$content->user->slug]) }}" class="text-decoration-none mt-2">
@ -185,7 +185,7 @@
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Install Theme</h5>
<h5 class="modal-title" id="exampleModalLabel">Produkt anfragen</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
@ -194,75 +194,104 @@
<div class="col-12 col-md-10 offset-md-1">


<br>
<style type="text/css">
input{
background-color: #37622736;
}
</style>

<div class="card" style="background-color: #c9d5c436;">

<div class="card-body">
<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Name</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Max Mustermann">
</div>

<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Firma</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Musterfirma GmbH">
</div>

<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Telefon</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="0123 456789">
</div>

<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">E-Mail Adresse</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com">
</div>

<div class="mb-3">
<label for="exampleFormControlInput1" class="form-label">Adresse</label>
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="Unter den Linden 23, Berlin">
</div>


@isset($content->data_fields['git_location'])
<div class="input-group input-group-lg shadow-lg">
<input type="text" id="inputPassword5" class="form-control border-ci rounded" aria-describedby="passwordHelpBlock" readonly value="{{$content->data_fields['git_location']}}">
<div class="text-end">
<a href="" class="btn btn-primary mt-4"> Anfrage absenden</a>

</div>
</div>


<div id="passwordHelpBlock" class="form-text">
Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version.
</div>
@endisset
</div>


<br>
<br>


<hr>

<br>
<br>
<br>
<h5>Instructions</h5>

<h5>Bestellablauf</h5>


<br>

<div class="row">
<div class="col-2 offset-1 mb-3">
<div style="background-color: #24052f; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
<div style="background-color: #255306; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
1.
</div>
</div>
<div class="col-9 mt-2">
Log in to your Lumino Admin
Bitte stellen Sie Ihre Anfrage

</div>


<div class="col-2 offset-1 mb-3">
<div style="background-color: #24052f; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
<div style="background-color: #255306; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
2.
</div>
</div>
<div class="col-9 mt-2">
Go to <i>Configurations</i> ⟶ <i>Themes</i> -> <i>"Add new Theme"</i>
Wir erstellen Ihnen ein persönliches Angebot

</div>


<div class="col-2 offset-1 mb-3">
<div style="background-color: #24052f; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
<div style="background-color: #255306; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
3.
</div>
</div>
<div class="col-9 mt-2">
Copy & Paste the Theme URL
Bezahlung

</div>


<div class="col-2 offset-1 mb-3">
<div style="background-color: #24052f; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
<div style="background-color: #255306; height: 50px; width: 50px; color: white" class="p-2 rounded-circle text-center fw-bold fs-5">
4.
</div>
</div>
<div class="col-9 mt-2">
After Verification Theme can be installed
Ware wird geliefert / kann abgeholt werden

</div>

@ -271,12 +300,7 @@



<br>
<div class="text-center">
<img src="https://i.gifer.com/XG0z.gif" class="img-fluid rounded mb-5" width="82%" loading="lazy">

</div>
</div>
</div>


View File

@ -7,11 +7,9 @@
<h4 class="mb-2 fw-bold mt-5">Über uns</h4>


<a class="fs-5 mb-3 textdecoration-none" href="{{url('/create-theme')}}">Photovoltaik Module</a>
<br>
<a class="fs-5 mb-3 textdecoration-none" href="{{url('/publish')}}">Wechselrichter</a>
<br>
<a class="fs-5 mb-3 textdecoration-none" href="{{url('/jobs')}}">Jobs</a>
<a class="fs-5 mb-3 text-decoration-none" href="{{url('/jobs')}}">Jobs</a>
<br>


@ -46,9 +44,9 @@
</a>
</div>
<div class="col-12 col-sm-6 text-md-end text-center mt-3">
<a href="{{url('/agb')}}">AGB</a>
<a href="https://www.areya.de/agb">AGB</a>
|
<a href="{{url('/datenschutz')}}">Datenschutz</a>
<a href="https://www.areya.de/datenschutz">Datenschutz</a>
|
<a href="https://www.areya.de/impressum">Impressum</a>


View File

@ -14,8 +14,13 @@
<div class="col text-end text-light">

<span>+49 221 6695 8090</span>
<span class="ms-4 me-4">support@areya.energy</span>
<span><a href="tel:+4996545529550" class="text-decoration-none">
<svg style="fill: currentColor; width:20px; margin-bottom: 2px; margin-right: 4px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path d="M368 336h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16zm-48-80v32c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16zm112 144h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16zm0-96h32c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16zm80-272H269.06C262.45 13.4 244.87 0 224 0h-80c-20.87 0-38.45 13.4-45.06 32H64C28.65 32 0 60.65 0 96v352c0 35.35 28.65 64 64 64h448c35.35 0 64-28.65 64-64V96c0-35.35-28.65-64-64-64zM144 48h80v320h-80V48zm384 400c0 8.82-7.18 16-16 16H64c-8.82 0-16-7.18-16-16V96c0-8.82 7.18-16 16-16h32v288c0 26.51 21.49 48 48 48h80c26.51 0 48-21.49 48-48V80h48v72c0 22.06 17.94 40 40 40h168v256zm0-304H368V80h144c8.82 0 16 7.18 16 16v48z"/></svg>

09654 5529550</a></span>
<span class="ms-5 me-5">
<a href="mailto:support@areya.energy" class="text-decoration-none">support@areya.energy</a>
</span>
<span>Mo-Do: 9-17 Uhr, Fr: 9-15 Uhr</span>


@ -29,29 +34,51 @@
<nav style="background-color: #79b27f" class="pt-5 pb-5">
<div class="container">
<div class="row">
<div class="col">
<div class="col-3">

<svg style="fill: beige; width: 50px; margin-top:-60px;margin-right: -10px;"xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.fa-secondary{opacity:.4}</style></defs><path d="M502.42 240.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.41-94.8a17.31 17.31 0 0 0-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4a17.31 17.31 0 0 0 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.41-33.5 47.3 94.7a17.31 17.31 0 0 0 31 0l47.31-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3a17.33 17.33 0 0 0 .2-31.1zm-155.9 106c-49.91 49.9-131.11 49.9-181 0a128.13 128.13 0 0 1 0-181c49.9-49.9 131.1-49.9 181 0a128.13 128.13 0 0 1 0 181z" class="fa-secondary"/><path d="M352 256a96 96 0 1 1-96-96 96.15 96.15 0 0 1 96 96z" class="fa-primary"/></svg>

<a href="{{url('/')}}" class="fs-2 fw-bold text-decoration-none">Areya Energy</a>

</div>

<div class="col fs-5 mt-2 text-center ">
<a href="" class="text-decoration-none mt-2 fw-bold">Bakonkraftwerk</a>
<div class="col-2 fs-5 mt-2 text-center ">
<a href="{{url('/stecker-solar')}}" class="text-decoration-none mt-2 fw-bold">Bakonkraftwerk</a>
</div>
<div class="col fs-5 mt-2 text-center ">
<a href="" class="text-decoration-none mt-2 fw-bold">Bakonkraftwerk</a>
<div class="col-2 fs-5 mt-2 text-center ">
<a href="{{url('/shop')}}" class="text-decoration-none mt-2 fw-bold">Zubehör</a>
</div>
<div class="col fs-5 mt-2 text-center ">
<a href="" class="text-decoration-none mt-2 fw-bold">Bakonkraftwerk</a>
<div class="col-2 fs-5 mt-2 text-center ">
<a href="{{url('/service')}}" class="text-decoration-none mt-2 fw-bold">Service</a>
</div>
<div class="col-2 fs-5 mt-2 text-center ">
<a href="{{url('/kontakt')}}" class="text-decoration-none mt-2 fw-bold">Kontakt</a>
</div>



<div class="col text-end">
<a href="" class="btn btn-primary">Produkte Anfragen</a>
<div class="col-1 text-end">
<a href="{{url('/checkout')}}">
<svg style="fill: white; width: 30px; margin-top: 6px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"/></svg>
</a>
</div>
</div>
</div>
</nav>

<div class="container">
<div class="alert alert-warning mt-5 mb-2 alert-dismissible" role="alert">
<strong>Achtung:</strong>
<br>
Aufgrund der erhöhten Nachfrage sind derzeit einige Produkte ausverkauft, bzw. nur schwer Lieferbar.
<br>Bitte Telefonisch Lieferzeiten und Verfügbarkeiten klären.
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
</div>

@yield('content')
@include('template.'.config('settings.template').'.content.includes.footer')
@include('template.'.config('settings.template').'.content.includes.scripts')

View File

@ -1,214 +0,0 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col">
<h1 class="mt-5 mb-4">Create your own Lumino Theme</h1>

<p class="fs-4 mt-4">
Here you find all the ressources you need to develop your own Lumino theme from scratch.
<br>
<br>
<br>
<br>
<br>






</p>


<h2 class="mt-4 mb-3">Get the minimal Demo Theme</h2>
<p class="fs-5">
This will help you getting started in no time. Use our boilerplate to start ajusting the theme to your needs.
<br>
Basic functionalities included.
</p>
<br>
<br>
<br>

<div class="row">
<div class="col-12 col-md-8 offset-md-2">
<a href="" data-bs-toggle="modal" data-bs-target="#exampleModal">
<img src="https://picsum.photos/800/500" class="rounded mx-0">
</a>
<br>

<a class="btn btn-primary d-block mt-4 btn-lg" data-bs-toggle="modal" data-bs-target="#exampleModal">

<svg style="fill: currentColor; width: 24px; margin-right: 5px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M543.7 200.1C539.7 142.1 491.4 96 432 96c-7.6 0-15.1.8-22.4 2.3C377.7 58.3 328.1 32 272 32c-84.6 0-155.5 59.7-172.3 139.8C39.9 196.1 0 254.4 0 320c0 88.4 71.6 160 160 160h336c79.5 0 144-64.5 144-144 0-61.8-39.2-115.8-96.3-135.9zM496 432H160c-61.9 0-112-50.1-112-112 0-56.4 41.7-103.1 96-110.9V208c0-70.7 57.3-128 128-128 53.5 0 99.3 32.8 118.4 79.4 11.2-9.6 25.7-15.4 41.6-15.4 35.3 0 64 28.7 64 64 0 11.8-3.2 22.9-8.8 32.4 2.9-.3 5.9-.4 8.8-.4 53 0 96 43 96 96s-43 96-96 96zM387 256h-67v-84c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v84h-67c-10.7 0-16 12.9-8.5 20.5l99 99c4.7 4.7 12.3 4.7 17 0l99-99c7.6-7.6 2.2-20.5-8.5-20.5z"/></svg>
Install this Theme
</a>

</div>
</div>

<br>
<br>
<br>
<br>
<br>
<br>
<br>

<h2>Learn about the Lumino Key Concepts</h2>
<br>
<h4>Content</h4>
<p class="fs-5">
A <i>content</i> is every information that is published on the Website. Every content is defined by its content type and inherits all the atributes from it.
</p>
<br>

<h4>List</h4>
<p class="fs-5">
A <i>list</i> is a collection of contents or users. You can create unlimited lists with different includes and filters. For each list you can define its own list design.

</p>
<br>

<h4>Page</h4>
<p class="fs-5">
A page can be a static HTML page or display contents.
</p>
<br>

<h4>Content Typpe</h4>
<p class="fs-5">
A content type defines the fields a content consists of. This is made through Content Type Fields.
<br>
Example: A Content Car could consist of Content Type fields "Brand", "Color", "Fabrication date" and "Location"
</p>
<br>

<h4>Content Typpe Fields</h4>
<p class="fs-5">
A content type field is what defines a content type.
<br>
List of available content type fileds:
<br>
<ul>
<li>Text</li>
<li>Textfield</li>
<li>email</li>
<li>url</li>
<li>color</li>
<li>number</li>
<li>location</li>
<li>regex</li>
</ul>
</p>
<br>

<h4>User</h4>
<p class="fs-5">
A <i>user</i> is everyone that can log in to the system. Each user belongs to one usergrroup from where the user inherits its
permissions and custom fields.
</p>
<br>


<h4>Usergroup</h4>
<p class="fs-5">
A <i>usergroup</i> defines the users permissions and any additionl information about the user.

</p>
<br>


<h4>List Group</h4>
<p class="fs-5">
A <i>listgroup</i>is a "list of lists". That means that it consits of multiple lists that share the same or similar characteritics.
<br>
Example: The Lists "London", "Sydney", "Boston and "Rio de Janeiro" could be brought together in the List "Cities".
</p>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


<h2>Read the Lumino Theme Developer Documentation</h2>
<p class="fs-5">
For full reference please refer to the <a href="#">Lumino Developer Documentation</a>
<br>
Basic functionalities included.
</p>
<br>
<small>This site is still under construction.</small>



<br>
<br>
<br>
<br>
<br>
<br>
<br>

</div>
</div>
</section>

</div>




<div class="modal fade" id="exampleModal" data-bs-backdrop="static" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">Install Minimal Lumino Theme</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">

<br>


<div class="input-group input-group-lg">
<input type="text" id="inputPassword5" class="form-control border-ci rounded" aria-describedby="passwordHelpBlock" readonly value="git@code.areya.de:Areya/minimal-theme.git">
<div id="passwordHelpBlock" class="form-text">
<br>
Use this link to install the chosen theme into your own Lumino installation. Make sure the Theme is compatible with your Lumino Version.
</div>
</div>






<br>
<br>
<br>
<h5>Instructions</h5>

<br>

<img src="https://i.gifer.com/XG0z.gif" class="img-fluid" width="100%" loading="lazy">



</div>

</div>
</div>
</div>

@stop



View File

@ -0,0 +1,60 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col">
<h1>Offene Stellen</h1>





<br>


<br>

<p class="text-muted fs-5 mb-3">Derzeit keine offene Stellen.</p>
<p fs-5>
<br> Für eine Initiativbewerbung schicken Sie diese bitte an:
<br>
<a href="mailto:bewerbung@areya.energy">bewerbung@areya.energy</a>
</p>

<br>
<br>
<br>
<br>
<br>


</div>

</div>

</a>


</div>

</div>

</div>
</div>
</section>

</div>



@stop



View File

@ -0,0 +1,60 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col">
<h1>Kontakt</h1>





<br>


<br>

<p class="text-muted fs-5 mb-3">Derzeit keine offene Stellen.</p>
<p fs-5>
<br> Für eine Initiativbewerbung schicken Sie diese bitte an:
<br>
<a href="mailto:bewerbung@areya.energy">bewerbung@areya.energy</a>
</p>

<br>
<br>
<br>
<br>
<br>


</div>

</div>

</a>


</div>

</div>

</div>
</div>
</section>

</div>



@stop



View File

@ -1,60 +0,0 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col">
<h1 class="mt-5 mb-3">Publish your Lumino Theme</h1>

<p class="fs-4 mt-4">
Publishing you Lumino Theme is easy and straight forward.
<br>
<br>
<br>



</p>
<br>
<br>

<h2 class="fs-3">1. Create your theme</h2>
<p class="fs-4">
If you don't know how , visti our page <a href="{{url('create-theme')}}">Create a Lumino Theme</a>.
</p>
<br>
<br>

<h2 class="fs-3">2. Sign-up for a themes.getlumino.com Account</h2>
<p class="fs-4">
Create your account and set up your public author profile.
</p>
<br>
<br>

<h2 class="fs-3">3. Select your Licence and publish your work</h2>
<p class="fs-4">
You can decide how you want to publish your work. It can remain private, public or even paid.
</p>
<br>
<br>
<br>
<br>
<br>
<br>

</div>
</div>
</section>

</div>



@stop



View File

@ -0,0 +1,60 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col">
<h1>Service</h1>





<br>


<br>

<p class="text-muted fs-5 mb-3">Derzeit keine offene Stellen.</p>
<p fs-5>
<br> Für eine Initiativbewerbung schicken Sie diese bitte an:
<br>
<a href="mailto:bewerbung@areya.energy">bewerbung@areya.energy</a>
</p>

<br>
<br>
<br>
<br>
<br>


</div>

</div>

</a>


</div>

</div>

</div>
</div>
</section>

</div>



@stop



View File

@ -7,28 +7,44 @@
<section>
<div class="row">
<div class="col">
<h1>Lumino Theme API</h1>
<h1>Shop</h1>





<p class="fs-4 mt-4">
You can easily integrate this Lumino Theme Showcase into your own Website / App
<br>
<br>
<br>

<code>
{{url('/api/contents/themes')}}</code>


<br>

<p class="text-muted fs-5 mb-3">Derzeit keine offene Stellen.</p>
<p fs-5>
<br> Für eine Initiativbewerbung schicken Sie diese bitte an:
<br>
<a href="mailto:bewerbung@areya.energy">bewerbung@areya.energy</a>
</p>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>


</div>

</div>

</a>


</div>

</div>

</div>
</div>

View File

@ -0,0 +1,160 @@
@extends('template.'.config('settings.template').'.content.master')
@section('content')


<div class="container">

<section>
<div class="row">
<div class="col-12">
<h1>Stecker Solar</h1>

<br>
<br>
<br>
</div>


<div class="col-5 offset-1">
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2" aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="https://picsum.photos/400/300?1" class="d-block w-100 rounded" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>First slide label</h5>
<p>Some representative placeholder content for the first slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://picsum.photos/400/300?2" class="d-block w-100 rounded" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Second slide label</h5>
<p>Some representative placeholder content for the second slide.</p>
</div>
</div>
<div class="carousel-item">
<img src="https://picsum.photos/400/300?3" class="d-block w-100 rounded" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Third slide label</h5>
<p>Some representative placeholder content for the third slide.</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>

<br>
<br>
<br>
</div>
<div class="col-5 offset-1">

<div class="alert alert-warning" role="alert">
Lieferservice 25km rund um Weiden in der Oberpfalz für 50 €
</div>

<h2>Stecker Max 600</h2>

<div class="ms-3 mt-3 mb-3">
<span class="fs-4 fw-bold" style="color: #546c8a;">649 €</span>
<span class="text-muted fs-7">Inkl. MwSt.</span>

</div>

<div class="ms-3 mt-3 mb-3 fs-6 fw-bolder" style="color: #79b27f;">
<svg style="fill: currentColor; width: 22px; margin-right: 10px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M624 352h-16V243.9c0-12.7-5.1-24.9-14.1-33.9L494 110.1c-9-9-21.2-14.1-33.9-14.1H416V48c0-26.5-21.5-48-48-48H112C85.5 0 64 21.5 64 48v48H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h272c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H40c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h208c4.4 0 8 3.6 8 8v16c0 4.4-3.6 8-8 8H64v128c0 53 43 96 96 96s96-43 96-96h128c0 53 43 96 96 96s96-43 96-96h48c8.8 0 16-7.2 16-16v-32c0-8.8-7.2-16-16-16zM160 464c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm320 0c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48zm80-208H416V144h44.1l99.9 99.9V256z"/></svg>
Sofort Lieferbar!
<br>
<svg style="fill: currentColor; width:18px; margin-right: 15px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M504.99 105.01l-97.9-98c-7.71-7.71-16-7-23.1-7v128h128c0-7.53.64-15.35-7-23zm-153 31V.01H152c-13.3 0-24 10.7-24 24V133c18.3-5 19.58-5 26.45-5 16.23 0 32.1 6.67 43.53 18.3 8.72 9.59 4.41 6.98 18.28 10.76 21.07 5.75 37.64 22.53 43.23 43.8 3.11 13.2.6 8.66 10.75 18.99 15.25 15.51 21.26 38.26 15.7 59.36-3.75 13.23-3.71 8.01 0 22.12 5.57 21.11-.45 43.85-15.69 59.37-9.64 9.36-7.04 4.88-10.75 18.99-4.89 18.59-18.16 33.75-35.5 41.12V512h263.99c13.3 0 24-10.7 24-24V160.01h-136c-13.2 0-24-10.8-24-24zM247.42 338.28c7.4-7.53 10.29-18.5 7.58-28.79-5.43-20.65-5.44-17.74 0-38.42 2.71-10.28-.18-21.26-7.58-28.79-14.86-15.12-13.43-12.61-18.87-33.27-2.71-10.28-10.6-18.32-20.71-21.07-20.28-5.53-17.84-4.1-32.69-19.21-7.4-7.53-18.18-10.47-28.28-7.71-20.32 5.54-17.46 5.53-37.75 0-10.1-2.76-20.88.19-28.28 7.71-14.91 15.18-12.5 13.7-32.69 19.21-10.11 2.76-18 10.79-20.71 21.07-5.46 20.74-4 18.13-18.87 33.27-7.4 7.53-10.29 18.5-7.58 28.79 5.45 20.71 5.42 17.79 0 38.41-2.71 10.28.18 21.26 7.58 28.79 14.85 15.11 13.43 12.61 18.87 33.27 2.71 10.28 10.6 18.32 20.71 21.07 14.31 3.9 11.52 2.97 15.84 5V512l64-32 64 32V397.62c4.31-2.02 1.52-1.1 15.84-5 10.11-2.76 18-10.79 20.71-21.07 5.47-20.74 4.01-18.13 18.88-33.27zM128 352.01c-35.34 0-64-28.65-64-64s28.66-64 64-64 64 28.65 64 64-28.66 64-64 64z"/></svg>
Kostenloser Anmeldeservice beim Netzbetreiber inklusive
</div>


<br>
Lieferumfang:
<br>
<br>

<style type="text/css">
li{
list-style: none;
margin-bottom: 4px;
}
</style>
<ul class="fs-5">
<li>2x Longi 375 Watt Module mit Schwarzem Rahmen</li>
<li>1x 600 Watt Wechselrichter mit Zertifizierung</li>
<li>1x Kabel für Schuko-Stecker</li>

</ul>


<div class="text-end">
<a href="" class="btn btn-primary rounded-pill mt-5" style="padding-top: 6px; padding-bottom: 6px; padding-right: 20px; padding-left: 20px;">

<svg style="fill: white; width: 19px; margin-right: 8px;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M352 128C352 57.42 294.579 0 224 0 153.42 0 96 57.42 96 128H0v304c0 44.183 35.817 80 80 80h288c44.183 0 80-35.817 80-80V128h-96zM224 48c44.112 0 80 35.888 80 80H144c0-44.112 35.888-80 80-80zm176 384c0 17.645-14.355 32-32 32H80c-17.645 0-32-14.355-32-32V176h48v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h160v40c0 13.255 10.745 24 24 24s24-10.745 24-24v-40h48v256z"/></svg>

In den Einkaufswagen</a>
</div>

</div>

<hr class="mt-5">



</div>

</div>

</a>


</div>

</div>

</div>
</div>
</section>


<section style="background-color: wheat;">
<div class="container">
<div class="row">
<div class="col-12">
<h2>Häufig gestellte Fragen</h2>
</div>
</div>
</div>
</section>

</div>



@stop