/*
Theme Name: Musikinsel Rheinau
Theme URI: https://musikinsel.ch/
Author: Rekow IT
Description: WordPress theme replicating the exact design of the Musikinsel Rheinau website. Content is built with Gutenberg block patterns ("Musikinsel" category). Multilingual-ready via Polylang/WPML. The full visual design lives in css/style.min.css (loaded as-is from the original site); this stylesheet only carries the theme header plus a few WordPress-admin/editor adjustments.
Version: 1.0.0
Requires at least: 5.9
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: musikinsel
*/

/* The real design is in css/style.min.css (enqueued via functions.php).
   Keep only small WordPress-specific tweaks here so we never fight the original CSS. */

/* Give the fixed header room when the admin bar is present */
.admin-bar .header { top: 32px; }
@media screen and (max-width: 782px) {
	.admin-bar .header { top: 46px; }
}

/* WordPress core alignment/caption helpers (BlankSlate leaves these empty) */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.alignleft { float: left; margin: 0 1.5em 1em 0; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 0.85em; font-style: italic; text-align: center; }
.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%);
	height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0;
	position: absolute !important; word-wrap: normal !important;
}
