.btt {
	height: 100% !important;
	min-height: 395px;

}
.btt > div {
	height: 100% !important;
}
.bildteaser_parent {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 100%;
	
	overflow: hidden;
	position: relative;
	background-position: center;
	background-size: auto 100%;
	transition: all 0.3s ease-out;
}


.bildteaser_description {
	background-color: transparent;
	padding: 12px;
	color: rgba(0, 0, 0, 1);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
}

.bildteaser_description.top {
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.bildteaser_description.middle {
	top: 35%;
	left: 0;
	right: 0;
	text-align: center;
}
.bildteaser_description.bottom {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.bildteaser_description h2 {
	font-size: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 1);
	margin: 0px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap !important;
	font-weight: bold;
}
.bildteaser_description span {
	font-family: sangbleusans-lightitalic;
	display: block;
	font-size: 26px;
	line-height: 41px;
	margin-top: 3px;
	font-weight: normal;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden !important;
	white-space: nowrap !important;
}
.bildteaser_description span.h2 {
	font-size: 38px;
	line-height: 41px;
	margin-top: 3px;
}
.bildteaser_description span.h3 {
	font-size: 32px;
	line-height: 41px;
	margin-top: 3px;
}
.bildteaser_description span.h4 {
	font-size: 26px;
	line-height: 41px;
	margin-top: 3px;
}
.bildteaser_description span.h5 {
	font-size: 14px;
	line-height: 41px;
	margin-top: 3px;
}