/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --font-serif: Georgia, Cambria, "Times New Roman", Times, serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
  --color-red-400: oklch(70.4% 0.191 22.216);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-500: oklch(55.1% 0.027 264.364);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-stone-50: oklch(98.5% 0.001 106.423);
  --color-stone-100: oklch(97% 0.001 106.424);
  --color-stone-200: oklch(92.3% 0.003 48.717);
  --color-stone-300: oklch(86.9% 0.005 56.366);
  --color-stone-400: oklch(70.9% 0.01 56.259);
  --color-stone-600: oklch(44.4% 0.011 73.639);
  --color-stone-800: oklch(26.8% 0.007 34.298);
  --color-stone-900: oklch(21.6% 0.006 56.043);
  --color-black: #000;
  --spacing: 0.25rem;
  --container-xs: 20rem;
  --container-3xl: 48rem;
  --container-6xl: 72rem;
  --container-7xl: 80rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --tracking-wide: 0.025em;
  --tracking-widest: 0.1em;
  --leading-relaxed: 1.625;
  --radius-md: 0.375rem;
  --radius-2xl: 1rem;
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-red: rgb(153, 0, 0);
  --animate-max-width: animateMaxWidth 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  --animate-breathing: breathing 2s ease-in-out infinite;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring:where(:not(iframe)) {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
  padding-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
.processwire-pagination {
  margin-block: calc(var(--spacing) * 4);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--spacing);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  & li {
    list-style-type: none;
    & a {
      display: inline-block;
      border-radius: var(--radius-md);
      padding-inline: calc(var(--spacing) * 3);
      padding-block: calc(var(--spacing) * 2.5);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      color: var(--color-stone-600);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-stone-50);
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-stone-900);
        }
      }
      padding-block: calc(var(--spacing) * 1.5);
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
    &.MarkupPagerNavOn a {
      pointer-events: none;
      background-color: var(--color-stone-100);
      color: var(--color-stone-900);
    }
    &.MarkupPagerNavDisabled a {
      pointer-events: none;
      color: var(--color-stone-300);
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
}
.visible {
  visibility: visible;
}
.prose p {
  margin-bottom: calc(var(--spacing) * 4);
}
.prose h1, .prose  h2, .prose  h3, .prose  h4, .prose  h5, .prose  h6 {
  margin-bottom: calc(var(--spacing) * 4);
}
.prose h1 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.prose h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.prose h3 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.prose h4 {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
  text-transform: uppercase;
}
.prose h5 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.prose h6 {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.prose a:not(.button) {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-red);
}
.prose a::after {
  content: "";
  vertical-align: center;
  margin-left: calc(var(--spacing) * 0.5);
  display: inline-block;
  height: 1em;
  width: 1em;
  flex-shrink: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-red);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25' /%3E%3C/svg%3E");
}
.prose a[href^="http"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 6H5.25A2.25 2.25 0 003 8.25v10.5A2.25 2.25 0 005.25 21h10.5A2.25 2.25 0 0018 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25' /%3E%3C/svg%3E");
}
.prose a[href^="/"]::after, .prose  a[href^="#"]::after, .prose  a[href^="?"]::after, .prose  a[href*="peterpirker.at"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E");
}
.prose a[href$=".pdf"]::after, .prose  a[href$=".jpg"]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z' /%3E%3C/svg%3E");
}
.prose a.button {
  margin-block: var(--spacing);
  display: inline-block;
  border-radius: var(--radius-md);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  color: var(--color-stone-600);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-stone-50);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-stone-900);
    }
  }
  background-color: var(--color-stone-200);
  color: var(--color-stone-800);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-stone-50);
    }
  }
  text-decoration-line: none;
}
.prose a.full-width {
  width: 100%;
  text-align: center;
}
.prose ul {
  position: relative;
  margin-bottom: calc(var(--spacing) * 4);
  margin-left: calc(var(--spacing) * 4);
  padding-left: 0px;
}
.prose li {
  margin-bottom: calc(var(--spacing) * 2);
  margin-left: 0px;
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 2);
  & *::marker {
    color: var(--color-red);
  }
  &::marker {
    color: var(--color-red);
  }
  & *::-webkit-details-marker {
    color: var(--color-red);
  }
  &::-webkit-details-marker {
    color: var(--color-red);
  }
}
.prose hr {
  margin-block: calc(var(--spacing) * 4);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-stone-400);
}
.prose strong, .prose  b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.prose small, .prose  .small-text {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.prose big, .prose  .big-text {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.prose em, .prose  i {
  font-style: italic;
}
.prose code {
  border-radius: 0.25rem;
  background-color: #f5f2f0;
  padding-inline: var(--spacing);
  padding-block: calc(var(--spacing) * 0.5);
  font-family: var(--font-mono);
  color: var(--color-gray-900);
}
.prose pre {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: dashed;
  border-style: dashed;
  border-color: var(--color-gray-300);
  padding: calc(var(--spacing) * 4);
  overflow-wrap: break-word;
  white-space: pre-wrap;
  color: var(--color-gray-800);
  tab-size: 4;
}
.prose pre code {
  background-color: transparent;
  padding: 0px;
}
.prose pre[class*="language-"] {
  margin-block: calc(var(--spacing) * 2);
  background-color: #f5f2f0;
  padding: calc(var(--spacing) * 4);
  font-family: var(--font-mono);
  font-size: 0.9375rem;
  color: var(--color-gray-500);
}
.prose table {
  border-collapse: collapse;
}
.prose table:not([cellpadding]) td, .prose  table:not([cellpadding]) th {
  padding: calc(var(--spacing) * 2);
}
.prose table[border]:not([border="0"]):not([style*="border-width"]) td, .prose  table[border]:not([border="0"]):not([style*="border-width"]) th {
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--color-black);
}
.prose blockquote {
  margin: 0px;
  border-color: var(--color-black);
  padding-inline: calc(var(--spacing) * 4);
  font-family: var(--font-serif);
  font-style: italic;
}
.prose:not([dir="rtl"]) blockquote {
  margin-left: calc(var(--spacing) * 6);
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
  padding-left: calc(var(--spacing) * 4);
}
.prose[dir="rtl"] blockquote {
  margin-right: calc(var(--spacing) * 6);
  border-right-style: var(--tw-border-style);
  border-right-width: 2px;
  padding-right: calc(var(--spacing) * 4);
}
.prose img, .prose video, .prose  iframe {
  max-width: 100%;
}
.prose figure {
  margin-block: calc(var(--spacing) * 4);
  display: table;
  &:first-child {
    margin-top: 0px;
  }
}
.prose figure figcaption {
  margin-top: var(--spacing);
  display: table-caption;
  caption-side: bottom;
  font-size: 14px;
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
  color: var(--color-gray-400);
}
.prose .align_right, .prose  .right {
  float: none;
  text-align: right;
}
.prose .align_left, .prose  .left {
  float: none;
  text-align: left;
}
.prose .align_center, .prose  .center {
  text-align: center;
}
.prose .align_full, .prose  .full {
  text-align: justify;
}
:is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).align_right, :is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).right {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: calc(var(--spacing) * 2);
  @media (width >= 64rem) {
    float: right;
  }
}
:is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).align_left, :is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).left {
  margin-top: 0px;
  margin-right: calc(var(--spacing) * 2);
  margin-left: 0px;
  @media (width >= 64rem) {
    float: left;
  }
}
:is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).align_center, :is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).center {
  margin-inline: auto;
  display: block;
}
:is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).align_full, :is(.prose img, .prose  figure, .prose  table, .prose  video, .prose  iframe).full {
  width: 100%;
}
.prose .limit-width {
  max-width: var(--container-3xl);
}
.prose a > img {
  margin: 1px;
  --tw-border-style: none;
  border-style: none;
  padding: 1px;
  --tw-outline-style: none;
  outline-style: none;
}
.prose .image-block-right {
  display: flex;
  width: 100%;
}
@media (width >= 40rem) {
  .prose .image-block-right img {
    margin-left: auto;
    width: calc(1 / 2 * 100%);
  }
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-12 {
  top: calc(var(--spacing) * 12);
}
.order-last {
  order: 9999;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-16 {
  margin-block: calc(var(--spacing) * 16);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.ml-auto {
  margin-left: auto;
}
.btn {
  display: inline-block;
  border-radius: var(--radius-md);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  color: var(--color-stone-600);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-stone-50);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--color-stone-900);
    }
  }
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.table {
  display: table;
}
.h-80 {
  height: calc(var(--spacing) * 80);
}
.h-full {
  height: 100%;
}
.max-h-96 {
  max-height: calc(var(--spacing) * 96);
}
.max-h-full {
  max-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.content-box {
  width: 100%;
  border-radius: var(--radius-md);
  background-color: var(--color-stone-50);
  padding: calc(var(--spacing) * 4);
  @media (width >= 48rem) {
    padding: calc(var(--spacing) * 6);
  }
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-6xl {
  max-width: var(--container-6xl);
}
.max-w-60 {
  max-width: calc(var(--spacing) * 60);
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.scale-95 {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.gap-1 {
  gap: var(--spacing);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-transparent {
  border-color: transparent;
}
.btn-secondary {
  background-color: var(--color-stone-200);
  color: var(--color-stone-800);
  &:hover {
    @media (hover: hover) {
      background-color: var(--color-stone-50);
    }
  }
}
.btn-active {
  background-color: var(--color-stone-100);
  color: var(--color-stone-900);
}
.bg-stone-200 {
  background-color: var(--color-stone-200);
}
.object-contain {
  object-fit: contain;
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.btn-lg {
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 4);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.btn-sm {
  padding-block: calc(var(--spacing) * 1.5);
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-stone-400 {
  color: var(--color-stone-400);
}
.text-stone-600 {
  color: var(--color-stone-600);
}
.text-stone-800 {
  color: var(--color-stone-800);
}
.italic {
  font-style: italic;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  .group-hover\:scale-100:is(:where(.group):hover *) {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .group-hover\:shadow-xl:is(:where(.group):hover *) {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.peer-checked\/buch\:block:is(:where(.peer\/buch):checked ~ *) {
  display: block;
}
.peer-checked\/buch\:hidden:is(:where(.peer\/buch):checked ~ *) {
  display: none;
}
.peer-checked\/buch\:active-tab:is(:where(.peer\/buch):checked ~ *) {
  border-color: var(--color-stone-800);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-stone-800);
}
.peer-checked\/presse\:block:is(:where(.peer\/presse):checked ~ *) {
  display: block;
}
.peer-checked\/presse\:hidden:is(:where(.peer\/presse):checked ~ *) {
  display: none;
}
.peer-checked\/presse\:active-tab:is(:where(.peer\/presse):checked ~ *) {
  border-color: var(--color-stone-800);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-stone-800);
}
.peer-checked\/rezensionen\:block:is(:where(.peer\/rezensionen):checked ~ *) {
  display: block;
}
.peer-checked\/rezensionen\:hidden:is(:where(.peer\/rezensionen):checked ~ *) {
  display: none;
}
.peer-checked\/rezensionen\:active-tab:is(:where(.peer\/rezensionen):checked ~ *) {
  border-color: var(--color-stone-800);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-stone-800);
}
@media (hover: hover) {
  .hover\:text-stone-800:hover {
    color: var(--color-stone-800);
  }
}
@media (width < 48rem) {
  .max-md\:w-full {
    width: 100%;
  }
}
@media (width >= 40rem) {
  .sm\:flex {
    display: flex;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .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\:flex-col {
    flex-direction: column;
  }
  .md\:p-6 {
    padding: calc(var(--spacing) * 6);
  }
}
@media (width >= 64rem) {
  .lg\:w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  body.page-home .md\:home\:animated-subtitle {
    display: inline-flex;
    max-width: 0px;
    animation: var(--animate-max-width);
    overflow: hidden;
    white-space: nowrap;
    animation-delay: 1s;
    --animated-max-width: 500px;
  }
}
html, body {
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  scrollbar-gutter: auto;
  scroll-behavior: smooth;
}
ul {
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  font-family: var(--font-serif);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
article, h2, h3 {
  scroll-margin: calc(var(--spacing) * 6);
}
@supports not (container-type: inline-size) {
  .peer-checked\:grid-expand {
    transition: none !important;
  }
  .peer ~ .peer-checked\:grid-expand, :where(.peer):not(:checked) ~ .peer-checked\:grid-expand {
    display: none !important;
  }
  .peer:checked ~ .peer-checked\:grid-expand, :where(.peer):checked ~ .peer-checked\:grid-expand {
    display: block !important;
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes breathing {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
@keyframes animateMaxWidth {
  0% {
    max-width: 0;
  }
  100% {
    max-width: var(--animated-max-width);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
