/* 
Theme Name:		 LSI
Theme URI:		 http://childtheme-generator.com/
Description:	 LSI is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Jannes Runge Unternehmensberatung
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 lsi
*/


/*
    Add your custom styles here
*/

.lead_form {
	display: flex;
	width: 100%;
	gap: 25px;
}

.lead_form .input_group {
	width: 33.33%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	position: relative;
}

.lead_form .input_group label {
	font-weight: 300;
	font-size: 1.75rem;
	width: 100%;
	display: block;
}

.lead_form .input_group input {
	border-radius: 4px;
	background: #fff;
	border: none;
	outline: none;
	width: 100%;
	display: block;
	padding: 10px 12px;
	font-size: 1.5rem;
	font-weight: 300;
}

.lead_form .input_group input:placeholder {
	color: #3C3C3C;
}

.lead_form .input_group[data-unit]::after, .elementor-field-group-wohnflaeche::after {
	content: attr(data-unit);
    display: block;
    position: absolute;
    bottom: 10px;
    right: 11px;
    font-weight: 300;
    font-size: 1.5rem;
    color: #424954;
}

.elementor-field-group-wohnflaeche::after {
	content: "m²";
	right: 25px;
}