.regelwerk-paragraph {
    margin-bottom: 2rem;
}

.regelwerk-paragraph h3 {
    color: grey;
    border-bottom: 1px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.regelwerk-absatz {
    margin-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.regelwerk-subabsatz {
    margin-left: 2rem;
    margin-bottom: 0.25rem;
}

.regelwerk-subabsatz-item {
    margin-bottom: 0.25rem;
}

.regelwerk-absatz p,
.regelwerk-subabsatz p {
    margin: 0;
    line-height: 1.4;
}

.regelwerk-paragraph.active,
.regelwerk-absatz.active,
.regelwerk-subabsatz-item.active {
    background-color:rgb(190, 156, 0);
    padding: 0.5rem;
    border-radius: 4px;
}

.regelwerk-paragraph.active h3,
.regelwerk-absatz.active p,
.regelwerk-subabsatz-item.active p {
    color: black;
}

.cursor-pointer {
    cursor: pointer;
}