/*====================FONTS===============================================*/
/* NeueEinstellung-regular - latin */
@font-face {
  font-family: 'NeueEinstellung';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NeueEinstellung-Normal.ttf'); 
  src: local(''),
     
       url('fonts/NeueEinstellung-Normal.ttf') format('truetype');
      
}

@font-face {
  font-family: 'Kanit-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Kanit-Bold.ttf'); 
  src: local(''),
     
       url('fonts/Kanit-Bold.ttf') format('truetype');
      
}
 
@font-face {
  font-family: 'Kanit-Thin';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Kanit-Thin.ttf'); 
  src: local(''),
     
       url('fonts/Kanit-Thin.ttf') format('truetype');
      
}

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Light.ttf'); 
  src: local(''),
     
       url('fonts/OpenSans-Light.ttf') format('truetype');
      
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Regular.ttf'); 
  src: local(''),
     
       url('fonts/OpenSans-Regular.ttf') format('truetype');
      
}
@font-face {
  font-family: 'OpenSans-Medium';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Medium.ttf'); 
  src: local(''),
     
       url('fonts/OpenSans-Medium.ttf') format('truetype');
      
}
@font-face {
  font-family: 'OpenSans-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Bold.ttf'); 
  src: local(''),
     
       url('fonts/OpenSans-Bold.ttf') format('truetype');
      
}
/*====================FONTS===============================================*/
body {	
	background-color: #ffffff; 
	margin: 0;
	font-family: 'OpenSans-Regular';
	clear: both;	
	width: 100%;
	overflow-x: hidden;	
		
}
/*=======================to top section============================*/
div#page{
	max-width: 100%;
	padding: 0px;
}
.back-to-top{
	/*width: 100%;*/
	font-family: 'Kanit-Bold';
	width: 40px;	
	position: fixed;
	right: 30px;	
	bottom: 110px;	
	text-decoration: none;
	color: #ffffff;
	background: rgba(50, 50, 50, 0.5);	
	font-size: 132px;
	font-weight: bold;
	text-align: center;
	padding: 0px 10px 20px 10px;	
	display: none;
	line-height: 40px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border: solid 4px rgba(255,255,255, 0.4);
}
.back-to-top:link{	
	color: #ffffff;
	text-decoration: none;
}
.back-to-top:hover{	
	color: #ffffff;
	background: #151c4f;
	text-decoration: none;
}


/*=====================PAGE CONTAINER STYLES===================*/

.googlemap { 
		width: 100%;
		height: auto;
}
/*=====================PAGE TEXT STYLES===================*/

.pagetextinput {	
	float: left;
	width: 100%;
	font-size: 16px;
	color: #444444;
	line-height: 26px;
	letter-spacing: 0px;
	word-spacing: 0px;
	margin: 0px 0px 0px 0px; 
	padding: 10px 0px 10px 0px;
	
}
.pagetextdiv img {	
	width: 160px;
	margin-right: 10px;
}
.inputcorrect {
	display: block;
	width: 96%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to right, transparent,#009c43,transparent);
	padding: 1% 2% 1% 2%;
	margin: 2% 0% 1% 0%;
}
.inputwrong {
	display: block;
	width: 96%;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-image: linear-gradient(to right, transparent,#d90000,transparent);
	padding: 1% 2% 1% 2%;
	margin: 2% 0% 1% 0%;
}
.errortext_on_dark {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #ffd900;
	font-size: 11pt;

}
	
/*====================ANCHORS/LINKS====================*/
a:link, a:visited {	
	color: #15206b;
	padding: 0 0px;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 0px;
}
a:hover, a:active {
	background-color: transparent;	
	color: #15206b;
	text-decoration: none;
}
a:link.text, a:visited.text{	
	color: #15206b;
	padding: 0 0px;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 0px;
}
a:hover.text, a:active.text{
	background-color: transparent;	
	color: #15206b;
	text-decoration: none;
}
a:link.textdark, a:visited.textdark{
	color: #f0f0f0;
	padding: 0 0px;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 0px;
	display: inline;
}
a:hover.textdark, a:active.textdark {
	background-color: transparent;
	color: #f0f0f0;
	text-decoration: none;
	display: inline;
}


.formbut{
	font-family: 'NeueEinstellung';
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 10px 20px;
	background: #15206b;	
	letter-spacing: 1px;	
	text-transform: uppercase;	
	border: solid 1px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	border-radius: 12px;	
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
a.fakebut {
	font-family: 'NeueEinstellung';
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 15px 20px 15px 20px;
	height: 35px;
	line-height: 30px;
	background: #15206b;
	border: solid 2px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
}
a:hover.fakebut {
	font-family: 'NeueEinstellung';
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin: 5px 5px 5px 5px;
	padding: 15px 20px 15px 20px;
	height: 35px;
	line-height: 30px;
	background: #15206b;
	border: solid 2px rgba(255,255,255, 0.3);
	text-shadow: 1px 1px 2px rgba(0,0,0, 0.8);	
	text-decoration: none;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;	
}
/*====================FOOTER CSS===================*/


input.text{
	font-family: 'NeueEinstellung';
	font-size: 11pt;
	color: #505050;
	background-color: #ffffff;
	text-align: left;
	border: solid 2px rgba(255,255,255, 0.5);
	height: 25px;
	width: auto;
	max-width: 180px;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
input.textff{
	font-family: 'NeueEinstellung';
	font-size: 11pt;
	color: #505050;
	background-color: #ffffff;
	text-align: left;
	border: solid 2px rgba(0,0,0, 0.5);
	height: 25px;
	width: auto;
	max-width: 180px;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
textarea.text{
	font-family: 'NeueEinstellung';
	font-size: 11pt;
	color: #505050;
	text-align: left;
	border: solid 2px rgba(255,255,255, 0.5);
	background-color: #ffffff;
	height: auto;
	width: 180px;
	resize: none;
	padding: 4px 15px;
	border-radius: 20px;	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}

/*============================================================MEDIA 1024 STYLES==================================================================*/

@media only screen and (min-width : 969px) and (max-width : 1235px) {

body{	
	width: 100%;
	font-size: 100%;	
}

.back-to-top{
	right: 30px;
}

.pagetextdiv img {	
	width: 120px;
	margin-right: 5px;
}


}

/*============================================================MEDIA 768 STYLES==================================================================*/


@media only screen and (min-width : 120px) and (max-width : 968px) 
{
body{	
	width: 100%;
	font-size: 85%;	
}
.back-to-top{
	right: 30px;
}


/*====================FOOTER CSS===================*/

a:link.text, a:visited.text{	
	color: #15206b;
	padding: 0 0px;
	font-size: 14px; 
	text-decoration: none;
	margin: 0px 0px;
}
a:hover.text, a:active.text{
	background-color: transparent;	
	color: #15206b;
	text-decoration: none;
}
a:link.textdark, a:visited.textdark{
	color: #f0f0f0;
	padding: 0 0px;
	font-size: 12px;
	text-decoration: none;
	margin: 0 0px;
	display: inline;
}
a:hover.textdark, a:active.textdark {
	background-color: transparent;
	color: #f0f0f0;
	text-decoration: none;
	display: inline;
}
}