.footer__newsletter {
	input[type="text"]  {
		background: none;
	    color: #313133;
	    border: 2px solid white;
		background: white;
		border-radius: 3px;
	    width: 340px !important;
		font-weight: 600;
	};
}

/* Header */
html[lang="de-DE"] .nav-top__buttons {
	flex: 0 0 144px;
}