.mapsvg {  height: 100px;
position : relative;
overflow: hidden;
}
.mapsvg-wrap *, .mapsvg * {
outline: none !important;
touch-action: manipulation;
-webkit-backface-visibility:  hidden;
-webkit-tap-highlight-color:  transparent;
}
.mapsvg-popover,
.mapsvg-details-container {
outline: none !important;
touch-action: manipulation;
-webkit-backface-visibility:  hidden;
-webkit-tap-highlight-color:  transparent;
}
.mapsvg.mapsvg-responsive {
width: 100%;
height: auto;
}
.mapsvg.mapsvg-cursor-pointer .mapsvg-region {
cursor: pointer;
}
.mapsvg.mapsvg-disabled-regions .mapsvg-region {
-webkit-touch-callout: none;
-webkit-user-select: none;
pointer-events: none;
cursor: default;
}
.mapsvg-disabled {
-webkit-touch-callout: none;
-webkit-user-select: none;
pointer-events: none;
cursor: default;
}
.mapsvg text, .mapsvg tspan {
pointer-events: none;
}
.mapsvg svg {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; max-width: none !important;
max-height: none !important;
width: 100%;
height: auto; position: relative;
-webkit-transition: transform .40s;
-moz-transition: transform .40s;
-ms-transition: transform .40s;
-o-transition: transform .40s;
transition: transform .40s;
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
} .mapsvg.no-transitions *
{
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
transform-origin: 0% 0%;
-webkit-transform-origin: 0% 0%;
}
.mapsvg-popover {
-webkit-transition: transform .40s;
-moz-transition: transform .40s;
-ms-transition: transform .40s;
-o-transition: transform .40s;
transition: transform .40s;
}
.mapsvg-marker {
-webkit-transition: transform .40s;
-moz-transition: transform .40s;
-ms-transition: transform .40s;
-o-transition: transform .40s;
transition: transform .40s;
}
.mapsvg-scrollpane {
-webkit-transition: transform .40s;
-moz-transition: transform .40s;
-ms-transition: transform .40s;
-o-transition: transform .40s;
transition: transform .40s;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.mapsvg-with-google-map.mapsvg-google-map-loading svg,
.mapsvg-with-google-map.mapsvg-google-map-loading .mapsvg-scrollpane
{
opacity: 0;
}
.mapsvg-google-map-loading.mapsvg-fade-in svg,
.mapsvg-google-map-loading.mapsvg-fade-in .mapsvg-scrollpane
{
opacity: 1;
-webkit-transition: opacity .30s ease-out !important;
-moz-transition: opacity .30s ease-out !important;
-ms-transition: opacity .30s ease-out !important;
-o-transition: opacity .30s ease-out !important;
transition: opacity .30s ease-out !important;
}
.mapsvg-with-google-map .mapsvg-scrollpane,
.mapsvg-with-google-map svg,
.mapsvg-with-google-map .mapsvg-popover,
.mapsvg-with-google-map .mapsvg-marker
{
-webkit-transition: transform .10s ease-out;
-moz-transition: transform .10s ease-out;
-ms-transition: transform .10s ease-out;
-o-transition: transform .10s ease-out;
transition: transform .10s ease-out;
}
.mapsvg-with-google-map.scrolling * {
-webkit-transition-property: none!important;
transition-property: none!important; -webkit-animation: none!important;
animation: none!important;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.mapsvg.scrolling .mapsvg-scrollpane {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.mapsvg.mapsvg-scrollable {
cursor: move; cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
} .mapsvg.scrolling {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
} .mapsvg-loading {
position: absolute;
top:  50%;
left: 50%;
font-size: 12px !important;
z-index: 1;
padding: 7px 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border: 1px solid #ccc;
background: #f5f5f2;
color: #999;
} .mapsvg-buttons {
position: absolute;
margin: 10px;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 0 5px #999;
}
.mapsvg-buttons.right {
right: 0;
}
.mapsvg-buttons.left {
left: 0;
}
.mapsvg-btn-zoom,
.mapsvg-btn
{
width: 24px;
height: 24px;
border-radius: 2px;
display: block;
cursor: pointer;
position: relative;
background-color: #fff;
padding: 0;
}
.mapsvg-btn-zoom:hover,
.mapsvg-btn:hover
{
background-color: #f2f2f2;
}
.mapsvg-btn-zoom.in {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
border-bottom: 1px solid #ddd;
}
.mapsvg-btn-zoom.out {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.mapsvg-btn-back:before {
content: '&lsaquo;';
display: block;
position: absolute;
color: #999;
height: 24px;
width: 24px;
line-height: 24px;
font-size: 14px;
pointer-events: none;
}
.mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
content: '';
display: block;
position: absolute;
top: 11px;
left: 6px;
background-color: #999;
height: 1px;
width: 12px;
pointer-events: none;
}
.mapsvg-btn-zoom.in:after {
content: '';
display: block;
position: absolute;
top: 6px;
left: 11px;
background-color:  #999;
height: 12px;
width: 1px;
pointer-events: none;
} .mapsvg-tooltip {
font-weight: normal;
font-size: 12px;
font-family: Helvetica, Arial;
color: #000000;
position: absolute;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
z-index: 999999;
background-color: white;
border: 1px solid #eee;
padding: 4px 7px;
max-width: 600px;
opacity: 0;
-webkit-transition: opacity .16s ease-out;
-moz-transition: opacity .16s ease-out;
-ms-transition: opacity .16s ease-out;
-o-transition: opacity .16s ease-out;
transition: opacity .16s ease-out;
pointer-events: none;
text-align: left;
}
.mapsvg-tooltip.mapsvg-tooltip-visible {
opacity: 1;
}
.mapsvg-tooltip.mapsvg-tt-top { transform: translate(-50%, -100%) translateY(-10px); }
.mapsvg-tooltip.mapsvg-tt-left { transform: translate(-100%, -50%) translateX(-10px); }
.mapsvg-tooltip.mapsvg-tt-bottom { transform: translate(-50%, 25px); }
.mapsvg-tooltip.mapsvg-tt-right { transform: translate(15px, -50%); }
.mapsvg-tooltip.mapsvg-tt-top-left { transform: translate(-100%, -100%) translate(10px,-10px); }
.mapsvg-tooltip.mapsvg-tt-top-right { transform: translateY(-100%) translateY(-10px);  }
.mapsvg-tooltip.mapsvg-tt-bottom-left { transform: translate(-100%, 25px) translateX(10px); }
.mapsvg-tooltip.mapsvg-tt-bottom-right { transform: translateY(25px); } .mapsvg-popover-close {
position: absolute;
top: 3px;
right: 3px;
cursor: pointer;
z-index: 1200;
}
.mapsvg-details-close {
}
.mapsvg-popover .nano > .nano-content {
overflow-x    : auto !important;
}
.mapsvg-popover img {
max-width: 100%;
}
.mapsvg-popover-close {
position: absolute;
display: inline-block;
width: 50px;
height: 50px;
overflow: hidden;
transform-origin: 100% 0;
-webkit-transform-origin: 100% 0;
transform: scale(0.25);
-webkit-transform: scale(0.25);
}
.mapsvg-auto-height {
position: relative;
}
.mapsvg-popover-close:hover::before, .mapsvg-popover-close:hover::after {
background: #666;
}
.mapsvg-popover-close::before, .mapsvg-popover-close::after {
content: '';
position: absolute;
height: 2px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #000;
}
@-moz-document url-prefix() {
.mapsvg-popover-close::before, .mapsvg-popover-close::after {
height: 3px;
}
}
.mapsvg-popover-close::before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.mapsvg-popover-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.mapsvg-popover-close.big {
-webkit-transform: scale(3);
-moz-transform: scale(3);
-ms-transform: scale(3);
-o-transform: scale(3);
transform: scale(3);
}
.mapsvg-popover-close.hairline::before, .mapsvg-popover-close.hairline::after {
height: 2px;
}
.mapsvg-popover-close.thick::before, .mapsvg-popover-close.thick::after {
height: 4px;
margin-top: -2px;
}
.mapsvg-popover-close.black::before, .mapsvg-popover-close.black::after {
height: 8px;
margin-top: -4px;
}
.mapsvg-popover-close.heavy::before, .mapsvg-popover-close.heavy::after {
height: 12px;
margin-top: -6px;
}
.mapsvg-popover-close.pointy::Before, .mapsvg-popover-close.pointy::after {
width: 200%;
left: -50%;
}
.mapsvg-popover-close.rounded::before, .mapsvg-popover-close.rounded::after {
border-radius: 5px;
}
.mapsvg-popover-close.blades::before, .mapsvg-popover-close.blades::after {
border-radius: 5px 0;
}
.mapsvg-popover-close.warp::before, .mapsvg-popover-close.warp::after {
border-radius: 120% 0;
}
.mapsvg-popover-close.fat::before, .mapsvg-popover-close.fat::after {
border-radius: 100%;
}
.mapsvg-popover .mapsvg-popover-content {
overflow-y: auto;
}
.mapsvg-popover {
background-color: rgba(255,255,255, 1);
border: 1px solid rgba(255,255,255, 1);
border-radius: 5px;
box-shadow: 0 4px 15px 1px rgba(0, 0, 0, 0.5);
color: #000;
display: none;
font-size: 12px;
font-family: 'Helvetica',sans-serif; position: absolute;
width: 250px;
min-width: 100px;
max-width: 100%;
max-height: 300px;
min-height: 55px;
bottom: 100%;
margin-bottom: 6px;
transform: translate(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
z-index: 2;
}
.mapsvg-auto-height {
position: relative;
}
.mapsvg-popover .mapsvg-controller-view {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.mapsvg-popover .mapsvg-controller-view-toolbar + .mapsvg-controller-view-wrap .mapsvg-controller-view-content {
padding-top: 0;
}
.mapsvg-popover .mapsvg-controller-view-toolbar {
height: 20px;
}
.mapsvg-popover .mapsvg-popover-content {
overflow-y: auto;
}
.mapsvg-popover:before {
border-top: 7px solid rgba(255,255,255, 1);
border-top-color: inherit;
border-right: 7px solid transparent;
border-left: 7px solid transparent;
bottom: -7px;
content: '';
display: block;
left: 50%;
margin-left: -7px;
position: absolute;
}
.mapsvg-popover.mapsvg-popover-visible {
display: block;
}
.mapsvg-popover.mapsvg-popover-animate {
-webkit-animation: fade-in .2s linear 1 ; -moz-animation: fade-in .2s linear 1; -ms-animation: fade-in .2s linear 1; } .mapsvg-gauge {
background-color: #ffffff;
border-radius: 3px;
position: absolute;
bottom: 10px;
right: 10px;
max-width: 50%;
min-width: 10%;
font-size: 11px !important;
line-height: 15px !important;
color: #666666;
padding: 0px 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: normal;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.mapsvg-gauge table {
width: auto;
margin: 0;
border: 0;
padding: 0;
}
.mapsvg-gauge .mapsvg-gauge-gradient {
min-width: 100px;
}
.mapsvg-gauge table tr {
border :0 !important;
}
.mapsvg-gauge table td {
padding: 2px 7px;
border: 0 !important;
} .mapsvg-wrap {
position: relative;
box-sizing: border-box;
}
.mapsvg-wrap .mapsvg-directory {
display: flex;
flex-flow: column;
max-height: 100%;
position: absolute;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
background-color: #f5f5f5;
}
.mapsvg-wrap .mapsvg-directory.mapsvg-directory-right {
left: auto;
right: 0;
}
.mapsvg-controller-view {
position: relative;
height: 100%;
pointer-events: auto; }
.mapsvg-controller-view-wrap.nano {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.mapsvg-controller-view-content {
padding: 15px;
box-sizing: border-box;
}
.mapsvg-mobile-buttons {
height: 50px;
background-color: #eee;
position: relative;
display: none;
}
.mapsvg-button-menu {
display: none;
position: absolute;
right: 0;
top: 0;
left: 50%;
bottom: 0;
line-height: 50px;
cursor: pointer;
color: #222;
text-align: center;
border: 1px solid #ddd;
}
.mapsvg-button-map {
display: none;
position: absolute;
left: 0;
top: 0;
right: 50%;
bottom: 0;
line-height: 50px;
cursor: pointer;
color: #444;
text-align: center;
box-sizing: border-box;
border: 1px solid #ddd;
border-right: 0;
}
.mapsvg-button-menu:hover, .mapsvg-button-map:hover {
background-color: #e2e2e2;
}
.mapsvg-button-menu.active, .mapsvg-button-map.active {
background-color: #ccc;
border-color: #ccc;
color: #fff;
}
.mapsvg-directory-search-wrap-margin {
position: relative;
height: 34px;
}
.mapsvg-directory-search {
height: 34px;
border: 1px solid #eee;
border-radius: 20px;
padding: 3px 15px 3px 15px;
font-weight: normal;
width: 100%;
}
.mapsvg-directory-search {
position: absolute;
top: 0;
right: 0;
left:0 ;
bottom: 0;
display:block;
box-sizing:border-box;
}
.mapsvg-filter-btn-ok {
display: none;
}
.mapsvg-directory-list-wrap:after,
.mapsvg-details-container:after
{
content: " ";
height: 100%;
position: absolute;
right: -15px;
width: 15px;
top: 0;
}
.mapsvg-directory-search:active,
.mapsvg-directory-search:focus {
border: 1px solid #eee !important;
}
.mapsvg-directory-search:focus,
.mapsvg-directory-search:active
{
outline: 0 !important;
-webkit-appearance:none !important;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.mapsvg-directory-list-wrap {
border-right: 1px solid #e5e5e5;
max-height: 100%;
flex: 1 0;
z-index: 1;
background: #fafafa;
position: relative;
height: 48px;
}
.mapsvg-directory-list {
overflow-y: scroll;
position: absolute !important;
bottom: 0;
left: 0;
right: 0;
top: 0;
}
.mapsvg-directory-item {
display: block;
cursor: pointer;
padding: 10px;
}
.mapsvg-directory-item:hover {
background: rgba(0,0,0,.05);
}
.mapsvg-directory-item.hover {
background: rgba(0,0,0,.05);
}
.mapsvg-directory-item.selected {
background: rgba(0,0,0,.1) !important;
}
.mapsvg-directory-item:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.mapsvg-wrap .mapsvg {
flex: 1 0;
min-width: 0; }
.mapsvg-directory {
min-width: 0; position: relative;
z-index: 2;
-webkit-font-smoothing: antialiased;
}
.mapsvg-directory.closed {
}
.mapsvg-directory.closed .mapsvg-directory-list-wrap {
}
.mapsvg-directory.mapsvg-directory-overlapping .mapsvg-details-container {
box-shadow: none;
}
.mapsvg-directory ul {
margin: 0;
}
.mapsvg-directory li {
list-style: none;
}
.mapsvg-directory-filter-wrap {
padding-top: 7px;
}
.mapsvg-directory-filter-wrap:first-child {
padding-top: 0;
}
.mapsvg-directory-filter-wrap:empty {
display: none;
}
.mapsvg-filter-tag {
background: #ddd;
color: #666;
display: inline-block;
padding: 0 8px;
line-height: 27px;
border-radius: 5px;
font-size: 13px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mapsvg-filter-delete {
display: inline-block;
color: #444;
font-size: 16px;
padding-left: 3px;
}
.mapsvg-filter-delete:hover {
color: #999;
cursor: pointer;
}
.mapsvg-directory-search-wrap {
box-sizing: border-box;
position: relative;
} .mapsvg-details-container {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
overflow: hidden;
max-height: 100%;
}
.mapsvg-details-container > div {
background-color: #fafafa;
}
.mapsvg-details-container .mapsvg-controller-view-content {
padding-top: 0;
}
.mapsvg-details-container.near {
z-index: 3;
pointer-events: none;
}
.mapsvg-details-container.top {
z-index: 3;
pointer-events: none;
}
.mapsvg-details-container {
}
.mapsvg-details-container:empty {
display: none;
}
.over .mapsvg-details-container {
opacity: 0;
}    .mapsvg-details-container.mapsvg-over {
left: 0;
width: 100%;
z-index: 2;
}
.mapsvg-details-container.mapsvg-over:after {
box-shadow: none !important;
}
.mapsvg-details-container.mapsvg-near {
width: 100%;
z-index: -1;
}          .mapsvg-controller-view-toolbar {
padding: 7px;
box-sizing: border-box;
}
.mapsvg-controller-view-toolbar:empty {
display: none;
}
.mapsvg-controller-view-toolbar:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar {
height: 28px;
padding: 0;
}
.mapsvg-details-close {
transform: scale(0.4);        }   .mapsvg-details-back {
left: 0;
right: auto;
cursor: pointer;
background: url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/img/left.png);
background-size: cover;
width: 25px;
height: 25px;
} .mapsvg-marker {
cursor: pointer;
position: absolute;
left: 0;
top: 0;
z-index: 1;
max-width: none !important;
}
.mapsvg-marker-hidden {
opacity: 0.4;
pointer-events: none;
}
.mapsvg-marker-visible {
display: block !important;
} .mapsvg-layers-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
}
.mapsvg-layer {}
.mapsvg-layer-gm {
pointer-events: none;
} .mapsvg-pagination .pager {
padding-left: 0;
margin: 20px 0;
text-align: center;
list-style: none;
}
.mapsvg-pagination .pager li {
display: inline-block;
margin: 0 2px;
}
.mapsvg-pagination .pager li > a,
.mapsvg-pagination .pager li > span {
display: inline-block;
padding: 5px 14px;
line-height: 1.5;
font-family: Helvetica;
box-shadow: none;
text-decoration: none;
font-size: 13px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.mapsvg-pagination .pager li > a:hover,
.mapsvg-pagination .pager li > a:focus {
text-decoration: none;
background-color: #eee;
}
.mapsvg-pagination .pager .next > a,
.mapsvg-pagination .pager .next > span {
float: right;
}
.mapsvg-pagination .pager .previous > a,
.mapsvg-pagination .pager .previous > span {
float: left;
}
.mapsvg-pagination .pager .disabled > a,
.mapsvg-pagination .pager .disabled > a:hover,
.mapsvg-pagination .pager .disabled > a:focus,
.mapsvg-pagination .pager .disabled > span {
color: #ccc;
cursor: not-allowed;
background-color: #fff;
}
.mapsvg-pagination li.disabled {
pointer-events: none;
} .mapsvg > .mapsvg-pagination {
position: absolute;
bottom: 10px;
left: 7px;
}
.mapsvg > .mapsvg-pagination ul {
margin: 0;
}
.mapsvg-filter-label:empty {
display: none;
}
#mapsvg-admin .mapsvg-filter-label:empty {
display: block !important;
} .mapsvg-layers-control {
max-width: 200px;
position: absolute;
font-size: 12px;
text-align: left;
padding: 10px;
height: 100%;
}
.mapsvg-layers-control.closed {
pointer-events: none;
}
.mapsvg-layers-control.closed .mapsvg-layers-label {
pointer-events: all;
}
.mapsvg-layers-control.mapsvg-top-left {
top: 0px;
left: 0px;
}
.mapsvg-layers-control.mapsvg-top-left {
top: 0px;
left: 0px;
}
.mapsvg-layers-control.mapsvg-top-right {
top: 0px;
right: 0px;
}
.mapsvg-layers-control.mapsvg-bottom-right {
bottom: 0px;
right: 0px;
}
.mapsvg-layers-control.mapsvg-bottom-left {
bottom: 0px;
left: 0px;
}
.mapsvg-layers-control .mapsvg-layers-label {
height: 23px;
line-height: 23px;
background: rgba(255,255,255,0.7);
padding: 0 7px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mapsvg-layers-label:after
{
content: '';
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
border-top: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.mapsvg-layers-control.closed .mapsvg-layers-list-wrap {
display: none;
}
.mapsvg-layers-control.closed .mapsvg-layers-label:after
{
content: '';
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 0;
}
.mapsvg-layers-list-wrap {
position: absolute;
top: 33px;
bottom: 10px;
left: 10px;
right: 10px;
}
.mapsvg-layers-list-wrap .nano {
height: 100% !important;
}
.mapsvg-layers-item {
padding: 3px 7px;
text-align: left;
background: rgba(255,255,255,0.7);
cursor: pointer;
}
.mapsvg-layers-item label {
cursor: pointer;
} .mapsvg-floors-control {
max-width: 200px;
position: absolute;
font-size: 12px;
text-align: left;
padding: 10px;
height: 100%;
pointer-events: none;
}
.mapsvg-floors-control.mapsvg-top-left {
top: 0px;
left: 0px;
}
.mapsvg-floors-control.mapsvg-top-right {
top: 0px;
right: 0px;
}
.mapsvg-floors-control.mapsvg-bottom-right {
bottom: 0px;
right: 0px;
}
.mapsvg-floors-control.mapsvg-bottom-left {
bottom: 0px;
left: 0px;
}
.mapsvg-floors-control .mapsvg-floors-label {
height: 23px;
line-height: 23px;
background: rgba(255,255,255,0.7);
padding: 0 7px;
cursor: pointer;
}
.mapsvg-floors-label {
pointer-events: all;
}
.mapsvg-floors-label:after
{
content: '';
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-bottom: 4px dashed;
border-bottom: 4px solid\9;
border-top: 0;
border-right: 4px solid transparent;
border-left: 4px solid transparent
}
.mapsvg-floors-control.closed .mapsvg-floors-list-wrap {
display: none;
}
.mapsvg-floors-control.closed .mapsvg-floors-label:after
{
content: '';
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px dashed;
border-top: 4px solid\9;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
border-bottom: 0;
}
.mapsvg-floors-list-wrap {
position: absolute;
top: 33px;
bottom: 10px;
left: 10px;
right: 10px;
}
.mapsvg-floors-list-wrap .nano {
height: 100% !important;
}
.mapsvg-floors-item {
padding: 3px 7px;
text-align: left;
background: rgba(255,255,255,0.7);
cursor: pointer;
pointer-events: all;
}
.mapsvg-floors-item label {
cursor: pointer;
} input[type="checkbox"].ios8-switch {
position: absolute;
margin: 8px 0 0 16px;
display: none;
}
input[type="checkbox"].ios8-switch + label {
position: relative;
padding: 5px 0 0 50px;
line-height: 2.0em;
font-weight: normal;
}
input[type="checkbox"].ios8-switch + label:before {
content: "";
position: absolute;
display: block;
left: 0;
top: 0;
width: 40px; height: 24px; border-radius: 16px; background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
content: "";
position: absolute;
display: block;
left: 0px;
top: 0px;
width: 24px; height: 24px; border-radius: 16px; background: #fff;
border: 1px solid #d9d9d9;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
background: #55D069;
} input[type="checkbox"].ios8-switch-sm {
margin: 5px 0 0 10px;
}
input[type="checkbox"].ios8-switch-sm + label {
position: relative;
padding: 0 0 0 32px;
line-height: 1.3em;
}
input[type="checkbox"].ios8-switch-sm + label:before {
width: 25px; height: 15px; border-radius: 10px; }
input[type="checkbox"].ios8-switch-sm + label:after {
width: 15px; height: 15px; border-radius: 10px; }
input[type="checkbox"].ios8-switch-sm + label:hover:after {
box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-sm:checked + label:after {
margin-left: 10px; } input[type="checkbox"].ios8-switch-lg {
margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
position: relative;
padding: 7px 0 0 60px;
line-height: 2.3em;
}
input[type="checkbox"].ios8-switch-lg + label:before {
width: 50px; height: 30px; border-radius: 20px; }
input[type="checkbox"].ios8-switch-lg + label:after {
width: 30px; height: 30px; border-radius: 20px; }
input[type="checkbox"].ios8-switch-lg + label:hover:after {
box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
margin-left: 20px; }
.mapsvg-no-results {
padding: 10px;
color: #666;
}
.mapsvg-layers-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} @media (max-width: 812px){ body .mapsvg-details-container {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
margin: 0 !important;
height: auto !important;
}
.mapsvg-layers-control {
left: auto !important;
}
body.mapsvg-fullscreen-popovers .mapsvg-popover {
font-size: 1.2em;
-webkit-transform: none !important;
-moz-transform: none !important;
-ms-transform: none !important;
-o-transform: none !important;
transform: none !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
border: 1px solid #e5e5e5;
border-radius: 0;
box-shadow: none;
position: fixed;
height: 100%;
min-height: 100%;
max-width: 100% !important;
max-height: 100% !important;
width: 100% !important;
z-index: 999999999;
}
body.mapsvg-fullscreen-popovers .mapsvg-popover.mapsvg-popover-animate {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
transition: none !important;
}
body.mapsvg-fullscreen-popovers .mapsvg-popover:before {
display: none !important;
} .mapsvg-btn-zoom,
.mapsvg-btn
{
width: 32px;
height: 32px;
border: 1px solid white;
border-radius: 0;
}
.mapsvg-btn-zoom.in:before, .mapsvg-btn-zoom.out:before {
top: 15px;
left: 6px;
height: 1px;
width: 20px;
}
.mapsvg-btn-zoom.in:after {
top: 6px;
left: 15px;
height: 21px;
width: 1px;
}   .mapsvg-popover .mapsvg-controller-view-toolbar {
height: 38px;
padding:0;
}
.mapsvg-details-container .mapsvg-controller-view-toolbar {
height: 38px;
padding:0;
}
.mapsvg-popover-close
{
top: 3px !important;
right: 3px !important;
z-index: 999;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.mapsvg-mobile-buttons {
display: block;
}
.mapsvg-button-map, .mapsvg-button-menu  {
display: block;
}
.mapsvg-wrap {
padding-left: 0 !important;
padding-right: 0 !important;
}
.mapsvg-wrap .mapsvg-directory {
width: 100% !important;
} .mapsvg-details-conainer     {
left: 0 !important;
width: 100% !important;
}
.mapsvg-details-container.near {
z-index: 3 !important;
left: 0 !important;
}
.mapsvg-controller-view {
width: 100% !important;
}
.mapsvg-directory.closed { display: none;
}
.mapsvg-directory {
overflow: visible !important;
} } @font-face {
font-family: 'mapsvg-icons';
src: url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.eot?98971180);
src: url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.eot?98971180#iefix) format('embedded-opentype'),
url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.woff2?98971180) format('woff2'),
url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.woff?98971180) format('woff'),
url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.ttf?98971180) format('truetype'),
url(//meine-wochenmaerkte.de/wp-content/themes/betheme-child/modules/wochenmarkt-map/mapsvg/font/mapsvg-icons.svg?98971180#mapsvg-icons) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="mapsvg-icon-"]:before, [class*=" mapsvg-icon-"]:before {
font-family: "mapsvg-icons";
font-style: normal;
font-weight: normal;
speak: none;
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;  font-variant: normal;
text-transform: none; line-height: 1em;  margin-left: .2em;   -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;  }
.mapsvg-icon-menu:before { content: '\f0c9'; } .mapsvg-icon-map:before { content: '\f278'; }  @-webkit-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-moz-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-ms-keyframes fade-in {
from {
opacity: 0;
}
to {
opacity: 1;
}
}.wb_mm_accordion:after {
content: "";
clear: both;
display: block;
}
.wb_mm_accordion_container ul {
margin: 0 0 5px 0;
padding: 0;
}
#before_show_content_block > li {
margin-bottom: 20px;
}
.wb_mm_accordion_container,
.wb_mm_accordion_container p {
color: black !important;
}
.two_column_container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
align-content: stretch;
}
.column_first_box {
display: block;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
order: 0;
width: 50%;
margin-right: 30px;
}
.column_second_box {
display: block;
flex-grow: 0;
flex-shrink: 1;
flex-basis: auto;
align-self: auto;
order: 0;
width: 50%;
margin-left: 30px;
} .wb_mm_accordion_container h4 {
color: white !important;
text-transform: uppercase;
font-size: 38px !important;
}
.wb_mm_accordion_container p {
line-height: 20px;
margin-bottom: 20px;
}
#before_show_content_block ul,
#before_show_content_block_1 ul {
text-align: left !important;
}
#before_show_content_block a,
#before_show_content_block_1 a {
color: #ef7c00 !important;
text-align: left !important;
}
.wb_mm_accordion_container .button_align.align_center {
margin: 30px 0 !important;
}
a.all_market_reset_button {
display: none;
}
a.all_market_button,
a.all_market_reset_button {
background-color: transparent !important;
border: #28444c 1px solid !important;
font-weight: 600 !important;
}
a.all_market_reset_button i {
color: #203c43 !important;
}
a.all_market_button:hover,
a.all_market_reset_button:hover {
background-color: #203c43 !important;
color: #fff !important;
}
.custom-select {
position: relative;
display: block; margin: 0 auto;
border: 1px solid #203c43;
background-color: #fff;
z-index: 10;
}
.custom-select select {
border: none;
outline: none;
background: transparent;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
margin: 0;
display: block;
width: 100%;
padding: 12px 50px 15px 15px;
font-size: 20px;
color: #fff !important;
} .custom-select:after {
font-family: "mfn-icons";
position: absolute;
font-weight: 300;
right: 0;
top: 0;
width: 50px;
height: 100%;
line-height: 50px;
content: "\e867";
text-align: center;
color: #fff;
font-size: inherit; z-index: -1;
}
.custom-select.inactive-class-select:after {
color: #203c43;
}
#space_blank_div {
height: 0px;
}
#mm_location_content_container { }
#mm_location_content_container li {
margin-bottom: 35px !important;
}
.active_mm_location_content_container {  background: white;
} .mobile_accordion_container {
background: #2c4349
url(//meine-wochenmaerkte.de/wp-content/uploads/2021/11/Marktfinder_BG_768px-1.png) right top
no-repeat;
background-size: contain;
min-height: 240px;
padding: 60px 15px 15px 15px;
}
.mobile_accordion_container > h3 {
font-size: 1.6em;
text-transform: uppercase; }
.mobile_accordion_container > h3,
.mobile_accordion_container > p,
.show_selected_content p,
.show_selected_content p strong,
.show_selected_content p {
color: white !important;
}
.show_selected_content p a {
color: #ef7c00 !important;
}
.show_selected_content p a {
}
.show_selected_content ul li,
.show_selected_content ul li a,
.show_selected_content a {
display: block;
padding-left: 20px;
}
.show_selected_content a:before {
content: "â€¢";
color: #ef7c00;
margin-left: -20px;
position: absolute;
}
.mobile_accordion_container > p {
line-height: 22px;
}
.mobile_accordion_container p span {
display: none;
}
.map_content_container > ul {
margin: 20px 0 20px 0 !important;
}
.wb_mm_desktop,
li.force-show {
display: block !important;
}
.wb_mm_mobile {
display: none !important;
}
.only-desktop-show {
display: block !important;
}
#mm_location_content_container_mobile {
display: none;
}
.checkbox_container {
display: flex;
}
.checkbox_container .checkbox_day {
flex-grow: 1;
border: 1px solid #ef7c00;
color: #ef7c00;
border-width: 1px 0px 1px 1px;
}
.checkbox_container .checkbox_day:last-child {
flex-grow: 1;
border: 1px solid #ef7c00;
color: #ef7c00;
}
.checkbox_container .checkbox_day a {
display: block;
line-height: 51px;
color: #ef7c00;
text-decoration: none !important;
}
.checkbox_container li.active_li a {
background: #ef7c00;
color: white !important;
}
ul.ks-cboxtags {
list-style: none; display: flex;
flex-direction: row;
}
ul.ks-cboxtags li {
flex-grow: 1;
margin-bottom: 0;
flex-basis: 0;
border: 1px solid #203c43; margin-right: 1px;
}
ul.ks-cboxtags li:last-child { margin-right: 0px;
}
ul.ks-cboxtags li:hover,
ul.ks-cboxtags li label:hover {   } ul.ks-cboxtags li label {
display: block;   color: #203c43; white-space: nowrap;
margin: 0px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent; font-weight: 600;
}
ul.ks-cboxtags li:last-child label {
border-width: 1px 1px 1px 1px;
}
ul.ks-cboxtags li label {
padding: 0px 0;
cursor: pointer;
width: 100%;
text-align: center;
}
ul.ks-custom-size li label {
width: 100%;
max-width: 60px;
}
ul.ks-cboxtags li input[type="checkbox"]:checked + label { background-color: #203c43;
color: #fff; }
ul.ks-cboxtags li input[type="checkbox"] {
position: absolute;
opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {  }
.ajax_map_location_content { padding: 20px 0;
text-align: left;
}
.ajax_map_location_content li a { display: block;
}
.ajax_map_location_content ul {
list-style: none !important;
list-style-type: none;
}
.ajax_map_location_content li {
margin: 0;
padding: 0;
list-style: none !important;
}
.ajax_map_location_content li a:after,
.button_align.align_center:after {
clear: both;
content: "";
display: block;
}
.inactive-class-select {
color: #ef7c00 !important;
background: transparent !important;
}
.inactive-class-select .custom-select:after {
color: #ef7c00 !important;
}
.wb_mm_get_cat_days dl {
list-style: none !important;
margin: 0 !important;
padding: 0 !important;
}
.wb_mm_get_cat_days dl dt {
display: inline !important; border: 1px #203c43 solid !important;
margin-right: 5px !important;
color: #203c43 !important;
margin: 0;
padding: 0;
text-align: center;
font-size: 20px;
text-transform: uppercase;
font-weight: 600;
width: 40px;
}
.wb_mm_get_cat_days dl dt:last-child {
margin-right: 0px !important;
}
.wb_mm_cat_class_li:after {
clear: both;
display: block;
content: "";
}
.marktfinder-mehrlink {
color: #8dc63f !important; }
li.market_name_li {
border-bottom: 1px solid #203c43 !important;
padding-bottom: 35px;
font-size: 26px;
}
#text-bremen tspan,
#text-bremerhaven tspan {
fill: #fff !important;
stroke: transparent !important;
}
.markt-title-in-list {
color: #203c43;
font-weight: 600;
font-size: 24px;
line-height: 28px;
display: block;
padding: 5px 0;
}
@media only screen and (max-width: 768px) {
li.market_name_li {
font-size: 18px;
line-height: 20px;
}
.markt-title-in-list {
font-size: 22px;
line-height: 26px;
}
li.market_name_li a {
font-size: 22px !important;
line-height: 26px !important;
}
.mapsvg-btn-zoom.reset-btn {
margin-left: -28% !important;
}
.wb_mm_get_cat_days dl dt {
font-size: 16px;
}
}
#mm_location_content_container
.ajax_map_location_content
li.market_name_li:last-child {
margin-bottom: 0 !important;
}
#mm_location_select {
color: #203c43 !important;
font-weight: 600;
}
#mm_location_select optgroup {
color: black !important;
}
#mm_location_select option {
color: #203c43 !important;
}
#mm_location_select:focus {
color: #203c43 !important;
background-color: rgba(255, 255, 255, 0) !important;
}
.wb_mm_get_cat_days dl dt.active_dt_class {
color: #fff !important; background: #203c43 !important;
}
.button.button_custom_map {
border: 1px solid #213e46;
}
.hide-tem-btn {
display: none !important;
}
@media only screen and (max-width: 1280px) and (min-width: 768px) {
.two_column_container {
display: block;
} .column_first_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.column_second_box {
width: 100%;
margin-left: 0px;
} }
@media only screen and (max-width: 768px) {
.only-desktop-show {
display: none !important;
}
.wb_mm_desktop {
display: none !important;
}
.wb_mm_mobile {
display: block !important;
}
.box-shadow {
box-shadow: none !important;
}
.two_column_container {
display: block;
}
.column_first_box {
width: 100%;
margin-right: 0px;
margin-bottom: 20px;
}
.column_second_box {
width: 100%;
margin-left: 0px;
}
ul.ks-cboxtags li label {
font-size: 16px !important;
}
.custom-select select {
font-size: 16px !important;
}
a.all_market_button,
a.all_market_reset_button {
font-size: 16px !important;
} }
@media only screen and (max-width: 580px) {
.two_column_container {
display: block;
} }
.wb_mm_accordion_container {
position: relative;
}
#myLoading {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgba(23, 53, 63, 0.8);
}
#myLoading > svg {
width: 100px;
position: absolute;
left: 50%;
top: 80vh;
margin-left: -50px;
} .mapsvg-buttons {
box-shadow: initial;
}
@media only screen and (max-width: 580px) {
ul.ks-cboxtags li label {
padding: 0px;
text-align: center;
font-size: 18px;
}
}
li.market_name_li a {
color: inherit;
text-decoration: underline;
background-image: linear-gradient(
180deg,
rgba(255, 255, 255, 0.95) 0,
rgba(255, 255, 255, 0.95)
);
background-repeat: repeat-x;
background-size: 1px 2px;
transition: background-size 0.2s;
line-height: 1.625rem;
background-position: 0 calc(100% - 0px);
display: block;
font-size: 24px;
}
li.market_name_li a:hover {
text-decoration: none;
background-size: 100% 37%;
}
#mm_location_select option:before {
position: absolute;
font-weight: 300;
left: 0;
top: 0;
width: 50px;
height: 100%;
line-height: 50px;
content: "Bremen";
text-align: center;
color: #fff;
font-size: inherit; z-index: -1;
} #svg-map-location-texts {  transition: all 2s linear;
}
#svg-map-location-texts text {
font-size: 30px;
font-family: "Barlow Local", Helvetica, Arial, sans-serif !important;
}
.mapsvg text.common-map-text { }
.mapsvg text.mapTextActive {
fill: white !important;
}
.mapsvg text:not(.mapTextActive) {
fill: #ffffff !important;
}
#svg-map-location-texts {   }
.svg-map-location-texts { display: block !important; }
#fliss-svg {
fill: #26b1e6 !important;
}
.resetTransform {
transform: translate(0px, 0px) !important;
}
#mapsvg .mapsvg-scrollpane > svg.reset-svg {
transform: scale(1) !important;
}
.map-selected-svg { }
.activeMapLocation {
fill: #203c43 !important;
}
:not(.activeMapLocation) {
fill: #92c01b !important;
}
:not(.activeMapLocation):hover {
fill: #203c43 !important;
} .hoverMapState {
fill: #203c43 !important;
}
.active_found_class {
background: #203c43; }
li.active_found_class:last-child {
border-right: 0px solid white !important;
} .inactive-default-map {
fill: #ffffff26 !important;
}
.inactive-default-map:hover {
fill: transparent !important;
}
.mapsvg-region:hover {
cursor: pointer;
}
.small-map-info,
.tablet-mobile-device-show-text,
.desktop-device-show-text {
text-align: left;
font-size: 18px;
margin-bottom: 10px;
}
ul.ks-cboxtags li.active_found_class label {
color: #ffffff;
} .mapsvg-layer-markers { transition: none !important;
}
.mapsvg-btn-zoom,
.mapsvg-btn {
width: 32px;
height: 32px;
border: 1px solid #203c43;
border-radius: 0;
background: white;
}
.mapsvg-btn-zoom.in:before,
.mapsvg-btn-zoom.out:before {
content: "";
display: block;
position: absolute;
top: 13px;
left: 6px;
background-color: #203c43;
height: 3px;
width: 19px;
pointer-events: none;
}
.mapsvg-btn-zoom.in:after {
top: 5px;
left: 14px;
height: 20px;
width: 3px;
}
.mapsvg-btn-zoom.in:after {
background-color: #203c43;
}
.mapsvg-btn-zoom.out:before {
top: 13px;
}
.reset-btn { }
.mapsvg-btn-zoom.reset-btn {
color: #203c43;
padding: 5px;
position: absolute;
top: 71px;
left: 28%;
margin-left: -28%;
margin-top: -25%;
overflow: hidden;
font-size: 16px; background-size: contain;
}
.market_location_text {
display: block;
font-weight: 600; color: #203c43;
font-size: 16px;
line-height: 22px;
}
.mapsvg-btn-zoom:hover,
.mapsvg-btn:hover {
background-color: rgba(190, 190, 190, 0.41);
}
.homepage-only-stacked-color li.market_name_li a {
color: #92c01b !important;
}
.homepage-only-stacked-color li.market_name_li a:hover {
color: #92c01b !important;
text-decoration: underline !important;
}  .markt-map-bremen ul.ks-cboxtags li {
border: 1px solid #e37400;
}
.markt-map-bremen .active_found_class {
background: #e37400;
}
.markt-map-bremen ul.ks-cboxtags li label {
color: #e37400;
}
.markt-map-bremen .custom-select {
border: 1px solid #e37400;
}
.markt-map-bremen .custom-select.inactive-class-select:after {
color: #e37400;
}
.markt-map-bremen #mm_location_select {
color: #e37400 !important;
}
.markt-map-bremen ul.ks-cboxtags li.active_found_class label {
color: #ffffff !important;
}
.markt-map-bremen ul.ks-cboxtags li input[type="checkbox"]:checked + label {
background-color: #e37400;
color: #fff;
}
.markt-map-bremen .wb_mm_get_cat_days dl dt.active_dt_class {
color: #fff !important;
background: #ef7c00 !important;
}
.markt-map-bremen .wb_mm_get_cat_days dl dt {
border: 1px #ef7c00 solid !important;
}
.markt-map-bremen dt:not(.active_dt_class) {
color: #ef7c00 !important;
}
.markt-map-bremen .marktfinder-mehrlink {
color: #ef7c00 !important;
}
.markt-map-bremen a.all_market_button,
.markt-map-bremen a.all_market_reset_button {
background-color: transparent !important;
border: #ef7c00 1px solid !important;
font-weight: 600 !important;
color: #203c43 !important;
}
.markt-map-bremen a.all_market_button:hover,
.markt-map-bremen a.all_market_reset_button:hover {
color: #ffffff !important;
background-color: #ef7c00 !important;
}
.markt-map-bremen li.market_name_li a {
color: #ef7c00 !important;
}
.markt-map-bremen li.market_name_li a:hover {
color: #ef7c00 !important;
}
.markt-map-bremen li.market_name_li a:hover {
text-decoration: underline;
}  .markt-map-bremerhaven ul.ks-cboxtags li {
border: 1px solid #6ac4cd;
}
.markt-map-bremerhaven .active_found_class {
background: #6ac4cd;
}
.markt-map-bremerhaven ul.ks-cboxtags li label {
color: #6ac4cd;
}
.markt-map-bremerhaven .custom-select {
border: 1px solid #6ac4cd;
}
.markt-map-bremerhaven .custom-select.inactive-class-select:after {
color: #6ac4cd;
}
.markt-map-bremerhaven #mm_location_select {
color: #203c43 !important;
}
.markt-map-bremerhaven ul.ks-cboxtags li.active_found_class label {
color: #ffffff !important;
}
.markt-map-bremerhaven
ul.ks-cboxtags
li
input[type="checkbox"]:checked
+ label {
background-color: #6ac4cd;
color: #fff;
}
.markt-map-bremerhaven .wb_mm_get_cat_days dl dt.active_dt_class {
color: #fff !important;
background: #6ac4cd !important;
}
.markt-map-bremerhaven .wb_mm_get_cat_days dl dt {
border: 1px #6ac4cd solid !important;
}
.markt-map-bremerhaven dt:not(.active_dt_class) {
color: #6ac4cd !important;
}
.markt-map-bremerhaven .marktfinder-mehrlink {
color: #6ac4cd !important;
}
.markt-map-bremerhaven a.all_market_button,
.markt-map-bremerhaven a.all_market_reset_button {
background-color: transparent !important;
border: #6ac4cd 1px solid !important;
font-weight: 600 !important;
color: #203c43 !important;
}
.markt-map-bremerhaven a.all_market_button:hover,
.markt-map-bremerhaven a.all_market_reset_button:hover {
color: #ffffff !important;
background-color: #6ac4cd !important;
}
.markt-map-bremerhaven li.market_name_li a {
color: #6ac4cd !important;
}
.markt-map-bremerhaven li.market_name_li a:hover {
color: #6ac4cd !important;
}
.markt-map-bremerhaven li.market_name_li a:hover {
text-decoration: underline;
} #svg-map-location-texts,
#region-ids,
#svg-map-location-texts text,
.region-ids-breh text {
font-family: "Barlow Local", Helvetica, Arial, sans-serif !important;
}
@media only screen and (min-width: 768px) {
#svg-map-location-texts,
#region-ids {
display: block;
}
#svg-map-location-texts text {
font-size: 32px !important; }
.region-ids-breh text {
font-size: 21px !important; }
.region-ids-bre text {
font-size: 9px !important; font-family: inherit !important;
}
.mapsvg.mapsvg-cursor-pointer {
padding-bottom: 59.9583% !important;
}
}
@media only screen and (max-width: 920px) {
ul.ks-cboxtags li label:hover { }
}
@media (max-width: 812px) {  .page-id-540 .mapsvg text.common-map-text { font-size: 10px;
} .mapsvg-btn-zoom,
.mapsvg-btn {
border: 1px solid #203c43;
border-radius: 0;
}
.mapsvg-btn-zoom.in:before,
.mapsvg-btn-zoom.out:before {
content: "";
display: block;
position: absolute;
top: 13px;
left: 6px;
background-color: #203c43;
height: 3px;
width: 19px;
pointer-events: none;
}
.mapsvg-btn-zoom.in:after {
top: 5px;
left: 14px;
height: 20px;
width: 3px;
}
.mapsvg-btn-zoom.in:after {
background-color: #203c43;
}
.mapsvg-btn-zoom.out:before {
top: 13px;
}
.reset-btn { }
.reset-btn:before {
color: #203c43;
padding: 5px;
position: absolute;
top: 27%;
left: 28%;
margin-left: -25%;
margin-top: -25%;
overflow: hidden;
font-size: 18px;
}
}
.tablet-mobile-device-show-text,
.desktop-device-show-text {
display: none;
text-align: left;
}
#mapsvg {
overflow: hidden;
}
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label,
body.pojo-a11y-focusable ul a:focus,
#mm_location_select:focus,
.ajax_map_location_content a:focus,
a.all_market_reset_button:focus,
#mm_location_select_market:focus,
body.keyboard-support [role="link"]:focus,
body.keyboard-support a:focus,
body.keyboard-support button:focus { outline: 2px solid #203c43 !important;
outline-offset: 3px !important;
outline-color: #203c43 !important;
} @media (max-width: 768px) { body.page-id-540 #select_wochenort_dropdown_market_mobil select {
background-color: #ef7c00 !important;
}
body.page-id-540 #select_wochenort_dropdown_market_mobil select:focus {
background-color: #ef7c00 !important;
}
body.page-id-540 #select_wochenort_dropdown_market_mobil:after {
z-index: 1;
} body.page-id-205 #select_wochenort_dropdown_market_mobil select {
background-color: #6ac4cd !important;
}
body.page-id-205 #select_wochenort_dropdown_market_mobil select:focus {
background-color: #6ac4cd !important;
}
body.page-id-205 #select_wochenort_dropdown_market_mobil:after {
z-index: 1;
}
}