.elementor-314674 .elementor-element.elementor-element-e9b8cf3{--display:flex;--margin-top:120px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );}.elementor-314674 .elementor-element.elementor-element-cef750a{--grid-columns:3;}@media(max-width:1024px){.elementor-314674 .elementor-element.elementor-element-cef750a{--grid-columns:2;}}@media(max-width:767px){.elementor-314674 .elementor-element.elementor-element-cef750a{--grid-columns:1;}}/* Start custom CSS for html, class: .elementor-element-43c84fe */.bau-slider-root {
  position: relative;
  padding-top: 70px;
}

/* Nav-Button Wrapper */
.bau-nav-btns {
  display: flex;
  gap: 16px;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

/* Buttons: rund, Standard = grau (disabled-Zustand) */
.bau-nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50% !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: #cccccc;
  color: #1C6155;
  cursor: not-allowed;
  transition: background 0.25s, transform 0.15s;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* Aktiv / klickbar = gelb-grün */
.bau-nav-btn:not(:disabled) {
  background: #E5FE77;
  cursor: pointer;
}

/* Hover – gleiche Farbe, leicht vergrößert */
.bau-nav-btn:not(:disabled):hover {
  background: #E5FE77;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: scale(1.05);
}

/* Aktiver Klick */
.bau-nav-btn:not(:disabled):active {
  background: #E5FE77;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transform: scale(0.95);
}

/* Fokus (Tastatur) */
.bau-nav-btn:not(:disabled):focus {
  background: #E5FE77;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Disabled */
.bau-nav-btn:disabled {
  background: #cccccc;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  opacity: 0.4;
  cursor: not-allowed;
}

.bau-nav-btn svg {
  width: 24px;
  height: 24px;
  min-width: 24px;
  pointer-events: none;
}

.bau-nav-btn svg path {
  stroke: #1C6155 !important;
  stroke-width: 2.5;
}

/* Timeline */
.bau-timeline-outer {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
  isolation: isolate;
}

.bau-timeline-outer::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
  z-index: -1;
  pointer-events: none;
}

.bau-timeline-track {
  display: flex;
  gap: 32px;
  transition: transform 500ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
  position: relative;
  z-index: 1;
}

.bau-timeline-cell {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bau-timeline-cell > .bauendatebtn {
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: auto !important;
  --width: auto !important;
  box-sizing: border-box !important;
  border: 2px solid #ffffff !important;
  border-radius: 92px !important;
  padding: 16px 32px !important;
  background: #1C6155 !important;
}

.bau-timeline-cell > .bauendatebtn .e-con-inner {
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.bau-timeline-cell > .bauendatebtn .elementor-heading-title {
  color: #ffffff !important;
}

.bau-timeline-cell > .bauendatebtn .elementor-widget-container {
  width: 100% !important;
}

.bau-timeline-cell > .bauendatebtn .elementor-heading-title,
.bau-timeline-cell > .bauendatebtn .elementor-widget-heading {
  font-size: 20px !important;
  line-height: 29px !important;
}

/* Slides */
.bau-slides-viewport {
  overflow: hidden;
  width: 100%;
}

.bau-slides-track {
  display: flex;
  gap: 32px;
  transition: transform 500ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.bau-slides-track.is-dragging {
  cursor: grabbing;
  transition: none;
}

.bau-slides-track > .e-loop-item {
  flex: 0 0 calc((100% - 64px) / 3);
  min-width: 0;
  box-sizing: border-box;
}/* End custom CSS */