.holcim_teaser.side_by_side {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side {
    flex-direction: column;
  }
}
.holcim_teaser.side_by_side div.metadata {
  margin-bottom: 0.625rem;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side div.metadata {
    font-size: 0.75rem;
  }
}
.holcim_teaser.side_by_side div.metadata ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-bottom: 0;
  margin-inline: 0;
}
.holcim_teaser.side_by_side div.metadata ul li {
  list-style: none;
}
.holcim_teaser.side_by_side div.metadata ul li span,
.holcim_teaser.side_by_side div.metadata ul li a {
  color: inherit;
  text-transform: uppercase;
  white-space: nowrap;
}
.holcim_teaser.side_by_side div.metadata ul .date {
  text-transform: uppercase;
  color: inherit;
  white-space: nowrap;
}
.holcim_teaser.side_by_side div.metadata ul .sep {
  display: block;
  height: 16px;
  border-right: 1px solid;
}
.holcim_teaser.side_by_side div.metadata.body-color-1 ul li a,
.holcim_teaser.side_by_side div.metadata.body-color-1 ul li span,
.holcim_teaser.side_by_side div.metadata.body-color-1 .date,
.holcim_teaser.side_by_side div.metadata.body-color-1 .sep {
  color: var(--corporate-field-color-1);
  border-color: var(--corporate-field-color-1);
}
.holcim_teaser.side_by_side div.metadata.body-color-2 ul li a,
.holcim_teaser.side_by_side div.metadata.body-color-2 ul li span,
.holcim_teaser.side_by_side div.metadata.body-color-2 .date,
.holcim_teaser.side_by_side div.metadata.body-color-2 .sep {
  color: var(--corporate-field-color-2);
  border-color: var(--corporate-field-color-2);
}
.holcim_teaser.side_by_side div.metadata.body-color-3 ul li a,
.holcim_teaser.side_by_side div.metadata.body-color-3 ul li span,
.holcim_teaser.side_by_side div.metadata.body-color-3 .date,
.holcim_teaser.side_by_side div.metadata.body-color-3 .sep {
  color: var(--corporate-field-color-3);
  border-color: var(--corporate-field-color-3);
}
.holcim_teaser.side_by_side div.metadata.body-color-4 ul li a,
.holcim_teaser.side_by_side div.metadata.body-color-4 ul li span,
.holcim_teaser.side_by_side div.metadata.body-color-4 .date,
.holcim_teaser.side_by_side div.metadata.body-color-4 .sep {
  color: var(--corporate-field-color-4);
  border-color: var(--corporate-field-color-4);
}
.holcim_teaser.side_by_side div.metadata.body-color-5 ul li a,
.holcim_teaser.side_by_side div.metadata.body-color-5 ul li span,
.holcim_teaser.side_by_side div.metadata.body-color-5 .date,
.holcim_teaser.side_by_side div.metadata.body-color-5 .sep {
  color: var(--corporate-field-color-5);
  border-color: var(--corporate-field-color-5);
}
.holcim_teaser.side_by_side .left_side_wrapper {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .left_side_wrapper {
    width: 100%;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper {
  padding: 0 3.75rem;
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper {
    width: 100%;
    padding: 0;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper {
  font-weight: 900;
  padding-left: 0;
  padding-right: 0;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-1 {
  color: var(--corporate-field-color-1) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-1 a {
  color: var(--corporate-field-color-1) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-2 {
  color: var(--corporate-field-color-2) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-2 a {
  color: var(--corporate-field-color-2) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-3 {
  color: var(--corporate-field-color-3) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-3 a {
  color: var(--corporate-field-color-3) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-4 {
  color: var(--corporate-field-color-4) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-4 a {
  color: var(--corporate-field-color-4) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-5 {
  color: var(--corporate-field-color-5) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-color-5 a {
  color: var(--corporate-field-color-5) !important;
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h1 {
  font-size: 3.378125rem;
  line-height: 3.378125rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h1 {
    font-size: 2.16625rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h1 {
    font-size: 1.925625rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h1 {
    font-size: 1.925625rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h2 {
  font-size: 2.769375rem;
  line-height: 2.769375rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h2 {
    font-size: 1.9rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h2 {
    font-size: 1.68875rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h2 {
    font-size: 1.68875rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h3 {
  font-size: 2.27rem;
  line-height: 2.27rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h3 {
    font-size: 1.666875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h3 {
    font-size: 1.48125rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h3 {
    font-size: 1.48125rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h4 {
  font-size: 1.860625rem;
  line-height: 1.860625rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h4 {
    font-size: 1.461875rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h4 {
    font-size: 1.299375rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h4 {
    font-size: 1.299375rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h5 {
  font-size: 1.525rem;
  line-height: 1.525rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h5 {
    font-size: 1.2825rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h5 {
    font-size: 1.14rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h5 {
    font-size: 1.14rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h6 {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h6 {
    font-size: 1rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-h6 {
    font-size: 1rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-normal {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-normal {
    font-size: 1.125rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-normal {
    font-size: 1rem;
  }
}
@media (max-width: 0.06125rem) {
  .holcim_teaser.side_by_side .right_side_wrapper .title_wrapper.title-size-normal {
    font-size: 1rem;
  }
}
.holcim_teaser.side_by_side .right_side_wrapper .description_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.holcim_teaser.side_by_side .right_side_wrapper .download_files {
  padding-left: 0;
  padding-right: 0;
}
.holcim_teaser.side_by_side .right_side_wrapper ul.cta_links {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 80rem) {
  .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper {
    order: -1;
  }
}
.holcim_teaser.side_by_side[class*=lb-background-color-], .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] {
  padding-bottom: 0;
}
@media (max-width: 79.99875rem) {
  .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.col-xl-6 > .holcim_teaser.side_by_side, .col-lg-6 > .holcim_teaser.side_by_side, .col-xl-4 > .holcim_teaser.side_by_side, .col-lg-4 > .holcim_teaser.side_by_side, .col-xl-3 > .holcim_teaser.side_by_side, .col-lg-3 > .holcim_teaser.side_by_side {
  flex-direction: column;
}
.col-xl-6 > .holcim_teaser.side_by_side .left_side_wrapper, .col-lg-6 > .holcim_teaser.side_by_side .left_side_wrapper, .col-xl-4 > .holcim_teaser.side_by_side .left_side_wrapper, .col-lg-4 > .holcim_teaser.side_by_side .left_side_wrapper, .col-xl-3 > .holcim_teaser.side_by_side .left_side_wrapper, .col-lg-3 > .holcim_teaser.side_by_side .left_side_wrapper {
  width: 100%;
}
.col-xl-6 > .holcim_teaser.side_by_side .right_side_wrapper, .col-lg-6 > .holcim_teaser.side_by_side .right_side_wrapper, .col-xl-4 > .holcim_teaser.side_by_side .right_side_wrapper, .col-lg-4 > .holcim_teaser.side_by_side .right_side_wrapper, .col-xl-3 > .holcim_teaser.side_by_side .right_side_wrapper, .col-lg-3 > .holcim_teaser.side_by_side .right_side_wrapper {
  width: 100%;
  padding: 0;
}
.col-xl-6 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper, .col-lg-6 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper, .col-xl-4 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper, .col-lg-4 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper, .col-xl-3 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper, .col-lg-3 > .holcim_teaser.side_by_side.imageOnTheRight .right_side_wrapper {
  order: -1;
}
.col-xl-6 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-xl-6 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color], .col-lg-6 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-lg-6 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color], .col-xl-4 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-xl-4 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color], .col-lg-4 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-lg-4 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color], .col-xl-3 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-xl-3 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color], .col-lg-3 > .holcim_teaser.side_by_side[class*=lb-background-color-], .col-lg-3 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] {
  padding-bottom: 0;
}
.col-xl-6 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-xl-6 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper, .col-lg-6 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-lg-6 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper, .col-xl-4 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-xl-4 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper, .col-lg-4 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-lg-4 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper, .col-xl-3 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-xl-3 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper, .col-lg-3 > .holcim_teaser.side_by_side[class*=lb-background-color-] .right_side_wrapper, .col-lg-3 > .holcim_teaser.side_by_side[class*=lb-background-ecopact-color] .right_side_wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.holcim_teaser.side_by_side.sbs_no_padding .right_side_wrapper {
  padding-left: 0.0625rem !important;
  padding-right: 0.0625rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_5 .right_side_wrapper {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_10 .right_side_wrapper {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_15 .right_side_wrapper {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_20 .right_side_wrapper {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_25 .right_side_wrapper {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_30 .right_side_wrapper {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_35 .right_side_wrapper {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_40 .right_side_wrapper {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_45 .right_side_wrapper {
  padding-left: 2.8125rem !important;
  padding-right: 2.8125rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_50 .right_side_wrapper {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_55 .right_side_wrapper {
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_60 .right_side_wrapper {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_65 .right_side_wrapper {
  padding-left: 4.0625rem !important;
  padding-right: 4.0625rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_70 .right_side_wrapper {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_75 .right_side_wrapper {
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important;
}
.holcim_teaser.side_by_side.sbs_padding_80 .right_side_wrapper {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
/*# sourceMappingURL=style-side-by-side.css.map */
