@media screen and (max-width: 680px) {
	body .row {
		width: 100%;
	}

	body .row .col {
		display: block;
		width: 100%;
		margin: auto;
		padding-left: 0;
		padding-right: 0;
	}

	.handheld {
		display: block;
	}

	.desktop {
		display: none !important;
	}

	input, textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}

	/* prevent large images/tables inside content */
	.body div,
	.body img,
	.body table {
		max-width: 100%;
	}

	main {
		padding-top: 80px;
	}

	body.home main {
		margin-top: 160px;
	}

	.newsletter {
		padding: 20px;
	}
		.newsletter .col.six:last-child {
			text-align: left;
			margin-top: 20px;
		}

		.newsletter h3 {
			font-size: 20px;
			line-height: 24px;
			font-weight: normal;
		}

		.newsletter input[type=email],
		.newsletter input[type=submit] {
			font-size: 12px;
			height: 30px;
		}

		.newsletter input[type=email] {
			width: 65%;
		}

		.newsletter input[type=submit] {
			width: 35%;
			padding: 5px;
			font-weight: 700;
		}

		select.dropdown-menu {
			width: 100%;
			height: 35px;
			margin-bottom: 20px;
			background-color: #FFF;
			color: #012A4B;
			border: 2px solid #012A4B;
			border-radius: 0px;
			font-size: 14px;
			padding-left: 20px;
			position: relative;
			text-transform: uppercase;
			background-image: url('/img/mobile/project-dropdown.svg');
			background-size: 20px 14px;
			background-position: 95% center;
			background-repeat: no-repeat;
			font-family: 'Montserrat', sans-serif;
		}
	.row .col.all-items-overview {
		margin-top: -20px;
		margin-bottom: 20px;
		text-align: left;
	}

	.body img[style*="float:right"] {
		margin: 20px 0px;
		width: 100% !important;
		height: auto !important;
		float: initial !important;
	}
}

/*@media screen and (max-width: 400px) {	
	.newsletter h3 {
		font-size: 24px;
		line-height: 1.2em;
	}
}*/