/* 
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 */

.page-header {
	display: none;
}
#masthead {
	backdrop-filter: blur(14px);
}
.m-b {
	margin-bottom: 0 !important;
}
.gesetzgrundlage-sec .elementor-icon-list-items .elementor-icon-list-icon {
	padding-top: 6px;
}
.wpforms-container {
	margin-top: 0 !important;
}
.wpforms-form .wpforms-field-label {
    margin-bottom: 6px !important;
}
.wpforms-form .wpforms-submit {
    background: #8DC040 !important;
    border-radius: 0 !important;
    width: 100%;
    font-size: 16px !important;
    line-height: 24px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}
.wpforms-form .wpforms-submit:hover{
	background: #81b72f !important;
}

/* header sticky  */
#masthead {
	position: relative;
	transition: background-color 0.3s;
}

#masthead.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	transition: top 0.3s ease;
}