#teaser_image{
	height:25em;
	background:url(../images/stock/kind_liest.jpg);
    background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.teaser_text{
	position:relative;
	top:15%;
	padding-left:0.5em;
	font-size:15vh;
	color:var(--font-color-2);
}
.teaser_text span{
	font-family: 'BrandonGrotesqueWeb-Light';
	text-transform: uppercase;
	font-size:55%;
}

h2{
	font-size:280%;
}

@media handheld, only screen and (max-width: 768px) {
	.teaser_text{
		font-size:10vh;
		background-color:rgba(0,0,0,0.1);
		border-radius:0 15px 15px 0;
		padding-right:0.3em;
		width:fit-content;
	}
}