/* @override 
	https://www.balance-haus.de/wp-content/themes/generatepress_child/style.css?*
*/

/*
	Theme Name:   GeneratePress Child
	Theme URI:    https://generatepress.com
	Description:  GeneratePress Child Theme by Medianotions
	Author:       Bogdan Günther
	Author URI:   https://www.medianotions.de
	Template:     generatepress
	Version:      0.1
*/

/* @group Seite */

body
{
	max-width: 2400px;
	margin: 0 auto;
}

/* @end */

/* @group Abstände */

.elementor-page #main
{
	
}

/* @end */

/* @group Header */

/* @group Navigation */

.elementor-nav-menu .sub-menu .menu-item a
{
	border-left: 0;
}

/* @end */

/* @end */

/* @group Inhalt */

/* @group Typografie */

#main h1
{
	margin-bottom: 30px;
}

#main h2
{
	
}

#main h3
{
	margin-bottom: 8px;
}

#main .elementor-text-editor h2 + h3
{
	margin-top: 1.5em;
}

#main p
{
	-webkit-locale: de;
	-webkit-hyphens: auto;
	hyphens: auto;
	-moz-hyphens: auto;
}

#main p a
{
	-webkit-hyphens: manual;
	hyphens: manual;
	-moz-hyphens: manual;
}

/* @end */

/* @group Listen */

#main .elementor-widget-text-editor ol
{
	margin-left: 2em;
}

#main .elementor-widget-text-editor ol li
{
	margin-bottom: 0.3em;
}

#main .elementor-widget-text-editor ul:not(.elementor-icon-list-items)
{
	margin-left: 1.3em;
}

#main .elementor-widget-text-editor ul:not(.elementor-icon-list-items) li
{
	margin-bottom: 0.3em;
}

#main .elementor-widget-text-editor ul li ul
{
	margin-left: 1em;
}

/* @end */

/* @group Links */

.plain_links a
{
	text-decoration: none !important;
}

/* @end */

/* @group Bilder */



/* @end */

/* @group Gutenberg Galerien */

#main .wp-block-gallery .blocks-gallery-grid
{
	margin: 1em 0 1.5em 0;
}

/* @end */

/* @group WordPress Passwort-Formular */

#main .post-password-form
{
	margin: 0 auto;
	padding: 60px 15px;
	max-width: 1140px;
}

#main .post-password-form input
{
	display: block;
	margin-top: 20px;
}

/* @end */

/* @group Trenner */

#main .elementor-text-editor hr,
#main hr.wp-block-separator
{
	margin: 2em 0;
	background: #3a3a3a;
}

/* @end */

/* @group Gravitiy Forms */

.gfield.anrede .gchoice
{
	float: left;
	width: 100px;
}

.gfield .gfield_checkbox li
{
	margin-bottom: 1em !important;
}

.gfield .gfield_checkbox li input
{
	margin-top: 5px;
	margin-right: 5px;
	vertical-align: top !important;
}

.gform_wrapper .gform_button
{
	border-radius: 3px;
}

/* @end */

/* @group Icon-Boxen mit Links */

.elementor-widget-icon-box.link
{
    cursor: pointer;
}

.elementor-widget-icon-box.link *
{
    text-decoration: none !important;
}

/* @end */

/* @group Elemente mit gleicher Höhe */

.elementor-widget.equal_height
{
    display: flex;
    height: 100%;
}

.elementor-widget.equal_height > .elementor-widget-container
{
    flex-basis: 100%;
}

/* @end */

/* @group Elementor: Pagination */

.elementor-pagination
{
	position: relative;	
	margin-top: 3em;
}

.elementor-pagination .page-numbers
{
	display: inline-block;
	padding: 5px 10px;
	
	color: white;
	background: #000000;
	
	border-radius: 3px;
}

.elementor-pagination .page-numbers.prev
{
	position: absolute;
	left: 0;
	top: 0;
	
	opacity: 0.5;
}

.elementor-pagination .page-numbers.next
{
	position: absolute;
	right: 0;
	top: 0;
	
	opacity: 0.5;
}

.elementor-pagination a.page-numbers.prev,
.elementor-pagination a.page-numbers.next
{
	opacity: 1;
}

.elementor-pagination .page-numbers.current,
.elementor-pagination a.page-numbers:hover
{
	color: white !important;
	background: #009fe3;
}

/* @end */

/* @group Elementor Abschnitte */

#main section
{
	opacity: 0;
	animation: fadeIn 0.5s forwards;
    animation-delay: 0.5s;
}

@keyframes fadeIn
{
    from { opacity: 0; }
    to { opacity: 1; }
}

/* @end */

/* @end */

/* @group Elementor Selektoren */

body:not(.elementor-editor-active)
{
	
}

body[data-elementor-device-mode="desktop"]
{
	
}

body[data-elementor-device-mode="tablet"]
{
	
}

body[data-elementor-device-mode="mobile"]
{
	
}

/* @end */