:root {
  --h-dark-blue: #002776;
  --h-mid-blue: #007FA9;
  --h-teal: #2DBAD7;
  --h-parchment: #F5F0EB;
  --h-white: #FFF;
  --h-black: #000;
  --h-light-green: #00BFB3;
  --h-light-blue: #00A0FF;
  --h-purple: #9356A2;
  --h-pink: #ED5CA2;
  --h-orange: #F7911E;
  --h-positve: #008217;
  --h-negative: #E0002B;
  --h-grey: #A6A8AB;
  --h-light-grey: #D9D9D9;
  --h-bg: #FFF;
  --h-bg-highlighted: #F5F0EB;
  --h-bg-dark: #002776;
  --h-text: #000;
  /*--h-text-highlighted: #002776;*/
  --h-text-meta: #F5F0EB;
  --h-text-on-dark: #FFF;
  --h-border: #A6A8AB;
  --h-border-highlighted: #007FA9;
  --h-border-on-dark: #FFF;
  --h-border-variant: #D9D9D9;
  --h-border-width-sm: 1px;
  --h-border-width-lg: 2px;
  --h-border-radius-sm: 4px;
  --h-border-radius-lg: 8px;
  --h-outline: #000;
  --h-outline-on-dark: #FFF;
  --h-link: #007FA9;
  --h-link-on-dark: #FFF;
  --h-link-variant: #002776;
  --h-link-hover: #3399BA;
  --h-link-on-dark-hover: #FFFFFF80;
  --h-link-variant-hover: #335291;
  --h-link-focus: #002776;
  --h-link-on-dark-focus: #2DBAD7;
  --h-link-variant-focus: #007FA9;
  --h-link-disabled: #A6A8AB;
  --h-btn-primary: #002776;
  --h-btn-primary-hover: #335291;
  --h-btn-secondary: #007FA9;
  --h-btn-secondary-hover:#3399BA;
  --h-btn-inverted: #FFF;
  --h-btn-inverted-hover: #FFFFFF80;
  --h-btn-disabled: #A6A8AB;
  --h-text-fs: 16px;
  --h-text-fs-sm: 14px;
  --h-text-fs-lg: 20px;
  --h-text-lh: 1.5;
  --h-h1-fs: 39px;
  --h-h1-fs-mob: 31px;
  --h-h2-fs: 31px;
  --h-h2-fs-mob: 25px;
  --h-h3-fs: 25px;
  --h-h3-fs-mob: 20px;
  --h-h4-fs: 20px;
  --h-h5-fs: 18px;
  --h-headline-lh: 1.2;
  --h-font-light: 300;
  --h-font-regular: 400;
  --h-font-medium: 500;
  --h-font-bold: 700;
  --h-font-family: "Saans Hays", Arial, sans serif;
  /************************/
  /*** Custom Variables ***/
  /************************/
  --h-strong-cyan: #2DBAD7;
  --h-seashell: #F5F0EB;
  --h-hays-hellblau: #009FDA;
  --h-input-bg: var(--h-bg);
  --h-input-border: var(--h-border);
  --h-input-border-radius: var(--h-border-radius-sm);
  --h-input-color: var(--h-text);
  --h-input-placeholder: var(--h-text);
  --h-input-hover: var(--h-link-hover);
  --h-input-focus: var(--h-link);
  --h-input-error: var(--h-negative);
  --h-form-disabled: var(--h-grey);
  --h-xing: #116567;

  /************************/
  /*** GLOW VARIABLES ***/
  /************************/
  --h-glow-dark-blue:	          #0A0532;
  --h-glow-mid-blue:	          #2173FF;
  --h-glow-teal:	              #A0F2E4;
  --h-glow-parchment:	          #F5F0EB;
  --h-glow-white:	              #FFF;
  --h-glow-black:	              #000;
  --h-glow-light-green:	          #06D6A0;
  --h-glow-light-blue:	          #0B7A75;
  --h-glow-mint:                  var(--h-glow-teal);
  --h-glow-purple:	              #40008F;
  --h-glow-light-purple:	      #E8EEFF;
  --h-glow-pink:	              #CFB6FF;
  --h-glow-orange:	              #F7911E;
  --h-glow-yellow:	              #E9E346;
  --h-glow-positive:	          #2A9F1E;
  --h-glow-warning:               #FFBF00;
  --h-glow-negative:	          #E0002B;
  --h-glow-grey:	              #6D6D6D;
  --h-glow-light-grey:	          #8C8C8C;
  --h-glow-dark-grey:	          #D1D1D1;

  --h-glow-light-teal-4-5:        #C8FBE8;
  --h-glow-deep-teal-2-5:         #1E6274;
  --h-glow-azure-blue-dark-2:     #0F42BE;
  --h-glow-azure-blue-dark-4:     #11265A;

  --h-glow-border-radius:         10px;

  --h-glow-text-highlighted:      #0A0532;

  --h-text-highlighted:           #0A0532;

  /*Glow FONT*/
    --h-glow-h1-fs:              40px;
    --h-glow-h2-fs:              32px;
    --h-glow-h3-fs:              26px;
    --h-glow-h4-fs:              20px;
    --h-glow-h5-fs:              18px;
    --h-glow-font-regular:       380;
    --h-glow-font-bold:          670;
    --h-glow-font-family:        'Saans Hays', Arial, sans serif; /**/
    --h-glow-bold-font-family:   'Saans Hays SemiBold', Arial, sans serif; /**/
}

