﻿
#Karte_Potential {
    position: relative;
    margin-left: 0px;
    overflow: hidden;
}

#Karte_Potential svg {
    overflow: hidden;
}

.Karte_Tooltip {
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid lightgray;
    color: black;
    background-color: rgba(255, 255, 255, .8);
    padding: 0px 5px 1px 5px;
}

#Karte_Tooltip_Sum {
    position: absolute;
}

#Karte_Tooltip_Path {
    position: fixed;
    visibility: hidden;
}

