/*
Theme Name: B2B Server Care
Theme URI: https://b2b-server-care.de
Author: Dmytro Oliinyk
Author URI: https://www.home-it-mainz.de/
Description: Professionelle, schnelle und SEO-optimierte B2B-WordPress-Theme für Server-Wartung, Monitoring, Sicherheitsupdates und technische Betreuung von Linux- und WordPress-Servern. Gutenberg-freundlich, translation-ready, sicher und ohne Page-Builder-Abhängigkeit.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: b2b-server-care
Tags: business, custom-colors, custom-logo, custom-menu, featured-images, full-site-editing, block-patterns, translation-ready, threaded-comments, blog
*/

/*
 * Diese Datei enthält nur den Theme-Header (Pflicht für WordPress)
 * und einige WordPress-spezifische Utility-Klassen.
 * Das eigentliche Styling befindet sich in assets/css/main.css
 * (sauber getrennt und über wp_enqueue_style eingebunden).
 */

/* --- WordPress Core Utility Classes --- */
.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-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #1f7a4d;
	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;
}

.alignleft { float: left; margin-right: 1.5em; }
.alignright { float: right; margin-left: 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.875rem; color: #5f6b76; text-align: center; }
.sticky { display: block; }
.bypostauthor { display: block; }

.gallery-caption { display: block; }
