/* Banner */

.banner_normal,
.news-img-wrap,
.outer {
	position:relative;
	line-height:0;
	z-index:1;
	height: calc(66vh);
	overflow:hidden;
    z-index: 98;
}

	.banner_schmal .banner_normal,
	.banner_schmal .banner_normal .banner-item {
		height: auto;
	}

	.banner_normal .banner-item {
		height: calc(66vh );
	}	

	.banner_normal .banner-item img,
	.news-img-wrap img {
		bottom: -9999px;
		height: auto;
		left: -9999px;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
		position: absolute;
		right: -9999px;
		top: -9999px;
		width: auto;
		max-width: inherit;
	}

    .banner_schmal .banner_normal .banner-item img {
        position: relative;
        top:0;
        left:0;
        right:0;
        bottom:0;
    }
	
	.banner_normal.hasvideo,
	.banner_normal.hasvideo .banner-item{
		height: inherit;
	}

/* RESPONSIVE */
@media (max-width: 1440px) {

.dce_banner_badge {
		bottom:2vw;
	}
}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {}
@media (max-width: 1023px) {
  .banner_normal {
        margin-top:60px;
    }
	.banner_normal .banner-item img,	
	.news-img-wrap img {
		bottom: auto;
		height: auto;
		left: auto;
		margin: auto;
		min-height: inherit;
		min-width: 100%;
		position: relative;
		right: auto;
		top: auto;
		width: auto;
	}
	
	.banner_normal,
	.banner_normal .banner-item {
		height: auto;
	}
    
	.banner_normal::before {
		opacity: 0.5;
	}
}
@media (max-width: 767px) {
.banner_normal::before {
		opacity: 0;
	}
	
	.dce_banner_badge {
		right: auto;
		width:100%;
		text-align: right;
		padding-right: 2%;
	}
	.dce_banner_badge img {
		width:200px;
	}
}
@media (max-width: 359px) {}


/* ###################################################################################################### */
/* ###################################################################################################### */