body {
  font-family: var(--h-glow-font-family) !important;
}

h1, h2, h3, h4, h5, .aui h1, .aui h2, .aui h3, .aui h4, .aui h5,
p.style-h1, p.style-h2, p.style-h3, p.style-h4, p.style-h5,
.style-h1, .style-h2, .style-h3, .style-h4, .style-h5, .h-h3, .h-h4 {
  display: block;
  font-weight: bold;
  padding: 0;
  margin: 0;
  color: var(--h-hays-hellblau);
  line-height: 110%;
  font-family: var(--h-glow-font-family);
}
h1 span, h2 span, h3 span, h4 span, h5 span, .aui h1 span, .aui h2 span, .aui h3 span, .aui h4 span, .aui h5 span,
p.style-h1 span, p.style-h2 span, p.style-h3 span, p.style-h4 span, p.style-h5 span,
.style-h1 span, .style-h2 span, .style-h3 span, .style-h4 span, .style-h5 span, .h-h3 span, .h-h4 span {
  color: var(--h-hays-hellblau);
}
h1 span.normal-thin, h2 span.normal-thin, h3 span.normal-thin, h4 span.normal-thin, h5 span.normal-thin, .aui h1 span.normal-thin, .aui h2 span.normal-thin, .aui h3 span.normal-thin, .aui h4 span.normal-thin, .aui h5 span.normal-thin,
p.style-h1 span.normal-thin, p.style-h2 span.normal-thin, p.style-h3 span.normal-thin, p.style-h4 span.normal-thin, p.style-h5 span.normal-thin,
.style-h1 span.normal-thin, .style-h2 span.normal-thin, .style-h3 span.normal-thin, .style-h4 span.normal-thin, .style-h5 span.normal-thin, .h-h3 span.normal-thin, .h-h4 span.normal-thin {
  font-weight: 380;
  font-family:var(--h-glow-font-family);
  color: inherit;
}

h1, .aui h1, p.style-h1, .style-h1 {
  font-size: var(--h-h1-fs);
  margin-bottom: 30px;
  font-family:var(--h-glow-font-family);
  font-weight:670;
}
@media only screen and (max-width: 479px) {
  h1, .aui h1, .aui .aui h1, .aui p.style-h1, .aui .style-h1 {
    font-size: var(--h-h1-fs-mob);
  }
}

h2, .aui h2, p.style-h2, .style-h2 {
  font-size: var(--h-h2-fs);
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  h2, .aui h2, .aui .aui h2, .aui p.style-h2, .aui .style-h2 {
    font-size: var(--h-h2-fs-mob);
  }
}

h3, .aui h3, p.style-h3, .style-h3 {
  font-size: var(--h-h3-fs);
  margin-bottom: 10px;
}
@media only screen and (max-width: 479px) {
  h3, .aui h3, .aui .aui h3, .aui p.style-h3, .aui .style-h3 {
    font-size: var(--h-h3-fs-mob);
  }
}

h4, .aui h4, p.style-h4, .style-h4, .h-h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
  font-size: var(--h-h4-fs);
  font-weight: bold;
}

h5, .aui h5, p.style-h5, .style-h5 {
  font-size: 1rem;
  margin-bottom: 10px;
}

