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

.blkbtn .elementor-button-text, 
button[type=submit] span.elementor-button-text {
	border-bottom:1px solid #FFFDF7;
	padding-bottom:8px
}

input::placeholder,
textarea::placeholder {
    opacity: 1 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #191919; 
}

.elementor-field-textual {
	padding-bottom:0px !important
}

textarea.elementor-field-textual::placeholder {
    padding-top: 60px; /* je nach gewünschtem Abstand anpassen */
    display: block;
}

textarea.elementor-field-textual {
    padding-top: 60px; /* sorgt dafür, dass auch der eingegebene Text unten startet */
}

.elementor-field-option label {
	font-size:16px !important;
	font-weight:300 !important;
	vertical-align:bottom;
	padding-left:5px
}

input[type="checkbox"] {
	width: 20px;
    height: 20px;
    vertical-align: bottom;
}

.elementor-field-subgroup {
	gap:10px
}

li.menu-item-object-language_switcher {
	border-left:1px solid #FFFDF7;
}

header .elementor-nav-menu--dropdown {
		top:-20px !important
	}

header .elementor-nav-menu--dropdown .elementor-nav-menu {
		height: 100vh;
		margin-top: 65px;
	}

header .elementor-menu-toggle.elementor-active {
		z-index:9999
	}
