/* ----------------------------------------------------
   Grundlayout
---------------------------------------------------- */

.db-work {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 0;
}

/* ----------------------------------------------------
   Titelbereich
---------------------------------------------------- */

.db-work-title {
    margin-bottom: 2rem;
}

/* ----------------------------------------------------
   Abschnittsüberschriften
---------------------------------------------------- */

.db-section-title {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    font-size: 1.1rem;
    font-weight: 600;
}

.db-subtitle {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
}

/* ----------------------------------------------------
   Metadatenbox
---------------------------------------------------- */

.db-metadata {
    background-color: var(--bs-light);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1.5rem;

    /*
      Visuelle Ausrichtung zur
      Abstract-Überschrift rechts
    */
    margin-top: 2.1rem;
}

.db-metadata dl {
    margin: 0;
}

.db-metadata dt {
    margin-top: 1rem;
    margin-bottom: 0.2rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
}

.db-metadata dt:first-child {
    margin-top: 0;
}

.db-metadata dd {
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* ----------------------------------------------------
   Inhalt
---------------------------------------------------- */

.db-abstract,
.db-keywords {
    margin-bottom: 2rem;
}

.db-abstract div,
.db-keywords div {
    line-height: 1.6;
}

/* ----------------------------------------------------
   Dokumente
---------------------------------------------------- */

.db-document {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
}

.db-document a {
    text-decoration: none;
    font-weight: 500;
}

.db-document a:hover,
.db-document a:focus {
    text-decoration: underline;
}

/* ----------------------------------------------------
   Aktionen
---------------------------------------------------- */

.db-actions {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--bs-border-color);
    text-align: right;
}

/* ----------------------------------------------------
   Mobile
---------------------------------------------------- */

@media (max-width: 991.98px) {

    .db-work-title {
        margin-bottom: 1.5rem;
    }

    .db-metadata {
        margin-top: 0;
    }

}
