/*
 * NOVVIA Theme - Kompilierte Tailwind-CSS-Klassen
 *
 * Ersetzt das CDN-Script https://cdn.tailwindcss.com
 * Generiert aus allen PHP-Dateien in novvia-theme/
 *
 * Tailwind CSS v3 kompatibel
 * Stand: 2026-04-09
 */

/* ============================================================
   CSS Reset / Base (Tailwind Preflight Subset)
   ============================================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

/* ============================================================
   1. LAYOUT - Display, Position, Flexbox, Grid
   ============================================================ */

.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.inset-0 { inset: 0px; }

.top-0 { top: 0px; }
.top-2 { top: 0.5rem; }
.top-3 { top: 0.75rem; }
.top-4 { top: 1rem; }
.top-6 { top: 1.5rem; }
.top-12 { top: 3rem; }
.top-24 { top: 6rem; }

.bottom-0 { bottom: 0px; }
.bottom-6 { bottom: 1.5rem; }

.left-0 { left: 0px; }
.left-2 { left: 0.5rem; }
.left-3 { left: 0.75rem; }
.left-6 { left: 1.5rem; }

.right-0 { right: 0px; }
.right-2 { right: 0.5rem; }
.right-3 { right: 0.75rem; }
.right-4 { right: 1rem; }
.right-6 { right: 1.5rem; }

.-top-0\.5 { top: -0.125rem; }
.-right-0\.5 { right: -0.125rem; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.-translate-y-full { --tw-translate-y: -100%; transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)); }

.z-10 { z-index: 10; }
.z-50 { z-index: 50; }
.z-\[100\] { z-index: 100; }
.z-\[998\] { z-index: 998; }
.z-\[999\] { z-index: 999; }
.z-\[9990\] { z-index: 9990; }
.z-\[9998\] { z-index: 9998; }
.z-\[9999\] { z-index: 9999; }

/* Flexbox */
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }

.items-center { align-items: center; }
.items-start { align-items: start; }
.self-start { align-self: start; }

.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }

.gap-1 { gap: 0.25rem; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }

/* Grid */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* ============================================================
   2. SIZING - Width, Height, Min/Max
   ============================================================ */

.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-14 { width: 3.5rem; }
.w-72 { width: 18rem; }
.w-80 { width: 20rem; }
.w-full { width: 100%; }
.w-auto { width: auto; }

.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-14 { height: 3.5rem; }
.h-full { height: 100%; }
.h-auto { height: auto; }

.min-w-0 { min-width: 0px; }
.min-h-screen { min-height: 100vh; }
.min-h-\[2\.6em\] { min-height: 2.6em; }
.min-h-\[200px\] { min-height: 200px; }
.min-w-\[200px\] { min-width: 200px; }

