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

/* Fix for Elementor link color */
/*a {color:var( --e-global-color-accent )}*/

#wp-admin-bar-comments,
#wp-admin-bar-search,
#wp-admin-bar-new-content{
	display:none;
}

form .elementor-field-type-select label {
	display:none
}
form .elementor-field-group:not(.elementor-field-type-acceptance),
form .elementor-field-group:not(.elementor-field-type-select){
    position: relative;
    margin-bottom: 10px;
}
form .elementor-field-group:not(.elementor-field-type-acceptance) .elementor-field-label,
form .elementor-field-group:not(.elementor-field-type-select) .elementor-field-label {
  	position: absolute;
  	left: 12px;
    padding: 0 3px;
  	top: 5px;
  	color: #999;
  	z-index: 10;
   	transform: translateY(0);
  	transition: transform 150ms ease-out, font-size 150ms ease-out;
}
form .elementor-field-group:not(.elementor-field-type-acceptance).focused .elementor-field-label,
form .elementor-field-group:not(.elementor-field-type-select).focused .elementor-field-label{
    background-color: #fff;
    line-height: 1.5;
    transform: translateY(-80%);
    font-size: 0.8em;
}
label[for="form-field-beratung_datenschutz"],
label[for="form-field-rueckruf_datenschutz"],
label[for="form-field-partnerwerden_datenschutz"],
label[for="form-field-kontakt_datenschutz"]{
	display:none;
}
.elementor-field-type-acceptance .elementor-field-option{
	display:flex;
	align-items: baseline;
	gap:5px;
}
.elementor-field-type-acceptance .elementor-field-option input{
	width:20px;
}