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

@font-face {
  font-family: "Helvetica-Light";
  src: url("../fonts/helvetica-light.woff") format("woff");
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url("../fonts/helvetica-bold.woff") format("woff");
}



* {
padding: 0;
margin: 0;
outline: none;
}


body {
padding: 0;
margin: 0;
background: #fff;
box-sizing: border-box;
}


#content {
	position: relative;
    margin: 5% auto 0;
    padding: 0 ;
    width: 100%;
    text-align: center; 
    max-width: 800px;
    height: auto;
    box-sizing: border-box;
 

}


@media(max-width:1200px) {
#content {
	
	 padding-top: 20% ;
  
    
	
    }
}


.bild {
	width: 100%;
    max-width: 800px;
	height: auto;
	border: 0;
	
	
}



