div, a, footer {
	-webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
	background: url('../../Images/Cookiewall/corporate-35.jpg');
	background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 100vh;
}


header .wrapper, .col2, .col2-corporate {
	background-color: transparent;
}

header .wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
}

header .wrapper img {
	margin-left: 10px;
}

.col2 .wrapper {
    border: none;
}

h1 {
	padding: 20px 20px 20px 20px;
}

p {
	padding: 0px 20px 0px 20px;
}

.col2 .wrapper .grid8 {
	background-color: #fff;
	margin-top: 30px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ccc;
	z-index: -1;
}


/* retina */
@media (-webkit-min-device-pixel-ratio: 2) {
}


/* > phone */
@media (min-width:768px) {
	
}


/* tablet portrait */
@media (min-width:768px) and (max-width:991px){	
.col2 .wrapper .grid8 {
	width: 100%;
}

    
}


/* tablet landscape */
@media (min-width:992px) and (max-width:1199px) {


}



/* phone */
@media (max-width:767px) {
footer {
	position: relative;
}

footer .wrapper {
	padding: 0px;
}

}