/*
Theme Name: Inei
Theme URI: https://inei.at
Author: Inei Software GmbH
Author URI: https://inei.at
Description: Modernes, helles WordPress-Theme für Inei – Softwareentwicklung für CRM-, CMS-, Website- und Mobile-App-Lösungen. Vollständig anpassbar über den WordPress-Customizer: Farben, Menüs, Widget-Bereiche und visuelle Elemente inklusive. Optimiert für inei.at.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.6
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: inei
Tags: e-commerce, blog, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, wide-blocks
*/

/* Grundgerüst – das eigentliche Design befindet sich in assets/css/main.css
   (wird über functions.php eingebunden). Diese Datei ist laut WordPress-
   Vorgabe für jedes Theme erforderlich (Theme-Header + Basis-Reset). */

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

a { color: inherit; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.screen-reader-text:focus {
  position: fixed !important;
  top: 8px; left: 8px;
  width: auto; height: auto;
  padding: 12px 18px;
  background: #0E1B2E;
  color: #fff;
  z-index: 100000;
  border-radius: 6px;
  clip: auto;
}
