html, body {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  overflow:hidden;
}

body {
  font-family:sans-serif;
}

#responsive {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}

#scrollbereich {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  overflow:auto;
  z-index:2;
}

#inhalt {
  padding:20px 100px 30px 200px;
  z-index:2;
}

@font-face {
    font-family: 'ueberschrift1';
    src: url('fonts/EasyRider.ttf') format('truetype');
}

h1 {
    font-family: 'ueberschrift1';
}