.max-w-none { max-width: none; }
.max-w-md { max-width: 28rem; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-\[85vw\] { max-width: 85vw; }
.max-w-\[120px\] { max-width: 120px; }
.max-w-\[180px\] { max-width: 180px; }

.max-h-72 { max-height: 18rem; }
.max-h-\[90vh\] { max-height: 90vh; }

.aspect-video { aspect-ratio: 16 / 9; }
.aspect-square { aspect-ratio: 1 / 1; }

/* ============================================================
   3. SPACING - Margin, Padding
   ============================================================ */

/* Margin */
.m-0 { margin: 0px; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-12 { margin-top: 3rem; }
.mt-16 { margin-top: 4rem; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mr-1 { margin-right: 0.25rem; }
.ml-1 { margin-left: 0.25rem; }
.mx-1 { margin-left: 0.25rem; margin-right: 0.25rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mx-8 { margin-left: 2rem; margin-right: 2rem; }

/* Padding */
.p-0 { padding: 0px; }
.p-1 { padding: 0.25rem; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-2\.5 { padding-top: 0.625rem; padding-bottom: 0.625rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.py-16 { padding-top: 4rem; padding-bottom: 4rem; }
.pt-6 { padding-top: 1.5rem; }
.pt-8 { padding-top: 2rem; }
.pt-20 { padding-top: 5rem; }
.pb-4 { padding-bottom: 1rem; }

/* Space between */
.space-y-1 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.25rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem; }
.space-y-16 > :not([hidden]) ~ :not([hidden]) { margin-top: 4rem; }

/* ============================================================
   4. TYPOGRAPHY
   ============================================================ */

.font-sans { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }

.text-\[10px\] { font-size: 10px; }
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }

.text-left { text-align: left; }
.text-center { text-align: center; }

.leading-relaxed { line-height: 1.625; }
.leading-snug { line-height: 1.375; }

.tracking-wide { letter-spacing: 0.025em; }

.uppercase { text-transform: uppercase; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.underline { text-decoration-line: underline; }
.antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.line-clamp-2 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.line-clamp-3 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }

/* ============================================================
   5. FARBEN - Text
   ============================================================ */

/* Custom: Navy (via CSS-Variablen) */
.text-navy-800 { color: var(--novvia-text); }
.text-navy-900 { color: var(--novvia-primary); }

/* Custom: NOVVIA Accent (via CSS-Variablen) */
.text-novvia { color: var(--novvia-accent); }
.text-novvia-500 { color: var(--novvia-accent); }

/* Standard Tailwind */
.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray-400 { color: #9ca3af; }
.text-gray-500 { color: #6b7280; }
.text-gray-600 { color: #4b5563; }
.text-gray-700 { color: #374151; }
.text-gray-900 { color: #111827; }
.text-red-500 { color: #ef4444; }
.text-indigo-500 { color: #6366f1; }

/* Opacity variants */
.text-white\/80 { color: rgb(255 255 255 / 0.8); }

/* ============================================================
   6. FARBEN - Background
   ============================================================ */

/* Custom: NOVVIA (via CSS-Variablen) */
.bg-novvia { background-color: var(--novvia-accent); }
.bg-novvia-500 { background-color: var(--novvia-accent); }
.bg-novvia-600 { background-color: var(--novvia-accent-hover); }
.bg-navy-900 { background-color: var(--novvia-primary); }
.bg-navy-50 { background-color: var(--novvia-bg, #f8fafc); }

/* Standard Tailwind */
.bg-white { background-color: #ffffff; }
/* .bg-gray-50 entfernt — nicht mehr benutzt, nutze nv-bg-alt statt hardcoded grau */
.bg-transparent { background-color: transparent; }

/* Opacity variants */
.bg-white\/80 { background-color: rgb(255 255 255 / 0.8); }
.bg-white\/90 { background-color: rgb(255 255 255 / 0.9); }
.bg-white\/95 { background-color: rgb(255 255 255 / 0.95); }
.bg-black\/50 { background-color: rgb(0 0 0 / 0.5); }
.bg-black\/60 { background-color: rgb(0 0 0 / 0.6); }

/* ============================================================
   7. BORDERS
   ============================================================ */

.border { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-b { border-bottom-width: 1px; }
.border-t { border-top-width: 1px; }
.border-none { border-style: none; }

.border-gray-100 { border-color: #f3f4f6; }
.border-gray-200 { border-color: #e5e7eb; }
.border-gray-300 { border-color: #d1d5db; }

/* Custom: NOVVIA (via CSS-Variablen) */
.border-novvia { border-color: var(--novvia-accent); }
.border-novvia-500 { border-color: var(--novvia-accent); }

/* Border Radius */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }

/* ============================================================
   8. SHADOWS & EFFECTS
   ============================================================ */

.shadow { box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.shadow-xl { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); }

.opacity-0 { opacity: 0; }
.opacity-50 { opacity: 0.5; }

.backdrop-blur { backdrop-filter: blur(8px); }
.backdrop-blur-sm { backdrop-filter: blur(4px); }

/* ============================================================
   9. OVERFLOW & OBJECT FIT
   ============================================================ */

.overflow-hidden { overflow: hidden; }
.overflow-y-auto { overflow-y: auto; }
.overflow-x-auto { overflow-x: auto; }

.object-cover { object-fit: cover; }

/* ============================================================
   10. CURSOR & POINTER
   ============================================================ */

.cursor-pointer { cursor: pointer; }
.pointer-events-none { pointer-events: none; }
.select-none { user-select: none; }

/* ============================================================
   11. TRANSITIONS & TRANSFORMS
   ============================================================ */

.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-shadow { transition-property: box-shadow; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-opacity { transition-property: opacity; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }

.duration-300 { transition-duration: 300ms; }
.duration-500 { transition-duration: 500ms; }

.transform { transform: translate(var(--tw-translate-x, 0), var(--tw-translate-y, 0)) rotate(var(--tw-rotate, 0)) skewX(var(--tw-skew-x, 0)) skewY(var(--tw-skew-y, 0)) scaleX(var(--tw-scale-x, 1)) scaleY(var(--tw-scale-y, 1)); }

/* ============================================================
   12. ACCESSIBILITY
   ============================================================ */

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; }
.outline-none { outline: 2px solid transparent; outline-offset: 2px; }

/* ============================================================
   13. TYPOGRAPHY - Prose (fuer Content-Seiten)
   ============================================================ */

.prose { color: var(--tw-prose-body, #374151); max-width: 65ch; }
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; margin-bottom: 1.25em; }
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-size: 2.25em; margin-top: 0; margin-bottom: 0.8888889em; line-height: 1.1111111; font-weight: 800; }
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-size: 1.5em; margin-top: 2em; margin-bottom: 1em; line-height: 1.3333333; font-weight: 700; }
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-size: 1.25em; margin-top: 1.6em; margin-bottom: 0.6em; line-height: 1.6; font-weight: 600; }
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { color: var(--novvia-accent, #2563eb); text-decoration: underline; font-weight: 500; }
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: disc; margin-top: 1.25em; margin-bottom: 1.25em; padding-left: 1.625em; }
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { list-style-type: decimal; margin-top: 1.25em; margin-bottom: 1.25em; padding-left: 1.625em; }
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.5em; margin-bottom: 0.5em; }
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 2em; margin-bottom: 2em; }
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) { font-weight: 500; font-style: italic; border-left-width: 0.25rem; border-left-color: #e5e7eb; padding-left: 1em; margin-top: 1.6em; margin-bottom: 1.6em; }

.prose-sm { font-size: 0.875rem; line-height: 1.7142857; }
.prose-lg { font-size: 1.125rem; line-height: 1.7777778; }

/* ============================================================
   14. SCROLLBAR
   ============================================================ */

.scrollbar-hide { -ms-overflow-style: none; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }

/* Scroll Snap */
.snap-x { scroll-snap-type: x mandatory; }
.snap-mandatory { scroll-snap-type: x mandatory; }
.snap-start { scroll-snap-align: start; }

/* ============================================================
   15. GROUP (fuer Hover-Effekte auf Kinderelementen)
   ============================================================ */

.group:hover .group-hover\:opacity-100 { opacity: 1; }

/* ============================================================
   16. HOVER-Varianten
   ============================================================ */

/* Custom: NOVVIA (via CSS-Variablen) */
.hover\:text-novvia:hover { color: var(--novvia-accent); }
.hover\:text-novvia-500:hover { color: var(--novvia-accent); }
.hover\:bg-novvia:hover { background-color: var(--novvia-accent); }
.hover\:bg-novvia-600:hover { background-color: var(--novvia-accent-hover); }
.hover\:border-novvia:hover { border-color: var(--novvia-accent); }
.hover\:border-novvia-500:hover { border-color: var(--novvia-accent); }

/* Standard Tailwind */
.hover\:text-white:hover { color: #ffffff; }
.hover\:text-gray-700:hover { color: #374151; }
.hover\:text-red-500:hover { color: #ef4444; }
.hover\:bg-white:hover { background-color: #ffffff; }
.hover\:shadow-md:hover { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); }
.hover\:shadow-lg:hover { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }
.hover\:underline:hover { text-decoration-line: underline; }
.hover\:scale-105:hover { transform: scale(1.05); }

/* ============================================================
   17. FOCUS-Varianten
   ============================================================ */

.focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; }
.focus\:ring-2:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width, 0px) var(--tw-ring-offset-color, #fff); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width, 0px)) var(--tw-ring-color, #3b82f6); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); }
.focus\:ring-novvia:focus { --tw-ring-color: var(--novvia-accent); }
.focus\:ring-novvia-500:focus { --tw-ring-color: var(--novvia-accent); }
.focus\:ring-offset-1:focus { --tw-ring-offset-width: 1px; }
.focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; }
.focus\:border-novvia-500:focus { border-color: var(--novvia-accent); }
.focus\:not-sr-only:focus { position: static; width: auto; height: auto; padding: 0; margin: 0; overflow: visible; clip: auto; white-space: normal; }
.focus\:absolute:focus { position: absolute; }
.focus\:top-2:focus { top: 0.5rem; }
.focus\:left-2:focus { left: 0.5rem; }
.focus\:z-\[9999\]:focus { z-index: 9999; }
.focus\:bg-white:focus { background-color: #ffffff; }
.focus\:px-4:focus { padding-left: 1rem; padding-right: 1rem; }
.focus\:py-2:focus { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.focus\:rounded-lg:focus { border-radius: 0.5rem; }
.focus\:shadow-lg:focus { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); }

/* ============================================================
   18. RESPONSIVE - sm (min-width: 640px)
   ============================================================ */

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
}

/* ============================================================
   19. RESPONSIVE - md (min-width: 768px)
   ============================================================ */

@media (min-width: 768px) {
  .md\:block { display: block; }
  .md\:flex { display: flex; }
  .md\:hidden { display: none; }
  .md\:flex-row { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:w-56 { width: 14rem; }
  .md\:gap-2 { gap: 0.5rem; }
  .md\:p-8 { padding: 2rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:pt-32 { padding-top: 8rem; }
  .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .md\:items-center { align-items: center; }
}

/* ============================================================
   20. RESPONSIVE - lg (min-width: 1024px)
   ============================================================ */

@media (min-width: 1024px) {
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:w-64 { width: 16rem; }
  .lg\:w-80 { width: 20rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:gap-16 { gap: 4rem; }
  .lg\:flex-none { flex: none; }
  .lg\:sticky { position: sticky; }
  .lg\:static { position: static; }
  .lg\:top-24 { top: 6rem; }
  .lg\:self-start { align-self: start; }
  .lg\:py-0 { padding-top: 0px; padding-bottom: 0px; }
  .lg\:mt-16 { margin-top: 4rem; }
  .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .lg\:text-5xl { font-size: 3rem; line-height: 1; }
  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) { margin-top: 6rem; }
  .lg\:border-none { border-style: none; }
  .lg\:bg-transparent { background-color: transparent; }
  .lg\:backdrop-blur-none { backdrop-filter: none; }
}

/* ============================================================
   21. RESPONSIVE - xl (min-width: 1280px)
   ============================================================ */

@media (min-width: 1280px) {
  .xl\:inline { display: inline; }
}

/* ============================================================
   22. ZUSAETZLICHE KLASSEN
   ============================================================ */

/* Sizing-Ergaenzungen */
.w-40 { width: 10rem; }
.h-16 { height: 4rem; }
.max-h-48 { max-height: 12rem; }

/* Padding-Ergaenzungen */
.py-0 { padding-top: 0px; padding-bottom: 0px; }
.pt-0 { padding-top: 0px; }

/* Alignment */
.align-top { vertical-align: top; }
.text-left { text-align: left; }

/* Form Controls (Checkbox-Stil aus ajax-filters) */
.rounded.border-gray-300 {
  border-radius: 0.25rem;
  border-color: #d1d5db;
}

/* ============================================================
   23. RESPONSIVE - xl Ergaenzungen (min-width: 1280px)
   ============================================================ */

@media (min-width: 1280px) {
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
