@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*:not(.ui-dialog) {
  /* Select2 */
}
*:not(.ui-dialog) input[type=text],
*:not(.ui-dialog) input[type=email],
*:not(.ui-dialog) input[type=password],
*:not(.ui-dialog) input[type=tel],
*:not(.ui-dialog) input[type=date],
*:not(.ui-dialog) textarea {
  background-color: #bfdae6;
  border: 2px solid #bfdae6;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  z-index: 1;
  position: relative;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
*:not(.ui-dialog) input[type=text]:focus,
*:not(.ui-dialog) input[type=email]:focus,
*:not(.ui-dialog) input[type=password]:focus,
*:not(.ui-dialog) input[type=tel]:focus,
*:not(.ui-dialog) input[type=date]:focus,
*:not(.ui-dialog) textarea:focus {
  z-index: 9;
}
*:not(.ui-dialog) input[type=text].error,
*:not(.ui-dialog) input[type=email].error,
*:not(.ui-dialog) input[type=password].error,
*:not(.ui-dialog) input[type=tel].error,
*:not(.ui-dialog) input[type=date].error,
*:not(.ui-dialog) textarea.error {
  border: 2px solid #c71a47;
}
*:not(.ui-dialog) input[type=text],
*:not(.ui-dialog) input[type=email],
*:not(.ui-dialog) input[type=password],
*:not(.ui-dialog) input[type=tel],
*:not(.ui-dialog) input[type=date] {
  height: 50px;
  padding: 10px 13px 0 13px;
}
*:not(.ui-dialog) *:focus {
  outline: none;
}
*:not(.ui-dialog) .validate input:invalid,
*:not(.ui-dialog) .validate textarea:invalid {
  border: 2px solid #c71a47;
  box-shadow: none;
}
*:not(.ui-dialog) .validate input[type=checkbox]:invalid + label {
  border: 2px solid #c71a47;
  box-shadow: none;
}
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen input[type=text],
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen input[type=email],
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen input[type=password],
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen input[type=tel],
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen input[type=search],
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen textarea,
*:not(.ui-dialog) .paragraph--type--paragraph-container.bgr-gruen .select-2-item {
  background-color: #ffffff;
  border: 2px solid #ffffff;
}
*:not(.ui-dialog) .webform-submission-form,
*:not(.ui-dialog) .user-login-form,
*:not(.ui-dialog) .user-register-form,
*:not(.ui-dialog) .user-pass {
  margin: 0 auto;
  position: relative;
}
*:not(.ui-dialog) .webform-submission-form .js-webform-type-fieldset,
*:not(.ui-dialog) .user-login-form .js-webform-type-fieldset,
*:not(.ui-dialog) .user-register-form .js-webform-type-fieldset,
*:not(.ui-dialog) .user-pass .js-webform-type-fieldset {
  border: none;
  margin: 0 0 30px 0;
  padding: 0;
}
*:not(.ui-dialog) .webform-submission-form .js-webform-type-fieldset .fieldset-wrapper,
*:not(.ui-dialog) .user-login-form .js-webform-type-fieldset .fieldset-wrapper,
*:not(.ui-dialog) .user-register-form .js-webform-type-fieldset .fieldset-wrapper,
*:not(.ui-dialog) .user-pass .js-webform-type-fieldset .fieldset-wrapper {
  height: 100%;
}
*:not(.ui-dialog) .webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item,
*:not(.ui-dialog) .user-login-form .js-webform-type-fieldset .fieldset-wrapper > .form-item,
*:not(.ui-dialog) .user-register-form .js-webform-type-fieldset .fieldset-wrapper > .form-item,
*:not(.ui-dialog) .user-pass .js-webform-type-fieldset .fieldset-wrapper > .form-item {
  margin: 0 0 10px 0;
  width: 100%;
  float: left;
}
*:not(.ui-dialog) .webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item:last-child,
*:not(.ui-dialog) .user-login-form .js-webform-type-fieldset .fieldset-wrapper > .form-item:last-child,
*:not(.ui-dialog) .user-register-form .js-webform-type-fieldset .fieldset-wrapper > .form-item:last-child,
*:not(.ui-dialog) .user-pass .js-webform-type-fieldset .fieldset-wrapper > .form-item:last-child {
  margin: 0;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file),
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file),
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file),
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file) {
  position: relative;
  margin: 0 0 10px 0;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file) label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file) label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file) label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file) label {
  position: absolute;
  font-family: inherit;
  top: 11px;
  left: 15px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 400;
  color: #212426;
  opacity: 0.5;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).label-up label {
  font-size: 0.75rem;
  top: 2px;
  left: 15px;
  color: #0069b4;
  opacity: 1;
  line-height: 1.1;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label:after,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label:after,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).label-up label:after,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).label-up label:after {
  font-size: 0.6rem;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file) input,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file) input,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file) input,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file) input {
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea {
  height: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div {
  height: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div textarea,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div textarea,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div textarea,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-textarea > div textarea {
  padding: 18px 13px 6px 13px;
  margin: 0;
  width: 100%;
  resize: both;
  height: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox {
  min-height: 40px;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 20px;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 50px;
  line-height: 1.1;
  min-height: 40px;
  font-size: 1.125rem;
  left: 0;
  top: 0;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox],
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox],
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox],
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox] {
  display: none;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: #bfdae6;
  margin: auto;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox]:checked + label:before,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox]:checked + label:before,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox]:checked + label:before,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox input[type=checkbox]:checked + label:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-weight: normal;
  font-size: 2rem;
  color: #212426;
  display: flex;
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 3px;
  width: 40px;
  height: 40px;
  opacity: 0.5;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label {
  opacity: 1;
  font-size: 1rem;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-checkbox label:after {
  background-image: none;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select {
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select .form-select,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select .form-select,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select .form-select,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select .form-select {
  height: 60px;
  margin: 0;
  background: transparent;
  border: none;
  float: left;
  font-size: 1.2rem;
  font-family: inherit;
  font-weight: 300;
  z-index: 9;
  position: relative;
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select label {
  opacity: 0;
  top: 12px;
  left: 25px;
  z-index: 12;
  pointer-events: none;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up label {
  top: 3px !important;
  left: 15px !important;
  opacity: 1 !important;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up .form-select,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up .form-select,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up .form-select,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-select.label-up .form-select {
  padding: 6px 0 0 0;
  z-index: 1;
  color: #212426;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date {
  display: grid;
  width: 100%;
  grid-template-columns: 240px auto;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label {
  position: relative;
  top: auto;
  left: auto;
  height: 50px;
  background: #ffffff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  opacity: 1;
  padding: 13px 10px 0 0;
  white-space: nowrap;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label span,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label span,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label span,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime > label span,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label span,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label span,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label span,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date > label span {
  opacity: 0.5;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime input,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime input,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime input,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime input,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date input,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date input,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date input,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date input {
  padding: 0 13px 0 13px;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline {
  flex-grow: 2;
  display: flex;
  margin: 0;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item {
  margin: 0;
  flex-grow: 1;
  flex-basis: 0;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input {
  border: 0;
  height: 60px;
  background: #ffffff;
  padding: 0 10px;
}
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).js-form-type-datetime .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .webform-submission-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-login-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-register-form div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input.webform-time,
*:not(.ui-dialog) .user-pass div.js-form-item:not(.js-form-type-webform-document-file).form-type-date .container-inline .js-form-item input.webform-time {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file {
  display: grid;
  grid-template-columns: 240px auto;
  margin: 0;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file > label,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file > label,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file > label,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file > label {
  font-size: 1.2rem;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file label,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file label,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file label,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file label {
  margin: 0 0 10px 0;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file label:before,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file label:before,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file label:before,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file label:before {
  content: none;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file .form-type-checkbox {
  padding: 0 !important;
  min-height: 0 !important;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox span,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox span,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox span,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file .form-type-checkbox span {
  padding: 0;
  background: none;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label {
  padding: 0 0 0 33px !important;
  min-height: 26px !important;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:before,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:before,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:before,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:before {
  font-size: 1.2rem !important;
  color: #0069b4 !important;
  width: 25px !important;
  height: 25px !important;
  left: 4px !important;
  top: 2px !important;
  opacity: 1 !important;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:after,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:after,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:after,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file .form-type-checkbox label:after {
  width: 25px !important;
  height: 25px !important;
  border-radius: 3px !important;
  border: 2px solid #0069b4;
  background: #ffffff !important;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file button,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file button,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file button,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file button {
  background: #c71a47;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file button:after,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file button:after,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file button:after,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file button:after {
  font-family: 'FontAwesome';
  content: '\f014';
  font-weight: normal;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file button:hover,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file button:hover,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file button:hover,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file button:hover {
  background: #ffffff !important;
  color: #c71a47;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .webform-document-file button:hover:after,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .webform-document-file button:hover:after,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .webform-document-file button:hover:after,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .webform-document-file button:hover:after {
  color: #c71a47;
}
*:not(.ui-dialog) .webform-submission-form .js-form-type-webform-document-file .description,
*:not(.ui-dialog) .user-login-form .js-form-type-webform-document-file .description,
*:not(.ui-dialog) .user-register-form .js-form-type-webform-document-file .description,
*:not(.ui-dialog) .user-pass .js-form-type-webform-document-file .description {
  grid-column: 2 / 3;
}
*:not(.ui-dialog) .webform-submission-form .description,
*:not(.ui-dialog) .user-login-form .description,
*:not(.ui-dialog) .user-register-form .description,
*:not(.ui-dialog) .user-pass .description {
  font-size: 0.8rem;
  margin: 0 2px 5px 2px;
}
*:not(.ui-dialog) .webform-submission-form .form-item-datenschutz,
*:not(.ui-dialog) .user-login-form .form-item-datenschutz,
*:not(.ui-dialog) .user-register-form .form-item-datenschutz,
*:not(.ui-dialog) .user-pass .form-item-datenschutz {
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form .form-item-datenschutz label,
*:not(.ui-dialog) .user-login-form .form-item-datenschutz label,
*:not(.ui-dialog) .user-register-form .form-item-datenschutz label,
*:not(.ui-dialog) .user-pass .form-item-datenschutz label {
  line-height: 1;
  overflow: visible;
  flex-wrap: wrap;
}
*:not(.ui-dialog) .webform-submission-form div[id^=edit-actions],
*:not(.ui-dialog) .user-login-form div[id^=edit-actions],
*:not(.ui-dialog) .user-register-form div[id^=edit-actions],
*:not(.ui-dialog) .user-pass div[id^=edit-actions] {
  margin: 0;
  padding: 0;
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form .button-wrapper,
*:not(.ui-dialog) .user-login-form .button-wrapper,
*:not(.ui-dialog) .user-register-form .button-wrapper,
*:not(.ui-dialog) .user-pass .button-wrapper {
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form .webform-button--submit,
*:not(.ui-dialog) .user-login-form .webform-button--submit,
*:not(.ui-dialog) .user-register-form .webform-button--submit,
*:not(.ui-dialog) .user-pass .webform-button--submit {
  background-color: #0069b4;
  border-radius: 10px;
  border: none;
  min-height: 2.5rem;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  padding: 3px calc(2.5rem + 6px) 3px 15px !important;
  font-size: 1.25rem;
  position: relative;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
  height: 50px;
  padding-right: 56px !important;
  width: auto;
}
*:not(.ui-dialog) .webform-submission-form .webform-button--submit:after,
*:not(.ui-dialog) .user-login-form .webform-button--submit:after,
*:not(.ui-dialog) .user-register-form .webform-button--submit:after,
*:not(.ui-dialog) .user-pass .webform-button--submit:after {
  font-family: 'ESH';
  font-weight: normal;
  content: '\f10e';
  background-color: #ffffff;
  border-radius: 7px;
  font-size: 1em;
  color: black;
  height: calc(100% - 6px);
  width: calc(2.5rem - 0.45em);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
  mix-blend-mode: screen;
  position: absolute;
  right: 3px;
  top: 3px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
*:not(.ui-dialog) .webform-submission-form .webform-button--submit:hover,
*:not(.ui-dialog) .user-login-form .webform-button--submit:hover,
*:not(.ui-dialog) .user-register-form .webform-button--submit:hover,
*:not(.ui-dialog) .user-pass .webform-button--submit:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #0069b4;
}
*:not(.ui-dialog) .webform-submission-form .webform-button--submit:hover:after,
*:not(.ui-dialog) .user-login-form .webform-button--submit:hover:after,
*:not(.ui-dialog) .user-register-form .webform-button--submit:hover:after,
*:not(.ui-dialog) .user-pass .webform-button--submit:hover:after {
  background-color: #ffffff;
  color: #0069b4;
  mix-blend-mode: unset;
  opacity: 1;
}
*:not(.ui-dialog) .webform-submission-form .webform-button--submit:after,
*:not(.ui-dialog) .user-login-form .webform-button--submit:after,
*:not(.ui-dialog) .user-register-form .webform-button--submit:after,
*:not(.ui-dialog) .user-pass .webform-button--submit:after {
  width: 44px;
  height: 44px;
}
@media screen and (max-width: 1170px) {
  *:not(.ui-dialog) .webform-submission-form .webform-button--submit,
  *:not(.ui-dialog) .user-login-form .webform-button--submit,
  *:not(.ui-dialog) .user-register-form .webform-button--submit,
  *:not(.ui-dialog) .user-pass .webform-button--submit {
    width: 100%;
  }
}
*:not(.ui-dialog) .webform-submission-form div[data-drupal-messages],
*:not(.ui-dialog) .user-login-form div[data-drupal-messages],
*:not(.ui-dialog) .user-register-form div[data-drupal-messages],
*:not(.ui-dialog) .user-pass div[data-drupal-messages] {
  width: 100%;
}
*:not(.ui-dialog) .webform-submission-form div[data-drupal-messages] div[role=alert],
*:not(.ui-dialog) .user-login-form div[data-drupal-messages] div[role=alert],
*:not(.ui-dialog) .user-register-form div[data-drupal-messages] div[role=alert],
*:not(.ui-dialog) .user-pass div[data-drupal-messages] div[role=alert] {
  width: 100%;
  padding: 0 15px;
}
*:not(.ui-dialog) .webform-submission-form div[data-drupal-messages] div[role=alert] ul,
*:not(.ui-dialog) .user-login-form div[data-drupal-messages] div[role=alert] ul,
*:not(.ui-dialog) .user-register-form div[data-drupal-messages] div[role=alert] ul,
*:not(.ui-dialog) .user-pass div[data-drupal-messages] div[role=alert] ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #c71a47;
  padding: 10px 20px;
  color: #ffffff;
}
*:not(.ui-dialog) .webform-submission-form .webform-readonly input,
*:not(.ui-dialog) .user-login-form .webform-readonly input,
*:not(.ui-dialog) .user-register-form .webform-readonly input,
*:not(.ui-dialog) .user-pass .webform-readonly input {
  border: none;
  padding: 0;
  color: #0069b4;
  background: transparent;
  height: auto;
  font-size: 1.75rem;
}
*:not(.ui-dialog) fieldset[id^=edit-vollstaendiger-name] .fieldset-wrapper {
  display: grid;
  grid-template-columns: 180px auto auto;
  column-gap: 10px;
}
*:not(.ui-dialog) fieldset[id^=edit-anschrift] .fieldset-wrapper {
  display: grid;
  grid-template-columns: 180px auto 100px;
  column-gap: 10px;
}
*:not(.ui-dialog) fieldset[id^=edit-anschrift] .fieldset-wrapper .form-item-strasse,
*:not(.ui-dialog) fieldset[id^=edit-anschrift] .fieldset-wrapper .form-item-ort {
  grid-column: span 2;
}
*:not(.ui-dialog) .webform-confirmation {
  width: 100%;
  text-align: center;
}
*:not(.ui-dialog) .form-item-url {
  display: none;
}
*:not(.ui-dialog) .webform-submission-form .js-webform-type-fieldset .fieldset-wrapper > .form-item.select-2-item {
  border: none !important;
  height: 50px !important;
}
*:not(.ui-dialog) .select2-container--default {
  font-weight: 400;
  font-size: 1.2rem;
  z-index: 7;
  height: 50px;
  display: block;
}
*:not(.ui-dialog) .select2-container--default .selection {
  display: block;
  height: 100%;
}
*:not(.ui-dialog) .select2-container--default .select2-selection--single {
  border: none;
  height: 100%;
  background: transparent;
}
*:not(.ui-dialog) .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(33, 36, 38, 0.5);
  background: #bfdae6;
  border: 2px solid #bfdae6;
  border-radius: 10px;
  height: 100%;
  line-height: inherit;
  padding: 0 12px;
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 400;
}
*:not(.ui-dialog) .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 15px;
  top: 0;
  opacity: 1;
}
*:not(.ui-dialog) .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  border-color: #0069b4 transparent transparent transparent;
}
*:not(.ui-dialog) .select2-container--default.select2-container--focus .select2-selection--single .select2-selection__rendered {
  border: 2px solid #bfdae6;
}
*:not(.ui-dialog) .select2-container--default.select2-container--open {
  z-index: 11;
}
*:not(.ui-dialog) .select2-dropdown {
  border: none;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
*:not(.ui-dialog) .select2-container--default .select2-results__option--selected {
  background: #d0dee5;
}
*:not(.ui-dialog) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #bfdae6;
}
*:not(.ui-dialog) .select2-results__option {
  padding: 6px 17px;
}
*:not(.ui-dialog) .label-up .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #212426;
  padding: 10px 12px 0 12px;
}
.webform-submission-bewerbung-einfach-form .webform-button--submit {
  width: auto !important;
}
.webform-submission-bewerbung-einfach-form fieldset[id^=edit-deine-bewerbung] div[id^=ajax-wrapper] {
  float: left;
  width: 100%;
}
.webform-submission-contact-form {
  padding-top: 100px;
}
.webform .region-content #block-spenden {
  display: none;
}