.container-full {
  margin: 0 auto;
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-italics{
  font-style: italic;
}

input[type=text], input[type=text] .h-form,
input[type=password],
input[type=password] .h-form,
textarea,
textarea .h-form,
select,
select .h-form,
.form-control,
.form-control .h-form,
.h-input,
.h-input .h-form,
.h-textarea,
.h-textarea .h-form,
.h-select .select-styled,
.h-select .select-styled .h-form {
  display: block;
  border: 1px solid var(--h-input-border);
  border-radius: var(--h-glow-border-radius);
  padding: 12px 15px;
  line-height: 18px;
  height: auto;
  color: var(--h-input-color);
  background-color: var(--h-input-bg);
}
@media (min-width: 768px) {
  input[type=text], input[type=text] .h-form,
input[type=password],
input[type=password] .h-form,
textarea,
textarea .h-form,
select,
select .h-form,
.form-control,
.form-control .h-form,
.h-input,
.h-input .h-form,
.h-textarea,
.h-textarea .h-form,
.h-select .select-styled,
.h-select .select-styled .h-form {
    padding: 15px;
  }
}
input[type=text]:focus-visible, input[type=text] .h-form:focus-visible,
input[type=password]:focus-visible,
input[type=password] .h-form:focus-visible,
textarea:focus-visible,
textarea .h-form:focus-visible,
select:focus-visible,
select .h-form:focus-visible,
.form-control:focus-visible,
.form-control .h-form:focus-visible,
.h-input:focus-visible,
.h-input .h-form:focus-visible,
.h-textarea:focus-visible,
.h-textarea .h-form:focus-visible,
.h-select .select-styled:focus-visible,
.h-select .select-styled .h-form:focus-visible {
  outline: var(--h-border-width-lg) solid var(--h-outline);
  outline-offset: var(--h-border-width-lg);
}
input[type=text]:focus, input[type=text].focus, input[type=text]:focus-within, input[type=text] .h-form:focus, input[type=text] .h-form.focus, input[type=text] .h-form:focus-within,
input[type=password]:focus,
input[type=password].focus,
input[type=password]:focus-within,
input[type=password] .h-form:focus,
input[type=password] .h-form.focus,
input[type=password] .h-form:focus-within,
textarea:focus,
textarea.focus,
textarea:focus-within,
textarea .h-form:focus,
textarea .h-form.focus,
textarea .h-form:focus-within,
select:focus,
select.focus,
select:focus-within,
select .h-form:focus,
select .h-form.focus,
select .h-form:focus-within,
.form-control:focus,
.form-control.focus,
.form-control:focus-within,
.form-control .h-form:focus,
.form-control .h-form.focus,
.form-control .h-form:focus-within,
.h-input:focus,
.h-input.focus,
.h-input:focus-within,
.h-input .h-form:focus,
.h-input .h-form.focus,
.h-input .h-form:focus-within,
.h-textarea:focus,
.h-textarea.focus,
.h-textarea:focus-within,
.h-textarea .h-form:focus,
.h-textarea .h-form.focus,
.h-textarea .h-form:focus-within,
.h-select .select-styled:focus,
.h-select .select-styled.focus,
.h-select .select-styled:focus-within,
.h-select .select-styled .h-form:focus,
.h-select .select-styled .h-form.focus,
.h-select .select-styled .h-form:focus-within {
  border-color: var(--h-glow-mid-blue);
  box-shadow: none;
  outline: 0;
}
input[type=text]::placeholder, input[type=text] .h-form::placeholder,
input[type=password]::placeholder,
input[type=password] .h-form::placeholder,
textarea::placeholder,
textarea .h-form::placeholder,
select::placeholder,
select .h-form::placeholder,
.form-control::placeholder,
.form-control .h-form::placeholder,
.h-input::placeholder,
.h-input .h-form::placeholder,
.h-textarea::placeholder,
.h-textarea .h-form::placeholder,
.h-select .select-styled::placeholder,
.h-select .select-styled .h-form::placeholder {
  color: var(--h-grey);
  font-style: normal;
}
input[type=text] + .help-block, input[type=text] .h-form + .help-block,
input[type=password] + .help-block,
input[type=password] .h-form + .help-block,
textarea + .help-block,
textarea .h-form + .help-block,
select + .help-block,
select .h-form + .help-block,
.form-control + .help-block,
.form-control .h-form + .help-block,
.h-input + .help-block,
.h-input .h-form + .help-block,
.h-textarea + .help-block,
.h-textarea .h-form + .help-block,
.h-select .select-styled + .help-block,
.h-select .select-styled .h-form + .help-block {
  color: var(--h-input-error);
}

.h-input.ui-searchfield--large .input {
  padding: 0;
  line-height: 1 !important;
}
.h-input.ui-searchfield--large .radius .elem {
  border-color: var(--h-input-border);
}
.h-input.ui-searchfield--large .radius .elem:first-child::after {
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid var(--h-link);
  top: 50%;
  transform: translateY(-50%);
}
.h-input.ui-searchfield--large .radius .elem:first-child:hover::after {
  border-top-color: var(--h-link-hover);
}
.h-input.ui-searchfield--large .radius .elem:nth-child(2) {
  border-top: 1px solid var(--h-input-border);
}
.h-input.ui-searchfield--large .radius .elem:hover {
  background-color: var(--h-mid-blue);
}

.h-radio,
.h-checkbox {
  position: relative;
  margin-bottom: 0;
}
.h-radio .field,
.h-checkbox .field {
  --h-input-accent: var(--h-input-border);
  position: absolute;
  left: 0;
  display: grid;
  place-content: center;
  appearance: none;
  background-color: var(--h-input-bg);
  margin: 0;
  font: inherit;
  color: currentColor;
  border: var(--h-border-width-sm) solid var(--h-input-accent);
  transform: translateY(-0.075em);
}
.h-radio .field:before,
.h-checkbox .field:before {
  content: "";
  transform: scale(0);
  transition: 120ms transform ease-in-out;
}
.h-radio .field:hover,
.h-checkbox .field:hover {
  --h-input-accent: var(--h-input-hover);
}
.h-radio .field:checked,
.h-checkbox .field:checked {
  --h-input-color: var(--h-link);
}
.h-radio .field:checked:hover, .h-radio .field:checked:focus-visible,
.h-checkbox .field:checked:hover,
.h-checkbox .field:checked:focus-visible {
  --h-input-color: var(--h-input-hover);
}
.h-radio .field:checked:focus,
.h-checkbox .field:checked:focus {
  --h-input-color: var(--h-input-focus);
}
.h-radio .field:checked:focus:hover,
.h-checkbox .field:checked:focus:hover {
  --h-input-color: var(--h-input-hover);
}
.h-radio .field:checked::before,
.h-checkbox .field:checked::before {
  transform: scale(1);
}
.h-radio .field:focus-visible,
.h-checkbox .field:focus-visible {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
.h-radio .field:disabled,
.h-checkbox .field:disabled {
  --h-input-accent: var(--h-link-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

.h-radio {
  padding-left: 27px;
}
@media (min-width: 768px) {
  .h-radio {
    padding-left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .h-radio {
    margin-right: 25px;
  }
}
.h-radio .field {
  --h-input-accent: var(--h-border);
  top: 3px;
  border-color: var(--h-input-accent);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
@media (min-width: 768px) {
  .h-radio .field {
    top: 3px;
    width: 20px;
    height: 20px;
  }
}
.h-radio .field::before {
  width: 10px;
  height: 10px;
  box-shadow: inset 1em 1em var(--h-input-accent);
  border-radius: 100%;
}
@media (min-width: 768px) {
  .h-radio .field::before {
    width: 12px;
    height: 12px;
  }
}
.h-radio .field:checked {
  --h-input-accent: var(--h-link);
}
.h-radio .field:checked:hover {
  --h-input-accent: var(--h-link-hover);
}

.h-checkbox {
  padding-left: 36px;
  line-height: 21px;
}
.h-checkbox .field {
  top: 0;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
}
.h-checkbox .field::before {
  width: 16px;
  height: 11px;
  background-color: var(--h-text-on-dark);
  transform-origin: 11px 5px;
  clip-path: polygon(5px 9px, 15px 0, 16px 1px, 5px 11px, 0 6px, 1px 5px);
}
.h-checkbox .field:checked {
  --h-input-accent: var(--h-link);
  background-color: var(--h-input-accent);
}
.h-checkbox .field:checked::before {
  background-color: var(--h-text-on-dark);
}
.h-checkbox .field:checked:hover {
  --h-input-accent: var(--h-link-hover);
}

.h-form__password-cleartext {
  cursor: pointer;
  position: absolute !important;
  background: none !important;
  margin-top: 0;
  right: 10px;
  width: 26px;
  height: 32px;
  top: 52px;
  display: inline-block;
}
@media (max-width: 576px) {
  .h-form__password-cleartext {
    top: 43px;
  }
}
.h-form__password-cleartext svg {
  fill: var(--h-grey) !important;
}
.h-form__password-cleartext:hover svg {
  fill: var(--h-dark-blue) !important;
}

.h-form-group {
  margin-bottom: 30px;
}
.h-form-group--near {
  margin: 10px 0 20px;
}
.h-form-group--last {
  margin-bottom: 0;
}
.h-form-group .control-label {
  font-weight: var(--h-font-bold);
}
.h-form-group--inline {
  display: flex;
  flex-wrap: wrap;
}
.h-form-group--inline > .control-label {
  flex-basis: 100%;
}
.h-form-group--inline .h-form-group__field + .h-form-group__field {
  margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .h-form-group--inline .h-form-group__field + .h-form-group__field {
    margin-left: 0;
  }
}

.h-inline-form-group {
  display: flex;
  flex-wrap: wrap;
}
.h-inline-form-group .h-inline-form-group__input {
  flex: 1 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.h-inline-form-group .h-inline-form-group__button {
  flex: 0 0;
  width: initial;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.h-asterisk,
form .hays-blue-asterisk {
  margin-left: 0.25em;
  font-size: inherit !important;
  color: inherit !important;
}

.h-label,
.label-font-size {
  font-weight: var(--h-font-bold);
  font-size: var(--h-text-fs-lg);
}
@media (max-width: 576px) {
  .h-label,
.label-font-size {
    font-size: var(--h-text-fs);
  }
}

.control-label {
  font-weight: var(--h-font-bold);
}
.control-label .reference-mark {
  color: inherit !important;
}

.h-select select {
  display: none !important;
  visibility: hidden;
}
.h-select .select-styled {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.h-select .select-styled::after {
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid var(--h-link);
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.h-select:hover .select-styled::after, .h-select:focus-visible .select-styled::after {
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-top: 7.5px solid var(--h-link-hover);
}
.h-select:focus-within .select-styled {
  outline: var(--h-border-width-lg) solid var(--h-outline);
  outline-offset: var(--h-border-width-lg);
}
.h-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: -5px 0 0;
  list-style: none;
  border: 1px solid var(--h-input-border);
  border-top: 0;
  border-radius: 0 0 var(--h-input-border-radius) var(--h-input-border-radius);
  padding: 0;
  line-height: 1;
  height: auto;
  color: var(--h-input-color);
  background-color: var(--h-input-bg);
}
.h-select .select-options li {
  --h-input-accent: transparent;
  padding: 12px 15px;
  background-color: var(--h-input-accent);
}
.h-select .select-options li:hover, .h-select .select-options li:focus, .h-select .select-options li.is-selected {
  color: var(--h-text-on-dark);
}
.h-select .select-options li.is-selected {
  --h-input-accent: var(--h-link);
}
.h-select .select-options li:hover {
  --h-input-accent: var(--h-link-hover);
}
.h-select .select-options li:focus {
  --h-input-accent: var(--h-link-focus);
}

.help-block,
.alert-custom,
.js-fileupload-error-docType {
  color: #e00c42;
  position: absolute;
  bottom: -17px;
  top: auto;
  /* left: 20px; */
  left: 3px;
  line-height: 1;
  padding: 0 0 0 15px !important;
  font-size: 13px;
  font-weight: 700;
  border: none;
  background: none;
  min-width: 250px;
}
.help-block div,
.alert-custom div,
.js-fileupload-error-docType div {
  margin: 0 !important;
}
.help-block:after,
.alert-custom:after,
.js-fileupload-error-docType:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.69 0 0 2.69 0 6C0 9.31 2.69 12 6 12C9.31 12 12 9.31 12 6C12 2.69 9.31 0 6 0ZM7 9C7 9.275 6.775 9.5 6.5 9.5H5.5C5.225 9.5 5 9.275 5 9V8C5 7.725 5.225 7.5 5.5 7.5H6.5C6.775 7.5 7 7.725 7 8V9ZM7 4.5L6.54 6.8C6.515 6.915 6.415 7 6.295 7H5.705C5.585 7 5.485 6.915 5.46 6.8L5 4.5V3C5 2.725 5.225 2.5 5.5 2.5H6.5C6.775 2.5 7 2.725 7 3V4.5Z' fill='%23E0002B'/%3E%3C/svg%3E%0A") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

/* Form Group + Error/Success Messages */
.h-form-group {
  position: relative;
  margin-bottom: 30px !important;
}
.h-form-group .form-group.input-text-wrapper.has-success .h-input, .h-form-group.has-success .h-input {
  border: 1px solid var(--h-input-border);
}
.h-form-group .form-group.input-text-wrapper.has-success:after, .h-form-group.has-success:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L6 12L1 7' stroke='%23008217' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat;
  position: absolute;
  bottom: 20px;
  right: 11px;
  top: auto;
  width: 18px;
  height: 13px;
}

/* Request Label */
.h-label.is-required:after,
.h-checkbox.is-required:after {
  content: "*";
  position: absolute;
  margin-left: 4px;
  font-size: 20px;
  top: -3px;
}

.studien-content-template .default-label-text p.error {
  color: var(--h-input-error);
  font-size: 13px;
  font-weight: 700;
}
.studien-content-template .default-label-text p.error i {
  height: 12px;
  width: 12px;
  position: relative;
  background: none;
  margin-right: 2px !important;
}
.studien-content-template .default-label-text p.error i:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.69 0 0 2.69 0 6C0 9.31 2.69 12 6 12C9.31 12 12 9.31 12 6C12 2.69 9.31 0 6 0ZM7 9C7 9.275 6.775 9.5 6.5 9.5H5.5C5.225 9.5 5 9.275 5 9V8C5 7.725 5.225 7.5 5.5 7.5H6.5C6.775 7.5 7 7.725 7 8V9ZM7 4.5L6.54 6.8C6.515 6.915 6.415 7 6.295 7H5.705C5.585 7 5.485 6.915 5.46 6.8L5 4.5V3C5 2.725 5.225 2.5 5.5 2.5H6.5C6.775 2.5 7 2.725 7 3V4.5Z' fill='%23E0002B'/%3E%3C/svg%3E%0A") no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
}

div.hays-new-customer-contact-form .hide-form .control-label .reference-mark {
  display: none;
}
div.hays-new-customer-contact-form .row {
  padding-bottom: 10px !important;
}
div.hays-new-customer-contact-form .row .form-group {
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  .h-btn {
    width: 100%;
  }
}
.h-btn, .aui .h-btn {
  display: inline-block;
  border: var(--h-border-width-sm) solid var(--h-btn-secondary);
  border-radius: var(--h-glow-border-radius);
  padding: 13px 40px;
  font-size: var(--h-text-fs);
  line-height: 1;
  font-weight: var(--h-font-bold);
  text-align: center;
  color: var(--h-text-on-dark);
  background-color: var(--h-btn-secondary);
}
.h-btn:hover, .h-btn:focus-visible, .aui .h-btn:hover, .aui .h-btn:focus-visible {
  border-color: transparent;
  color: var(--h-text-on-dark);
  background-color: var(--h-btn-secondary-hover);
}
.h-btn:focus, .aui .h-btn:focus {
  color: var(--h-text-on-dark);
  border: 1px solid #007FA9;
  background-color: var(--h-btn-secondary-hover);
}
.h-btn:focus-visible, .aui .h-btn:focus-visible {
  outline: var(--h-border-width-lg) solid var(--h-outline);
  outline-offset: var(--h-border-width-lg);
}
.h-btn[disabled], .aui .h-btn[disabled] {
  border-color: transparent;
  color: var(--h-text-on-dark);
  background-color: var(--h-btn-disabled);
}
.h-btn--ghost, .aui .h-btn--ghost {
  border-color: var(--h-btn-secondary);
  color: var(--h-btn-secondary);
  background-color: transparent;
}
.h-btn--inverted, .aui .h-btn--inverted {
  border-color: var(--h-border-on-dark);
  color: var(--h-text-on-dark);
  background-color: var(--h-btn-inverted);
}
.h-btn--inverted:hover, .h-btn--inverted:focus-visible, .aui .h-btn--inverted:hover, .aui .h-btn--inverted:focus-visible {
  border-color: transparent;
  color: var(--h-btn-secondary);
  background-color: var(--h-btn-inverted-hover);
}
.h-btn--inverted:focus, .aui .h-btn--inverted:focus {
  border-color: var(--h-btn-secondary);
  color: var(--h-btn-secondary);
  background-color: var(--h-btn-inverted-hover);
}
.h-btn--inverted.h-btn--ghost, .aui .h-btn--inverted.h-btn--ghost {
  border-color: var(--h-border-on-dark);
  color: var(--h-text-on-dark);
  background-color: transparent;
}
.h-btn--inverted.h-btn--ghost:hover, .h-btn--inverted.h-btn--ghost:focus-visible, .aui .h-btn--inverted.h-btn--ghost:hover, .aui .h-btn--inverted.h-btn--ghost:focus-visible {
  background-color: var(--h-btn-inverted-hover);
  border-color: transparent;
  color: var(--h-btn-secondary);
}
.h-btn--inverted.h-btn--ghost:focus, .aui .h-btn--inverted.h-btn--ghost:focus {
  background-color: var(--h-btn-inverted-hover);
  border-color: var(--h-btn-secondary);
  color: var(--h-btn-secondary);
}
@media (max-width: 576px) {
  .h-btn--block, .aui .h-btn--block {
    width: 100%;
  }
}
.h-btn--primary, .aui .h-btn--primary {
  background-color: var(--h-glow-mid-blue);
  border-color: var(--h-glow-mid-blue);
  position: relative;
}
.h-btn--primary:hover, .h-btn--primary:focus-visible, .aui .h-btn--primary:hover, .aui .h-btn--primary:focus-visible {
  background-color: var(--h-glow-azure-blue-dark-2);
  border-color: transparent;
}
.h-btn--primary:focus, .aui .h-btn--primary:focus {
  border: 2px solid var(--h-glow-azure-blue-dark-4);
  background-color: var(--h-glow-azure-blue-dark-2);
  &:before{
    content:'';
    width: 100%;
    height: 100%;
    border: 2px solid var(--h-glow-azure-blue-dark-4);
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 10px;
  }
}
.h-btn--primary.h-btn--ghost, .aui .h-btn--primary.h-btn--ghost {
  color: var(--h-btn-primary);
  border-color: var(--h-btn-primary);
  background-color: transparent;
}
.h-btn--primary.h-btn--ghost:hover, .h-btn--primary.h-btn--ghost:focus-visible, .aui .h-btn--primary.h-btn--ghost:hover, .aui .h-btn--primary.h-btn--ghost:focus-visible {
  color: var(--h-text-on-dark);
  background-color: var(--h-btn-primary-hover);
  border-color: transparent;
}
.h-btn--primary.h-btn--ghost:focus, .aui .h-btn--primary.h-btn--ghost:focus {
  border: 1px solid #002776;
  background-color: var(--h-btn-primary-hover);
}
.h-btn--primary.h-btn-inverted, .aui .h-btn--primary.h-btn-inverted {
  background-color: var(--h-btn-inverted);
  border-color: var(--h-btn-primary);
  color: var(--h-btn-primary);
  outline-color: var(--h-outline-on-dark);
}
.h-btn--primary.h-btn-inverted:hover, .h-btn--primary.h-btn-inverted:focus-visible, .aui .h-btn--primary.h-btn-inverted:hover, .aui .h-btn--primary.h-btn-inverted:focus-visible {
  background-color: var(--h-btn-inverted-hover);
  border-color: transparent;
}
.h-btn--primary.h-btn-inverted:focus, .aui .h-btn--primary.h-btn-inverted:focus {
  background-color: var(--h-btn-inverted-hover);
}
.h-btn--lg, .aui .h-btn--lg {
  padding: 15px 40px;
  font-size: var(--h-text-fs);
}
@media (min-width: 768px) {
  .h-btn--lg, .aui .h-btn--lg {
    padding: 15px 50px;
    font-size: var(--h-text-fs-lg);
  }
}
.h-btn--md, .aui .h-btn--md {
  padding: 13px 40px;
  font-size: var(--h-text-fs);
}
.h-btn--sm, .aui .h-btn--sm {
  padding: 10px 30px;
  font-size: var(--h-text-fs-sm);
}
@media (max-width: 768px) {
  .h-btn--sticky, .aui .h-btn--sticky {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    width: 100%;
    height: 80px;
    font-size: var(--h-text-fs-lg);
    text-align: center;
  }
}
.h-btn--icon .h-btn__icon, .aui .h-btn--icon .h-btn__icon {
  height: 1.25rem;
}
.h-btn--icon .h-btn__icon:first-child, .aui .h-btn--icon .h-btn__icon:first-child {
  margin-right: 5px;
}
.h-btn--icon .h-btn__icon:last-child, .aui .h-btn--icon .h-btn__icon:last-child {
  margin-left: 5px;
}
.h-btn--only-icon, .aui .h-btn--only-icon {
  position: relative;
  padding: 0;
  height: 44px;
  aspect-ratio: 1;
}
.h-btn--only-icon.h-btn--sm, .aui .h-btn--only-icon.h-btn--sm {
  height: 30px;
}
@media (min-width: 768px) {
  .h-btn--only-icon.h-btn--lg, .aui .h-btn--only-icon.h-btn--lg {
    height: 50px;
  }
}
.h-btn--only-icon .h-btn__icon, .aui .h-btn--only-icon .h-btn__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h-btn--dropbox, .aui .h-btn--dropbox {
  border: 1px solid var(--h-btn-primary);
  color: var(--h-btn-primary);
  background-color: #fff;
  text-decoration: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='23' viewBox='0 0 26 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.8 4.71994L6.4 8.80294L12.8 12.8849L6.4 16.9679L0 12.8629L6.4 8.78094L0 4.71994L6.4 0.637939L12.8 4.71994ZM6.***********L12.***********L19.***********L12.***********L6.***********ZM12.8 12.8629L19.2 8.78094L12.8 4.72094L19.165 0.637939L25.565 4.71994L19.165 8.80194L25.***********L19.***********L12.8 12.8629Z' fill='%230061FF'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 15px 50%;
  padding-left: 50px;
  padding-right: 30px;
}
.h-btn--xing, .aui .h-btn--xing {
  padding: 0 40px !important;
  background-color: var(--h-xing);
  border: 1px solid var(--h-xing);
}
.h-btn--xing span, .aui .h-btn--xing span {
  background-repeat: no-repeat;
  background-position: 0 49%;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='25' viewBox='0 0 22 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.35806 10.1145C9.25673 10.2825 7.95039 12.4158 5.43906 16.5145C5.34546 16.6999 5.20448 16.8572 5.03043 16.9705C4.85638 17.0838 4.65546 17.149 4.44806 17.1595H0.80706C0.714062 17.1655 0.621151 17.1465 0.537974 17.1045C0.454798 17.0625 0.384389 16.9989 0.33406 16.9205C0.284185 16.8457 0.257568 16.7579 0.257568 16.668C0.257568 16.5781 0.284185 16.4903 0.33406 16.4155L4.19206 10.1285C4.20273 10.1285 4.20273 10.1238 4.19206 10.1145L1.73706 6.1985C1.67755 6.12543 1.64382 6.03476 1.64111 5.94055C1.63839 5.84635 1.66685 5.75388 1.72206 5.67751C1.77816 5.60308 1.85263 5.5445 1.93817 5.50751C2.02372 5.47052 2.11741 5.45639 2.21006 5.46651H5.85806C6.06617 5.47327 6.26867 5.53564 6.44452 5.64713C6.62038 5.75862 6.76317 5.91517 6.85806 6.1005L9.35806 10.1145ZM21.6581 1.1045C21.7128 1.17996 21.7423 1.27079 21.7423 1.364C21.7423 1.45722 21.7128 1.54805 21.6581 1.6235L13.6011 14.7325V14.7465L18.7251 23.3775C18.7794 23.4525 18.81 23.*********** 23.6345C18.8157 23.7271 18.7907 23.8184 18.7411 23.8965C18.6835 23.9693 18.6088 24.0267 18.5236 24.0635C18.4385 24.1003 18.3455 24.1154 18.2531 24.1075H14.6081C14.3978 24.1073 14.1919 24.0479 14.0138 23.9362C13.8357 23.8244 13.6927 23.6647 13.6011 23.4755L8.43106 14.7465L16.5291 1.5255C16.6185 1.34105 16.7567 1.18463 16.9288 1.07321C17.1009 0.961794 17.3002 0.899642 17.5051 0.893505H21.1801C21.2713 0.883473 21.3635 0.897702 21.4474 0.934752C21.5314 0.971803 21.604 1.03036 21.6581 1.1045Z' fill='white'/%3E%3C/svg%3E%0A");
  padding-left: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

@media (min-width: 768px) {
  .h-job-detail .h-btn--lg {
    padding: 14px 35px;
    width: 340px;
  }
}

.h-socialbar {
  --icon-size: 35px;
  margin-bottom: 0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .h-socialbar {
    padding-bottom: 30px;
  }
}
.h-socialbar .container {
  align-items: center;
}

@media (max-width: 768px) {
  .h-socialbar .container {
    /*align-items: center;*/
    flex-direction: column;
  }
  .h-socialbar .container .h-socialbar__list{
    margin: 0;
  }
}

@media (min-width: 992px) {
  .h-socialbar--row .container {
    display: flex;
    align-items: center;
  }
}
.h-socialbar .h-socialbar__text--row {
  text-align: right;
}
@media (min-width: 992px) {
  .h-socialbar .h-socialbar__text--row {
    margin: 0 15px 0 0;
    text-align: right;
  }
}
.h-socialbar__list {
  margin: 0 0 0 30px;
  padding-left: 0;
}
@media (min-width: 992px) {
  .h-socialbar__list--row {
    margin: 0;
  }
}
.h-socialbar__list--dk {
  width: calc(var(--icon-size) * 3);
}
.h-socialbar__item {
  flex: 0 0 var(--icon-size);
  margin: 0;
}
.h-socialbar__item::marker {
  content: '';
  display: none;
}

.h-socialbar .h-socialbar__link {
  color: inherit;
}
.h-socialbar .h-socialbar__link-icon {
  display: block;
  height: 35px;
}
.h-socialbar .h-h4 {
  color: #ffffff;
  margin: 0;
}

@media (max-width: 768px) {
  .h-socialbar .h-h4 {
    margin-bottom: 15px;
  }
}

.h-section-footer {
  font-size: 12px;
  color: var(--h-text-on-dark);
  background-color: var(--h-glow-dark-blue);
}
.h-section-footer a, .aui .h-section-footer a {
  color: var(--h-link-on-dark);
  font-weight: var(--h-font-bold);
  text-decoration: none;
}
.h-section-footer a:hover, .h-section-footer a:focus-visible, .aui .h-section-footer a:hover, .aui .h-section-footer a:focus-visible {
  color: var(--h-link-on-dark-hover);
  text-decoration: underline;
}
.h-section-footer a:focus, .aui .h-section-footer a:focus {
  color: var(--h-glow-mid-blue);
}

.h-footer {
  padding-bottom: 30px;
}
.h-footer:first-child {
  padding-top: 25px;
}
@media (min-width: 768px) {
  .h-footer:first-child {
    padding-top: 25px;
  }
}
.h-footer-nav__list {
  margin: 0;
  list-style: none;
  line-height: 1;
  padding:0;
}
.h-footer-nav__item {
  margin: 5px 0;
  padding: 0 5px;
  border-left: var(--h-border-width-sm) solid var(--h-border-highlighted);
}
.h-footer-nav__item:nth-child(1), .h-footer-nav__item:nth-child(2) {
  padding-left: 0px;
}
.h-footer-nav__item--contact, .h-footer-nav__item--contact + .h-footer-nav__item {
  border-left: 0;
}
.h-footer-nav__item--contact {
  flex-basis: 100%;
}
.h-footer-nav__list--reduced .h-footer-nav__item:first-child {
  border-left: 0;
}

.h-footer-copyright{
  line-height: 21px;
  margin: 0 0 15px 0;
}

@media (max-width: 768px) {
  .h-footer .h-footer-nav .h-footer-nav__list{
    text-align: center;
    justify-content: center;
    margin: 0 15px;
  }
  .h-footer-copyright{
    text-align: center;
    margin: 0 15px 15px 15px !important;
  }
}

.certification-logo-container{
  position: relative;
  text-align: center;
}

.certification-logo-container .certification-logo{
  position: absolute;
  right: 0;
  bottom: 16px;
}

@media (max-width: 768px) {
  .certification-logo-container > div{
    margin-bottom: 30px;

  }
  .certification-logo-container .certification-logo{
    position: relative;
  }
}
/*# sourceMappingURL=redesign.css.map */


input#inputName,
input#inputPassword {
  padding:13px 0!important;
  text-indent:15px;
}

.hays__erstlogin .hays__erstlogin__login__password__cleartext {
  width: 26px;
  height: 32px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im5nLWVsZW1lbnQiIGRhdGEtaWQ9IjBjZDNiYTRiMThjMGFhMGRiYjYwMmI3OWIwYWM0OTMxIiBzdHlsZT0iZmlsbDogI0NBQ0FDQTsgd2lkdGg6IDI5cHg7IGhlaWdodDogMjRweDsgZmlsdGVyOiBub25lOyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48cGF0aCB4bWxuczpkZWZhdWx0PSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0iTTEyIDQuNUM3IDQuNSAyLjczIDcuNjEgMSAxMmMxLjczIDQuMzkgNiA3LjUgMTEgNy41czkuMjctMy4xMSAxMS03LjVjLTEuNzMtNC4zOS02LTcuNS0xMS03LjV6TTEyIDE3Yy0yLjc2IDAtNS0yLjI0LTUtNXMyLjI0LTUgNS01IDUgMi4yNCA1IDUtMi4yNCA1LTUgNXptMC04Yy0xLjY2IDAtMyAxLjM0LTMgM3MxLjM0IDMgMyAzIDMtMS4zNCAzLTMtMS4zNC0zLTMtM3oiIHN0eWxlPSJmaWxsOiAjQ0FDQUNBOyIvPjwvZz48L3N2Zz4NCg==") no-repeat;
  background-position: center;
  background-size: 30px 24px;
  -ms-background-position-x: 8px;
  -ms-background-position-y: 4px;
  position: absolute;
  right: 10px;
  padding: 8px 10px;
  top: 0;
  cursor: pointer;
}

.hays__erstlogin .hays__erstlogin__login__password__cleartext.active:hover, .hays__erstlogin .hays__erstlogin__login__password__cleartext:hover {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIG1lZXQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgY2xhc3M9Im5nLWVsZW1lbnQiIGRhdGEtaWQ9IjBjZDNiYTRiMThjMGFhMGRiYjYwMmI3OWIwYWM0OTMxIiBzdHlsZT0iZmlsbDogIzAwMjc3Njsgd2lkdGg6IDI5cHg7IGhlaWdodDogMjRweDsgZmlsdGVyOiBub25lOyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Zz48cGF0aCB4bWxuczpkZWZhdWx0PSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0iTTEyIDQuNUM3IDQuNSAyLjczIDcuNjEgMSAxMmMxLjczIDQuMzkgNiA3LjUgMTEgNy41czkuMjctMy4xMSAxMS03LjVjLTEuNzMtNC4zOS02LTcuNS0xMS03LjV6TTEyIDE3Yy0yLjc2IDAtNS0yLjI0LTUtNXMyLjI0LTUgNS01IDUgMi4yNCA1IDUtMi4yNCA1LTUgNXptMC04Yy0xLjY2IDAtMyAxLjM0LTMgM3MxLjM0IDMgMyAzIDMtMS4zNCAzLTMtMS4zNC0zLTMtM3oiIHN0eWxlPSJmaWxsOiAjMDAyNzc2OyIvPjwvZz48L3N2Zz4NCg==");
}

.hays__erstlogin__login__register table tr {
  display: table;
  margin-bottom: 10px;
} 

.hays__erstlogin__login__register table tr td:first-child {
  width: 70px;
}

span.password__input__group {
  position: relative;
  display:block;
}

.h-footer-copyright{
  margin:0;
}

.lang-test { display:none;}

.h-footer ul{
  margin-left:0px;
  margin-bottom: 25px;
  padding-left: 0;
  display:flex;
  @media (max-width: 768px){
    justify-content: center;
  }
}
.h-footer-nav-item::marker {
  content:"";
  display: none;
}
.h-footer-nav-item{
  line-height: 1;
}
.h-footer-nav-item:first-child{
  border-right: 1px solid #FFFFFF;
  padding-right: 5px;
  margin-right: 5px;
}
