.table-of-contents {
    height: 100%;
    overflow-y: scroll;
    border-right: 2px solid #eaeaea
}

.table-of-contents > h5 {
    color: #23305e
}

.table-of-contents ul {
    list-style-type: none;
    padding-left: 0;
    display: none;
}

.table-of-contents ul li {
    margin-block: .75rem;
    padding-left: 21px;
    position: relative;
}

.table-of-contents ul li[data-level="4"] {
    padding-left: 0;
}

.table-of-contents ul li.toggled > a {
    color: #23305e
}

.table-of-contents li.active > .findbuch-toggler {
    background-color: #23305e;
    color: #fff;
}

.table-of-contents ul li a {
    text-decoration: none;
    color: #000
}

.table-of-contents li.active > a,
.table-of-contents ul li a:hover {
    color: #23305e
}

.table-of-contents ul li > span {
    border: 1px solid #000;
    font-size: 14px;
    height: 12px;
    line-height: 11px;
    position: absolute;
    left: 0;
    text-align: center;
    top: 6px;
    width: 12px;
}

.table-of-contents ul li.toggled > span {
    line-height: 9px;
}

.table-of-contents > ul, .table-of-contents li.toggled > ul {
    display: block
}

.content .content__header {
    border-bottom: 2px solid #eaeaea
}

.content .content__header h5 {
    color: #23305e
}

.findbuch-content table tr {
    vertical-align: baseline
}

.content__body td {
    padding: .5rem
}

.table-details th,
.table-details td {
    padding: .5rem .5rem .5rem  0;
}

.findbuch-content > table > tbody > tr > td:first-child {
    width: 8vw
}

.findbuch-content p {
    margin: 0
}

.findbuch-details {
    display: none
}

.findbuch-details.toggled {
    display: block
}

.findbuch-content .table-details tr:not(:first-child) {
    border-top: 1px solid #eaeaea
}

.no-border {
    border: none !important;
}

.btn-print svg {
    width: 1rem;
    height: 1rem
}

.table-of-contents .findbuch-content{
    display: none;
}

.table-data {
    border: 1px solid #eaeaea;
    border-bottom: none;
    font-size: 14px;
    margin: 1rem 0;
    width: 100%;
}

.tablerow-data {
    border-bottom: 1px solid #eaeaea;
}

.content__body .tablecell-data {
    border-left: 1px solid #eaeaea;
    padding: 0.25rem;
}