.datenschutz {
	background-color: white;
	padding: 20px;
	border-radius: 15px 15px 15px 15px;
	color: black;
	margin-right: 10px;
}
.bild img {
	max-width: 65px !important;
}
.tnp-email,
.tnp-name {
	border-radius: 40px !important;
	height: 45.5px;
	padding: 16px !important;
	font-size: 15px !important;
}
.tnp-privacy-field a {
	font-size: 13px !important;
	line-height: 8px !important;
	color: white;
}
.tnp-privacy-field {
	padding: 20px 0px;
}
.tnp-submit {
	border-radius: 50px;
	border: 1px solid #fff !important;
	font-family: "Heron Sans", sans-serif !important;
	text-transform: uppercase;
	font-size: 13px !important;
	height: 48px !important;
	width: 150px !important;
	background-color: black !important;
	color: #ffffff;
}
.tnp-submit:hover {
	background-color: white !important;
	color: black !important;
}
#tnp-1:focus {
	outline: none;
}
.tnp-field-firstname,
.tnp-field-email {
	display: inline-block;
	margin-right: 10px;
	width: 47%;
}
div.tnp-subscription {
	max-width: 100%;
}
.tnp-subscription {
	margin: 0px !important;
	margin-top: -4px !important;
}

@media (max-width: 767px) {
	.tnp-subscription div.tnp-field {
		margin-bottom: 15px;
	}
	.tnp-field-email,
	.tnp-field-firstname {
		width: 100% !important;
	}
	.tnp-submit {
		font-family: "Heron Sans", sans-serif !important;
		width: 100% !important;
	}
}
