
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03.05.2015, 21:39:19
    Author     : klausheuer
*/


/* Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html,body { height: 100%; min-height: 100%; }

/* header */


nav {
	float: right;
}
nav li {
	float: left;
}



section {
    margin: 0 auto;
    position: relative;
	overflow: hidden;
	
}
section {
	background-size: cover;
	background-position: center;
	

}
@media (min-width: 1000px) {
	section {
		
	}
}
section img {
	
   /* position:absolute;
	margin-left: -1400px;
	margin-top: -550px;*/
	
}



/* typo */
.bright {
	color: #000;
}
.dark {
	color: #fff;
}
h1 {
    font-size: 85px;
    line-height: 85px;
    font-weight: 900;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 10px;
}
p {
    letter-spacing: 0.5px;
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
	
}
.is-light {
    color: #fff;
}
.text-center {
    text-align: center;
}


/* intro section */

/*.intro article {
	width: 80%;
    padding-left: 10%;
}
.intro article {
	text-align: center;
}*/


/* content box center */
/*.text-center article {
    width: 80%;
    padding-left: 10%;
}
@media (min-width: 460px) {
    .text-center article {
        width: 50%;
        padding-left: 25%;
    }
}*/

/* box general */
.has-box {
    width: 80%;
    margin-left: 10%;
    background-color: rgba(255,255,255,0.8);
}
@media (min-width: 460px) {
    .has-box {
        padding: 20px;
        width: 45%;
    }
}

/* box left */
@media (min-width: 460px) {
    .is-box-left {
        margin-left: -2000px;
        -webkit-transition: margin-left 2s; /* Safari 3.1 to 6.0 */
        transition: margin-left 2s;
    }
    .isVisi .is-box-left {
        margin-left: 0;
        transition: margin-left 2s;
    }
}



body{font:13px/1.1 Helvetica,sans-serif;}
p{line-height:1.6;}
/* Example page */
strong{font-weight:bold;}

header img{float:left;margin:14px 0 0 14px}
header h1{margin-left:14px;float:left;font-size:20px;line-height:100px;}

.fixblock {
	width: 200px;
}