
.moreless button{
    padding: 5px 10px 5px 10px;
    background-color: var(--textfarbe_H);
    color: #ffffff;
    border: none;
    border-radius:3px;
    cursor: pointer;
    font-size: 1em;
}
.moreless:not(:last-child){
    margin-bottom: 10px;
}
.hide{
    display: none;
}
.readmore {
    display: none; /* Initially hidden */
}