* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #090A0A;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: justify;
    text-justify: inter-word;
}

h1 {
	background: transparent url('https://www.trueplus.ch/Images/trueplus_logo_light.png') no-repeat;
	background-size: cover;
	color: #FF0000;
	font-size: 64px;
	font-weight: 200;
	height: 400px;
	line-height: 400px;
	margin-bottom: 93px;
	text-align: left;
	width: 100%;
}

h2 {
	line-height: 1.5;
	margin: 0 auto 1.5em;
	width: 90%;
	max-width: 1024px;
	font-size: 22px;
	font-weight: 800;
	text-align: left;
}

p {
	line-height: 1.5;
	margin: 0 auto 1.5em;
	width: 90%;
	max-width: 1024px;
}

p:last-of-type {
	width: 100%;
	height: 100px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer {
	position:relative;
	background-color: #090A0A;
	color: #FFFFFF;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;	
}

.column-25pct { 
	float: left; 
	width: 25%;
}

.footer-info {
	margin: 5%;
}

.footer-contacts {
	position:relative;
	top: 0px;
	left: 0px;
	height: 400px;
	font-size: 16px;
	text-align: left;
	margin: 5%;
}

.footer-disclaimer {
	position:relative;
	bottom: 0px;
	left: 0px;
	height: 100px;
	font-size: 12px;	
	text-align: left;
	margin-left: 5%;
}

.condition-image {
	width: 80px;
	height: 88px;
}

@media screen and (max-width: 640px) {

	h1 {
		height: 320px;
		line-height: 320px;
	}
	
	.footer-contacts  {
		font-size: 12px;
	}
	
	.footer-disclaimer {
		font-size: 10px;
	}
	
	.condition-image {
		width: 60px;
		height: 66px;
	}
}

@media screen and (max-width: 560px) {

	h1 {
		height: 200px;
		line-height: 200px;
	}
	
	.footer-contacts  {
		font-size: 9px;
	}
	
	.footer-disclaimer {
		font-size: 10px;
	}
	
	.condition-image {
		width: 40px;
		height: 44px;
	}
}

