/* 
Theme Name: WEMA 2025
Theme URI: https://github.com/elementor/hello-theme-child/
Description: This theme – based on the phantastic work of the Elementor team – is tailored to the WEMA’s demand.
Author: XPDT › Daniel Schmidt
Author URI: https://xpdt.de
Template: hello-elementor
Version: 0.0.3
Text Domain: wema_v2
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* CHANGE LOG
250818	0.0.1	fork from Elementor Child
250818	0.0.2	add media cats quick action
250818	0.0.3	make footer sticky bottom, add [current_year] shortcode
 */
 
/* Add your custom styles here */

/* footer sticky buttom */
html, body { height: 100%; margin: 0; }
#page, #wrap, .site, .site-wrapper, body {
  min-height: 100svh;              /* mobile-safe (statt 100vh) */
  display: flex;
  flex-direction: column;
}

/* 2) Inhalt strecken */
#content, #main, .site-content, main {
  flex: 1 0 auto;
}

/* 3) Footer nach unten schieben */
footer, #footer, .site-footer {
  margin-top: auto;
}