Eise Gaart
THE WEB PORTAL OF VEGETABLE
GARDENS IN LUXEMBOURG
Do you want to get involved in one of these gardens?
It is possible!
Look up the map or go through the Luxemburgish garden list. The garden you were dreaming of does not exist? Just create a new one and contact us if you need help! The website is interactive.
Please send us any useful information to complete it.
.map-wrapper{
position: relative;
height: 900px;
width: 100%;
overflow: hidden;
}
@media(max-width: 768px){
.map-filters {
left: -281px;
transition:left .6s ease-in-out;
}
.map-filters.opened {
left: 0;
}
}
#map_element {
height: 900px;
width: 100%;
}
.gm-style-iw * {
display: block;
width: 300px;
}
.gm-style-iw h4,
.gm-style-iw p {
margin: 0;
padding: 0;
}
.gm-style-iw a {
color: #3D3D3D;
}
.map-filters{
position: absolute;
z-index: 1000;
background: white;
padding: 65px;
height: 900px;
}
.map-filters .map-filter{
display: block;
}
.map-filter-action {
position: absolute;
top: 10px;
}
.map-filter-action img{
width: 55px;
}
.map-filter-action.action-right {
right: 10px;
}
.map-filter-action.action-left {
left: 10px;
}
.map-filters.opened .hide-on-open {
display:none;
}
@media(min-width: 769px){
.map-filter-action {
display: none;
}
}