.elementor-kit-9{--e-global-color-primary:#3c3c3c;--e-global-color-secondary:#1a1a1a;--e-global-color-text:#1A1A1A;--e-global-color-accent:#811111;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#dfdfdf;--e-global-color-transparent:#00000000;--e-global-color-6fde269:#BD0202;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Outfit";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Outfit";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Outfit";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Outfit";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Outfit";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;--e-global-typography-8848e4d-font-family:"Outfit";--e-global-typography-8848e4d-font-size:16px;--e-global-typography-8848e4d-font-weight:600;background-color:var( --e-global-color-background );}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{border-style:none;border-radius:30px 30px 30px 30px;}.elementor-kit-9 input:not([type="button"]):not([type="submit"]),.elementor-kit-9 textarea,.elementor-kit-9 .elementor-field-textual{border-radius:40px 40px 40px 40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-9{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* --- Horizontale Scroll-Zeile --- */
.q-cards-row {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: .25rem;
  scrollbar-width: none; /* Firefox: Scrollbar aus */
}
.q-cards-row::-webkit-scrollbar { display: none; } /* WebKit: Scrollbar aus */

/* --- Kacheln --- */
.q-card {
  flex: 0 0 auto;                 /* verhindert Umbruch */
  width: clamp(260px, 30vw, 360px); /* reagiert auf Viewport */
  scroll-snap-align: start;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
  background: #fff;
}
.q-card:hover { 
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Inhalt spacing */
.q-card h3 { margin: 0 0 .25rem 0; font-size: 1.1rem; }
.q-card p  { margin: 0 0 .75rem 0; line-height: 1.5; }

/* Buttons in den Kacheln (optional) */
.q-card .q-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: .5rem .9rem; border-radius: 9999px; border: 1px solid #e5e7eb;
  text-decoration: none;
}

/* Responsive Feinschliff */
@media (min-width: 1024px) {
  .q-cards-row { gap: 1.25rem; }
}
</style>/* End custom CSS */