@font-face {
  font-family: 'Fuchs-Regular';
  src: url(https://login.schwaebisch-hall.de/mkloginpage/465a858e2e7d76570d4b.woff2) format("woff2"), url(https://login.schwaebisch-hall.de/mkloginpage/46ef72ed6f73b8f8a084.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fuchs-Bold';
  src: url(https://login.schwaebisch-hall.de/mkloginpage/a771cf739f2cf940b057.woff2) format("woff2"), url(https://login.schwaebisch-hall.de/mkloginpage/1f5935229516a7dfb5ab.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* use @color-primary instead */
/* use @color-secondary instead */
/* use @color-copy for font color definitions */
.js-tooltip {
  padding: 0;
  border: 0;
  background: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.js-tooltip.input-tooltip {
  position: absolute;
  right: -31.2px;
  top: -5px;
}
.js-tooltip.label-tooltip {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  top: 3px;
}
.js-tooltip::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://login.schwaebisch-hall.de/mkloginpage/2ae61997082d8b9e928d.svg);
}
.icon-tooltip use {
  pointer-events: none;
}
.js-tooltip-element {
  word-wrap: break-word;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 300px;
  padding: 16px;
  border: 2px solid #E2E8ED;
  background-color: #FFFFFF;
  opacity: 1;
  pointer-events: none;
  transition: opacity 125ms ease-in-out;
  will-change: opacity;
  z-index: 9;
  width: max-content;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 16px;
}
@media all and (min-width: 601px) {
  .js-tooltip-element {
    max-width: 400px;
  }
}
@media print {
  .js-tooltip-element {
    display: none !important;
  }
}
.js-tooltip-element h3 {
  margin-bottom: 15px;
}
.js-tooltip-element p {
  display: block !important;
  margin: 0;
  color: #425866 !important;
  font-size: 12px !important;
}
.js-tooltip-element.is-open {
  opacity: 1;
  pointer-events: all;
}
div:has(> .js-tooltip) {
  position: relative;
}
input:has(> .input-tooltip):has( > label) > .input-tooltip,
div:has(> .input-tooltip):has( > label) > .input-tooltip {
  top: 20px;
}
