2022-10-10 12:43:59 +00:00
|
|
|
@extends('template.'.config('settings.template').'.content.master')
|
2020-09-24 08:31:09 +00:00
|
|
|
@section('content')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
2020-09-30 17:22:30 +00:00
|
|
|
|
2020-09-24 08:31:09 +00:00
|
|
|
.jumbotron-ln {
|
2020-09-30 17:22:30 +00:00
|
|
|
background-image: url('https://ik.imagekit.io/areya/tr:w-576,h-500,fo-auto/home-image_cbMyx3ISt.jpg');
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
.jumbotron-ln {
|
|
|
|
background-image: url('https://ik.imagekit.io/areya/tr:w-1000,h-500,fo-auto/home-image_cbMyx3ISt.jpg');
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1000px) {
|
|
|
|
.jumbotron-ln {
|
|
|
|
background-image: url('https://ik.imagekit.io/areya/tr:h500,fo-face/home-image_cbMyx3ISt.jpg');
|
2020-09-24 08:31:09 +00:00
|
|
|
|
|
|
|
|
2020-09-30 17:22:30 +00:00
|
|
|
}
|
2020-09-24 08:31:09 +00:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="jumbotron-ln" style="min-height: 500px;">
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section id="ueber-uns">
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
|
|
|
|
|
|
|
<br><br>
|
2022-10-10 12:43:59 +00:00
|
|
|
<h1>Kurbad Pleystein</h1>
|
2020-09-24 08:31:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
<p class="intro">
|
2022-10-10 12:43:59 +00:00
|
|
|
|
2020-09-24 08:31:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-10-10 13:12:57 +00:00
|
|
|
<section id="schwerpunkte" class="d-none">
|
2020-09-24 08:31:09 +00:00
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12">
|
|
|
|
<h2>Behandlungsschwerpunkte</h2>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="card">
|
|
|
|
|
|
|
|
<picture class="card-img-top">
|
|
|
|
<source srcset="{{asset('images/physio.jpg')}}" type="image/jpeg" class="img-fluid">
|
|
|
|
<img src="{{asset('images/physio.jpg')}}" alt="Augustins Journey" class="img-fluid">
|
|
|
|
</picture>
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Tinitus Behandlung</h5>
|
|
|
|
<p class="card-text">Erfahren Sie mehr darüber, wie Tinitus effektiv behandelt werden kann.
|
|
|
|
</p>
|
|
|
|
<a href="#" class="btn btn-primary">Mehr erfahren</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="card">
|
|
|
|
<picture class="card-img-top">
|
|
|
|
<source srcset="{{asset('images/ergo.jpg')}}" type="image/jpeg" class="img-fluid">
|
|
|
|
<img src="{{asset('images/ergo.jpg')}}" alt="Augustins Journey" class="img-fluid">
|
|
|
|
</picture>
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Freemason tour</h5>
|
|
|
|
<p class="card-text">
|
|
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Amet aperiam facere in
|
|
|
|
</p>
|
|
|
|
<a href="#" class="btn btn-primary">Mehr erfahren</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<div class="col-lg-4">
|
|
|
|
<div class="card">
|
|
|
|
<picture class="card-img-top">
|
|
|
|
<source srcset="{{asset('images/physio.jpg')}}" type="image/jpeg" class="img-fluid">
|
|
|
|
<img src="{{asset('images/physio.jpg')}}" alt="Augustins Journey" class="img-fluid">
|
|
|
|
</picture>
|
|
|
|
<div class="card-body">
|
|
|
|
<h5 class="card-title">Wine & Conundrum </h5>
|
|
|
|
<p class="card-text">
|
|
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Blanditiis dolorem illo impedit,
|
|
|
|
</p>
|
|
|
|
<a href="#" class="btn btn-primary">Mehr erfahren</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
2022-10-10 12:43:59 +00:00
|
|
|
</section>
|
2020-09-24 08:31:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section id="article-section" >
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-12">
|
|
|
|
<h2 id="aktuelles">Aktuelles</h2>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section id="stellenangebote">
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-12">
|
|
|
|
<h2>Stellenangebote</h2>
|
|
|
|
<br>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="table-responsive">
|
|
|
|
<table class="table">
|
|
|
|
<thead class="thead-light">
|
|
|
|
<tr>
|
|
|
|
<th scope="col">Datum</th>
|
|
|
|
<th scope="col">Stellenbezeichnung</th>
|
|
|
|
<th scope="col">Standort</th>
|
|
|
|
<th scope="col">Jetzt bewerben</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>21.02.2020</td>
|
|
|
|
<td>Physiotherapeuth (m/w/d)</td>
|
|
|
|
<td>92714 Pleystein</td>
|
2020-09-29 10:48:43 +00:00
|
|
|
<td><a href="mailto:info@kurbad-pleystein.de">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
2020-09-24 08:31:09 +00:00
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>21.02.2020</td>
|
|
|
|
<td>Ergotherapeut (m/w/d) in Teilzeit (30 h/Woche)</td>
|
|
|
|
<td>92714 Pleystein</td>
|
2020-09-29 10:48:43 +00:00
|
|
|
<td><a href="mailto:info@kurbad-pleystein.de">Jetzt bewerben <i class="fal fa-envelope"></i> </a> </td>
|
2020-09-24 08:31:09 +00:00
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<section id="kontakt">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
<h2>Kontakt</h2>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
<div class="row">
|
|
|
|
<div class="col-lg-4 text-center">
|
|
|
|
<div class="icon-box-2">
|
|
|
|
|
|
|
|
<i class="fal fa-phone fa-3x ci-color"></i>
|
|
|
|
|
|
|
|
<div class="icon-box-content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
|
|
Telefon: <a href="tel://+499654770">09654/770</a>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-content -->
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-2 -->
|
|
|
|
|
|
|
|
</div><!-- end .span3 -->
|
|
|
|
|
|
|
|
<div class="col-lg-4 text-center">
|
|
|
|
|
|
|
|
<div class="icon-box-2">
|
|
|
|
|
|
|
|
<i class="fal fa-at fa-3x ci-color"></i>
|
|
|
|
|
|
|
|
<div class="icon-box-content">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<a href="mailto:info@kurbad-pleystein.de">info@kurbad-pleystein.de</a>
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-content -->
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-2 -->
|
|
|
|
|
|
|
|
</div><!-- end .span3 -->
|
|
|
|
|
|
|
|
<div class="col-lg-4 text-center">
|
|
|
|
|
|
|
|
<div class="icon-box-2">
|
|
|
|
|
|
|
|
<i class="fal fa-home fa-3x ci-color"></i>
|
|
|
|
|
|
|
|
<div class="icon-box-content">
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<strong>Kurbad Pleystein</strong>
|
|
|
|
<br>
|
|
|
|
Marktplatz 28
|
|
|
|
<br>
|
|
|
|
92714 Pleystein
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-content -->
|
|
|
|
|
|
|
|
</div><!-- end .icon-box-2 -->
|
|
|
|
|
|
|
|
</div><!-- end .span3 -->
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|
|
|
|
@section('scripts')
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/2.4.1/jquery.jscroll.min.js"></script>
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
|
|
|
|
|
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.countdown/2.2.0/jquery.countdown.min.js"></script>
|
|
|
|
|
|
|
|
<script src="{{ asset('template/js/fslightbox.js') }}"></script>
|
|
|
|
|
|
|
|
|
|
|
|
@stop
|