/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
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
*/

/* Add your custom styles here */

html {
	font-size: 62.5% !important;
}
h1 {
	hyphens: auto;
	-moz-hyphens: auto;
	 -ms-hyphens: auto;
	 -o-hyphens: auto;
	 -webkit-hyphens: auto;
}
h2, h3, h4, h5 {
	hyphens: none;
	-moz-hyphens: none;
	 -ms-hyphens: none;
	 -o-hyphens: none;
	 -webkit-hyphens: none;
}
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
	margin: 0 0 1.6rem 0;
}
@media only screen and (min-width: 767px) {
	h1, h2, h3, h4, h5 {
	hyphens: none;
	-moz-hyphens: none;
	 -ms-hyphens: none;
	 -o-hyphens: none;
	 -webkit-hyphens: none;
	}
}
p:last-child {
	margin-bottom:0px;
}

.lineheightzero {
	line-height:0;
}

.privacy-policy-special {
	font-size: clamp(1.5rem, 0.2vw + 1.4rem, 1.7rem);
    line-height: 1.5;
}
.privacy-policy-special p,
.imprint-special p {
	margin-bottom: 2rem;
}
.privacy-policy-special h1,
.privacy-policy-special h2,
.privacy-policy-special h3,
.privacy-policy-special h4,
.privacy-policy-special h5,
.imprint-special h1,
.imprint-special h2,
.imprint-special h3,
.imprint-special h4,
.imprint-special h5{
	margin: 2rem 0;
	hyphens:auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
}
.privacy-policy-special ul {
	margin-bottom: 3rem;
}

/* Lists */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4rem;
	margin-left: clamp(0rem, 3vw + -1.1rem, 3rem) !important;
}
.elementor-widget-text-editor ul:last-child,
.elementor-widget-text-editor ol:last-child {
	margin-bottom:0;
}
.elementor-widget-text-editor ul {
	list-style: none;
	list-style-type: none;
}
.elementor-widget-text-editor ul li {
	list-style-type: none;
	margin: 0 0 1rem 3rem;
	padding: 0;
}
.elementor-widget-text-editor ol li {
	margin: 0 0 1rem 3rem;
	padding: 0;
}
.elementor-widget-text-editor ul li:before {
	content: '\2794';
	font-weight: 900;
	position: absolute;
	top: auto;
	left: auto;
	margin: auto 0 0 -3rem;
	font-size: inherit;
}