/* Banner */

.banner_normal {
	position:relative;
	line-height:0;
	height: calc(100vh - 160px);
	overflow:hidden;
    z-index: 98;
    margin-top:160px;
}

	.banner_schmal .banner_normal,
	.banner_schmal .banner_normal .banner-item {
		height: calc(50vh);
	}

	.banner_normal .banner-item {
		height: calc(100vh - 160px);
	}	

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

.banner_badge {
    position: absolute;
    top:50%;
    right: 10%;
    z-index: 1;
    height: 300px;
	margin-top:-150px;
}

	.banner_badge.badgeleft {
		right: inherit;
		left:10%;
	}


.banner_text {
    position: absolute;
    top:0;
	left: 0;
	width:100%;
	height: calc(100% - 60px);
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	color:#fff;
	text-align:center;
}

	.banner_text1 {
		/*font-family: 'DINNextRounded';*/
		font-family: 'neue-haas-grotesk-display';
		font-size: 64px;
		text-transform: uppercase;
		line-height: 80px;
	}	

	.banner_text2 {
		/*font-family: 'DINProBlack';*/
		font-family: 'neue-haas-grotesk-text';
		font-weight: 700;
		font-size: 120px;
		text-transform: uppercase;
	}

		.banner_text1 span,
		.banner_text2 span{
			display: none;
		}

		.banner_text_line {
			width:0;
			height: 2px;
			background: #fff;
			margin:0 auto;
		}

/* Individuelle Anpassungen auf Seite Jolly Malwettbewerb */
.page_405 .banner_badge{
	top: 45%;
	right: 0;
	width: 45%;
	display:flex;
	justify-content:space-between;
}
.page_405 .banner_badge picture:first-of-type{
	transform: translateY(25%);
}
/* RESPONSIVE */


/*
@media (min-height: 1000px) and (min-width: 1920px)  {
	.banner_normal,
	.banner_normal .banner-item img {
		max-height: 840px;
		min-height: 840px;
	}
	
	.banner_normal .banner-item img {
		position: inherit;
	}
}
*/

@media (max-width: 1600px) {
	.banner_normal .banner-item img {
		min-height: inherit;
		max-height: 900px;
	}
	
}
@media (max-width: 1440px) {
	.banner_normal .banner-item,
	.banner_normal .banner-item img {
		max-height: 810px;
	}
}
@media (max-width: 1280px) {
	.banner_normal .banner-item,
	.banner_normal .banner-item img {
		max-height: 720px;
	}
	.page_405 .banner_badge picture:first-of-type{
		transform: translateY(35%);
	}
}
@media (max-width: 1024px) {
	.banner_normal .banner-item,
	.banner_normal .banner-item img {
		max-height: 576px;
	}
}



@media (max-width: 1023px) {
	.banner_normal {
		margin-top:120px;
		height: auto;
	}
	
	.banner_schmal .banner_normal, 
	.banner_schmal .banner_normal .banner-item,
	.banner_normal .banner-item {
		height: inherit;
	}
	
	.banner_normal .banner-item img {
		position: relative;
		height: inherit;
		top: 0;
		left: 0;
		min-height: inherit;
		bottom: 0;
		right: 0;
	}
	
	.banner_badge {
		right: 2%;
		height: 160px;
		margin-top:-80px;
	}
	
	.banner_badge.badgeleft {
		left:2%;
	}
	
	.banner_text1 {
		font-size:40px;
		line-height: 50px;
	}
	
	.banner_text2 {
		font-size:60px;
	}

	/* Individuelle Anpassungen auf Seite Jolly Malwettbewerb */
.page_405 .banner_badge{
	top: 20%;
}
.page_405 .banner_badge picture:first-of-type{
	transform: translateY(110%);
}
	
}
@media (max-width: 767px) {
	
	.banner_badge {
		height: 80px;
		margin-top:-40px;
	}
	
	.banner_text1 {
		font-size:22px;
		line-height: 40px;
	}
	
	.banner_text2 {
		font-size:36px;
	}
	
	.banner_wrap {
		margin-bottom: 1em;
	}
	
}
@media (max-width: 359px) {}


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