/* 
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 */
#anfragen input {
	padding: 12px 14px 12px 42px;
}
#anfragen textarea {
	padding: 12px 14px;
}

#anfragen input:focus, #anfragen textarea:focus{
	border: 1px solid #E5E7EB;
}

#anfragen .elementor-field-group {
    position: relative;
}

/* Common icon styles */
#anfragen .elementor-field-group-name::before,
#anfragen .elementor-field-group-email::before,
#anfragen .elementor-field-group-message::before {
    position: absolute;
    left: 26px;
    color: #6B7280;
    z-index: 2;
    font: 900 14px/1 "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Input fields */
#anfragen .elementor-field-group-name::before,
#anfragen .elementor-field-group-email::before {
    top: 53%;
}

/* Website URL */
#anfragen .elementor-field-group-message::before {
    top: 53%;
}

/* Icons */
#anfragen .elementor-field-group-name::before {
    content: "\f007"; /* User */
}

#anfragen .elementor-field-group-email::before {
    content: "\f0e0"; /* Envelope */
}

#anfragen .elementor-field-group-message::before {
    content: "\f0ac"; /* Globe */
}