/* Tooltip-Link */
a.wiki-tooltip {
    text-decoration: underline dotted;
    cursor: help;
}

/* Tooltip-Box: helles Design */
#wiki-tooltip-box {
    position: absolute;
    max-width: 300px;
    padding: 8px;
    font-size: 14px;
    z-index: 9999;
    display: none;
    pointer-events: none;
    line-height: 1.4;
    border-radius: 6px;
    background: #ffffff !important;
    color: #222 !important;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Auch inneres HTML aus Wikipedia wird angepasst */
#wiki-tooltip-box * {
    color: #222 !important;
    background: transparent !important;
}