.bookmarksection {
    padding: 0 var(--Spacing-20);
}
.bookmarks {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: calc(var(--container-max-width) / 2);
    .bookmark-entry {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: var(--Spacing-24) 0;
        border-top: 1px solid var(--Color-border, #D6DCE1);
        a {
            font-weight: 600;
        }
        button {
            border: 0;
            background: none;
            cursor: pointer;
        }
    }
    .bookmark-entry:last-child {
        border-bottom: 1px solid var(--Color-border, #D6DCE1);
    }
}

#form {
    .yform {
        max-width: calc(var(--container-max-width) / 2);
        #yform-table-rex_kontakt-items {
            display: none;
        }
    }
}