/* tailwind.css — erzeugt von build-css.php
 * Enthaelt nur die im Projekt tatsaechlich verwendeten Utilities.
 * NICHT von Hand bearbeiten — bei Layoutaenderungen neu erzeugen:
 *   php build-css.php
 */

*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid}
html{-webkit-text-size-adjust:100%;line-height:1.5}
body{margin:0;line-height:inherit}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}
p,figure,blockquote,dl,dd{margin:0}
ol,ul,menu{list-style:none;margin:0;padding:0}
a{color:inherit;text-decoration:inherit}
button,input,select,textarea{font:inherit;color:inherit;margin:0;padding:0}
button{background-color:transparent;background-image:none;cursor:pointer}
img,svg,video,iframe{display:block;max-width:100%}
img,video{height:auto}
table{border-collapse:collapse;text-indent:0;border-color:inherit}
hr{height:0;color:inherit;border-top-width:1px}

@keyframes dr-pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes dr-bounce{0%,100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}

.-translate-x-1\/2{transform:translateX(-50%)}
.-translate-y-1\/2{transform:translateY(-50%)}
.absolute{position:absolute}
.animate-bounce{animation:dr-bounce 1s infinite}
.animate-pulse{animation:dr-pulse 2s cubic-bezier(.4,0,.6,1) infinite}
.bg-\[\#070E18\]{background-color:#070E18}
.bg-\[\#25D366\]{background-color:#25D366}
.bg-\[\#FAFAF8\]{background-color:#FAFAF8}
.bg-black{background-color:#000000}
.bg-black\/40{background-color:rgba(0,0,0,0.4)}
.bg-black\/60{background-color:rgba(0,0,0,0.6)}
.bg-cream{background-color:#F8F4EE}
.bg-gold{background-color:#C9A84C}
.bg-gold\/10{background-color:rgba(201,168,76,0.1)}
.bg-gold\/30{background-color:rgba(201,168,76,0.3)}
.bg-gray-100{background-color:#f3f4f6}
.bg-gray-200{background-color:#e5e7eb}
.bg-green-50{background-color:#f0fdf4}
.bg-green-900\/40{background-color:rgba(20,83,45,0.4)}
.bg-green-900\/50{background-color:rgba(20,83,45,0.5)}
.bg-navy{background-color:#0D1B2A}
.bg-red-50{background-color:#fef2f2}
.bg-transparent{background-color:transparent}
.bg-white{background-color:#ffffff}
.bg-white\/10{background-color:rgba(255,255,255,0.1)}
.bg-white\/5{background-color:rgba(255,255,255,0.05)}
.block{display:block}
.border{border-width:1px;border-style:solid}
.border-0{border-width:0}
.border-b{border-bottom-width:1px;border-style:solid}
.border-collapse{border-collapse:collapse}
.border-gold{border-color:#C9A84C}
.border-gold\/30{border-color:rgba(201,168,76,0.3)}
.border-gold\/50{border-color:rgba(201,168,76,0.5)}
.border-gray-100{border-color:#f3f4f6}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-green-200{border-color:#bbf7d0}
.border-green-500\/30{border-color:rgba(34,197,94,0.3)}
.border-green-500\/40{border-color:rgba(34,197,94,0.4)}
.border-l{border-left-width:1px;border-style:solid}
.border-l-2{border-left-width:2px;border-style:solid}
.border-l-4{border-left-width:4px;border-style:solid}
.border-navy{border-color:#0D1B2A}
.border-red-200{border-color:#fecaca}
.border-t{border-top-width:1px;border-style:solid}
.border-white{border-color:#ffffff}
.border-white\/10{border-color:rgba(255,255,255,0.1)}
.border-white\/15{border-color:rgba(255,255,255,0.15)}
.border-white\/20{border-color:rgba(255,255,255,0.2)}
.border-white\/25{border-color:rgba(255,255,255,0.25)}
.border-white\/30{border-color:rgba(255,255,255,0.3)}
.bottom-0{bottom:0}
.bottom-4{bottom:1rem}
.bottom-8{bottom:2rem}
.break-words{overflow-wrap:break-word}
.col-span-2{grid-column:span 2 / span 2}
.cursor-pointer{cursor:pointer}
.duration-200{transition-duration:200ms}
.fixed{position:fixed}
.flex{display:flex}
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.focus\:border-gold:focus{border-color:#C9A84C}
.focus\:ring-gold:focus{box-shadow:0 0 0 2px #C9A84C}
.font-body{font-family:Inter,system-ui,sans-serif}
.font-bold{font-weight:700}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.gap-0{gap:0}
.gap-1{gap:0.25rem}
.gap-10{gap:2.5rem}
.gap-12{gap:3rem}
.gap-14{gap:3.5rem}
.gap-16{gap:4rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-5{gap:1.25rem}
.gap-6{gap:1.5rem}
.gap-7{gap:1.75rem}
.gap-8{gap:2rem}
.grid{display:grid}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.group:hover .group-hover\:opacity-100{opacity:1}
.group:hover .group-hover\:visible{visibility:visible}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-3{height:0.75rem}
.h-4{height:1rem}
.h-48{height:12rem}
.h-5{height:1.25rem}
.h-56{height:14rem}
.h-6{height:1.5rem}
.h-64{height:16rem}
.h-72{height:18rem}
.h-9{height:2.25rem}
.h-96{height:24rem}
.h-full{height:100%}
.hidden{display:none}
.hover\:bg-\[\#1db954\]:hover{background-color:#1db954}
.hover\:bg-black\/70:hover{background-color:rgba(0,0,0,0.7)}
.hover\:bg-cream:hover{background-color:#F8F4EE}
.hover\:bg-gold:hover{background-color:#C9A84C}
.hover\:border-gold:hover{border-color:#C9A84C}
.hover\:opacity-80:hover{opacity:0.8}
.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -2px rgba(0,0,0,.1)}
.hover\:text-gold:hover{color:#C9A84C}
.hover\:text-white:hover{color:#ffffff}
.hover\:underline:hover{text-decoration-line:underline}
.inline-block{display:inline-block}
.inset-0{top:0;right:0;bottom:0;left:0}
.invisible{visibility:hidden}
.italic{font-style:italic}
.items-center{align-items:center}
.items-start{align-items:flex-start}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}
.leading-\[1\.08\]{line-height:1.08}
.leading-relaxed{line-height:1.625}
.leading-snug{line-height:1.375}
.leading-tight{line-height:1.25}
.left-0{left:0}
.left-1\/2{left:50%}
.left-4{left:1rem}
.left-6{left:1.5rem}
.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.max-w-2xl{max-width:42rem}
.max-w-3xl{max-width:48rem}
.max-w-4xl{max-width:56rem}
.max-w-5xl{max-width:64rem}
.max-w-6xl{max-width:72rem}
.max-w-7xl{max-width:80rem}
.max-w-xl{max-width:36rem}
.min-w-0{min-width:0}
.min-w-\[200px\]{min-width:200px}
.not-italic{font-style:normal}
.object-cover{object-fit:cover}
.opacity-0{opacity:0}
.opacity-10{opacity:0.1}
.opacity-70{opacity:0.7}
.outline-none{outline:2px solid transparent;outline-offset:2px}
.overflow-hidden{overflow:hidden}
.overflow-x-auto{overflow-x:auto}
.placeholder-white\/40::placeholder{color:rgba(255,255,255,0.4)}
.pointer-events-none{pointer-events:none}
.relative{position:relative}
.resize-none{resize:none}
.right-0{right:0}
.right-3{right:0.75rem}
.right-4{right:1rem}
.right-5{right:1.25rem}
.rounded{border-radius:.25rem}
.rounded-2xl{border-radius:1rem}
.rounded-full{border-radius:9999px}
.rounded-lg{border-radius:.5rem}
.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}
.rounded-xl{border-radius:.75rem}
.self-end{align-self:flex-end}
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1)}
.shrink-0{flex-shrink:0}
.space-y-1 > * + *{margin-top:0.25rem}
.space-y-1\.5 > * + *{margin-top:0.375rem}
.space-y-10 > * + *{margin-top:2.5rem}
.space-y-2 > * + *{margin-top:0.5rem}
.space-y-3 > * + *{margin-top:0.75rem}
.space-y-4 > * + *{margin-top:1rem}
.space-y-5 > * + *{margin-top:1.25rem}
.space-y-6 > * + *{margin-top:1.5rem}
.space-y-8 > * + *{margin-top:2rem}
.sticky{position:sticky}
.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-5xl{font-size:3rem;line-height:1}
.text-\[\#1877F2\]{font-size:#1877F2}
.text-\[\#1DA1F2\]{font-size:#1DA1F2}
.text-\[\#25D366\]{font-size:#25D366}
.text-\[\#4A5568\]{font-size:#4A5568}
.text-\[\#718096\]{font-size:#718096}
.text-\[\.65rem\]{font-size:.65rem}
.text-\[\.7rem\]{font-size:.7rem}
.text-base{font-size:1rem;line-height:1.5rem}
.text-center{text-align:center}
.text-gold{color:#C9A84C}
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-green-300{color:#86efac}
.text-green-800{color:#166534}
.text-left{text-align:left}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-navy{color:#0D1B2A}
.text-navy\/80{color:rgba(13,27,42,0.8)}
.text-red-500{color:#ef4444}
.text-red-800{color:#991b1b}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-white{color:#ffffff}
.text-white\/30{color:rgba(255,255,255,0.3)}
.text-white\/35{color:rgba(255,255,255,0.35)}
.text-white\/50{color:rgba(255,255,255,0.5)}
.text-white\/55{color:rgba(255,255,255,0.55)}
.text-white\/60{color:rgba(255,255,255,0.6)}
.text-white\/70{color:rgba(255,255,255,0.7)}
.text-white\/75{color:rgba(255,255,255,0.75)}
.text-white\/80{color:rgba(255,255,255,0.8)}
.text-white\/90{color:rgba(255,255,255,0.9)}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:.75rem;line-height:1rem}
.top-0{top:0}
.top-1\/2{top:50%}
.top-24{top:6rem}
.top-4{top:1rem}
.top-5{top:1.25rem}
.top-full{top:100%}
.tracking-\[\.3em\]{letter-spacing:.3em}
.tracking-wide{letter-spacing:.025em}
.tracking-wider{letter-spacing:.05em}
.tracking-widest{letter-spacing:.1em}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:150ms}
.translate-x-1\/2{transform:translateX(50%)}
.translate-y-1\/2{transform:translateY(50%)}
.uppercase{text-transform:uppercase}
.w-0\.5{width:0.125rem}
.w-1\/3{width:33.333333%}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-16{width:4rem}
.w-3{width:0.75rem}
.w-32{width:8rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-64{width:16rem}
.w-9{width:2.25rem}
.w-96{width:24rem}
.w-full{width:100%}
.whitespace-nowrap{white-space:nowrap}
.z-10{z-index:10}
.z-50{z-index:50}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mb-0\.5{margin-bottom:0.125rem}
.mb-1{margin-bottom:0.25rem}
.mb-10{margin-bottom:2.5rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mb-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-3{margin-bottom:0.75rem}
.mb-4{margin-bottom:1rem}
.mb-5{margin-bottom:1.25rem}
.mb-6{margin-bottom:1.5rem}
.mb-7{margin-bottom:1.75rem}
.mb-8{margin-bottom:2rem}
.ml-auto{margin-left:auto}
.mt-0{margin-top:0}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-3{margin-top:0.75rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-5{padding:1.25rem}
.p-6{padding:1.5rem}
.p-7{padding:1.75rem}
.p-8{padding:2rem}
.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}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-12{padding-top:3rem;padding-bottom:3rem}
.py-14{padding-top:3.5rem;padding-bottom:3.5rem}
.py-16{padding-top:4rem;padding-bottom:4rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-20{padding-top:5rem;padding-bottom:5rem}
.py-24{padding-top:6rem;padding-bottom:6rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-32{padding-top:8rem;padding-bottom:8rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.pb-1{padding-bottom:0.25rem}
.pb-10{padding-bottom:2.5rem}
.pb-14{padding-bottom:3.5rem}
.pb-16{padding-bottom:4rem}
.pb-2{padding-bottom:0.5rem}
.pb-20{padding-bottom:5rem}
.pb-3{padding-bottom:0.75rem}
.pb-6{padding-bottom:1.5rem}
.pb-8{padding-bottom:2rem}
.pl-3{padding-left:0.75rem}
.pl-4{padding-left:1rem}
.pr-2{padding-right:0.5rem}
.pr-8{padding-right:2rem}
.pt-12{padding-top:3rem}
.pt-16{padding-top:4rem}
.pt-20{padding-top:5rem}
.pt-24{padding-top:6rem}
.pt-28{padding-top:7rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pt-8{padding-top:2rem}

@media (min-width:640px){
  .sm\:block{display:block}
  .sm\:col-span-2{grid-column:span 2 / span 2}
  .sm\:flex-row{flex-direction:row}
  .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .sm\:text-base{font-size:1rem;line-height:1.5rem}
  .sm\:w-48{width:12rem}
}

@media (min-width:768px){
  .md\:block{display:block}
  .md\:col-span-1{grid-column:span 1 / span 1}
  .md\:flex-row{flex-direction:row}
  .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
  .md\:inline-flex{display:inline-flex}
  .md\:self-auto{align-self:auto}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
  .md\:text-6xl{font-size:3.75rem;line-height:1}
}

@media (min-width:1024px){
  .lg\:flex{display:flex}
  .lg\:flex-row{flex-direction:row}
  .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\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
  .lg\:hidden{display:none}
  .lg\:text-7xl{font-size:4.5rem;line-height:1}
  .lg\:w-72{width:18rem}
  .lg\:w-80{width:20rem}
}

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