

/* --- Stylesheet 4756 () --------- */ 

.T3028 .memo {
	margin: 0 0 100px 0;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	padding-bottom: 20px;
}

.T3028 .memo h2 {
	margin-top: 10px !important;
} 

.T3028 .memo h2 {
	margin-bottom: 10px !important;
} 


.T3028 .memo h3 { margin-bottom: 15px !important; }

.T3028 .memo .infos {
	opacity: 0.8;
	margin: 0 0 10px 0px;
}

.T3028 .memo .text {
	margin: 0 40px 0 0;
}
.T3028 .memo .text.noimg { float: none; margin: 0; width: auto; }

.T3028 .memo .content .Bild {
	width: 250px;
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;
	display: block;
}


.T3028 .memo .images {
	margin-right: -20px;
	display: flex;
	flex-wrap:  wrap;
}

.T3028 .memo .images .Bild { width: calc(25% - 20px); margin: 20px 20px 0px 0px; }
.T3028 .memo .images .Bild img { width: 100%; height: auto; aspect-ratio: 210 / 160; object-fit: cover; }

.T3028 .big_image { margin: 20px 0px; }

.T3028 img { width: 100%; height: auto; object-fit: cover; }

.T3028 .big_image img { aspect-ratio: 3 /2; }
.T3028 .Bild.preview img { aspect-ratio: 3 /2; }

.T3028 #geodatamap_container_wrapper {
	margin: 30px 0px;
}


.T3028 .TraminoPaginator { text-align: right; margin: 0px 20px 10px 0px }

.T3028 .video {
	display: block;
	position: relative;
	width: 320px;
	height: 240px;
	margin-left: 20px;
	margin-bottom: 15px;
	float: right;
}

.T3028 .video:before {
	display: block;
	content: " ";
	width: 90%;
	padding-top: 56.25%;
}
.T3028 .video > .inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.T3028 .video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.T3028 .video .play i {
	font-size: 80px;
	color: #FFF;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

.T3028 .search { display: flex; margin-bottom: 20px; }
.T3028 .search .query { height: 27px; border: 1px solid #CCC; padding-left: 7px; margin-right: 10px; }

/* --- Stylesheet 5362 () --------- */ 

@media all and (min-width: 1024px) and (max-width: 1279px) {
    .T3028 .memo .content .Bild {
		width: 250px;
	}
	.T3028 .memo .content .Bild img {
		width: 100%;
	}

}

@media all and (min-width: 768px) and (max-width:1023px) {
	
	.T3028 .memo .content .Bild {
		width: 30%;
	}
	.T3028 .memo .content .Bild img { width: 100%; }

	.T3028 .video {
		width: 270px;
		height: 190px;
	}

}

@media all and (max-width: 767px) {

	.T3028 .memo .images {
		margin-right: 0px;
		display: flex;
		flex-flow: row wrap;
	}

	.T3028 .memo .images .Bild {
		float: none;
		width: 48%;
		margin: 0 4% 15px 0;
	}
	.T3028 .memo .content .Bild img {
		width: 100%;
	}

	.T3028 .memo .images .Bild:nth-child(even) {
		margin-right: 0;
	}

	.T3028 .memo .images .Bild img { width: 100%; height: auto; }
	
	.T3028 .memo .text {
		margin: 10px 0px 0 0;
	}
		
	.T3028 .memo .content .Bild {
		width: 100%;
		margin: 10px 20px 20px 0px;
		float: none;
	}
	.T3028 .memo .content .Bild img { width: 100%; height: auto; }

	.T3028 .video {
		width: 100%;
		height: auto;
		margin-left: 0px;
		float: none;
	}
	
		
}



/* --- Stylesheet 6456 (optional) --------- */ 

.T3028.S6456 .memo .content .Bild.preview  {
	width: 210px !important;
	height: 210px;
	margin-left: auto !important;
	margin-right: auto !important;
	border-radius: 50%;
	overflow: hidden;
}

.T3028.S6456 .Bild.preview img { aspect-ratio: 1 / 1; }