.T5378 h3 { margin-bottom: 20px !important; }

.T3447 .wrapper {
	display: flex;
	flex-wrap: wrap;
}
.T3447 .teaser {
	display: block;
	position: relative;
}
.T3447 .teaser:before {
	display: block;
	content: " ";
	width: 100%;
	padding-top: 56.25%;
}
.T3447 .teaser > .wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;

}

.T3447 .teaser :is(picture,img) {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.T3447 .teaser img { width: 100%; height: 100%; object-fit: cover; }


.T3447 .teaser .inner {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	width: 80%;
	color: #FFF;
	text-align: right;
}

.T3447 .grid1 .teaser1 .inner {
	bottom: 40px;
	right: 50px;
	width: 50%;
}

.T3447 .teaser .inner h3 {
	margin: 0 0 10px 0 !important;
}

.T3447 .teaser .inner .text {
	line-height: 1.35;
}


.T3447 .teaser .mask {
	position: absolute;
	top: 0%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	opacity: 0.5;

	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(-45deg,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}


.T3447 .teaser .icon-mask i { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); font-size: 3rem; color: #fff;  }
.T3447 .teaser .bg-mask picture img { object-fit: contain; }



/* Varianten */

.T3447 .teaser.big { width: 100%; }
.T3447 .teaser.middle { width: calc(50% - 10px); }
.T3447 .teaser.small { width: calc(33.33333333333% - (40px / 3) ); }


/* Grid */

.T3447 .grid1 .teaser1 { float: none; }

.T3447 .grid2 .teaser1 { margin-right: 20px; }


.T3447 .grid3 .teaser1 { margin-right: 20px; }
.T3447 .grid3 .teaser2 { margin-right: 20px; }

.T3447 .grid4 .teaser1 { margin-bottom: 20px; margin-right: 20px; }
.T3447 .grid4 .teaser2 { margin-bottom: 20px; }
.T3447 .grid4 .teaser3 { margin-right: 20px; }

.T3447 .grid5 .teaser1 { margin-bottom: 20px; margin-right: 20px; }
.T3447 .grid5 .teaser2 { margin-bottom: 20px; }

.T3447 .grid5 .teaser3 { margin-right: 20px; }
.T3447 .grid5 .teaser4 { margin-right: 20px; }

.T3447 .grid5 .marginbottom { margin-bottom: 20px; }
.T3447 .grid5 .mod0 { margin-right: 20px; }
.T3447 .grid5 .mod1 { margin-right: 20px; }


/* left side */

.T3447 .grid6 .teaser1 { margin-right: 20px; margin-bottom: 20px;}
.T3447 .grid6 .teaser3 { margin-right: 20px; margin-bottom: 20px;}
.T3447 .grid6 .teaser5 { margin-right: 20px; }

/* right side */
.T3447 .grid6 .teaser2 { margin-bottom: 20px; }
.T3447 .grid6 .teaser4 { margin-bottom: 20px; }
@media all and (min-width: 568px) and (max-width: 767px) {

	.T3447 .teaser .text { display: none; }
	.T3447 .grid1 .teaser .text { display: block; }

	.T3447 .teaser.big { width: 100%; }
	.T3447 .teaser.middle { width: calc(50% - 7.5px); }
	.T3447 .teaser.small { width: calc(33.33333333333% - (30px / 3) ); }

	.T3447 .teaser .icon-mask i { font-size: 2.5rem; }

	.T3447 .grid1 .teaser1 {}

	.T3447 .grid2 .teaser1 { margin-right: 15px; }

	.T3447 .grid3 .teaser1 { margin-right: 15px; }
	.T3447 .grid3 .teaser2 { margin-right: 15px; }

	.T3447 .grid4 .teaser1 { margin-bottom: 15px; margin-right: 15px; }
	.T3447 .grid4 .teaser2 { margin-bottom: 15px; }
	.T3447 .grid4 .teaser3 { margin-right: 15px; }

	.T3447 .grid5 .teaser1 { margin-bottom: 15px; margin-right: 15px; }
	.T3447 .grid5 .teaser2 { margin-bottom: 15px; }
	.T3447 .grid5 .teaser3 { margin-right: 15px; }
	.T3447 .grid5 .teaser4 { margin-right: 15px; }

	.T3447 .grid5 .marginbottom { margin-bottom: 15px; }
	.T3447 .grid5 .mod0 { margin-right: 15px; }
	.T3447 .grid5 .mod1 { margin-right: 15px; }



}

@media all and (max-width: 567px) {

	.T3447 .teaser { margin: 0 0 10px 0 !important; }

	.T3447 .grid1 .teaser1 .inner { bottom: 20px; right: 20px; }

	.T3447 .teaser .text { display: none; }
	.T3447 .teaser .icon-mask i { font-size: 2rem; }

	.T3447 .teaser.big { width: 100%; }
	.T3447 .teaser.middle { width: 100%; }
	.T3447 .teaser.small { width: 100%; }


}

.T3447.S7982 .teaser .wrapper:hover .mask {
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.70) 0%, rgba(0,0,0,0) 100%); 
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); 
	background: linear-gradient(-45deg,  rgba(0,0,0,0.70) 0%,rgba(0,0,0,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}


.T3447.S7982 .headline {
	position: relative;
	z-index: 20;
}

/*.T3447.S7982 .wrapper:hover h3{
	transform: scale(0.95);
}*/.T3447.S8099 .mask {
	background: -moz-linear-gradient(330deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 100%); 
	background: -webkit-linear-gradient(330deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); 
	background: linear-gradient(330deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}


.T3447.S7982.S8099 .teaser .wrapper:hover .mask {
	background: -moz-linear-gradient(330deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.8) 100%); 
	background: -webkit-linear-gradient(330deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); 
	background: linear-gradient(330deg, rgba(0,0,0,1) 0%,rgba(0,0,0,0.8) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); 
}.T3447.S7667 .mask::after{
	content: "";
	background-image: url('https://tramino.s3.amazonaws.com/s/root/1014023/line-pattern.png');
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.8;
	z-index: 15;
	pointer-events: none;	
}.T3447.S8703 .teaser{
	border-radius: 20px;
	overflow: hidden;
}

