.notdienst-content {
    background-color: #f9f9f9;
    border: 2px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    margin: 50px 0 100px 0;
}
.notdienst-content h2 {
    color: #c60000;
    font-size: 24px;
    margin-top: 0;
    border-bottom: 2px solid #c60000;
    padding-bottom: 10px;
}
.notdienst-list {
    list-style-type: none;
    padding-left: 10px;
}
.notdienst-list li {
    color: #111;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
    font-size: 20px;
    line-height: 1.5;
}
.notdienst-list li:last-child {
    border-bottom: none;
}
.notdienst-info {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}
.notdienst-error {
    background-color: #ffe6e6;
    border: 1px solid #ffcccc;
    color: #c60000;
    padding: 10px;
    border-radius: 4px;
}