.cms_checkliste_box { width: 100%; }
.cms_checkliste_item { position: relative; width: 100%; padding: 32px 0 33px 84px; }
.cms_checkliste_box > .cms_checkliste_item:first-of-type { padding: 11.5px 0 33px 84px; }
.cms_checkliste_item:before { content: ""; position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--trennlinie); }
.cms_checkliste_item_arrow { position: absolute; z-index: 1; top: 20.5px; left: 0; display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; border-radius: 50%; background: var(--primary-30); }
.cms_checkliste_box > .cms_checkliste_item:first-of-type .cms_checkliste_item_arrow { top: 0; }
.cms_checkliste_item_arrow > svg { display: flex; width: 24px; height: 16px; }
.cms_checkliste_item_arrow > svg > path { stroke: var(--primary-100); }
@media screen and (max-width: 959px) {
    .cms_checkliste_item { padding: 15px 0 16px 45px; }
    .cms_checkliste_box > .cms_checkliste_item:first-of-type { padding: 3.5px 0 16px 45px; }
    .cms_checkliste_item_arrow { top: 11.5px; width: 30px; height: 30px; }
    .cms_checkliste_item_arrow > svg { width: 14px; height: 9px; }
}