@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff2') format('woff2'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #aaa;
}
a:hover {
  color: #555;
}
article {
  margin: auto;
  background: url(../img/raster_article_bg.png) repeat;
  background-position: center top;
  padding-bottom: 30px;
  padding-top: 80px;
  padding-left: 60px;
  width: 360px;
}
article section {
  line-height: 24px;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 13px;
  color: #777;
}
article .description {
  padding-top: 1px;
  width: 320px;
}
article .description h1 {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 30px;
  line-height: 0px;
  height: 42px;
  margin-left: -3px;
  color: #333;
}
article .description h2 {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
}
article .description .headline {
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  color: #555;
}
article .description .subhead {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
}
article .screenshots {
  width: 40px;
  margin-top: 80px;
  margin-left: 25px;
  height: 270px;
}
article .screenshots .watch {
  position: absolute;
  margin-left: 5px;
}
article .screenshots .container {
  position: absolute;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 44px;
  width: 160px;
  overflow: hidden;
}
article .screenshots .video {
  height: 200px;
  width: 160px;
  overflow: hidden;
}
article .screenshots .video video {
  height: 200px;
  width: 160px;
}
article .howto {
  text-align: center;
  font-size: 10px;
  padding-right: 60px;
  color: #aaa;
}
article .buy {
  width: 300px;
  margin-top: 80px;
  text-align: center;
}
article .buy .logo {
  margin-top: 167px;
  height: 190px;
  border: none;
}
article .buy .appstore {
  margin: 0px;
  padding: 0px;
  margin-top: 50px;
  height: 50px;
}
article .buy .appstore img {
  border: none;
  height: 40px;
}
article .support {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  margin-top: 100px;
  font-size: 12px;
  width: 300px;
  color: #aaa;
}
article .support .en {
  float: left;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
}
article .support .de {
  float: right;
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
}
article .support .me {
  clear: both;
}
article .support .back {
  font-family: 'Open Sans';
  font-weight: 700;
  color: #555;
}
