.elementor-2397 .elementor-element.elementor-element-2655f926{--display:flex;}.elementor-2397 .elementor-element.elementor-element-7a14574f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 5px) 0px;}#elementor-popup-modal-2397 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-2397{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-2397 .dialog-message{width:640px;height:auto;padding:30px 30px 30px 30px;}#elementor-popup-modal-2397 .dialog-close-button{display:flex;}/* Start custom CSS for html, class: .elementor-element-48dcc21 */<style>
.mc4wp-form {
	--mc-green: #76b82a;
	--mc-green-hover: #669e24;
	max-width: 600px;
}
.mc4wp-form p {
	margin: 0 0 25px;
}
.mc4wp-form label {
	display: block;
}
.mc4wp-form .lbl {
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 700;
	color: #3a3a3a;
	line-height: 1.3;
}
.mc4wp-form .lbl::after {
	content: " *";
	color: #e8352b;
	font-weight: 700;
}
.mc4wp-form .lbl.opt::after {
	content: none;
}
.mc4wp-form input[type="text"],
.mc4wp-form input[type="email"],
.mc4wp-form textarea {
	display: block;
	width: 100%;
	padding: 9px 12px;
	font-size: 15px;
	color: #3a3a3a;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: none;
	box-sizing: border-box;
	transition: border-color .15s ease;
}
.mc4wp-form input[type="text"]:focus,
.mc4wp-form input[type="email"]:focus,
.mc4wp-form textarea:focus {
	border-color: #999;
	outline: none;
}
.mc4wp-form input::placeholder {
	color: #a0a0a0;
}
.mc4wp-form input[type="submit"] {
	display: inline-block;
	width: auto;
	padding: 13px 26px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff;
	background: var(--mc-green);
	border: none;
	border-radius: 3px;
	cursor: pointer;
	transition: background .15s ease;
}
.mc4wp-form input[type="submit"]:hover {
	background: var(--mc-green-hover);
}
</style>

<p>
	<label><span class="lbl">Vorname</span>
		<input type="text" name="FNAME" autocomplete="given-name" required>
	</label>
</p>
<p>
	<label><span class="lbl opt">Nachname</span>
		<input type="text" name="LNAME" autocomplete="family-name">
	</label>
</p>
<p>
	<label for="email"><span class="lbl">E-Mail-Adresse</span>
		<input type="email"
		body .mc4wp-form input[type="submit"],
body .mc4wp-form button[type="submit"],
body .mc4wp-form button {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	padding: 13px 26px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #fff !important;
	background: #76b82a !important;
	background-image: none !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	cursor: pointer;
}

body .mc4wp-form input[type="submit"]:hover,
body .mc4wp-form button[type="submit"]:hover,
body .mc4wp-form button:hover {
	background: #669e24 !important;
	color: #fff !important;
}
html body .mc4wp-form input[type="submit"]:not(#x):not(#y),
html body .mc4wp-form button[type="submit"]:not(#x):not(#y),
html body .mc4wp-form input[type="submit"]:not(#x):not(#y):focus,
html body .mc4wp-form input[type="submit"]:not(#x):not(#y):active,
html body .mc4wp-form button[type="submit"]:not(#x):not(#y):focus,
html body .mc4wp-form button[type="submit"]:not(#x):not(#y):active {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	padding: 13px 26px !important;
	font-size: 15px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	letter-spacing: .5px !important;
	text-transform: uppercase !important;
	color: #fff !important;
	background: #76b82a !important;
	background-color: #76b82a !important;
	background-image: none !important;
	border: none !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	text-shadow: none !important;
	opacity: 1 !important;
	cursor: pointer !important;
}

html body .mc4wp-form input[type="submit"]:not(#x):not(#y):hover,
html body .mc4wp-form button[type="submit"]:not(#x):not(#y):hover {
	background: #669e24 !important;
	background-color: #669e24 !important;
	color: #fff !important;
}/* End custom CSS */