/*
Theme Name: Mittelmeiers
Theme URI: https://mittelmeiers.de
Author: Ivan Kuraev
Author URI: △ RASTAMAFIA ✯ 10:33 ▲
Description: A sophisticated WordPress theme for Johanna Mittelmeier - Leadership Development Coach.
Version: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mittelmeiers
*/

/*
 * Mittelmeiers WordPress Theme - Modular CSS Structure
 *
 * This theme uses a modular CSS architecture for better maintainability:
 *
 * 01-base.css        - CSS variables, reset, typography, animations
 * 02-navigation.css  - Header, navigation menu, dropdown, WordPress classes
 * 03-components.css  - Buttons, cards, forms, reusable components
 * 04-home.css        - Homepage specific styles (hero, programme blocks, kernthese)
 * 05-about.css       - Uber mich page styles (biografie, stationen, expertise)
 * 06-programs.css    - Programs pages styles (hero, problem, diagnose, struktur, preise)
 * 07-coaching.css    - Coaching page styles (premium, formate, methodik, prozess)
 * 08-footer.css      - Footer styles (navigation, socials, bottom bar)
 * 09-common.css      - Common templates styles (404, page, single)
 * responsive.css     - All responsive styles and media queries
 *
 * All CSS files are loaded via functions.php using wp_enqueue_style()
 */

/* WordPress Core Classes */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter, div.aligncenter { display: block; margin: 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption .wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }

.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; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; padding: 15px 23px 14px; top: 5px; width: auto; z-index: 100000; }

.wp-block-image { margin: 0; }
.wp-block-image img { height: auto; max-width: 100%; }
