



@media (max-width: 340px) {

	:root {
		--nav_bar_top: 60px;
		--logo_positiom: 49% 5%;
		--section_2_left: 0px;
		--section_1_background_position: 90% 120%;
		--section_2_background_position: 5% 100%;
		--section_3_background_position: 90% 180%;
	}

	.sectionHeadline {
		padding: 90px 10px 0px 35px;
		font-size: 29px;
		line-height: 34px;
	}
	.sectionSubHeadline {
		padding: 14px 10px 0px 35px;
		font-size: 16px;
		line-height: 24px;
	}
	.next {
		margin: 20px 0px 40px 100px;
	}

}
@media (min-width: 341px) and (max-width: 767px) {

	:root {
		--nav_bar_top: 60px;
		--logo_positiom: 49% 5%;
		--section_2_left: 0px;
		--section_1_background_position: 90% 120%;
		--section_2_background_position: 5% 100%;
		--section_3_background_position: 90% 150%;
	}

	.sectionHeadline {
		padding: 90px 10px 0px 40px;
		font-size: 29px;
		line-height: 34px;
	}
	.sectionSubHeadline {
		padding: 16px 10px 0px 40px;
		font-size: 18px;
		line-height: 24px;
	}
	.next {
		margin: 40px 0px 40px 105px;
	}

}
@media (min-width: 768px) and (max-width: 1065px) {

	:root {
		--nav_bar_top: 10px;
		--logo_positiom: 49% 50%;
		--section_2_left: 50%;
		--section_1_background_position: 90% 90%;
		--section_2_background_position: 5% 90%;
		--section_3_background_position: 90% 125%;
	}

	.sectionHeadline {
		padding: 70px 10px 0px 45px;
		font-size: 36px;
		line-height: 42px;
	}
	.sectionSubHeadline {
		padding: 18px 10px 0px 45px;
		font-size: 20px;
		line-height: 30px;
	}
	.next {
		margin: 50px 0px 40px 110px;
	}

}
@media (min-width: 1066px) {

	:root {
		--nav_bar_top: 10px;
		--logo_positiom: 49% 50%;
		--section_2_left: 50%;
		--section_1_background_position: 90% 75%;
		--section_2_background_position: 5% 75%;
		--section_3_background_position: 90% 75%;
	}

	.sectionHeadline {
		padding: 80px 10px 0px 50px;
		font-size: 45px;
		line-height: 52px;
	}
	.sectionSubHeadline {
		padding: 20px 10px 0px 50px;
		font-size: 20px;
		line-height: 30px;
	}
	.next {
		margin: 60px 0px 40px 115px;
	}

}



.text_sign_in {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EB5E00;
	transition: 0.5s;
}
.text_sign_in:hover {
	text-decoration: none;
	color: #E99548
}

body {
	background-color: #424B54;
}


