@charset "utf-8";


body {
	background: #222222;
  font-family: Helvetica, sans-serif;
}

html {
	margin: 0px;
  font-family: Helvetica, sans-serif;
	font-weight: 500;
	font-color: white;
	 
}

body {
	width: 320px;
	margin: auto;
	text-align: center;
	font-color: white;
}

img {
	vertical-align: top;
}

a {
	color: inherit;
}

.cover {
	width: 320px;
	height: 320px;
	background-size: cover;
	background-position: center top;
}

.titel {
	color: white;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: ;
}

h1 
{
	margin: 0px 0px 5px 0px;
	padding: 10px;
}

.titel h1 {
	font-size: 26px;
	line-height: 1.2em;
  font-family: Helvetica, sans-serif;
	font-weight: 500;

}

.link {
	display: block;
	padding: 10px;
	border-bottom: 1px solid white;

}


.link:hover {
	background-color: gray;
}

.footer {
  font-family: Helvetica, sans-serif;
	font-weight: 500;
	font-style: normal;
	padding: 20px;
}

.footer .copyright {
	margin-top: 5px;
	font-size: 12px;
	color: white;
}

.footer .copyright a {
	text-decoration: underline;
}


    article {
  max-width: 100%;
  margin: 1em auto;
  overflow: hidden;
  position: relative;
  font-size:12pt;
  letter-spacing:.1em;
  color: white;
}

.example-left {
  white-space: nowrap;
  position: absolute;
  text-transform: uppercase;
}

.example-left {
  -webkit-animation: mymove 8s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: mymove 8s linear infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}

@keyframes mymove {
  from {
    left: 0;
  }
  to {
    left: -140px;
  }
}


.example-right {
  white-space: nowrap;
  position: relative;
  top:2em;
  opacity: .4;
  text-transform: uppercase;
}

.example-right {
  -webkit-animation: urmove 8s linear infinite; /* Safari 4.0 - 8.0 */
  white-space: nowrap;
  animation: urmove 8s linear infinite alternate;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes urmove {
  from {
    right: 0;
  }
  to {
    right: -140px;
  }
}



.footer .copyright a:hover {
	text-decoration: none;
}