#teaser_image{
	height:25em;
	background:url(../images/stock/kind_auf_decke.jpg);
    background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.teaser_text{
	position:relative;
	top:15%;
	padding-left:1em;
	font-size:15vh;
	color:var(--font-color-2);
}
.teaser_text span{
	font-family: 'BrandonGrotesqueWeb-Light';
	text-transform: uppercase;
	font-size:55%;
}

.a_mehrinfos{
	background-color:var(--color-3-100);
	color:var(--font-color-2);
	border-radius: 15px;
	padding:0.5em 1em;
	text-transform: uppercase;
}
.a_mehrinfos:hover
,.a_mehrinfos:focus{
	background-color:var(--color-3-50);
	color:var(--font-color-1);
	border-radius: 15px;
	padding:0.5em 1em;
	text-transform: uppercase;
}

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;
	}
}