body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	font-weight: normal;
	text-align: center;
	color: #555555;
	background-color: #000000;
	margin: auto;
	margin-top: 0px;
	

	
}



a, a:active, a:visited {

	color: #666666;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
}

a:hover {

	color: #666666;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
}




.logo {

	width: 250px;
	height: 170px;
	z-index: 200;
	position: absolute;
	top: 0;
	right: 0;
	left: 0; 
	margin: auto;
}

@media (max-width: 1280px) {
.logo {
	width: 230px;
	height: 170px;
}
}

@media (max-width: 1024px) {
.logo {
	width: 210px;
	height: 140px;
}
}

@media (max-width: 768px) {
.logo {
	display: none;
}

.logo-mobile {

	width: 100%;
	height: 170px;
	z-index: 200;
	position: relative;
	top: 0;
	right: 0;
	left: 0; 
	margin: auto;
	background-color: #FFFFFF;
}

.logo-mobile-container{

	width: 230px;
	height: 170px;
	z-index: 200;
	position: relative;
	top: 0;
	right: 0;
	left: 0; 
	margin: auto;
}
}

@media (min-width: 769px) {
.logo-mobile {

	display: none;
}
}

.start-header {

	max-width: 2000px;
	max-height: 850px;
	margin: auto;
	z-index: 2;
	position: relative;
}


@media (max-width: 767px) {
.start-header {

	max-width: 2000px;
	max-height: 850px;
	margin: auto;
	margin-top: 200px;
	z-index: 2;
	position: relative;
}
}


#start-menu-container {

	width: 100%;
	z-index: 10;
	background-color: #000000;
	border-bottom: 1px solid #333333;
	padding-top: 59px;
	padding-bottom: 10px;
	position: relative;
}

.start-menu-content {

	max-width: 960px;
	margin: auto;

	z-index: 10;
}

.start-container {

	width: 100%;
	z-index: 3;
	position: relative;
	margin-bottom: 250px;
	margin-top: 0px;
}

#imagebg-1 {

	width: 100%;
	height: 1300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/bg.jpg);
	position: fixed;
	z-index: 0;
}

#imagebg-2 {

	max-width: 100%;
	margin: 0;
	z-index: 2;
	position:  relative;
}


