/*
Theme Name: Angebotspiraten
Theme URI: https://angebotspiraten.de/
Author: Angebotspiraten
Author URI: https://angebotspiraten.de/
Description: Individuelles Affiliate- und Deal-Portal-Theme für angebotspiraten.de. Custom Post Types für Deals, Gutscheine und Ratgeber, ohne Page-Builder, Bootstrap 5.3 und Roboto lokal eingebunden. Responsive (Mobile First) mit Grid & Flexbox.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: angebotspiraten
Tags: custom-post-type, affiliate, deals, e-commerce, responsive, block-styles
*/

/*
 * Die eigentlichen Styles liegen modular in:
 *   assets/css/fonts.css   – lokale Roboto-Schrift
 *   assets/css/theme.css   – Design-System (CSS-Variablen, Layout, Komponenten)
 * Beide werden über functions.php (ap_assets) sauber per wp_enqueue geladen.
 * Dieses Stylesheet bleibt bewusst schlank.
 */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}

.ap-skip-link {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 1000;
}
.ap-skip-link:focus {
	left: 8px;
	top: 8px;
	background: #fff;
	padding: 10px 16px;
	border-radius: 6px;
}
