/* Minimal Tailwind CSS - Only classes actually used on krawallundstille.test */

/* Reset and base styles */
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
*{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000}

/* Layout */
.absolute{position:absolute}
.relative{position:relative}
.block{display:block}
.flex{display:flex}
.grid{display:grid}
.hidden{display:none}
.inline-flex{display:inline-flex}

/* Container */
.container{width:100%}
@media (min-width:640px){.container{max-width:640px}}
@media (min-width:768px){.container{max-width:768px}}
@media (min-width:1024px){.container{max-width:1024px}}
@media (min-width:1280px){.container{max-width:1280px}}
@media (min-width:1536px){.container{max-width:1536px}}

/* Margin */
.-mx-4{margin-left:-1rem;margin-right:-1rem}
.mb-2{margin-bottom:.5rem}
.mb-3{margin-bottom:.75rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mt-1{margin-top:.25rem}
.mt-2{margin-top:.5rem}
.mt-4{margin-top:1rem}
.mt-6{margin-top:1.5rem}
.mt-8{margin-top:2rem}
.mt-10{margin-top:2.5rem}
.mt-12{margin-top:3rem}
.mx-auto{margin-left:auto;margin-right:auto}

/* Padding */
.p-2{padding:.5rem}
.p-3{padding:.75rem}
.pt-4{padding-top:1rem}
.px-3{padding-left:.75rem;padding-right:.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-1{padding-top:.25rem;padding-bottom:.25rem}
.py-3{padding-top:.75rem;padding-bottom:.75rem}
.py-8{padding-top:2rem;padding-bottom:2rem}
.py-12{padding-top:3rem;padding-bottom:3rem}

/* Background Colors */
.bg-gray-50{background-color:#f9fafb}
.bg-gray-100{background-color:#f3f4f6}
.bg-white{background-color:#fff}
.bg-indigo-600{background-color:#4f46e5}

/* Borders */
.border{border-width:1px}
.border-b{border-bottom-width:1px}
.border-r-0{border-right-width:0}
.border-t{border-top-width:1px}
.border-gray-200{border-color:#e5e7eb}
.border-gray-300{border-color:#d1d5db}
.border-transparent{border-color:transparent}

/* Border Radius */
.rounded{border-radius:.25rem}
.rounded-lg{border-radius:.5rem}
.rounded-md{border-radius:.375rem}
.rounded-lg{border-radius:.5rem}
.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}
.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}

/* Box Shadow */
.shadow-sm{box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}
.shadow-md{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}
.shadow-lg{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}

/* Flexbox */
.flex-1{flex:1 1 0%}
.flex-col{flex-direction:column}
.flex-shrink-0{flex-shrink:0}
.flex-wrap{flex-wrap:wrap}
.items-center{align-items:center}
.justify-between{justify-content:space-between}
.justify-center{justify-content:center}

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

/* Gap */
.gap-2{gap:.5rem}
.gap-3{gap:.75rem}
.gap-4{gap:1rem}
.gap-x-8{column-gap:2rem}
.gap-y-4{row-gap:1rem}

/* Sizing */
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-8{height:2rem}
.w-4{width:1rem}
.w-5{width:1.25rem}
.w-6{width:1.5rem}
.w-8{width:2rem}
.w-full{width:100%}
.max-w-none{max-width:none}

/* Positioning */
.left-0{left:0}
.top-full{top:100%}
.z-10{z-index:10}
.z-20{z-index:20}

/* Order */
.order-1{order:1}
.order-2{order:2}

/* Typography */
.text-base{font-size:1rem;line-height:1.5rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.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-xs{font-size:.75rem;line-height:1rem}
.text-center{text-align:center}

/* Font Weight */
.font-bold{font-weight:700}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}

/* Text Colors */
.text-gray-400{color:#9ca3af}
.text-gray-500{color:#6b7280}
.text-gray-600{color:#4b5563}
.text-gray-700{color:#374151}
.text-gray-800{color:#1f2937}
.text-white{color:#fff}
.text-red-500{color:#ef4444}

/* Text Utilities */
.leading-relaxed{line-height:1.625}
.not-italic{font-style:normal}

/* Screen Reader Only */
.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}

/* Transitions */
.duration-200{transition-duration:200ms}
.duration-300{transition-duration:300ms}
.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}

/* Space utilities */
.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}
.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}

/* Last pseudo-class */
.last\:border-b-0:last-child{border-bottom-width:0}

/* Group */
.group{position:relative}

/* Hover States */
.hover\:bg-gray-50:hover{background-color:#f9fafb}
.hover\:bg-gray-100:hover{background-color:#f3f4f6}
.hover\:bg-indigo-700:hover{background-color:#4338ca}
.hover\:text-blue-500:hover{color:#3b82f6}
.hover\:text-gray-700:hover{color:#374151}
.hover\:text-gray-800:hover{color:#1f2937}

/* Focus States */
.focus\:border-blue-500:focus{border-color:#3b82f6}
.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) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}
.focus\:ring-blue-500:focus{--tw-ring-color:#3b82f6}
.focus\:ring-indigo-500:focus{--tw-ring-color:#6366f1}
.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}
.focus\:text-blue-500:focus{color:#3b82f6}
.focus\:underline:focus{text-decoration-line:underline}

/* Last pseudo-class */
.last\:border-b-0:last-child{border-bottom-width:0}

/* Small screens (640px and up) */
@media (min-width:640px){
.sm\:columns-3{columns:3}
.sm\:mb-0{margin-bottom:0}
.sm\:text-sm{font-size:.875rem;line-height:1.25rem}
.sm\:w-1\/2{width:50%}
}

/* Medium screens (768px and up) */
@media (min-width:768px){
.md\:bg-transparent{background-color:transparent}
.md\:block{display:block}
.md\:border-b-0{border-bottom-width:0}
.md\:flex{display:flex}
.md\:grid{display:grid}
.md\:hidden{display:none}
.md\:inline-block{display:inline-block}
.md\:col-span-4{grid-column:span 4/span 4}
.md\:col-span-6{grid-column:span 6/span 6}
.md\:col-span-8{grid-column:span 8/span 8}
.md\:col-span-12{grid-column:span 12/span 12}
.md\:flex-row{flex-direction:row}
.md\:gap-8{gap:2rem}
.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}
.md\:items-center{align-items:center}
.md\:justify-between{justify-content:space-between}
.md\:justify-start{justify-content:flex-start}
.md\:left-auto{left:auto}
.md\:mb-0{margin-bottom:0}
.md\:mb-12{margin-bottom:3rem}
.md\:order-1{order:1}
.md\:order-2{order:2}
.md\:px-3{padding-left:.75rem;padding-right:.75rem}
.md\:py-0{padding-top:0;padding-bottom:0}
.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}
.md\:relative{position:relative}
.md\:rounded-md{border-radius:.375rem}
.md\:shadow-none{box-shadow:0 0 #0000}
.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}
.md\:text-5xl{font-size:3rem;line-height:1}
.md\:text-xl{font-size:1.25rem;line-height:1.75rem}
.md\:text-left{text-align:left}
.md\:top-auto{top:auto}
.md\:w-1\/2{width:50%}
.md\:w-1\/3{width:33.333333%}
.md\:w-1\/4{width:25%}
.md\:w-auto{width:auto}
.md\:hover\:bg-transparent:hover{background-color:transparent}
.md\:hover\:text-blue-500:hover{color:#3b82f6}
}

/* Large screens (1024px and up) */
@media (min-width:1024px){
.lg\:w-1\/6{width:16.666667%}
.lg\:w-2\/3{width:66.666667%}
}

/* Custom Component Classes */

.content-container{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}
@media (min-width:640px){.content-container{padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width:1024px){.content-container{padding-left:2rem;padding-right:2rem}}

.skip-link{position:absolute;top:-100%;left:1rem;background-color:#2563eb;color:#fff;padding:1rem;border-radius:.375rem;z-index:50;transition:all .15s ease-in-out}
.skip-link:focus{top:1rem}

.form-group{margin-bottom:1.5rem}

.social-link{text-decoration:none}
.social-icon{display:inline-block}

.honeypot-field{position:absolute;left:-9999px;opacity:0}
.contact-checkbox-wrapper{display:flex;align-items:flex-start;gap:.5rem}
.contact-privacy-section{margin-bottom:1.5rem}
.contact-privacy-checkbox{margin-top:.25rem;width:1rem;height:1rem;flex-shrink:0}
.contact-privacy-label{font-weight:normal;line-height:1.5;font-size:.9rem;color:#333;cursor:pointer}
.contact-privacy-help{margin-top:.75rem;font-size:.8rem;color:#666;line-height:1.4}
.contact-privacy-error{margin-top:.5rem;font-size:.9rem;color:#dc3545}
.required-asterisk{color:#dc3545;font-weight:bold}
.privacy-policy-link{color:#007cba;text-decoration:underline;font-weight:500}
.privacy-policy-link:hover{color:#005a8b}

.album-gallery-column{break-inside:avoid;margin-bottom:1rem}
.album-preview-card{background:white;border-radius:.5rem;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}
.album-preview-link{display:block;text-decoration:none;color:inherit}
.album-preview-image{width:100%;height:auto;display:block}
.album-preview-content{padding:1rem}
.album-preview-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}
.album-preview-text{font-size:.875rem;color:#6b7280}
.photography-albums-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}

.notes-page-container{max-width:80rem;margin:0 auto;padding:0 1rem}
.notes-intro{text-align:center;margin-bottom:3rem}
.notes-grid-container{display:grid;gap:2rem}
.note-card{background:white;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.note-header{margin-bottom:1rem}
.note-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}
.note-date{font-size:.875rem;color:#6b7280}
.note-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}

.btn{display:inline-flex;align-items:center;padding:.5rem 1rem;border-radius:.375rem;font-weight:500;text-decoration:none;transition:all .15s}
.btn-primary{background-color:#2563eb;color:white}
.btn-primary:hover{background-color:#1d4ed8}
.btn-secondary{background-color:#6b7280;color:white}
.btn-secondary:hover{background-color:#4b5563}
