.T2395 {
	background-color: #999;
	margin: -20px 0px 0px 0px !important;
	z-index: 0;
	position: relative;
	padding: 0px;
}



.T2395 .wrapper {
	display: flex;
	flex-wrap: wrap;
}
.T2395 .seite {
	position: relative;
	width: 25%;
	height: 400px;
	overflow: hidden;
	background-color: #aaa;
	cursor: pointer;

}

.T2395 .seite.wide { width: 50%; }


.T2395 .seite .img {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	-o-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;

	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-webkit-transform: scale(1.0);
}

.T2395 .seite:hover .img {

	-o-transition: 4s ease-in-out;
	-ms-transition: 4s ease-in-out;
	-moz-transition: 4s ease-in-out;
	-webkit-transition: 4s ease-in-out;

	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


.T2395 .seite .mask {

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;

	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.2)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );

}

/* Rubrik-Sticker */

.T2395 .seite .rubrik {
	position: absolute;
	top: 30px;
	left: 30px;
}

.T2395 .seite.row_first .rubrik { top: 50px !important; }
.T2395 .seite.row_last .text { bottom: 50px !important; }


.T2395 .seite .rubrik a {
	display: inline-block;
	padding: 3px 20px;
	color: #FFF;
	text-transform: uppercase;
	background-color: rgba(20,20,70,0.5);
	text-decoration: none;
	font-weight: bold;
}



/* Headline */


.T2395 .seite .text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: 60%;
}

.T2395 .seite .text .h1 {
	margin: 0px;
	font-size: 26px;
	line-height: 115%;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	text-decoration: none;
	color: #fff;

}
@media all and (min-width: 1251px) and (max-width: 1399px) {
	.T2395 .seite .rubrik a { font-size: 14px; }
	.T2395 .seite .text .h1 { font-size: 23px; }
}

@media all and (min-width: 1000px) and (max-width: 1250px) {
	.T2395 .seite .rubrik a { font-size: 14px; }
	.T2395 .seite .text .h1 { font-size: 23px; }
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.T2395 .seite .rubrik a { font-size: 14px; }
	.T2395 .seite .text .h1 { font-size: 20px; }


	.T2395 .seite { width: 25%; }
	.T2395 .seite.wide { width: 100%; }



}

@media all and (max-width: 767px) {
	.T2395 { margin-top: 0 !important; }
	.T2395 .wrapper { flex-direction: column; }
}
/*del*/.T2395.S8394 {
	background-color: transparent;
	margin: 0;
	position: static;
	font-size: 15px;
}

.T2395.S8394 .elements {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.T2395.S8394 .elements .element {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 3em;
}


.T2395.S8394 .elements .element .image {
	flex-shrink: 0;
	margin-bottom: 1em;
}

.T2395.S8394 .elements .element .image img { width: 100%; height: auto; aspect-ratio:  400 / 266; object-fit: cover;}

.T2395.S8394 .elements .element .content { flex-grow: 1; }
.T2395.S8394 .elements .element .content .headline {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0.4em;
}

.T2395.S8394 .elements .element .termine { margin: 0.85em 0; color: #DF1352; font-weight: bold; }

.T2395.S8394 .elements .element .buttonwrapper {
	display: flex;
	justify-content: flex-end;
	margin: 0.85em 0;
}




@media (min-width: 567px) {
	.T2395.S8394 .elements .element {
		width: 48%;
	}
}

@media (min-width: 768px) {
	.T2395.S8394{ font-size: 16px; }

	.T2395.S8394 .elements .element {
		width: 100%;
		flex-direction: row;
		position: relative;
	}

	.T2395.S8394 .elements .element:after {
		display: block;
		content: "";
		width: 80%;
		height: 1px;
		background-color: #CCC;
		position: absolute;
		bottom: -1.5em;
		left: 10%;
		right: 10%;
		margin: 0 auto;
	}

	.T2395.S8394 .elements .element .image {
		margin-bottom: 0em;
		margin-right: 1.5em;
		width: 35%;
	}

}

@media (min-width: 1024px) {
	.T2395.S8394 { font-size: 17px;}
	
	.T2395.S8394 .element { max-width: 1200px; margin: 0 auto; }
}

@media (min-width: 1280px) {
	

	.T2395.S8394 .elements .element { width: 48%; }
	.T2395.S8394 .elements .element .image {
		max-width: 350px;
	}
}