.main-boxes {

	width: 100%;
	margin: 0;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	z-index: 6;
	
	background-image: -webkit-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background-image: -moz-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background: -ms-linear-gradient(top, #2C333F 20%, #455163 100%); /* IE10+ */
	background: -o-linear-gradient(top, #2C333F 20%, #455163 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #2C333F 20%, #455163 100%); /* W3C */
}

.main-box-content {

	max-width: 1000px;
	margin: auto;
	padding-left: 30px;
}


.main-box-content h1 {

	font-family:  arial, tahoma, sans-serif;
	color: #A0ABBC;
	font-size: 80px;
	line-height: 85px;
	font-weight: bold;
	margin: 50px 0 0px 0;
	text-transform: normal;
}

.main-box-content h2 {

	font-family:  arial, tahoma, sans-serif;
	color: #ffffff;
	font-size: 30px;
	line-height: 41px;
	font-weight: bold;
	margin: 0px 0 10px 0;
	text-transform: normal;
}


.main-box-content-inner {

	padding: 8px;
	max-width: 230px;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	color: #ffffff;
	float: left;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 0px;
}

.main-box-content-inner-12 {

	padding: 8px;
	margin: auto;
	margin-top: 30px;
	text-align: left;
	color: #ffffff;
	float: left;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
}


.main-box-content-inner h3 {

	font-family:  arial, tahoma, sans-serif;
	color: #A0ABBC;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	margin: 11px 0 10px 0;
	text-transform: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #2C333F;
}

.main-box-content-inner h6 {

	color: #ffffff;
	font-size: 55px;
	line-height: 26px;
	margin: 11px 0 10px 0;
	padding: 0 0 10px 0;
}



.main-box-content-inner a {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 9px 25px 9px 25px;
	border: 1px solid #2C333F;
	border-radius: 15px;
}

.main-box-content-inner a:active {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border: 1px solid #ffffff;
}

.main-box-content-inner a:visited {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	border: 1px solid #ffffff;
}

.main-box-content-inner a:hover {

	color: #2C333F;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	background-color: #ffffff;
}


.main-box-content-inner-12 a {

	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;

}

.main-box-content-inner-12 a:active {

	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;

}

.main-box-content-inner-12 a:visited {

	color: #ffffff;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;

}

.main-box-content-inner-12 a:hover {

	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;

}


@media (max-width: 767px) {
#imagebg-1 {

	height: 700px;

}

.main-box-content {

	padding: 20px;
}

.main-box-content h1 {

	font-family:  arial, tahoma, sans-serif;
	color: #A0ABBC;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-transform: normal;
}

.main-box-content h2 {

	font-family:  arial, tahoma, sans-serif;
	color: #ffffff;
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px 0 30px 0;
	text-transform: normal;
}

.main-box-content-inner{

	max-width: 100%;
	margin-top: 0px;
	padding: 30px 0 60px 0px;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	border-top: 1px solid #ffffff;
}

.main-box-content-inner h3 {
	font-size: 23px;
	line-height: 29px;
	border-bottom: 0px solid #2C333F;
}

.main-box-content-inner a {

	color: #2C333F;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 9px 25px 9px 25px;
	border: 1px solid #2C333F;
	border-radius: 15px;
	background-color: #ffffff;
}

.main-box-content-inner a:active {

	color: #2C333F;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	background-color: #ffffff;
}

.main-box-content-inner a:visited {

	color: #2C333F;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	padding: 8px 15px 8px 15px;
	background-color: #ffffff;
}

.main-box-content-inner a:hover {

	color: #2C333F;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	background-color: #ffffff;
}
}

.start-claim {

	width: 100%;
	padding: 60px 200px 310px 200px;
	z-index: 9;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	position: relative;
}

@media (max-width: 767px) {
.start-claim {

	width: 100%;
	padding: 20px 20px 200px 20px;
	z-index: 9;
	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	position: relative;
}
}

.start-claim h3 {

	font-family:  arial, tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 80px;
	line-height: 81px;
	font-weight: bold;
	margin: 0;
	text-transform: normal;
	padding: 0;
}

.start-claim h4 {

	font-family: arial, tahoma, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 24px;
	font-weight: normal;
	margin: 21px 0 10px 0;
	text-transform: normal;
}


@media (max-width: 1280px) {
.start-claim h3 {
	font-size: 60px;
	line-height: 61px;
}
}

@media (max-width: 1024px) {
.start-claim h3 {
	font-size: 40px;
	line-height: 41px;
}

.start-claim h4{
	font-size: 18px;
	line-height: 18px;
}
}

@media (max-width: 768px) {
.start-claim h3 {
	font-size: 30px;
	line-height: 31px;
}

.start-claim h4{
	font-size: 14px;
	line-height: 18px;
}
}


.start-info-container {

	width: 100%;

	background-image: -webkit-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background-image: -moz-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background: -ms-linear-gradient(top, #2C333F 20%, #455163 100%); /* IE10+ */
	background: -o-linear-gradient(top, #2C333F 20%, #455163 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #2C333F 20%, #455163 100%); /* W3C */
	position: relative;
}

.start-info-content {

	max-width: 1100px;
	margin: auto;
	padding-left: 40px;
}


.start-info-content-2-col {

	text-align: left;
	color: #A0ABBC;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 70px 35px 70px 20px;
}
.start-info-content-2-col h1 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 21px;
	color: #ffffff;
}

.start-info-content-2-col  h2 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #ffffff;
	margin: 0;
}

.start-info-content-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 30px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content {


	padding-left: 00px;
}

.start-info-content-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
}

