/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body { 
	background-color: #E9E9E9;
	overflow-y: hidden;
	overflow-x: hidden;
	font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #000;
}
	
#content{
	background: #E9E9E9; /* Old browsers */
	background: -moz-linear-gradient(top, #E9E9E9 0%, #fff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #E9E9E9 0%,#fff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #E9E9E9 0%,#fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#fff',GradientType=0 ); /* IE6-9 */	
	width: 100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 10;	
}

#content a{ 
	/*padding: 20px;*/ 
	text-decoration: none; 
	color: black;
}

#content a:focus   { 
	/*background-color: red;*/ 
	color: black;
}

#content a:hover   { 
	font-size: 1.5em;
	color: lightgreen; 
}

#content a:active  { 
	color: black; 
}

#content a:visited  { 
	color: red; 
}

#contain{
	background-color: transparent;
	color: white; /*lightgreen*/
	width: 100%;
	position: absolute;
	top: 30%;
	left: 0px;
	min-height: 350px;
}

#stripe{
	background: url("../pic/fam-2.jpg") no-repeat center;
	background-size: cover;
	opacity: .7; 
	filter: Alpha(Opacity=50);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
	min-height: 250px;
	height: auto;
	background-color: black;
	color: white; /*lightgreen*/
	width: 100%;
	position: absolute;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	 -webkit-align-items: center;
    align-items: center;
}

#stripe_inner_left{
	background-color: transparent;
	min-width: 350px;
	height: 200px;
	position: relative;
	padding-left: 10%;
	margin: 20px;
	font-size: 10.3em;
	font-style: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#stripe_inner_mid{
	background-color: transparent;
	color: white;
	min-width: 200px;
	height: 135px;
	font-size: 2.3em;
	font-style: bold;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
    align-items: flex-end;
}

/*#stripe_inner_right{
	background-color: transparent;
	min-width: 170px;
	height: 50px;
	font-size: 25px;
	font-style: bold;
	text-align: center;
    align-items: center;
    justify-content: center;
	margin-left: 5%;
	margin-top: 100px;
	margin-bottom: 40px;
}*/

#link_box{
	background-color: transparent;
	min-height: 40px;
	height: auto;
	bottom: 0px;
	color: white; /*lightgreen*/
	width: 100%;
	position: absolute;
	font-size: 15px;
	font-style: bold;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#login_box{
	background-color: transparent;
	color: black;
	width: 60px;
	height: 40px;
	position: relative;
	/*left: 50%;
	margin: auto;*/
    display: -webkit-flex;
	display: flex;
	 -webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#mail_box{
	background-color: transparent;
	color: black;
	width: 60px;
	height: 40px;
	position: relative;
	bottom: 0px;
	/*left: 50%;
	margin: auto;*/
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#akt_box{
	background-color: transparent;
	color: black;
	width: 250px;
	padding-left: 100px;
	height: 40px;
	position: relative;
	bottom: 0px;
	/*left: 50%;
	margin: auto;*/
    display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}

#logo_s{
	background: url("../pic/sun5tr_vs.png") no-repeat center;
	background-size: contain;
	background-color: transparent;
	position:fixed;
	bottom: 40px;
	right: 40px;
	width: 55px;
	height: 60px;
	text-align: center;
    align-items: center;
    justify-content: center;
	z-index: 700;
}

/*-------------------------------------------*/

@media screen and (max-width: 1024px) {
}

/*-------------------------*/

@media screen and (max-width: 850px) {

#contain{
	position: absolute;
	top: 10px;
	left: 0px;
	min-height: 350px;
}
#stripe{
	min-height: 200px;
	
}
#stripe_inner_left{
	background-color: transparent;
	width: 100%;
	height: 120px;
	font-size: 8.6em;
	text-align: left;
	padding-left: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}
	
#stripe_inner_mid{
	background-color: transparent;
	color: white;
	width: 100%;
	height: 80px;
	font-size: 1.9em;
	font-style: bold;
	/*text-align: bottom;*/
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    align-items: center;
	-webkit-justify-content: center;
    justify-content: center;
}
}

/*-------------------------*/

@media screen and (max-width: 500px) {

#stripe_inner_left{
	background-color: transparent;
	width: 100%;
	height: 120px;
	font-size: 6.6em;
	padding-left: 0;
	margin: 0;
}
	
#stripe_inner_mid{
	background-color: transparent;
	color: white;
	width: 100%;
	height: 50px;
	font-size: 1.9em;
	font-style: bold;
	/*text-align: bottom;*/
}

#akt_box{
	background-color: transparent;
	color: black;
	width: 100%;
	height: 40px;
	position: relative;
	padding-left: 0;
	bottom: 0px;	
}
}	
	
	