/**
  Bold Projekt Listing
*/
.brxe-bld-projekte-listing,
.results {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  row-gap: 14rem;
  flex-wrap: wrap;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing,
.results {
    row-gap: 7rem;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing,
.results {
    gap: 3rem;
    padding: 0 1rem;
  }
}
@media (max-width: 460px) {
  .brxe-bld-projekte-listing,
.results {
    flex-direction: column;
  }
}
.brxe-bld-projekte-listing .bld-projekte-listing,
.results .bld-projekte-listing {
  width: 100%;
}
.brxe-bld-projekte-listing .projekt-item:hover .original-image img,
.results .projekt-item:hover .original-image img {
  filter: blur(2.6500000954px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  transform: scale(1.2);
}
.brxe-bld-projekte-listing .projekt-item:hover .hover-image,
.results .projekt-item:hover .hover-image {
  opacity: 1 !important;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper,
.results .projekt-item .image-wrapper {
  position: relative;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .original-image,
.results .projekt-item .image-wrapper .original-image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .original-image:before,
.results .projekt-item .image-wrapper .original-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 1;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .original-image img,
.results .projekt-item .image-wrapper .original-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.5s ease, opacity 0.5s ease, transform 1.8s ease;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .hover-image,
.results .projekt-item .image-wrapper .hover-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  height: 60%;
  transition: opacity 0.5s ease;
}
@media (max-width: 767px) {
  .brxe-bld-projekte-listing .projekt-item .image-wrapper .hover-image,
.results .projekt-item .image-wrapper .hover-image {
    height: 70%;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item .image-wrapper .hover-image,
.results .projekt-item .image-wrapper .hover-image {
    height: 55%;
  }
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .hover-image img,
.results .projekt-item .image-wrapper .hover-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brxe-bld-projekte-listing .projekt-item .image-wrapper .bld-btn,
.results .projekt-item .image-wrapper .bld-btn {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .brxe-bld-projekte-listing .projekt-item .image-wrapper .bld-btn,
.results .projekt-item .image-wrapper .bld-btn {
    bottom: 1rem;
    right: 1rem;
    padding: 0.9rem 1.9rem !important;
  }
}
.brxe-bld-projekte-listing .projekt-item .content-wrapper,
.results .projekt-item .content-wrapper {
  margin-bottom: 2.5rem;
  padding-left: 4.5rem;
}
@media (max-width: 950px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper,
.results .projekt-item .content-wrapper {
    padding-left: 2rem;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper,
.results .projekt-item .content-wrapper {
    padding-left: 0;
    margin-bottom: 1rem;
  }
}
.brxe-bld-projekte-listing .projekt-item .content-wrapper .place-time,
.results .projekt-item .content-wrapper .place-time {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.6rem;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper .place-time,
.results .projekt-item .content-wrapper .place-time {
    font-size: 1rem;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper .place-time,
.results .projekt-item .content-wrapper .place-time {
    font-size: 1rem;
  }
}
.brxe-bld-projekte-listing .projekt-item .content-wrapper .title,
.results .projekt-item .content-wrapper .title {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 1rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 0.5rem;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper .title,
.results .projekt-item .content-wrapper .title {
    font-size: 2rem;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item .content-wrapper .title,
.results .projekt-item .content-wrapper .title {
    font-size: 1.8rem;
  }
}
.brxe-bld-projekte-listing .item-1,
.results .item-1 {
  width: 50%;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .item-1,
.results .item-1 {
    width: 50%;
  }
}
.brxe-bld-projekte-listing .item-2,
.results .item-2 {
  width: 40%;
  padding-right: 5rem;
  padding-top: 4rem;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .item-2,
.results .item-2 {
    padding-right: 1rem;
    padding-top: 0;
    width: 45%;
  }
}
.brxe-bld-projekte-listing .item-3,
.results .item-3 {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.brxe-bld-projekte-listing .item-3 .original-image,
.results .item-3 .original-image {
  aspect-ratio: 1/0.7 !important;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .item-3,
.results .item-3 {
    width: 85%;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .item-3,
.results .item-3 {
    margin: inherit;
  }
}
.brxe-bld-projekte-listing .item-4,
.results .item-4 {
  width: 40%;
  padding-left: 5rem;
  padding-top: 4rem;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .item-4,
.results .item-4 {
    padding-left: 1rem;
    padding-top: 0;
    width: 45%;
  }
}
.brxe-bld-projekte-listing .item-5,
.results .item-5 {
  width: 50%;
}
.brxe-bld-projekte-listing .item-6,
.results .item-6 {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.brxe-bld-projekte-listing .item-6 .original-image,
.results .item-6 .original-image {
  aspect-ratio: 1/0.7 !important;
}
@media (max-width: 650px) {
  .brxe-bld-projekte-listing .item-6,
.results .item-6 {
    width: 85%;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .item-6,
.results .item-6 {
    margin: inherit;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item,
.results .projekt-item {
    width: calc(50% - 1.5rem) !important;
    padding: 0 !important;
  }
}
@media (max-width: 460px) {
  .brxe-bld-projekte-listing .projekt-item,
.results .projekt-item {
    width: 100% !important;
  }
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .projekt-item .original-image,
.results .projekt-item .original-image {
    aspect-ratio: 1/1 !important;
  }
}
.brxe-bld-projekte-listing .filter-bar,
.results .filter-bar {
  display: none;
  width: fit-content;
  margin: 0 auto 8rem;
  padding: 2rem 4rem;
  border-radius: 5rem;
  background: rgba(204, 204, 204, 0.1);
  transition: max-width 0.55s cubic-bezier(0.22, 1, 0.36, 1), padding 0.55s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.35s ease;
}
@media (max-width: 700px) {
  .brxe-bld-projekte-listing .filter-bar,
.results .filter-bar {
    padding: 1.5rem 1rem;
    width: 100%;
    border-radius: 2rem;
  }
}
.brxe-bld-projekte-listing .filter-bar .inner,
.results .filter-bar .inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: 100%;
  min-width: 0;
  transition: all 0.5s;
}
@media (max-width: 700px) {
  .brxe-bld-projekte-listing .filter-bar .inner,
.results .filter-bar .inner {
    flex-direction: column;
    gap: 1rem;
  }
}
.brxe-bld-projekte-listing .filter-bar .inner .bracket,
.results .filter-bar .inner .bracket {
  color: var(--color-grey);
}
.brxe-bld-projekte-listing .filter-bar .filter-select-mobile,
.results .filter-bar .filter-select-mobile {
  display: none;
}
@media (max-width: 1000px) {
  .brxe-bld-projekte-listing .filter-bar .filter-select-mobile,
.results .filter-bar .filter-select-mobile {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .brxe-bld-projekte-listing .filter-bar .filter-buttons-desktop,
.results .filter-bar .filter-buttons-desktop {
    display: none !important;
  }
}
.brxe-bld-projekte-listing .filter-bar .filter-group-project,
.results .filter-bar .filter-group-project {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: var(--color-grey);
}
@media (max-width: 550px) {
  .brxe-bld-projekte-listing .filter-bar .filter-group-project,
.results .filter-bar .filter-group-project {
    justify-content: center;
    gap: 1rem;
  }
}
.brxe-bld-projekte-listing .filter-bar .filter-group-project .filter-buttons,
.results .filter-bar .filter-group-project .filter-buttons {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: var(--color-grey);
}
.brxe-bld-projekte-listing .filter-bar .filter-group-project .filter-buttons .filter-btn,
.results .filter-bar .filter-group-project .filter-buttons .filter-btn {
  font-size: 1.4rem !important;
  font-weight: 400;
  line-height: 1.2;
  cursor: url("/wp-content/themes/bricks-child/images/courser-triangle-outline.svg") 15 15, auto !important;
}
.brxe-bld-projekte-listing .filter-bar .filter-group-building .filter-buttons,
.results .filter-bar .filter-group-building .filter-buttons {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  color: var(--color-grey);
}
.brxe-bld-projekte-listing .filter-bar .filter-group-building .filter-buttons .filter-btn,
.results .filter-bar .filter-group-building .filter-buttons .filter-btn {
  font-size: 1.4rem !important;
  font-weight: 400;
  line-height: 1.2;
  cursor: url("/wp-content/themes/bricks-child/images/courser-triangle-outline.svg") 15 15, auto !important;
}
.brxe-bld-projekte-listing .filter-bar .filter-group-reset .filter-btn,
.results .filter-bar .filter-group-reset .filter-btn {
  font-size: 1.4rem !important;
  color: var(--color-grey);
  font-weight: 400;
  line-height: 1.2;
  cursor: url("/wp-content/themes/bricks-child/images/courser-triangle-outline.svg") 15 15, auto !important;
}
.brxe-bld-projekte-listing .filter-bar .subcats,
.results .filter-bar .subcats {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-100%);
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.25s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.55s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s linear 0.55s;
}
.brxe-bld-projekte-listing .filter-bar .right,
.results .filter-bar .right {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-shrink: 0;
  flex-wrap: wrap;
  min-width: 0;
  margin-left: auto;
}
.brxe-bld-projekte-listing .subcats-track,
.results .subcats-track {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: max-content;
  min-width: max-content;
}
.brxe-bld-projekte-listing .subcats-track .subcat,
.results .subcats-track .subcat {
  white-space: nowrap;
}
.brxe-bld-projekte-listing .maincats,
.results .maincats {
  display: flex;
  gap: 2rem;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.brxe-bld-projekte-listing button,
.results button {
  border: 0;
  background: none;
  cursor: url("/wp-content/themes/bricks-child/images/courser-triangle-outline.svg") 15 15, auto !important;
  color: var(--color-grey);
  font-size: 2rem;
  transition: color 0.2s ease, opacity 0.2s ease;
  flex-shrink: 0;
}
.brxe-bld-projekte-listing button.is-active,
.results button.is-active {
  color: var(--color-black) !important;
}
.brxe-bld-projekte-listing .reset-filter,
.results .reset-filter {
  flex-shrink: 0;
}
.brxe-bld-projekte-listing .reset-filter.is-active,
.results .reset-filter.is-active {
  color: var(--color-black);
}
.brxe-bld-projekte-listing .results,
.results .results {
  width: 100%;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.brxe-bld-projekte-listing .results.is-fading,
.results .results.is-fading {
  opacity: 0;
  transform: translateY(0.8rem);
}
.brxe-bld-projekte-listing .bld-projekte-listing.is-loading .filter-bar,
.brxe-bld-projekte-listing .bld-projekte-listing.is-loading .results,
.results .bld-projekte-listing.is-loading .filter-bar,
.results .bld-projekte-listing.is-loading .results {
  pointer-events: none;
}
.brxe-bld-projekte-listing .select-wrapper.custom-select,
.results .select-wrapper.custom-select {
  position: relative;
  width: 100%;
  z-index: 50;
}
.brxe-bld-projekte-listing .select-wrapper.custom-select select,
.results .select-wrapper.custom-select select {
  display: none;
}
.brxe-bld-projekte-listing .field-name-wrapper,
.results .field-name-wrapper {
  display: none !important;
}
.brxe-bld-projekte-listing .select-selected,
.results .select-selected {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  padding: 0.75rem 3rem 0.75rem 1rem;
  color: var(--color-grey);
  cursor: pointer;
  user-select: none;
}
.brxe-bld-projekte-listing .select-selected::after,
.results .select-selected::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 43%;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.2s ease;
}
.brxe-bld-projekte-listing .select-selected.select-arrow-active::after,
.results .select-selected.select-arrow-active::after {
  transform: translateY(-30%) rotate(-135deg);
}
.brxe-bld-projekte-listing .select-items,
.results .select-items {
  position: absolute;
  top: calc(100% + 0.25rem);
  font-size: 1.4rem;
  left: 0;
  width: 100%;
  background: var(--color-white);
  z-index: 20;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.brxe-bld-projekte-listing .select-items div,
.results .select-items div {
  padding: 1rem 1rem;
  cursor: pointer;
  color: var(--color-grey);
  transition: all 0.3s;
}
.brxe-bld-projekte-listing .select-items div:hover,
.results .select-items div:hover {
  color: var(--color-black);
}
.brxe-bld-projekte-listing .select-items div:hover,
.brxe-bld-projekte-listing .select-items .same-as-selected,
.results .select-items div:hover,
.results .select-items .same-as-selected {
  background: rgba(204, 204, 204, 0.1);
}
.brxe-bld-projekte-listing .select-hide,
.results .select-hide {
  display: none;
}

/*# sourceMappingURL=bld_projekte_listing.css.map */
