@charset "UTF-8";
/* CSS Document */

/*------------------------------------------------------------------
[Master Stylesheet]
-------------------------------------------------------------------*/

html{
    
    -ms-overflow-style: none;
    overflow:hidden;
}


html, body{
    height: 100%;
    overflow: hidden;
  
}
.page{
    overflow: hidden;
	height:100%;
	background-size: cover;
	
}



/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */



.home-content{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
	
	
	
	
}


/* Home content */

.home-content{
    position: relative;
	
	

}
.home-text{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
	padding-bottom:12%;
	
}



/* ==============================
   Home sections
   ============================== */
  
/*
 * Header common styles
 */

.bg{
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image:url(../images/bild3.jpg);

	
}

.page-section {
    width: 100%;
    display: block;    
    position: relative;
    overflow: hidden;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-position: center center;
	
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
    
   
    
}



body{
    color: #FFF;
    font-size: 14px;
    font-family: "Open Sans", arial, sans-serif;
    line-height: 1.6;    
    -webkit-font-smoothing: antialiased;
	margin:0;
	padding:0;
}

a{
    color: #FFF;
    border-bottom: 1px solid;
    text-decoration: none;
}

a:visited{
color:#FFF;
text-decoration: none;	
}


a:hover{
    color: #0F0;
    text-decoration: none;
}


a:active {
    color: #FFF;
}

h1,h2,h3,h4,h5,h6{
    margin-bottom: 0em;
    line-height: 1.4;
    font-weight: 400;
   
}
h1{
    font-size: 18px;
}
h2{
    font-size: 28px;
}
h6{
    font-weight: 700;
}
p{
    margin: 0 0 2em 0;
}
ul, ol{
    margin: 0 0 1.5em 0;
}


.uppercase{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.font-alt{
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.serif{
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: normal;
}
.normal{
    font-weight: normal;
}
.strong{
    font-weight: 700 !important;
}

.logo {
	margin-bottom: 5px;
	
	}
	
	