/* CSS Document */
/* global print default */
* {
  margin: 0;
  color: #000000;
}
.RahmenForm .Inhalt, .RahmenConfirmation .Inhalt {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}
.RahmenForm .SidebarResponsive, .RahmenForm .LogoUnten, .RahmenConfirmation .SidebarResponsive, .RahmenConfirmation .LogoUnten {
  max-width: 1000px !important;
  margin-left: auto;
  margin-right: auto;
}
.FieldEditable {
  display: flex;
  justify-content: space-between;
}
.FieldEditable .LabelStandard, .FieldEditable .LabelTextInput {
  display: flex;
  justify-content: space-between;
  width: auto;
  margin: auto;
  white-space: nowrap;
}
.FieldEditable .InputfieldStandard, .FieldEditable .TextInput {
  width: 50%;
}
