form.move_labels .widget,
.move_labels form .widget {
  position: relative;
  padding-top: var(--form_gap, 10px);
}
form.move_labels .widget:not(.widget-checkbox) input, form.move_labels .widget:not(.widget-checkbox) textarea, form.move_labels .widget:not(.widget-checkbox) select,
.move_labels form .widget:not(.widget-checkbox) input,
.move_labels form .widget:not(.widget-checkbox) textarea,
.move_labels form .widget:not(.widget-checkbox) select {
  width: 100%;
  padding: var(--form_input_padding, 6px);
  line-height: 1.469;
}
form.move_labels .widget-text label,
form.move_labels .widget-textarea label,
form.move_labels .widget-password label,
.move_labels form .widget-text label,
.move_labels form .widget-textarea label,
.move_labels form .widget-password label {
  color: var(--font_color, #444);
  position: absolute;
  top: var(--form_gap, 10px);
  left: 0;
  padding: var(--form_input_padding, 6px);
  transform-origin: left;
  border: 1px solid transparent;
  line-height: 1.469;
  transition-property: top, left, width, background, border-radius, padding, line-height, font-size;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
form.move_labels .widget-text label.select,
form.move_labels .widget-textarea label.select,
form.move_labels .widget-password label.select,
.move_labels form .widget-text label.select,
.move_labels form .widget-textarea label.select,
.move_labels form .widget-password label.select {
  display: none;
}
form.move_labels .widget-text.active label,
form.move_labels .widget-textarea.active label,
form.move_labels .widget-password.active label,
.move_labels form .widget-text.active label,
.move_labels form .widget-textarea.active label,
.move_labels form .widget-password.active label {
  top: calc(var(--form_gap) - 13px);
  left: 6px;
  font-size: 13px;
  width: auto;
  background: #fff;
  border-radius: 3px;
  padding: 0 2px;
  line-height: 1;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%22%2C%22sources%22%3A%5B%22file%3A%5C%2F%5C%2F%5C%2Fwww%5C%2Fhtdocs%5C%2Fw012f8cb%5C%2Fdev.rheinloft-cologne.com%5C%2Fpublic%5C%2Fbundles%5C%2Fheimseitencontaoformlabelmover%5C%2Fformlabelmover.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEI%3BAAAA%3BEACI%3BEACA%3B%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BEACI%3BEACA%3BEACA%3B%3BAAOR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEAAW%3B%3BAAEf%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%22%7D */