/* Plugins */
@import url('../fancybox/jquery.fancybox.css');
@import url('font-awesome.min.css');

/* Style-Files */
@import url('nav.css');
@import url('typo.css');

/* Rock that Shit! */

@font-face {
  font-family: 'rokoko_relevanzregular'; /* regular font */
  src: url("Fontname-Regular.woff") format("woff");
  font-weight: normal; font-style: normal; }

@font-face {
  font-family: 'rokoko_relevanzregular';
  src: 	url('../fonts/rokokorelevanz-regular-webfont.eot');
  src: 	url('../fonts/rokokorelevanz-regular-webfont.eot') format('embedded-opentype'), 
  		url('../fonts/rokokorelevanz-regular-webfont.woff') format('woff'), 
  		url('../fonts/rokokorelevanz-regular-webfont.ttf') format('truetype'), 
  		url('../fonts/rokokorelevanz-regular-webfont.svg#rokoko_relevanzregular') format('svg');
  font-weight: normal;
  font-style: normal;
}




i{font-size:100px;}

#content{
  margin: 2em 0
}

#content img{
  margin-top: 8em;
  max-width: 100%;
  height: auto;
}