* {
  box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
	height: 100%;
}

body {	
	font-family: 'DINBaltic-Light', Arial, sans-serif;		
	font-size: 13px;
	
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;	
	
	min-height: 100vh;
}

/** Typo **/

p {
	font-size: 1.5em;
}

p a {
	color: #f25336;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h2.quote, h2.title {
	font-size: 3em;
}

.textCenter {
	text-align: center;
}

.spacing10 {
	display: block;
	clear: both;
	padding-bottom: 10em;
}

.spacing30 {
	display: block;
	clear: both;
	padding-bottom:30em;
}

.row.noMarginLeft {
	margin-left: 0;
}

/** General **/

.button {
	background: #f25336;
	padding: 1.5em;
	font-family: 'DINBaltic-Bold', Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: normal;
	transition: all .1s ease-in-out;
}

	.button:hover {
		background: rgba(243, 82, 54, 1);
		-webkit-transform: scale(1.1);
		transition: all .1s ease-in-out;
	}
	
.bottomSign {
	position: absolute;
	bottom: 0;
	
	width: 100%;
	text-align: center;
	padding-bottom: .5em;

	font-family: 'DINBaltic-Bold', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: .65em;
}
	
/** Wrappers **/

.fullSizeWrapper {
	width: 100%;
	background-size: cover;
	position: relative;
}

	.fullSizeWrapper.padding {
		padding-top: 5em;
		padding-bottom:5em;
	}
	
	.fullSizeWrapper.menu {
		padding-top: 2em;
		background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQyNGU1ZiIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyNGU1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
		background-image: -moz-linear-gradient(bottom, rgba(66,79,96,0) 0%, rgba(0, 0, 0, 0.8) 100%); /* gradient overlay */
		background-image: -o-linear-gradient(bottom, rgba(66,79,96,0) 0%, rgba(0, 0, 0, 0.8) 100%); /* gradient overlay */
		background-image: -webkit-linear-gradient(bottom, rgba(66,79,96,0) 0%, rgba(0, 0, 0, 0.8) 100%); /* gradient overlay */
		background-image: linear-gradient(bottom, rgba(66,79,96,0) 0%, rgba(0, 0, 0, 0.8) 100%); /* gradient overlay */
	}
	
	.fullSizeWrapper.header {
		background-image: url('../img/headerBlockBg.jpg');
		background-position: center center;
		padding-bottom: 15em;
	}
	
	div.fullSizeWrapper.first {
		background: #e4e4df;
	}
	
	div.fullSizeWrapper.process {
		background-color: #e3e3e3;
		xbackground-image: url('../img/wrapper_parts.jpg');	
		background-position: top center;	
		background-size: contain;
		background-repeat: no-repeat;
	}
		div.fullSizeWrapper.process .partsWrapper img {
			width: 100%;
		}
		
	div.fullSizeWrapper.sustainability {
		background-color: #858579;
		color: #fff;
	}
		.wenngarnPhoto {
			width: calc(100% + 550px);
			height: 100%;
			position: absolute;
			background-image:url('../img/house_small.jpg');
			left: -600px;
			padding-left: 300px;
			background-size: cover;
		}
		 .wenngarnMobilePhoto {
			 display: none;
		 }
	
	div.fullSizeWrapper.pros {
		background-image: url('../img/wrapper_eps.jpg');
		color: #2f2f2f;
	}
	
	div.fullSizeWrapper.application {
		background-color: #858579;
		color: #fff;
	}
	
	div.fullSizeWrapper.footer {
		background-color: #000;
		color: #fff;
	}
		div.fullSizeWrapper.footer a {
			color:#fff;
			text-decoration: none;
		}
			div.fullSizeWrapper.footer a:hover {
				color:rgba(255,255,255,.8);
				text-decoration: none;
			}

/** Header **/
		
.header {
	
}
	
	.header .hero {
		text-align: center;
		padding-top:7em;
	}
	
	.header .hero h2 {
		font-size: 4em;
		color: #fff;
		font-weight: 400;
		
		padding-bottom: .5em;
		margin-bottom: 0;
	}
	
	.header .hero h4 {
		font-size: 1.8em;
		color: #fff;
		font-weight: 400;
		padding-top:0;
		margin-top: 0;
		
		padding-right: 6em;
		padding-left:6em;
	}
	
	.header #nav-toggle {
		display: none;
	}
	
.header .menu ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding-top: 45px;	
}

	.header .menu ul.menu li {
		list-style: none;
		padding: 0;
		margin: 0;
		
		font-family: 'DINBaltic-Bold', Arial, sans-serif;
		color: #fff;
		text-transform: uppercase;
		display: inline-block;
		padding-left: 1.5em;
	}
	
		.header .menu ul.menu li a {
			color: #fff;
			text-decoration: none;
		}
		
			.header .menu ul.menu li a:hover {
				opacity: .8;
			}


.mobileMenu {
	display: none;
}

.epsBrick {
	display: none;
}