2014-08-08 00:23:36 +02:00
|
|
|
.location-map {
|
|
|
|
padding: 172px 0;
|
|
|
|
h3 {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2017-10-10 23:59:00 +02:00
|
|
|
.content-wrapper{
|
|
|
|
z-index: 20;
|
|
|
|
}
|
|
|
|
.col-lg-3 {
|
|
|
|
z-index: 20
|
|
|
|
}
|
2014-08-08 00:23:36 +02:00
|
|
|
}
|
|
|
|
.location-description {
|
|
|
|
min-width: 400px;
|
|
|
|
padding: 20px 50px;
|
2017-10-11 10:54:42 +02:00
|
|
|
background-color: rgba(255,255,255,0.8);
|
2014-08-08 00:23:36 +02:00
|
|
|
.icon-direction {
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
margin: 1em 0;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
margin-top: 26px;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
font-size: 21px;
|
|
|
|
margin-bottom: 9px;
|
|
|
|
}
|
2014-08-14 23:27:17 +02:00
|
|
|
time {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2014-08-08 00:23:36 +02:00
|
|
|
}
|
2017-10-10 23:59:00 +02:00
|
|
|
|
|
|
|
#mapid {
|
|
|
|
|
|
|
|
}
|
|
|
|
.canvas-map-osm {
|
|
|
|
height: 180px;
|
2014-08-08 00:23:36 +02:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 700px;
|
2017-10-10 23:59:00 +02:00
|
|
|
z-index: 10;
|
2014-08-08 00:23:36 +02:00
|
|
|
}
|