.justify-left {
    justify-content: left;
    display: flex;
}

.justify-right {
    justify-content: right;
    display: flex;
}

body .ui-commandlink:hover, body .ui-link:hover {
    color: #B28B15;
    text-decoration: none;
}

body .ui-commandlink, body .ui-link {
    color: black;
}

.padding_documents {
    padding: 60px 0px 60px 0px;
}

.text_correction {
    margin: 0px 20px 1em 20px;
    padding: 0% 5% 2% 5%;
    display: block;
    height: 10px;
}

.min-height145 {
    min-height: 145px;
}

body .ui-datatable thead th {
    background: none;
    color: #B28B15;
    padding: unset;
    border: 1px solid #B28B15;
    border-width: 0 0 3px 0;
    text-align: left;
    box-sizing: content-box;
    transition: background-color .2s, color .2s, border-color .2s, box-shadow .2s, opacity .2s;
}

body .ui-datatable .ui-datatable-data > tr > td {
    padding: 0.5rem 1.5rem;
    border: 1px solid rgba(0, 0, 0, .08);
    border-width: 0 0 1px 0;
}

tr.ui-widget-content.ui-datatable-even {
    background-color: lightgray !important;
}

.small_content_width {

    max-width: 900px;
    margin-inline: auto;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    justify-content: center;
    text-align: center;
    padding: 80px 32px 64px 32px;

}

/* Setzt nur die Überschrift "Öffentliches Archiv" auf der Dokumente-Seite in Grossbuchstaben */
.min-height145 h2 .title_text {
    text-transform: uppercase;
}

/* Ändert die Schriftart der PDF-Links in der Datentabelle zu Montserrat */
body .ui-datatable .ui-datatable-data > tr > td a.ui-commandlink {
    font-family: 'Montserrat', sans-serif !important;
}

