xxxxxxxxxx
1
<!--Widget Hotels-->
2
<div class="mt-5 sticky">
3
<p class="border-bottom border-warning font-weight-bold">Bike Hotels</p>
4
<article class="mb-2 ml-n4 clearfix">
5
<a href="https://staging.trails.de/hotel/hotel-residence-zirmerhof/" class="unstyled">
6
<div class="container-fluid">
7
<div class="d-flex flex-row align-items-center">
8
9
<img width="130" height="130" src="https://staging.trails.de/wp-content/uploads/2015/02/Freibad-130x130.jpg" class="img-fluid z-depth-1 rounded-circle float-left img-max-80 wp-post-image" alt="" srcset="https://staging.trails.de/wp-content/uploads/2015/02/Freibad-130x130.jpg 130w, https://staging.trails.de/wp-content/uploads/2015/02/Freibad-150x150.jpg 150w, https://staging.trails.de/wp-content/uploads/2015/02/Freibad-500x500.jpg 500w, https://staging.trails.de/wp-content/uploads/2015/02/Freibad-250x250.jpg 250w" sizes="(max-width: 130px) 100vw, 130px" />
10
<div class="mb-4 ml-2">
11
<p class="text-black-50 font-weight-bold">Hotel Residence Zirmerhof<br/>
12
<span class="badge badge-warning">Meran</span>
13
<span class="badge badge-warning">Südtirol</span>
14
</p>
15
<div class="btn-group btn-group-sm mt-n2" role="group" aria-label="">
16
<a class="btn btn-sm waves-effect" href="https://staging.trails.de/hotel/hotel-residence-zirmerhof/">Infos</a><a class="btn btn-sm waves-effect" href="http://www.hotel-zirmerhof.com" target="_blank">Webseite</a>
17
</div>
18
</div>
19
</div>
20
</div>
21
</a>
22
</article>
23
<article class="mb-2 ml-n4 clearfix">
24
<a href="https://staging.trails.de/hotel/hotel-der-mesnerwirt-2/" class="unstyled">
25
<div class="container-fluid">
26
<div class="d-flex flex-row align-items-center">
27
28
<img width="130" height="130" src="https://staging.trails.de/wp-content/uploads/2015/02/hotelansicht-130x130.jpg" class="img-fluid z-depth-1 rounded-circle float-left img-max-80 wp-post-image" alt="" srcset="https://staging.trails.de/wp-content/uploads/2015/02/hotelansicht-130x130.jpg 130w, https://staging.trails.de/wp-content/uploads/2015/02/hotelansicht-150x150.jpg 150w, https://staging.trails.de/wp-content/uploads/2015/02/hotelansicht-500x500.jpg 500w, https://staging.trails.de/wp-content/uploads/2015/02/hotelansicht-250x250.jpg 250w" sizes="(max-width: 130px) 100vw, 130px" />
29
<div class="mb-4 ml-2">
30
<p class="text-black-50 font-weight-bold">Hotel Der Mesnerwirt<br/>
31
<span class="badge badge-warning">Meran</span>
32
<span class="badge badge-warning">Südtirol</span>
33
</p>
34
<div class="btn-group btn-group-sm mt-n2" role="group" aria-label="">
35
<a class="btn btn-sm waves-effect" href="https://staging.trails.de/hotel/hotel-der-mesnerwirt-2/">Infos</a><a class="btn btn-sm waves-effect" href="http://www.mesnerwirt.it/" target="_blank">Webseite</a>
36
</div>
37
</div>
38
</div>
39
</div>
40
</a>
41
</article>
42
</div>
43
<!--/Widget Hotels-->
1
1
xxxxxxxxxx
1
<script>
2
$(function () { $(".sticky").sticky({ topSpacing: 120, zIndex: 2 }); });
3
</script>
Console errors: 0