#ang_themen .splide {
  overflow: hidden;
  padding: 0 6px;
  margin-top: -68px;
}

.splide__track.theme_splide {
  overflow: visible;
  height: auto;
}

#ang_themen li.splide__slide.first {
    width: calc(calc(100% - 1203px) / 2) !important;
}
#ang_themen .the_splide_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#ang_themen .the_sli_item_img {
  width: 360px;
  height: 260px;
  background-color: var(--e-global-color-a794784);
  background-position: center;
  background-repeat:  no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: relative;
}
#ang_themen .the_splide_item .the_sli_item_img img.the_sli_item_img_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  z-index: 1;
}
#ang_themen .the_sli_item_content {
      color: #fff;
      background-color: var(--e-global-color-primary);
      padding: 24px 30px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: calc(100% - 120px);
      margin-top: -68px;
      gap: 1em;
      z-index: 2;
}
.the_sli_item_con_icon .sep_wht {
  margin: 8px 0;
}

/* .ang_the_splide_container {
  width: calc(100% - calc(calc(100% - 1140px) / 2));
  margin-left: calc(calc(100% - 1140px) / 2);
} */


#ang_themen .splide__arrows.splide__arrows--ltr {
    display: flex;
    margin-top: 76px;
    gap: 50px;
    padding-left: calc(calc(100% - 1203px) / 2) !important;
  }

#ang_themen .splide__arrow {
    -ms-flex-align: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -ms-flex-pack: center;
    opacity: .7;
    padding: 0;
    position: relative;
    width: 48px;
    z-index: 1;
    align-content: center;
    justify-content: center;
    align-items: center;
}

#ang_themen .splide__arrow svg {
    fill: var(--e-global-color-primary);
    height: 48px;
    width: 48px;
}


/* ZUSATZANGEBOTE SLIDER */
#zusatzangebot_slider .splide {
  overflow: hidden;
  padding: 0 36px;
  /* margin-top: -68px; */
}
#zusatzangebot_slider .splide__arrows.splide__arrows--ltr {
    display: flex;
    margin-top: 76px;
    gap: 50px;
  }
#zusatzangebot_slider .splide__arrow {
    -ms-flex-align: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -ms-flex-pack: center;
    opacity: .7;
    padding: 0;
    position: relative;
    width: 48px;
    z-index: 1;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#zusatzangebot_slider .splide__arrow svg {
    fill: var(--e-global-color-0a57974);
    height: 48px;
    width: 48px;
}
/* ZUSATZANGEBOTE SLIDER END */



li.splide__slide.zu_pa_item img {
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:768px) {
  #zusatzangebot_slider .splide {
  overflow: hidden;
  padding: 0;
  /* margin-top: -68px; */
}
}