/*
Theme Name: Paddenwirt
Theme URI: https://sandbox.berlin-moebel-montage.de/
Author: FOPY – Hausmeisterservice & Objektbetreuung
Description: Schlankes Block-Theme für Zum Paddenwirt im Berliner Nikolaiviertel.
Version: 0.2.1
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: paddenwirt
*/

:root { color-scheme: light; }
html { scroll-behavior: smooth; }
body { text-rendering: optimizeLegibility; }
a:focus-visible, button:focus-visible { outline: 3px solid #B18A4A; outline-offset: 3px; }
.wp-block-navigation__responsive-container-open,
.wp-block-navigation__responsive-container-close,
.wp-block-button__link { min-height: 44px; min-width: 44px; display: inline-flex; align-items: center; justify-content: center; }
.paddenwirt-header-cta .wp-block-button__link { padding-left: 1rem; padding-right: 1rem; }
.paddenwirt-footer a { color: #B18A4A; text-decoration: underline; text-underline-offset: 2px; }
.paddenwirt-footer a:hover,
.paddenwirt-footer a:focus-visible { color: #F4EEDF; }
.paddenwirt-footer .paddenwirt-wordmark,
.paddenwirt-footer .paddenwirt-wordmark a { text-decoration: none; }
.paddenwirt-footer .paddenwirt-wordmark a:hover,
.paddenwirt-footer .paddenwirt-wordmark a:focus-visible { text-decoration: underline; }
.paddenwirt-hero-sub { max-width: 42ch; font-size: 1.15rem; margin-left: 0; margin-right: auto; }
@media (min-width: 782px) { .paddenwirt-hero-sub { font-size: 1.05rem; } }
.paddenwirt-wordmark { text-transform: uppercase; letter-spacing: 0.04em; }
.paddenwirt-hero-ornament { width: 120px; height: 14px; margin: 0.25rem auto 1.25rem 0; background: url("assets/icons/ornament-linie.svg") no-repeat center / contain; }
.paddenwirt-seal { width: 72px; height: 72px; margin-bottom: 0.5rem; background: url("assets/icons/siegel-padde.svg") no-repeat center / contain; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
