.cell.valueLabel .label {
    padding-left: 0;
}
.controltype_checkbox.withInfo.labelAttach .attachedLabel {
  max-width: calc(100% - 50px);
  position: relative;
  top: -30px
}

/*
.controltype_checkbox.withInfo.labelAttach .info {
  position: relative;
  left: 210px;
  top: -5px;
  width: 100% !important;
}
*/
.controltype_checkbox.withInfo.labelAttach .infotextfixed {
  width: 100%;
  top: -30px;
}
@media (max-width: 900px) {
  .controltype_checkbox.withInfo.labelAttach .info {
    left: 300px;
    top:-10px;
  }
}
@media (max-width: 900px) {
  .controltype_checkbox.withInfo.labelAttach .attachedLabel {
    top:-33px;
  }
}

/*Anpassung Block Die Kontoänderung gilt für, Feld Erwerbsersatz*/

.label, .field, .info {
    float: unset;
}

.infotext .main, .infotextfixed .main {
    display: table;
    padding: 0;
}
.info:hover .infotext, .infotext:hover, .table_column_help:hover .infotext, .sdginfo:hover .infotext {
    display: table;
}

.controltype_checkbox.withInfo.labelAttach .attachedLabel {
    max-width: calc(100% - 70px);
}

#block_SVZTG_AEKO_ZV_Fachbereiche_V1_0\.row_4 > div.cell.cell33.label00.field33.labelAttach.valueLabel.fieldwidthDefault.controltype_checkbox.withInfo > div > div > div.fieldinner > div > a {
    margin-left: 15em !important;
}

/*Anpassung Block Die Kontoänderung gilt für, Feld Erwerbsersatz - Anpassung mobile Ansicht*/
@media (max-width: 900px) {
    #block_SVZTG_AEKO_ZV_Fachbereiche_V1_0\.row_4 > div.cell.cell33.label00.field33.labelAttach.valueLabel.fieldwidthDefault.controltype_checkbox.withInfo > div > div > div.fieldinner > div > a {
        margin-left: 22em !important;
    }
    .controltype_checkbox.withInfo.labelAttach .attachedLabel {
        top: -25px;
    }
}

