update 20.10.2025

This commit is contained in:
Kevin Adametz 2025-10-20 17:42:08 +02:00
parent 8c11130b5d
commit a939cd51ef
616 changed files with 84821 additions and 4121 deletions

View file

@ -1,101 +1,116 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>mivita care</title>
<meta name="description" content="" />
<meta name="Author" content="" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<head>
<meta charset="utf-8" />
<title>mivita care</title>
<meta name="description" content="" />
<meta name="Author" content="" />
<link href="{{ asset('fonts/opensans-raleway-pacifico.css?v=1') }}" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="{{ asset('/vendor/fonts/fontawesome.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/ionicons.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/linearicons.css') }}">
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<link href="{{ asset('assets/plugins/slider.revolution/css/extralayers.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/plugins/slider.revolution/css/settings.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/mystyle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-style.css?v1') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-forms-v2.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('fonts/opensans-raleway-pacifico.css?v=1') }}" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="{{ asset('/vendor/fonts/fontawesome.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/ionicons.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/linearicons.css') }}">
@if(!$user_shop)
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6aec027f-246a-42c9-9055-c64c82fc09fe" data-blockingmode="auto" type="text/javascript"></script>
<link href="{{ asset('assets/plugins/slider.revolution/css/extralayers.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/plugins/slider.revolution/css/settings.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/mystyle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-style.css?v1') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-forms-v2.css') }}" rel="stylesheet" type="text/css" />
@if (!$user_shop)
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6aec027f-246a-42c9-9055-c64c82fc09fe"
data-blockingmode="auto" type="text/javascript"></script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '454469462537092');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=454469462537092&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
@else
<link rel="stylesheet" type="text/css" href="{{ asset('css/cookieconsent.min.css') }}" />
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#b5c49b",
"text": "#ffffff"
},
"button": {
"background": "#d7d700",
"text": "#ffffff"
}
},
"content": {
"message": "{{__('This website uses cookies') }}",
"dismiss": "{{__('OK')}}",
"link": "{{__('register.data_protection')}}",
"href": "{{ url('datenschutz') }}",
"target": "_blank",
}
})});
</script>
@endif
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '454469462537092');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=454469462537092&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
@else
<link rel="stylesheet" type="text/css" href="{{ asset('css/cookieconsent.min.css') }}" />
<script src="{{ asset('js/cookieconsent.min.js') }}"></script>
<script>
window.addEventListener("load", function() {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#b5c49b",
"text": "#ffffff"
},
"button": {
"background": "#d7d700",
"text": "#ffffff"
}
},
"content": {
"message": "{{ __('This website uses cookies') }}",
"dismiss": "{{ __('OK') }}",
"link": "{{ __('register.data_protection') }}",
"href": "{{ url('datenschutz') }}",
"target": "_blank",
}
})
});
</script>
@endif
<style type="text/css">
.text-primary {
color:#a5d0a5 !important;
}
div.side-nav ul.list-group-bordered > li.list-group-item.active > a:hover{
color: #fff !important;
}
</style>
</head>
<style type="text/css">
.text-primary {
color: #a5d0a5 !important;
}
<body class="smoothscroll enable-animation">
div.side-nav ul.list-group-bordered>li.list-group-item.active>a:hover {
color: #fff !important;
}
</style>
</head>
@yield('layout-content')
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<body class="smoothscroll enable-animation">
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">var plugin_path = "{{ asset('assets/plugins/') }}"</script>
<script type="text/javascript" src="{{ asset('assets/plugins/jquery/jquery-2.2.3.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/scripts.js') }}"></script>
{{--<script type="text/javascript" src="{{ asset('assets/js/jquery.contact-form.js') }}"></script> --}}
<!-- REVOLUTION SLIDER -->
<script type="text/javascript" src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/view/demo.revolution_slider.js') }}"></script>
@yield('scripts')
<script>
@yield('layout-content')
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">
var plugin_path = "{{ asset('assets/plugins/') }}"
</script>
<script type="text/javascript" src="{{ asset('assets/plugins/jquery/jquery-2.2.3.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/scripts.js') }}"></script>
{{-- <script type="text/javascript" src="{{ asset('assets/js/jquery.contact-form.js') }}"></script> --}}
<!-- REVOLUTION SLIDER -->
<script type="text/javascript" src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js') }}">
</script>
<script type="text/javascript"
src="{{ asset('assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('assets/js/view/demo.revolution_slider.js') }}"></script>
@yield('scripts')
<script>
/** CHECKOUT
** *********************** **/
// New Account show|hide
@ -108,12 +123,13 @@
jQuery('#shipping').slideToggle(200, function() {
// scroll down to shipping area.
if(jQuery('#shipping').is(":visible")) {
if (jQuery('#shipping').is(":visible")) {
_scrollTo('#shipping', 150);
}
});
});
</script>
</body>
</html>
</script>
</body>
</html>

View file

