/* src/styles.scss */
.backdrop {
  display: none;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.backdrop.show {
  display: block;
}
#frok-modal {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.boschicon-bosch-ic-robot-onboarding-livechat {
  content: url(/assets/images/robot-onboarding-livechat.svg);
}
@font-face {
  font-family: "BoschSansLight", sans-serif !important;
  font-weight: 300;
  src: url("./media/BoschSans-Regular-OCP2UZFG.woff2") format("woff2"), url("./media/BoschSans-Regular-JZHXKLYR.woff") format("woff") !important;
  font-display: swap;
}
.bsh-light {
  font-family: "BoschSansLight", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  outline: none;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
a {
  display: inline;
  color: var(--minor-accent__enabled__front__default);
  text-decoration: underline;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-ZYEDR3EM.css.map */
