

.teaser{
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	/*background: rgb(0,48,93) linear-gradient(51deg, rgba(0,48,93,1) 0%, rgba(33,164,62,1) 100%) center top no-repeat cover;*/

}

.teaser.th3_schmal{ height: clamp(300px, calc((100vw / 23)*9), 400px); }
.teaser.th3_mittel{ height: clamp(500px, calc((100vw / 23)*9), 640px); }
/*.teaser.th3_hoch{   height: clamp(700px, calc((100vw / 23)*9), 800px); }*/
.teaser.th3_hoch{   height: clamp(406px, calc((100vw / 23)*9), 690px); }
.teaser.th3_voll{   height: 100vh; }



.teaser .row{	height: inherit; }



.teaser .teaserText{
	position: absolute;
	bottom: calc( 10% - 0px);
  /*transform: translate(0, -150px);*/
	width: 100%;
	font-size: 1.6em;
	letter-spacing: 0.6px;
	line-height: 1em;
	line-height: 1.2em;
	font-size: calc(0.8vw + 0.7vh + 1vmin);
}

.teaser .teaserText.left{text-align:left;}
.teaser .teaserText.right{text-align:right;}
.teaser .teaserText.center{text-align: center; }


.teaser .teaserText h1{
	font-size: calc(1.3vw + 1vh + 1vmin);
	/*line-height: calc(2em + 1vh + 1vmin);*/
	line-height: 1em;
	margin-bottom: 0.2em;
	color: #fff;
	background: linear-gradient(90deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Für Firefox */
  background-clip: text;
  color: transparent;
}


.teaser .teaserText p{
	margin-top: 2px;
	color: #fff;
	font-size: calc(0.4vw + 0.5vh + 1vmin);
	line-height: 1.35em;
}


/*  Der Text für den SmallTeaser */

.teaser.smallTeaser {

}

.teaser .teaserImage{
		overflow: hidden;
}
.teaser.smallTeaser .teaserImage{
	height: inherit;
	/*min-height: 400px;*/
	position: absolute;
	right: 0;
	top:0;
	width: 100%;
	/*max-width: 60%;*/
	/*border-bottom-left-radius: 24px; */
/*	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	overflow: hidden;*/
	
}

.teaser.smallTeaser .teaserImage img{

	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
}



.teaser.smallTeaser .teaserText{
	position: relative;
	left: 0;
	/*top: calc(60% - 100px );*/
	transform: translateY(-60%);
	z-index: 1231;
	/*width: 100%;*/
	width: clamp(440px, 48vw, 680px);
	/*max-width: 50vw;*/
	font-size: 1.6em;
	letter-spacing: 0.6px;
	line-height: 1em;
	/*line-height: 1.2em;*/
	font-size: calc(0.8vw + 0.7vh + 1vmin);
	background-color: var(--green);
	padding: 30px 50px;
	-webkit-border-top-left-radius: 18px;
	-moz-border-top-left-radius: 18px;
	border-top-left-radius: 18px; 
	-webkit-border-bottom-right-radius: 18px;
	-moz-border-bottom-right-radius: 18px;
	border-bottom-right-radius: 18px; 
	-moz-background-clip: padding; 
	-webkit-background-clip: padding-box; 
	background-clip: padding-box;
	
}





/* video block */
.ivideo {	position: relative; }
.ivideo .row{
	position: absolute;
	top: 0;
	text-align: center;
	left:50%;
	transform: translateX(-50%);
}

#bgvid{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	min-width: 100%;
	max-width: 100vw;
	min-height: 56.25vw;
	object-fit: fill;
	object-fit: cover;
}




@media screen and (max-width: 1024px) {

	.teaser{
	overflow: initial;
}
	
	.teaser.smallTeaser .teaserImage{
		position: absolute;
		right: 0;
		top:0;
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}



	.teaser.smallTeaser .teaserText{
	position: absolute;
	left: 0;
	top: calc(100% - 100px );
	z-index: 1231;
	width: clamp(440px, 48vw, 700px);
	font-size: 1.6em;
	letter-spacing: 0.6px;
	line-height: 1em;
	font-size: calc(0.8vw + 0.7vh + 1vmin);
	padding: 30px 50px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
}

	
	
	
	.text_bild_item .row .textwrapper h1 {
	  font-family: var(--h1fontFamily), sans-serif;
	  letter-spacing: .3px;
	  font-size: 50px;
	  line-height: 1.12em;
	  color: var(--h1color);
	}
	


}