/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/footerboxes/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content-footerbox {
  font-size: 1rem;
  line-height: 1.5rem;
}

.footerbox--header {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footerbox--header {
    margin-top: 0;
  }
}

ul.footerbox-openinghours {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footerbox-openinghours--item + .footerbox-openinghours--item {
  margin-top: 1.5rem;
}

.footerbox-openinghours--title {
  font-size: 1rem;
  color: var(--color-primary);
  font-weight: var(--font-weight-medium);
  margin-bottom: 0.5rem;
}

.footerbox-openinghours--text {
  font-size: 1rem;
  color: var(--color-secondary);
  font-weight: var(--font-weight-bold);
}
.footerbox-openinghours--text.thin {
  font-weight: var(--font-weight-medium);
}

ul.footerbox-quicklinks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerbox-quicklinks--item + .footerbox-quicklinks--item {
  margin-top: 1.25rem;
}
.footerbox-quicklinks--item a {
  padding-left: 1.5rem;
  position: relative;
}
.footerbox-quicklinks--item a i {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  font-size: 0.8125rem;
}

.footerbox-contact {
  margin-bottom: 3rem;
}

.footerbox-contact--items {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}

.footerbox-contact--item {
  position: relative;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.footerbox-contact--item i {
  color: var(--bs-primary);
  font-size: 0.75rem;
  width: 1rem;
  margin-right: 1rem;
}
