@charset "utf-8";


body {
	background: linear-gradient(-45deg, mediumvioletred, black, #a03472);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	height: 100vh;

}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


html {
	margin: 0px;
	font-family: 'Lora', serif;	
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 16px;
	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;
	border-bottom: 1px solid #303030;
}

.titel {
	color: white;
	position: relative;
	padding: 10px;
	background-color: linear-gradient(-45deg, #a03472 , black, mediumvioletred);
}

h1 
{
	text-transform: ;
	font-size: 18px;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
	font-weight: 300;
	color: white;
	padding: 10px;
}


del {
  text-decoration-color: white;
}

ins {
  text-decoration: none;
  font-family: 'Lora', italic;
  font-size: 24px;
  color: white;
  position:absolute;
  transform:rotate(-10deg);
  margin-left: -20px;
  margin-top: -40px;
}

.titel h1 {
	text-transform: ;
	font-size: 22px;
	line-height: 25px;
	margin: 0px 0px 5px 0px;
	font-weight: 300;
}

.link {
	display: block;
	background-color: whitesmoke;
	padding: 10px;
	border-bottom: 1px solid #a03472;

}

.link:last-child {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

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

.footer {
	font-family: 'Helvetica', serif;	
	font-weight: 300;
	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:14pt;
  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;
}