.start-info-content-2-col  h2 {

	margin-top: 30px;
	font-size: 20px;
	line-height: 23px;
}

.start-info-content-2-col  h3 {

	font-size: 15px;
	line-height:18px;
}
}


.start-info-container1 {

	width: 100%;
	background: linear-gradient(to bottom, #ffffff 20%, #dddddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: relative;
	color: #666666;
}

.start-info-content1-2-col {

	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 50px 50px 0px 0px;
}
.start-info-content1-2-col h1 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 21px;
	line-height: 23px;
	margin: 0;
	color: #2C333F;
}

.start-info-content1-2-col  h2 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #2C333F;
	margin: 0;
}

.start-info-content1-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 16px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content1-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
}

.start-info-content1-2-col  h2 {

	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
}

.start-info-content1-2-col  h3 {

	font-size: 20px;
	line-height:22px;
}
}


.start-info-container2{

	width: 100%;
	min-height: 300px;
	background-image: -webkit-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background-image: -moz-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background: -ms-linear-gradient(top, #2C333F 20%, #455163 100%); /* IE10+ */
	background: -o-linear-gradient(top, #2C333F 20%, #455163 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #2C333F 20%, #455163 100%); /* W3C */
	position: relative;
	
	color: #ffffff;
}

.start-info-content2-2-col {

	text-align: left;
	color: #A0ABBC;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 70px 35px 70px 20px;
}
.start-info-content2-2-col h1 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 21px;
	line-height: 23px;
	margin: 0;
	color: #ffffff;
}

.start-info-content2-2-col  h2 {

	font-family: arial, tahoma, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #ffffff;
	margin: 0;
}

.start-info-content2-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 30px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content2-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
	padding-bottom: 30px;
}

.start-info-content2-2-col  h2 {

	margin-top: 30px;
	font-size: 20px;
	line-height: 23px;
}

.start-info-content2-2-col  h3 {

	font-size: 15px;
	line-height:18px;
}
}





.start-info-container3 {

	width: 100%;
	min-height: 300px;
	background-image: -webkit-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background-image: -moz-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background: -ms-linear-gradient(top, #2C333F 20%, #455163 100%); /* IE10+ */
	background: -o-linear-gradient(top, #2C333F 20%, #455163 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #2C333F 20%, #455163 100%); /* W3C */
	position: relative;
	
	color: #ffffff;
}

.start-info-content3-2-col {

	text-align: left;
	color: #A0ABBC;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 70px 35px 70px 20px;
}
.start-info-content3-2-col h1 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 21px;
	line-height: 23px;
	margin: 0;
	color: #ffffff;
}

.start-info-content3-2-col  h2 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #ffffff;
	margin: 0;
}

.start-info-content3-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 30px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content3-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
	padding-bottom: 30px;
}

.start-info-content3-2-col  h2 {

	margin-top: 30px;
	font-size: 20px;
	line-height: 23px;
}

.start-info-content3-2-col  h3 {

	font-size: 15px;
	line-height:18px;
}
}



.start-info-container4 {

	width: 100%;
	min-height: 300px;
	background: linear-gradient(to bottom, #ffffff 20%, #dddddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	position: relative;
	color: #666666;
}

.start-info-content4-2-col {

	text-align: left;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 70px 35px 70px 20px;
}
.start-info-content4-2-col h1 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 21px;
	line-height: 23px;
	margin: 0;
	color: #2C333F;
}

.start-info-content4-2-col  h2 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 25px;
	line-height: 27px;
	color: #2C333F;
	margin: 0;
}

.start-info-content4-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 30px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content4-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
}

.start-info-content4-2-col  h2 {

	margin-top: 30px;
	font-size: 30px;
	line-height: 30px;
}

.start-info-content4-2-col  h3 {

	font-size: 20px;
	line-height:22px;
}
}




.start-info-container5 {

	width: 100%;
	min-height: 300px;
	background-color: #FFFFFF;
	position: relative;
	color: #A0ABBC;
}

