
/* = = = = = = = = = = = = = = = = = datei regularium.css = = = = = = = = = = = = = = = = = = = = = = = = = */


.reg-meta {
    text-align: center;
    color: #8a8a8a;
    font-size: 1.4rem;
    margin-top: -3rem;
    margin-bottom: 3rem;
}

/* ---------- Inhaltsverzeichnis ---------- */

.reg-toc {
    background: #232323;
    border: .1rem solid #333;
    border-radius: .6rem;
    padding: 2rem 2rem 1.5rem 2rem;
    margin-bottom: 4rem;
}

.reg-toc h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    color: #B5BBBB;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.reg-toc ol {
    list-style: none;
    padding-left: 0;
    margin: 0;
    columns: 2;
    column-gap: 2.5rem;
}

.reg-toc li {
    margin-bottom: .6rem;
    break-inside: avoid;
}

.reg-toc a {
    color: #D9D5D5;
    text-decoration: none;
    font-size: 1.4rem;
}

.reg-toc a:hover {
    color: #fff;
    text-decoration: underline;
}

.reg-toc .reg-toc-num {
    color: #c94f4f;
    display: inline-block;
    min-width: 2.6rem;
}

/* ---------- Abschnitte ---------- */

.reg-chapter {
    margin-bottom: 4.5rem;
    scroll-margin-top: 2rem;
}

.reg-chapter > h2 {
    color: #fff;
    font-size: 2.2rem;
    text-transform: none;
    border-bottom: .2rem solid #800000;
    padding-bottom: .8rem;
    margin-bottom: 2rem;
}

.reg-chapter h3 {
    color: #B5BBBB;
    font-size: 1.8rem;
    margin-top: 3rem;
    scroll-margin-top: 2rem;
}

.reg-chapter h4 {
    color: #B5BBBB;
    font-size: 1.5rem;
    margin-top: 2.2rem;
    margin-bottom: .8rem;
    scroll-margin-top: 2rem;
}

.reg-num {
    color: #c94f4f;
    margin-right: .8rem;
}

.reg-chapter p {
    color: #D9D5D5;
    line-height: 1.75;
    margin-bottom: 1.3rem;
}

.reg-chapter ul,
.reg-chapter ol {
    color: #D9D5D5;
    padding-left: 2.2rem;
    margin-bottom: 1.5rem;
}

.reg-chapter li {
    margin-bottom: .5rem;
    line-height: 1.7;
}

.reg-chapter a {
    color: #c94f4f;
}

.reg-chapter a:hover {
    color: #e05252;
}

.reg-highlight {
    color: #fff;
    font-weight: bold;
}

/* Hinweis-/Merkkasten */
.reg-box {
    background: #262626;
    border-left: .3rem solid #800000;
    padding: 1.3rem 1.8rem;
    margin: 1.5rem 0 2rem 0;
}

.reg-box p:last-child {
    margin-bottom: 0;
}

/* Fussnoten */
.reg-footnote {
    font-size: 1.25rem;
    color: #8a8a8a;
    line-height: 1.65;
    margin-bottom: .8rem;
    padding-left: 1.2rem;
    border-left: .1rem solid #333;
}

/* ---------- Tabellen ---------- */

.reg-table-wrap {
    overflow-x: auto;
}

.reg-table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0 1.5rem 0;
}

.reg-table th {
    text-align: left;
    color: #B5BBBB;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    padding: .8rem;
    border-bottom: .2rem solid #454e4e;
}

.reg-table th.reg-th-right {
    text-align: right;
}

.reg-table td {
    padding: .7rem .8rem;
    border-bottom: .1rem solid #2a2a2a;
    color: #D9D5D5;
    font-size: 1.4rem;
    vertical-align: top;
}

.reg-table tbody tr:hover td {
    background: rgba(128, 0, 0, .15);
}

.reg-table .reg-val {
    text-align: right;
    white-space: nowrap;
    color: #fff;
}

.reg-table .reg-val.plus {
    color: #7ec27e;
}

.reg-table .reg-val.minus {
    color: #e05252;
}

/* schmale Praemien-Tabellen */
.reg-table--narrow {
    max-width: 34rem;
}

/* ---------- Managergremium ---------- */

.reg-gremium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1.5rem;
    margin: 2rem 0 2rem 0;
}

.reg-gremium-card {
    background: linear-gradient(135deg, #262626, #191919);
    border: .1rem solid #454e4e;
    border-radius: .6rem;
    padding: 1.5rem 1rem;
    text-align: center;
}

.reg-gremium-card img {
    height: 6rem;
    width: auto;
    max-width: 100%;
    margin: 0 auto 1rem auto;
    display: block;
}

.reg-gremium-card .reg-gremium-name {
    color: #fff;
    font-size: 1.4rem;
}

/* ---------- nach oben ---------- */

.reg-top-link {
    display: inline-block;
    font-size: 1.2rem;
    color: #8a8a8a;
    text-decoration: none;
    margin-top: 1rem;
}

.reg-top-link:hover {
    color: #fff;
}

/* ---------- responsive ---------- */

@media (max-width: 550px) {

    .reg-toc ol {
        columns: 1;
    }

    .reg-table th,
    .reg-table td {
        padding: .6rem .5rem;
        font-size: 1.3rem;
    }
}

/* +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  + */
