/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* Allgemein */
html, body, .elementor-location-footer {
	overflow-x:hidden !important;
	margin:0;
}
.elementor-location-footer {
	overflow-x:hidden !important;
} 
body {
	margin-top:0px !important;
}
p { 
	margin-bottom: 0px !important;
}
ul li ul li {
	list-style: disc !important;
}
.elementor-button-link {
	min-width: 220px;
}
.elementor-toggle-title {
    font-weight: 400 !important;
}
.elementor-active .elementor-toggle-title {
    font-weight: 600 !important;
}

/* Header */
.header {
	transition: 0.8s;
	background-color: rgba(255,255,255,0) !important;
	padding-top: 25px !important;
	padding-bottom: 25px !important;
}
.header.elementor-sticky--effects {
	background-color: rgba(255,255,255,0.95) !important;
	transition: 0.8s;
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.header. .e-con-inner {
	transition: 0.8s;
}
.header.elementor-sticky--effects .e-con-inner {
	transition: 0.8s;
}
.logo {
	transition: 0.8s;
}
.header.elementor-sticky--effects .logo {
	transition: 1.2s;
	width: 180px;
}
.header.elementor-sticky--effects .elementor-element-populated {
    padding-top: 0px !important;
	transition: 1.2s;
}
@media (min-width: 1025px) {
	.menu-item-62 a {
		background-color: #e30614 !important;
		color: #fff !important;
	}
	.menu-item-62 a:hover {
		background-color: #000 !important;
		color: #fff !important;
	}
}
@media (max-width: 1025px) {
	.no-abs {
		position: relative !important;
		right: 0 !important;
		bottom: 0 !important;
	}
}

/* Formular */
.elementor-field-type-acceptance .elementor-field-option {
	font-size: 0.9em !important;
	font-weight: 300 !important;
}
.elementor-field-type-acceptance .elementor-field-option label {
	font-size: 0.9em !important;
	font-weight: 300 !important;
}
.elementor-field-type-acceptance .elementor-field-option label a {
	color: #000 !important;
	text-decoration: underline;
	transition: 0.8s;
}
.elementor-field-type-acceptance .elementor-field-option label a:hover {
	color: #ccc !important;
	text-decoration: underline;
	transition: 0.8s;
}

/* Footer */
.copyright a {
	color: #fff !important;
	transition: 0.6s;
}
.copyright a:hover {
	color: #000 !important;
	transition: 0.6s;
}