.holcim_blockcontactsheet .filters_wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 1.25rem 0 1.5625rem 0;
  gap: 60px;
  margin-bottom: 4.6875rem;
}
@media (max-width: 79.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper {
    gap: 30px;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper {
    gap: 30px;
  }
}
.holcim_blockcontactsheet .filters_wrapper .filter-item {
  width: 30%;
}
@media (max-width: 79.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper .filter-item {
    width: 47%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper .filter-item {
    width: 100%;
  }
}
.holcim_blockcontactsheet .filters_wrapper .filter-item label {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--corporate-dark-grey);
  display: none;
}
.holcim_blockcontactsheet .filters_wrapper .filter-item select {
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  color: var(--corporate-premium-blue);
}
.holcim_blockcontactsheet .filters_wrapper .filter-item select:focus {
  border-color: inherit;
  box-shadow: none;
}
@media (max-width: 47.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper .filter-item {
    width: 100%;
    margin-right: 0;
  }
  .holcim_blockcontactsheet .filters_wrapper .filter-item select {
    width: 100%;
  }
}
.holcim_blockcontactsheet .filters_wrapper .actions {
  display: none;
  gap: 20px;
  flex-direction: row;
  margin-top: -2.1875rem;
  display: none;
}
@media (max-width: 47.99875rem) {
  .holcim_blockcontactsheet .filters_wrapper .actions {
    flex-direction: column;
    margin-top: 0;
  }
}
.holcim_blockcontactsheet .filters_wrapper .actions button {
  background: var(--corporate-palette-7) 0% 0% no-repeat padding-box;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  font-weight: bold;
  color: var(--corporate-palette-8);
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0.9375rem 1.5625rem;
  text-transform: uppercase;
}
.holcim_blockcontactsheet .filters_wrapper .actions button:focus {
  outline: none;
}
.holcim_blockcontactsheet .filters_wrapper .actions button:hover {
  background-color: var(--corporate-palette-20);
  color: var(--corporate-dark-grey);
  border-color: var(--corporate-blue);
}
.holcim_blockcontactsheet .filters_wrapper .actions button:hover::after {
  background-color: var(--corporate-dark-grey);
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-1 {
  background-color: var(--corporate-cta-bg-color-1) !important;
  color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-1::after {
  background-color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-1:hover {
  background-color: var(--corporate-blue) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-2 {
  background-color: var(--corporate-cta-bg-color-2) !important;
  color: var(--corporate-premium-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-2::after {
  background-color: var(--corporate-premium-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-2:hover {
  background-color: var(--corporate-white) !important;
  color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-2:hover::after {
  background-color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-3 {
  background-color: var(--corporate-cta-bg-color-3) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-white);
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-3::after {
  background-color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-3:hover {
  background-color: var(--corporate-blue) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-4 {
  background-color: var(--corporate-cta-bg-color-4) !important;
  color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-4::after {
  background-color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-4:hover {
  background-color: var(--corporate-blue) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-5 {
  background-color: var(--corporate-cta-bg-color-5) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-white);
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-5::after {
  background-color: var(--corporate-white) !important;
}
.holcim_blockcontactsheet .filters_wrapper .actions button.cta-color-5:hover {
  background-color: var(--corporate-blue) !important;
  color: var(--corporate-white) !important;
  border-color: var(--corporate-blue) !important;
}
.holcim_blockcontactsheet .filters_wrapper.hidden {
  display: none;
}
.holcim_blockcontactsheet .contactsheet_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item {
  flex: 0 0 24%;
  box-sizing: border-box;
  border-top: 2px solid var(--corporate-premium-blue);
  border-image-slice: 1;
  margin-bottom: 2.5rem;
}
@media (max-width: 79.99875rem) {
  .holcim_blockcontactsheet .contactsheet_list .item {
    flex: 0 0 48%;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_blockcontactsheet .contactsheet_list .item {
    flex: 0 0 100%;
  }
}
.holcim_blockcontactsheet .contactsheet_list .item .picture {
  padding-bottom: 0.625rem;
  height: 240px;
}
@media (max-width: 79.99875rem) {
  .holcim_blockcontactsheet .contactsheet_list .item .picture {
    height: 280px;
  }
}
.holcim_blockcontactsheet .contactsheet_list .item .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.holcim_blockcontactsheet .contactsheet_list .item .picture_fallback {
  width: 100%;
  margin-bottom: 0.625rem;
  height: 230px;
  background-image: url("../images/fallback_contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #d1d3d2;
}
@media (max-width: 79.99875rem) {
  .holcim_blockcontactsheet .contactsheet_list .item .picture_fallback {
    height: 270px;
  }
}
.holcim_blockcontactsheet .contactsheet_list .item .infos {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-bottom: 0.75rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .product {
  font-size: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .department {
  font-size: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .localisation {
  font-size: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .phone {
  font-size: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .phone a {
  font-size: inherit;
  color: var(--corporate-main-color);
}
.holcim_blockcontactsheet .contactsheet_list .item .phone a:hover {
  text-decoration: underline;
}
.holcim_blockcontactsheet .contactsheet_list .item .email {
  font-size: 1rem;
}
.holcim_blockcontactsheet .contactsheet_list .item .email a {
  font-size: inherit;
  text-decoration: underline;
  color: var(--corporate-main-color);
}
.holcim_blockcontactsheet .contactsheet_list .item .email a:hover {
  text-decoration: none;
}
.holcim_blockcontactsheet[class*=lb-background-color-] {
  padding: 1.25rem;
}
.holcim_blockcontactsheet.lb-background-color-3 .contactsheet_list .item {
  border-color: var(--corporate-white);
}
.holcim_blockcontactsheet.lb-background-color-3 .contactsheet_list .item .phone a,
.holcim_blockcontactsheet.lb-background-color-3 .contactsheet_list .item .email a {
  color: var(--corporate-white);
}
.holcim_blockcontactsheet.lb-background-color-4 .contactsheet_list .item {
  border-color: var(--corporate-white);
}
.holcim_blockcontactsheet.lb-background-color-4 .contactsheet_list .item .phone a,
.holcim_blockcontactsheet.lb-background-color-4 .contactsheet_list .item .email a {
  color: var(--corporate-white);
}
.holcim_blockcontactsheet.lb-background-color-5 .contactsheet_list .item {
  border-color: var(--corporate-white);
}
.holcim_blockcontactsheet.lb-background-color-5 .contactsheet_list .item .phone a,
.holcim_blockcontactsheet.lb-background-color-5 .contactsheet_list .item .email a {
  color: var(--corporate-white);
}
/*# sourceMappingURL=style.css.map */
