.elementor-2273 .elementor-element.elementor-element-e5c78e5 > .elementor-element-populated{margin:0% 12% 0% 0%;--e-column-margin-right:12%;--e-column-margin-left:0%;}/* Start custom CSS for html, class: .elementor-element-a543ae1 */.stacking-cards {
  position: relative;
  width: 400px;
  height: 250px;
  margin: 50px auto;
  font-family: Arial, sans-serif;
  cursor: pointer;
}

.card {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.4s ease;
  bottom: 0;        /* alle Karten unten ausrichten */
}

/* Verschiebung ohne Rotation */
.card:nth-child(1) {
  z-index: 3;
  left: 30px;      /* ganz rechts */
}

.card:nth-child(2) {
  z-index: 2;
  left: 15px;      /* leicht nach links */
}

.card:nth-child(3) {
  z-index: 1;
  left: 0;         /* ganz links */
}/* End custom CSS */