.fadercontainer {
	width:100%;
	background-color:var(--color-background2);
}
#fader1 {
    width: 100%;
	object-fit:cover;
	height:480px;
}

.fader {
    width: 100%;
	object-fit:cover;
	height:480px;
}

.fader img {
	width:100%;
	object-fit:cover;
	height:480px;
}

/* Anpassungen MEDIUM */
@media (min-width:651px) and (max-width:992px) {
	#fader1 {
		width: 100%;
		object-fit:cover;
		height:320px;
	}

	.fader {
		width: 100%;
		object-fit:cover;
		height:320px;
	}

	.fader img {
		width: 100%;
		object-fit:cover;
		height:320px;
	}
}

/* Anpassungen SMALL */
@media (max-width:650px) {
	#fader1 {
		width: 100%;
		object-fit:cover;
		height:280px;
	}

	.fader {
		width: 100%;
		object-fit:cover;
		height:280px;
	}

	.fader img {
		width: 100%;
		object-fit:cover;
		height:280px;
	}
}

.fader img.next {
    position: absolute;
    top: 100px;
    left: 0;
}

p.fadertitle {
	color:white;
	margin-bottom:0px;
	text-shadow: 2px 2px 10px #000000;
	font-size:240% !important;
	font-weight:bold;
	line-height:1.1;
}
p.fadersubtitle {
	color:white;
	font-style:italic;
	margin-top:0px;
	text-shadow: 2px 2px 10px #000000;
	font-size:170% !important;
	margin-bottom:0px;
}
