.centerplan .Centerplan_content,
.centerplan #map {
    width: 100%;
    height: 100%;
    min-height: 500px;
}
.centerplan div.floorpicker {
    padding-right: 10px;
}

.centerplan ol.floorpicker-ol {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    background: 0 0;
    border: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
}

.centerplan ol.floorpicker-ol li {
    list-style: none;
    margin: 0;
}

.centerplan .floorpicker-button,
.centerplan .floorpicker-button-selected {
    background-color: #fff;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    font-size: 12px;
    line-height: 1em;
    padding: 0;
    height: 36px;
    width: 36px;
    z-index: 2;
    border: 0;
}
.centerplan .floorpicker-button:focus,
.centerplan .floorpicker-button-selected:focus {
    outline: none;
}

.centerplan .floorpicker-button-selected {
    background: #f1f1f1;
    color: #000;
    font-weight: 700;
}
.centerplan g.selectable,
.centerplan .floor > img {
    cursor: pointer;
}
.centerplan .centerplan_tooltip {
    display: none !important;
}


.centerplan .circle-bg {
    display: block;
    width: 20px;
    height: 20px;
    padding: 2px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
    text-align: center;
}
.centerplan .circle-bg:before {
    font-size: 16px;
}

@font-face {
    font-family:'map-icons';
    src: url(../fonts/map-icons/map-icons.eot);
    src: url(../fonts/map-icons/.eot#iefix) format("embedded-opentype"), url(../fonts/map-icons/map-icons.ttf) format("truetype"), url(../fonts/map-icons/map-icons.woff) format("woff"), url(../fonts/map-icons/map-icons.svg#map-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

.centerplan .map-icon-label {
    position: absolute;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: left;
    -ms-flex-align: left;
    align-items: left
}
.centerplan .map-icon-label.service {
    width: auto;
    cursor: url(https://maps.gstatic.com/mapfiles/openhand_8_8.cur), default;
    height: auto;
    margin: 0;
}

.map-icon-text-left,
.map-icon-text-right {
    font-size: 13px;
    color: #000;
    text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
    white-space: nowrap;
}

.map-icon {
    font-size: 16px;
    color: #FFF;
    line-height: 20px;
    font-family: map-icons;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
    width: 20px;
    min-width: 20px;
}

.map-icon-text-right {
    padding: 5px 5px 5px 10px;
}

.map-icon-text-left {
    padding-right: 10px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.map-icon-service-aufzug:before {
    content: "\e906"
}

.map-icon-service-aufzug-alternative:before {
    content: "\e907"
}

.map-icon-service-baby:before {
    content: "\e908"
}

.map-icon-service-behindert:before {
    content: "\e909"
}

.map-icon-service-buggy:before {
    content: "\e90a"
}

.map-icon-service-cm:before {
    content: "\e90b"
}

.map-icon-service-eingang {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.map-icon-service-eingang:before {
    
    content: "\e90c"
}

.map-icon-service-fotofix:before {
    content: "\e90d"
}

.map-icon-service-garderobe:before {
    content: "\e90e"
}

.map-icon-service-geldautomat:before {
    content: "\e90f"
}

.map-icon-service-information:before {
    content: "\e910"
}

.map-icon-service-laden:before {
    content: "\e911"
}

.map-icon-service-office:before {
    content: "\e912"
}

.map-icon-service-parkplatz:before {
    content: "\e913"
}

.map-icon-service-post:before {
    content: "\e914"
}

.map-icon-service-rolltreppe:before {
    content: "\e915"
}

.map-icon-service-sanitaeter:before {
    content: "\e916"
}

.map-icon-service-schliessfach:before {
    content: "\e917"
}

.map-icon-service-shopper:before {
    content: "\e918"
}

.map-icon-service-spiel:before {
    content: "\e919"
}

.map-icon-service-telefon:before {
    content: "\e91a"
}

.map-icon-service-treppe:before {
    content: "\e91b"
}

.map-icon-service-wc:before {
    content: "\e91c"
}

.map-icon-service-zigi:before {
    content: "\e91d"
}

.map-icon-dienstleistungen:before {
    content: "\e900"
}

.map-icon-gastronomie:before {
    content: "\e901"
}


















/*
Displaycategorien
*/
.map-icon:before {
    color: #FFFFFF;
}

.map-icon-gastro{
    color: #5C196F !important;
}
.map-icon-gastro:before {
    content: "\e901"
}
.map-icon-gastro.circle-bg {
    background: #5C196F!important
}

.map-icon-koerper{
    color: #84BD4A !important;
}
.map-icon-koerper:before {
    content: "\e902"
}
.map-icon-koerper.circle-bg {
    background: #84BD4A!important
}

.map-icon-dienstleistung{
    color: #417505 !important;
}
.map-icon-dienstleistung:before {
    content: "\e900"
}
.map-icon-dienstleistung.circle-bg {
    background: #417505 !important
}

.map-icon-mode{
    color: #E20018 !important;
}
.map-icon-mode:before {
    content: "\e905"
}
.map-icon-mode.circle-bg {
    background: #E20018 !important
}

.map-icon-lebensmittel{
    color: #EF7E00;
}
.map-icon-lebensmittel:before {
    content: "\e903"
}
.map-icon-lebensmittel.circle-bg {
    background: #EF7E00 !important
}

.map-icon-moebel{
    color: #810f01;
}
.map-icon-moebel:before {
    content: "\e91e"
}
.map-icon-moebel.circle-bg {
    background: #810f01 !important
}

.map-icon-medien{
    color: #00ABE9;
}
.map-icon-medien:before {
    content: "\e904"
}
.map-icon-medien.circle-bg {
    background: #00ABE9 !important
}

.map-icon-gemischtwaren{
	color: #ffe504;
}

.map-icon-gemischtwaren.circle-bg {
	background: #ffe504 !important
}

.map-icon-spielwaren-sport{
	color: #87d4d4;
}

.map-icon-spielwaren-sport.circle-bg {
	background: #87d4d4 !important
}

.map-icon-drogerie-gesundheit{
	color: #148fea;
}

.map-icon-drogerie-gesundheit.circle-bg {
	background: #148fea !important
}

.marker {
    transition: opacity 400ms linear;
}
.marker.hidden {
/*    display: none;*/
    opacity: 0;
}
