.teaser {
	background: #2a385c;
	color: #fff;
	text-align: center;
	padding: 35px 25px;
	margin-bottom: 80px;
	
	min-height: 650px;
}

.teaser .headline {
	min-height: 110px;
	display: block;
}

.teaser .text {
	min-height: 135px;
	display: block;
}

.teaser img {
	margin-top: 20px;
	margin-bottom: 30px;
}

.teaser a, .teaser button {
	display: block;
	background: #fff;
	color: #212121 !important;
	padding: 10px;
	margin-bottom: 15px;
	font-weight: 400;
	margin-left: 10%;
	margin-right: 10%;
	letter-spacing: 2px;
}

.teaser button {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	
}



@media screen and (max-width: 990px) {
	.teaser {
		margin-bottom: 40px;
	}

	.teaser .headline {
		min-height: 140px;
	}

	.teaser .text {
		min-height: 170px;
	}

}

@media screen and (max-width: 770px) {
	.teaser {
		min-height:auto;
	}

	.teaser .headline {
		min-height: auto;
	}

	.teaser .text {
		min-height: auto;
	}
}