div.custom-title {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}

div.custom-subtitle {
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.custom-list {
    list-style-type: none;
    padding: 0;
}

li.custom-list-item {
    margin: 5px 0;
}

a.custom-link {
    text-decoration: none;
    color: #007bff;
}

a.custom-link:hover {
    text-decoration: underline;
}

table.custom-table_urlaub {
    width: 80%;
    border-collapse: collapse;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    /*font-family: 'Roboto', sans-serif;
    border: 1px solid #ddd; /* 1px Rahmen für die gesamte Tabelle */
}

table.custom-table_urlaub th, table.custom-table_urlaub td {
    border: 1px solid #ddd; /* 1px Rahmen für Zellen */
    text-align: left;
    font-size: 1.2em;
}

table.custom-table_urlaub th {
    background-color: #f2f2f2;
}

table.custom-table_urlaub .status-column_urlaub {
    text-align: center;
    vertical-align: middle;
    font-size: 0.8em;
    padding-left: 10px; /* Innenabstand links */
    padding-right: 10px; /* Innenabstand rechts */
    width: 1%; /* Breite auf 1% setzen */
    white-space: nowrap; /* Text nicht umbrechen */
}

table.custom-table_urlaub .icon-column_urlaub {
    text-align: center;
    width: 1%; /* Spaltenbreite auf 1% setzen */
    height: 100%;
    white-space: nowrap;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.custom-icon-cell {
    height: 100% !important;
    display: table-cell; 
    vertical-align: middle; 
}



.custom-icon {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px !important;
    margin: 0 !important;
    border: none !important;
    outline: none !important;
    transition: color 0.3s ease, box-shadow 0.3s ease; 
    position: relative;
}

.custom-icon:hover {
    color: #000 !important; 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important; /* Korrigierter Schatten beim Hover */
}

/* Tooltip-Container */
.custom-icon[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    font-size: 0.6em; /* Schriftgröße verkleinert */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

 Tooltip-Pfeil
.custom-icon[data-tooltip]:hover::before {
    content: '';
    position: absolute;
    bottom: 120%; 
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
} 

/* Tooltip sichtbar machen */
.custom-icon[data-tooltip]:hover::after,
.custom-icon[data-tooltip]:hover::before {
    opacity: 1;
}

/* Schriftgröße der ersten Spalte anpassen */
table.custom-table_urlaub td:nth-child(1) {
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px; /* Innenabstand rechts */
    width: 1%; /* Breite auf 1% setzen */
    white-space: nowrap; /* Text nicht umbrechen */
}

/* Schriftgröße der dritten Spalte anpassen */
table.custom-table_urlaub th:nth-child(4), table.custom-table_urlaub td:nth-child(4) {
    font-size: 0.6em; /* Schriftgröße auf 0.8em setzen */
    padding-left: 10px; /* Innenabstand links */
    padding-right: 10px; /* Innenabstand rechts */
    width: 1%; /* Breite auf 1% setzen */
    white-space: nowrap; /* Text nicht umbrechen */
}

/* Innenabstand der zweiten Spalte anpassen */
table.custom-table_urlaub th:nth-child(3), table.custom-table_urlaub td:nth-child(3) {
    padding-left: 10px; /* Innenabstand links */
    padding-right: 10px; /* Innenabstand rechts */
}

/* Icons im head und für protokoll */
.new-icon {
    font-size: 0.8em; 
    display: block; 
    text-align: center; 
    vertical-align: middle; 
    padding: 5px !important; 
    margin: 0 !important; 
    border: none !important; 
    outline: none !important; 
    transition: color 0.3s ease, box-shadow 0.3s ease; 
    position: relative;
}

/* Hover-Verhalten für new-icon */
.new-icon:hover {
    color: #000 !important; 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important; /* Korrigierter Schatten beim Hover */
}

/* Icons im head und für protokoll */
.new-icon {
    font-size: 0.8em; 
    display: block; 
    text-align: center; 
    vertical-align: middle; 
    padding: 5px !important; 
    margin: 0 !important; 
    border: none !important; 
    outline: none !important; 
    transition: color 0.3s ease, box-shadow 0.3s ease; 
    position: relative;
}

/* Hover-Verhalten für new-icon */
.new-icon:hover {
    color: #000 !important; 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2) !important; /* Korrigierter Schatten beim Hover */
}

/* Tooltip-Container für new-icon */
.new-icon[data-tooltip]:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Offset in Y-Richtung korrigiert */
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 10;
    font-size: 0.6em; /* Schriftgröße verkleinert */
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

/* Tooltip sichtbar machen für new-icon */
.new-icon[data-tooltip]:hover::after,
.new-icon[data-tooltip]:hover::before {
    opacity: 1;
}

/* Schriftgröße der ersten Spalte anpassen */
table.custom-table_urlaub td:nth-child(1) {
    font-size: 0.8em;
    padding-left: 10px;
    padding-right: 10px; /* Innenabstand rechts */
    width: 1%; /* Breite auf 1% setzen */
    white-space: nowrap; /* Text nicht umbrechen */
}

/* Schriftgröße der dritten Spalte anpassen */
table.custom-table_urlaub th:nth-child(4), table.custom-table_urlaub td:nth-child(4) {
    font-size: 0.6em; /* Schriftgröße auf 0.8em setzen */
    padding-left: 10px; /* Innenabstand links */
    padding-right: 10px; /* Innenabstand rechts */
    width: 1%; /* Breite auf 1% setzen */
    white-space: nowrap; /* Text nicht umbrechen */
}

/* Innenabstand der zweiten Spalte anpassen */
table.custom-table_urlaub th:nth-child(3), table.custom-table_urlaub td:nth-child(3) {
    padding-left: 10px; /* Innenabstand links */
    padding-right: 10px; /* Innenabstand rechts */
}
