/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./areas/info-widget/info-widget.scss ***!
  \******************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/* EASING */
/* Font settings */
/** GLOBALS **/
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
@keyframes shineEffect {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/** GLOBALS **/
/** GLOBALS **/
/** GLOBALS **/
.info-widget {
  margin-inline: auto;
  width: var(--content-width);
  position: relative;
}
.info-widget:not([data-module-spacing]) {
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.info-widget:not([data-module-spacing]) {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .info-widget:not([data-module-spacing]) {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-widget:not([data-module-spacing]) {
    margin-top: 104px;
  }
}
.info-widget:not([data-module-spacing]) {
  margin-bottom: 64px;
}
@media only screen and (min-width: 768px) {
  .info-widget:not([data-module-spacing]) {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1440px) {
  .info-widget:not([data-module-spacing]) {
    margin-bottom: 104px;
  }
}

.info-widget__inner {
  margin-inline: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .info-widget__inner {
    padding-bottom: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .info-widget__inner {
    flex-basis: 59.8958333333vw;
    width: 59.8958333333vw;
    max-width: 59.8958333333vw;
  }
}
@media only screen and (min-width: 1440px) {
  .info-widget__inner {
    flex-basis: 60vw;
    width: 60vw;
    max-width: 60vw;
  }
}
@media only screen and (min-width: 1920px) {
  .info-widget__inner {
    flex-basis: 1152px;
    width: 1152px;
    max-width: 1152px;
  }
}

.waiting-times__head,
.info-widget__head,
.info-widget__content {
  display: flex;
}

.waiting-times__head,
.info-widget__head {
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.info-widget__head,
.waiting-times__head {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .info-widget__head {
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
  }
}

.info-widget__content {
  flex-direction: column;
  row-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .info-widget__content:has(.info-widget__icon) .info-widget__copy {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 768px) {
  .info-widget__content {
    row-gap: 24px;
    position: relative;
  }
  .info-widget__content:not(:has(.info-widget__headline)) .info-widget__icon:first-child {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.info-widget__icon svg {
  fill: var(--color-content-error-1);
  width: 48px;
  height: 48px;
  margin-top: 10px;
}

.info-widget__headline {
  color: var(--color-content-error-1);
  font-family: "Murecho", system-ui, Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  font-size: 2.5rem;
  letter-spacing: -0.075rem;
}
@media screen and (min-width: 768px) {
  .info-widget__headline {
    font-size: 3.75rem;
    letter-spacing: -0.1125rem;
  }
}
@media screen and (min-width: 1280px) {
  .info-widget__headline {
    font-size: 3.75rem;
    letter-spacing: -0.1125rem;
  }
}

.info-widget__copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02rem;
}
