@charset "utf-8";

html {
	margin: 0px;
	color: black;
	font-family: 'Lato', sans-serif, yellow;
	font-size: 14px;
	line-height: 16px;
 	background-image: linear-gradient(90deg, black 0%, lightgreen 90%)


}

body {
	width: 320px;
	margin: auto;
	text-align: center;


}

img {
	vertical-align: top;
}

a {
	color: inherit;
}


.cover {
	width: 320px;
	height: 320px;
	background-size: cover;
	background-position: center top;
	border-bottom: 1px solid black;
}

.titel {
	color: yellow;
	position: relative;
	padding: 10px;
	background-color: #181818;
}

.titel h1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 5px 0px;
}

.titel .pfeilchen {
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
}

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

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

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

.video {
	position: relative;
	padding: 0px;
	padding-bottom: 20px;
	display: block;
	position: relative;
	height: 180px;
	overflow: hidden;
}

.video .previewimage {
	position: absolute;
	left: 0px;
	top: -30px;
}

.video .play-button {
	position: absolute;
	left: 110px;
	top: 55px;
}

.footer {
	padding: 20px;
}

.footer .copyright {
	margin-top: 5px;
	font-size: 10px;
}

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

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