.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
} .leaflet-tile::selection {
background: transparent;
} .leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
} .leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}  .leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom; touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
} .leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane         { z-index: 400; }
.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
} .leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
} .leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
} .leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor:    -moz-grab;
cursor:         grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor:    -moz-grabbing;
cursor:         grabbing;
} .leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: visiblePainted; pointer-events: auto;
} .leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
} .leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
} .leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
} .leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
font-size: 22px;
} .leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(//ferienwohnung-stark-dinkelsbuehl.de/wp-content/plugins/map-engine/assets/css/frontend/static/images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(//ferienwohnung-stark-dinkelsbuehl.de/wp-content/plugins/map-engine/assets/css/frontend/static/images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
} .leaflet-default-icon-path {
background-image: url(//ferienwohnung-stark-dinkelsbuehl.de/wp-content/plugins/map-engine/assets/css/frontend/static/images/marker-icon.png);
} .leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
} .leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
-ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
} .leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}  .leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
} .leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}:root {
--wme-default-marker-color: #4338ca;
--wme-default-marker-border-color: #fff;
--wme-default-marker-size: 32px;
--wme-default-marker-border-width: 3px; --wme-default-popup-position: top;
--wme-default-popup-arrow-bg-color: inherit;
--wme-default-popup-cross-color: #000; --wme-default-popup-card-bg-color: #fff;
--wme-default-popup-card-padding: 24px;
--wme-default-popup-card-border-radius: 8px;
--wme-default-popup-card-width: 300px; --wme-default-popup-name-color: #000;
--wme-default-popup-name-text-align: left;
--wme-default-popup-name-font-family: roboto;
--wme-default-popup-name-font-weight: bold;
--wme-default-popup-name-font-style: normal;
--wme-default-popup-name-text-transform: none;
--wme-default-popup-name-text-decoration: none;
--wme-default-popup-name-line-height: 1.5;
--wme-default-popup-name-letter-spacing: 1px;
--wme-default-popup-name-font-size: 14px; --wme-default-popup-address-color: #000;
--wme-default-popup-address-text-align: left;
--wme-default-popup-address-font-family: roboto;
--wme-default-popup-address-font-weight: normal;
--wme-default-popup-address-font-style: normal;
--wme-default-popup-address-text-transform: none;
--wme-default-popup-address-text-decoration: none;
--wme-default-popup-address-line-height: 1.5;
--wme-default-popup-address-letter-spacing: 1px;
--wme-default-popup-address-font-size: 12px; --wme-default-popup-description-color: #000;
--wme-default-popup-description-text-align: left;
--wme-default-popup-description-font-family: roboto;
--wme-default-popup-description-font-weight: normal;
--wme-default-popup-description-font-style: normal;
--wme-default-popup-description-text-transform: none;
--wme-default-popup-description-text-decoration: none;
--wme-default-popup-description-line-height: 1.2;
--wme-default-popup-description-letter-spacing: 1px;
--wme-default-popup-description-font-size: 14px;
--wme-default-popup-description-white-space: break-spaces;
}
.wme-hide {
display: none !important;
}
.wme-show {
display: block !important;
}
.wme-visible {
visibility: visible !important;
}
.wme-invisible {
visibility: hidden !important;
}
.wpv-me-map-container {
width: 100%;
height: 500px;
}
.wme-marker-wrapper {
position: relative;
height: 0;
width: 0;
}
.wme-marker {
border-style: solid;
box-sizing: content-box;
align-items: center;
background-clip: padding-box;
}
.wme-marker.wme-marker-marker,
.wme-marker.wme-marker-marker-alt {
display: flex;
justify-content: center;
}
.wme-marker.wme-marker-marker img,
.wme-marker.wme-marker-marker-alt img {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.wme-marker img {
z-index: 1;
height: 70%;
width: 70%;
}
.wme-marker-circle {
background-clip: padding-box;
border-radius: 50%;
position: relative;
box-shadow: rgb(0 0 0 / 15%) 0px 3px 6px 0px;
border-style: solid;
box-sizing: content-box;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
border: var(--wme-default-marker-border-width) solid
var(--wme-default-marker-border-color);
width: var(--wme-default-marker-size);
height: var(--wme-default-marker-size);
background-color: var(--wme-default-marker-color);
}
.wme-marker.wme-marker-custom-icon {
background-color: transparent !important;
border: 0;
box-shadow: unset;
}
.wme-marker-custom-icon img {
height: 100%;
width: 100%;
border: none;
}
.wme-popup.wme-popup-anchored {
top: 0;
right: 0;
margin: 0.75rem;
}
.wme-popup.wme-polygon-popup-position-anchored,
.wme-popup-anchored .wme-popup.wme-popup-anchored {
transform: unset;
left: unset;
}
.wme-popup.wme-polygon-popup-position-anchored .wme-popup-arrow::after,
.wme-popup.wme-popup-anchored .wme-popup-arrow::after {
display: none;
}
.wme-popup.wme-popup-anchored.wme-popup-arrow {
transform: unset;
bottom: unset;
}
.wme-popup-card {
overflow: hidden;
border-radius: inherit;
width: var(--wme-default-popup-card-width);
background-color: var(--wme-default-popup-card-bg-color);
}
.wme-popup-anchored .wme-popup-marker.wme-popup-card {
margin-left: auto;
}
.wme-marker-rect {
z-index: 1;
border-radius: 15%;
display: flex;
justify-content: center;
transform: translate(-50%, -110%);
border: var(--wme-default-marker-border-width) solid
var(--wme-default-marker-border-color);
width: var(--wme-default-marker-size);
height: var(--wme-default-marker-size);
background-color: var(--wme-default-marker-color);
}
.wme-marker-rect::before {
content: '';
box-sizing: content-box;
width: 20%;
height: 20%;
position: absolute;
display: flex;
align-self: flex-end;
transform: rotate(45deg);
background-color: inherit;
outline: var(--wme-default-marker-border-color) solid 3.84px;
bottom: calc(-8.78227px / 2 + 2px);
}
.wme-marker-rect::after {
content: '';
position: absolute;
background-color: inherit;
display: flex;
align-self: center;
width: 100%;
height: 100%;
border-radius: 12%;
}
.wme-marker-marker,
.wme-marker-marker-alt {
display: flex;
justify-content: center;
border: var(--wme-default-marker-border-width) solid
var(--wme-default-marker-border-color);
width: var(--wme-default-marker-size);
height: var(--wme-default-marker-size);
background-color: var(--wme-default-marker-color);
}
.wme-marker-marker {
border-radius: 80% 0px 55% 50% / 55% 0px 80% 50%;
transform: translate(-50%, -125%) rotate(135deg);
overflow: hidden;
}
.wme-marker-marker-alt {
border-radius: 50% 0px 50% 50%;
overflow: hidden;
transform: translate(-50%, -125%) rotate(135deg);
}
.wme-popup-anchored .wme-popup {
font-size: 0.75rem;
}
.wme-popup {
position: absolute;
z-index: 1;
transform: translate(-50%);  }
.wme-popup {
position: absolute;
z-index: 1;
transform: translate(-50%);
bottom: calc(
var(--wme-default-marker-size) / 2 + 7.7px + 7.7px +
var(--wme-default-marker-border-width)
);
border-radius: var(--wme-default-popup-card-border-radius); }
.wme-popup-content {
display: block;  overflow: hidden;
border-radius: inherit;
padding: var(--wme-default-popup-card-padding);
max-height: 10rem;
overflow: auto;
}
.wme-marker-type-rect {
bottom: calc(32px + 7.7px + 4.525px + 6.6px + 7.7px);
}
.wme-marker-type-marker .wme-popup,
.wme-marker-type-markerAlt .wme-popup {
bottom: calc(49.49747468305833px + 3px + 7.7px);
}
.wme-popup-name {
display: block;
color: var(--wme-default-popup-name-color);
font-weight: var(--wme-default-popup-name-font-weight);
font-style: var(--wme-default-popup-name-font-style);
text-transform: var(--wme-default-popup-name-text-transform);
text-decoration: var(--wme-default-popup-name-text-decoration);
line-height: var(--wme-default-popup-name-line-height);
letter-spacing: var(--wme-default-popup-name-letter-spacing);
font-size: var(--wme-default-popup-name-font-size);
text-align: var(--wme-default-popup-name-text-align);
}
.wme-popup-address {
display: block;
color: var(--wme-default-popup-address-color);
font-weight: var(--wme-default-popup-address-font-weight);
font-style: var(--wme-default-popup-address-font-style);
text-transform: var(--wme-default-popup-address-text-transform);
text-decoration: var(--wme-default-popup-address-text-decoration);
line-height: var(--wme-default-popup-address-line-height);
letter-spacing: var(--wme-default-popup-address-letter-spacing);
font-size: var(--wme-default-popup-address-font-size);
text-align: var(--wme-default-popup-address-text-align);
}
.wme-popup-description {
display: block;
color: var(--wme-default-popup-name-color);
font-weight: var(--wme-default-popup-description-font-weight);
font-style: var(--wme-default-popup-description-font-style);
text-transform: var(--wme-default-popup-description-text-transform);
text-decoration: var(--wme-default-popup-description-text-decoration);
line-height: var(--wme-default-popup-description-line-height);
letter-spacing: var(--wme-default-popup-description-letter-spacing);
font-size: var(--wme-default-popup-description-font-size);
text-align: var(--wme-default-popup-description-text-align);
white-space: var(--wme-default-popup-description-white-space);
} .wme-popup-arrow::after {
content: '';
height: 10px;
width: 10px;
background-color: inherit;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
right: calc(50% + -5px);
bottom: -5px;
z-index: -1;
}
.wme-popup-arrow.wme-popup-hide-arrow::after {
display: none;
}
.wme-popup.wme-polygon-popup-position-top {
left: 0;
transform: translate(-50%);
bottom: 18px;
}
.wme-popup.wme-polygon-popup-position-right {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
left: 18px;
bottom: 5px;
}
.wme-popup.wme-polygon-popup-position-left {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
right: 18px;
bottom: 5px;
}
.wme-marker-rectangle {
z-index: 1;
border-radius: 15%;
display: flex;
justify-content: center;
transform: translate(-50%, -110%);
}
.wme-marker-rectangle::before {
content: '';
box-sizing: content-box;
width: 20%;
height: 20%;
position: absolute;
display: flex;
align-self: flex-end;
transform: rotate(45deg);
background-color: inherit;
outline: white solid 3.84px;
bottom: calc(-8.78227px / 2 + 2px);
}
.wme-marker-rectangle::after {
content: '';
position: absolute;
background-color: inherit;
display: flex;
align-self: center;
width: 100%;
height: 100%;
border-radius: 12%;
}
.wme-marker-marker {
border-radius: 80% 0px 55% 50% / 55% 0px 80% 50%;
transform: translate(-50%, -125%) rotate(135deg);
}
.wme-marker-marker-alt {
border-radius: 50% 0px 50% 50%;
overflow: hidden;
transform: translate(-50%, -125%) rotate(135deg);
}
.wme-popup-carousel {
height: 8rem;
width: 100%; }
.wme-popup-carousel .glide {
height: 100%;
width: 100%;
}
.wme-popup-carousel .glide__track {
height: 100%;
width: 100%;
}
.wme-popup-carousel .glide__slides {
height: 100%;
}
.wme-popup-carousel .glide__slide {
height: 100%;
}
.wme-popup-carousel .glide__slide .wme-popup-carousel-image {
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
width: 100%;
}
.wme-popup-carousel .glide__slide .wme-popup-carousel-image-count {
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
right: 0;
bottom: 0;
border-radius: 6px;
color: rgba(243, 244, 246);
padding: 8px;
margin: 8px;
} .wme-popup-carousel .glide__arrow:hover,
.wme-popup-carousel .glide__arrow:active,
.wme-popup-carousel .glide__arrow:focus {
color: #fff;
background-color: inherit;
}
.wme-popup-carousel .glide__arrow {
border: none;
padding: 4px;
position: absolute;
top: 50%;
height: 100%;
opacity: 0.4;
-webkit-transition: background-color 0.25s ease-in;
-moz-transition: background-color 0.25s ease-in;
-ms-transition: background-color 0.25s ease-in;
-o-transition: background-color 0.25s ease-in;
transition: background-color 0.25s ease-in;
box-shadow: none;
border-radius: unset;
}
.wme-popup-carousel .glide__arrow::before {
margin: 0 5px;
display: inline-block;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
content: '';
}
.wme-popup-carousel .glide__arrow.glide__arrow--left {
left: 0;
}
.wme-popup-carousel .glide__arrow.glide__arrow--right {
right: 0;
}
.wme-popup-carousel .glide__arrow.glide__arrow--left::before {
border-right: 8px solid #fff;
}
.wme-popup-carousel .glide__arrow.glide__arrow--right::before {
border-left: 8px solid #fff;
}
.wme-popup-carousel .glide__arrow:hover {
background-color: rgba(0, 0, 0, 0.2);
}  .wme-marker-wrapper.wme-marker-popup-position-right
.wme-popup.wme-popup-not-anchored,
.wme-marker-wrapper.wme-marker-popup-position-left
.wme-popup.wme-popup-not-anchored,
.wme-marker-wrapper.wme-marker-popup-position-top
.wme-popup.wme-popup-not-anchored {
display: block;
}
.wme-polygon-popup-position-right .wme-popup-arrow::after,
.wme-marker-popup-position-right .wme-popup-arrow::after {
left: -5px;
top: 48%;
}
.wme-polygon-popup-position-left .wme-popup-arrow::after,
.wme-marker-popup-position-left .wme-popup-arrow::after {
right: -5px;
top: 48%;
}
.wme-polygon-popup-position-top .wme-popup-arrow::after {
bottom: -5px;
}
.wme-popup-close {
color: var(--wme-default-popup-cross-color);
display: block;
position: absolute;
right: 0;
padding: 5px;
z-index: 3;
cursor: pointer;
}  .leaflet-marker-icon.leaflet-div-icon {
border: unset;
background-color: unset;
}
.leaflet-marker-icon.wme-polygon-popup-overlay {
margin-left: 0 !important;
margin-top: 0 !important;
}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity 150ms ease,border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid #fff;background-color:rgba(255,255,255,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}#wpv-me-map-container-1459 {
width: 100%; height: 350px; max-width: 700px;margin: auto
}
.wme-global-style-1459-marker .wme-popup-card{display:block;}.wme-global-style-1459-marker .wme-marker {background-color:#536942;border-color:#00000000;width:50px;height:50px;border-width:0px;}.wme-global-style-1459-marker .wme-popup{ bottom: calc(70.710678118655px + 0px + 7.7px); }#wme-marker-lino5o36pd0l92j5u7 .wme-popup-card{display:block;}#wme-marker-lino5o36pd0l92j5u7 .wme-popup{ bottom: calc(70.710678118655px + 3px + 7.7px); }