.tx-bitbw-maps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tx-bitbw-maps .map-info {
    height: 100%;
    display: flex;
    align-self: end;
    margin-right: 55px;
}
/* highlight on hover in Themenportal */
.bitbw-maps[data-environment*=isThemenPortalHome] path:hover {
    stroke-opacity: 0.1;
    fill-opacity: 0.2;
}
.tx-bitbw-maps .map-info-balken {
    width: 10px;
    background-size: 100%;
}
.tx-bitbw-maps .map-info-text {
    padding-left: 12px;
    margin-bottom: 0;
}
.tx-bitbw-maps .map-info-text p:last-of-type {
    margin-bottom: 0;
}
.tx-bitbw-maps .rp-menu {
    z-index: 400; /* above map */
    margin-left: 2em;
    line-height: 1.2;
}
.tx-bitbw-maps .rp-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tx-bitbw-maps .rp-menu li {
}
.tx-bitbw-maps .rp-menu a {
    padding: 1em !important;
    position: relative;
    display: block;
    padding-left: 65px !important;
}
.tx-bitbw-maps .rp-menu a::before {
     content: '';
     height: 24px;
     width: 24px;
     background: #999999;
     background: linear-gradient(0deg, #333333 0%, #999999 100%);
     border-radius: 50%;
     display: inline-block;
     box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.55);
     position: absolute;
     left: 1em;
     top: 35%;
}
/* for scss-dynamic part see EXT:sitepackage/Build/Scss/_ext-bitbw-maps.scss */

.tx-bitbw-maps .rp-menu a:hover {
    box-shadow: 8px 8px 49px 5px rgba(153, 153, 153, 0.5);
    border-radius: 10px;
}

.tx-bitbw-maps a {
    background-image: none !important;
}

.tx-bitbw-maps a.leaflet-control-layers-toggle {
    background-image: url(Leaflet/images/layers.png) !important;
    background-size: 36px !important;
    background-position: 50% 50% !important;
}

.tx-bitbw-maps .leaflet-popup-content-wrapper {
    border-radius: 4px;
}

.tx-bitbw-maps .leaflet-popup-content {
    margin: 12px;
}

.tx-bitbw-maps .leaflet-container {
    font: inherit;
    background: transparent;
}

.tx-bitbw-maps .leaflet-popup-content-wrapper, .tx-bitbw-maps .leaflet-popup-tip {
    color: #000;
    box-shadow: 4px 4px 13px -4px rgba(0, 0, 0, 0.55);
}

.tx-bitbw-maps .leaflet-container a.leaflet-popup-close-button {
    color: gray;
    width: 20px;
    line-height: 20px !important;
    font: unset;
    font-size: 32px;
}

.tx-bitbw-maps .leaflet-control-layers, .tx-bitbw-maps .leaflet-control-zoom {
    border-radius: 2px;
    border: 2px solid gray;
}

.tx-bitbw-maps .txBitbwMapsForm {
    display: none;
}

.tx-bitbw-maps .leaflet-control-attribution {
    text-align: right;
    padding: 0 3px;
}

.tx-bitbw-maps .bitbw-maps .imagesWrapper{ }
.tx-bitbw-maps .bitbw-maps .imagesWrapper .inner-image{ }
.tx-bitbw-maps .bitbw-maps .imagesWrapper .inner-copyright{
    display:block;
    margin-top:5px;
    position:relative;
    font-size:12px;
    line-height:1.2;
}

.tx-bitbw-maps svg {
    width: auto;
    height: auto;
}