/*
Theme Name: ZERT Gutachter
Theme URI: https://www.zert-gutachter.com
Author: Sachverständigenbüro WPK
Author URI: https://www.zert-gutachter.com
Description: Seriöses, professionelles WordPress-Theme für Bausachverständige und Gutachterbüros. Modern, schnell, barrierearm und vollständig kompatibel mit WordPress 7. Enthält Startseite mit Hero-Bereich, Leistungsübersicht, Vita-Bereich, Kontaktformular ohne Plugin-Abhängigkeit sowie Vorlagen für Impressum und Datenschutz.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
Author: Sachverständigenbüro WPK
Text Domain: zertgutachter
Tags: block-patterns, custom-logo, custom-menu, featured-images, footer-widgets, translation-ready, one-column, two-columns, right-sidebar
*/

/* Basis-Reset */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	color: var(--zg-text);
	background: var(--zg-bg);
	line-height: 1.65;
	font-size: 17px;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--zg-primary); text-decoration: none; }
a:hover, a:focus { color: var(--zg-accent); }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", serif;
	color: var(--zg-heading);
	line-height: 1.25;
	margin: 0 0 .6em;
	font-weight: 700;
}

h1 { font-size: clamp(2rem, 4vw, 2.9rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1.2em; }

.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	overflow: hidden;
	clip: rect(1px,1px,1px,1px);
	white-space: nowrap;
}
.skip-link {
	position: absolute;
	left: -999px;
	top: 0;
	background: var(--zg-primary);
	color: #fff;
	padding: .75em 1.2em;
	z-index: 10000;
}
.skip-link:focus { left: 0; }
