/* Interactive Map */
#interactive-map {
}
#interactive-map .map-item {
    display: block;
    clear:both;
}
#interactive-map .map-item img {
    -moz-user-select: none;
}
#interactive-map p {
    float: left;
}
/* Map Header */
#interactive-map .map-header {
    position: relative;
    float: right;
}
#interactive-map .map-header a {
    font-size: 1.2em;
    color: #005a83;
}
#interactive-map .legend {
    float: left;
    position: relative;
    margin-bottom: 0.5em;
}
#interactive-map .legend-flyout {
    background: white;
    position: absolute;
    right: -1.6em;
    width: 17em;
    padding: 1.5em;
    padding-top: 3.5em;
    display: none;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: -1.1em;
}
#interactive-map .legend strong {
    border-top: 1px dotted #666;
    border-bottom: 1px dotted #666;
    color: #666666;
    text-transform: uppercase;
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    float: left;
    font-size: 1.2em;
    font-weight: normal;
    cursor: pointer;
}
#interactive-map .legend strong span {
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-legend-plus.png?__blob=normal) no-repeat;
    display: inline-block;
    width: 1em;
    height: 1.1em;
    margin-top: 0.1em;
    float: right;
}
#interactive-map .legend-item.selected strong span {
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-legend-minus.png?__blob=normal) no-repeat;
}
#interactive-map .legend ul,
#interactive-map .legend li {
    margin: 0;
    padding: 0;
}
#interactive-map .legend ul {
    padding-top: 1em;
    float: left;
}
#interactive-map .legend li {
    list-style: none;
    margin-bottom: 1.5em;
}
#interactive-map .legend li img {
    margin-right: 1em;
    float: left;
    margin-top: -0.3em;
}
#interactive-map .legend-item:first-of-type img {
    margin-top: 0.15em;
}
#interactive-map .legend-item:first-of-type li:first-of-type img {
    margin-top: 0;
}
#interactive-map .legend-option {
    position: relative;
    z-index: 2;
}
#interactive-map .legend-option span {
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-map-legend.png?__blob=normal) no-repeat 0;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.6em;
}
#interactive-map .fullscreen-option span {
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-map-fullscreen.png?__blob=normal) no-repeat;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: 0.6em;
}
#interactive-map .legend-item {
    position: relative;
    display: block;
}
#interactive-map .legend-item:nth-child(2) ul {
    display: none;
}
#interactive-map .legend-item ul {
    display: none;
}
/* Map Content */
#interactive-map .map-content {
    overflow: hidden;
    width: 100%;
    height: auto;
    cursor: move;
    position: relative;
    clear:both;
    border: 1px solid #eee;
}
#interactive-map #map:hover{
    cursor: pointer;
}
#interactive-map area:hover{
    cursor: pointer;
}
area{
    display: block;
}
/* Map Tooltip */
#interactive-map .tooltip {
    position: absolute;
    width: 18em;
    top: 0;
    left: 0;
    display: none;
    background: white;
    padding: 1.5em;
    padding-bottom: 2.5em;
    padding-top: 2.5em;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
}
#interactive-map .tooltip a,
#interactive-map .tooltip p {
    clear: both;
    float: left;
}
#interactive-map .tooltip p {
    font-size: 1.2em;
    color: #444;
}
#interactive-map .tooltip strong {
    color: #444;
}
#interactive-map .tooltip a {
    padding-left: 1.4em;
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-tooltip-arrow.png?__blob=normal) no-repeat 0 1px;
}
#interactive-map .tooltip a.close {
    background: url(/SiteGlobals/StyleBundles/Bilder/NeuesLayout/interactive_map/icon-tooltip-close.png?__blob=normal) no-repeat 0 0;
    padding: 0;
    position: absolute;
    top: 1em;
    right: 1em;
    height: 1.2em;
    width: 0.9em;
}
#interactive-map .tooltip a.close span {
    position: absolute;
    left: -1000em;
}
@media only screen and (max-width: 600px) {
    #interactive-map .map-header {
        width: auto;
    }
    #interactive-map .legend-option {
        margin-right: 0;
    }
    #interactive-map .fullscreen-option {
        display: none;
    }
    #interactive-map .legend-flyout {
        right: -1.1em;
    }
    #interactive-map .tooltip {
        width: 10em;
        padding: 1em;
    }
    #interactive-map .tooltip p{
        font-size:1em;
    }
    #interactive-map .tooltip a{
        font-size:0.8em;
    }
}
