/* Teaser */
.teaser {
	margin-bottom: 20px;
	padding-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.teaser--image-only {
	margin-bottom: 30px;
	padding-bottom: 0;
}
.teaser__image {
	overflow: hidden;
}
.teaser__image > a { display: block; }
.teaser__image img {
	width: 100%; height: auto;
	display: block;
	/*transition: transform 0.8s ease;
	transform: translateZ(0) scale(1.0);*/
}
/*.teaser__image:hover img { 
	transform: translateZ(0) scale(1.1);
}*/
.teaser__headline {
	font-weight: 400;
    line-height: 1.3;
	font-size: 18px;
    font-family: 'lato-semibold';
    color: #2e407d;
    padding: 20px 16px 16px 16px;
    background-color: #fff;
}
.teaser__headline > * { font: inherit;  }

.teaser__headline__cut {
	display: block;
}
.teaser__content {
    padding: 20px 16px 16px 16px;
    background-color: #fff;
    flex-grow: 1;
}
.teaser__headline + .teaser__content {
    padding-top: 0;
}
.accordion .teaser__content { padding-right: 0; }

/* Teaser Specials */
/* Special 1 */
.teaser--special-1 {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	background-color: #f3f3f3;
}
.teaser--special-1 .teaser__headline {
	margin-bottom: 24px;
}

/* Special Small */
.teaser--special-small {
	text-align: center;
}
.teaser--special-small > a { 
	display: block;
	text-decoration: none; 
	color: inherit; 
}
.teaser--special-small .teaser__headline { 
	margin-bottom: 4px;
	padding: 0 12%;
	font-weight: 600; 
	font-size: inherit; 
}
.teaser--special-small .teaser__content { 
	padding: 0 12%;
}

/* Special Combo */
.teaser--special-combo {
	padding-bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.teaser--special-combo.teaser--style-grey { background-color: #d2d2d2; }
.teaser--special-combo .teaser__content-wrap { 
	float: left;
	width: 33.33333%;
	padding-top: 30px;  
	padding-left: 30px;  
}
.teaser--special-combo .teaser__image {
	float: left;
	width: 66%;
	margin-bottom: 0;
}
.teaser--special-combo .teaser__image > img { vertical-align: middle; }

@media only screen and (max-width: 1240px) {
	.teaser__content {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.teaser--special-combo.teaser--style-grey { background-color: transparent; }
	.teaser--special-combo { margin-bottom: 60px; overflow: visible; }
	.teaser--special-combo .teaser__image {
		float: none;
		width: auto;
		margin-bottom: 12px;
	}
	.teaser--special-combo .teaser__content-wrap {
		float: none;
		width: auto;
		padding-left: 0;
		padding-top: 0;
	}
}

@media only screen and (max-width: 720px) {
	.teaser--image-only { margin-bottom: 0; }
	.teaser__headline { font-size: 22px; }
}