@media (min-width: 900px) {
	#startseite {
		margin-top: -64px;
	}
}

#cta .grid div a {
	display: block;
	padding: 40px 0 56px 0;
	color: #fff;
	background: linear-gradient(to right, #0066bd, #004292);
}
#cta .grid div:nth-child(2) a {
	background: linear-gradient(to left, #0066bd, #004292);
}
#cta .grid div a:hover {
	background: #0066bd;
}
#cta .grid div a span:first-child {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: bold;
	text-transform: uppercase;
}
#cta .grid div a span:last-child {
	position: relative;
	top: 1.25rem;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 300;
}

#videos a[target="_blank"] {
	position: relative;
	display: block;
}
#videos a[target="_blank"]::before {
	content: "\25B6";
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 4px;
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	text-shadow: 0 0 12px #17181a;
}
#videos a[target="_blank"] img {
	margin-bottom: 24px;
}
#videos p a {
	padding: 0;
	background-color: transparent;
	color: #0066bd;
}