.holcim_toc .title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 79.99875rem) {
  .holcim_toc .title {
    padding: 0.9375rem 3.75rem 0.9375rem 1.5625rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: var(--corporate-palette-6);
    position: relative;
    cursor: pointer;
  }
}
@media (max-width: 79.99875rem) and (max-width: 47.99875rem) {
  .holcim_toc .title {
    width: 100%;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_toc .title .minus {
    content: " ";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  .holcim_toc .title .minus:after {
    content: " ";
    display: block;
    width: 13px;
    height: 2px;
    background-color: var(--corporate-main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .holcim_toc .title .minus.closed:before {
    content: " ";
    display: block;
    width: 2px;
    height: 13px;
    background-color: var(--corporate-main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.holcim_toc ul.links {
  padding: 0;
  margin: 0;
  list-style: none;
}
.holcim_toc ul.links li {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1.5625rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.holcim_toc ul.links li a {
  font-weight: 500;
  font-size: inherit;
  color: var(--corporate-premium-blue);
}
.holcim_toc ul.links li:before {
  content: " ";
  display: inline-block;
  background-image: url("../images/link.svg");
  height: 11px;
  width: 11px;
  margin-right: 0.9375rem;
  flex: 0 0 auto;
}
.holcim_toc ul.links.hide {
  display: none;
}
.holcim_toc[class*=lb-background-color-] {
  padding: 1.25rem;
}
.holcim_toc.lb-background-color-3 .title {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-3 ul li a {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-3 ul li:before {
  background-image: none !important;
  background-color: white;
  -webkit-mask-image: url("../images/link.svg");
  mask-image: url("../images/link.svg");
}
.holcim_toc.lb-background-color-4 .title {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-4 ul li a {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-4 ul li:before {
  background-image: none !important;
  background-color: white;
  -webkit-mask-image: url("../images/link.svg");
  mask-image: url("../images/link.svg");
}
.holcim_toc.lb-background-color-5 .title {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-5 ul li a {
  color: var(--corporate-white) !important;
}
.holcim_toc.lb-background-color-5 ul li:before {
  background-image: none !important;
  background-color: white;
  -webkit-mask-image: url("../images/link.svg");
  mask-image: url("../images/link.svg");
}
/*# sourceMappingURL=style.css.map */
