@font-face {
	font-family: "Cubic";
	src: url("../fonts/Cubic_11_1.010_R.ttf") format("truetype"),
		 url("../fonts/Cubic_11_1.010_R.woff")  format('woff'),
		 url("../fonts/Cubic_11_1.010_R.woff2")  format('woff2');
}

*{
	font-family:"Cubic";
}

body{
	margin: 0px;
}
a{
	text-decoration:none;
}

div.topbar{
	display: flex;
	align-items: flex-end;
	background-color: #0088ff;
	top:0; left: 0; 
	height: 55px; 
	padding-left: 20px;
	padding-bottom: 5px;
	z-index: 100;
	position: sticky;
}
div.slogansection{
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	height: 350px;
	width: 100%;
	background-image: url('../images/bg_slogansection.png');
	background-position: center;
}
div.aboutsection{
	left: 0; 
	background-color: #57728a;
	width:100%;
	padding-top: 20px; padding-bottom: 20px;
	display: flex;
	justify-content: center;
	
	color: #ffffff;
}
div.maincontent{
	display: flex;
	align-items: top;
	width: 100%;
	max-width: 1024px;
	
}
@media (max-width: 800px) {
	div.maincontent{
		flex-direction: column;
	}
}
div.platformssection{
	display: flex;
	justify-content: center;
	
	left: 0; 
	background-color: #ffffff;
	width:100%;
	padding-top: 20px; padding-bottom: 20px;
	color: #000000;
}
div.spacer{
	width: 50px;
	height: 25px;
}
div.bottombar{
	left: 0; 
	background-color: #ffffff;
	width:100%;
	padding-top: 10px; padding-bottom: 10px;
	display: flex;
	justify-content: center;
	
	border-top: 1px solid #c8c8c8;
	color: #000000;
}

font.logotext{
	font-size: 35px;
	font-weight: bold;
	color: #ffffff;
}
font.langtext{
	position: fixed;
	right: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
font.slogantext{
	font-size: 35px;
	font-weight: bold;		
	color: #000000;
	text-align: center;
	line-height: 60px;
}
font.sectionheadtext{
	font-size: 30px;
	font-weight: bold;
}
font.maintext{
	font-size: 16px;
	text-align: justify;
}
font.titletext{
	font-size: 22px;
	font-weight: bold;
}

a.langtext{
	color:#ffffff;
}
a:hover.langtext{
	color:#ffffff;
	background: #005fb3;
}

img.logo{
	margin-right: 25px;
	height: 50px;
}
img.platform{
	height: 200px;
}

input.largetext{
	font-size: 20px;
	color:#0000ff;
	border: 0;
}

textarea.remark{
	font-size: 20px;
	min-width: 400px;
	min-height: 150px;
}