/* NaturTraum Gewinnspiel */

.ntg-box {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 20px;
	max-width: 480px;
	color: #2b2b2b;
}

.ntg-row {
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.ntg-form label {
	font-weight: 600;
	font-size: 14px;
}
.ntg-form label small {
	font-weight: 400;
	color: #6b6b6b;
}
.ntg-form input[type="text"],
.ntg-form input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d8d8d8;
	border-radius: 8px;
	font-size: 15px;
	background: #fff;
}

.ntg-row-2 {
	flex-direction: row;
	gap: 12px;
	align-items: flex-end;
}
.ntg-row-2 > div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.ntg-plz {
	width: 130px;
}
.ntg-ort {
	flex: 1;
}

.ntg-check {
	margin: 10px 0;
	font-size: 14px;
}
.ntg-check label {
	font-weight: 400;
	display: block;
	position: relative;
	padding-left: 28px;
	line-height: 1.45;
}
.ntg-check input {
	position: absolute;
	left: 0;
	top: 2px;
}
.ntg-check a {
	text-decoration: underline;
}

.ntg-btn {
	display: inline-block;
	margin-top: 8px;
	padding: 12px 22px;
	border: none;
	border-radius: 999px;
	background: #69705C;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.ntg-btn:hover {
	background: #565C4A;
}

.ntg-hint {
	margin-top: 10px;
	font-size: 12px;
	color: #6b6b6b;
}

.ntg-ok {
	font-size: 16px;
	font-weight: 600;
	color: #69705C;
}
.ntg-error {
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 8px;
	background: #fbeaea;
	color: #9a3a3a;
	font-size: 14px;
}

/* Honeypot unsichtbar */
.ntg-hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
