form.xm-form .CXCheckbox.label-right {
    align-items: start !important; 
}

 form.xm-form.xm-form .xm-help-container.xm-help-container .xm-help-text.xm-help-text {
    height: fit-content;

    position: relative !important;
    right: 207px !important;
    bottom: calc(100% + 205px) !important; /*kann potenziell raus*/
    width: 0% !important;
}
@media (min-width: 100px) {
  form.xm-form.xm-form .xm-help-container.xm-help-container .xm-help-text.xm-help-text {
    /*position: relative !important;
    top: auto !important;
    right: -20px !important;
    bottom: calc(100% + 45px) !important;*/
    left: auto !important;
    width: 244px !important;
    max-width: 265px !important;
  }
}

form.xm-form .xm-help-container.xm-clicked .xm-help-icon .xm-help-text {
    display: block !important;
}
form.xm-form .xm-help-container .xm-help-text::after {
    content: none !important;
}