@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-10fd279 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-e80428a */.trust-testimonials {
  padding: 80px 0;
  background: #f7f7f3;
  position: relative;
  overflow: hidden;
}

.trust-testimonials * {
  box-sizing: border-box;
}

.trust-testimonials .tt-header {
  max-width: 1240px;
  margin: 0 auto 28px;
  padding: 0 24px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.trust-testimonials .tt-eyebrow {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eceee7;
  color: #1b1b1b;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}

.trust-testimonials h2 {
  margin: 0 0 10px;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #111111;
  font-weight: 700;
}

.trust-testimonials .tt-header p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #5f5f5f;
  max-width: 640px;
}

.trust-testimonials .tt-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.trust-testimonials .tt-prev,
.trust-testimonials .tt-next {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1px solid #d9ddd1;
  background: #ffffff;
  color: #111111;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.trust-testimonials .tt-prev:hover,
.trust-testimonials .tt-next:hover {
  background: #111827;
  color: #ffffff;
  border-color: #111827;
  transform: translateY(-1px);
}

.trust-testimonials .tt-track {
  max-width: 1240px;
  margin: 0 auto;
  padding: 4px 24px;
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.trust-testimonials .tt-track::-webkit-scrollbar {
  display: none;
}

.trust-testimonials .tt-card {
  min-width: calc(33.333% - 15px);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border: 1px solid #e8eadf;
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.trust-testimonials .tt-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 50px rgba(17, 17, 17, 0.09);
}

.trust-testimonials .tt-card::before {
  content: "★★★★★";
  display: block;
  font-size: 15px;
  letter-spacing: 2px;
  color: #f4b400;
  margin-bottom: 14px;
}

.trust-testimonials .tt-card img {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  display: block !important;
  margin-bottom: 18px;
  border: 3px solid #f1f3eb;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.trust-testimonials .tt-card h3 {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.2;
  color: #111111;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.trust-testimonials .tt-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
  color: #4f4f4f;
}

@media (max-width: 1024px) {
  .trust-testimonials {
    padding: 70px 0;
  }

  .trust-testimonials .tt-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-testimonials .tt-card {
    min-width: calc(50% - 11px);
  }
}

@media (max-width: 767px) {
  .trust-testimonials {
    padding: 40px 0;
  }

  .trust-testimonials .tt-header {
    padding: 0 16px;
    margin: 0 auto 14px;
    gap: 14px;
    align-items: flex-start;
    flex-direction: column;
  }

  .trust-testimonials .tt-eyebrow {
    font-size: 12px;
    padding: 7px 12px;
    margin-bottom: 10px;
  }

  .trust-testimonials h2 {
    font-size: 28px;
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .trust-testimonials .tt-header p {
    font-size: 15px;
    line-height: 1.45;
    max-width: 100%;
  }

  .trust-testimonials .tt-nav {
    gap: 8px;
  }

  .trust-testimonials .tt-prev,
  .trust-testimonials .tt-next {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .trust-testimonials .tt-track {
    padding: 0 16px;
    gap: 12px;
  }

  .trust-testimonials .tt-card {
    min-width: 100%;
    padding: 20px;
    border-radius: 20px;
  }

  .trust-testimonials .tt-card::before {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .trust-testimonials .tt-card img {
    width: 54px !important;
    height: 54px !important;
    min-width: 54px !important;
    max-width: 54px !important;
    margin-bottom: 14px;
  }

  .trust-testimonials .tt-card h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .trust-testimonials .tt-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-488e364 */.tt-final {
  background: #ffffff;
}

.tt-final .tt-card {
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 50px rgba(0,0,0,0.06);
}

.tt-final .tt-card::before {
  color: #22c55e; /* Grün = Erfolg */
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1c90961 */.tt-final {
  background: #ffffff;
}

.tt-final .tt-card {
  border: 1px solid #e5e7eb;
  box-shadow: 0 16px 50px rgba(0,0,0,0.06);
}

.tt-final .tt-card::before {
  color: #22c55e; /* Grün = Erfolg */
}/* End custom CSS */