/*
Theme Name: Hello Elementor Child - TrainMyBrain
Theme URI: https://fahrtauglich.ch
Description: Child Theme für TrainMyBrain.ch Landing Page mit GSAP Animationen
Author: Fahrtauglich
Author URI: https://fahrtauglich.ch
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hello-elementor-child
*/

/* ===== TrainMyBrain Landing Page Styles ===== */
/* Diese Styles sind bereits in der HTML-Datei inline eingebettet */
/* Hier nur Child Theme spezifische Anpassungen */

/* WordPress Admin Bar Anpassung für Fixed Elements */
.admin-bar .scroll-progress {
  top: 32px;
}

/* Elementor Kompatibilität */
.elementor-page .trainmybrain-landing {
  width: 100%;
  max-width: none;
}

/* WordPress Block Editor Kompatibilität */
.wp-block-html .trainmybrain-landing {
  margin: 0;
  padding: 0;
}

/* Child Theme spezifische Utilities */
.tmb-fullwidth {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
