/* ----- */

.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; border-left: 20px solid #fff; border-top: 20px solid #fff; }
.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;
	line-height: 1.6em;
}
.et-tp-text h3 {
	font-family: 'xeye_script', 'xeye_serif', 'Times New Roman', Georgia, Serif;
	color: var(--krutzler-rot);
	font-size: 2.8em;
	font-size: calc(2vw + 20px);
	font-weight: normal;
}
.et-tp-text-inner {
	display: block;
	max-width: 530px;
}

.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; border-left: none; border-right: 20px solid #fff; }
.swap .et-tp-image .et-image-label { right: auto; left: 0; }








@media only screen and (min-width: 1025px) {
	
	.exteaser-textpic {
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		height: 100%;
	}

	.exteaser-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.exteaser-image {
		-ms-flex-preferred-size: 40%;
		-webkit-flex-basis: 40%;
		flex-basis: 40%;
		max-width: 40%;
	}
	.exteaser-image:after { display: none; }
	.exteaser-text {
		-ms-flex-preferred-size: 60%;
		-webkit-flex-basis: 60%;
		flex-basis: 60%;
		max-width: 60%;
		padding: 0 40px;
	}
	
	/* ----- */
	
	.et-fw-image {
		width: 50%;
	}
	.et-fw-text {
		width: 50%;
		padding: 80px 6%;
		position: absolute;
		left: 50%;
		bottom: 0;
	}
	
	/* ----- */


	
	/* ----- */	
	
	.et-tp-image, .et-tp-text {
		flex-basis: 48%;
		padding: 0;
	}
	
}
