@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 1.0 Universal License | github.com/csstools/sanitize.css */
/* Document
 * * ========================================================================== */
/**
 * * 1. Add border box sizing in all browsers (opinionated).
 * * 2. Backgrounds do not repeat by default (opinionated).
 * */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  background-repeat: no-repeat;
}

/* 2 */
/**
 * * 1. Add text decoration inheritance in all browsers (opinionated).
 * * 2. Add vertical alignment inheritance in all browsers (opinionated).
 * */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
}

/* 2 */
/**
 * * 1. Use the default cursor in all browsers (opinionated).
 * * 2. Change the line height in all browsers (opinionated).
 * * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * * 4. Use a 4-space tab width in all browsers (opinionated).
 * * 5. Remove the grey highlight on links in iOS (opinionated).
 * * 6. Prevent adjustments of font size after orientation changes in iOS.
 * */
:where(:root) {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  overflow-wrap: break-word;
  /* 3 */
  -moz-tab-size: 4;
  /* 4 */
  tab-size: 4;
  /* 4 */
  -webkit-tap-highlight-color: transparent;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 6 */
  text-size-adjust: 100%;
}

/* 6 */
/* Sections
 * * ========================================================================== */
/**
 * * Remove the margin in all browsers (opinionated).
 * */
:where(body) {
  margin: 0;
}

/**
 * * Correct the font size and margin on `h1` elements within `section` and
 * * `article` contexts in Chrome, Edge, Firefox, and Safari.
 * */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * * ========================================================================== */
/**
 * * Remove the margin on nested lists in Chrome, Edge, and Safari.
 * */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * * 1. Correct the inheritance of border color in Firefox.
 * * 2. Add the correct box sizing in Firefox.
 * */
:where(hr) {
  color: inherit;
  /* 1 */
  height: 0;
}

/* 2 */
/**
 * * Remove the list style on navigation lists in all browsers (opinionated).
 * */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 * */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * * 3. Prevent overflow of the container in all browsers (opinionated).
 * */
:where(pre) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
  overflow: auto;
}

/* 3 */
/* Text-level semantics
 * * ========================================================================== */
/**
 * * Add the correct text decoration in Safari.
 * */
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * * Add the correct font weight in Chrome, Edge, and Safari.
 * */
:where(b, strong) {
  font-weight: bolder;
}

/**
 * * 1. Correct the inheritance and scaling of font size in all browsers.
 * * 2. Correct the odd `em` font sizing in all browsers.
 * */
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
}

/* 2 */
/**
 * * Add the correct font size in all browsers.
 * */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * * ========================================================================== */
/* * Change the alignment on media elements in all browsers (opinionated).
 * */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * * Remove the border on iframes in all browsers (opinionated).
 * */
:where(iframe) {
  border-style: none;
}

/**
 * * Change the fill color to match the text color in all browsers (opinionated).
 * */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * * ========================================================================== */
/**
 * * 1. Collapse border spacing in all browsers (opinionated).
 * * 2. Correct table border color in Chrome, Edge, and Safari.
 * * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 * */
:where(table) {
  border-collapse: collapse;
  /* 1 */
  border-color: currentColor;
  /* 2 */
  text-indent: 0;
}

/* 3 */
/* Forms
 * * ========================================================================== */
/**
 * * Remove the margin on controls in Safari.
 * */
:where(button, input, select) {
  margin: 0;
}

/**
 * * Correct the inability to style buttons in iOS and Safari.
 * */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * * Change the inconsistent appearance in all browsers (opinionated).
 * */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 * */
:where(progress) {
  vertical-align: baseline;
}

/**
 * * 1. Remove the margin in Firefox and Safari.
 * * 3. Change the resize direction in all browsers (opinionated).
 * */
:where(textarea) {
  margin: 0;
  /* 1 */
  resize: vertical;
}

/* 3 */
/**
 * * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * * 2. Correct the outline style in Safari.
 * */
:where([type=search i]) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
}

/* 2 */
/**
 * * Correct the cursor style of increment and decrement buttons in Safari.
 * */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * * Correct the text style of placeholders in Chrome, Edge, and Safari.
 * */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 * */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * * 1. Correct the inability to style upload buttons in iOS and Safari.
 * * 2. Change font properties to `inherit` in Safari.
 * */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
}

/* 2 */
/* Interactive
 * * ========================================================================== */
/* * Add the correct styles in Safari.
 * */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/* * Add the correct display in Safari.
 * */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * * ========================================================================== */
/**
 * * Change the cursor on busy elements in all browsers (opinionated).
 * */
:where([aria-busy=true i]) {
  cursor: progress;
}

/* * Change the cursor on disabled, not-editable, or otherwise
 * * inoperable elements in all browsers (opinionated).
 * */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/* * Change the display on visually hidden accessible elements
 * * in all browsers (opinionated).
 * */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: "Outfit";
  font-style: light;
  font-weight: 300;
  src: local(""), url("../fonts/outfit-v4-latin-300.woff2") format("woff2"), url("../fonts/outfit-v4-latin-300.woff") format("woff");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/outfit-v4-latin-regular.woff2") format("woff2"), url("../fonts/outfit-v4-latin-regular.woff") format("woff");
}
@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/outfit-v4-latin-700.woff2") format("woff2"), url("../fonts/outfit-v4-latin-700.woff") format("woff");
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 16px;
  text-size-adjust: 100%;
}
html body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
}
html body h1,
html body h2,
html body h3,
html body h4 {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  padding: 0;
}
html body h1 {
  font-size: 1rem;
}
html body h2 {
  font-size: 0.875rem;
}
html body h3 {
  font-size: 0.875rem;
}
html body h4 {
  font-size: 0.75rem;
}
html body p {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
}