.nav_bar {
	border: none;
	width: 100%;
	padding: var(--nav_bar_top) 10px 10px 10px;
	position: fixed;
	top: 0;
	background-image: url('../images/logo_sm_reverse.png'), linear-gradient(to right, #BF7215, #DA7702, #DA7702, #BF7215);
	background-position: var(--logo_positiom);
	background-repeat: no-repeat;
	box-shadow: 2px 2px 5px #AAAAAA;
	z-index: 1;
}


.nav_link {
	display: block;
	/*color: #CA5F09;*/
	color: white;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	cursor: pointer;
	padding: 12px 15px 15px 45px;
	margin: 0px 0px 0px 3px;
	border: 1px solid transparent;
	border-radius: 4px;
	transition: 0.6s;
	float: right;
}
.nav_link:hover {
	color: #DDDDDD;
	border: 1px solid #EEEEEE;
	box-shadow: 0px 0px 15px #D69240;
}
.nav_register {
	background-image: url('../images/register_wt.png');
	background-position: 5% 40%;
	background-repeat: no-repeat;
}
.nav_register:hover {
	background-image: url('../images/register_gr.png');
}
.nav_login {
	background-image: url('../images/login_wt.png');
	background-position: 5% 40%;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.nav_login:hover {
	background-image: url('../images/login_gr.png');
}


.sectionHeadline {
	/*color: #CA5F09;*/
	color: white;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.sectionSubHeadline {
	max-width: 500px;
	/*color: #CA5F09;*/
	color: #CFCFCF;
	font-family: Candara, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.next {
	animation: blinker 2.5s linear infinite;
	cursor: pointer;
	position: relative;
}
@keyframes blinker {
	60% {
		opacity: 0;
	}
}


.sectionDiv {
	border: none;
	height: 100vh;
}
.section_1 {
	padding: 40px 0px 5px 0px;
	background-image: url('../images/intro_data.png'), linear-gradient(to bottom, #8F9DB2, #656E78, #424B54, #424B54);
	background-position: var(--section_1_background_position);
	background-repeat: no-repeat;
}
.section_2 {
	padding: 40px 0px 5px var(--section_2_left);
	background-image: url('../images/intro_tree.png'), linear-gradient(to bottom, #8F9DB2, #656E78, #424B54, #424B54);
	background-position: var(--section_2_background_position);
	background-repeat: no-repeat;
}
.section_3 {
	padding: 40px 0px 5px 0px;
	background-image: url('../images/intro_community.png'), linear-gradient(to bottom, #8F9DB2, #656E78, #424B54, #424B54);
	background-position: var(--section_3_background_position);
	background-repeat: no-repeat;
}




.button_big {
	padding: 10px 10px 10px 10px;
	color: #E99548;
	border: 1px solid #E99548;
	border-radius: 25px;
	width: 150px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s;
}
.button_big:hover {
	color: #CFCFCF;
	background-image: radial-gradient(#DA7702, #BF7215);
	box-shadow: 0px 0px 10px #888888;
}

.section_1 div .button_big, .section_3 div .button_big {
	margin: 50px 0px 0px 0px;
}

.notify_me .button_big {
	margin: 20px 0px 0px 0px;
	display: inline-block;
}


.loginform{
	display: inline-block;
	text-align: left;
	margin: 30px 0px 0px 0px;
	width: 360px;
	color: #E99548;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.welcomemsg {
	display: inline-block;
	max-width: 500px;
	padding: 40px 15px 40px 15px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: justify;
	font-size: 16px;
	line-height: 22px;
	color: #E99548;
}
.welcomelink {
	padding: 0px 0px 5px 0px;
	color: #E99548;
	font-size: 12px;
	text-align:right;
	transition: 0.5s;
}
.welcomelink:hover {
	color: #DA7702;
	cursor: pointer;
}
.welcomemsg br {
	line-height: 14px;
}


#section_reg {
	width:100%;
	text-align: center;
	padding: 75px 0px 0px 0px;
}


input#nFirst, input#nLast {
	width: 100%;
}
.nField.rt  {
	float: right;
}
.nLabelWrapper {
	width: 100%;
}
.nField {
	float: left;
	width: 49%;
}

input#regCode {
	text-align: center;
}

input[type=text], input[type=email], input[type=password] {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  margin: 8px 0px 5px 0px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 14px;
}
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::-ms-input-placeholder {
	color: #DDDDDD;
}

input[type=submit], input[type=button] {
  width: 100%;
  background-color: #E99548;
  color: white;
  padding: 12px 20px;
  margin: 12px 0;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.7s;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color: #DA7702;
	box-shadow: 0px 0px 10px #888888;
}


input.beta {
	width: 60%;
	text-align: center;
}
.notify_form_wrapper {
	width: 100%;
	text-align: center;
}
a.notify, a.notify:visited {
	color: #62350D;
	text-decoration: none;
	font-weight: bold;
	transition: 0.5s;
}
a.notify:hover {
	color: #DA7702;
}


.footermsgdiv {
	margin: 20px 60px 0px 60px;
	padding: 5px 20px 10px 20px;
	border-top: #CCD6DD 1px solid;
	opacity: 0.6;
}
.footermsgdiv p {
	margin: 7px 0px;
	padding: 0px;
	border: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #CCD6DD;
	line-height: 15px;
}

.popup_video {
	display: inline-block;
	width: 960px;
	padding: 10px 35px 35px 35px;
	border: transparent 1px solid;
	border-radius: 7px;
	box-shadow: 1px 2px 8px #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: justify;
	line-height: 26px;
	background-color: white;
	opacity: 1;
	color: #62350D;
}

#login {
	background-image: url('../images/logo_sm.png');
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 80px 0px 20px 0px;
}

input.notify_email {
	width: 80%;
	text-align: center;
	margin: 0px 0px 20px 0px;
}


#load_div {
	display: none;
}
