@media only screen and (max-width: 480px) {

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Monospace821BT-Bold; Courier, serif;
  background: url(../images/BG_Web.png) 100%;
  color: #000;
  font-size: 13px;
  line-height: 16px;
  padding: 16px;
  word-spacing: -0.2em;
}

#main {
    width: 350px;
    padding: 0px;
    float: left;
}


a,
a:active,
a:visited {
  outline: 0px;
  text-decoration: none;
  color: #000;
}


a:hover {
  color: blue;
}

img {
    outline: 0px;
    border: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
	font-weight: normal;
	font-style: normal;
	margin-bottom: 10px;
}

#one {
position: absolute;
left: 16px;
top: 16px;
z-index: 5;
}

#two {
    position: absolute;
    top: 16px;
    left: 240px;
    z-index: 5;
}

#letter_a {
    position: absolute;
    bottom: 32px;
    left: 240px;
    z-index: 5;
}

#letter_g {
    position: absolute;
    bottom: 32px;
    right: 40px;
    z-index: 5;
}

.teaser
{
	height: 100vh;
	width: 100vw;
	top:-5vh;
	left:-5vw;
	z-index: 0;
	position: relative;
	display: flex;
	display: -webkit-flex;
  	align-items: center;
	-webkit-align-items: center;
  	justify-content: center;
	-webkit-justify-content: center;
}

.teaser img
{
	height: auto;
	width: 70vw;
}

#imprint
{
  font-family: Monospace821BT-Bold; Courier, serif;
  font-size: 13px;
  line-height: 16px;
}
