.teaser{
	height: 700px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
/*	background: linear-gradient(360deg, #D44220 0%, #FF5229 80.21%); */
	z-index: 1;
}
.teaser img{
	z-index: 2;
}

.teaserBG{
	position: absolute;
	height: 700px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background: linear-gradient(360deg, #D44220 0%, #FF5229 80.21%); 
	z-index: -1;
}



.teaser:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: inherit;
	background-image: url('../../../layout/knick.png');
	background-repeat: no-repeat;
	background-size: cover;
/*	z-index: -1;*/

	
}

.teaser .row{
	height: inherit;
	z-index: 2;
}

.teaser .teaserText{
	position: absolute;
	top: calc( 50% - 20px);
  -ms-transform: translate(0, -150px); /* IE 9 */
  -webkit-transform: translate(0, -150px); /* Safari */
  transform: translate(0, -150px);
/*	max-width: 950px;*/
	max-width: 890px;
	width: calc(100% - 25px );
	font-size: 1.6em;
	letter-spacing: 0.6px;
	line-height: 1em;
	line-height: 1.2em;
	font-size: calc(0.8vw + 0.7vh + 1vmin);
/*	font-size: calc(0.8vw  + 1vmin);*/

}


.teaser .teaserText h1:before{
	content: '';
	display: block;
	position: absolute;
	left: -95px;
	top:90px;
	width: 90px;
	height: 140px;
	background-image: url('./pfeil.svg');
	background-repeat: no-repeat;
}


.noArrow .teaser .teaserText h1:before{

	background-image: none;

}



.teaser .teaserText h1{
/*	font-size: calc(1.3vw + 1vh + 1vmin);*/
	font-size: clamp(22px, calc(12px + 3vw), 50px);
	line-height: calc(1em + 1vh + 1vmin);
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding-inline-start: 20px;
	padding: 5px 25px 5px 0px!important;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


.orangeBG  h1{
/*	font-size: calc(1.3vw + 1vh + 1vmin);*/
	font-size: clamp(22px, calc(12px + 3vw), 50px);
	line-height: calc(1em + 1vh + 1vmin);
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #000;
	display: inline-block;
	padding-inline-start: 20px;
	padding: 5px 25px 5px 0px!important;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


.teaser .teaserText h1 strong,
.orangeBG  h1 strong{
	font-size: clamp(22px, calc(12px + 3vw), 50px);
	line-height: calc(1.2em + 1vh + 1vmin);
	/*background-color: #fff;*/
	background-color: #293133;
	/*color: #000;*/
	color: #fff;
	display: inline;
	padding: 5px 25px;
	padding-inline-start: 20px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;

	-moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; 
  word-wrap: break-word;
}




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


.teaser .teaserText a{
	display: inline-block;
	padding: 7px 14px;
	background-color: #293133;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
/*	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px; */
	margin-bottom: 6px;
	line-height: 20px;
	
	
}


.teaser .teaserText a:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	margin-right: 10px;
	margin-top: 0px;
	background-image: url('../../../layout/bullet.svg');
	background-size: contain;
}


.teaser img{
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 600px;
}

