.app-mail .button.primary[data-v-ee7216e4] + .button[data-v-ee7216e4] {
      display: none;
}

.to-label, .bcc-label {
	white-space: break-spaces !important;
}

.to-label::before {
	content: "Bitte hier nur einzelne Empfänger";
}

.bcc-label::before {
content: "Gruppen bitte hier eingeben (zB. Amelungen)"
}
~