@ -1,214 +1,189 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>@if($user_shop->title) {{ $user_shop->title }}@endif | mivita care</title>
<meta name="description" content="" />
<meta name="Author" content="" />
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<head>
<meta charset="utf-8" />
<title>
@if ($user_shop->title)
{{ $user_shop->title }}
@endif | mivita care
</title>
<meta name="description" content="" />
<meta name="Author" content="" />
<link href="{{ asset('/fonts/opensans-raleway-pacifico.css?v=1') }}" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="{{ asset('/vendor/fonts/fontawesome.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/ionicons.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/linearicons.css') }}">
<link href="{{ asset('/assets/plugins/slider.revolution/css/extralayers.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('/assets/plugins/slider.revolution/css/settings.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('/assets/css/mystyle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('/assets/css/custom-style.css?v1') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-forms-v2.css') }}" rel="stylesheet" type="text/css" />
@if(Util::isMivitaShop())
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6aec027f-246a-42c9-9055-c64c82fc09fe" data-blockingmode="auto" type="text/javascript"></script>
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '454469462537092');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=454469462537092&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TKWXCX6');</script>
<!-- End Google Tag Manager -->
@else
<link rel="stylesheet" type="text/css" href="{{ asset('/css/cookieconsent.min.css') }}" />
<script src="{{ asset('/js/cookieconsent.min.js') }}"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#b5c49b",
"text": "#ffffff"
},
"button": {
"background": "#d7d700",
"text": "#ffffff"
}
},
"content": {
"message": "{{__('This website uses cookies') }}",
"dismiss": "{{__('OK')}}",
"link": "{{__('register.data_protection')}}",
"href": "{{ url('datenschutz') }}",
"target": "_blank",
}
})});
</script>
@endif
<style type="text/css">
.text-primary {
color:#a5d0a5 !important;
}
div.side-nav ul.list-group-bordered > li.list-group-item.active > a:hover{
color: #fff !important;
}
#sidepanel {
width: 340px;
}
select.form-control {
color: #535252 !important;
border-color: #989a9c;
}
</style>
</head>
<!-- mobile settings -->
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1, user-scalable=0" />
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<body class="smoothscroll enable-animation">
@if(Util::isMivitaShop())
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKWXCX6"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
@endif
@if(isset($mylangs))
<link href="{{ asset('/fonts/opensans-raleway-pacifico.css?v=1') }}" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="{{ asset('/vendor/fonts/fontawesome.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/ionicons.css') }}">
<link rel="stylesheet" href="{{ asset('/vendor/fonts/linearicons.css') }}">
<link href="{{ asset('/assets/plugins/slider.revolution/css/extralayers.css') }}" rel="stylesheet"
type="text/css" />
<link href="{{ asset('/assets/plugins/slider.revolution/css/settings.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('/assets/css/mystyle.css') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('/assets/css/custom-style.css?v1') }}" rel="stylesheet" type="text/css" />
<link href="{{ asset('assets/css/custom-forms-v2.css') }}" rel="stylesheet" type="text/css" />
<div id="sidepanel" class="sidepanel-light" data-init="{{ \Session::get('user_init_country_options') }}">
<a id="sidepanel_close" href="#"><!-- close -->
<i class="glyphicon glyphicon-remove"></i>
</a>
<div class="sidepanel-content">
@if (isset($mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')]))
@php($country = $mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')])
<h2 class="sidepanel-title">{{ __('website.you_are_now_in_shop') }} {{ $country->getLocated() }}</h2>
@endif
<p>{{ __('website.you_are_now_in_shop_notice') }} </p>
{!! Form::open(['route' => 'language.change']) !!}
<label>{{ __('Delivery country') }}*</label>
<select id="change_country_id" name="change_country_id" class="form-control pointer margin-bottom-20">
@foreach ($mylangs as $mycid => $mycountry)
<option value="{{ $mycid }}" @if($country->id === $mycountry->id || \Session::get('_options') ===$mycid ) selected @endif>{{ $mycountry->getLocated() }}</option>
@endforeach
</select>
<label>{{ __('website.language') }}*</label>
<select id="change_locale_id" name="change_locale_id" class="form-control pointer margin-bottom-20">
@foreach (\App\Services\UserService::getTransChange() as $code => $name)
<option value="{{ strtolower($code) }}" @if(\App::getLocale() === strtolower($code) || \Session::get('user_init_country_options') === strtolower($code) ) selected @endif>{{ $name }}</option>
@endforeach
</select>
<button class="btn btn-primary btn-block" type="submit">{{ __('website.change_country') }} </button>
{!! Form::close() !!}
</div>
</div>
@endif
@yield('layout-content')
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">var plugin_path = "{{ url('/assets/plugins/').'/' }}"</script>
<script type="text/javascript" src="{{ asset('/assets/plugins/jquery/jquery-2.2.3.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/assets/js/scripts.js') }}"></script>
{{-- <script type="text/javascript" src="{{ asset('/assets/js/jquery.contact-form.js') }}"></script> --}}
<!-- REVOLUTION SLIDER -->
<script type="text/javascript" src="{{ asset('/assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/assets/js/view/demo.revolution_slider.js') }}"></script>
@yield('scripts')
{{--
<script type="text/javascript" src="https://secure.pay1.de/client-api/js/v1/payone_hosted_min.js"></script>
<script>
$(document).ready(function() {
$('#cc_cardtype')
$('#cc_cardholder_first')
$('#cc_cardholder_last')
$('#cc_cardpan')
var data = {
request : 'creditcardcheck',
responsetype : 'REDIRECT', // JSON or REDIRECT available
mode : 'live',
mid : '10000',
aid : '10001',
portalid : '2000000',
encoding : 'UTF-8',
storecarddata : 'yes',
hash : '19062005567ca72601cc9d031f9a94b1',
cardholder : document.Testform.cardholder.value,
cardpan : document.Testform.cardpan.value,
cardtype : document.Testform.cardtype.value,
cardexpiremonth : document.Testform.cardexpiremonth.value,
cardexpireyear : document.Testform.cardexpireyear.value,
cardcvc2 : document.Testform.cardcvc2.value,
language : 'en'
@if (Util::isMivitaShop())
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="6aec027f-246a-42c9-9055-c64c82fc09fe"
data-blockingmode="auto" type="text/javascript"></script>
<!-- Facebook Pixel Code -->
<script>
! function(f, b, e, v, n, t, s) {
if (f.fbq) return;
n = f.fbq = function() {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
};
var options = {
return_type : 'object',
callbackFunctionName: 'processPayoneResponse'
};
function processPayoneResponse(response) {
if (response.get('status') == 'VALID') {
document.Testform.cardpan.value=;
document.Testform.cardcvc2.value=;
document.Testform.pseudocardpan.value=response.get('pseudocardpan')
document.Testform.submit();
}
else {
alert(response.get('customermessage'));
}
}
var request = new PayoneRequest(data, options);
request.checkAndStore();
if (!f._fbq) f._fbq = n;
n.push = n;
n.loaded = !0;
n.version = '2.0';
n.queue = [];
t = b.createElement(e);
t.async = !0;
t.src = v;
s = b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t, s)
}(window, document, 'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '454469462537092');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none"
src="https://www.facebook.com/tr?id=454469462537092&ev=PageView&noscript=1" /></noscript>
<!-- End Facebook Pixel Code -->
<!-- Google Tag Manager -->
<script>
(function(w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({
'gtm.start': new Date().getTime(),
event: 'gtm.js'
});
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src =
'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-TKWXCX6');
</script>
<!-- End Google Tag Manager -->
@else
<link rel="stylesheet" type="text/css" href="{{ asset('/css/cookieconsent.min.css') }}" />
<script src="{{ asset('/js/cookieconsent.min.js') }}"></script>
<script>
window.addEventListener("load", function() {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#b5c49b",
"text": "#ffffff"
},
"button": {
"background": "#d7d700",
"text": "#ffffff"
}
},
"content": {
"message": "{{ __('This website uses cookies') }}",
"dismiss": "{{ __('OK') }}",
"link": "{{ __('register.data_protection') }}",
"href": "{{ url('datenschutz') }}",
"target": "_blank",
}
})
});
}
</script>
@endif
<style type="text/css">
.text-primary {
color: #a5d0a5 !important;
}
div.side-nav ul.list-group-bordered>li.list-group-item.active>a:hover {
color: #fff !important;
}
/* JSON response example
{
"status" : "ERROR",
"errorcode" : "1078",
"errormessage" : "Parameter {cardpan} incorrect or missing",
"customermessage" : "Invalid cardpan. Please check the information on the card.",
}
#sidepanel {
width: 340px;
}
*/
select.form-control {
color: #535252 !important;
border-color: #989a9c;
}
</style>
</head>
</script>
--}}
<body class="smoothscroll enable-animation">
@if (Util::isMivitaShop())
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKWXCX6" height="0" width="0"
style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
@endif
@if (isset($mylangs))
</body>
</html>
<div id="sidepanel" class="sidepanel-light" data-init="{{ \Session::get('user_init_country_options') }}">
<a id="sidepanel_close" href="#"><!-- close -->
<i class="glyphicon glyphicon-remove"></i>
</a>
<div class="sidepanel-content">
@if (isset($mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')]))
@php($country = $mylangs[\App\Services\Shop::getUserShopLang(null, 'webshop')])
<h2 class="sidepanel-title">{{ __('website.you_are_now_in_shop') }} {{ $country->getLocated() }}
</h2>
@endif
<p>{{ __('website.you_are_now_in_shop_notice') }} </p>
{!! Form::open(['route' => 'language.change']) !!}
<label>{{ __('Delivery country') }}*</label>
<select id="change_country_id" name="change_country_id" class="form-control pointer margin-bottom-20">
@foreach ($mylangs as $mycid => $mycountry)
<option value="{{ $mycid }}" @if ($country->id === $mycountry->id || \Session::get('_options') === $mycid) selected @endif>
{{ $mycountry->getLocated() }}</option>
@endforeach
</select>
<label>{{ __('website.language') }}*</label>
<select id="change_locale_id" name="change_locale_id" class="form-control pointer margin-bottom-20">
@foreach (\App\Services\UserService::getTransChange() as $code => $name)
<option value="{{ strtolower($code) }}" @if (\App::getLocale() === strtolower($code) || \Session::get('user_init_country_options') === strtolower($code)) selected @endif>
{{ $name }}</option>
@endforeach
</select>
<button class="btn btn-primary btn-block" type="submit">{{ __('website.change_country') }} </button>
{!! Form::close() !!}
</div>
</div>
@endif
@yield('layout-content')
<!-- SCROLL TO TOP -->
<a href="#" id="toTop"></a>
<!-- JAVASCRIPT FILES -->
<script type="text/javascript">
var plugin_path = "{{ url('/assets/plugins/') . '/' }}"
</script>
<script type="text/javascript" src="{{ asset('/assets/plugins/jquery/jquery-2.2.3.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/assets/js/scripts.js') }}"></script>
{{-- <script type="text/javascript" src="{{ asset('/assets/js/jquery.contact-form.js') }}"></script> --}}
<!-- REVOLUTION SLIDER -->
<script type="text/javascript"
src="{{ asset('/assets/plugins/slider.revolution/js/jquery.themepunch.tools.min.js') }}"></script>
<script type="text/javascript"
src="{{ asset('/assets/plugins/slider.revolution/js/jquery.themepunch.revolution.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/assets/js/view/demo.revolution_slider.js') }}"></script>
@yield('scripts')
</body>
</html>

View file

@ -1,285 +1,334 @@
<div id="header" class="sticky clearfix">
<style>
#header li.quick-cart .quick-cart-box,
#header li.quick-user .quick-user-box {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
}
#header li.quick-cart .quick-cart-footer > span,
#header li.quick-user .quick-user-footer > span {
background-color: transparent;
}
.quick-cart-wrapper span.price {
color: #666666;
font-size: 1.1em;
}
<style>
#header li.quick-cart .quick-cart-box,
#header li.quick-user .quick-user-box {
-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.quick-cart-wrapper h5,
.quick-user-wrapper h5 {
margin-bottom: 5px;
}
#header li.quick-cart .quick-cart-footer,
#header li.quick-user .quick-user-footer {
padding: 10px 10px 10px 10px;
background-color: #ebebeb;
}
#header li.quick-cart .quick-cart-box,
#header li.quick-user .quick-user-box {
padding-bottom: 0;
}
#header ul.nav-second-main {
margin-top: 25px;
}
@media only screen and (max-width: 992px){
#header li.quick-cart .quick-cart-footer>span,
#header li.quick-user .quick-user-footer>span {
background-color: transparent;
}
#header ul.nav-second-main
{
margin-top: 0px;
}
}
#header.fixed ul.nav-second-main {
margin-top: 8px;
}
#header li.quick-cart a.btn-sm,
#header li.quick-user a.btn-sm
{
padding: 8px !important;
font-size: 13px;
line-height: 1.2em;
.quick-cart-wrapper span.price {
color: #666666;
font-size: 1.1em;
}
}
#header li.quick-cart .quick-cart-box a.btn-default,
#header li.quick-user .quick-user-box a.btn-default
{
background-color: transparent;
border: #b0adb3 1px solid;
}
#topBar {
.quick-cart-wrapper h5,
.quick-user-wrapper h5 {
margin-bottom: 5px;
}
}
#topBar ul.top-links > li > a {
display: inline-block;
}
#header li.quick-cart .quick-cart-footer,
#header li.quick-user .quick-user-footer {
padding: 10px 10px 10px 10px;
background-color: #ebebeb;
}
#topBar ul.top-links > li a.active {
background-color: #b5c49b;
}
</style>
<style>
@media only screen and (max-width: 992px) {
/* Force 60px */
#header {
height:105px !important;
}
}
</style>
@if(isset($mylangs))
#header li.quick-cart .quick-cart-box,
#header li.quick-user .quick-user-box {
padding-bottom: 0;
}
<div id="topBar">
<div class="container">
<ul class="top-links list-inline pull-right">
#header ul.nav-second-main {
margin-top: 25px;
}
<li>
@if (isset($mylangs[\App\Services\Shop::getUserShopLang(null, $yard_instance)]))
@php($country = $mylangs[\App\Services\Shop::getUserShopLang(null, $yard_instance)])
<span>{{ __('Delivery country') }}:</span> <a id="sidepanel_btn" href="#" class="no-text-underline"><img class="flag-lang" src="/images/flags/{{ strtolower($country->code) }}.svg" width="16" height="11" alt="lang" /> {{ $country->getLocated() }}</a>
@endif
</li>
<li>
<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><span style="text-transform:none;">
{{ __('website.language') }} :</span> <img style="height: 16px" width="16" src="{{ asset('images/flags/'.strtolower(\App::getLocale()).'.svg') }}" alt="lang">
</a>
<ul class="dropdown-menu pull-right">
@foreach (\App\Services\UserService::getTransChange() as $code => $name)
<li>
<a @if(\App::getLocale() === $code) class="active" @endif tabindex="-1" href="{{ route('translation', [$code]) }}">
<img style="height: 16px" width="16" src="{{ asset('images/flags/'.strtolower($code).'.svg') }}" alt="lang"> &nbsp; <span style="text-transform:none;">{{ $name }}</span>
</a>
</li>
@endforeach
</ul>
</li>
<li class="text-welcome hidden-xs">{{ __('website.welcome') }}, <strong>@if(Auth::check()) {{ Auth::user()->name }} @else {{ __('portal.guest') }} @endif</strong></li>
</ul>
</div>
</div>
@endif
@media only screen and (max-width: 992px) {
<header id="topNav">
<div class="container">
#header ul.nav-second-main {
margin-top: 0px;
}
}
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
#header.fixed ul.nav-second-main {
margin-top: 8px;
}
@if(isset($is_checkout) && $is_checkout)
#header li.quick-cart a.btn-sm,
#header li.quick-user a.btn-sm {
padding: 8px !important;
font-size: 13px;
line-height: 1.2em;
@if(isset($order_reference))
<a class="logo pull-left" href="{{ Util::getUserShopBackUrl($order_reference, 'checkout') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
@else
<a class="logo pull-left" href="{{ Util::getUserCardBackUrl('/', 'checkout') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
@endif
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<ul id="topMain" class="nav nav-pills nav-main nav-onepage">
<li class="">
@if(Util::getUserPaymentFor('checkout') != 6)
@if(isset($order_reference))
<a href="{{ Util::getUserShopBackUrl($order_reference) }}">
<i class="fa fa-chevron-left"></i> {{ __('payment.back_to_shop') }}
</a>
@else
<a href="{{ Util::getUserCardBackUrl('/card/show', 'checkout') }}">
@if(Util::getUserPaymentFor('checkout') > 1)
<i class="fa fa-chevron-left"></i> {{ __('back') }} {{ Util::getMyMivitaUrl(false) }}
@else
<i class="fa fa-chevron-left"></i> {{ __('payment.back_to_shop_shopping_cart') }}
@endif
</a>
@endif
@endif
</li>
</ul>
</nav>
</div>
@else
<ul class="pull-right nav nav-pills nav-second-main has-topBar">
<li class="quick-user">
<a href="#" style="border: 1px solid #c3c3c3; padding: 10px;">
<span style="position: relative; text-align: center;">
<i class="fa fa-user"></i>
</span>
</a>
<div class="quick-user-box" style="display:none;">
}
<div class="quick-user-wrapper">
<h4>Mein Account</h4>
@if(Auth::guard('customers')->check())
<ul class="list-unstyled">
<li><a tabindex="-1" href="{{ route('portal.dashboard') }}"><i class="fa fa-home"></i> {{ __('navigation.dashboard') }}</a></li>
<li><a tabindex="-1" href="{{ route('portal.my_data.edit') }}"><i class="fa fa-bookmark"></i> {{ __('navigation.my_data') }}</a></li>
<li><a tabindex="-1" href="{{ route('portal.my_orders') }}"><i class="fa fa-history"></i> {{ __('navigation.my_orders') }}</a></li>
<li><a tabindex="-1" href="{{ route('portal.my_subscriptions') }}"><i class="fa fa-refresh"></i>{{ __('navigation.myabo') }}</a></li>
{{-- <li><a tabindex="-1" href="{{ route('portal.settings') }}"><i class="fa fa-cog"></i>{{ __('navigation.settings') }}</a></li> --}}
</ul>
@endif
<div class="quick-user-footer clearfix">
@if(Auth::guard('customers')->check())
<a href="{{ route('portal.logout') }}" class="btn btn-sm btn-default mt-3"><i class="fa fa-power-off"></i> {{ __('navigation.logout') }} </a>
@else
<a href="{{ Util::getMyMivitaPortalUrl() }}" class="btn btn-primary btn-block mt-3 faa-parent animated-hover"><i class="fa fa-sign-in"></i> {{ __('website.to_customer_portal') }} </a>
@endif
@if(Auth::guard('user')->check())
<a href="{{ Util::getMyMivitaUrl() }}" class="btn btn-sm btn-default mt-3 faa-parent animated-hover"><i class="fa fa-sign-out"></i> {{ __('zum Salescenter') }}</a>
@endif
<a href="#" class="btn btn-sm btn-default mt-3 quick-user-box-close">{{ __('close') }}</a>
</div>
</div>
</div>
</li>
<li class="quick-cart">
<a href="#" style="border: 1px solid #c3c3c3; padding: 10px;">
<span style="position: relative">
<span class="badge badge-success btn-xs badge-corner faa-horizontal animated">{{ Yard::instance($yard_instance)->count() }}</span>
<i class="fa fa-shopping-cart"></i>
</span>
&nbsp;
@if(Yard::instance($yard_instance)->count())
<span class="">{{ \Yard::instance($yard_instance)->total() }} </span>
@endif
</a>
<div class="quick-cart-box" style="display: @if(Session::has('show-card-after-add')) block @else none @endif">
<h4>{{ __('weborder.shopping_cart') }} </h4>
#header li.quick-cart .quick-cart-box a.btn-default,
#header li.quick-user .quick-user-box a.btn-default {
background-color: transparent;
border: #b0adb3 1px solid;
}
<div class="quick-cart-wrapper">
@foreach(Yard::instance($yard_instance)->content() as $row)
<a href="{{ url('/produkte/alle-produkte/'.$row->options->slug) }}"><!-- cart item -->
@if($row->options->has('image'))
<img src="{{ route('product_image', [$row->options->image]) }}" width="50" height="66" alt="">
@else
<img src="{{ asset('/assets/images/1x1.png') }}" width="50" height="66" alt="">
@endif
<h5>{{ $row->name }}</h5>
<span class="price">{{ $row->qty }}x <strong>{{ $row->price() }} </strong></span>
#topBar {}
</a><!-- /cart item -->
@endforeach
</div>
<div class="quick-cart-footer clearfix">
<div class="text-left">
<strong>{{ __('order.subtotal') }}:</strong> <strong class="pull-right">{{ Yard::instance($yard_instance)->total() }} </strong>
<br>
@if(Yard::instance($yard_instance)->getUserTaxFree())
<em style="font-size: 0.9em">{{ __('weborder.excl_VAT_plus_shipping_costs') }} </em>
@else
<em style="font-size: 0.9em">{{ __('weborder.incl_VAT_plus_shipping_costs') }} </em>
@endif
@if(Yard::instance($yard_instance)->getShippingFree())
<em style="font-size: 0.9em"><br>{{ __('weborder.free_shipping_costs_from') }} {{ formatNumber(Yard::instance($yard_instance)->getShippingFree()) }}
@if(Yard::instance($yard_instance)->getShippingFreeMissingValue() > 0)
<br>{!! __('weborder.only_missing_free_shipping_costs_from', ['value'=> formatNumber(Yard::instance($yard_instance)->getShippingFreeMissingValue())]) !!}
@else
<br><i class="fa fa-check"></i> {{ __('weborder.free_shipping_costs_from') }}
@endif
</em>
@endif
</div>
<a href="{{ url(Util::getPostRoute().'card/show') }}" class="btn btn-primary btn-text-500 btn-block mt-3 faa-parent animated-hover">{{ __('weborder.to_shopping_cart') }} <i class="fa fa-shopping-cart faa-horizontal"></i></a>
#topBar ul.top-links>li>a {
display: inline-block;
}
<a href="#" class="btn btn-sm btn-default mt-3 quick-cart-box-close">{{ __('close') }}</a>
#topBar ul.top-links>li a.active {
background-color: #b5c49b;
}
</style>
<style>
@media only screen and (max-width: 992px) {
</div>
</div>
</li>
</ul>
<a class="logo pull-left" href="{{ url('/') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<ul id="topMain" class="nav nav-pills nav-main nav-onepage">
<li class="{{ Request::is('/') ? ' active' : '' }}">
<a href="/">
{{ __('website.start') }}
</a>
</li>
<li class="{{ Request::is('aloevera') ? ' active' : '' }}">
<a href="{{url('/aloevera')}}">
{{ __('website.aloe_vera') }}
</a>
</li>
<li class="{{ Request::is('produkte/*') ? ' active' : '' }}">
<a href="{{url('/produkte/alle-produkte')}}/">
{{ __('website.productworld') }}
</a>
</li>
<li class="{{ Request::is('geschaeftsmodell/*') ? ' active' : '' }}">
<a href="{{url('/geschaeftsmodell/karrierechancen')}} ">
{{ __('website.career_opportunities') }}
</a>
</li>
<li class="{{ Request::is('kontakt') ? ' active' : '' }}">
<a href="{{ url('kontakt') }}">
{{ __('website.contact') }}
</a>
</li>
</ul>
</nav>
</div>
@endif
</div>
</header>
/* Force 60px */
#header {
height: 105px !important;
}
}
</style>
@if (isset($mylangs))
<div id="topBar">
<div class="container">
<ul class="top-links list-inline pull-right">
<li>
@if (isset($mylangs[\App\Services\Shop::getUserShopLang(null, $yard_instance)]))
@php($country = $mylangs[\App\Services\Shop::getUserShopLang(null, $yard_instance)])
<span>{{ __('Delivery country') }}:</span> <a id="sidepanel_btn" href="#"
class="no-text-underline"><img class="flag-lang"
src="/images/flags/{{ strtolower($country->code) }}.svg" width="16"
height="11" alt="lang" /> {{ $country->getLocated() }}</a>
@endif
</li>
<li>
<a class="dropdown-toggle no-text-underline" data-toggle="dropdown" href="#"><span
style="text-transform:none;">
{{ __('website.language') }} :</span> <img style="height: 16px" width="16"
src="{{ asset('images/flags/' . strtolower(\App::getLocale()) . '.svg') }}" alt="lang">
</a>
<ul class="dropdown-menu pull-right">
@foreach (\App\Services\UserService::getTransChange() as $code => $name)
<li>
<a @if (\App::getLocale() === $code) class="active" @endif tabindex="-1"
href="{{ route('translation', [$code]) }}">
<img style="height: 16px" width="16"
src="{{ asset('images/flags/' . strtolower($code) . '.svg') }}" alt="lang">
&nbsp; <span style="text-transform:none;">{{ $name }}</span>
</a>
</li>
@endforeach
</ul>
</li>
<li class="text-welcome hidden-xs">{{ __('website.welcome') }}, <strong>
@if (Auth::check())
{{ Auth::user()->name }}
@else
{{ __('portal.guest') }}
@endif
</strong></li>
</ul>
</div>
</div>
@endif
<header id="topNav">
<div class="container">
<!-- Mobile Menu Button -->
<button class="btn btn-mobile" data-toggle="collapse" data-target=".nav-main-collapse">
<i class="fa fa-bars"></i>
</button>
@if (isset($is_checkout) && $is_checkout)
@if (isset($order_reference))
<a class="logo pull-left" href="{{ Util::getUserShopBackUrl($order_reference, 'checkout') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
@else
<a class="logo pull-left" href="{{ Util::getUserCardBackUrl('/', 'checkout') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
@endif
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<ul id="topMain" class="nav nav-pills nav-main nav-onepage">
<li class="">
@if (Util::getUserPaymentFor('checkout') != 6)
@if (isset($order_reference))
<a href="{{ Util::getUserShopBackUrl($order_reference) }}">
<i class="fa fa-chevron-left"></i> {{ __('payment.back_to_shop') }}
</a>
@else
<a href="{{ Util::getUserCardBackUrl('/card/show', 'checkout') }}">
@if (Util::getUserPaymentFor('checkout') > 1)
<i class="fa fa-chevron-left"></i> {{ __('back') }}
{{ Util::getMyMivitaUrl(false) }}
@else
<i class="fa fa-chevron-left"></i>
{{ __('payment.back_to_shop_shopping_cart') }}
@endif
</a>
@endif
@endif
</li>
</ul>
</nav>
</div>
@else
<ul class="pull-right nav nav-pills nav-second-main has-topBar">
<li class="quick-user">
<a href="#" style="border: 1px solid #c3c3c3; padding: 10px;">
<span style="position: relative; text-align: center;">
<i class="fa fa-user"></i>
</span>
</a>
<div class="quick-user-box" style="display:none;">
<div class="quick-user-wrapper">
<h4>Mein Account</h4>
@if (Auth::guard('customers')->check())
<ul class="list-unstyled">
<li><a tabindex="-1" href="{{ route('portal.dashboard') }}"><i
class="fa fa-home"></i> {{ __('navigation.dashboard') }}</a></li>
<li><a tabindex="-1" href="{{ route('portal.my_data.edit') }}"><i
class="fa fa-bookmark"></i> {{ __('navigation.my_data') }}</a></li>
<li><a tabindex="-1" href="{{ route('portal.my_orders') }}"><i
class="fa fa-history"></i> {{ __('navigation.my_orders') }}</a>
</li>
<li><a tabindex="-1" href="{{ route('portal.my_subscriptions') }}"><i
class="fa fa-refresh"></i>{{ __('navigation.myabo') }}</a></li>
{{-- <li><a tabindex="-1" href="{{ route('portal.settings') }}"><i class="fa fa-cog"></i>{{ __('navigation.settings') }}</a></li> --}}
</ul>
@endif
<div class="quick-user-footer clearfix">
@if (Auth::guard('customers')->check())
<a href="{{ route('portal.logout') }}" class="btn btn-sm btn-default mt-3"><i
class="fa fa-power-off"></i> {{ __('navigation.logout') }} </a>
@else
<a href="{{ Util::getMyMivitaPortalUrl() }}"
class="btn btn-primary btn-block mt-3 faa-parent animated-hover"><i
class="fa fa-sign-in"></i> {{ __('website.to_customer_portal') }} </a>
@endif
@if (Auth::guard('user')->check())
<a href="{{ Util::getMyMivitaUrl() }}"
class="btn btn-sm btn-default mt-3 faa-parent animated-hover"><i
class="fa fa-sign-out"></i> {{ __('zum Salescenter') }}</a>
@endif
<a href="#"
class="btn btn-sm btn-default mt-3 quick-user-box-close">{{ __('close') }}</a>
</div>
</div>
</div>
</li>
<li class="quick-cart">
<a href="#" style="border: 1px solid #c3c3c3; padding: 10px;">
<span style="position: relative">
<span
class="badge badge-success btn-xs badge-corner faa-horizontal animated">{{ Yard::instance($yard_instance)->count() }}</span>
<i class="fa fa-shopping-cart"></i>
</span>
&nbsp;
@if (Yard::instance($yard_instance)->count())
<span class="">{{ \Yard::instance($yard_instance)->total() }} </span>
@endif
</a>
<div class="quick-cart-box"
style="display: @if (Session::has('show-card-after-add')) block @else none @endif">
<h4>{{ __('weborder.shopping_cart') }} </h4>
<div class="quick-cart-wrapper">
@foreach (Yard::instance($yard_instance)->content() as $row)
<a href="{{ url('/produkte/alle-produkte/' . $row->options->slug) }}"><!-- cart item -->
@if ($row->options->has('image'))
<img src="{{ route('product_image', [$row->options->image]) }}"
width="50" height="66" alt="">
@else
<img src="{{ asset('/assets/images/1x1.png') }}" width="50"
height="66" alt="">
@endif
<h5>{{ $row->name }}</h5>
<span class="price">{{ $row->qty }}x <strong>{{ $row->price() }}
</strong></span>
</a><!-- /cart item -->
@endforeach
</div>
<div class="quick-cart-footer clearfix">
<div class="text-left">
<strong>{{ __('order.subtotal') }}:</strong> <strong
class="pull-right">{{ Yard::instance($yard_instance)->total() }} </strong>
<br>
@if (Yard::instance($yard_instance)->getUserTaxFree())
<em style="font-size: 0.9em">{{ __('weborder.excl_VAT_plus_shipping_costs') }}
</em>
@else
<em style="font-size: 0.9em">{{ __('weborder.incl_VAT_plus_shipping_costs') }}
</em>
@endif
@if (Yard::instance($yard_instance)->getShippingFree())
<em style="font-size: 0.9em"><br>{{ __('weborder.free_shipping_costs_from') }}
{{ formatNumber(Yard::instance($yard_instance)->getShippingFree()) }}
@if (Yard::instance($yard_instance)->getShippingFreeMissingValue() > 0)
<br>{!! __('weborder.only_missing_free_shipping_costs_from', [
'value' => formatNumber(Yard::instance($yard_instance)->getShippingFreeMissingValue()),
]) !!}
@else
<br><i class="fa fa-check"></i>
{{ __('weborder.free_shipping_costs_from') }}
@endif
</em>
@endif
</div>
<a href="{{ url(Util::getPostRoute() . 'card/show') }}"
class="btn btn-primary btn-text-500 btn-block mt-3 faa-parent animated-hover">{{ __('weborder.to_shopping_cart') }}
<i class="fa fa-shopping-cart faa-horizontal"></i></a>
<a href="#"
class="btn btn-sm btn-default mt-3 quick-cart-box-close">{{ __('close') }}</a>
</div>
</div>
</li>
</ul>
<a class="logo pull-left" href="{{ url('/') }}">
<img class="fixed_top" src="/assets/images/logo_mivita.png" alt="mivita" />
<img class="fixed_scroll" src="/assets/images/logo_mivita_fixed.png" alt="mivita" />
</a>
<div class="navbar-collapse pull-right nav-main-collapse collapse">
<nav class="nav-main">
<ul id="topMain" class="nav nav-pills nav-main nav-onepage">
<li class="{{ Request::is('/') ? ' active' : '' }}">
<a href="/">
{{ __('website.start') }}
</a>
</li>
<li class="{{ Request::is('aloevera') ? ' active' : '' }}">
<a href="{{ url('/aloevera') }}">
{{ __('website.aloe_vera') }}
</a>
</li>
<li class="{{ Request::is('produkte/*') ? ' active' : '' }}">
<a href="{{ url('/produkte/alle-produkte') }}/">
{{ __('website.productworld') }}
</a>
</li>
<li class="{{ Request::is('geschaeftsmodell/*') ? ' active' : '' }}">
<a href="{{ url('/geschaeftsmodell/karrierechancen') }} ">
{{ __('website.career_opportunities') }}
</a>
</li>
<li class="{{ Request::is('kontakt') ? ' active' : '' }}">
<a href="{{ url('kontakt') }}">
{{ __('website.contact') }}
</a>
</li>
</ul>
</nav>
</div>
@endif
</div>
</header>
</div>

