.elementor-4271 .elementor-element.elementor-element-17e75777{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4271 .elementor-element.elementor-element-4af65896{--iteration-count:infinite;--animation-duration:1200ms;--dynamic-text-color:var( --e-global-color-secondary );}.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline{text-align:center;font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline-plain-text{color:var( --e-global-color-text );}.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline-dynamic-text{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-primary );stroke-width:5px;}@media(max-width:1024px){.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline{font-size:var( --e-global-typography-secondary-font-size );}}@media(max-width:880px){.elementor-4271 .elementor-element.elementor-element-17e75777{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(max-width:430px){.elementor-4271 .elementor-element.elementor-element-17e75777{--justify-content:center;--margin-top:030px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4271 .elementor-element.elementor-element-4af65896 .elementor-headline{font-size:var( --e-global-typography-secondary-font-size );}.elementor-4271 .elementor-element.elementor-element-5fde8286 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-4271 .elementor-element.elementor-element-5fde8286{z-index:0;}}/* Start custom CSS for html, class: .elementor-element-5fde8286 */.content {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  color: white;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.content p {
    font-family: var(--e-global-typography-text-font-family, inherit);
font-weight: var(--e-global-typography-text-font-weight, inherit);
line-height: var(--e-global-typography-text-line-height, inherit);
font-size: var(--e-global-typography-text-font-size, inherit);
}

.content h4 {
    font-family: var(--e-global-typography-text-font-family, inherit);
font-weight: 800;
line-height: var(--e-global-typography-text-line-height, inherit);
font-size: 23px;
}

.sliderCard a {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.wrapper {
    display: flex;
    justify-content: center;
}

.sliderCard {
    display: flex;
}

.sliderWrapper a {
    display: block;
}


#slider {
  width: 100%;
  min-height: 600px;
  position: relative;
  display: flex;
  justify-content: center !important;
 
}


/*Erste Cart*/
.sliderCard[data-card="1"] {
  background-color: #4e6c88;
  max-width: 300px;
  width: 100%;
  max-height: 360px;
  height: 360px;
  position: absolute;
  z-index: 2;
  background-image: url('https://up25.web.upcommerce.cloud/wp-content/uploads/2025/09/Card1.png');
  background-size: cover;       /* optional */
  background-position: center;  /* optional */
  left: 50%;
transform: translateX(-50%);
  
  
  
}

.sliderCard[data-card="1"]:before,
.sliderCard[data-card="2"]:before
.sliderCard[data-card="3"]:before
.sliderCard[data-card="4"]:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: opacity .4s ease;
    z-index: 0;
    
    
}



/*Zweite Cart*/
.sliderCard[data-card="2"] {
  max-width: 300px;
  width: 100%;
  max-height: 360px;
  height: 360px;
  position: absolute;
  left: 50px;
  transform: rotate(2deg) translateY(20px) translateX(-25px);
  z-index: 1;
  background-image: url('https://up25.web.upcommerce.cloud/wp-content/uploads/2025/09/Card2.png');
  background-size: cover;       /* optional */
  background-position: center;  /* optional */
  
}

.sliderCard[data-card="3"]{
  background-color: green;
  max-width: 300px;
  width: 100%;
  max-height: 360px;
  height: 360px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  background-image: url('https://up25.web.upcommerce.cloud/wp-content/uploads/2025/09/Card3.png');
  background-size: cover;       /* optional */
  background-position: center;  /* optional */
  
}

.sliderCard[data-card="4"] {
  background-color: yellow;
  max-width: 300px;
  width: 100%;
  max-height: 360px;
  height: 360px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  background-image: url('https://up25.web.upcommerce.cloud/wp-content/uploads/2025/09/Card4.png');
  background-size: cover;       /* optional */
  background-position: center;  /* optional */
  
}



@media (min-width: 351px) and (max-width: 430px) {
    
  .sliderCard[data-card="1"] {
  
  max-width: 300px;
  width: 80%;
  max-height: 350px;
  height: 320px;
  position: absolute;
  z-index: 2;^
  background-image: url('/https://up25.web.upcommerce.cloud/wp-content/uploads/2025/06/Gruppe-330.png');
}

.sliderCard[data-card="2"] {
  
  max-width: 300px;
  width: 80%;
  max-height: 350px;
  height: 320px;
  position: absolute;
  left: 50px;
  transform: rotate(2deg) translateY(10px) translateX(-5px);
  z-index: 1;
  
}

.sliderCard[data-card="3"]{

  max-width: 300px;
  width: 80%;
  max-height: 350px;
  height: 320px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(35px)translateX(-20px);
  
}

.sliderCard[data-card="4"]{

  max-width: 300px;
  width: 80%;
  max-height: 350px;
  height: 320px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  
}
}

@media (max-width: 350px) {
  .sliderCard[data-card="1"]{
  max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  z-index: 2;
  background-image: url('/https://up25.web.upcommerce.cloud/wp-content/uploads/2025/06/Gruppe-330.png');
}

.sliderCard[data-card="2"] {
   max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  left: 50px;
  transform: rotate(2deg) translateY(10px) translateX(-15px);
  z-index: 1;
  
}

.sliderCard[data-card="3"]{
  max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(35px)translateX(-40px);
  
}

.sliderCard[data-card="4"]{
   max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  
}

.sliderCard[data-card="5"]{
   max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  
}

.sliderCard[data-card="6"]{
   max-width: 300px;
  width: 80%;
  max-height: 360px;
  height: 300px;
  position: absolute;
  left: 100px;
  transform: rotate(4deg) translateY(45px)translateX(-50px);
  
}
}
 

.sliderWrapper {
    position: relative;
  width: 400px;
  display: flex;
  justify-content: center !important;
  height: 500px;
  text-align: center;
  
}

/* Pfeile direkt unter Stapel */
    #controls {
      position: absolute;
      bottom: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
      
    }

    #controls button {
      font-size: 28px;
      width: 54px;
      height: 54px;
      border: none;
      color: #1C1C1C;
      cursor: pointer;
      transition: transform .2s;
      text-align: center;
      
    }
    
    #controls button#prev {
      border-radius: 0;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 25px !important;
      align-self: center !important;
      
    }
    
    #controls button#next {
      border-radius: 0;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 25px !important;
      
    }
    
     #controls button:hover {
      border-radius: 0;
      background: none;
      
    }
    
    #controls .divider {
  width: 1px;
  height: 35px;
  background: #ccc;
  margin: 0 8px;
}

.icon {
  display: inline-block;
  line-height: 1 !important;
  font-size: 28px;
}/* End custom CSS */