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


.mask-multicol-teaser {
	text-align: center;
	position: relative;
}
.mask-multicol-teaser:hover div.multicol-teasermenu-image img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.mask-multicol-teaser h3 {
	display: block;
	color: var(--eisen-gruen);
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	letter-spacing: 0.04em;
	line-height: 20px;
	padding: 30px 20px 0 20px;
	position: relative;
}

.mask-multicol-teaser a {
	text-decoration: none;
	color: inherit;
}
.mask-multicol-teaser:hover div.multicol-teasermenu-button span:after {
	height: 4px;
}
.multicol-teaser-overlay-button {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 40px;
}



/* ----- */

.mask-cropvariants img {
	display: block;
	width: 100%;
	height: auto;
}


/* ----- */

.mask-toi {
	display: block;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.mask-toi img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.mask-toi-text {
	display: block;
	width: 100%;
	padding: 40px;
}
.mask-toi-bodytext {
	display: block;
}

@media only screen and (min-width: 960px) {

	.mask-toi-text {
		position: absolute;
		text-align: center;
		left: 0;
		padding: 0;
	}
	.mask-toi-bodytext {
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
		text-align: center;
	}
	.mask-toi.valign-0 .mask-toi-text {
		top: 50%;
		transform: translateY(-50%);
	}
	.mask-toi.valign-1 .mask-toi-text {
		bottom: 40px;
	}
	.mask-toi.valign-2 .mask-toi-text {
		top: 40px;
	}
	
	.mask-toi-text p, 
	.mask-toi-text h1, 
	.mask-toi-text h2, 
	.mask-toi-text h3, 
	.mask-toi-text a:not([class]),
	.mask-toi-text span {
		color: #000;
		text-shadow: 0 0 10px rgba(255,255,255,0.5);
	}
	.mask-toi-text h1, 
	.mask-toi-text h2, 
	.mask-toi-text h3 {
		font-weight: bold;
	}
	.mask-toi-text.bright-text p, 
	.mask-toi-text.bright-text h1, 
	.mask-toi-text.bright-text h2, 
	.mask-toi-text.bright-text h3, 
	.mask-toi-text.bright-text a:not([class]),
	.mask-toi-text.bright-text span {
		color: #fff;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.mask-toi-text p {
		font-weight: 500;
		font-size: 1.1em;
		line-height: 1.4em;
	}
	
}


/* ----- */

.mask-cropvariants {
	display: block;
	width: 100%;
}
.mask-cropvariants picture,
.mask-cropvariants  img {
	display: block;
	width: 100%;
	height: auto;
}


/* ----- */

.mask-teasercol1 {
	width: 100%;
	max-width: var(--content-width);
	margin-left: auto;
	margin-right: auto;
}
.mask-tc1-inner {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.mask-tc1-image {
	flex-basis: 48%;
}
.mask-tc1-image img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 480px;
	object-fit: cover;
}
.mask-tc1-text {
	flex-basis: 48%;
	padding: 60px 0;
}
.mask-tc1-eyebrow {
	color: var(--color-gold);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.mask-teasercol1 h2,
.mask-teasercol1 h3,
.mask-teasercol1 h4,
.mask-teasercol1 p {
	padding: 16px 0;
}
.mask-teasercol1 h2,
.mask-teasercol1 h3,
.mask-teasercol1 h4 {
	color: var(--text-color);
}
.mask-tc1-text-inner {
	max-width: 500px;
}
h3.mask-tc1-h3 {
	/* font-family: 'xeye_script', 'Times New Roman', Georgia, Serif; */
	font-weight: normal;
}

@media only screen and (max-width: 767px) {

	.mask-tc1-image,
	.mask-tc1-image	img {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
		width: 100%;
		height: auto;
		overflow: auto;
	}
	.mask-tc1-text {
		width: 100%;
		left: auto;
		padding: 40px;
		box-shadow: none;
	}
}


/* ----- */


.mask-teasermenu {
	text-align: left;
	color: var(--text-color);
	background-color: #fff;
}
div.mask-teasermenu-image {
	width: 100%;
	overflow: hidden;
}
div.mask-teasermenu-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
}
div.mask-teasermenu-image:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

div.mask-teasermenu-text {
	display: block;
	text-align: left;
	padding: 20px;
}
div.mask-teasermenu-text h3 {
	font-size: 1.4em;
}
.mask-teasermenu-button {
	display: block;
	width: 100%;
	text-align: left;
	padding: 0 20px 20px 20px;
}
.mask-teasermenu-button a.button-style {
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
}
.mask-teasermenu-notext-button {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
}
.mask-teasermenu-notext-button a.button-style-outline {
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	font-style: normal;
	font-weight: 600;
}


/* ----- */

.mask-teaserfullwidth {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1440px;
	margin-left: auto;
	margin-right: auto;
	align-items: stretch;
	align-content: center;
}
.mask-tfw-image, .mask-tfw-text {
	flex-basis: 100%;
	position: relative;
}
.mask-tfw-image img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.mask-tfw-text-inner {
	padding: 40px;
	position: relative;
}

.mask-teaserfullwidth h2,
.mask-teaserfullwidth h3,
.mask-teaserfullwidth h4 {
	padding: 16px 0;
}
.mask-teaserfullwidth h2,
.mask-teaserfullwidth h3,
.mask-teaserfullwidth h4 {
	color: var(--text-color);
}
.mask-tfw-text-inner .button-style,
.mask-tfw-text-inner .button-style-outline {
	margin-right: 20px;
}

.mask-tfw-header.has-subline h2 {
	padding-bottom: 0;
}
.mask-tfw-header.has-subline h3 {
	padding-top: 0;
}
.mask-teaserfullwidth h3 {
	font-weight: 200;
}
.mask-tfw-header {
	padding-bottom: 20px;
}
.mask-tfw-header:after {
	display: block;
	content: '';
	width: 70%;
	height: 10px;
	border-bottom: solid 1px var(--color-sand);
}
.mask-tfw-bodytext h2:after {
	display: block;
	content: '';
	width: 70%;
	height: 30px;
	border-bottom: solid 1px var(--color-sand);
}

.mask-tfw-slider {
	background: #fff;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	visibility: hidden;
}
.mask-tfw-slider.active,
.mask-tfw-slider.flexlite-active {
  visibility: visible;
}
.mask-tfw-slider .slides {
	display: flex;
	transition-property: transform;
	will-change: transform;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	position: relative;
}
.mask-tfw-slider ul.slides li { display: none; }
.mask-tfw-slider ul.slides li:first-child { display: block; }
.mask-tfw-slider.flexlite-active ul.slides li { display: block; }
.mask-tfw-slider ul.slides li picture {
	display: block;
	width: 100%;
}
.mask-tfw-slider ul.slides li picture img {
	display: block;
	width: 100%;
	height: 100%;
}
.mask-tfw-slider.is-fade .slides {
	position: relative;
}
.mask-tfw-slider.is-fade .slides > li {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition-property: opacity;
	pointer-events: none;
	flex: 0 0 100%;
}
.mask-tfw-slider.is-fade .slides > li:first-child {
	position: relative;
}
.mask-tfw-slider.is-fade .slides > li.flex-active-slide {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}
.mask-tfw-slider .flex-control-nav {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	z-index: 20;
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	pointer-events: auto;
}
.mask-tfw-slider .flex-control-nav button {
	display: block;
	width: 0.75rem;
	height: 0.75rem;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	text-indent: -9999px;
	cursor: pointer;
}
.mask-tfw-slider .flex-control-nav button.flex-active {
	background: rgba(255, 255, 255, 1);
}
.mask-tfw-button span {
	display: inline-block;
}

@media only screen and (min-width: 1200px) {

	.mask-tfw-text-inner {
		position: relative;
		z-index: 22;
		top: 50%;
		transform: translateY(-50%);
	}

	.mask-teaserfullwidth.swap .mask-tfw-image { order: 2; }
	.mask-tfw-image { flex-basis: 50%; }
	.mask-tfw-text { flex-basis: 50%; }

}

@media only screen and (min-width: 1500px) {

	.mask-tfw-text-inner {
		width: 85%;
		margin: 0 0 0 15%;
		padding: 20px 0 40px 0;
	}
	.mask-teaserfullwidth.swap .mask-tfw-text-inner {
		margin: 0 15% 0 0;
	}

}

@media only screen and (max-width: 767px) {

	.mask-multicol-teaser {
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
	}
	.mask-tfw-text-inner {
		width: 100%;
		margin: 0;
		padding: 40px;
	}
	
}

/* ----- */


@media only screen and (min-width: 1025px) {

	
	.ge-cols_3 .ge-col:first-child .mask-multicol-teaser,
	.ge-cols_3 .ge-col:nth-child(3) .mask-multicol-teaser {
		margin-top: 50px;
	}
}

	
@media only screen and (min-width: 1200px) {

	.ge-cols_3 .ge-col:first-child .mask-multicol-teaser,
	.ge-cols_3 .ge-col:nth-child(3) .mask-multicol-teaser {
		margin-top: 50px;
	}

}


.mask-teasernotext {
	display: block;
	position: relative;
}
.mask-teasernotext-image {
	display: block;
	overflow: hidden;
}
.mask-teasernotext-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	-o-transition: 0.2s ease;
	-ms-transition: 0.2s ease;
	transition: 0.2s ease;
}
.mask-teasernotext:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.mask-teasernotext-image:after {
	display: block;
	content: '';
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
}
.mask-teasernotext-text {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.mask-teasernotext-text h2,
.mask-teasernotext-text h3 {
	color: #fff;
}
.mask-teasernotext-text:after {
	display: block;
	width: 30%;
	content: '';
	border-bottom: 	solid 1px var(--color-sand);
	padding-top: 10px;
	margin: 0 auto;
}
.mask-teasernotext-button {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10%;
	text-align: center;
}
	

	