@media only screen and (max-width: 500px) {
	input[type="text"], input[type="password"], select {
		width: 100%;
	}
}
@media only screen and (max-width: 740px) {
	img.dekos {
		display: none;
	}
}
@media only screen and (max-width: 800px) {
	footer a {
		display: block;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 10px;
	}
	span.hide {
		display: none;
	}
}
@media only screen and (max-width: 930px) {
	img.header {
		width: 100%;
	}
	nav article {
		padding-right: 10px;
	}
}