/*!
Theme Name: Hostner
Theme URI: https://hostner.com/
Author: Hostner
Author URI: https://hostner.com/
Description: Hostner WordPress theme — Dead Server edition
Version: 1.0.5
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hostner
Tags: custom-logo, custom-menu, translation-ready
*/

/*
 * All design/layout styles live in:
 *   assets/css/variable.css  — brand tokens + JetBrains Mono
 *   assets/css/layout.css    — nav + footer (desktop)
 *   assets/css/sections.css  — ACF Flexible Content secties (desktop)
 *   assets/css/responsive.css — alle media queries
 */

/* Accessibility — screen reader utility used in header.php */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background: var(--s2, #161616);
	border-radius: 3px;
	clip: auto !important;
	clip-path: none;
	color: var(--green, #22C55E);
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
