/*---------- Mask Elements ----------*/


.ge-teasers-multicol {
	padding: 0 0 40px 0;
}
.ge-teaser-mc-image img {
	display: block;
	width: 100%;
	height: auto;
}
.ge-teaser-mc-image.image-size-1 {
	width: 100%;
	height: 260px;
	position: relative;
}
.ge-teaser-mc-image.image-size-1 img {
	width: 240px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.ge-teaser-mc-text, .ge-teaser-mc-button-wrap {
	padding: 0 20px;
	max-width: 547px;
	margin: 0 auto;
}

/* ----- */

.exteaser-fullwidth {
	display: block;
	width: 100%;
	background: #ffcc00;
	position: relative;
}
.et-fw-image {
	display: block;
	position: relative;
}
.et-fw-image img {
	display: block;
	width: 100%;
	height: auto;
}
.exteaser-fullwidth .et-image-label {
	position: absolute;
	right: 0;
	bottom: 0;
}
.et-fw-text {
	display: block;
	padding: 40px;
}
.et-fw-text h3 {
	font-size: 2.8em;
	font-size: 2em;
}
.et-fw-bodytext {
	display: block;
	max-width: 400px;
}

.exteaser-fullwidth.dark { background: #333; /* background: #806600; background: #B38F00; */ }
.exteaser-fullwidth.dark, .exteaser-fullwidth.dark h3 { color: #fff; }
.et-fw-newslabel {
	display: inline-block;
	font-family: 'herberstein_hl', 'herberstein_ft', Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 4em;
	position: absolute;
	right: 40px;
	top: 40px;
}
.exteaser-fullwidth.dark .et-fw-newslabel { color: #ffcc00; }

.exteaser-fullwidth.news-intro {
	margin: 40px 0 60px 0;
}

/* ----- */

.exteaser-twopics {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
.et-tp-image {
	flex-basis: 100%;
	position: relative;
}
.et-tp-image:after {
	display: block;
	content: '';
	width: 100%;
	padding-top: 95%;
}
.et-tp-image img {
	display: block;
	width: 75%;
	height: auto;
	position: absolute;
}
.et-tp-image img:first-child { left: 0; top: 0; }
.et-tp-image img:nth-child(2) { right: 0; bottom: 0; }
.et-tp-image .et-image-label {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -90px;
	min-width: 25%;
	text-align: center;
}
.et-tp-text {
	flex-basis: 100%;
	padding: 40px;
}
.et-tp-text h3 {
	font-size: 2.8em;
	font-size: 2em;
}
.et-tp-text-inner {
	display: block;
	max-width: 640px;
}

.swap .et-tp-image { order: 2; }
.swap .et-tp-text-inner { float: right; }
.swap .et-tp-image img:first-child { left: auto; right: 0; top: 0; }
.swap .et-tp-image img:nth-child(2) { right: auto; left: 0; bottom: 0; }
.swap .et-tp-image .et-image-label { right: auto; left: 0; }


/* ----- */

.exteaser-textonly-wrap {
	display: block;
}
.exteaser-textonly {
	display: block;
	width: 100%;
	padding: 40px;
	background: #ffcc00;
}
.exteaser-textonly .exteaser-text {
	display: block;
	width: 100%;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	line-height: 1.8em;
}
.exteaser-textonly .exteaser-text h3 {
	font-size: 2em;
	line-height: normal;
	text-align: center;
	padding-bottom: 0.5em;
}


@media only screen and (min-width: 1600px) {
	
	.et-fw-text { padding: 80px 6%; }

}


@media only screen and (min-width: 1025px) {
	
	.et-fw-image {
		width: 50%;
	}
	.et-fw-text {
		width: 50%;
		position: absolute;
		left: 50%;
		bottom: 0;
	}
	
	.exteaser-textonly {
		padding: 2vw 40px;
	}
	
}