.tx-newslettersubscription form {
	display: flex;
	flex-wrap: wrap;
}

.tx-newslettersubscription .twocol {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.tx-newslettersubscription .twocol > DIV {
	width: 48%;
	margin: 10px 0;
}

.brandpart {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	padding-top: 15px;
}
.tx-newslettersubscription .brandpart > LABEL {
	width: 48%;
}
.tx-newslettersubscription .privacypart {
	width: 96%;
	margin: 0 auto;
}
.tx-newslettersubscription input[type="submit"] {
	margin: 20px 2% 0 auto;
}

@media screen and (max-width: 470px) {
	.tx-newslettersubscription .twocol {
		display: block;
	}
	.tx-newslettersubscription .twocol > DIV {
		width: 100%;
	}


	.brandpart {
		display: block;
	}
	.tx-newslettersubscription .brandpart > LABEL {
		width: 100%;
	}
}
