/**
  Bold Projekt Slider
 */
.brxe-bld-aktuelles-slider {
  display: flex;
  justify-content: flex-start;
  gap: 3.2rem;
  width: 100%;
  margin-top: 5rem;
}
@media (max-width: 1150px) {
  .brxe-bld-aktuelles-slider {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .brxe-bld-aktuelles-slider {
    flex-direction: column;
  }
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper {
  width: calc(33.33% - 1.5rem);
  position: relative;
  color: var(--color-white);
  border-radius: 3rem;
  padding: 2.6rem 2.1rem;
  min-height: 50rem;
  overflow: hidden;
}
@media (max-width: 1150px) {
  .brxe-bld-aktuelles-slider .aktuelles-wrapper {
    width: calc(50% - 1.6rem);
  }
}
@media (max-width: 820px) {
  .brxe-bld-aktuelles-slider .aktuelles-wrapper {
    width: 100%;
    min-height: 35rem;
  }
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper:hover .form svg {
  transform: scale(1.4);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper:hover .bottom svg {
  transform: rotate(360deg);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper {
  height: 100%;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .form svg {
  transition: all 0.5s;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 1;
}
@media (max-width: 820px) {
  .brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper {
    min-height: 35rem;
  }
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper .top .title {
  hyphens: auto;
  font-size: 3.4rem;
}
@media (max-width: 1300px) {
  .brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper .top .title {
    font-size: 2.8rem;
  }
}
@media (max-width: 500px) {
  .brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper .top .title {
    font-size: 2.3rem;
  }
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper .bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .background-image-wrapper .content-wrapper .bottom svg {
  transition: all 0.5s;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper h1, .brxe-bld-aktuelles-slider .aktuelles-wrapper h2, .brxe-bld-aktuelles-slider .aktuelles-wrapper h3 {
  color: var(--color-white) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-hellblau {
  background: var(--color-hellblau);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-hellgruen {
  background: var(--color-hellgruen);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-gruen {
  background: var(--color-gruen);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-traube {
  background: var(--color-traube);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-lavendel {
  background: var(--color-lavendel);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-fuchsia {
  background: var(--color-fuchsia);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-hellgelb {
  background: var(--color-hellgelb);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.background-orange {
  background: var(--color-orange);
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-hellgelb .form svg path {
  fill: var(--color-hellgelb) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-hellblau .form svg path {
  fill: var(--color-hellblau) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-hellgruen .form svg path {
  fill: var(--color-hellgruen) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-gruen .form svg path {
  fill: var(--color-gruen) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-traube .form svg path {
  fill: var(--color-traube) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-fuchsia .form svg path {
  fill: var(--color-fuchsia) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-lavendel .form svg path {
  fill: var(--color-lavendel) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-hellblau .form svg path {
  fill: var(--color-hellblau) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper.form-color-orange .form svg path {
  fill: var(--color-orange) !important;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .form.halbkreis {
  position: absolute;
  left: -0.1rem;
  bottom: 5rem;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .form.stern {
  position: absolute;
  right: 0;
  bottom: -0.6rem;
}
.brxe-bld-aktuelles-slider .aktuelles-wrapper .form.linie {
  position: absolute;
  left: -3rem;
  bottom: -2rem;
}

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