.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: none;
    z-index: 1000;
    white-space: nowrap; /* Verhindert Zeilenumbrüche */
}

.headline2 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.hover-area {
    position: relative; /* WICHTIG: Stellt sicher, dass der Tooltip relativ positioniert ist */
}


th{
color:#FFEF00;
}