::-webkit-input-placeholder {
  color: #A7A9AA;
}

::-moz-placeholder {
  color: #A7A9AA;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #A7A9AA;
}

::placeholder {
  color: #A7A9AA;
}

.hc-yellow {
  background-color: #FFDD03;
}

.hc-disabled {
  cursor: not-allowed;
  color: #21272E !important;
  background-color: #ffffff !important;
}

body:has(div.hc-data-container) {
  background-color: #ffffff;
}

.logo {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 204px;
  height: 64px;
  background-color: unset;
}

.menu-button {
  padding: 0 !important;
  paddin-top: 1rem !important;
  cursor: default;
}

.login-title-slogan {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 6.875rem;
  max-width: 712px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-100%, -50%);
  font-weight: 700;
  line-height: 115px;
  letter-spacing: 0.02em;
  color: #21272E;
}

.login-company-copyright {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  font-size: 0.875rem;
  position: relative;
  line-height: 1.75rem;
  color: #21272E;
}

.login-bg-cubes {
  right: 0;
  bottom: 0;
  position: absolute;
}

.login-form-container {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  right: 10%;
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  width: 515px;
  height: auto;
  background: linear-gradient(334.26deg, rgba(255, 255, 255, 0.426) 0.76%, rgba(255, 255, 255, 0.71) 65.09%);
  backdrop-filter: blur(1.5625rem);
  -webkit-backdrop-filter: blur(1.5625rem);
  box-shadow: 0 0.25163625rem 1.38375rem rgba(0, 0, 0, 0.16);
  text-align: center;
  color: #21272E;
  border-radius: 0.9375rem;
  padding-bottom: 2rem;
}
.login-form-container .login-form-header {
  margin-top: 4rem;
  font-size: 2.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4.25rem;
}
.login-form-container .login-description-text {
  font-size: 1.375rem;
  margin-left: 2rem;
  margin-right: 2rem;
}
.login-form-container .error {
  color: #F30;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}
.login-form-container .tooltip, .login-form-container .tooltip-inner {
  display: none !important;
}
.login-form-container .error-empty {
  padding: 0.5625rem;
  line-height: normal;
}
.login-form-container .error-message {
  text-align: left;
  color: #F30;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.0175rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.login-form-container .error-message li {
  list-style: none;
}
.login-form-container .password-reset-link {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.75rem;
  letter-spacing: -0.01125rem;
  text-decoration-line: underline;
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.login-form-container .hc-btn-primary {
  margin-top: 3.5rem !important;
  margin-bottom: 2.625rem;
}
.login-form-container .hc-left-cell {
  padding-left: 0rem !important;
  padding-right: 0.5rem !important;
}
.login-form-container .hc-right-cell {
  padding-left: 0.5rem !important;
  padding-right: 0rem !important;
}

.honic-logo {
  height: 3.75rem;
  cursor: auto;
  float: right;
  align-content: center;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  filter: invert(1);
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}

.hc-bar-item {
  font-family: "Outfit", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.36px;
  padding-top: 1rem !important;
}

.hc-settings-item {
  width: 4.5rem !important;
  text-align: center;
}

.hc-info-item {
  padding: 0 !important;
}

.hc-info-item:active {
  background: rgba(255, 255, 255, 0.4980392157);
}

.hc-v-line-item {
  padding-left: 0 !important;
}

.hc-v-line-item img {
  padding-top: 0.5rem;
}

.hc-info-item:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3019607843);
}

.hc-info-item:active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4980392157);
}

.hc-imprint, .hc-data-protection {
  text-decoration: none;
}

.hc-imprint:hover, .hc-data-protection:hover {
  text-decoration: underline;
}

.hc-data-container {
  background-color: rgba(255, 255, 255, 0.93);
  font-size: 2.75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.hc-data-container ul {
  font-size: 1.375rem;
}
.hc-data-container p {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.hc-data-container .hc-separate {
  padding-top: 8px;
  padding-bottom: 8px;
}

.hc-tabbing-line {
  padding-top: 3.75rem;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: white;
  font-size: 1.125rem;
  display: inline-flex;
}

@media (min-width: 1080px) {
  .login-title-slogan {
    font-size: 4.875rem;
    left: 53%;
    line-height: 90px;
  }
  .login-form-container {
    width: 394px;
    height: auto;
  }
  .login-form-container .login-form-header {
    font-size: 1.5rem;
    line-height: 0.8rem;
  }
  .login-form-container .hc-input {
    width: 100% !important;
    height: 40px !important;
    font-size: 0.8rem;
  }
  .login-form-container .hc-btn-primary {
    font-size: 0.8rem;
    line-height: 0.8rem;
    height: 36px;
    margin-bottom: 1.625rem;
  }
  .login-form-container .password-reset-link {
    font-size: 1rem;
  }
}
@media (max-width: 1600px) {
  .login-bg-cubes {
    bottom: -1rem;
  }
  .logo {
    top: 2rem;
  }
}
@media (min-width: 160rem) {
  .login-form-container {
    right: 20%;
  }
}
@media (min-width: 1440px) {
  .login-company-copyright {
    top: 15rem;
  }
}
@media (min-width: 1600px) {
  .login-company-copyright {
    top: 14.375rem;
  }
}
@media (min-width: 1920px) {
  .login-company-copyright {
    top: 18.75rem;
  }
}

/*# sourceMappingURL=styles.css.map */
