<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.T4269.S8962 {
    display: flex;
    justify-content: center;
}

.T4269.S8962 .box {
    flex: 1;
    flex-basis: 33%;
    flex-grow: 0;
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.T4269.S8962 .box {
		flex-basis: 50%;
	}
}

@media all and (max-width: 767px) {
	.T4269.S8962 { display: block; }
	.T4269.S8962 .box {
		flex: 0;
	}
}

.T4269.S7947 { 
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.T4269.S7947 .box {
	float: none; 
	width: 100%;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 50%; 
	overflow: hidden;
}


.T4269.S7947 .box .bg img {
	aspect-ratio:  1 / 1;
}


@media (min-width: 768px) {
	.T4269.S7947 { flex-direction: row; }
	.T4269.S7947 .box {width: 25%;}
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}
.T4269.S9249 .box {
	border-radius: 2rem;
}  .T4269.S7205 .box .overlay span.subheadline {
	background-color: rgba(0,0,0, 0.7);
	padding: 3px 10px;		
}
.T4269.S7553 .mask {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.25);
	z-index: 5;
}

.T4269.S7553 .box:hover .mask{
	background-color: rgba(0,0,0,0.0);
}
.T4269.S7554 .mask {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
	z-index: 5;
}

.T4269.S7554 .box:hover .mask{
	background-color: rgba(0,0,0,0.0);
}
.T4269.S7555 .mask {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
}

.T4269.S7555 .box:hover .mask{
	background-color: rgba(0,0,0,0.0);
}
.T4269.S7557 .mask {
	position: absolute;
	bottom: 0px;
	top: 0px;
	right: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 5;
}

.T4269.S7557 .box:hover .mask{
	background-color: rgba(0,0,0,0.0);
}

.T4269.S7557 .box:hover .overlay { opacity: 0; }

.T4269.S7557 .box:hover .bg {
	
	transform: scale(1.05);
}

.T4269 {
	margin: 0px auto;
	padding: 10px;	
	box-sizing: border-box;
	max-width: 1800px;
}


.T4269 .box {
	float: left;
	display: block;
	width: 33.33%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	text-decoration:none;
	border: 10px solid transparent;
	box-sizing: border-box;
}


.T4269 .box .bg {
	opacity: 1;
	z-index: 0;
	transition: 250ms;
	background-color: rgba(0,0,0,0.2);
	
}


.T4269 .box .bg img {
	width: 100%;
	height:  auto;
	aspect-ratio:  3/ 2;
	object-fit: cover;
}

.T4269 .box .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
	text-align: center;
	font-weight: 900;
	color: rgba(255,255,255,1);
	text-shadow: 10px 10px 80px rgba(0,0,0,0.8);
	text-transform: uppercase;

	transition: 250ms; 
	-webkit-transition: 250ms;
}

.T4269 .box .overlay .motiv img {
	margin: 0 auto;
}

.T4269 .box:hover .overlay { 
	transform: scale(0.95);
	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
}

/* Safari Bug Fix */
.T4269 .box .overlay { text-shadow: none; }

.T4269 .box .mask {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	background: rgba(0, 0, 0,0.2);
	z-index: 9;
	width: 100%;
	height: 100%;
}
.T4269 .box .bg { z-index: 8; }@media all and (min-width: 1000px) and (max-width: 1250px) {
	.T4269 .box .overlay span.subheadline { font-size: 17px; margin-top: 6px;  }
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.T4269 .box {
		width: 50%;
	}
	.T4269 .box .overlay span.subheadline { font-size: 16px; margin-top: 5px;  }
}

@media all and (max-width: 767px) {
	.T4269 .box {
		float: none;
		width: 100%;
	}
	.T4269 .box .overlay span.subheadline { font-size: 14px; margin-top: 4px;  }

}.T4269.S7574 .box .overlay {
	text-transform: none !important;
}

.T4269.S7574 .box:hover .overlay span { transform: scale(1.05) !important; }.T4269.S7655 .box .overlay span.subheadline {
	color: #fff;
	padding: 3px 10px;
}

.T4269.S7655 .box:hover .overlay span { 
	transform: scale(1.05);
}

.T4269.S7655 .box .overlay span.subheadline:hover {
	text-shadow: 5px 5px 10px rgba(0,0,0,0.8);
}.T4269.S7919 .box .overlay {
	justify-content: flex-end;
	padding-bottom: 2rem;
}</pre></body></html>