.start-info-content5 {

	max-width: 1200px;
	margin: auto;
}

.start-info-content5-2-col {

	text-align: center;
	float: left;
	font-size: 12px;
	line-height: 22px;
	padding: 70px 35px 70px 20px;
}

.start-info-content5-2-col  h2 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 45px;
	line-height: 47px;
	color: #2C333F;
	margin: 0;
}

.start-info-content5-2-col  h3 {

	font-family:  arial, tahoma, sans-serif;
	font-size: 18px;
	line-height: 21px;
	margin: 10px 0 30px 0;
	color: #A0ABBC;
}

@media (max-width: 767px) {

.start-info-content5-2-col {

	padding: 15px;
	font-size: 13px;
	line-height: 23px;
}

.start-info-content5-2-col  h2 {

	margin-top: 20px;
	font-size: 40px;
	line-height: 41px;
}

.start-info-content5-2-col  h3 {

	font-size: 22px;
	line-height:24px;
}
}


.galerie {

	width: 100%;

}
.container-galerie {

	margin: auto;
	padding: 0px 0 50px 0;
}

.galerie img {
	margin: 5px;
	border: 5px solid #dddddd;

}


.footer-container {

	width: 100%;

	background-image: -webkit-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background-image: -moz-linear-gradient(top, #2C333F 20%, #455163 100%); 
	background: -ms-linear-gradient(top, #2C333F 20%, #455163 100%); /* IE10+ */
	background: -o-linear-gradient(top, #2C333F 20%, #455163 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, #2C333F 20%, #455163 100%); /* W3C */
	position: relative;
	padding-bottom: 40px;
	color: #ffffff;
}


.footer {

	width: 100%;
	margin-top: 0px;
	padding-bottom: 30px;
	z-index: 1000;
}

.footer-content {

	max-width: 1000px;
	margin: auto;
}

ul {

	margin: 0;
	padding: 0;
}

.footer-content li {

	font-family: arial, verdana, sans-serif;
	list-style-type: none;
	text-align: left;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px 0 8px 0px;
	text-decoration: none;
}

.footer-content li a {

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:active{

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:visited{

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content li a:hover{

	font-size: 15px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}

.footer-content-menu2 {

	font-family: arial, verdana, sans-serif;
	padding: 0px 50px 20px 20px;
	margin: auto;
	margin-top: 50px;
	margin-right: 0px;
	text-align: left;
	float: left;
	letter-spacing: 0px;
	color: #ffffff;
	border-left: 1px solid #2C333F;
	font-size: 15px;
	line-height: 22px;
}

.footer-content-menu2  h4 {

	font-family:  arial, verdana, sans-serif;
	margin: 0 0 5px 0;
	color: #A0ABBC;
	font-size: 22px;
	line-height: 23px;
	letter-spacing: 0px;
	font-weight: bold;
}

.footer-content-menu2 a {

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:active{

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:visited{

	font-size: 15px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer-content-menu2 a:hover{

	font-size: 15px;
	color: #cccccc;
	font-weight: normal;
	text-decoration: none;
}



@media (max-width: 767px) {

.footer-content-menu2 {

	padding: 0px 20px 30px 20px;
	text-align: left;
	margin-top: 10px;
	font-size: 16px;
	line-height: 24px;
	border-right: 0px solid #555555;
	border-bottom: 1px solid #71819B;
}

.footer-content-menu2  h4 {

	margin: 16px 0 5px 0;
	color: #A0ABBC;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: bold;
}

.footer-content-menu2 a {

		font-size: 16px;
	line-height: 21px;

}

.footer-content-menu2 a:active{

		font-size: 16px;
	line-height: 21px;

}

.footer-content-menu2 a:visited{

		font-size: 16px;
	line-height: 21px;

}

.footer-content-menu2 a:hover{

		font-size: 16px;
	line-height: 21px;

}
}




.clear {

	clear: both;
}



