/*
Theme Name: Hochwall GmbH
Theme URI: https://hochwall.de
Author: Hochwall GmbH
Author URI: https://hochwall.de
Description: Eigenständiges, schlankes Block-Theme (Full Site Editing) für die Hochwall GmbH – Generalunternehmen für Bau und Sanierung in Berlin & Brandenburg. SEO-optimiert, barrierearm (BFSG/EAA) und datenschutzorientiert mit lokaler Technik sowie optionalem GA4 erst nach Einwilligung. Akzentfarbe #af1c1a.
Requires at least: 6.6
Tested up to: 6.7
Requires PHP: 7.4
Version: 2.9.17
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hochwall
Tags: full-site-editing, block-patterns, business, custom-colors, custom-logo, blog, accessibility-ready
*/

/*
  Hinweis: Das meiste Styling läuft über theme.json (Farben, Typografie, Abstände).
  Zusätzliche Feinheiten (Fokus-Stile, Formular, Maps-Consent, mobile Nav) liegen in
  assets/css/ und werden über functions.php geladen.
  Diese style.css enthält nur den Theme-Header (Pflicht für WordPress) und wenige
  globale Ergänzungen.
*/

/* Skip-Link (Barrierefreiheit): der Link selbst kommt automatisch von
   WordPress-Core (Block-Themes ab 6.4) – hier nur der sichtbare Fokus-Stil. */
.skip-link:focus {
	position: fixed;
	left: 0.5rem;
	top: 0.5rem;
	width: auto;
	height: auto;
	clip: auto;
	clip-path: none;
	z-index: 9999;
	background: #af1c1a;
	color: #ffffff;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	font-weight: 600;
}
