#urlaubsHinweis .modal-content {
    background-color: #fff5e6; /* Creme-Hintergrund */
    border-radius: 15px;
    border: 2px solid #d32f2f; /* Rote Umrandung */
}
#urlaubsHinweis .modal-header {
    background-color: #d32f2f;
    color: #fff;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#urlaubsHinweis .modal-footer {
    border-top: none;
    justify-content: center;
    background-color: #fff5e6;
}
#urlaubsHinweis .btn-primary {
    background-color: #2e7d32; /* Tannengrün */
    border-color: #2e7d32;
    font-weight: bold;
}
#urlaubsHinweis .btn-primary:hover {
    background-color: #1b5e20;
    border-color: #1b5e20;
}
#urlaubsHinweis .modal-body p {
    font-size: 1rem;
    color: #3e2723; /* dunkelbraun für gute Lesbarkeit */
}