/* Hausbau ProjectManager Styles */
.hbpm-frontend { margin: 2em 0; }
.hbpm-frontend h3 { color: #2271b1; }
.hbpm-frontend ul { list-style: disc inside; margin: 0 0 1.5em 0.5em; }
.hbpm-frontend li { margin-bottom: 0.5em; }
.hbpm-frontend input[type=text], .hbpm-frontend textarea {
    width: 100%; padding: 6px; margin-bottom: 6px; border: 1px solid #ccd0d4; border-radius: 3px;
}
.hbpm-frontend input[type=submit] { background: #2271b1; color: #fff; border: none; padding: 7px 16px; border-radius: 3px; cursor: pointer; }
.hbpm-frontend input[type=submit]:hover { background: #13587e; }

.hbpm-task-edit-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.hbpm-btn {
    padding: 4px 18px;
    font-size: 0.92em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
input.hbpm-btn-save {
    background: #2271b1;
    color: #fff;
}
input.hbpm-btn-save:hover {
    background: #185982;
}

input.hbpm-btn-delete {
    background: #b12222;
    color: #fff;
}
input.hbpm-btn-delete:hover {
    background: #821818;
}

.hbpm-editor {
    min-width: 100%;
    max-width: 650px;
}


body h1 {
    font-size: 24px !important;
    color: #1a1a1a !important;
}

body h2 {
    font-size: 20px !important;
    color: #333333 !important;
}

body h3 {
    font-size: 24px !important;
    color: #555555 !important;
}

body h4 {
    font-size: 20px !important;
    color: #777777 !important;
}

body h5 {
    font-size: 18px !important;
    color: #999999 !important;
}

body h6 {
    font-size: 16px !important;
    color: #bbbbbb !important;
}
  