@media only screen and (max-width: 40.063em) {
	
	body {
		font-size: 10px;
	}
	
	h1 img {
		max-width: 80px !important;
	}
	.fullSizeWrapper.padding {
		padding-top: 1em;
		padding-bottom: 1em;
	}
	div.fullsizeWrapper.padding {
		background:red;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	
	.header #nav-toggle {
		display: block;
		color: #fff;
		font-size: 3em;
		text-align: right;
		margin-top: .6em;
		text-decoration: none;
	}
	
	.header .hero {
		padding-top: 1em;
	}
		.header .hero h2 {
			font-size: 3.3em;
		}
		
		.header .hero h4 {
			padding-left: 1em;
			padding-right: 1em;
		}
		
	.header .menu ul.menu {
		display: none;
	}
	
	.column, .columns {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	div.fullSizeWrapper.footer {
		text-align: center;
	}
		div.fullSizeWrapper.footer img {
			margin-top:20px !important;
			max-width: 150px !important;
		}
		
	.wenngarnPhotoWrapper {
		display: none;
	}
	.wenngarnMobilePhoto {
		display: block;
	}
	
	.epsBrick {
		display: block;
	}
	
	/* Mobile Menu */
	
	.mobileMenu {
		position: fixed;
		top:0;
		width: 100%;
		height: 100%;
		background:rgba(0,0,0,.8);
		
		z-index: 1000;
	}
		.mobileMenu ul {
			list-style: none;
			padding-top: 2em;
		}
			.mobileMenu ul li a {
				font-size: 3em;
				color: #fff;
				text-decoration: none;
				padding-bottom: .5em;
				display: block;
			}
			
		a#nav-close {
			color: #fff;
			font-size: 3em;
			text-decoration: none;
			position: absolute;
			right: .6em;
			top: 1.2em;
			z-index: 2000;
		}
}