View file

@ -7,12 +7,14 @@
.tp-caption {
text-shadow: none;
}
div.shop-item {
margin-bottom: 30px;
border: 1px solid #ddd;
}
div.shop-item > .thumbnail, .thumbnail {
div.shop-item>.thumbnail,
.thumbnail {
border: none;
}
@ -33,15 +35,17 @@
div.shop-item-buttons .btn-xs {
padding: 4px;
}
img.avatar {
width: 75%;
max-width: 200px;
border: 6px solid #bbccab;
margin-bottom: 10px;
}
.tp-caption.large_bold_white {
font-size:40px;
line-height:52px;
font-size: 40px;
line-height: 52px;
}
</style>
@ -56,42 +60,27 @@
<li data-transition="fade" data-slotamount="1" data-masterspeed="1000" data-saveperformance="off"
data-title="Slide">
<img src="{{ asset('assets/images/1x1.png') }}" data-lazyload="{{ asset('assets/images/slider-hg_gruen-mitte.jpg') }}" alt=""
data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat"/>
<img src="{{ asset('assets/images/1x1.png') }}"
data-lazyload="{{ asset('assets/images/slider-hg_gruen-mitte.jpg') }}" alt=""
data-bgfit="cover" data-bgposition="center top" data-bgrepeat="no-repeat" />
<div class="overlay dark-0"><!-- dark overlay [1 to 9 opacity] --></div>
<div class="tp-caption customin ltl tp-resizeme large_bold_white"
data-x="center"
data-y="50"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1000"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="z-index: 10;">
<div class="tp-caption customin ltl tp-resizeme large_bold_white" data-x="center" data-y="50"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800" data-start="1000" data-easing="easeOutQuad" data-splitin="none"
data-splitout="none" data-elementdelay="0.01" data-endelementdelay="0.1" data-endspeed="1000"
data-endeasing="Power4.easeIn" style="z-index: 10;">
<span class="h1">{!! __('website.slider_subl') !!}</span>
</div>
<div class="tp-caption customin ltl tp-resizeme large_bold_white"
data-x="center"
data-y="120"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800"
data-start="1200"
data-easing="easeOutQuad"
data-splitin="none"
data-splitout="none"
data-elementdelay="0.01"
data-endelementdelay="0.1"
data-endspeed="1000"
data-endeasing="Power4.easeIn" style="z-index: 10;">
<span class="weight-400">{!! __('website.slider_hl') !!}</span>
</div>
<div class="tp-caption customin ltl tp-resizeme large_bold_white" data-x="center" data-y="120"
data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"
data-speed="800" data-start="1200" data-easing="easeOutQuad" data-splitin="none"
data-splitout="none" data-elementdelay="0.01" data-endelementdelay="0.1" data-endspeed="1000"
data-endeasing="Power4.easeIn" style="z-index: 10;">
<span class="weight-400">{!! __('website.slider_hl') !!}</span>
</div>
</li>
</ul>
<div class="tp-bannertimer"></div>
@ -107,15 +96,16 @@
<div class="col-md-9">
<h1>{{ __('website.productworld') }} {{-- $site->headline --}}</h1>
<p class="margin-bottom-20">{!! __('website.start_copy_mivita') !!} {{-- $site->copy --}}</p>
@if($site->hasImage())
<img class="img-responsive margin-bottom-20" src="{{ route('iq_image', [$site->iq_image->slug]) }}" alt="">
<p class="margin-bottom-20">{!! __('website.start_copy_mivita') !!} {{-- $site->copy --}}</p>
@if ($site->hasImage())
<img class="img-responsive margin-bottom-20" src="{{ route('iq_image', [$site->iq_image->slug]) }}"
alt="">
@endif
<ul class="shop-item-list row list-inline nomargin">
@foreach($site->getProductModels() as $product)
<!-- ITEM -->
@foreach ($site->getProductModels() as $product)
<!-- ITEM -->
<li class="col-lg-4 col-sm-4">
@include('web.templates.produkte-item', ['subsite' => 'alle-produkte'])
</li>
@ -123,16 +113,17 @@
@endforeach
</ul>
<div class="text-center">
<a href="{{url('/produkte')}}" class="btn btn-lg btn-primary ">{{ __('website.show_all_products') }} </a>
<a href="{{ url('/produkte/alle-produkte') }}"
class="btn btn-lg btn-primary ">{{ __('website.show_all_products') }} </a>
</div>
{{--
{{--
<div class="divider divider-center divider-color"><!-- divider -->
<i class="fa fa-chevron-down"></i>
</div><h1>Spare mit Sets</h1>
<ul class="shop-item-list row list-inline nomargin">
@foreach($site->getProductSetModels() as $product)
@foreach ($site->getProductSetModels() as $product)
<!-- ITEM -->
<li class="col-lg-4 col-sm-4">
@include('web.templates.produkte-item', ['subsite' => 'alle-produkte'])
@ -156,63 +147,63 @@
<h2 class="text-center">{!! __('website.welcome') !!}</h2>
<p class="text-center">{!! __('website.welcome_copy') !!}</p>
<div class="text-center">
@if($user_shop->isImage())
<img class="img-responsive rounded avatar" src="{{ url($user_shop->getImage()) }}" alt="">
@if ($user_shop->isImage())
<img class="img-responsive rounded avatar" src="{{ url($user_shop->getImage()) }}"
alt="">
@else
<img class="img-responsive rounded avatar" src="{{ asset('assets/images/avatar.png') }}" alt="">
<img class="img-responsive rounded avatar" src="{{ asset('assets/images/avatar.png') }}"
alt="">
@endif
</div>
<p class="text-center">
@if($user_shop->title)
@if ($user_shop->title)
<strong style="color: #97b085; font-size: 1.1em;">{{ $user_shop->title }}</strong><br>
@endif
@if($user_shop->getLang('contact'))
{!! nl2br($user_shop->getLang('contact')) !!}
@if ($user_shop->getLang('contact'))
{!! nl2br($user_shop->getLang('contact')) !!}
@endif
<br>
{{ $user_shop->getSubdomain(true) }}
</p>
@if($user_shop->getLang('accessibility'))
<p class="text-center">
<strong>{!! __('website.my_accessibility') !!} :</strong><br>
{!! nl2br($user_shop->getLang('accessibility')) !!}
</p>
@if ($user_shop->getLang('accessibility'))
<p class="text-center">
<strong>{!! __('website.my_accessibility') !!} :</strong><br>
{!! nl2br($user_shop->getLang('accessibility')) !!}
</p>
@endif
@if($user_shop->getLang('about'))
<div class="divider divider-center divider-color" style="margin: 10px 0;"><!-- divider -->
<i class="fa fa-chevron-down"></i>
</div>
<p class="text-center" style="color: #97b085;">
<em>
{{ nl2br($user_shop->getLang('about'))}}
</em>
</p>
@if ($user_shop->getLang('about'))
<div class="divider divider-center divider-color" style="margin: 10px 0;"><!-- divider -->
<i class="fa fa-chevron-down"></i>
</div>
<p class="text-center" style="color: #97b085;">
<em>
{{ nl2br($user_shop->getLang('about')) }}
</em>
</p>
@endif
@if($user_shop->on_sites)
<div class="divider divider-center divider-color" style="margin: 10px 0;"><!-- divider -->
<i class="fa fa-chevron-down"></i>
</div>
<h3 class="text-center">{!! __('website.for_you_on_spot') !!}:</h3>
@if ($user_shop->on_sites)
<div class="divider divider-center divider-color" style="margin: 10px 0;"><!-- divider -->
<i class="fa fa-chevron-down"></i>
</div>
<h3 class="text-center">{!! __('website.for_you_on_spot') !!}:</h3>
<p class="text-center">{!! __('website.for_you_on_spot_copy') !!}</p>
<div class="clearfix lightbox" data-img-big="1" data-plugin-options='{"delegate": "a", "gallery": {"enabled": true}}'>
<div class="clearfix lightbox" data-img-big="1"
data-plugin-options='{"delegate": "a", "gallery": {"enabled": true}}'>
@foreach($user_shop->on_sites as $image)
<div class="col-xs-6 col-sm-4 col-md-6" style="padding: 2px;">
<a class="image-hover" href="{{ route('user_shop_image', [$image->slug]) }}">
<img src="{{ route('user_shop_image', [$image->slug]) }}" alt="..." class="img-responsive">
</a>
</div>
@endforeach
</div>
@foreach ($user_shop->on_sites as $image)
<div class="col-xs-6 col-sm-4 col-md-6" style="padding: 2px;">
<a class="image-hover" href="{{ route('user_shop_image', [$image->slug]) }}">
<img src="{{ route('user_shop_image', [$image->slug]) }}" alt="..."
class="img-responsive">
</a>
</div>
@endforeach
</div>
@endif
</div>
</div>
@ -227,15 +218,18 @@
<div class="col-md-6">
<!-- OWL SLIDER -->
<div class="owl-carousel buttons-autohide controlls-over nomargin"
data-plugin-options='{"items": 1, "autoHeight": true, "navigation": true, "pagination": true, "transitionStyle":"backSlide", "progressBar":"true"}'>
data-plugin-options='{"items": 1, "autoHeight": true, "navigation": true, "pagination": true, "transitionStyle":"backSlide", "progressBar":"true"}'>
<div>
<img class="img-responsive" src="{{ asset('assets/images/aloe-vera-farm-mallorca.jpg') }}" alt="">
<img class="img-responsive" src="{{ asset('assets/images/aloe-vera-farm-mallorca.jpg') }}"
alt="">
</div>
<div>
<img class="img-responsive" src="{{ asset('assets/images/beratung-ruth-mallorca.jpg') }}" alt="">
<img class="img-responsive" src="{{ asset('assets/images/beratung-ruth-mallorca.jpg') }}"
alt="">
</div>
<div>
<img class="img-responsive" src="{{ asset('assets/images/mivita-schulung-mallorca.jpg') }}" alt="">
<img class="img-responsive" src="{{ asset('assets/images/mivita-schulung-mallorca.jpg') }}"
alt="">
</div>
</div>
@ -243,7 +237,7 @@
</div>
<div class="col-md-6">
<h2>{!! __('website.start_why_hl') !!} </h2>
{!! __('website.start_why_copy') !!}
{!! __('website.start_why_copy') !!}
</div>
</article>
@ -267,14 +261,14 @@
<a href="/aloevera">
{{ __('website.more') }}
{{ __('website.more') }}
<!-- /word rotator -->
<span class="word-rotator" data-delay="2000">
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<i class="glyphicon glyphicon-menu-right size-12"></i>
</a>
@ -285,15 +279,15 @@
<h3 class="h3">{{ __('website.start_products_hl') }} </h3>
<p class="">{{ __('website.start_products_copy') }} </p>
<a href="/produkte">
{{ __('website.more') }}
<a href="/alle-produkte">
{{ __('website.more') }}
<!-- /word rotator -->
<span class="word-rotator" data-delay="2000">
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<i class="glyphicon glyphicon-menu-right size-12"></i>
</a>
@ -305,14 +299,14 @@
<p class="">{{ __('website.start_salespartner_copy') }} </p>
<a href="/geschaeftsmodell/karrierechancen">
{{ __('website.more') }}
{{ __('website.more') }}
<!-- /word rotator -->
<span class="word-rotator" data-delay="2000">
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<span class="items">
<span> {{ __('website.read') }} </span>
<span> {{ __('website.NOW') }} </span>
</span>
</span><!-- /word rotator -->
<i class="glyphicon glyphicon-menu-right size-12"></i>
</a>
@ -330,18 +324,24 @@
<div class="container">
<div class="row">
<div class="col-lg-6">
{!! __('website.start_mivitapartner_copy') !!}
{!! __('website.start_mivitapartner_copy') !!}
</div>
<div class="col-lg-6" id="youtube-ChHAxy6SbkM">
@if(Request::get('youtube') === 'ChHAxy6SbkM')
<div class="embed-responsive embed-responsive-16by9 box-shadow-1">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/ChHAxy6SbkM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
@if (Request::get('youtube') === 'ChHAxy6SbkM')
<div class="embed-responsive embed-responsive-16by9 box-shadow-1">
<iframe width="560" height="315"
src="https://www.youtube-nocookie.com/embed/ChHAxy6SbkM" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
@else
<div class="text-center">
<h4 class="mb-2">{{ __('website.youtube_accepted_copy') }} </h4>
<a class="text-link" href="{{ url('/datenschutz') }}">{{ __('website.to_privacy_policy') }} </a><br>
<a class="btn btn-primary" href="{{ url('/') }}?youtube=ChHAxy6SbkM#youtube-ChHAxy6SbkM" rel="nofollow">{{ __('website.accept_youtube_load') }} n</a>
<h4 class="mb-2">{{ __('website.youtube_accepted_copy') }} </h4>
<a class="text-link" href="{{ url('/datenschutz') }}">{{ __('website.to_privacy_policy') }}
</a><br>
<a class="btn btn-primary" href="{{ url('/') }}?youtube=ChHAxy6SbkM#youtube-ChHAxy6SbkM"
rel="nofollow">{{ __('website.accept_youtube_load') }} n</a>
</div>
<br>
<div class="embed-responsive embed-responsive-16by9 box-shadow-1">