.app-dokumente-box {
    max-width: 760px;
    margin: 20px auto;
    padding: 22px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.app-dokumente-box h2 {
    font-size: 30px;
    margin-bottom: 24px;
}

.app-doc-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.app-doc-form label {
    font-weight: bold;
    margin-bottom: -8px;
}

.app-doc-form input,
.app-doc-form textarea,
.app-doc-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.app-doc-form textarea {
    min-height: 90px;
}

.app-doc-form button {
    margin-top: 10px;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: #1f6fb2;
    color: white;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
}

.app-doc-form button:hover {
    background: #15598f;
}

.app-doc-hinweis {
    font-size: 14px;
    color: #666;
}

.app-doc-success {
    background: #e8f7e8;
    border-left: 5px solid #28a745;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
}

.app-doc-error {
    background: #fde8e8;
    border-left: 5px solid #dc3545;
    padding: 12px;
    margin-bottom: 18px;
    border-radius: 8px;
}

.app-dokumente-liste {
    max-width: 760px;
    margin: 20px auto;
    padding: 22px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
}

.app-dokumente-liste h2 {
    font-size: 30px;
    margin-bottom: 22px;
}

.app-doc-kategorie {
    background: #1f6fb2;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-size: 20px;
    margin-top: 20px;
}

.app-doc-unterkategorie {
    background: #eef4fa;
    color: #1f3f5f;
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 17px;
    margin: 14px 0 10px;
}

.app-doc-card {
    background: #f8f9fb;
    border: 1px solid #e0e0e0;
    border-radius: 14px;
    padding: 14px;
    margin-bottom: 12px;
}

.app-doc-card-title {
    font-size: 18px;
    font-weight: bold;
}

.app-doc-card-desc {
    margin: 8px 0;
}

.app-doc-card-meta {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.app-doc-button {
    display: inline-block;
    background: #1f6fb2;
    color: #fff !important;
    padding: 9px 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.app-doc-search {
    width: 100%;
    padding: 14px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}

.app-doc-category-block,
.app-doc-sub-block {
    margin-bottom: 10px;
}

.app-doc-toggle {
    width: 100%;
    text-align: left;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.app-doc-main-toggle {
    background: #1f6fb2;
    color: white;
    padding: 14px;
    border-radius: 12px;
    font-size: 18px;
}

.app-doc-sub-toggle {
    background: #eef4fa;
    color: #1f3f5f;
    padding: 12px;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 10px;
}

.app-doc-main-content,
.app-doc-sub-content {
    display: none;
    margin-top: 10px;
}

.app-doc-open {
    display: block;
}

.app-doc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.app-doc-edit-toggle,
.app-doc-delete-button,
.app-doc-save-button {
    border: none;
    padding: 9px 14px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
}

.app-doc-edit-toggle {
    background: #f0ad4e;
    color: #fff;
}

.app-doc-delete-button {
    background: #dc3545;
    color: #fff;
}

.app-doc-save-button {
    background: #28a745;
    color: #fff;
    margin-top: 10px;
}

.app-doc-delete-form {
    margin: 0;
}

.app-doc-edit-form {
    display: none;
    margin-top: 15px;
    padding: 14px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.app-doc-edit-form.app-doc-open {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-doc-edit-form input,
.app-doc-edit-form textarea,
.app-doc-edit-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
}
.app-doc-edit-form {
    display: none;
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fb;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.app-doc-edit-form.app-doc-open {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.app-doc-edit-form label {
    font-weight: bold;
    margin-top: 5px;
}

.app-doc-edit-form input,
.app-doc-edit-form textarea,
.app-doc-edit-form select {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.app-doc-edit-form textarea {
    min-height: 80px;
}

