/* Fokus-Ringe nur bei Tastaturbedienung */
:where(a,button,input,select,textarea):focus-visible {
  outline:2px solid color-mix(in srgb, var(--gptlogofarbe) 70%, black 10%);
  outline-offset:2px; border-radius:var(--radius-sm);
}

/* dezente Hover-Politur */
@media (hover:hover) and (pointer:fine) {
  a#button:hover,
  button.start:hover, button.start2:hover, button.gpt:hover,
  button.b50:hover, button.b1:hover, button.senden:hover, button.text:hover,
  button.kalender:hover, button.news:hover, button.spende:hover,
  button.termin:hover, button.linkstudio:hover {
    filter:brightness(1.03);
  }
}

/* Bewegungen reduzieren */
@media (prefers-reduced-motion:reduce) {
  * {
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
    scroll-behavior:auto !important;
  }
}

/* Helferklassen */
.visually-hidden {
  position:absolute!important; width:1px; height:1px; overflow:hidden;
  clip:rect(1px,1px,1px,1px); white-space:nowrap; border:0; padding:0; margin:-1px;
}
.center-block { margin-left:auto!important; margin-right:auto!important; }
.maxw-30 { max-width:30rem!important; }
.maxw-40 { max-width:40rem!important; }
.maxw-50 { max-width:50rem!important; }

/* Druck */
@media print {
  html, body, header, footer, nav { background:#fff !important; box-shadow:none !important; }
  a[href]::after { content:" (" attr(href) ")"; font-size:90%; color:#444; }
  #navlink, #cross-rounded-borders { display:none !important; }
}
