.nm-checkliste{margin-top:1rem}.nm-checkliste__label{display:block;font-family:Poppins,sans-serif;font-weight:600;margin-bottom:.5rem}.nm-checkliste__row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.nm-checkliste__select{flex:0 1 auto;width:14rem;max-width:100%;padding:.4rem .6rem;border:1px solid #cfcfcf;border-radius:6px;background:#fff;font:inherit;color:inherit;cursor:pointer}.nm-checkliste__btn{flex:0 0 auto;display:inline-block;white-space:nowrap;padding:12px 24px;border:3px solid var(--btn-text,#2b2b2b);border-radius:36px;background-color:#fff0;color:var(--btn-text,#2b2b2b);font-weight:600;line-height:1em;text-decoration:none;cursor:pointer;transition:transform var(--btn-duration,150ms) var(--ease-out-quart,cubic-bezier(.25,1,.5,1)),background-color var(--btn-duration,150ms) ease,border-color var(--btn-duration,150ms) ease,color var(--btn-duration,150ms) ease}.nm-checkliste__btn:active{transform:scale(.97)}.nm-checkliste__btn:focus-visible{background-color:var(--btn-primary-focus,#125E00);border-color:var(--btn-primary-focus,#125E00);color:#fff}@media (hover:hover) and (pointer:fine){.nm-checkliste__btn:hover{background-color:var(--btn-primary-hover,#479F27);border-color:var(--btn-primary-hover,#479F27);color:#fff}}@media (prefers-reduced-motion:reduce){.nm-checkliste__btn{transition:none}}@media (max-width:480px){.nm-checkliste__row{flex-direction:column;align-items:stretch}.nm-checkliste__select{width:100%}}