/*
Theme Name: Beat Hochheuser
Theme URI: https://techassist.ch
Author: TechAssist
Author URI: https://techassist.ch
Description: Individuell entwickeltes WordPress-Theme für Beat Hochheuser.
Version: 1.4.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 8.1
License: Proprietär
Text Domain: beat-hochheuser
Tags: one-column, custom-menu, featured-images, translation-ready
*/

/*
 * Das vollständige Layout-Stylesheet liegt in assets/css/main.css und wird über
 * functions.php eingebunden. Diese Datei enthält nur den Theme-Header sowie
 * ergänzende Basisregeln.
 */

html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

img,
video {
	max-width: 100%;
	height: auto;
}

.screen-reader-text {
	position: absolute !important;
	clip-path: inset(50%);
	width: 1px;
	height: 1px;
	overflow: hidden;
	white-space: nowrap;
}

/* Projektseiten (Tinte.ch, Peach, Redhorn): Fliesstext im Textabschnitt. */
.bh-project-text a { color: inherit; border-bottom: 1px solid #B8895A; padding-bottom: 1px; text-decoration: none; transition: opacity .2s; }
.bh-project-text a:hover { opacity: .7; }
.bh-project-text a[href="http://www.redhorn.ch"] { display: inline-block; color: #0B1E3A; }
.bh-project-text p + p { margin-top: 1.5rem; }

/* Sprungmarken: Titel unter dem fixierten Kopfbereich freihalten. */
html { scroll-padding-top: 112px; }
.bh-legal-area h2[id],
.bh-prose h2[id],
.bh-prose h3[id],
[id]:target { scroll-margin-top: 112px; }
@media (min-width: 1280px) {
	html { scroll-padding-top: 140px; }
	.bh-legal-area h2[id],
	.bh-prose h2[id],
	.bh-prose h3[id],
	[id]:target { scroll-margin-top: 140px; }
}
body.admin-bar .bh-legal-area h2[id],
body.admin-bar .bh-prose h2[id],
body.admin-bar .bh-prose h3[id] { scroll-margin-top: 172px; }
