.T2956 { position: relative; }
.T2956 .motive { z-index: 2; }


.T2956 .motive .slider_element {
	position: relative;
	width: 100vw;
	display: none;
	overflow: hidden;
}

.T2956 .motive .slider_element img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 567 / 213;
}


.T2956 .motive.small .slider_element img { aspect-ratio: 567 / 113; }
.T2956 .motive.mid .slider_element img { aspect-ratio: 567 / 164; }
.T2956 .motive.tall .slider_element img { aspect-ratio: 567 / 340; }

.T2956 .motive .element1 { display: block; }
.T2956 .motive.slick-initialized .slider_element { display: block; }



.T2956 .motive .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 20;
	color: var(--text_font_color, #FFF);;
	margin: 0px !important;
	opacity: 1;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
}


.T2956 .motive .text.bigfont { font-size: 50px; line-height: 1.0; }
.T2956 .motive .text.bigfont span { font-weight: 300; }

.T2956 .motive .text .headline { font-size: 1.8em; }
.T2956 .motive .text .intro { margin-top: 0.5em;  }



.T2956 .motive .text .subheadline {
	z-index: 20;
	opacity: 1;
}

.T2956 .motive .text .inner a.button{
	text-shadow: 5px 5px 10px rgba(0,0,0,0.5); 
	text-decoration: none;
	display: inline-block;
	margin: 30px 0 5px 0;
	padding: 10px 20px;
	border: 2px solid #fff;
	background: none !important;
	color:  var(--subheadline_font_color, #fff) !important;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



.T2956 .slick-arrow { z-index: 10; background-color: transparent; }
.T2956 .slick-arrow:before { color: #fff; }
.T2956 .slick-next { right: 20px; }
.T2956 .slick-prev { left: 20px; }
.T2956:not(.S5345) .slick-dotted.slick-slider { margin: 0px; }

.T2956 .slick-dots { bottom: 20px; }

.T2956 .slick-dots li button:before {
	color: #333;
	font-size: 45px;
}

.T2956 .slick-dots li.slick-active button:before { color: #FFF; }

.T2956 .motive.kenburns .slider_element:nth-child(odd).slick-current picture img {
	transform: scale(1);
	transition: transform 4000ms linear;
}

.T2956 .motive.kenburns .slider_element:nth-child(odd) picture img {
	transform: scale(1.1);
	transition: transform 4000ms linear;
}


.T2956 .motive.kenburns .slider_element:nth-child(even).slick-current picture img {
	transform: scale(1.1);
	transition: transform 4000ms linear;
}

.T2956 .motive.kenburns .slider_element:nth-child(even) picture img {
	transform: scale(1);
	transition: transform 4000ms linear;
}









.T2956 .motive.kenburns.autoplayspeed3000 .slider_element:nth-child(even) picture img { transition: transform 3000ms linear; }
.T2956 .motive.kenburns.autoplayspeed3000 .slider_element:nth-child(even).slick-current picture img { transition: transform 3000ms linear; }
.T2956 .motive.kenburns.autoplayspeed3000 .slider_element:nth-child(odd) picture img { transition: transform 3000ms linear; }
.T2956 .motive.kenburns.autoplayspeed3000 .slider_element:nth-child(odd).slick-current picture img { transition: transform 3000ms linear; }

.T2956 .motive.kenburns.autoplayspeed5000 .slider_element:nth-child(even) picture img { transition: transform 5000ms linear; }
.T2956 .motive.kenburns.autoplayspeed5000 .slider_element:nth-child(even).slick-current picture img { transition: transform 5000ms linear; }
.T2956 .motive.kenburns.autoplayspeed5000 .slider_element:nth-child(odd) picture img { transition: transform 5000ms linear; }
.T2956 .motive.kenburns.autoplayspeed5000 .slider_element:nth-child(odd).slick-current picture img { transition: transform 5000ms linear; }



.T2956 .mask_bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0; 
	z-index: 5;
}

.T2956 .mask_bottom img { width: 100%; height: auto; }

	@media all and (min-width: 1024px) and (max-width: 1279px) {
	
	.T2956 .motive .subheadline {
		font-size: 13px;
	}

}

@media all and (min-width: 768px) and (max-width:1023px) {
			
	.T2956 .motive .subheadline {
		font-size: 12px;
	}

}



@media all and (min-width: 568px) and (max-width: 767px) {
	
	.T2956 .motive .slider_element .text {
		font-size: 25px;
	}
	.T2956 .motive .subheadline {
	
		font-size: 10px;
	}

	.T2956 .motive .slider_element img { aspect-ratio: 567 / 263; }
	.T2956 .motive.small .slider_element img { aspect-ratio: 567 / 163; }
	.T2956 .motive.mid .slider_element img { aspect-ratio: 567 / 214; }
	.T2956 .motive.tall .slider_element img { aspect-ratio: 567 / 390; }

}

@media all and (max-width: 767px) {
	.T2956 .motive .text .headline { font-size: 1.3em; }
}

@media all and (max-width: 567px) {
	
	.T2956 .motive .slider_element .text {
		font-size: 16px;
	}
	
	.T2956 .motive .subheadline {
		font-size: 9px;
	}
	.T2956 .motive .slider_element img { aspect-ratio: 567 / 313; }
	.T2956 .motive.small .slider_element img { aspect-ratio: 567 / 213; }
	.T2956 .motive.mid .slider_element img { aspect-ratio: 567 / 264; }
	.T2956 .motive.tall .slider_element img { aspect-ratio: 567 / 420; }

	.T2956 .slick-next { right: 10px; }
	.T2956 .slick-prev { left: 10px; }

}
.S6512.T2956 .motive .text { 
	opacity: 1; 
	text-align: center;
	display: table;
	width: 550px;
	height: 360px;
	border-radius: 50%;
	background-color: rgba(47,55,135,0.4);
}

.S6512.T2956 .motive .text .inner { 
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}.T2956.S5345 .motive .slider_element {
	width: 100%;
}.S6959 .motive .text {
	font-size: 80px;
	font-weight: normal;
	
}	.T2956.S8449 .motive .slider_element .text {
		text-align: center;
	}.T2956.S7526 .slider_element::before{
	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;	
}
.T2956.S7561 .motive::after {
	content: ""; 
    background-color: #000000;
    opacity: .25;
    z-index: 12;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
   /* width: 100%;*/
}.T2956.S8119 .slider_element img {
	filter: grayscale(100%);
}.S8819 .motive .text {
	font-size: 2em;
	color: var(--text_font_color,#000);
	font-weight: normal;
	background-color: var(--text_bg_color,#fffd);
	padding: 0.7em 1em;
	text-shadow: none;
	transform: none;
	top: auto;
	left: auto;
	bottom: 10%;
	right: 5%;
	max-width: 35%;
	border-radius: 0.5rem;
}	

@media all and (max-width: 950px) {
	.S8819 .motive .text { 
		
		position: relative;left: 1em; 
		width: calc( 100% - 2em); 
		top: -2em; 
		bottom: auto; 
		max-width: none; 
	}
}

.S8819 .motive .text .intro {
	margin-top: 0.5em;
	font-size: 0.65em;
	line-height: 1.3;
}

.S8819 .motive .text .subheadline_outer {
	text-align: right;
}

.S8819 .motive .text .inner a.button {
	margin-top: 0.5em ;
	text-transform: none;
	color:  var(--subheadline_font_color,#000) !important;
	border-color: var(--subheadline_border_color, --subheadline_font_color, #000) !important;
	padding:  0.2em 0.5em;
	text-shadow: none;
	border-radius: 0.2em;
}	

	