

@font-face{
	font-family:"Avenir Next Light Cond";
	font-style:normal;
	font-weight:400;
	font-display:fallback;
	src:url('Avenir.woff2') format('woff2');
}


:root {
  font-family: "Avenir Next Light Cond", Helvetica, Arial, Tahoma, sans-serif;
}   

p{
	margin:0;
}


body{
	font-family: "Avenir Next Light Cond";
	width: 100%;
	height: 100%;
	background-image: url(sineotec-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin:0;
	padding:0;
}

.width50{
	display: block;
	width: 50%;
	min-height: 50vh;
}
header{
	width: 100%;
}
header a{
	color: #fff;
	position: absolute;
	top: 100px;
	text-decoration: none;
	left: 100px;
	font-size: 22px;
}
header img{
	display: block;
	position: absolute;
	right: 100px;
	top: 100px;
	width: 200px;
	height: auto;
	object-fit: contain;
}

main {
	height: 50px;
	width: auto;
	z-index: 1;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
}

#teaser{
	display: block;
	font-size: 22px;
	position: relative;
	
	color: #fff;
	font-weight: bold;
	background: #00488f;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer{
	position: absolute;
	left: 100px;
	right: 100px;
	bottom: 100px;
	background: #fff;
	padding: 100px 25px 25px 25px;
	color: #00488f;
	font-size: 18px;
	line-height: 1.4em;
}