.hero_headlines {
	position: relative;
	/*top: 33vh;*/
	width: 70vw;
	top: 20vh;
	margin: 0 1em 0 1em;
	xborder: 6px dotted darkgreen;
	height: 60vh;
}

#ankermainpicc {
	/*background-size: contain;
	background-position: top;*/
	background-repeat: no-repeat;
	background-position: left center;
	animation: scrollBackground 40s linear infinite; /* Animate the background */
}

.hero {
	height: calc(100vh - 80px);
	transition: background 2s linear;
	box-shadow: -2px 5px 8px 0px rgb(146 144 144);
}

.anker_caption {
	position: relative;
	xleft: 30px;
	line-height: 1.3em;
	font-size: 1.75em;
	opacity: 0.7;
}

.hero__infobox-container {
	width: 20vw;
	max-width: 300px;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
	margin-right: 2em;
	margin-top: 2em;
}

.hero__infobox-container article {
	width: 100%;
}

.anker_c2a {
	opacity: 1;
	display: inline-block;
	color: #fff;
	background-color: rgba(170, 20, 20, .95);
	line-height: 1.1em;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
	font-family: "Ankerbrot Bold", "Century", serif;
	padding: 0.2em 1em;
	letter-spacing: 0.1em;
	font-size: 3em;
}

.content-teaser {
	border: 0;
	border-bottom: 0;
	transition: unset;
}

@media screen and (max-width: 1500px) {
	.anker_c2a {
		font-size: 2.4em;
	}

	.anker_caption {
		font-size: 1.4em;
	}
}

@media (max-width: 1200px) {
	.hero__infobox-container .content-teaser__caption {
		display: none;
	}

	.hero h1 {
		margin: 0;
	}

}

@media (max-width: 1000px) {
	.hero_headlines {
		top: 10vh;
	}
}

@media (max-height: 800px) {
	.hero_headlines {
		top: 10vh;
	}
}

@media (max-width: 900px) {
	.hero__infobox-container {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		border: 0;
		height: 50px;
		bottom: 50px;
		top: unset;
		right: 0px;
		align-items: center;
		min-width: 600px;
	}

	.hero_headlines {
		width: 95%;
		xopacity: 0.8;
	}

	.anker_c2a {
		font-size: 2em;
	}
}

@media screen and (max-width: 800px) {

	.anker_caption {
		font-size: 1.2em;
	}

	.stoerer_rund {
		width: 120px !important;
		height: auto !important;
	}
}

@media (max-width: 600px) {

	.anker_c2a {
		font-size: 1.6em;
	}
}

@keyframes scrollBackgroundoneway {
	from {
		background-position: left center;
	}
	to {
		background-position: right center;
	}
}

@keyframes scrollBackground {
	0% {
		background-position: left center;
	}
	50% {
		background-position: right center;
	}
	100% {
		background-position: left center;
	}
}