/* ------------------------ ANCHOR Responsive Design ------------------------ */
/* Laptop + Tablet Ultra */
@media (max-width: 1400px) {
}
/* Tablet normal */
@media (max-width: 1024px) {
  .offcanvas-container {
    height: 0 !important;
  }
  .elementor-nav-menu--dropdown.elementor-nav-menu__container
    .elementor-sub-item {
    font-size: 1em !important;
  }
}
/* Tablet small */
@media (max-width: 767px) {
  .fancybox__slide {
    margin-top: 30px !important;
  }
  .elementor .kundestimme {
    min-height: auto !important;
  }

  .elementor .kundestimme > .e-con-inner > div:last-child,
  .elementor .kundestimme > div:last-child {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 25px !important;
  }

  .elementor .kundestimme > .e-con-inner > div:last-child > div:first-child,
  .elementor .kundestimme > div:last-child > div:first-child,
  .elementor .kundestimme > .e-con-inner > div:last-child > div:last-child,
  .elementor .kundestimme > div:last-child > div:last-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .elementor .kundestimme .elementor-widget-image {
    justify-content: flex-start !important;
  }

  .elementor .kundestimme .elementor-widget-image img {
    max-width: 230px !important;
    height: 80px !important;
    object-position: center left !important;
  }

  /* Kundenstimmen */
  .elementor .kundestimme {
    min-height: auto !important;
    height: auto !important;
    overflow: visible !important;
    padding-bottom: 25px !important;
  }

  .elementor .kundestimme > .e-con-inner {
    height: auto !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .elementor .kundestimme > .e-con-inner > div:last-child,
  .elementor .kundestimme > div:last-child {
    margin-top: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 20px !important;
    width: 100% !important;
  }

  .elementor .kundestimme > .e-con-inner > div:last-child > div:first-child,
  .elementor .kundestimme > div:last-child > div:first-child,
  .elementor .kundestimme > .e-con-inner > div:last-child > div:last-child,
  .elementor .kundestimme > div:last-child > div:last-child {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .elementor .kundestimme .elementor-widget-image {
    width: 100% !important;
    justify-content: flex-start !important;
  }

  .elementor .kundestimme .elementor-widget-image img {
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
  }

  .elementor .swiper-slide {
    height: auto !important;
  }
}
/* Mobile */
@media (max-width: 425px) {
}
